/*
Theme Name: SP用CSS
Description: オリジナルテーマ
*/

@charset "utf-8";

/* 共通部分
=============================================================================================== */
.pc-only {
	display: none;
}
.col_img_l {
	text-align: center;
	margin-bottom: 5%;
}
.col_img_r {
	text-align: center;
	margin-bottom: 5%;
}

/* 下層の共通文字設定 */
.page_main {
	font-size: 100%;
	color: #32373c;
	line-height: 2.0;
}

/* ページ内リンク用 */


/* header　トップと共通 style.css参照
=============================================================================================== */


/* トップ画像　下層用　全ページ共通
=============================================================================================== */
.main_page {
	height: 46.87vw;
	background: url(images/page/bg_main.png) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-line-pack: center; /*IE10*/
	-webkit-align-items: center;
	align-items: center;
	
	position: relative;
	z-index: 3;
}
.main_page h2 {
	width: 100%;
	font-size: 150%;
	color: #5a5046;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: 5px;
	text-shadow: 0 0 5vw #fff, 0 0 3vw #fff;
	text-align: center;
}

/* 枠　#content>.inner>.page_main
=============================================================================================== */
.page_main {
	padding: 8% 0 18%;
}
.page_main > section:not(:last-child) {
	padding-bottom: 15%;
}

/* 記事タイトルの装飾
=============================================================================================== */
.page_main section > h3 {
	font-size: 114.28%;
	color: #5a5046;
	line-height: 1.3;
	font-weight: 100;
	letter-spacing: 5px;
	text-align: center;
	padding-bottom: 6.25vw;
	margin-bottom: 5vw;
	position: relative;
}
.page_main section > h3:after {
	content: "/";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

/* 汎用パーツ
==================================================================================== */
/* 基本型　院長紹介など */
.row_img_r:not(:last-child) {
	margin-bottom: 10vw;
}
.row_img_r .col_img {
	text-align: center;
	margin-bottom: 5vw;
}
.row_img_r .col_txt h4 {
	font-size: 155%;
	color: #0063cc;
	line-height: 1.5;
	margin-bottom: 3vw;
}

/*  */


/* 02 a　
====================================================================== */
/*  */



/* ページリンクセット */
.lump_anchor_common h4 {
	font-size: 26px;
	color: #0a1941;
	line-height: 1.3;
	text-align: center;
	margin: 35px;
}
.lump_anchor_common h4 em {
	font-size: 40px;
	font-style: normal;
}
.lump_anchor_common ul {
	display: block;
	overflow: hidden;
	/*
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	*/
}
.lump_anchor_common ul li {
	background: #0a1941;
}
.lump_anchor_common ul li:nth-child(n + 2) {
	margin-top: 30px;
}
.lump_anchor_common ul li a {
	width: 100%;
	height: 70px;
	text-align: center;
	display: block;
	/*
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	*/
	
	font-size: 16px;
	color: #fff;
	line-height: 1.3;
	position: relative;
	top: 25px
}
.lump_anchor_common ul li a:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	font-size: 12px;
	color: #fff;
}
.lump_anchor_common ul li span {
	font-size: 12px;
	position: relative;
	top: 2px;
}
.lump_anchor_common ul li em {
	font-size: 18px;
	font-style: normal;
	margin: 0 0.4em;
}

/* リスト入りボックス */
.box_list_common {
	border: 1px solid #0a1941;
	padding: 25px 28px 22px 22px;
	margin: 20px 0;
}
.box_list_common ul li {
	line-height: 1.3;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}
.box_list_common ul li:not(:last-child) {
	margin-bottom: 8px;
}

/* hdg4＋メリットボックス＋＞＋／ボックス　矯正歯科を選ぶポイントなど */
.unit_merit_common {
	border-top: 1px dashed #0a1941;
	padding: 45px 0 80px;
}
.unit_merit_common .boxwrap {
	margin-bottom: 100px;
	position: relative;
}
.unit_merit_common .boxwrap:after {
	content: "";
	width: 51px;
	height: 43px;
	background: url(images/page/icn_3arw.png) center bottom no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -70px;
}
.unit_merit_common > p {
	text-align: right;
	padding-top: 22px;
}

/* 汎用タイトル？ /Type/＋タイトル　矯正歯科を選ぶポイントなど */
.hdg4 {
	font-size: 22px;
	color: #0a1941;
	line-height: 1.3;
	font-weight: 300;
	text-align: center;
	margin-bottom: 35px;
}
.hdg4 span {
	display: block;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 8px;
}

/* メリットとデメリットのボックス　矯正歯科を選ぶポイントなど */
.boxwrap, .boxwrap2 {
	display: block;
	/*
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	*/
}
.box_merit_common {
	width: 100%;
	margin-bottom: 10px; 
	border: 1px solid #b1a198;
}
.box_merit_common h5 {
	width: 100%;
	height: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1.3;
}
.box_merit_common ul {
	padding: 25px 30px;
}
.box_merit_common ul li {
	line-height: 1.3;
	text-indent: calc(-1em + 14px);
	padding-left: 1em;
	position: relative;
}
.box_merit_common ul li:not(:last-child) {
	margin-bottom: 10px;
}
/* （個別部分） */
.box_merit_common01 h5 {
	background: #b1a198;
	color: #fff;
}
.box_merit_common02 h5 {
	color: #b1a198;
	border-bottom: 1px solid #b1a198;
}

.dot_merit:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #b1a198;
	position: absolute;
	left: 0;
	top: calc(0.65em - 3px);
}
.dot_demerit:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 3px;
	border: 1px solid #b1a198;
	position: absolute;
	left: 0;
	top: calc(0.65em - 3px);
}

/* 逆／のエリア　矯正歯科を選ぶポイントなど */
.area_slash_common {
	background: url(images/page/bgc_slash.png) repeat;
	padding: 20px;
}
.area_slash_common ul li {
	line-height: 1.5;
	text-indent: calc(-1em + 15px);
	padding-left: 1.5em;
}
.area_slash_common ul li:not(:last-child) {
	margin-bottom: 12px;
}
.icn_check { background: url(images/page/icn_check.png) left top 3px no-repeat;}

/* アンカーリンクへ戻るボタン */
.gohome {
	height: 30px;
	background: url(images/page/bg_gohome.png) center top no-repeat;
	margin-top: -40px;
	margin-bottom: 40px;
}
.gohome a {
	height: 30px;
	display: block;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	color: inherit;
	padding-right: 22px;
}
.gohome p {
	display: table;
	min-height: 18px;
	font-size: 12px;
	color: #5a5046;
	padding-left: 24px;
}
.icn_back { background: url(images/page/icn_back.png) left center no-repeat;}

/* ・上下ボーダーのタイトル　矯正歯科を選ぶポイント */
.unit_hdg5_common:not(:last-child) {
	margin-bottom: 40px;
}
.unit_hdg5_common ul:not(:last-child) {
	margin-bottom: 30px;
}
.unit_hdg5_common ul li {
	line-height: 1.3;
	text-indent: -1em;
	padding-left: 1em;
}
.unit_hdg5_common ul li:not(:last-child) {
	margin-bottom: 10px;
}

.area_unit_common {
	background: #fef8ee;
	padding: 25px 5px 20px 15px;
	margin-top: 20px;
}
.area_unit_common ul {
	column-count: 1;
	padding: 0 2%;
}
.area_unit_common ul li {
	color: #5a5046;
	line-height: 1.3;
	letter-spacing: -0.05em;
	text-indent: calc(-1em + 8px);
	padding-left: 1em;
	margin-bottom: 5px;
	position: relative;
}

.hdg5 {
	border-top: 1px solid #5a5046;
	border-bottom: 1px solid #5a5046;
	padding: 10px 1em 10px 33px;
	font-size: 16px;
	color: #5a5046;
	line-height: 1.3;
	margin-bottom: 22px;
	position: relative;
}
.hdg5:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #5a5046;
	position: absolute;
	left: 18px;
	top: calc(50% - 3px);
}

/*  */


/* 02 point　矯正歯科を選ぶポイント
====================================================================== */
/* 安心して矯正治療を受けるために */
/* ページ内リンク用 */
#special, #certified, #minister, #kindly {
	margin-top: -140px;
	padding-top: 140px;
}

/* 矯正歯科専門の医院ですか？ */
.point_special .col_txt_l {
	width: 100%;
}

/* 認定医の資格を持っていますか？ */
.point_certified .col_txt_l {
	width: 100%;
}
.point_certified .btn_doctorlist {
	margin-top: 20px;
}

/* 厚生労働大臣認定の医院ですか？ */
.point_minister > p {
	margin-bottom: 44px;
}
.point_minister .gohome {
	margin-top: 0px;
}

/* 親身に話を聞いてくれますか？ */
.point_kindly .area_slash_common {
	margin-bottom: 40px;
}
/* （汎用パーツの個別修正） */
.point_kindly .area_slash_common ul li {
	font-weight: bold;
	position: relative;
}
.dot_bk:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #32373c;
	position: absolute;
	left: 0px;
	top: calc(0.65em - 3px);
}

.point_kindly > p {
	margin-bottom: 40px;
}
.point_kindly {
	
}
.point_kindly {
	
}

.point_kindly .gohome {
	margin-top: 0px;
}

/* 他院で矯正歯科治療を行っている方へ */



/* 02 a　
====================================================================== */
/*  */


/*  */



/* 02 a　
====================================================================== */
/*  */


/*  */


/* 02 a　
====================================================================== */
/*  */


/*  */



/* 04 inspectionitem　必要な検査
====================================================================== */
/* 必要な検査について */
.unit_inspectionitem_common {
	clear: both;
	margin-bottom: 100px;
	overflow: hidden;
}

.common_comment {
	text-align: center;
	margin-top: 0; 
	margin-bottom: 40px; 
}
.common_comment2 {
	margin-top: 0; 
	margin-bottom: 40px;
}
.common_box,
.common_box3 {
	clear: both;
	width: 100%;
	text-align: center;
	border: 1px solid #b1a198;
}
.common_box2 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #b1a198;
}
.common_box2 img {
	width: 100%;
	margin: 0;
	display: block;
}
.common_box h5,
.common_box2 h5,
.common_box3 h5 {
	width: 100%;
	height: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1.3;
}
.common_box h5,
.common_box2 h5,
.common_box3 h5 {
	background: #b1a198;
	color: #fff;
}
.common_box img {
	margin: 10px auto;
	display: block;
}

.common_box2 img,
.common_box3 img {
	margin: 20px 2.5px;
	display: inline;
}




/* 05 price　治療費
====================================================================== */
/* 矯正歯科治療の治療費相場  */
p.top-text {
	margin-bottom: 50px;
}
.price-q {
	width: 100%;
	height: 100px;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.q_box_l, .q_box_r {
	position: absolute;
	bottom: 0;
}
.q_box_l {
	width: 18%;
	display: inline-block;
}
.q_box_l img {
	float: left;
	margin-left: 5px;
}
.q_box_l p {
	width: 53%;
	font-size: 10vw;
	color: #0a1941;
	text-align: center;
	line-height: 1.0;
	padding: 0;
	margin-left: 120%;:

}
.q_box_l p span {
	font-size: 0.4em;
}
.q_box_r {
	left: 135px;
	height: 70px;
	border-left: 2px solid #0a1941;
	padding-left: 20px; 
}
.q_box_r p {
	font-size: 4vw;
	color: #0a1941;
	line-height: 1.5;
}
.q_box_under {
	clear: both;
	background: #fef8ee;
	margin: 30px 0 50px 0;
	padding: 40px;
	display: block;
	overflow: hidden;
}
.q_box_under img {
	float: right;
	margin-left: 40px;
}


/* 料金表 */
.price-list-t {
	margin: 30px 0;
	padding: 5px 20px;
	border-top: 1px solid #5a5046;
	border-bottom: 1px solid #5a5046;
	color: #5a5046;
	font-size: 1.2em; 
}
.price-list-t p:before {
	content: '・';
	font-size: 1.2em;
	margin-top: 1px; 
	margin-right: 1.3;
}

.price-list {
	width: 100%;
	border: 1px solid #bbaea6;
	border-right: none;
	border-left: none; 
	border-top: none;
	display: table;
}

.list-tr {
	display: table-row;
}

.list-th,
.list-td {
	display: table-cell;
	width: 50%;
	padding: 10px 0 10px 20px;
	vertical-align: middle;
}

.list-th {
	background: #d1c7c1;
	border-top: 1px solid #bbaea6; 
	color: #fff;
	font-weight: 600;
}

.list-td {
	color: #5a5046;
	border-left: 1px none;
	border-top: 1px solid #bbaea6;
}
p.price_under {
	margin: 10px 0 40px 0;
}


/* 料金支払いに関して */
.payment {
	width: 100%;
	background: url(images/price/price-bg.png);
	padding: 30px;
	margin: 10px 0;
	text-align: center;
	border: 1px solid #b5b7bc;
	display: inline-block;
}
.payment img {
	margin-bottom: 10px; 
}


/* 医療費控除について */
.deduction {
	text-align: center;
}
p.deduction-t {
	width: 100%;
	margin: auto;
	padding: 5px 0;
	background: #0a1941;
	color: #fff;
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
}

.item-box {
	padding-top: 50px;
	overflow: hidden;
}

.item {
	position: relative;
	width: 240px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #0a1941;
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
	float: none;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
       	-moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
.item-inner {
	position: absolute;
	width: 150px;
	top: -20px;
	left: 45px;
	text-align: center;
}
p.type {
	width: 40px;
	height: 40px;
	margin: auto;
	background: #0a1941;
	color: #fff;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; 
}
.item-inner img {
	margin-top: 15px;
}
.item-inner p {
	font-size: 1.3em;
	color: #0a1941;
}
.item-inner-text {
	font-size: 1.3em;
	color: #0a1941;
	line-height: 1.5;
	margin-top: 15px;
}
.item-inner-text span {
	font-size: 0.6em;
	line-height: 1.0;
}
img.parts01 {
	margin-top: 30px; 
}
img.parts02 {
	width: 20px;
	margin: 50px auto;
	float: none;
	transform: rotate(90deg);
}
p.text-under {
	clear: both;
	text-align: left;
	margin: 20px 0 40px 0;
}

.deduction_under {
	background: #fef8ee;
	padding: 20px 0;
}
.under-box {
	width: 100%;
	margin: 0;
	padding: 0 25px 0 35px;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
       	-moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
.under01 {
	font-size: 3vw;
	color: #0a1941;
	display: inline-flex;
}
.under02 {
	color: #b1a198;
	font-size: 3vw;
	display: inline-flex;
}
.under02 p {
	display: inline-flex;
	margin: 0 20px;
}
.under02 p.type02 {
	width: 25px;
	height: 25px;
	margin: auto;
	padding-left: 8px; 
	background: #0a1941;
	color: #fff;
	text-align: center;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; 
}

/* 06 clinic　監修医院紹介
====================================================================== */
/* 太田川矯正歯科クリニックの特徴  */
.feature {
	width: 100%;
	margin-bottom: 50px;
}
.feature_t {
	font-size: 1.7em;
	color: #0a1941;
	line-height: 1.3;
	font-weight: 100;
	margin-bottom: 15px; 
}
.feature_t span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.7em;
	font-weight: 500;
	letter-spacing: 1.2px;
}


/* 監修医院概要 */
p.clinic-p {
	width: 100%;
	background: #f5ece3;
	margin-bottom: 30px;
	text-align: center;
	line-height: 3.0;
	color: #0a1941;
}

.clinic-box {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.clinic-box-l {
	width: 100%;
	margin: 0;
	padding-top: 50px;
	float: none;
	text-align: center;
	line-height: 2.0;
	color: #0a1941;
}
.clinic-box-l img {
	width: auto;
	margin: 0 auto 25px auto;
	display: block; 
}
.clinic-box-l span {
	font-family: "semplicitapro",sans-serif;
	font-size: 180%;
	letter-spacing: 3px;
}
.clinic-box-r {
	width: 100%;
	margin: 0;
	float: none;
}
.clinic-box-r img {
	width: 100%;
	margin: 0;
	display: block;
}

/* 院内紹介 */
.clinic-box2 {
	width: 100%;
	margin-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
.clinic-cox-hr {
	border-bottom: 1px dashed #32373c; 
	margin: 0;
}
.clinic-box-inner {
	display: block;
}
.clinic-box-l2 {
	width: 100%;
	margin: 0;
	float: none;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
       	-moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
.clinic-box-l2 img {
	width: 100%;
	margin: 15px 0;
	display: block;
}
.clinic-box-r2 {
	width: 100%;
	margin: 0;
	float: none;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
       	-moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
.clinic-box-r2 img {
	width: 100%;
	margin: 15px 0;
	display: block;
}

.clinic-h4 {
	clear: both;
	padding-top: 30px;
	margin-bottom: 5px; 
	font-size: 22px;
	color: #0a1941;
	line-height: 1.3;
	font-weight: 300;
}
.clinic-h4:before {
	content: '●';
	position: relative;
	color: #b1a198;
	font-size: 17px;
	bottom: 2px;
	left: 0;
	margin-right: 5px; 
}
.clinic-box2 p {
	width: 100%;
	margin: 0;
}




/* 07 director　院長・スタッフ紹介
====================================================================== */
/* 院長紹介 */
.director01 {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0;
	padding-top: 100%;
	background: url(images/director/photo01.png);
}
.director-box {
	position: absolute;
	width: 100%;
	top: 100%;
	right: 0;
	bottom: 30px;
}
h4.director-name {
	font-size: 3.0em;
	font-weight: 300;
	color: #0a1941;
	margin-bottom: 30px;
	border-bottom: 1px dashed #32373c; 
}
h4.director-name span {
	font-size: 0.3em;
}
.director-info {
	background: #0a1941;
	opacity: 0.9;
}

.director-info dl {
  	color: #fff;
  	line-height: 1.5;
  	padding: 20px 0 20px 15px;
}
.director-info dt,
.director-info dd {
	margin: 0;
  	padding: 0;
}
.director-info dt {
  	width: 20%;
  	text-align: center;
  	float: left;
}
.director-info dd {
  	margin-left: 20%;
  	padding-bottom: 5px;
}
.director-info dd:after {
  	content: '';
  	display: block;
  	clear: both;
}

.director-underbox,
.director-underbox2 {
	background: url(images/director/bg2.png);
	padding: 20px 30px 30px 30px;
	overflow: hidden;
}
.director-underbox {
	margin-top: 130%;
}
.director-underbox2 {
	margin-top: 140%;
}
h4.director-sub {
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 22px;
	color: #0a1941;
	line-height: 1.3;
	font-weight: 300;
}
ul.underbox-inner {
	width: 100%;
	margin: 20px 0 20px 20px;
	display: block;
}
ul.underbox-inner li {
	width: 100%;
	margin: 0;
	line-height: 2.0;
	vertical-align: top;
	list-style-type: disc;
	float: none;
}

.chronology {
	clear: both;
	margin: 40px 0 30px 0;
	padding: 20px 0;
	border: 1px solid #0a1941;
}

h4.director-sub2 {
	width: 90%;
	margin: auto;
	padding-bottom: 20px; 
	font-size: 22px;
	color: #0a1941;
	line-height: 1.3;
	font-weight: 300;
	border-bottom: 1px solid #0a1941;
}

.chronology-box,
.chronology-box2,
.chronology-box3 {
	position: relative;
	width: 90%;
	height: 0;
	margin: 50px auto 0 auto;
	background: url(images/director/bg.png);
}
.chronology-box {
	padding-top: 70%;
}
.chronology-box2 {
	padding-top: 50%;
}
.chronology-box3 {
	padding-top: 100%;
}

p.year {
	position: absolute;
	font-family: "semplicitapro",sans-serif;
	font-size: 3.0em;
	font-style: italic;
	top: -40px;
	left: 50px;
}
p.year span {
	font-size: 0.5em;
	font-style: normal;
}

.chronology-box ul,
.chronology-box2 ul,
.chronology-box3 ul {
	position: absolute;
	width: 80%;
	top: 40px;
	left: 50px;
}
.chronology-box ul li,
.chronology-box2 ul li,
.chronology-box3 ul li {
	list-style: disc;
	line-height: 1.5;
	padding: 3px 0;
}

/* 副院長紹介 */
.director02 {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0;
	padding-top: 100%;
	background: url(images/director/photo02.png);
}
ul.underbox-inner2 {
	width: 100%;
	margin: 20px;
	float: none;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
       	-moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
ul.underbox-inner2-2 {
	width: 100%;
	margin: 20px;
	float: none;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
       	-moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
ul.underbox-inner2 li,
ul.underbox-inner2-2 li {
	width: 100%;
	margin: 0;
	line-height: 2.0;
	vertical-align: top;
	list-style-type: disc;
}



/* 08 info　診療時間・アクセス
====================================================================== */
/* 基本情報 */
.bhtable {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #0a1941;
	border-bottom: 1px solid #0a1941;
}
.bhtable dl {
	display: table;
}
.bhtable dt,
.bhtable dd {
	display: table-cell;
}
.bhtable dt {
  	width: 20%;
  	text-align: center;
}
.bhtable dd {
	width: 5%;
}
p.bhtable-under {
	width: 100%;
	margin: 0;
	line-height: 1.7;
}

/* アクセス */
.map {
	border: 1px solid #333;
}
iframe {
 	width: 100%;
}

.access01 {
	background: url(images/info/bg01.png);
	padding: 30px 50px;
	margin-top: 50px;
}
h4.access-sub1 {
	font-size: 21px;
	color: #0a1941;
	line-height: 1.3;
	font-weight: 300;
	margin-bottom: 20px; 
}
h4.access-sub1:before {
    content: url(images/info/icon01.png);
    margin: 10px;
    position: relative;
    top: 3px;
}
.access01 p span {
	/*font-size: 1.2em;*/
	font-weight: 600;
}

.access02 {
	background: url(images/info/bg02.png);
	padding: 30px 50px;
	margin-top: 30px;
}
h4.access-sub2 {
	font-size: 22px;
	color: #0a1941;
	line-height: 1.3;
	font-weight: 300;
	margin-bottom: 20px;
}
h4.access-sub2:before {
    content: url(images/info/icon02.png);
    margin: 10px;
    position: relative;
    top: 3px;
}


/* 09 qa　よくあるご質問
====================================================================== */
.q_a {
	width: 100%;
}
h4.question {
	color: #0a1941;
	padding-left: 20px;
	border-left: 2px solid #0a1941; 
	font-size: 1.7em;
}
h4.question:before {
	content: "Q.";
	font-weight: 300;
	margin-right: 15px;
	color: #0a1941;
	font-size: 1.8em;
	line-height: 1.0;
}

.answer {
	background: #fef8ee;
	padding: 30px 0;
	margin-top: 20px;
	margin-bottom: 50px;  
}
.answer dl {
	display: table;
	width: 95%;
	margin-left: 20px;
}
.answer dt, .answer dd {
	display: table-cell;
	vertical-align: top;
}
.answer dt {
	width: auto;
	font-weight: 300;
	color: #0a1941;
	font-size: 3.5em;
	line-height: 1.0;
}
.answer dd {
	padding-left: 15px;
	padding-right: 20px;
	text-align: justify; 
}


/* 10 consult　専門医に相談する
====================================================================== */
/* 矯正相談をご希望の方へ */
.consult-box {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 30px;
	padding-top: 100%;
	background: url(images/consult/consult-photo01.png);
}
p.consult-text {
	position: absolute;
	width: 100%;
	top: 100%;
	right: 0;
	background: #fef8ee;
	font-size: 4vw;
	font-weight: 300;
	color: #0a1941;
	padding: 20px;
}
p.sp_box {
	margin-top: 70%; 
}

/* 矯正相談の流れ */

.consult-box2 dl {
	display: table;
	margin-bottom: 50px; 
}
.consult-box2 dt, .consult-box2 dd {
	display: table-cell;
}
.consult-box2 dt {
	width: 300px;
	height: 120px;
	background: url(images/consult/consult-bg.png);
	font-size: 1.5em;
	color: #0a1941;
	padding: 0 15px 0 20px;
	line-height: 1.5;
	vertical-align: middle;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
       	-moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
body{
    counter-reset: count;
}
.consult-box2 dt:before {
  	counter-increment: count;
    content:counter(count)". ";     /* 表示形式を指定 */
    font-family: "semplicitapro",sans-serif;
	font-size: 1.3em;
	font-style: italic;
	line-height: 0;
	position: relative;
	bottom: 5px;
}
.consult-box2 dd {
	width: 500px;
	height: 120px;
	padding: 0 10px;
	vertical-align: middle;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
       	-moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
.consult-box2 dd span {
	font-size: 1.7em;
}
.consult-box2 img {
	width: 100%;
	margin-bottom: 50px;
	display: block;
}
 

/* ご予約フォーム */
.form tr,
.form th,
.form td {
  box-sizing: border-box;
  font-size: 90%;
}
.form table {
	width: 100%;
  	background: #fef8ee;
  	border-right: 1px solid #b1a198;
  	border-bottom: 1px solid #b1a198;
  	border-left: 1px solid #b1a198;
  	margin-bottom: 50px; 
}
.form th,
.form td{
  border-top: 1px solid #b1a198;
}
.form th {
  	width: 25%;
  	padding-left: 15px;
  	padding-right: 15px; 
  	text-align: left;
  	font-weight: normal;
}


.form td {
  background: #fff;
  margin-left: 30%;
  padding: 20px 30px;
  box-sizing: border-box;
  /*display: block;
  /*border-left: 1px solid #ccc;*/
}

button, select, textarea, .input-form {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
}
span.wpcf7-list-item,
span.wpcf7-form-control-wrap date-709,
.wpcf7-form-control wpcf7-date wpcf7-validates-as-date {
	display: block!important;
	width: 100%;
	margin-left: 0; 
}
.form td input[type="date"] {
    width: 100%;
    display: block;
}

td.data_time p {
	width: 100%;
	margin: 5px auto;
	display: block;
}
p.data-form {
	border: 1px solid #ccc;
}
.submit {
	width: 50%;
	margin: auto;
	background: #0a1941;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	padding: 1% 0 1% 5%;
	display: block;
}

.wpcf7-spinner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -35px;
	margin: auto!important;
}

.grecaptcha-badge { visibility: hidden; }