@charset "utf-8";
/* フォント */
#patient{ font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 400;}

/* ヘッダー */
.top-img_container { min-width: 1200px; width: 100%; height: 400px; background: url("../img/top_img.jpg") no-repeat top center; }
.shiro_back { width: 100%; background-color: #fff; position: sticky; top: 0; z-index: 1; }
.top-menu_container { width: 1200px; height: 70px; padding: 0 20px; margin: 20px auto; display: flex; align-items: center; }
.logo {}
.label-kanja { font-family: 'Noto Sans JP', sans-serif; width: 145px; height: 30px; line-height: 30px; font-size: 14px; text-align: center; color: #fff; background: #20b5af; border-radius: 15px; margin: 0 0 0 15px;}
.main_menu { margin: 0 0 0 auto;}
.main_menu ul { display: flex; gap: 30px; text-align: center;}
.main_menu li a { position: relative; display: inline-block; margin-bottom: 1em; text-decoration: none; color: #000; font-family: 'M PLUS Rounded 1c', sans-serif; transform:rotateZ(0.03deg); font-weight: 500; }
.main_menu li a:before { content: ''; position: absolute; left: 50%; bottom: 24px;/*線の上下位置*/ display: inline-block; width: 20px;/*線の長さ*/ height: 1px;/*線の太さ*/ -webkit-transform: translateX(-50%); transform: translateX(-50%);/*位置調整*/ background-color: #001A8C;/*線の色*/ transition: width 0.3s }
.main_menu li a:hover:before { width: 100%;}
.main_menu li span { display: inline-block; font-size: 12px; color: #20b5af; margin: 12px 0 0 0; font-family: 'Albert Sans', sans-serif; font-weight: 500; font-style: italic; }

/* 順番 */
.top-img_container { order: 2;}
.top-menu_container { order: 1; }
.main_contents { order: 3; }
footer { order: 4; }

/* フォントのギザギザをなめらかに */
.main_contents_menu, #tokusyoku, #jisseki, #staff, #oshirase{transform:rotateZ(0.03deg);}

/* メインコンテンツ */
/* 診療内容と特色について */
.tokusyoku_area { display: flex; flex-wrap: wrap; width: 100%; justify-content: flex-start; margin: 0 0 0 0; transform:rotateZ(0.03deg);}
/*特色枠*/
.tokusyoku_box { display: grid; flex-direction: column;  width: 314px; height: 550px; border: solid 1px #20B5AF; border-radius: 15px; background-color: #fff; margin: 0 29px 29px 0; padding: 40px 20px 20px 20px;}
.tokusyoku_box:nth-child(3) { margin: 0 0 0 0}
.toku_ti { width: 100%; font-size: 27px; line-height: 1.2em; color: #20B5AF; text-align: center; position: relative; display: inline-block; margin-bottom: 1em; font-weight: 500;}
.toku_ti::before {content: ''; position: absolute; left: 50%; bottom: -10px; display: inline-block; width: 80px; height: 2px; -webkit-transform: translateX(-50%); transform: translateX(-50%);/*位置調整*/ background-color: #001A8C;/*線の色*/ }
.toku_icon { display: flex; align-items: center; justify-content: center; height: 150px; text-align: center; }
.toku_come { font-size: 14px; line-height: 1.6em; height: 210px;}
.toku_btn { width: 100%; border: solid 1px #001A8C; font-size: 14px; color: #001A8C; text-align: center; line-height: 44px; background-image: url("../img/pdf.png"); background-repeat: no-repeat; background-position: center right 10px;}
	

/* 対象疾患について */
.sikkan_area {transform:rotateZ(0.03deg);}
.sikkan_area li { width: 100%; line-height: 20px; font-size: 14px; border-top: solid 1px #A5A5A5; background: url("../img/icon.png")no-repeat left center; padding: 18px 0; }
.sikkan_area li span:first-child { font-size: 20px; color: #20B5AF; margin-left: 25px; }
.sikkan_area li img { margin-right: 10px; }

/* 治療実績 */
.jisseki_area { display: flex; justify-content: space-between;}
.jisseki_box { max-width: 460px; width: 100%; }
.jisseki_ti { font-size: 20px; color: #20B5AF; border-left: solid 2px #001A8C; padding: 0 0 0 18px; line-height: 30px; }
.jisseki_list { display: flex; flex-wrap: wrap; font-size: 14px; margin-top: 30px; }
.jisseki_list dt { width: 360px; height: 40px; padding: 9px 0 0 40px; border-bottom: solid 1px #a5a5a5; border-right: solid 1px #a5a5a5; }
.jisseki_list dd { width: 100px; text-align: center; padding: 9px 0 0 0; border-bottom: solid 1px #a5a5a5;}
.jisseki_list dt:first-child { background-color: #BCE9E7; text-align: center; padding-left: 0; border-top: solid 2px #a5a5a5; font-size: 1.1em; font-weight: bold; color: #000;}
.jisseki_list dd:nth-child(2) { background-color: #BCE9E7; border-top: solid 2px #a5a5a5; font-size: 1.1em; font-weight: bold; color: #000; }
.jisseki_list dt:nth-last-child(2) { background-color: #BCE9E7; text-align: center; padding-left: 0; border-bottom: solid 2px #a5a5a5; font-size: 1.1em; font-weight: bold; color: #000;}
.jisseki_list dd:last-child { background-color: #BCE9E7; border-bottom: solid 2px #a5a5a5; font-size: 1.1em; font-weight: bold; color: #000;}
.jisseki_txt { font-size: 14px; margin-top: 30px;}

/* スタッフ */
.staff_area { display: flex; justify-content: space-between; }
.staff_area dl { color: #5E5E5E; }
.staff_area dt { font-size: 20px; padding-left: 30px; }
.staff_area dt a { color: #001A8C; }
.staff_area dt span { font-size: 14px;}
.staff_area dt small { font-size: 13px;}
.staff_area dd { font-size: 12px; margin-bottom: 10px; padding-left: 30px; line-height: 1.4em;}
.staff_area .dd_end {margin-bottom: 40px;}
.staff_title { font-size: 16px!important; color: #20B5AF; border-left: solid 2px #001A8C; font-weight: 500;}
.staff_title_e { color: #20B5AF; border-left: solid 2px #001A8C; font-weight: 500;}
.sub_title2::before { display: none;}
.sub_title_staff2 { margin: 0px auto 35px auto; text-align: center; font-size: 18px; color: #fff; padding: 0.5em 2em; background-color: #20B5AF; border-radius: 30px;}
.sub_title_staff2 small { font-size: 14px;}
.sub_title_area_staff2 { padding: 0 20%;}

/* 倫理委員会で承認された研究のお知らせ */
.oshirase_area p { font-size: 14px; line-height: 1.7em;}
.oshirase_area p span { color: #001a8c; text-decoration: underline; /*font-weight: bold;*/}
.oshirase_list { margin-top: 50px;}
.oshirase_list li { padding: 10px 30px 10px; border-bottom: solid 1px #a5a5a5; background: url("../img/icon.png") no-repeat center left;}
.oshirase_list li:first-child { border-top: solid 1px #a5a5a5;}
.oshirase_list li a { color: #001a8c; font-size: 14px; /*font-weight: bold;*/ }


@media screen and (max-width: 520px) {
	/* ヘッダー */
	.top-img_container { min-width: 0; width: 100%; height: 350px; background: url("../img/top_img_m.jpg") no-repeat top left;}
	.top-menu_container {width: 100%; height: 50px; padding: 0; margin: 0; aspect-ratio: 32 / 5; }
	.logo { width: auto; height: 50px; padding: 0;}
	.logo img { width: auto; height: 50px; padding: 7px 10px 7px 6px; }
	.label-kanja { width: fit-content; height: fit-content; line-height: 20px; font-size: 9px; margin: 0; padding: 0 10px;}
	nav { display: none;}


/* メインコンテンツ */
/* 診療内容と特色について */
	.tokusyoku_area { align-items: center; flex-direction: column; gap: 5%; padding: 0 5%;}
	/*特色枠*//*特色枠*/
	.tokusyoku_box { width: 100%; height: auto; margin: 0 0 25px 0; padding: 25px 20px 22px 20px;}
	.tokusyoku_box:nth-child(3) { margin: 0 0 25px 0;}
	.toku_ti { width: 100%; line-height: 1.2em; color: #20B5AF; text-align: center; margin-bottom: 0; }
	.toku_ti::before {content: ''; position: absolute; left: 50%; bottom: -10px; display: inline-block; width: 80px; height: 2px; }
	.toku_icon { display: flex; align-items: center; justify-content: center; height: auto; text-align: center; padding: 30px 0; }
	.toku_come { font-size: 16px; line-height: 1.6em; height: auto; padding-bottom: 30px;}
	.toku_btn { width: 100%; border: solid 1px #001A8C; font-size: 14px; color: #001A8C; text-align: center; line-height: 44px; background-image: url("../img/pdf.png"); background-repeat: no-repeat; background-position: center right 10px;}
	
	
	/* 対象疾患について */
	.sikkan_area li { background-position: top 18px left; font-size: 16px;}
	.sikkan_area li span:first-child { display: block; margin-bottom: 5px; font-size: 18px;}
	.sikkan_area li span:last-child { display: none; }
	/* 治療実績 */
	.jisseki_area { display: flex; flex-wrap: wrap; justify-content: center;}
	.jisseki_box { max-width: 460px; width: 100%; }
	.jisseki_box:last-child { margin-top: 70px;}
	.jisseki_list dt { width: 70%; height: auto; padding: 10px 0 10px 10px;}
	.jisseki_list dd { width: 30%; display: flex; align-items: center; justify-content: center; padding: 0;}
	.jisseki_txt { max-width: 460px; width: 100%; font-size: 12px; margin: 20px auto 0; }
	/* スタッフ */
	.staff_area { flex-wrap: wrap; flex-direction: column; }
	.staff_area dt { padding-left: 15px; font-size: 18px;}
	.staff_area dd { padding-left: 15px; margin-bottom: 10px;}
	.sub_title_staff2 { margin: 0px auto 30px auto;}
	.sub_title_area_staff2 { padding: 0 0px;}
	
	/* 倫理委員会で承認された研究のお知らせ */

}