@charset "UTF-8";

#main #doctor .contents > p.body {
	font-size:2.1rem;
	text-align:center;
	font-weight:500;
	margin-bottom:1em;
}
#main #doctor .contents > p {
	margin-bottom:2em;
}
#doctor .contents > .fbox {
	width:100%;
}
#doctor .contents > .fbox.doctors > div {
	width:calc(25% - 15px);
	box-sizing:border-box;
	box-shadow:0 0 3px rgba(0,0,0,.3);
	margin-right:19px;
	margin-bottom:20px;
	padding:10px;
}
#doctor .contents > .fbox > div:nth-child(4n+4){
	margin-right:0;
}
#doctor .contents > .fbox > div .img {
	margin-bottom:10px;
	text-align:center;
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
#doctor .contents > .fbox > div .img::after {
	content:'';
	display:block;
	padding-top:100%;
}
#doctor .contents > .fbox > div h3 {
	font-size:2.1rem;
	line-height:1.4;
	margin-bottom:.3em;
	padding:0;
	border:none;
}
#doctor .contents > .fbox > div h3 span {
	font-size:1.5rem;
	display:block;
}
#doctor .contents > .fbox > div .fbox {
	width:100%;
	margin-bottom:10px;
}
#doctor .contents > .fbox > div .fbox a {
	width:calc(50% - 3px);
	color:#ffffff;
	font-size:1.5rem;
	text-align:center;
	line-height:1.6;
	border-radius:4px;
	font-weight:500;
}
#doctor .contents > .fbox > div .fbox a:hover {
	opacity:.8;
}
#doctor .contents > .fbox > div .fbox a:first-child {
	background:#7C879B;
}
#doctor .contents > .fbox > div .fbox a:last-child {
	background:#FFBA00
}
#doctor .contents > .fbox dt {
	font-size:1.6rem;
	font-weight:500;
	line-height:1;
	border-left:5px solid #FFBA00;
	padding-left:.4em;
	margin-bottom:.3em;
}
#doctor .contents > .fbox dd {
	font-size:1.5rem;
	line-height:1.3;
	margin-bottom:.5em;
	padding-left:.7em;
	word-break:break-all;
}
#doctor .contents > .fbox dd:last-child {
	margin-bottom:0;
}

/****/
#doctor.single .contents {
	max-width:900px;
}
#doctor.single .contents h2 {
	font-size:3.0rem;
	font-weight:500;
	margin-bottom: 1em;
}
#doctor.single .contents h2 span {
    font-size:1.8rem;
    display:inline-block;
    margin-right:.5em;
}
#main #doctor.single .contents > p.body {
	font-size:3.0rem;
	font-weight:400;
	color:#7C879B;
	margin-bottom:100px;
}
#doctor.single .contents .doctordetail {
	width:50%;
	background:rgba(255,210,26,.15);
	margin: 100px auto 120px;
	text-align:center;
	box-sizing:border-box;
	border-radius:50%;
	position:relative;
}
#doctor.single .contents .doctordetail::after {
	content:'';
	display:block;
	padding-top:100%;
}
#doctor.single .contents .doctordetail .img {
	width:50%;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
#doctor.single .contents .doctordetail .img::before {
	content:'';
	display:block;
	padding-top:100%;
}
#doctor.single .contents .doctordetail .img img {
	position:absolute;
	width:100%;
	top:0;
	left:0;
}

#doctor.single .contents .doctordetail a {
	display:block;
	width:35%;
	position:absolute;
	background:#FFBA00;
	border-radius:50%;
	box-sizing:border-box;
	border:3px solid #FFD21A;
	color:#ffffff;
	font-weight:500;
	font-size:2.4rem;
	transition:.3s;
}
#doctor.single .contents .doctordetail a > span {
	position:absolute;
	left:0;
	top:50%;
	display:block;
	width:100%;
	transform:translateY(-40%);
}
#doctor.single .contents .doctordetail a::before {
	content:'';
	display:block;
	padding-top:100%;
}
#doctor.single .contents .doctordetail a:hover {
	opacity:.8;
}
#doctor.single .contents .doctordetail a .svg-inline--fa {
	display:block;
	margin:.3em auto 0;
}
#doctor.single .contents .doctordetail a.detail1 {
	top:-17%;
	left:calc(50% - 17.5%);
}
#doctor.single .contents .doctordetail a.detail2 {
	top:-4%;
	left:calc(85% - 17.5%);
}
#doctor.single .contents .doctordetail a.detail3 {
	top:30%;
	left:calc(100% - 17.5%);
}
#doctor.single .contents .doctordetail a.detail4 {
	top:-4%;
	left:calc(15% - 17.5%);
}
#doctor.single .contents .doctordetail a.detail5 {
	top:30%;
	left:calc(0% - 17.5%);
}
#doctor.single .contents .doctordetail a.detail6 {
	top:68%;
	left:calc(15% - 17.5%);
	background:#7C879B;
	border:3px solid #B2BFD6;
}
#doctor.single .contents .doctordetail a.detail7 {
	top:82%;
	left:calc(50% - 17.5%);
	background:#7C879B;
	border:3px solid #B2BFD6;
}
#doctor.single .contents .doctordetail a.detail8 {
	top:68%;
	left:calc(85% - 17.5%);
	background:#7C879B;
	border:3px solid #B2BFD6;
}
#doctor.single .details {
	margin:0 auto 30px;
}
#doctor.single .details.details1 > div,
#doctor.single .details.details1 > dl {
	width:calc(50% - 15px);
}
#doctor.single .details > div >dl:first-child {
	margin-bottom:30px;
}
#doctor.single .details dt {
	font-size:2.1rem;
	margin-bottom:.5em;
}
#doctor.single .details dd {
	font-size:1.8rem;
}
#doctor.single .details dd > a {
    display:block;
    font-size:1.6rem;
    font-weight:500;
    text-align:center;
    width:12em;
    line-height:2;
    background:#FFBA00;
    border:2px solid #FFBA00;
    color:#ffffff;
    border-radius:6px;
    transition:.3s;
    box-sizing:border-box;
    margin:0 auto;
}
#doctor.single .details dd > a:hover {
    background:#ffffff;
    color:#FFBA00;
}

#doctor.single .details table {
	border-collapse:collapse;
	width:100%;
	margin-bottom:15px;
}
#doctor.single .details table th,
#doctor.single .details table td {
	font-size:1.8rem;
	text-align:center;
	color:#7C879B;
	text-align:center;
	line-height:1;
	padding:.8em 0.5em;
	font-weight:500;
	border:1px solid #7C879B;
}
#doctor.single .details table tr:first-child th {
	border-top:0;
}
#doctor.single .details table tr:last-child th,
#doctor.single .details table tr:last-child td {
	border-bottom:0;
}
#doctor.single .details table tr th:first-child {
	border-left:0;
}
#doctor.single .details table tr th:last-child,
#doctor.single .details table tr td:last-child {
	border-right:0;
}
#main #doctor.single .details table + p {
	font-size:1.5rem;
	line-height:1.3;
	margin-bottom:1em;
	text-align:right;
	color:#ff0000;
}
#doctor.single .details.details2 h3 {
	margin-bottom:.5em;
}
#doctor.single .details.details2 div.list {
	box-sizing:border-box;
	background:#efefef;
	padding:15px;
	margin-bottom:30px;
}
#doctor.single .details.details2 h3:first-child {
	border:none;
	padding-bottom:0;
}
#doctor.single .details.details2 div.greeting {
	box-sizing:border-box;
	border:2px solid #FFC834;
	padding:15px;
	border-radius:12px;
	margin-bottom:30px;
	
}

#main #doctor.single .details.details2 div.greeting p,
#main #doctor.single .details.details2 div.list p {
	margin-bottom:0;
}


@media screen and (max-width:768px){

}

@media screen and (max-width:640px){
	
#main #doctor .contents > p.body {
	font-size:1.8rem;
}
#doctor .contents > .fbox.doctors > div {
	width:100%;
	margin-right:0;
	margin-bottom:10px;
	padding:10px;
}
#doctor .contents > .fbox > div:nth-child(4n+4){
	margin-right:0;
}

/****/
#doctor.single .contents h2 {
	font-size:6vw;
	margin-bottom: 5vw;
}
#doctor.single .contents h2 span {
    font-size:4vw;
}
#main #doctor.single .contents > p.body {
	font-size: 6vw;
	margin-bottom:20vw;
}
#doctor.single .contents .doctordetail {
	width:80%;
	margin: 10vw auto 20vw;
}
#doctor.single .contents .doctordetail a {
	font-size:4.2vw;
	transition:0s;
}
#doctor.single .contents .doctordetail a:hover {
	opacity:1;
}
#doctor.single .details {
	margin:0 auto 20px;
}
#doctor.single .details.details1 > div,
#doctor.single .details.details1 > dl {
	width:100%;
	margin-bottom: 15px;
}
#doctor.single .details > div >dl:first-child {
	margin-bottom: 15px;
}
#doctor.single .details dt {
	font-size:1.8rem;
}
#doctor.single .details dd {
	font-size:1.6rem;
}
#doctor.single .details dd > a {
	transition:0s;
}
#doctor.single .details dd > a:hover {
    background:#FFBA00;
    color:#ffffff;
}
#doctor.single .details table th,
#doctor.single .details table td {
	font-size:1.5rem;
	padding:.5em 0.2em;
}
#doctor.single .details table th:first-child {
	width:4em;
}
#doctor.single .details.details2 h3 {
	font-size:1.8rem;
}
#doctor.single .details.details2 div.list {
	padding:10px;
}
#doctor.single .details.details2 div.greeting {
	padding:10px;
	border-radius:8px;	
}

}

@media screen and (max-width:480px){

}