@charset "utf-8";
/* CSS Document */

/*==================================================
mv
================================================== */

#top-slider{
    width: 100%;
    margin-top: 120px;
    position: relative;
    z-index: -1;
}

.mv-page{
    margin-top: 120px;
    background-color: #007193;
    text-align: center;
    color: #fff;
    padding: 25px 0;
}

.mv-title{
    font-size: 32px;
    display: block;
}

.mv-title small{
    display: block;
    font-size: 14px;
    letter-spacing: 0.08em;
}

#top-slider ul li{
    height: 70vh;
}

#top-slider ul li img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
}

.mv-copy{
    position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    width: 100%;
    font-size: 38px;
    color: #fff;
    z-index: 1 !important;
    font-weight: normal;
     text-shadow: 1px 1px 12px rgba(2, 81, 105, 0.9);
}

.mv-copy strong{
    display: block;
    font-weight: normal;
}

.mv-copy small{
    display: block;
    font-size: 40%;
    letter-spacing: 0.1em;
}

.flex-direction-nav{
    display: none;
}

.flex-control-nav{
    bottom: -50px !important;
}


.mv-disease{
    margin-bottom: 50px !important;
}

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

.mv-copy{
    font-size: 32px;
}
    
}

@media screen and (max-width: 1024px) and (orientation: portrait){

#top-slider ul li{
    height: 38vh;
}
  
}
    



@media only screen and (max-width: 940px) {
    
#top-slider{
    margin-top: 60px;
}    

.mv-copy{
    font-size: 24px;
}

.mv-page{
    margin-top: 60px;
}

.mv-title{
    font-size: 24px;
}

}

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

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

#top-slider ul li{
    height: 38vh;
} 

.mv-copy{
    font-size: 5.5vw;
}
    
.mv-copy small{
    font-size: 50%;
    margin-top: 12px;
} 

.mv-page{
    padding: 16px 0;
}  

.mv-title{
    font-size: 5.8vw;
} 


.mv-disease{
    margin-bottom: 30px !important;
}
    
}


/*==================================================
top-message
================================================== */

#top-message{
    padding: 80px 0 100px;
    position: relative;
    background: url("../images/bg01.webp") top left no-repeat;
    background-size: 50%;
}

#top-message .title-contents{
    margin: 0 0 -15px 45px;
    z-index: 1;
}

#top-message article{
    position: relative;
    background-color: rgba(243,247,249,0.65);
    padding: 45px 45px 80px 45px;
    width: 75%;
    box-sizing: border-box;
}

.pic-01{
    position: relative;
    z-index: 1;
    width: 75%;
    margin-left: 25%;
    margin-top: -40px;
}

.bg-02{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: -1;
}

#top-message a.btn{
    min-width: auto;
    width: 320px;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

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

#top-message a.btn{
    width: 260px;
}
    
}

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

#top-message a.btn{
    top: 80px;
    width: 230px;
}
    
}

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

#top-message{
    padding: 50px 0 80px;
    position: relative;
    background: url("../images/bg01.webp") top left no-repeat;
    background-size: 80%;
}

#top-message .title-contents{
    margin: 0 0 -15px 25px;
    z-index: 1;
}

#top-message article{
    padding: 35px 25px 60px 25px;
    width: 85%;
}

.pic-01{
    width: 85%;
    margin-left: 15%;
    margin-top: -30px;
}

.bg-02{
    width: 80%;
}
    
#top-message a.btn{
    top: -65px;
}    
    
}

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

#top-message{
    padding: 15px 0 50px;
    position: relative;
    background: url("../images/bg01.webp") top left no-repeat;
    background-size: 90%;
}

#top-message .title-contents{
    margin: 0 0 -15px 25px;
    z-index: 1;
}

#top-message article{
    padding: 35px 25px 60px 25px;
    width: 95%;
}

.pic-01{
    width: 95%;
    margin-left: 5%;
    margin-top: -40px;
}

.bg-02{
    width: 90%;
}
    
#top-message a.btn{
    position: relative;
    top: inherit;
    right: inherit;
    display: block;
    width: 86%;
    margin: 20px auto 0;
}    
    
}

/*==================================================
top-service
================================================== */

#top-service{
    padding: 65px;
    background:url("../images/bg03.webp") center center no-repeat;
    background-size: cover;
    display: flex;
}

#top-service > article:nth-child(2){
    margin-left: 35px;
    margin-right: 35px;
}

#top-service > article{
    padding: 0 25px 30px;
    width: calc(100%/3);
}


#top-service > article h3{
    display: block;
    border-left: 7px solid #007193;
    color:#007193;
    font-size: 21px;
    padding: 20px 15px 5px 25px;
    font-weight: 500;
}

.img-top-service{
    margin: 20px 0 25px;
}

.img-top-service img{
    width: 100%;
    vertical-align: bottom;
}

p.txt-top-service{
    margin: 0 0 20px;
}

@media only screen and (max-width: 1200px) {
    
#top-service{
    padding: 30px;
}

#top-service > article:nth-child(2){
    margin-left: 25px;
    margin-right: 25px;
}

#top-service > article{
    padding: 0 20px 25px;
}
    
    #top-service a.btn{
        min-width: auto;
    }
  

    
}

@media only screen and (max-width: 768px) {
    
#top-service{
    padding: 50px 0;
    display: block;
}
    
    #top-service > article{
        width: 80%;
        box-sizing: border-box;
        margin: 0 auto 20px;
        padding: 0 25px 30px;
    }

#top-service > article:nth-child(2){
    margin-left: auto;
    margin-right: auto;
}


#top-service > article h3{
    border-left: 6px solid #007193;
    font-size: 21px;
    padding: 20px 15px 5px 25px;
    font-weight: 500;
}

    #top-service > article a.btn{
        min-width: auto;
        width: 60%;
    }   

    
}

@media only screen and (max-width: 599px) {
    
#top-service{
    padding: 35px 0;
}
    
    #top-service > article{
        width: 92%;
        margin: 0 auto 18px;
        padding: 0 18px 25px;
    }


#top-service > article h3{
    font-size: 5.2vw;
    padding: 16px 12px 2px 15px;
}

    #top-service > article a.btn{
        min-width: auto;
        width: 90%;
    }   

    
}

/*==================================================
top-post
================================================== */

#top-post{
    border-bottom: 1px solid #ddd;
}



#news-list{
}

#news #news-list{
    border: none;
}

.box-top-post{
    padding: 65px 0;
}

.ul-postlist{
    margin: 35px 0 0;
    position: relative;
    list-style: none;
}

.ul-postlist li small{
    display: block;
}

.ul-postlist li{
    position: relative;
    margin-bottom: 25px;
}

.ul-postlist li::after{
    content: '';
    width: 80px;
    border-bottom: 1px solid #333;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
}

.box-top-post a.btn{
    min-width: auto;
    width: 240px;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 65px;
    font-size: 15px;
}

@media only screen and (max-width: 1518px) {
    
    #top-post .title-contents small{
        display: block;
    }
    
}

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

.box-top-post{
    padding: 50px 0;
}

.box-top-post a.btn{
    top: 50px;
}


}

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



}


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

#top-post{
    display: block;
    border: none;
}

#top-post > div{
    width: 100%;
    border-bottom: 1px solid #ddd;
}

#news-list{
    border-right: none;
}

.box-top-post{
    padding: 35px 20px;
    box-sizing: border-box;
}

.box-top-post a.btn{
    min-width: auto;
    width: 80%;
    position: relative;
    z-index: 2;
    right: inherit;
    top: inherit;
    font-size: 15px;
    display: block;
    margin: 35px auto 0;
}


    
}


/*==================================================
下層ページ共通
================================================== */

.tate-scroll-line{
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    left: 5px;
    background-color: #8fa7c0;
    transition: 1.5s;
    content: "";
}

.tate-scroll-line.expand{
    height: 100%;
}

.contents-line{
    position: relative;
    padding: 10px 0 10px 25px;
}

.box-left-line{
    display: flex;
}

.left-line{
    position: relative;
    width: 1px;
}

.left-line::before{
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    left: 0;
    background-color: #64beb9;
    transition: 1.5s;
    content: "";
}

.left-line.expand::before{
    height: 100%;
}

.contents-left-line{
    padding: 30px 0 30px 30px;
}

.txt{
    line-height: 2.0;
}

.txt p{
    margin-bottom: 35px;
}

.txt-att{
    margin: 20px 0;
    text-align: right;
}

.txt-lead{
    font-size: 22px;
}

.img-float-r{
    float: right;
    margin: 0 0 20px 50px;
    vertical-align: bottom;
    width: 38%;
}

.img-float-r-small{
    float: right;
    margin: 0 0 20px 50px;
    vertical-align: bottom;
    width: 24%;
}

.img-float-r-big{
    float: right;
    margin: 0 0 20px 50px;
    vertical-align: bottom;
    width: 50%;
}

.img-t{
    width: 240px !important;
}

.pic-line{
    background-color: #dcf5ff;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 60px;
    height: 460px;
    width: 100%;
}

.page-head{
    width: 900px;
    background-color: #fff;
    margin: 0 auto;
    padding: 35px 50px;
    box-sizing: border-box;
    position: relative;
    top: -80px;
}

.page-head p{
    line-height: 2.2;
    text-align: justify;
}

.txt-head{
    font-size: 32px;
    margin: 0 0 25px;
    letter-spacing: 0.05em;
    line-height: 1.8 !important;
    font-weight: 500;
}

.txt-head small{
    display: block;
    font-size: 50%;
    padding-top: 20px;
    text-indent: -8px;
}

.pic{
    position: relative;
    margin: 50px 0;
}

.pic img{
    vertical-align: bottom;
}


.box-scroll{
    overflow-x: auto;
    padding-bottom: 15px;
}

#page-link{
    background-color: #fff;
    border: 1px solid #007193;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

#page-link dl.accordion dd a{
    background: url("../images/google_icons/arrow_down.svg") no-repeat left center;
    background-size: 18px;
    border: none !important;
    margin-right: 10px;
    display: inline-block;
    text-decoration: underline;
    padding-left: 20px !important;
}

#page-link.link-treatment dl.accordion dd a{
    background: url("../images/google_icons/arrow_right.svg") no-repeat left center;
    background-size: 18px;
}

#page-link .accordion dt{
    display: none;
}

#page-link .accordion dd{
    line-height: 2.2;
}

.link-treatment{
    margin-top: 65px;
}

.box-flex{
    display: flex;
    margin-bottom: 50px;
}

.box-flex-2cols > div{
    width: 50%;
    margin: 0 25px;
}



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

.pic-line{
    height: 410px;
}
    
    
}


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

.tate-scroll-line{
    left: 3px;
}

.contents-left-line{
    padding: 20px 0 20px 20px;
}

.txt{
    line-height: 1.8;
}

.txt-lead{
    font-size: 20px;
    line-height: 1.8;
}

.img-float-r{
    width: 35%;
    margin-left: 30px;
}

.img-float-r-big{
    width: 50%;
    margin-left: 30px;
}

.pic{
    margin: 30px 0;
}

.pic-line{
    top: 50px;
    height: 290px;
}

.page-head{
    width: 84%;
    padding: 25px 30px;
    top: -60px;
}

.page-head p{
    line-height: 2.0;
}

.txt-head{
    font-size: 24px;
}

#page-link{
    padding: 15px;
    margin-bottom: 35px;
    line-height: 2.0;
}

}

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

.txt{
    line-height: 1.6;
}

.txt p{
    margin-bottom: 25px;
}

.txt-att{
    font-size: 10px;
}

.txt-lead{
    font-size: 18px;
    line-height: 1.6;
}

.img-float-r{
    display: block;
    width: 100%;
    float: none;
    margin: 15px auto 20px;
}

.img-float-r-big{
    display: block;
    width: 100%;
    float: none;
    margin: 15px auto 20px;
}

.img-float-r-small{
    margin: 0 0 15px 15px;
    width: 30%;
}

.img-t{
    width: 100% !important;
}

.pic-line{
    top: 30px;
    height: 130px;
}

.page-head{
    width: 84%;
    padding: 15px 20px;
    top: -50px;
}

.page-head p{
    line-height: 2.0;
}

.txt-head{
    font-size: 4.6vw;
}

.txt-head small{
    font-size: 70%;
    padding-top: 10px;
    text-indent: -5px;
}

#page-link{
    padding: 8px 10px;
    margin-bottom: 25px;
}

#page-link .accordion dt{
    display: block;
    padding: 0;
    border: none ;
    font-size: 16px;
}
    
    #page-link .accordion dd{
        padding: 10px 0;
        line-height: 1.9;
    }
    
    #page-link .accordion dd a{
        font-size: 13px;
    }
    
    #page-link .accordion dt.open{
        background-color: transparent;
    }
    
    #page-link.link-treatment{
        padding: 15px;
    }
    
    #page-link.link-treatment dt{
        display: none;
    }
    
    #page-link.link-treatment dd{
        display: block;
    }
    
    #page-link.link-treatment .title-basic{
        font-size: 4vw;
        margin: 0;
    }
    
}


/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {text-align:center; clear: both; margin-top: 50px; position: relative; padding-top: 50px;}
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 5px 20px 0;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a,
.PageList ul li.active a{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    text-decoration: none; 
	background: #fff;
	color: #222;
	line-height: 1;
	font-size: 17px;
}

.PageList ul li.active a{
	pointer-events: none;
}

.PageList ul li.pagelist-dot a{
	pointer-events: none;
}

.PageList ul li.link-prev a,
.PageList ul li.link-next a{
	background: #dde9f4;
}
.PageList ul li a, 
.PageList ul li a:link, 
.PageList ul li a:visited {}
.PageList ul li.active a,
.PageList ul li a:hover{
    background: #dde9f4;
}

.btn-pagelist a.btn{
	position: absolute;
	width: 260px;
	top: 50px;
	left: 0;
}

.btn-pagelist a.btn.btn-next{
	left: inherit;
	right: 0;
}

@media (max-width: 1100px) {

.PageList {margin-top: 0; padding-top: 50px;}
.PageList ul{margin-bottom: 50px;}
.PageList ul li {display: inline-block; margin: 0 1px 10px 0;}
.PageList ul li a,
.PageList ul li.active a{
    width: 40px;
    height: 40px;
	font-size: 12px;
}
	
.btn-pagelist{
    padding-top: 20px;
}

.btn-pagelist a.btn{
	position: absolute;
	width: 45%;
	top: inherit;
	bottom: 0;
	left: 0;
}
}






/*==================================================
wp page navi
================================================== */

.wp-pagenavi {clear: both; position: relative; padding: 50px 15px 0; border-top: 1px solid #ddd;margin-top: 50px; }
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-decoration: none;
	color: #000;
	line-height: 1;
	font-size: 17px;
	margin: 0 5px 20px 0;
    border-radius: 4px;
}


.wp-pagenavi span.current,
.wp-pagenavi a:hover{
    background: #102f56;
	color: #fff;
}

@media (max-width: 768px) {

.wp-pagenavi{margin-top: 45px; padding: 20px 0 0;}
.wp-pagenavi span,
.wp-pagenavi a{
    width: 40px;
    height: 40px;
	font-size: 12px;
	margin: 0 5px 10px 0;
}
}




/*==================================================
post-detail
================================================== */

#post-detail{
  
}

#post-body img{
    vertical-align: bottom;
    margin-bottom: 35px;
}

.box-post-detail{
    padding: 50px ;
    line-height: 2.0;
}
.box-post-detail p{
    margin-bottom: 35px;
}
.box-post-detail p.post-date{
    margin-bottom: 12px;
}

#post-bottom{
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 80px;
    margin-top: 100px;
    background-color: #fff;
}

#post-bottom a{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	position: relative;
	padding: 18px 30px;
	line-height: 1;
	letter-spacing: 0.08em;
    color: #000 !important;
    text-decoration: underline;
}

#post-bottom a:hover{
    text-decoration: underline !important;
}


#post-bottom > a,
#post-bottom span{
	position: absolute;
	top: 15px;
}

#post-bottom a.btn-back{
	left: 0;
}

#post-bottom span.btn-next{
	right: 0;
}

#post-bottom span.btn-prev{
	right: 170px;;
}

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

    
}

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

#post-detail{
}
    
}

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


#post-body img{
    margin-bottom: 25px;
}

.box-post-detail{
    padding: 20px ;
    line-height: 1.8;
}
.box-post-detail p{
    margin-bottom: 25px;
}    


#post-bottom{
	position: relative;
	padding: 0 ;
	height: 80px;
    margin-top: 50px;
}
	
#post-bottom span a{
	font-size: 13px;
	padding: 0;
	width: 100%;
}	

#post-bottom a.btn,
#post-bottom span{
	top: 30px;
	width: 30%;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#post-bottom a.btn-back{
	position: absolute;
	top: 34px;
	left: 0;
	width: 30%;
	margin: 0;
	box-sizing: border-box;
    padding: 0;
    font-size: 12px;
}

#post-bottom span.btn-next{
	right: 0;
}

#post-bottom span.btn-prev{
	right: 33%;
}

#post-body img{
    margin-bottom: 25px;
}

	
}


/*==================================================
basic-info
================================================== */

#basic-info{
    padding: 65px 0;
    border-bottom: 1px solid #ddd;
}

#basic-info > div{
 
}

#basic-info-txt{
    width: 50%;
    float: right;
}

#g-map{
    width: 45%;
    float: left;
}

#g-map iframe{
    width: 100%;
    height: 450px;
    vertical-align: bottom;
}

.p-jikan{
    margin: 20px 0;
}

.p-jikan p{
    display: flex;
    margin: 0;
    width: 100%;
}

span.p-youbi{
    width: 150px;
}

.p-btn{
    text-align: center;
    margin: 30px 0 0;
}

.p-btn a.btn{
    display: inline-block;
    margin-right: 20px;
    min-width: auto;
    width: 45%;
    font-size: 20px;
}

.icn-freedial{
    vertical-align: middle;
    width: 20px;
    margin-right: 8px;
}

.icn-mobile{
    vertical-align: middle;
    margin-right: 8px;
    width: 20px;
}



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

.p-btn a.btn{
    display: block;
    margin: 0 auto 20px;
    width: 80%;
}
    
}

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

.p-btn a.btn{
    width: 100%;
}
    
}

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

#basic-info{
    padding: 45px 0;
}

#basic-info-txt{
    width: 100%;
    float: none;
    margin-bottom: 30px;
}

#g-map{
    width: 100%;
    float: none;
}

#g-map iframe{
    height: 310px;
}

.p-jikan{
    margin: 14px 0;
}

span.p-youbi{
    width: 130px;
}

.p-btn{
    margin: 20px 0 0;
}

    
}




/*==================================================
faq
================================================== */

#faq{
    padding-bottom: 100px;
}

.dl-faq dt,
.dl-faq dd{
    display: flex;
    line-height: 1.9;
}

.icn-faq{
    width: 3%;
    margin-right: 1%;
}

.txt-faq{
    width: 97%;
    margin: 0;
    text-align: justify;
}
.txt-faq p{
    margin-bottom: 25px;
}

.dl-faq dt{
    margin-bottom: 10px;
}

.dl-faq dd{
    color: #cd63a8;
    margin-bottom: 30px;
}

.dl-faq dd a{
    font-size: 85%;
    text-decoration: underline;
}

.box-faq{
    padding-bottom: 50px;
}


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

#faq{
    padding-bottom: 40px;
}

.dl-faq dt,
.dl-faq dd{
    line-height: 1.8;
    text-align: justify;
}

.icn-faq{
    width: 5%;
    margin-right: 2%;
}

.txt-faq{
    width: 94%;
}

.dl-faq dt{
    margin-bottom: 5px;
}

.dl-faq dd{
    margin-bottom: 20px;
}

.box-faq{
    padding-bottom: 15px;
}
    
}


/*==================================================
privacy
================================================== */

#privacy{
    padding-bottom: 120px;
    text-align: justify;
}

.ol-basic{
    margin-left: 25px;
    color: #cd63a8;
}

.ol-basic > li > ol{
    color: #636464;
    margin: 15px 0 50px 25px;
}

.ol-circle {
  list-style: none;
    margin-bottom: 50px;
}

.ol-circle li {
  position: relative;
  padding-left: 1.5em;
}

.ol-circle li::before {
  position: absolute;
  left: 0;
}


.ol-circle li:nth-child(1)::before { content: "①"; }
.ol-circle li:nth-child(2)::before { content: "②"; }
.ol-circle li:nth-child(3)::before { content: "③"; }
.ol-circle li:nth-child(4)::before { content: "④"; }

.txt-privacy{
    text-align:justify;
    line-height: 2.2;
}

.txt-privacy p{
    margin-bottom: 50px;
}


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

#privacy{
    padding-bottom: 70px;
}

.ol-basic{
    margin-left: 20px;
}

.ol-basic > li > ol{
    margin: 12px 0 35px 20px;
}

.ol-circle {
    margin-bottom: 30px;
}

.txt-privacy{
    line-height: 1.8;
}

.txt-privacy p{
    margin-bottom: 30px;
}
    
}


/*==================================================
about
================================================== */

#Regional-Cooperation{
    margin-top: 50px;
}

#Diseases-Treated-link{
    margin-top: 80px;
}

#about .ul-4cols li{
    width: calc(100%/4 - 15px);
    margin-right: 20px;
    margin-bottom: 30px;
}

#about .ul-4cols li:nth-of-type(4n){
    margin-right: 0;
}

#about .ul-4cols li a{
    width: 100%;
     white-space: nowrap;
    min-width: auto;
}

#Overview-of-Tests{
    margin: 50px 0 0;
}

#Overview-of-Treatments{
    padding-top: 65px;
}

#ul-treatment-link li{
    width: calc(100%/3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}

#ul-treatment-link li:nth-of-type(3n){
    margin-right: 0;
}

#ul-treatment-link li a{
    line-height: 1.5;
    display: flex;
    background-color: #f3f7f9;
    border-radius: 6px;
    padding: 14px;
    box-shadow: 0px 0px 15px -5px #777777;
    text-decoration: none;
}

#ul-treatment-link li a:hover{
    background-color: #fff;
}

.ul-pic-03{
    width: 90px;
    height: 90px;
    border-radius: 6px;
    object-fit: cover;
    vertical-align: bottom;
    margin-right: 10px;
}

#ul-treatment-link li a span{
    display: flex;
    align-items: center;
}




@media only screen and (max-width: 1024px) {
    
#about .ul-4cols li{
    width: calc(100%/3 - 10px);
    margin-right: 15px;
    margin-bottom: 25px;
}

#about .ul-4cols li:nth-of-type(4n){
    margin-right: 15px;
}

#about .ul-4cols li:nth-of-type(3n){
    margin-right: 0;
}
    
#Overview-of-Tests{
    margin: 35px 0 0;
}  

#Overview-of-Treatments{
    padding-top: 50px;
}  

#ul-treatment-link li{
    width: calc(100%/3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}

#ul-treatment-link li:nth-of-type(3n){
    margin-right: 0;
}

#ul-treatment-link li a{
    line-height: 1.5;
    display: flex;
    background-color: #f3f7f9;
    border-radius: 6px;
    padding: 14px;
    box-shadow: 0px 0px 15px -5px #777777;
    text-decoration: none;
}

#ul-treatment-link li a:hover{
    background-color: #fff;
}

.ul-pic-03{
    width: 90px;
    height: 90px;
    border-radius: 6px;
    object-fit: cover;
    vertical-align: bottom;
    margin-right: 10px;
}

#ul-treatment-link li a span{
    display: flex;
    align-items: center;
}
  
    
}




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

#ul-treatment-link li{
    width: calc(100%/2 - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
}

#ul-treatment-link li:nth-of-type(3n){
    margin-right: 30px;
}

#ul-treatment-link li:nth-of-type(2n){
    margin-right: 0;
}

#ul-treatment-link li a{
    line-height: 1.5;
    display: flex;
    background-color: #f3f7f9;
    border-radius: 6px;
    padding: 14px;
    box-shadow: 0px 0px 15px -5px #777777;
    text-decoration: none;
}

#ul-treatment-link li a:hover{
    background-color: #fff;
}

.ul-pic-03{
    width: 90px;
    height: 90px;
    border-radius: 6px;
    object-fit: cover;
    vertical-align: bottom;
    margin-right: 10px;
}

#ul-treatment-link li a span{
    display: flex;
    align-items: center;
}
  
    
}

@media only screen and (max-width: 599px) {
    
#about .ul-4cols li{
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
}

#about .ul-4cols li:nth-of-type(4n){
    margin-right: auto;
}

#about .ul-4cols li:nth-of-type(3n){
    margin-right: auto;
}

#Overview-of-Tests{
    margin: 50px 0 0;
} 
    
    #message .img-float-r{
        width: 100%;
    }
    

#ul-treatment-link li{
    width: 100%;
    margin: 0 auto 20px;
}

#ul-treatment-link li:nth-of-type(3n){
    margin-right: auto;
}

#ul-treatment-link li:nth-of-type(2n){
    margin-right: auto;
}

#ul-treatment-link li a{
    padding: 12px;
}

.ul-pic-03{
    width: 16vw;
    height: 16vw;
}
    
}


/*==================================================
doctor
================================================== */

.box-doctor{

}

.box-doctor > article{
    background-color: rgba(255,255,255,0.86);
    border: 1px solid #eee;
    border-top: 5px solid #007193;
    padding: 25px;
    margin-bottom: 30px;
}


.box-doctor .title-basic{
    font-size: 18px;
    margin-bottom: 8px;
    padding: 0 0 0 10px;
    border-left: 5px solid #007193;
}

/*.box-doctor > article p,
.box-doctor > article ul{
    margin-bottom: 20px;
}*/

.box-doctor > article p{
    margin-left: 15px;
}

/*.box-doctor > article ul{
    margin-left: 32px;
}

.box-doctor > article img{
    width: 18% !important;
}*/

.doctor-profile{
    display: flex;
}

.pic-doctor{
    width: 20%;
    padding-right: 50px;
}

.txt-doctor{
    width: 100%;
}
    
    .txt-doctor table{
        border: none;
        border-bottom: 1px solid #ddd;
    }

.txt-doctor table tr{
    border-top: 1px solid #ddd;
}

.txt-doctor th{
    border: none;
}

.txt-doctor td{
    text-align: left;
    line-height: 1.9;
    border: none;
}


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

.box-doctor .title-basic{
    font-size: 16px;
}

.box-doctor > article{
    padding: 20px;
    margin-bottom: 20px;
}



.pic-doctor{
    padding-right: 20px;
}
    
    .txt-doctor th{
        width: 22%;
    }
    
}


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

.box-doctor{
    display: block;
}

.box-doctor .title-basic{
    font-size: 16px;
}

.box-doctor .title-underline{
    margin-bottom: 20px;
}

.box-doctor > article{
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 20px;
}

/*.box-doctor > article:first-child{
    margin-right: 0;
}

.box-doctor > article img{
    width: 30% !important;
    float: right !important;
    margin: 0 0 0 10px;
}*/
    


.doctor-profile{
    display: block;
}

.pic-doctor{
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin: 0 auto 20px;
}
    
    .pic-doctor img{
        width: 42%;
        vertical-align: bottom;
    }
    
    .txt-doctor table{
        border: none;
    }

.txt-doctor table tr{
        border: none;
}
    
    .txt-doctor th{
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        border: none;
        padding: 10px;
    }

.txt-doctor td{
        display: block;
        width: 100%;
        box-sizing: border-box;
    line-height: 1.7;
        border: none;
    padding: 12px 10px;
}    
    
}

/*==================================================
works
================================================== */

#works-01 .pic{
    margin-bottom: 0;
}

#works-01 .pic img{
    width: 86%;
    margin: 0 auto;
    display: block;
}

#works-02 table thead > tr > th:first-child{
    width: 75%;
}

#shitei{
    background: #f4f4f4;
    padding: 30px;
    text-align: center;
}

#shitei ul{
    list-style: none;
    margin-top: 35px;
}

#shitei ul li {
    display: inline-block;
    margin: 0 15px;
    line-height: 1;
}

#shitei ul li:first-child{
    border-right: 1px solid #000;
    padding-right: 35px;
}


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

#works-01 .pic img{
    width: 100%;
}

#shitei ul li {
    display: block;
    margin: 0 0 12px;
}

#shitei ul li:first-child{
    border:none;
    padding-right: 0;
}
    
}

@media only screen and (max-width: 599px) {
    
    #works-01 table{
        width: 800px;
    }

#shitei{
    padding: 20px;
    text-align: left;
}
    
    #shitei ul{
        list-style: disc;
        text-align: left;
        margin: 0;
    }

#shitei ul li {
    line-height: 1.4;
        list-style: disc !important;
}
    
}

/*==================================================
recruit
================================================== */

#recruit-02 table{
    margin-bottom: 35px;
}

#recruit-02 table th{
    width: 30%;
}

#recruit-02 table td{
    text-align: left;
}

#about-kengaku a{
    margin-bottom: 30px;
}


@media only screen and (max-width: 599px) {
    
    #recruit-02 table{
    border: none;
    }
    
#recruit-02 table th{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border:none;
}    
    
#recruit-02 table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
}
    
}



/*==================================================
Medical-Test
================================================== */

#Medical-Test{
    padding: 35px 0 50px;
}

#Medical-Test .sec{
    border-top: 1px solid #007193;
    margin-top: 80px;
}

.ex-img{
    text-align: center;
    margin-bottom: 25px;
}

.ex-img small{
    display: block;
}

.ex-img img{
    vertical-align: bottom;
    margin: 15px 0;
}

.ex-img-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ex-img-flex article{
    margin: 0 15px;
}

.img-test04-01{
    margin-right: 5px !important;
}

.ex-img-flex img{
    vertical-align: bottom;
}

.img-test05{
    width: 25% !important;
}

#Medical-Test-06 .ex-img{
    border-bottom: 1px dotted #ddd;
    margin-bottom: 35px;
    padding-bottom: 25px;
}


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

#Medical-Test{
    padding: 35px 0 50px;
}

#Medical-Test .sec{
    margin-top: 50px;
}

.ex-img-flex{
    display: block;
}

.ex-img-flex article{
    margin: 0 auto 25px;
}
    
}


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

#Medical-Test .sec{
    margin-top: 35px;
}
    
    .img-test01{
        width: 100%;
    }

.img-test04-01{
    height: 35vw;
}

.img-test04-02{
    height: 35vw;
}

.img-test04-03{
    height: 35vw;
    margin-top: 0 !important;
}

.img-test05{
    width: 60% !important;
}
    
    .img-test06-02{
        margin-top: 0 !important;
    }
    
}

/*==================================================
columns
================================================== */

#contents-columnus-list{
    display: flex;
    flex-wrap: wrap;
}

.box-columns{
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-right:25px;
    width: calc(100%/3 - 45px);
    margin-bottom: 30px;
    border-top: 3px solid #007193;
}

.box-columns:nth-of-type(3n){
    margin-right: 0;
}

.box-columns h3{
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.box-columns p.post-date{
    margin-bottom: 8px;
}

.columns-list-pic{
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 25px;
    height: 120px;
    object-fit: cover;
}

.box-columns a{
    min-width: auto;
    width: 100%;
}


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

.box-columns{
    padding: 20px;
    margin-right:30px;
    width: calc(100%/2 - 20px);
}

.box-columns:nth-of-type(3n){
    margin-right: 30px;
}

.box-columns:nth-of-type(2n){
    margin-right: 0;
}

    
    
}


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

.box-columns{
    padding: 15px;
    margin-right:auto;
    width: 100%;
    margin: 0 auto 20px;
}

.box-columns:nth-of-type(3n){
    margin-right: auto;
}

.box-columns:nth-of-type(2n){
    margin-right: auto;
}

.box-columns h3{
    font-size: 16px;
}

.box-columns p.post-date{
    margin-bottom: 6px;
}

.columns-list-pic{
    height: 35vw;
}
    
    
}


/*==================================================
treatment
================================================== */

.box-treatment-sub{
    margin-bottom: 35px;
}

.img-boxsub-t{
    float: right;
    width: 36%;
}

.img-boxsub-t > div{
    border-bottom: 1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.6;
    word-break: break-all;
}

.img-boxsub-t > div > div{
    font-size: 90%;
    margin-top: 10px;
}



.img-boxsub-t img{
    vertical-align: bottom;
    margin-bottom: 8px;
}

.txt-boxsub-t{
    float: left;
    width: 60%;
}


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

#Medical-Treatment-01 .box-flex{
    display: block;
    margin-bottom: 10px;
}

.box-flex-2cols > div{
    width: 100%;
    margin: 0 auto 25px;
}

.box-treatment-sub{
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.img-boxsub-t{
    float: none;
    width: 100%;
}

.img-boxsub-t > div{
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    
    #Medical-Treatment-01 .title-underline{
        line-height: 1.5;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }
    
    #Medical-Treatment-01 .title-underline small{
        display: block;
        position: relative;
        padding-left: 0;
        margin-left: -7px;
    }

.txt-boxsub-t{
    float: none;
    width: 100%;
}
    
}




/*==================================================
TAVI
================================================== */

.contents-tavi{
    padding-top: 50px;
}

.mv-contents{
    margin-bottom: 30px;
}

.mv-contents img{
    vertical-align: bottom;
    width: 100%;
}

#TAVI-01 .pic,
#TAVI-02 .pic,
#TAVI-03 .pic,
#TAVI-04 .pic{
    margin: 35px 0 0;
    text-align: center;
}

#ul-3tr{
    flex-wrap: nowrap;
    margin-bottom: 35px;
}

#ul-3tr li{
    display: flex;
    width: clac(100%/3);
    border-radius: 6px;
    background-color: #007193;
    color: #fff;
    padding: 25px;
    list-style: 1.4 !important;
    align-items: center;
    justify-content: center;
}

#ul-3tr li:nth-child(2){
    margin-left: 25px;
    margin-right: 25px;
    background-color: #3ba1c0;
}

#ul-3tr li:first-child{
    background-color: #7cbfd3;
}

.img-tavi010203{
    width: 35%;
}

.img-tavi010203 img{
    vertical-align: bottom;
}

.txt-tavi-tr{
    width: 65%;
    padding-left: 20px;
    line-height: 1.4;
    font-size: 16px;
}

.txt-tavi-tr h4{
    display: block;
    font-size: 120%;
    margin-bottom: 10px;
}

.img-tavi04{
    vertical-align: bottom;
}

.img-tabi-flow{
    float: right;
    width: 32%;
    text-align: center;
}

.txt-tabi-flow{
    float: left;
    width: 65%;
}

#tavi-4approach{
    padding-top: 50px;
}

#tavi-4approach table{
    margin: 35px 0 0;
}

#tavi-4approach table thead th{
    width: 22%;
}

#tavi-4approach table thead th.th-4p{
    width: 12%;
}

#TAVI-03{
    border-bottom: 1px solid #ddd;
    padding-bottom: 100px;
}

#TAVI-03 .title-contents{
    margin-bottom: 50px;
}

.img-tavi05{
    vertical-align: bottom;
    width: 100%;
    margin-top: 65px;
}

#TAVI-merit{
    margin-top: 50px;
}

#ul-3merit{
    flex-wrap: nowrap;
    margin-top: 50px;
}

#ul-3merit li{
    width: calc(100%/3);
    position: relative;
    padding: 40px 25px 25px;
    border-radius: 12px;
    border: 1px solid #007193;
    background-color: #fff;
}

#ul-3merit li:nth-child(2){
    margin-left: 25px;
    margin-right: 25px;
}

#ul-3merit li span{
    display: flex;
    background-color: #007193;
    color: #fff;
    width: 58px;
    height: 58px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    position: absolute;
    top: -29px;
    left: 50%;
    margin-left: -29px;
    border-radius: 50%;
}

#ul-3merit li h4{
    display: block;
    text-align: center;
    font-size: 21px;
    color: #007193;
}

.img-tavi-merit{
    vertical-align: bottom;
    margin: 15px 0;
    border-radius: 12px;
}

#ul-3merit li p{
    margin: 0;
}

#TAVI-05 article h4{
    display: block;
    font-size: 21px;
    margin-bottom: 20px;
}

#TAVI-06 table{
    font-size: 16px;
}

.ill-ben{
    width:60%;
    margin-top: 30px;
}

.ill-tavi-flow{
    width:70%;
    margin-top: 30px;
}

.box-movie{
    margin: 65px 0 0;
    border: 1px solid #007193;
    padding-bottom: 25px;
}

.box-movie h3{
    display: block;
    background-color: #007193;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    color: #fff;
}

.box-movie .box-flex{
    margin: 25px 0 10px; 
}

.box-movie video{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.box-movie .ta-r{
    padding-right: 25px;
}

.box-movie h4{
    display: block;
    text-align: center;
    background-color: #f4f4f4;
    font-size: 16px;
    padding: 10px;
}

#movie-tavi article{
    margin: 20px;
}

.ill-tavi-approch{
    width: 84%;
}

#mv-tavi03{
    margin: 35px auto 65px;
}

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

.ill-ben{
    width:80%;
    margin-top: 10px;
}

.ill-tavi-flow{
    width:92%;
    margin-top: 0;
}

#mv-tavi03{
    margin: 20px auto 35px;
}
    
}


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

.contents-tavi{
    padding-top: 20px;
}

.mv-contents{
    margin-bottom: 15px;
}

#TAVI-01 .pic,
#TAVI-02 .pic,
#TAVI-03 .pic,
#TAVI-04 .pic{
    margin: 25px 0 0;
}

#ul-3tr{
    display: block;
    margin-bottom: 20px;
}

#ul-3tr li{
    display: flex;
    width: 100%;
    padding: 12px;
    margin: 0 auto 12px;
    box-sizing: border-box;
}

#ul-3tr li:nth-child(2){
    margin-left: auto;
    margin-right: auto;
}

.txt-tavi-tr{
    padding-left: 14px;
}

.txt-tavi-tr h4{
    font-size: 110%;
}

.img-tabi-flow{
    float: none;
    width: 100%;
}
    
    .img-tabi-flow img{
        width: 60%;
        display: block;
        margin: 0 auto;
    }

.txt-tabi-flow{
    float: none;
    width: 100%;
    margin-bottom: 15px;
}

#tavi-4approach{
    padding-top: 35px;
}

#tavi-4approach table{
    margin: 35px 0 0;
    width: 800px;
}

#TAVI-03{
    padding-bottom: 35px;
}

#TAVI-03 .title-contents{
    margin-bottom: 50px;
}

.img-tavi05{
    margin-top: 45px;
}


#ul-3merit{
    display: block;
}

#ul-3merit li{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 40px;
    padding: 35px 15px 25px;
}

#ul-3merit li:nth-child(2){
    margin-left: auto;
    margin-right: auto;
}

#ul-3merit li span{
    width: 48px;
    height: 48px;
    top: -24px;
    left: 50%;
    margin-left: -24px;
}

#TAVI-05 article h4{
    font-size: 18px;
    margin-bottom: 15px;
}

#TAVI-06 table{
    font-size: 16px;
    width: 1000px;
}

.ill-ben{
    width:100%;
    margin-top: 5px;
}

.ill-tavi-flow{
    width:100%;
}

.box-movie{
    margin: 35px 0 0;
    padding-bottom: 15px;
}

.box-movie h3{
    font-size: 5.4vw;
    padding: 8px;
}

.box-movie .box-flex{
    display: block;
    margin: 20px 15px 5px; 
}

.box-movie .ta-r{
    padding-right: 20px;
}

.box-movie h4{
    font-size: 4.8vw;
    padding: 6px;
}

#movie-tavi article{
    margin: 15px;
}

.ill-tavi-approch{
    width: 100%;
}

#mv-tavi03{
    margin: 20px auto 25px;
}
    
    
}


/*==================================================
Ablation
================================================== */


#Ablation-01 table th{
    width: 25%;
}

#Ablation-01 table td{
    text-align: left;
    line-height: 1.8;
}

#Ablation-02 .txt-boxsub-t{
    width: 65%;
}

#Ablation-02 .img-boxsub-t{
    width: 30%;
}

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


#Ablation-01 table{
    border:none;
}


#Ablation-01 table th{
    width: 100%;
    display: block;
    box-sizing: border-box;
    border:none;
}

#Ablation-01 table td{
    line-height: 1.6;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border:none;
}

#Ablation-02 .txt-boxsub-t{
    width: 100%;
}

#Ablation-02 .img-boxsub-t{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
    
    #Ablation-02 .img-boxsub-t > div{
        width: 50%;
    }
    
}


/*==================================================
Device
================================================== */

.img-treatment16-01,
.img-treatment16-02{
    vertical-align: bottom;
    width: 50%;
}

#Device-05 .img-boxsub-t{
    display: flex;
}

#Device-05 .img-boxsub-t > div{
    text-align: center;
    width: calc(100%/2);
}

#Device-05 .img-boxsub-t > div img{
    width: 90%;
}

@media only screen and (max-width: 599px) {
    
}


/*==================================================
PPI
================================================== */

#PPI-01 .img-boxsub-t{
    text-align: center;
}

#PPI-02{
    padding-top: 35px;
}


@media only screen and (max-width: 599px) {
    
#PPI-01 .title-underline {
        line-height: 1.5;
        padding-bottom: 8px;
        margin-bottom: 20px;
    } 
    
#PPI-01 .title-underline small {
        display: block;
        position: relative;
        padding-left: 0;
        margin-left: -7px;
    }    
    
}


/*==================================================
disease
================================================== */

.contents-disease > article{
    margin-bottom: 65px;
}

#table-disease thead th{
    background-color: #f4f4f4;
}

#table-disease tbody th{
    width: 20%;
}

#table-disease tbody th small{
    display: block;
    font-size: 55%;
    padding-top: 6px;
}

#table-disease tbody td.td-ex{
    text-align: left;
    width: 60%;
}

#table-disease tbody td a.btn{

}

#table-disease tbody td.td-ex .img-float-r{
    margin-bottom: 0;
}

.box-disease{
    padding: 30px;
    background-color: #fff;
    margin-bottom: 35px;
    border-top: 5px solid #007193;
    box-shadow: 0px 0px 15px -5px #777777;
}

.box-disease .btn-area{
    text-align: left;
    padding-bottom: 0;
}

.box-disease .img-float-r{
    margin-bottom: 0;
}


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

.contents-disease > article{
    margin-bottom: 45px;
}
    
    #table-disease{
        border: none;
    }

#table-disease thead {
    display: none;
}

#table-disease tbody th{
    display: block;
    width: 100%;
    box-sizing: border-box;
        border: none;
    margin-bottom: 15px;
    font-size: 5vw;
}

#table-disease tbody td{
    text-align: center;
    display: block;
    width: 100% !important;
    box-sizing: border-box;
        border: none;
    padding: 0 10px 35px;
}

#table-disease tbody td.td-ex{
    padding: 0 10px 20px;
}

#table-disease tbody td.td-ex .img-float-r{
    margin-bottom: 12px;
}

.box-disease{
    padding: 20px 15px;
    margin-bottom: 25px;
}
    
    .box-disease .title-basic small{
        display: block;
        padding: 0;
    }

.box-disease .btn-area{
    text-align: center;
    padding-bottom: 10px;
}

.box-disease .img-float-r{
    margin-bottom: 12px;
}
    
}


/*==================================================
access
================================================== */

#access-gmap iframe{
    width: 100%;
    vertical-align: bottom;
    height: 480px;
}

#access-info{
    margin-top: 65px;
}

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

#access-gmap iframe{
    height: 80vw;
}

#access-info{
    margin-top: 35px;
}
    
}


/*==================================================
box-flex-disease
================================================== */


#box-flex-disease > article{
    width: calc(100%/2);
}

#box-flex-disease > article:first-child{
    margin-right: 30px;
}

#box-flex-disease > article h3{
    margin-bottom: 20px;
}

#box-flex-disease > article img{
    margin-top: 15px;
}


@media only screen and (max-width: 767px) {
    #box-flex-disease{
        display: block;
    }

#box-flex-disease > article{
    width: 100%;
    margin: 0 auto 20px;
}

#box-flex-disease > article:first-child{
    margin-right: auto;
}

#box-flex-disease > article h3{
    margin-bottom: 15px;
}
    
}









