@charset "utf-8";


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


.fc01{
	margin-bottom: 70px;
	}

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

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

.fc01 legend{	/* 「headline等」のcssを移行 */
	clear: both;
	font-family: "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
	font-size: 2.4rem;
	color: #fff;
	line-height: 1.17;
	background-color: #d9bf8d;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px 20px 12px;
	margin-bottom: 35px;
	box-sizing: border-box;
	}

.row-table{	/* 「table」のcssを移行 */
	clear: both;
	text-align: left;
	display: table;	/* 追加 */
	width: calc(100% - 1px);
	border-collapse: collapse;
	border: 1px solid #bebebe;
	border-bottom: none;
	}

.row-table:last-of-type{
	margin-bottom: 35px;
	border-bottom: 1px solid #bebebe;
	}

.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: 8px;
	box-sizing: border-box;
	border-bottom: none;
	vertical-align: middle;
	}

.row-table .div_text,
.row-table .div_select,
.row-table .div_checkbox{
	border-right: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	}

.row-table label{
	background-color: rgba(0,0,0,0.05);
	width: 30%;
	}

.row-table .div_text,
.row-table .div_select{
	background-color: rgba(255,255,255,0.9);
	width: 70%;
	}

.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: 20px !important;
	}

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

.btn_p input[type="submit"]{	/* 「.button.button01」のcssを移行 */
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.17;
	letter-spacing: 2px;
	text-decoration: none;
	background-color: #000;	/* 基本色 */
	text-align: center;
	padding: 20px 60px;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	}

body.site01 .btn_p input[type="submit"]{
	background-color: #8c7c4d;	/* 東京予防医療クリニック */
	}

body.site02 .btn_p input[type="submit"]{
	background-color: #b39e74;	/* 赤坂スキンクリニック美容皮膚科 */
	}

.btn_p input[type="submit"]:active,
.btn_p input[type="submit"]:hover{	/* 「button.button01:active,button.button01:hover」のcssを移行 */
	opacity: 0.7;
	}

.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(/syindex/wp-content/themes/koshin/img/icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-left: 10px;
	}

.link-text a:link,
.link-text a:visited{
	color: #777;
	text-decoration: none;
	}

.link-text a:active,
.link-text a:hover{
	color: #003894;	/* 青基本色 */
	text-decoration: underline;
	}


