@charset "UTF-8";

/* メインイメージ */
.contentpage #m_img h2 {
	background-image: url(../images/m_img.jpg);
	background-position: left center;
}



/*全体共通
---------------------------------------------------------*/
/* 導入 */
.med_lead {
	padding: 80px 0 100px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}
.med_lead .in_box {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3%;
	text-align: center;
}

.med_lead h3 {
	margin: 10px 0 60px;
}
.med_lead dt {
	color: #2ca6e0;
	font-size: 170%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.med_lead dd {
	margin-top: 20px;
	letter-spacing: .03em;
	line-height: 2.3em;
}

/* 背景色 */
.medical .bg_blue {
	background: #dcf0fa;
	padding: 100px 0 10px;
}

/* タイトル */
.med_index1 {
	background: #2ca6e0;
	padding: 18px 5% 15px;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}
.med_index1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 23px 23px 0;
	border-color: transparent #75c8da transparent transparent;
}
.med_index1::after {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 23px 0 0;
	border-color: #75c8da transparent transparent transparent;
}

/* ボックス */
.medical .box {
	max-width: 1040px;
	margin: 0 auto 100px;
}

/* スタイル */
.med_flt .img_l {
	text-align: center;
	float: left;
	width: 29%;
}
.med_flt .img_r {
	text-align: center;
	float: right;
	width: 29%;
}
.med_flt .txt_r {
	width: 68%;
	float: right;
}
.med_flt .txt_l {
	width: 68%;
	float: left;
}
.med_flt_top {
	margin-top: 40px;
}
.med_style1 dt {
	color: #f05a24;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.med_style1 dd {
	line-height: 2.3em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* 導入 */
.med_lead {
	padding: 8% 0 10%;
}

.med_lead h3 {
	margin-bottom: 5%;
}
.med_lead dd {
	margin-top: 2%;
}

/* 背景色 */
.medical .bg_blue {
	padding: 10% 0 5%;
}

/* タイトル */
.med_index1 {
	margin-bottom: 6%;
}
.med_index1::before {
	border-width: 0 16px 16px 0;
}
.med_index1::after {
	border-width: 16px 16px 0 0;
}

/* ボックス */
.medical .box {
	margin-bottom: 10%;
}

/* スタイル */
.med_flt .img_l,
.med_flt .img_r {
	width: 30%;
	margin-bottom: 20px;
}
.med_flt .img_l {
	margin-right: 3%;
}
.med_flt .img_r {
	margin-left: 3%;
}
.med_flt .txt_r,
.med_flt .txt_l {
	width: auto;
	float: none;
}
.med_flt_top {
	margin-top: 5%;
}
.med_style1 dt {
	font-size: 140%;
	letter-spacing: .05em;
	margin-bottom: 10px;
}
.med_style1 dd {
	line-height: 2.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* 導入 */
.med_lead {
	padding: 10% 0 10%;
}

.med_lead h3 {
	margin: 5px 0 6%;
}
.med_lead dt {
	font-size: 150%;
}
.med_lead dd {
	margin-top: 3%;
	line-height: 1.8em;
	text-align: left;
}

/* 背景色 */
.medical .bg_blue {
	background: #dcf0fa;
	padding: 14% 0 5%;
}

/* タイトル */
.med_index1 {
	padding: 12px 5% 10px;
	font-size: 140%;
	letter-spacing: .05em;
	margin-bottom: 10%;
}
.med_index1::before {
	border-width: 0 10px 10px 0;
}
.med_index1::after {
	border-width: 10px 10px 0 0;
}

/* ボックス */
.medical .box {
	margin-bottom: 10%;
}

/* スタイル */
.med_flt .img_l,
.med_flt .img_r {
	float: none;
	width: auto;
	max-width: 250px;
	margin: 0 auto 5%;
}
.med_flt .txt_r,
.med_flt .txt_l {
	width: auto;
	float: none;
}
.med_flt_top {
	margin-top: 8%;
}
.med_style1 dt {
	font-size: 126%;
	letter-spacing: normal;
	margin-bottom: 5px;
}
.med_style1 dd {
	line-height: 1.8em;
}
}



/*チェック
---------------------------------------------------------*/
.med_check_box {
	margin-top: 90px;
	background: rgba(255,255,255,0.6);
	padding: 50px 5% 30px;
	position: relative;
}
.med_check_box h5 {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: -40px;
	margin: auto;
	text-align: center;
}

.med_check_box ul {
	width: 48%;
}

.med_check_box .check_list li {
	padding-left: 28px;
	position: relative;
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.6em;
	border-bottom: solid 2px rgba(44,129,224,0.5);
	margin-bottom: 15px;
}
.med_check_box .check_list li::before {
	position: absolute;
	top: 3px;
	left: 0;
	content: "";
	vertical-align: middle;
	width: 17px;
	height: 17px;
	border: solid 1px #754324;
}

.med_check_box .txt_strong {
	margin-top: 15px;
	text-align: center;
	color: #2c81e0;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_check_box {
	padding: 50px 3% 5%;
}

.med_check_box .check_list li {
	padding-left: 25px;
	font-size: 100%;
	letter-spacing: .05em;
}
.med_check_box .check_list li::before {
	top: 5px;
	width: 13px;
	height: 13px;
}

.med_check_box .txt_strong {
	margin-top: 10px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_check_box {
	margin-top: 70px;
	padding: 30px 3% 5%;
	position: relative;
}
.med_check_box h5 {
	max-width: 280px;
}

.med_check_box ul {
	width: 100%;
	float: none;
}

.med_check_box .check_list li {
	padding-left: 25px;
	font-size: 100%;
	letter-spacing: .05em;
	padding-bottom: 5px;
	border-width: 1px;
}
.med_check_box .check_list li::before {
	top: 5px;
	width: 12px;
	height: 12px;
}

.med_check_box .txt_strong {
	margin-top: 0;
}
}



/*他科目紹介
---------------------------------------------------------*/
.medical_box {
	margin-top: 60px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 30px 0;
	position: relative;
}
.medical_box h5 {
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: -.8em;
}
.medical_box h5 span {
	background: #dcf0fa;
	padding: 0 20px;
}

.medical_box .txt {
	width: 70%;
	line-height: 2.0em;
	position: relative;
	z-index: 1;
}

.medical_box .abs_img {
	width: 30%;
	position: absolute;
	z-index: 0;
	text-align: right;
	right: 0;
	bottom: 0;
}

.medical_box .btn_link {
	position: relative;
	z-index: 1;
	max-width: 335px;
	margin: 30px auto 0;
}
.medical_box .btn_link a {
	display: block;
	padding: 12px 15px 10px;
	padding-right: 30px;
	line-height: 1.0em;
	background: #d7e23c;
	position: relative;
}
.medical_box .btn_link a::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	margin: auto;
	font-family: 'fontello';
	content: '\e801';
	font-size: 120%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.medical_box {
	margin-top: 6%;
}

.medical_box .txt {
	width: 65%;
	line-height: 1.8em;
}

.medical_box .abs_img {
	width: 35%;
}

.medical_box .btn_link {
	margin-left: 0;
	margin-right: auto;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.medical_box {
	margin-top: 6%;
	padding: 6% 0 0;
}
.medical_box h5 {
	letter-spacing: .05em;
	position: static;
	margin-bottom: 5px;
}
.medical_box h5 span {
	padding: 0;
}

.medical_box .txt {
	width: 100%;
	line-height: 1.8em;
}

.medical_box .abs_img {
	width: 100%;
	max-width: 250px;
	margin: 5% auto 0;
	position: static;
}

.medical_box .btn_link a::after {
	right: 5px;
}
}



/*流れ
---------------------------------------------------------*/
.med_flow_box {
	margin-top: 40px;
	background-color: #fff;
	background-image: url(../images/flow_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 80px 5% 30px;
}
.med_flow_box h5 {
	text-align: center;
	margin-bottom: 30px;
}
.med_flow_box li {
	width: 20%;
	float: left;
}
.med_flow_box li p {
	max-width: 182px;
	margin: 0 auto;
}
.med_flow_box li .txt {
	text-align: left;
	margin-top: 5px;
	font-size: 94%;
}
.med_flow_box li.flow_arrow {
	width: 6.6666%;
	padding-top: 8%;
	text-align: center;
}
.med_flow_box li.flow_arrow img {
	max-width: 18px;
	margin: auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flow_box {
	margin-top: 5%;
	padding: 8% 3% 3%;
}
.med_flow_box h5 {
	margin-bottom: 3%;
}
.med_flow_box li .txt {
	font-size: 90%;
	line-height: 1.4em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow_box {
	margin-top: 5%;
	padding: 10% 3% 6%;
}
.med_flow_box h5 {
	padding: 0 3%;
	margin-bottom: 5%;
}
.med_flow_box li {
	width: 100%;
	float: none;
}
.med_flow_box li p {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.med_flow_box li .illust {
	width: 28%;
}
.med_flow_box li .txt {
	margin-top: 0;
	width: 62%;
	margin-left: 2%;
	font-size: 90%;
}
.med_flow_box li.flow_arrow {
	width: 100%;
	padding: 0;
}
.med_flow_box li.flow_arrow img {
	transform: rotate(90deg);
}
}



/*QA
---------------------------------------------------------*/
.med_qa dt {
	position: relative;
	color: #f05a24;
	font-size: 134%;
	font-weight: bold;
	letter-spacing: .11em;
	line-height: 1.6em;
	padding-left: 70px;
	padding-top: 10px;
	margin-bottom: 18px;
}
.med_qa dt span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 60px;
	height: 52px;
	background: url(../images/icon_q.svg)no-repeat;
	background-size: 60px 52px;
	border-radius: 50px;
	text-align: center;
	font-family: 'Acme', sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #fff;
	font-size: 150%;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 50px;
}

.med_qa dd {
	position: relative;
	padding-left: 35px;
	margin-bottom: 40px;
	background: #fff;
}
.med_qa dd span {
	position: absolute;
	left: 12px;
	top: 8px;
	display: block;
	width: 40px;
	height: 30px;
	text-align: center;
	font-family: 'Acme', sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #f05a24;
	font-size: 214%;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 50px;
}
.med_qa dd div {
	background: #fff;
	padding: 15px 14px;
	padding-left: 20px;
	letter-spacing: .03em;
	line-height: 187%;
}

.med_qa dd div p span {
	letter-spacing: .0em;
	position: relative;
	width: auto;
	height: auto;
	color: inherit;
	font-size: 100%;
	font-weight: normal;
	line-height: 187%;
	left: inherit;
	top: inherit;
	text-align: left;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_qa dt {
	padding-top: 0;
	margin-bottom: 5%;
	font-size: 120%;
}

.med_qa dd {
	margin-bottom: 12%;
}

.med_qa dd span {
	left: 8px;
}
.med_qa dd div {
	background: #fff;
	padding: 15px 5%;
}
}



/*フッター診療メニュー
---------------------------------------------------------*/
#f_medical {
	background: #fff;
	width: 94%;
	padding: 60px 3%;
}
#f_medical .in_box {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
}
#f_medical .com_med_menu {
	margin-top: 20px;
	text-align: left;
	margin-left: -1%;
}
#f_medical .com_med_menu li {
	width: 24%;
	margin-left: 1%;
	float: left;
}

/* 微調整
------------------------------------------*/
@media only screen and (max-width: 1100px) {
.com_med_menu a {
	padding: 20px 0;
	padding-left: 60px;
	font-size: 100%;
}
.com_med_menu a::before,
.com_med_menu a::after {
	width: 50px;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#f_medical {
	padding: 6% 3%;
}
#f_medical .com_med_menu {
	margin-top: 3%;
}
#f_medical .com_med_menu li {
	width: 32.3333%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#f_medical {
	padding: 8% 3%;
}
#f_medical .com_med_menu {
	margin-top: 5%;
	margin-left: 0;
}
#f_medical .com_med_menu li {
	width: 100%;
	margin-left: 0;
	float: none;
}
}



/*共通
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}
