/*------------------------------------------------------
　　　　　　　コンテンツ２の基本設定
------------------------------------------------------*/

#contents2{
width:750px;
height:100px;
margin:0 auto;
}


#form-title{
	background:url(../picture/form.jpg) no-repeat;
	width:751px;
	height:53px;
	text-indent:-9999px;
	margin:7px 0px 0px 0px;}

.b-form{
	width:750px;
	margin: 0 auto;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:10px 0px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:25%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

.f-title2{
	font-size:16px;
	font-weight:bold;
}

/*FAXでお申し込みの場合はこちら*/
.b-txt-btn {
    color: #CD0112;
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
    text-align: right;
}

.b-txt-btn::after {
    content: url(https://myroom.itembox.design/item/images/cnt/i-arrow1-2.png);
    vertical-align: middle;
    padding-left: 5px;
}