@charset "utf-8";


/*-----「Base」-----*/
/*-------------------------------------------------------------------------------*/


.fc01{
	margin-bottom: 40px;
	}

.fc01:last-child{
	margin-bottom: 0;
	}

.fc01 fieldset{
	padding: 0;
	border: none;
	}

.fc01 legend{	/* 「headline等」のcssを移行 */
	clear: both;
	font-size: 1.8rem;
	line-height: 1.17;
	color: #039;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	display: block;
	width: 100%;
	padding: 0 10px 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border-bottom: 3px solid #003894;
	}

.row-table{	/* 「table」のcssを移行 */
	clear: both;
	text-align: left;
	display: table;	/* 追加 */
	width: 100%;
	border-collapse: collapse;
	}

.row-table:last-of-type{
	margin-bottom: 40px;
	}

.row-table label,
.row-table .div_text,
.row-table .div_select,
.row-table .div_checkbox{	/* 「th,td」「tbody th」「tbody td」のcssを移行 */
	display: table-cell;	/* 追加 */
	padding: 15px;
	box-sizing: border-box;
	vertical-align: middle;
	}

.row-table label{
	width: 40%;
	}

.row-table .div_text,
.row-table .div_select{
	width: 60%;
	}

.fc01 .row-table label,
.fc01 .row-table .div_text,
.fc01 .row-table .div_select{	/* 「.tc01 th,.tc01 td」「.tc01 tbody th」「.tc01 tbody td」のcssを移行 */
	background-color: transparent;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.fc01 .row-table label:last-child,
.fc01 .row-table .div_text:last-child,
.fc01 .row-table .div_select:last-child{	/* 「.tc01 th:last-child,.tc01 td:last-child」のcssを移行 */
	border-right: none;
	}

.fc01 .row-table:last-of-type label,
.fc01 .row-table:last-of-type .div_text:last-child,
.fc01 .row-table:last-of-type .div_select:last-child{	/* 「.tc01 tbody tr:last-child th,.tc01 tbody tr:last-child td」のcssを移行 */
	border-bottom: none;
	}

.row-table div.div_text input[type="text"],
.row-table div.div_text input[type="email"]{
	width: 90%;
	}

.row-table div.div_text input[type="password"],
.row-table div.div_text input[name="billing_phone"],
.row-table div.div_text input[name="user_tel"],
.row-table div.div_text input[name="user_fax"]{
	width: 45%;
	}

.row-table div.div_text input[name="billing_postcode"]{
	width: 25%;
	}

.btn_p{
	text-align: center;
	margin-bottom: 35px !important;
	}

.btn_p:last-child{
	margin-bottom: 0 !important;
	}

.btn_p input[type="submit"]{	/* 「.button.button01」のcssを移行 */
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.17;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #2996cc;
	background-image: url(../img/arrow02.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	text-align: center;
	display: inline-block;
	padding: 10px 30px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	}

.btn_p input[type="submit"]:active,
.btn_p input[type="submit"]:hover{	/* 「button.button01:active,button.button01:hover」のcssを移行 */
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
	}

.link-text{
	font-size: 1.3rem;
	color: #777;
	text-align: center;
	margin-bottom: 5px !important;
	}

.link-text:last-child{
	margin-bottom: 0 !important;
	}

.link-text a{
	background-color: transparent;
	background-image: url(/img/arrow01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-left: 10px;
	}

.link-text a:link,
.link-text a:visited{
	color: #0077b3;
	text-decoration: underline;
	}

.link-text a:active,
.link-text a:hover{
	color: #c33;
	text-decoration: underline;
	}


