@charset "UTF-8";

/*メインイメージ
---------------------------------------------------------*/
.menu_sur .m_img.type_curve::after {
	background-image: url("../images/medical/m_curve1@2x.png");
}
.menu_onc .m_img.type_curve::after {
	background-image: url("../images/medical/m_curve2@2x.png");
}



/*診療系パーツ
---------------------------------------------------------*/
.med_lead > dt {
	margin-bottom: .5em;
}

.med_index1 {
	position: relative;
	padding-left: .8em;
	margin-bottom: 1.0em;
}
.med_index1::before {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - .4em);
	background: #102e55;
	left: 0;
	top: .25em;
}

.med_anc_list {
	font-size: 105%;
	letter-spacing: .16em;
	line-height: 1.3em;
	display: flex;
    flex-wrap: wrap;
	row-gap: 1.0em;
}
.med_anc_list li {
	width: 30.7%;
	margin-right: 3.95%;
	border-bottom: solid 1px rgba(64,65,66,0.2);
}
.med_anc_list li:nth-child(3n),
.med_anc_list li:last-child {
	margin-right: 0;
}
.med_anc_list li a {
	display: block;
	padding: 1.4em 2.2em;
	padding-right: 0;
	position: relative;
}
.med_anc_list li a::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 50%;
	width: 3.0em;
	line-height: 3.0em;
	letter-spacing: normal;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	transform: rotate(90deg);
	position: absolute;
	left: 0;
	top: 2.5em;
}
.med_anc_list li a:hover {
	color: #49a2c7;
}

.med_link_list {
	display: flex;
    flex-wrap: wrap;
	font-size: min(95%,1.4vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.4em;
	row-gap: 20px;
}
.med_link_list li {
	width: 23.5%;
	margin-right: 2%;
}
.med_link_list li:nth-child(4n),
.med_link_list li:last-child {
	margin-right: 0;
}
.med_link_list a {
	display: block;
	background: rgba(230,230,220,0.5);
	border-radius: 10px;
	height: 5.5em;
	position: relative;
}
.med_link_list a p {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 1.5em;
	padding-right: 4.5em;
}
.med_link_list a .com_arrow1 {
	padding: .7em 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.med_link_list .com_arrow1::before,
.med_link_list .com_arrow1::after {
	font-size: 70%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_anc_list {
	font-size: 105%;
	letter-spacing: normal;
}
.med_anc_list li {
	width: 32%;
	margin-right: 2%;
}
.med_anc_list li a {
	padding: 1.0em 2.0em;
}
.med_anc_list li a::before {
	top: 1.6em;
}
.med_anc_list li a:hover {
	color: #49a2c7;
}

.med_link_list {
	font-size: 1.7vw;
	letter-spacing: normal;
	row-gap: 1.2vw;
}
.med_link_list li {
	width: 24.1%;
	margin-right: 1.2%;
}
.med_link_list a p {
	padding-left: 1.0em;
	padding-right: 4.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_index1 {
	padding-left: .5em;
}
	
.med_anc_list {
	font-size: 110%;
	letter-spacing: normal;
	line-height: 1.2em;
    justify-content: space-between;
	row-gap: .2em;
}
.med_anc_list li {
	width: 48%;
	margin-right: 0;
}
.med_anc_list li a {
	padding: .8em 2.0em;
	padding-right: 0;
}
.med_anc_list li a::before {
	top: 1.3em;
}

.med_link_list {
    justify-content: space-between;
	font-size: 95%;
	letter-spacing: normal;
	row-gap: 2vw;
}
.med_link_list li {
	width: 49%;
	margin-right: 0;
}
.med_link_list a p {
	padding-left: .8em;
	padding-right: 2.5em;
}
.med_link_list a {
	height: 4.5em;
}
.med_link_list a .com_arrow1 {
	width: 2.0em;
	padding: 1.0em 0;
}
.med_link_list .com_arrow1::before,
.med_link_list .com_arrow1::after {
	font-size: 60%;
}
}



/*概要
---------------------------------------------------------*/
#outline .com_site_link {
	position: relative;
	padding-top: 50px;
}
#outline .com_site_link::before {
	content: "";
	position: absolute;
	width: 25vw;
	max-width: 260px;
	height: 1px;
	background: #102e55;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}

.single_page #outline .med_lead > dt {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

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

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



/*フッター
---------------------------------------------------------*/
.f_med_links .box1 {
	background: #e6e6dc;
}

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

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



/*部位から探す
---------------------------------------------------------*/
#part .illust_box {
	width: 100%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
#part .illust_box .in_box {
	position: relative;
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: 0;
}
#part .illust_box .img_area {
	position: relative;
	z-index: 0;
}
#part .illust_box .img_area .illust_base {
	position: relative;
	z-index: 0;
}
#part .illust_box .img_area .illust_cover {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
}
#part .illust_box dt.ft_min {
	display: none;
}
#part .illust_box li a {
	display: block;
	position: absolute;
	color: #102e55;
	font-size: min(95%,1.4vw);
	font-weight: bold;
	letter-spacing: .25em;
	line-height: 1.3em;
	white-space: nowrap;	
	font-feature-settings: "halt";
	padding: .3em 1.0em .3em 1.8em;
	/*background: rgba(0,0,0,0.2);*/
}
#part .illust_box li a:hover {
	color: #e27dae;
}
#part .illust_box li a::before {
	font-family: 'fontello';
	content: '\e800';
	position: absolute;
	color: #e27dae;
	font-size: 70%;
	font-weight: normal;
	left: 1.0em;
	top: .4em;
}
#part .illust_box .parts2 li a:hover {color: #2089e0;}
#part .illust_box .parts2 li a::before {color: #2089e0;}
#part .illust_box .parts3 li a:hover {color: #e8954b;}
#part .illust_box .parts3 li a::before {color: #e8954b;}
#part .illust_box .parts4 li a:hover {color: #359b5e;}
#part .illust_box .parts4 li a::before {color: #359b5e;}

/*頭頸部*/
#part .illust_box .parts1_1 a {
	left: 6%;
	bottom: 91%;
}
#part .illust_box .parts1_2 a {
	left: 34%;
	bottom: 95.8%;
}
#part .illust_box .parts1_3 a {
	left: 1.2%;
	bottom: 86%;
}
#part .illust_box .parts1_4 a {
	left: 7.8%;
	bottom: 37.3%;
}
#part .illust_box .parts1_5 a {
	left: 3%;
	bottom: 55.5%;
}
#part .illust_box .parts1_6 a {
	left: 34.8%;
	bottom: 90.8%;
}
#part .illust_box .parts1_7 a {
	left: 7%;
	bottom: 42%;
}

/*四肢・体幹*/
#part .illust_box .parts2_1 a {
	left: 8.6%;
	bottom: 28.5%;
}
#part .illust_box .parts2_2 a {
	left: 40.2%;
	bottom: 14.6%;
}
#part .illust_box .parts2_3 a {
	left: 76%;
	bottom: 29.6%;
}
#part .illust_box .parts2_4 a {
	left: 76.5%;
	bottom: 34.5%;
}
#part .illust_box .parts2_5 a {
	left: 9.5%;
	bottom: 23.5%;
}
#part .illust_box .parts2_6 a {
	left: 55%;
	bottom: 71.5%;
}

/*胸腔内*/
#part .illust_box .parts3_1 a {
	left: 16.5%;
	bottom: 7.6%;
}
#part .illust_box .parts3_2 a {
	left: 15%;
	bottom: 17.3%;
}
#part .illust_box .parts3_3 a {
	left: 40%;
	bottom: 6.6%;
}
#part .illust_box .parts3_4 a {
	left: 15.5%;
	bottom: 12.5%;
}

/*腹腔内*/
#part .illust_box .parts4_1 a {
	left: 52%;
	bottom: 90.8%;
}
#part .illust_box .parts4_2 a {
	left: 53%;
	bottom: 85.8%;
}
#part .illust_box .parts4_3 a {
	left: 54.2%;
	bottom: 76.2%;
}
#part .illust_box .parts4_4 a {
	left: 55.5%;
	bottom: 67%;
}
#part .illust_box .parts4_5 a {
	left: 53.6%;
	bottom: 81%;
}
#part .illust_box .parts4_6 a {
	left: 75%;
	bottom: 25%;
}
#part .illust_box .parts4_7 a {
	left: 74%;
	bottom: 20.3%;
}
#part .illust_box .parts4_8 a {
	left: 56.5%;
	bottom: 62.3%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#part .illust_box .in_box {
	width: 112%;
	margin-left: -4%;
}
#part .illust_box li a {
	font-size: 1.6vw;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#part .illust_box .img_area {
	width: 130%;
	margin-left: -15%;
	margin-top: -10%;
}
#part .illust_box .img_area .illust_cover {
	display: none;
}
#part .illust_box dt.ft_min {
	display: block;
	border-top: solid 1px rgba(64,65,66,0.2);
	border-bottom: solid 1px rgba(64,65,66,0.2);
	text-align: center;
	color: #102e55;
	font-size: 120%;
	letter-spacing: .16em;
	line-height: 1.4em;
	padding: .5em 0;
	margin: 1.0em 0 .5em;
}
#part .illust_box dd {
	padding: 0 3%;
}
#part .illust_box ul {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#part .illust_box ul li {
	width: 48%;
	margin-bottom: .3em;
}
#part .illust_box li a {
	position: relative;
	font-size: 100%;
	padding: .3em 1.0em .3em 1.8em;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
}
}



/*色
---------------------------------------------------------*/
.menu_sur .free_area h4 {background: #10b9ab;}
.menu_sur .free_area ul > li::before {background-image: url("../images/check4@2x.png");}
.menu_sur .free_area ol > li::before {color: #10b9ab;}
.menu_sur .com_faq > dd::before {color: #10b9ab;}

.menu_onc .free_area h4 {background: #e7a46e;}
.menu_onc .free_area ul > li::before {background-image: url("../images/check5@2x.png");}
.menu_onc .free_area ol > li::before {color: #e7a46e;}
.menu_onc .com_faq > dd::before {color: #e7a46e;}



/*
---------------------------------------------------------*/

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

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