@media all and (min-width: 641px) {






/* COMMON */

/* ANCHOR */

a[href*='.pdf']:after,
a[href*='.doc']:after,
a[href*='.docx']:after,
a[href*='.xls']:after,
a[href*='.xlsx']:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 18px;
    height: 21px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px auto;
}
a[href*='.pdf']:after {
	background-image: url(../images/common/anchor-pdf.png);
}
a[href*='.doc']:after,
a[href*='.docx']:after {
	background-image: url(../images/common/anchor-word.png);
}
a[href*='.xls']:after,
a[href*='.xlsx']:after {
	background-image: url(../images/common/anchor-excel.png);
}

.anchor-type01 a{
    display: inline-block;
    padding-left: 14px;
    background-image: url(../images/common/anchor-type01.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
    background-size: 6px auto;
}

.anchor-type02 a{
    display: inline-block;
    padding-left: 14px;
    background-image: url(../images/common/anchor-type02.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
    background-size: 6px auto;
}

.anchor-type03 a{
    display: inline-block;
    padding-left: 28px;
    color: #203b50;
    font-weight: bold;
    background-image: url(../images/common/anchor-type03.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: 20px auto;
}
.anchor-type03.type_w a{
    color: #ffffff;
    background-image: url(../images/common/anchor-type03_w.png);
}

.anchor-movie a{
    display: inline-block;
    min-height: 25px;
    padding-left: 48px;
    background-image: url(../images/common/anchor-movie.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 33px auto;
}
.anchor-movie.type_w a{
    color: #ffffff;
    background-image: url(../images/common/anchor-movie_w.png);
}

/* BTN */

.btn-type01 a{
    display: inline-block;
    padding: 6px 20px;
    color: #203b4f;
    font-weight: bold;
	font-size: 112.5%;
    border: 1px solid #203b4f;
	text-decoration:none !important;
}
.btn-type01 a:hover{
	background-color:#f2ede1;
}
.btn-type02 a{
    display: inline-block;
    padding: 6px 20px 6px 50px;
    color: #203b4f;
    font-weight: bold;
	font-size: 112.5%;
    border: 1px solid #203b4f;
    background-image: url(../images/common/btn-type02.png);
    background-position: 7px center;
    background-repeat: no-repeat;
    background-size: 33px auto;
	text-decoration:none !important;
}
.btn-type02 a:hover{
	background-color:#f2ede1;
}



/* listmark */

.listmark-disc > li,
.listmark-disc > dd{
    padding-left: 14px;
    background-image: url(../images/common/listmark-disc.png);
    background-position: 6px 12px;
    background-repeat: no-repeat;
    background-size: 3px auto;
}
.listmark-disc_w > li{
    padding-left: 14px;
    background-image: url(../images/common/listmark-disc_w.png);
    background-position: 6px 12px;
    background-repeat: no-repeat;
    background-size: 3px auto;
}
.listmark-disc02 > li,
.listmark-disc02 > dd{
    padding-left: 17px;
    background-image: url(../images/common/listmark-disc02.png);
    background-position: 6px 12px;
    background-repeat: no-repeat;
    background-size: 4px auto;
}


.listmark-type01 > li{
    padding-left: 14px;
    background-image: url(../images/common/listmark-type01.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-size: 12px auto;
}
.listmark-type02 > li{
    padding-left: 12px;
    background-image: url(../images/common/listmark-type02.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-size: 10px auto;
}

.listmark-temp > li{
	margin-left:1em;
}
.listmark-temp > li span.mark{
	margin-left:-1em;
}

.listmark-temp02 > li{
    padding-left: 20px;
    position: relative;
}
.listmark-temp02 > li span.mark{
    position: absolute;
    top: 0;
    left: 0;
}

.listmark-temp03 > li{
    padding-left: 3em;
    position: relative;
}
.listmark-temp03 > li span.mark{
    position: absolute;
    top: 0;
    left: 0;
}

.listmark-decimal > li{
	list-style:decimal;
	margin-left:20px;
	margin-bottom:5px;
}
.listmark-indent > li {
    padding-left: 1em;
    text-indent: -1em;
}
.listmark-num > li{	
	counter-increment: my-counter;  
}
.listmark-num > li:before {
    content: counter(my-counter);
    background-color: #ffffff;
    display: block;
    float: left;
    margin-top: 5px;
    color: #213C50;
    font-size: 80%;
    letter-spacing: -0.5pt;
    text-indent: -0.5pt;
    line-height: 17px;
    margin-left: -20px;
    text-align: center;
    height: 16px;
    width: 16px;
    border: 1px solid #213C50;
    border-radius: 50%;
}
.listmark-num > li:after{
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}


/* title-level */

.title-level00{
    margin-bottom: 30px;
    color: #203b50;
    font-size: 375%; /* 60px */
    font-family: "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	font-weight:bold;
    letter-spacing: 0.5pt;
    line-height: 0.3;
    text-align: center;
}
.title-level00.type_en{
    font-family: 'Noto Serif JP', "Cinzel Decorative", cursive, "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
}
.title-level00.type_en:first-letter {
    font-size: 120%;
}
.title-level00.type_en img{
    max-height: 46px;
    width: auto;
}
.title-level00 .small{
    font-size: 33.33333%; /* 20px */
}
.title-level00 .small.ja{
    font-family: "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
}

.title-level01{
    margin-bottom: 30px;
    color: #203b50;
    font-size: 187.5%; /* 30px */
    font-family: "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
    font-weight: bold;
    text-align: center;
}
.title-level01 .labels{
    display: inline-block;
    padding: 2px 30px;
    color: #ffffff;
    font-size: 83.33333%; /* 25px */
    text-decoration: none;
    background-color: #203b50;
}

.title-level02{
    margin-bottom: 20px;
    color: #9a6e34;
    font-size: 131.25%; /* 21px */
    font-weight: bold;
}

.title-level03{
    margin-bottom: 25px;
    padding: 5px 15px;
    color: #203b4f;
    font-size: 125%; /* 20px */
    font-weight: bold;
    background-color: #f2ede1;
    border-top: 1px solid #203b4f;
    border-bottom: 3px solid #203b4f;
}

.title-level03.type02{
    color: #203b4f;
}

.title-level04{
	font-weight: bold;
}

.title-mark{
    margin-bottom: 5px;
    padding-left: 17px;
    color: #203b4f;
    font-size: 106.25%;
    font-weight: bold;
    background-image: url(../images/common/title-mark.png);
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.title-mark_s{
    margin-bottom: 10px;
    padding-left: 15px;
    color: #203b50;
    font-weight: bold;
    background-image: url(../images/common/title-mark_s.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-size: 13px auto;
}

.title-font01{
    font-family: "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
}
.title-font02{
    font-family: 'Noto Serif JP', "Cinzel Decorative", cursive, "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
}

/* box */

.bd-box{
    padding: 20px 30px 10px;
    border: 1px solid #203b50;
	background-color:#e1f1f4;
	box-sizing:border-box;
}
.bd-box .titles{
	color:#213c50;
	font-weight: bold;
	font-size: 106.25%;
	text-align:center;
}
.bd-box.type02{
	background-color: transparent;
}
.w-box{
    padding: 20px 30px 10px;
    background-color: #ffffff;
	box-sizing:border-box;
}



.tri-box > .box01{
	float:left;
	width:300px;
	margin-right:30px;
}
.tri-box > .box02{
	float:left;
	width:300px;
}
.tri-box > .box03{
	float:right;
	width:300px;
}
.tri-box > .image{
	margin-bottom:0;
	text-align:center;
}
#main .tri-box > .box01,
#main .tri-box > .box02,
#main .tri-box > .box03{
    width: 200px;
}

.half-box > .boxl{
	float:left;
	width:460px;
}
.half-box > .boxr{
	float:right;
	width:460px;
}
.half-box .image{
	margin-bottom:0;
	text-align:center;
}
#main .half-box > .boxl,
#main .half-box > .boxr{
    width: 310px;
}

.half-box.type_right > .boxl,
.half-box.type_left > .boxr{
	width:360px;
}
.half-box.type_right > .boxr,
.half-box.type_left > .boxl{
	width:560px;
}

.imgr-box > .text p,
.imgl-box > .text p{
    text-align:justify;
}
.imgr-box .image{
	float:right;
	margin: 0 0 30px 70px;
}
.imgl-box .image{
	float:left;
	margin: 0 70px 30px 0;
	text-align:center;
}
.image .caption{
	display:block;
	margin-top: -5px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align:center;
}
    
.river-box > .boxr{
	float:right;
	padding-left:10px;
}

.river-box > .boxl{
	float:left;
	padding-right:10px;
}
    
    /* EDITOR */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft,
img.alignleft {
	margin: 0px 14px 10px 0;
}
.wp-caption.alignleft {
	margin: 0 14px 10px 0;
}
blockquote.alignright,
img.alignright {
	margin: 0 0 10px 14px;
}
.wp-caption.alignright {
	margin: 10px 0 10px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 10px;
	margin-bottom: 10px;
}
.content-article img{
	max-width:100%;
	height:auto;
}

/* table */

table.t100p{
	width:100%;
}
table .tls{
	text-align:center;
	letter-spacing:1em;
	text-indent:1em;
}
table.alltc th,
table.alltc td{
	text-align:center;
}
table.tdl td{
    text-align: left !important;
}
table.tdr td{
    text-align: right !important;
}
table.pc-tdr td{
    text-align: right !important;
}
table.pc-tdc td{
    text-align: center !important;
}
table.equality{
    table-layout: fixed;
}
table th.bgc-r,
table td.bgc-r{
    background-color: #fBe6ef !important;
}

/* TYPE01 */
table.type01{
    border-top: 1px solid #000000;
}
table.type01 th,
table.type01 td{
    padding: 5px 30px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
table.type01 th[scope="col"]{
    background-color: #f2ede1;
    text-align: center;
}
table.type01 tr th:last-child,
table.type01 tr td:last-child{
    border-right: none;
}

/* TYPE02  タイプ2 */

table.type02{
    border-top: 1px solid #000000;
}
table.type02 th{
    border-bottom: 1px solid #000000;
}
table.type02 th[scope="col"]{
    padding: 5px 0;
	color:#ffffff;
    background-color: #203b50;
    text-align: center;
}
table.type02 th[scope="row"]{
    padding: 5px 20px;
    background-color: #f2ede1;
}
table.type02 tbody td{
    padding: 5px 30px;
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
}

/* TYPE03 複数カラム */


/* TEXT */
.rq{
    color: #ff0000;
    font-weight: bold;
}
.em-level01{
	color:#D85682;
	font-weight: bold;
}
.em-level02{
	color:#213C50;
	font-weight: bold;
}
.em-line{
	font-weight: bold;
	border-bottom:3px solid rgba(228, 0, 127, 0.4);
}


/* PARTS */
dl.faq-list dt{
	margin-bottom: 20px;
	padding: 12px 10px 12px 70px;
    background: url(../images/common/icon-q.png) no-repeat 15px center;
    background-size: 35px auto;
    background-color: #203b50;
    color: #ffffff;
	font-size: 125%;
    font-weight: bold;
}
dl.faq-list dd{
	min-height:50px;
	margin-bottom: 60px;
	padding: 0 10px 0 70px;
	background:url(../images/common/icon-a.png) no-repeat 15px 5px;
	background-size:31px auto;
}

.message-list li{
	margin-bottom: 130px;		
}
.message-list .titles{
	min-height:260px;
	margin-bottom: 50px;
	position:relative;
}
.message-list .titles .title{
	padding: 20px;
	color:#ffffff;
	background:#213C50;
	font-size: 143.75%;		
	font-weight: bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
}
.message-list .titles .image{
	position:absolute;
	top:30px;
}
.message-list .titles .names{
	padding: 10px;		
}
.message-list .titles .names p{
	display:inline-block;
	margin-right: 50px;		
	color:#213C50;
}
.message-list .titles .names p:last-child{
	margin-right: 0;
}
.message-list .titles .names span{
	display:block;
}
.message-list .titles .names .name{
	font-size: 150%;
	font-weight: bold;
	line-height:1.6;
}
.message-list .message .heading{
	margin-bottom: 15px;
	color:#213C50;
	font-size: 125%;		
	font-weight: bold;
}
.message-list li:nth-child(odd) .titles .title{
	margin-right: 155px;
	padding-right: 200px;
} 
.message-list li:nth-child(odd) .image{
	right:0;
}
.message-list li:nth-child(odd) .titles .names{
	padding-right: 380px;
}
.message-list li:nth-child(even) .titles .title{
	margin-left: 155px;
	padding-left: 230px;
} 
.message-list li:nth-child(even) .image{
	left:0;
}
.message-list li:nth-child(even) .titles .names{
	padding-left: 380px;
}
.message-list .message .text{
    margin-bottom: 0;
}
.message-list .message .part{
    margin-bottom: 0;
}
.message-list .message .part dt{
    margin-bottom: 10px;
    clear: both;
    float: left;
    color: #1e62d5;
    font-weight: bold;
}
.message-list .message .part dd{
    margin-bottom: 10px;
    margin-left: 48px;
}
.message-list .message .part dt.type02{
    color: #9a6e34;
}
.message-list .message .part dt.type03{
    color: #2a3b99;
}
	
	
	

/* RIPPLE */
.ripple {
  position: relative;
  overflow: hidden;
}

.ripple .rp-effect {/*エフェクト*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;/*波紋の濃さ*/
  transform: scale(0);
  background: #FFF;/*波紋色*/
  animation: ripple 700ms;
  pointer-events: none; 
}

.blur{
    transition: all .2s ease-out;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}



	.wp-pagenavi {
		clear: both;
		text-align: center;
	}
	.wp-pagenavi {
		display: inline-block;
		margin: 0 0 10px;
    }
	.wp-pagenavi a,
	.wp-pagenavi span {
		display: inline-block;
		color: #494949;
		font-size:14px;
		text-decoration: none;
		border-right: 1px solid #7D6A2E;
		padding: 0 15px;
	}
	.wp-pagenavi a:first-child,
	.wp-pagenavi span:first-child {
		border-left:1px solid #7D6A2E;
	}
	.wp-pagenavi span.current {
		color: #7D6A2E;
	}
	

/* FIND-BOX */

    
.find-box .container-inner > .titles{
    margin-bottom: 0;
}
.find-box .container-inner > .text-box{
    margin-top: -25px;
    padding-top: 40px;
}
.find-box .text-box .inner-box{
    position: relative;
    height: 490px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../images/common/find-image.png);
    background-size: auto 466px;
}
.find-box .text-box .inner-box .lists-box{
    position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.find-box .text-box .inner-box .find-list{
    position: absolute;
    width: 222px;
}
.find-box .text-box .inner-box .find-list > dt{
    margin-bottom: 8px;
}
.find-box .text-box .inner-box .find-list > dt a,
.find-box .text-box .inner-box .find-list > dt span.not{
    display: block;
    padding: 6px 10px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}
.find-box .text-box .inner-box .find-list.upper > dt a,
.find-box .text-box .inner-box .find-list.upper > dt span.not{
    background-color: #3c83a0;
}
.find-box .text-box .inner-box .find-list.lower > dt a,
.find-box .text-box .inner-box .find-list.lower > dt span.not{
    background-color: #498a61;
}
.find-box .text-box .inner-box .find-list.hbps > dt a,
.find-box .text-box .inner-box .find-list.hbps > dt span.not{
    background-color: #a4617a;
}
.find-box .text-box .inner-box .find-list.other > dt a,
.find-box .text-box .inner-box .find-list.other > dt span.not{
    background-color: #bc9e86;
}
.find-box .text-box .inner-box .find-list > dd{
    margin-bottom: 2px;
    margin-left: 18px;
}
.find-box .text-box .inner-box .find-list > dd a{
    display: block;
    color: #12345e;
    font-weight: bold;
    text-decoration: none !important;
}
.find-box .text-box .inner-box .find-list a:hover{
	text-decoration:none;
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}

.find-box .text-box .inner-box .find-list.upper{
    top: 32px;
    left: -450px;
}
.find-box .text-box .inner-box .find-list.lower{
    top: 260px;
    left: -450px;
}
.find-box .text-box .inner-box .find-list.hbps{
    top: 32px;
    right: -450px;
}
.find-box .text-box .inner-box .find-list.other{
    top: 210px;
    right: -450px;
}
.find-box .text-box .inner-box .find-list.pediatric{
    width: auto;
    top: 420px;
    right: -450px;
}
.find-box .text-box .inner-box .find-list .btn-type_tr.pediatric a{
    display: inline-block;
    padding: 8px 36px 8px 76px;
    color: #203b4f;
    font-size: 112.5%;
    font-weight: bold;
    background-color: #fbdddc;
    background-position: 17px 10px;
    background-repeat: no-repeat;
    background-image: url(../images/common/find-icon-pediatric.png);
    background-size: 42px auto;
    border: 1px solid #203b4f;
}


/* NEWS-BOX */
    
    .news-wrapper{
        margin-bottom: 110px;
        padding: 60px 0 30px;
        background-position: center center, center center;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        background-image:
        url(../images/home/news-bg_wrap.png),
        url(../images/home/news-bg.jpg);
    }
    .news-box .news-list{
        padding: 20px 30px;
        background-color: #ffffff;
        max-height: 450px;
        overflow: auto;
    }
    .news-box .news-list > dt{
        clear: both;
        float: left;
        padding: 10px 0;
    }
    .news-box .news-list > dd{
        padding: 10px 20px 10px 247px;
        border-bottom: 1px solid #dddddd;
    }
    .news-box .news-list > dd:last-child{
        border-bottom: none;
    }
    .news-box .news-list > dt .times{
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        color: #12345e;
        font-size: 93.75%;
        font-weight: bold;
    }
    .news-box .news-list > dt .cat{
        display: inline-block;
        vertical-align: middle;
        min-width: 90px;
        padding: 2px 5px;
        color: #ffffff;
        font-size: 93.75%;
        font-weight: bold;
        text-align: center;
    }
    .news-box .news-list > dt .cat.default{
        background-color: #cf85a5;
    }
    .news-box .news-list > dt .cat.recruit{
        background-color: #56a2b9;
    }
    .news-box .news-list > dt .cat.research{
        background-color: #2e6ba5;
    }
    .news-box .news-list > dd .titles{
        margin-bottom: 0;
        color: #12345e;
        font-weight: bold;
    }
    .news-box .news-list > dd .titles a{
        color: #12345e;
        font-weight: bold;
    }
    .news-box .news-list > dd .text{
        margin-bottom: 0;
        font-size: 93.75%;
    }

/* TREATMENT-BOX */
    .treatment-box .tr-list{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 20px;
        table-layout: fixed;
    }
    .treatment-box .tr-list > li{
        -webkit-flex-grow: 1;
        flex-grow: 1;
        width: 25%;
    }
    .treatment-box .tr-list > li .inner-box{
        display: table;
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }
    .treatment-box .tr-list > li a{
        display: table-cell;
        vertical-align: top;
        padding: 50px 20px 10px;
        text-decoration: none !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border: 1px solid #ffffff;
    }
    .treatment-box .tr-list > li.upper a{
        background-image: url(../images/home/tr-upper-image.jpg);
    }
    .treatment-box .tr-list > li.lower a{
        background-image: url(../images/home/tr-lower-image.jpg);
    }
    .treatment-box .tr-list > li.hbps a{
        background-image: url(../images/home/tr-hbps-image.jpg);
    }
    .treatment-box .tr-list > li.pediatric a{
        background-image: url(../images/home/tr-pediatric-image.jpg);
    }
    .treatment-box .tr-list > li.minimally a{
        background-image: url(../images/home/tr-minimally-image.jpg);
    }
    .treatment-box .tr-list > li a:before{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background-color: rgba(22,31,79,0.7);
        z-index: 0;
    }
    .treatment-box .tr-list > li a:hover:before{
        background-color: rgba(22,31,79,0.3);
    }
    .treatment-box.type02 .tr-list > li a{
        padding: 55px 20px 10px;
        background-image: none;
        background-color: #cde2e9;
        background-color: rgba(205,226,233,1.0);
    }
    .treatment-box.type02 .tr-list > li a:hover{
        background-color: rgba(205,226,233,0.6);
    }
    .treatment-box .tr-list > li a .titles-box{
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .treatment-box .tr-list > li a .titles-box .titles{
        margin-bottom: 0;
        color: #ffffff;
        font-size: 150%;
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
    }
    .treatment-box.type02 .tr-list > li a .titles-box .titles{
        color: #203b4f;
    }
    .treatment-box .tr-list > li a .titles-box .titles02{
        margin-bottom: 0;
        color: #ffffff;
        font-size: 106.25%;
        font-weight: bold;
        text-align: center;
    }
    .treatment-box.type02 .tr-list > li a .titles-box .titles02{
        color: #203b4f;
    }
    .treatment-box.type02 .tr-list > li a:before{
        display: none;
    }
    .treatment-box .tr-list > li a .image{
        min-height: 150px;
        text-align: center;
    }
    .treatment-box .tr-list > li a .text{
        color: #ffffff;
        font-weight: bold;
        line-height: 1.75;
    }
    .treatment-box.type02 .tr-list > li a .text{
        color: #203b4f;
    }
    .treatment-box .tr-list > li a .titles-box,
    .treatment-box .tr-list > li a .image,
    .treatment-box .tr-list > li a .text{
        position: relative;
        z-index: 0;
    }
    .treatment-box .tr-list > li.minimally a{
        padding-top: 40px;
        padding-bottom: 30px;
        text-align: center;
    }
    .treatment-box .tr-list > li.minimally a .titles-box,
    .treatment-box .tr-list > li.minimally a .image,
    .treatment-box .tr-list > li.minimally a .text{
        display: inline-block;
        vertical-align: middle;
        margin: 0 30px;
        padding: 0;
    }
    .treatment-box .tr-list > li.minimally a .image{
        line-height: 0;
        min-height: auto;
    }
    .treatment-box .tr-list > li.minimally a .text{
        text-align: left;
    }
    
    .treatment-box .tr-sublist{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        table-layout: fixed;
    }
    .treatment-box .tr-sublist > li{
        -webkit-flex-grow: 1;
        flex-grow: 1;
        width: 25%;
    }
    .treatment-box .tr-sublist > li .inner-box{
        display: table;
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }
    .treatment-box .tr-sublist > li a{
        display: table-cell;
        vertical-align: middle;
        padding: 30px 10px;
        text-decoration: none !important;
        position: relative;
        text-align: center;
    }
    .treatment-box .tr-sublist > li a:hover{
        text-decoration:none;
        filter:alpha(opacity=60); /* IE 6,7*/
        -ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
        -moz-opacity:0.6; /* FF , Netscape */
        -khtml-opacity: 0.6; /* Safari 1.x */
        opacity:0.6;
        zoom:1; /*IE*/
    }
    .treatment-box .tr-sublist > li a:after{
        content: "";
        display: block;
        margin: 0 auto;
        width: 120px;
        height: 120px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .treatment-box .tr-sublist > li.bariatric a:after{
        background-image: url(../images/home/tr-bariatric-icon.png);
        background-size: 120px auto;
    }
    .treatment-box .tr-sublist > li.hernia a:after{
        background-image: url(../images/home/tr-hernia-icon.png);
        background-size: 120px auto;
    }
    .treatment-box .tr-sublist > li.gallstone a:after{
        background-image: url(../images/home/tr-gallstone-icon.png);
        background-size: 120px auto;
    }
    .treatment-box .tr-sublist > li.heartburn a:after{
        background-image: url(../images/home/tr-heartburn-icon.png);
        background-size: 120px auto;
    }
    .treatment-box .tr-sublist > li a .titles-box{
        display: block;
        margin-bottom: 10px;
    }
    .treatment-box .tr-sublist > li a .titles-box .titles{
        margin-bottom: 0;
        color: #203b4f;
        font-size: 150%;
        font-weight: bold;
        text-align: center;
    }
    .treatment-box .tr-sublist > li a .titles-box .titles02{
        margin-bottom: 0;
        color: #203b4f;
        font-size: 106.25%;
        font-weight: bold;
        text-align: center;
    }


}

@media only screen and (max-width: 640px) {
	
/* COMMON */

/* ANCHOR */

a[href*='.pdf']:after,
a[href*='.doc']:after,
a[href*='.docx']:after,
a[href*='.xls']:after,
a[href*='.xlsx']:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 18px;
    height: 21px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px auto;
}
a[href*='.pdf']:after {
	background-image: url(../images/common/anchor-pdf.png);
}
a[href*='.doc']:after,
a[href*='.docx']:after {
	background-image: url(../images/common/anchor-word.png);
}
a[href*='.xls']:after,
a[href*='.xlsx']:after {
	background-image: url(../images/common/anchor-excel.png);
}

.anchor-type01 a{
    display: inline-block;
    padding-left: 14px;
    background-image: url(../images/common/anchor-type01.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
    background-size: 6px auto;
}

.anchor-type02 a{
    display: inline-block;
    padding-left: 14px;
    background-image: url(../images/common/anchor-type02.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
    background-size: 6px auto;
}

.anchor-type03 a{
    display: inline-block;
    padding-left: 28px;
    color: #203b50;
    font-weight: bold;
    background-image: url(../images/common/anchor-type03.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: 20px auto;
}
.anchor-type03.type_w a{
    color: #ffffff;
    background-image: url(../images/common/anchor-type03_w.png);
}

.anchor-movie a{
    display: inline-block;
    min-height: 25px;
    padding-left: 48px;
    background-image: url(../images/common/anchor-movie.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 33px auto;
}
.anchor-movie.type_w a{
    color: #ffffff;
    background-image: url(../images/common/anchor-movie_w.png);
}

/* BTN */

.btn-type01{
	text-align:center;
}
.btn-type01 a{
    display: inline-block;
    padding: 6px 20px;
    color: #203b4f;
    font-weight: bold;
    border: 1px solid #203b4f;
}

.btn-type02{
	text-align:center;
}
.btn-type02 a{
	padding: 10px 20px 10px 40px;
    font-weight: bold;
    color: #203b4f;
    font-size: 112.5%;
    border: 1px solid #203b4f;
    background-image: url(../images/common/btn-type02.png);
    background-position: 7px center;
    background-repeat: no-repeat;
    background-size: 28px auto;
}

/* listmark */

.listmark-disc > li,
.listmark-disc > dd{
    padding-left: 14px;
    background-image: url(../images/common/listmark-disc.png);
    background-position: 6px 12px;
    background-repeat: no-repeat;
    background-size: 3px auto;
}
.listmark-disc_w > li{
    padding-left: 14px;
    background-image: url(../images/common/listmark-disc_w.png);
    background-position: 6px 12px;
    background-repeat: no-repeat;
    background-size: 3px auto;
}
.listmark-disc02 > li,
.listmark-disc02 > dd{
    padding-left: 17px;
    background-image: url(../images/common/listmark-disc02.png);
    background-position: 6px 12px;
    background-repeat: no-repeat;
    background-size: 4px auto;
}

.listmark-type01 > li{
    padding-left: 14px;
    background-image: url(../images/common/listmark-type01.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-size: 12px auto;
}
.listmark-type02 > li{
    padding-left: 14px;
    background-image: url(../images/common/listmark-type02.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-size: 10px auto;
}

.listmark-temp > li{
	margin-left:1em;
}
.listmark-temp > li span.mark{
	margin-left:-1em;
}

.listmark-temp02 > li{
    padding-left: 20px;
    position: relative;
}
.listmark-temp02 > li span.mark{
    position: absolute;
    top: 0;
    left: 0;
}

.listmark-temp03 > li{
    padding-left: 3em;
    position: relative;
}
.listmark-temp03 > li span.mark{
    position: absolute;
    top: 0;
    left: 0;
}

.listmark-decimal > li{
	list-style:decimal;
	margin-left:20px;
	margin-bottom:5px;
}
.listmark-indent > li {
    padding-left: 1em;
    text-indent: -1em;
}

.listmark-num > li{	
	counter-increment: my-counter;  
}
.listmark-num > li:before {
    content: counter(my-counter);
    background-color: #ffffff;
    display: block;
    float: left;
    margin-top: 4px;
    color: #213C50;
    font-size: 80%;
    letter-spacing: -0.5pt;
    text-indent: -0.5pt;
    line-height: 16px;
    margin-left: -20px;
    text-align: center;
    height: 15px;
    width: 15px;
    border: 1px solid #213C50;
    border-radius: 50%;
}
.listmark-num > li:after{
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}


/* title-level */

.title-level00{
    margin-bottom: 30px;
    color: #203b50;
    font-size: 214.2857%; /* 30px */
    font-family: "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	font-weight:bold;
    letter-spacing: 0.5pt;
    line-height: 0.4;
    text-align: center;
}
.title-level00.type_en{
    font-family: 'Noto Serif JP', "Cinzel Decorative", cursive, "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
}
.title-level00.type_en:first-letter {
    font-size: 120%;
}
.title-level00 .small{
    font-size: 46.666667%; /* 14px */
}
.title-level00 .small.ja{
    font-family: "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
}
.title-level00.type_en img{
    max-height: 30px;
    width: auto;
}

.title-level01{
    margin-bottom: 20px;
    color: #203b50;
    font-size: 137.5%; /* 22px */
    font-family: "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
    font-weight: bold;
    text-align: center;
}
.title-level01 .labels{
    display: inline-block;
    padding: 2px 20px;
    color: #ffffff;
    font-size: 90.9%; /* 20px */
    text-decoration: none;
    background-color: #203b50;
}

.title-level02{
    margin-bottom: 10px;
    color: #9a6e34;
    font-size: 128.5714%; /* 18px */
    font-weight: bold;
}

.title-level03{
    margin-bottom: 15px;
    padding: 5px 15px;
    color: #203b4f;
    font-size: 121.42857%; /* 17px */
    font-weight: bold;
    background-color: #f2ede1;
    border-top: 1px solid #203b4f;
    border-bottom: 3px solid #203b4f;
}

.title-level03.type02{
    color: #203b4f;
}

.title-level04{
	font-weight: bold;
}

.title-mark{
    margin-bottom: 5px;
    padding-left: 17px;
    color: #203b4f;
    font-size: 114.2857%; /* 16px */
    font-weight: bold;
    background-image: url(../images/common/title-mark.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
    background-size: 14px auto;
}

.title-mark_s{
    margin-bottom: 10px;
    padding-left: 15px;
    color: #203b50;
    font-weight: bold;
    background-image: url(../images/common/title-mark_s.png);
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-size: 13px auto;
}

.title-font01{
    font-family: "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
}
.title-font02{
    font-family: 'Noto Serif JP', "Cinzel Decorative", cursive, "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
}

/* box */

.bd-box{
    padding: 10px 15px;
    border: 1px solid #000000;
    border: 1px solid #203b50;
	background-color:#e1f1f4;
}
.bd-box .titles{
	color:#213c50;
	font-weight: bold;
	font-size: 106.666%;
	text-align:center;
}
.bd-box.type02{
	background-color: transparent;
}
.w-box{
    padding: 10px 15px;
    background-color: #ffffff;
}


.tri-box > .box01,
.tri-box > .box02,
.tri-box > .box03{
	margin-bottom:20px;
}
.tri-box .image{
	margin-bottom:0;
	text-align:center;
}

.half-box > .boxl,
.half-box > .boxr{
	margin-bottom:20px;
}
.half-box .image{
	margin-bottom:0;
	text-align:center;
}

.image .caption{
	display:block;
	margin-bottom: 5px;
	font-weight: bold;
	text-align:center;
}

/* EDITOR */
.alignleft,
.alignright,
.aligncenter,
.alignnone{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft,
img.alignleft {
	margin-bottom: 10px;
}
.wp-caption.alignleft {
	margin-bottom: 10px;
}
blockquote.alignright,
img.alignright {
	margin-bottom: 10px;
}
.wp-caption.alignright {
	margin-bottom: 10px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
    

/* table */

table.t100p{
	width:100%;
}
table .tls{
	text-align:center;
	letter-spacing:1em;
	text-indent:1em;
}


/* table */

table.t100p{
	width:100%;
}
table .tls{
	text-align:center;
	letter-spacing:1em;
	text-indent:1em;
}
table.alltc th,
table.alltc td{
	text-align:center;
}
table.equality{
    table-layout: fixed;
}

/* TABLE */

table.t100p{
	width:100%;
}
table .tls{
	text-align:center;
	letter-spacing:1em;
	text-indent:1em;
}
table.alltc th,
table.alltc td{
	text-align:center;
}
table.tdl td{
    text-align: left !important;
}
table.tdr td{
    text-align: right !important;
}
table.equality{
    table-layout: fixed;
}
.table-wrapper{
    width: 100%;
    overflow: auto;
}
.table-wrapper table{
    width: 500px;
}
.table-wrapper.type_wide table{
    width: 750px;
}
table.tdr td{
    text-align: right !important;
}
table.sp-tdr td{
    text-align: right !important;
}
table.sp-tdc td{
    text-align: center !important;
}
table th.bgc-r,
table td.bgc-r{
    background-color: #fBe6ef !important;
}

/* TYPE01 */
table.type01{
    border-top: 1px solid #000000;
}
table.type01 th,
table.type01 td{
    padding: 5px 10px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
table.type01 th[scope="col"]{
    background-color: #f2ede1;
    text-align: center;
}
table.type01 tr th:last-child,
table.type01 tr td:last-child{
    border-right: none;
}

/* TYPE02  タイプ2 */

table.type02{
    border-top: 1px solid #000000;
}
table.type02 th{
    border-bottom: 1px solid #000000;
}
table.type02 th[scope="col"]{
    padding: 5px;
	color:#ffffff;
    background-color: #203B50;
    text-align: center;
}
table.type02 th[scope="row"]{
    padding: 5px;
    background-color: #f2ede1;
}
table.type02 tbody td{
    padding: 5px;
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
}

/* TYPE03 複数カラム */


/* TEXT */
.rq{
    color: #ff0000;
    font-weight: bold;
}
.em-level01{
	color:#D85682;
	font-weight: bold;
}
.em-level02{
	color:#213C50;
	font-weight: bold;
}
.em-line{
	font-weight: bold;
	border-bottom:2px solid rgba(228, 0, 127, 0.4);
}


/* PARTS */
dl.faq-list dt{
	margin-bottom: 15px;
    padding: 8px 10px 8px 35px;
    background: url(../images/common/icon-q.png) no-repeat 5px 8px;
    background-size: 20px auto;
    background-color: #203b50;
    color: #ffffff;
    font-size: 106.666%;
    font-weight: bold;
    line-height: 1.5;
}
dl.faq-list dd{
	min-height:23px;
	margin-bottom: 30px;
	padding: 0 10px 0 35px;
	background:url(../images/common/icon-a.png) no-repeat 5px 5px;
	background-size:18px auto;
}


.message-list li{
	margin-bottom: 60px;		
}
.message-list .titles{
	margin-bottom: 30px;
}
.message-list .titles .title{
	padding: 15px;
	color:#ffffff;
	background:#213C50;
	font-size: 133.333%;		
	font-weight: bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
}
.message-list .titles .image{
	margin-bottom: 0;
	text-align:center;
}
.message-list .titles .names{
	text-align:center;
}
.message-list .titles .names p{
	margin-bottom: 10px;
	color:#213C50;
}
.message-list .titles .names span{
	display:inline-block;
	margin-right: 10px;
}
.message-list .titles .names .name{
	font-size: 146.666%;
	font-weight: bold;
	line-height:1.6;
}
.message-list .message .heading{	
	margin-bottom: 15px;
	color:#213C50;
	font-size: 120%;		
	font-weight: bold;
}
.message-list .message .text{
    margin-bottom: 0;
}
.message-list .message .part{
    margin-bottom: 0;
}
.message-list .message .part dt{
    margin-bottom: 10px;
    clear: both;
    float: left;
    color: #1e62d5;
    font-weight: bold;
}
.message-list .message .part dd{
    margin-bottom: 10px;
    margin-left: 48px;
}
.message-list .message .part dt.type02{
    color: #9a6e34;
}
.message-list .message .part dt.type03{
    color: #2a3b99;
}
	


.fl-cont .image{
	display:block;
	margin:20px auto 10px auto;
}


/* RIPPLE */
.ripple {
  position: relative;
  overflow: hidden;
}

.ripple .rp-effect {/*エフェクト*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;/*波紋の濃さ*/
  transform: scale(0);
  background: #FFF;/*波紋色*/
  animation: ripple 700ms;
  pointer-events: none; 
}

.blur{
    transition: all .2s ease-out;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}




	.wp-pagenavi {
		clear: both;
		text-align: center;
	}
	.wp-pagenavi {
		display: inline-block;
		margin: 0 0 10px;
    }
	.wp-pagenavi a,
	.wp-pagenavi span {
		display: inline-block;
		color: #494949;
		font-size:14px;
		text-decoration: none;
		border-right: 1px solid #7D6A2E;
		padding: 0 15px;
	}
	.wp-pagenavi a:first-child,
	.wp-pagenavi span:first-child {
		border-left:1px solid #7D6A2E;
	}
	.wp-pagenavi span.current {
		color: #7D6A2E;
	}
	

/* FIND-BOX */

    
.find-box .container-inner > .titles{
}
.find-box .container-inner > .text-box{
    padding: 0;
    border: none;
}
.find-box .text-box .inner-box{
    position: relative;
    height: 240px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../images/common/find-image_sp.png);
    background-size: 156px auto;
}
.find-box .text-box .inner-box .lists-box{
    position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.find-box .text-box .inner-box .find-list{
    position: absolute;
    width: 130px;
}
.find-box .text-box .inner-box .find-list > dt{
    margin-bottom: 5px;
}
.find-box .text-box .inner-box .find-list > dt a,
.find-box .text-box .inner-box .find-list > dt span.not{
    display: block;
    padding: 2px 6px;
    color: #ffffff;
    font-size: 75%;
    font-weight: bold;
    text-align: center;
}
.find-box .text-box .inner-box .find-list.upper > dt a,
.find-box .text-box .inner-box .find-list.upper > dt span.not{
    background-color: #3c83a0;
}
.find-box .text-box .inner-box .find-list.lower > dt a,
.find-box .text-box .inner-box .find-list.lower > dt span.not{
    background-color: #498a61;
}
.find-box .text-box .inner-box .find-list.hbps > dt a,
.find-box .text-box .inner-box .find-list.hbps > dt span.not{
    background-color: #a4617a;
}
.find-box .text-box .inner-box .find-list.other > dt a,
.find-box .text-box .inner-box .find-list.other > dt span.not{
    background-color: #bc9e86;
}
.find-box .text-box .inner-box .find-list > dd{
    margin-bottom: 5px;
    /*margin-left: 0.5em;*/
    background-position: 6px 8px;
}
.find-box .text-box .inner-box .find-list > dd a{
    display: block;
    color: #12345e;
    font-size: 75%;
    font-weight: bold;
    line-height: 1.5;
}
.find-box .text-box .inner-box .find-list a:hover,
.find-box .text-box .inner-box .find-list a:active{
	text-decoration:none;
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}

.find-box .text-box .inner-box .find-list.upper{
    top: 10px;
    left: -155px;
    width: 120px;
}
.find-box .text-box .inner-box .find-list.lower{
    top: 164px;
    left: -155px;
    width: 120px;
}
.find-box .text-box .inner-box .find-list.hbps{
    top: 10px;
    right: -155px;
}
.find-box .text-box .inner-box .find-list.other{
    top: 114px;
    right: -155px;
    width: 120px;
}
.find-box .text-box .inner-box .find-list.pediatric{
    width: auto;
    top: 240px;
    right: -155px;
}
.find-box .text-box .inner-box .find-list .btn-type_tr.pediatric a{
    display: inline-block;
    padding: 6px 10px 6px 45px;
    color: #203b4f;
    font-size: 81.25%;
    font-weight: bold;
    background-color: #fbdddc;
    background-position: 10px 5px;
    background-repeat: no-repeat;
    background-image: url(../images/common/find-icon-pediatric.png);
    background-size: 30px auto;
    border: 1px solid #203b4f;
}


/* NEWS-BOX */

    
    .news-wrapper{
        margin-bottom: 60px;
        padding: 40px 0 10px;
        background-position: center center, center center;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        background-image:
        url(../images/home/news-bg_wrap.png),
        url(../images/home/news-bg.jpg);
    }
    .news-box .news-list{
        padding: 15px;
        background-color: #ffffff;
    }
    .news-box .news-list > dt{
        margin-bottom: 5px;
        padding-top: 10px;
    }
    .news-box .news-list > dd{
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }
    .news-box .news-list > dd:last-child{
        border-bottom: none;
    }
    .news-box .news-list > dt .times{
        display: inline-block;
        vertical-align: middle;
        margin-right: 1em;
        color: #12345e;
        font-size: 92.857142%;
        font-weight: bold;
    }
    .news-box .news-list > dt .cat{
        display: inline-block;
        vertical-align: middle;
        min-width: 90px;
        padding: 2px 5px;
        color: #ffffff;
        font-size: 92.857142%;
        font-weight: bold;
        text-align: center;
    }
    .news-box .news-list > dt .cat.default{
        background-color: #cf85a5;
    }
    .news-box .news-list > dt .cat.recruit{
        background-color: #56a2b9;
    }
    .news-box .news-list > dt .cat.research{
        background-color: #2e6ba5;
    }
    .news-box .news-list > dd .titles{
        margin-bottom: 0;
        color: #12345e;
        font-size: 107.142857%;
        font-weight: bold;
    }
    .news-box .news-list > dd .titles a{
        color: #12345e;
        font-weight: bold;
    }
    .news-box .news-list > dd .text{
        margin-bottom: 0;
    }

/* TREATMENT-BOX */
    .treatment-box .tr-list{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        table-layout: fixed;
    }
    .treatment-box .tr-list > li{
        -webkit-flex-grow: 1;
        flex-grow: 1;
        width: 50%;
    }
    .treatment-box .tr-list > li .inner-box{
        display: table;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        border: 1px solid #ffffff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .treatment-box .tr-list > li a{
        display: table-cell;
        vertical-align: top;
        padding: 20px 10px 10px;
        text-decoration: none;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .treatment-box .tr-list > li.upper a{
        background-image: url(../images/home/tr-upper-image.jpg);
    }
    .treatment-box .tr-list > li.lower a{
        background-image: url(../images/home/tr-lower-image.jpg);
    }
    .treatment-box .tr-list > li.hbps a{
        background-image: url(../images/home/tr-hbps-image.jpg);
    }
    .treatment-box .tr-list > li.pediatric a{
        background-image: url(../images/home/tr-pediatric-image.jpg);
    }
    .treatment-box .tr-list > li.minimally a{
        background-image: url(../images/home/tr-minimally-image.jpg);
    }
    .treatment-box .tr-list > li a:before{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background-color: rgba(22,31,79,0.7);
        z-index: 0;
    }
    .treatment-box .tr-list > li a:hover:before{
        background-color: rgba(22,31,79,0.3);
    }
    .treatment-box.type02 .tr-list > li a{
        background-image: none;
        background-color: #cde2e9;
        background-color: rgba(205,226,233,1.0);
    }
    .treatment-box.type02 .tr-list > li a:hover{
        background-color: rgba(205,226,233,0.6);
    }
    .treatment-box .tr-list > li a .titles-box{
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .treatment-box .tr-list > li a .titles-box .titles{
        margin-bottom: 0;
        color: #ffffff;
        font-size: 125%;
        font-weight: bold;
        text-align: center;
    }
    .treatment-box.type02 .tr-list > li a .titles-box .titles{
        color: #203b4f;
    }
    .treatment-box .tr-list > li a .titles-box .titles02{
        margin-bottom: 0;
        color: #ffffff;
        font-size: 71.4285%;
        font-weight: bold;
        text-align: center;
    }
    .treatment-box.type02 .tr-list > li a .titles-box .titles02{
        color: #203b4f;
    }
    .treatment-box.type02 .tr-list > li a:before{
        display: none;
    }
    .treatment-box .tr-list > li a .image{
        min-height: 60px;
        text-align: center;
    }
    .treatment-box .tr-list > li a .image img{
        max-height: 60px;
        width: auto;
    }
    .treatment-box .tr-list > li a .text{
        color: #ffffff;
        font-size: 93.75%;
        font-weight: bold;
        line-height: 1.6;
    }
    .treatment-box.type02 .tr-list > li a .text{
        color: #203b4f;
    }
    .treatment-box .tr-list > li a .titles-box,
    .treatment-box .tr-list > li a .image,
    .treatment-box .tr-list > li a .text{
        position: relative;
        z-index: 0;
    }
    .treatment-box .tr-list > li.minimally a .text{
        text-align: center;
    }
    
    .treatment-box .tr-sublist{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        table-layout: fixed;
        width: 100%;
        margin: 0;
    }
    .treatment-box .tr-sublist > li{
        -webkit-flex-grow: 1;
        flex-grow: 1;
        width: 50%;
    }
    .treatment-box .tr-sublist > li .inner-box{
        display: table;
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }
    .treatment-box .tr-sublist > li a{
        display: table-cell;
        vertical-align: middle;
        padding: 30px 10px;
        text-decoration: none;
        position: relative;
        text-align: center;
    }
    .treatment-box .tr-sublist > li a:hover{
        text-decoration:none;
        filter:alpha(opacity=60); /* IE 6,7*/
        -ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
        -moz-opacity:0.6; /* FF , Netscape */
        -khtml-opacity: 0.6; /* Safari 1.x */
        opacity:0.6;
        zoom:1; /*IE*/
    }
    .treatment-box .tr-sublist > li a:after{
        content: "";
        display: block;
        margin: 0 auto;
        width: 90px;
        height: 90px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 90px auto;
    }
    .treatment-box .tr-sublist > li.bariatric a:after{
        background-image: url(../images/home/tr-bariatric-icon.png);
    }
    .treatment-box .tr-sublist > li.hernia a:after{
        background-image: url(../images/home/tr-hernia-icon.png);
    }
    .treatment-box .tr-sublist > li.gallstone a:after{
        background-image: url(../images/home/tr-gallstone-icon.png);
    }
    .treatment-box .tr-sublist > li.heartburn a:after{
        background-image: url(../images/home/tr-heartburn-icon.png);
    }
    .treatment-box .tr-sublist > li a .titles-box{
        display: block;
        margin-bottom: 10px;
    }
    .treatment-box .tr-sublist > li a .titles-box .titles{
        margin-bottom: 0;
        color: #203b4f;
        font-size: 112.5%;
        font-weight: bold;
        text-align: center;
    }
    .treatment-box .tr-sublist > li a .titles-box .titles02{
        margin-bottom: 0;
        color: #203b4f;
        font-size: 71.4285%;
        font-weight: bold;
        text-align: center;
    }

	
	
}



/* KEYFRAMES */
@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}
