@charset "UTF-8";

.m_img_area::before {background-image: url("../images/specialty/m_img@2x.jpg");}



/*box1
---------------------------------------------------------*/
.box1 {
	padding-top: 40px;
}
.box1 .w1340{
    text-align: center;
}
.box1 .lead_box dt {
	font-size: min(220%,3.0vw);
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.box1 .img1{
    margin-left: auto;
    margin-right: auto;
}
.box1 .txt2 h3{
    font-size: min(280%,3.8vw);
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 {
	padding-top: 2%;
}
.box1 .lead_box dt {
	font-size: 3.4vw;
	letter-spacing: .1em;
}
.box1 .txt2 h3{
	letter-spacing: .1em;
	margin-bottom:.7em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 {
	padding-top: 2%;
}
.box1 .w1340{
    text-align: left;
}
.box1 .lead_box dt {
	font-size: 135%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .5em;
    text-align: center;
}
.box1 .txt2 h3{
    font-size:140%;
    font-feature-settings: "palt";
	letter-spacing: .05em;
    text-align: center;
	margin-bottom:.5em;
}
}






/* nayami
---------------------------------------------------------*/
#nayami .flex_box{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 120px 0;
}
#nayami .flex_box::before{
    position: absolute;
    display: block;
    content: "";
    background: #E8FAFF;
    background-size: 100% auto;
    width: 300%;
    height: 100%;
    left: 15%;
    top:0;
    z-index: -1;
}
#nayami .flex_l{
    padding-top: 20px;
    width: 41%;
}
#nayami .flex_r{
    width: 59%;
    text-align: center;
}
#nayami .flex_r h3{
    font-size: min(220%,3vw);
    letter-spacing: 0.16em;
    line-height: 1.6em;
    margin-bottom: 1.8em;
}
#nayami .flex_r .inbox{
    position: relative;
    padding: 80px 5% 100px;
    box-sizing: border-box;
    font-size: min(120%,2.2vw);
    letter-spacing: 0.13em;
}
#nayami .flex_r .inbox::before{
    position: absolute;
    display: block;
    content: "";
    background: #fff;
    background-size: 100% auto;
    width: 300%;
    height: 100%;
    left: -10%;
    top:0;
    z-index: -1;
    border-radius: 50px 0 0 50px;
}
#nayami .flex_r .inbox ul{
    width: 100%;
    max-width: 720px;
    text-align: left;
    margin: 0 auto;
}
#nayami .flex_r .inbox li{
    margin-bottom: 1.2em;
    position: relative;
    padding-left: 2em;
    box-sizing: border-box;
}
#nayami .flex_r .inbox li::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/specialty/check.svg")no-repeat top left;
    background-size: 100% auto;
    width: 1.2em;
    height: 1.2em;
    top: .4em;
    left: 0;
}
#nayami .w1340{
    text-align: center;
    margin-top: -2.5em;
}
#nayami .serif{
    background: #35A1D2;
    display: inline-block;
    position: relative;
    font-size: min(135%,2.5vw);
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.6em;
    padding: 1em 2em;
    box-sizing: border-box;
    border-radius: 50px;
    margin-bottom: 50px;
}
#nayami .serif::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/specialty/abs01.svg")no-repeat top center;
    background-size: 100% auto;
    width: 14px;
    height: 13px;
    top:100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#nayami .txt1{
    font-size: min(120%,2.2vw);
    letter-spacing: 0.1em;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1400px) {
#nayami .flex_r .inbox{
    letter-spacing: normal;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#nayami .flex_box{
    padding: 8% 0 10%;
}
#nayami .flex_l{
    padding-top: 5vw;
}
#nayami .flex_r h3{
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}
#nayami .flex_r .inbox{
    padding: 5vw 5% 4vw;
    letter-spacing: 0.05em;
}
#nayami .flex_r .inbox li{
    margin-bottom: 1em;
    padding-left: 1.7em;
}
#nayami .serif{
    letter-spacing: 0.1em;
    padding: .8em 2em;
    margin-bottom: 3vw;
}
#nayami .txt1{
    letter-spacing: 0.05em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#nayami .flex_box{
    display: block;
    padding: 0 0 8vw;
}
#nayami .flex_box::before{
    left: 0;
    height: calc(100% - 30vw);
    top:30vw;
}
#nayami .flex_l{
    padding-top: 0;
    width: 70%;
    margin-bottom: 7%;
}
#nayami .flex_r{
    width: 100%;
}
#nayami .flex_r h3{
    font-size: 140%;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
}
#nayami .flex_r .inbox{
    width: 90%;
    margin: 0 auto;
    padding: 8% 4% 5%;
    font-size: 105%;
    letter-spacing: 0.05em;
}
#nayami .flex_r .inbox::before{
    border-radius: 20px;
    width: 100%;
    left: 0;
}
#nayami .flex_r .inbox li{
    margin-bottom: 1em;
    padding-left: 1.7em;
}
#nayami .flex_r .inbox li::before{
    width: 1.2em;
    height: 1.2em;
    top: .3em;
}
#nayami .w1340{
    margin-top: -.5em;
}
#nayami .serif{
    font-size: 110%;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    border-radius: 100px;
    margin-bottom: 7%;
}
#nayami .txt1{
    font-size:100%;
    text-align: left;
    letter-spacing: 0.05em;
}
}






/* medical
---------------------------------------------------------*/
#medical .inbox{
    padding: 80px 3% 90px;
    box-sizing: border-box;
    border: 3px solid #35A1D2;
    border-bottom: none;
    border-radius: 50px 50px 0 0;
}
#medical h3{
    text-align: center;
    font-size: min(200%,3vw);
    letter-spacing: 0.2em;
    line-height: 1.6em;
    margin-bottom: 1em;
    color: #35A1D2;
}
#medical .med_menu1{
    max-width: 1100px;
    margin: 0 auto;
}
#medical .med_menu1 > li{
    position: relative;
}
#medical .med_menu1 > li > a {
	background-color: #F6F6F5;
}
#medical .med_menu1 > li > a::after {
    display: none;
}
#medical .med_menu1 .icon_open{
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 1em;
}
#medical .med_menu1 .icon_open::before,
#medical .med_menu1 .icon_open::after {
    width: 1.2em;
	height: 4px;
	background: #0606CD;
	border-radius: 10px;
}
#medical .med_menu1 > li .spe_inmenu{
    position: absolute;
	width: 100%;
	left: 0;
	top: calc(100% - 1em);
	transform: translateX(0);
    background: rgba(6,6,205,0.90);
	box-sizing: border-box;
	border-radius: 30px;
	padding: 1.5em 4%;
    font-weight: bold;
    z-index: 5;
    font-size: min(100%,1.5vw);
}
#medical .med_menu1 > li .spe_inmenu a{
    position: relative;
    color: #fff;
    display: block;
    padding: .6em 0 .6em .7em;
    box-sizing: border-box;
    max-width: 12em;
    margin: 0 auto;
}
#medical .med_menu1 > li .spe_inmenu a::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/specialty/arrow1.svg")no-repeat top right;
    background-size: 100% auto;
    width: 1.5em;
    height: 1.5em;
    top: 50%;
	transform: translateY(-50%);
    right: 0;
}
#medical .med_menu1 > li .spe_inmenu a::after{
    position: absolute;
    display: block;
    content: "";
    background: #fff;
    background-size: 100% auto;
    width: .35em;
    height: .2em;
    border-radius: 1px;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
}
#medical .med_menu1 > li .spe_inmenu .com_menu1 li{
    margin-bottom: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#medical .inbox{
    padding:5vw 3%;
}
#medical .med_menu1 .icon_open{
    right: .5em;
}
#medical .med_menu1 .icon_open::before,
#medical .med_menu1 .icon_open::after {
    width: .8em;
	height: 2px;
}
#medical .med_menu1 > li .spe_inmenu{
	top: calc(100% - .5em);
	border-radius: 20px;
	padding: 1em 4%;
}
#medical .med_menu1 > li .spe_inmenu a{
    padding-left: .6em;
}
#medical .med_menu1 > li .spe_inmenu a::before{
    width: 1.2em;
    height: 1.2em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#medical .inbox{
    padding:6vw 4%;
    border-radius: 30px 30px 0 0;
}
#medical h3{
   font-size: 130%;
   margin-bottom: .8em;
}
#medical .med_menu1 > li > a{
    font-size:80%;
    letter-spacing: normal;
}
#medical .med_menu1 .icon_open::before,
#medical .med_menu1 .icon_open::after {
    width: 1em;
	height: 3px;
}
#medical .med_menu1 > li .spe_inmenu{
    width: 120%;
	top: calc(100% - 1em);
	border-radius: 20px;
	padding: .7em 4%;
    font-size: 78%;
}
#medical .med_menu1 > li:nth-child(2) .spe_inmenu{
    left: auto;
    right: 0;
}
#medical .med_menu1 > li .spe_inmenu a{
    padding: .45em 0 .45em 1em;
}
#medical .med_menu1 > li .spe_inmenu a::before{
    width: 1.2em;
    height: 1.2em;
}
#medical .med_menu1 > li .spe_inmenu a::after{
    width: .5em;
}
}






/*検査時の注意点
---------------------------------------------------------*/
#attention .tel_txt dt {
	text-align: center;
	margin-bottom: 1.2em;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#attention .tel_txt dt {
	margin-bottom: .5em;
}
}


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

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

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

}

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

}