

/* ANCHOR */

/* 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.thtc th{
	text-align:center;
}
table.tdtc td{
	text-align:center;
}
table.thtr th{
	text-align:right;
}
table.tdtr td{
	text-align:right;
}
table.vat th,
table.vat td{
	vertical-align: top !important;
}
table .bdl{
    border-left: 1px solid #000000 !important;
}
table .bdr{
    border-right: 1px solid #000000 !important;
}
table.text_s th,
table.text_s td{
    font-size: 87.5%;
}
table.thstr th{
    color: #008bd5;
    font-weight: bold;
}
table th.bold,
table td.bold{
    font-weight: bold;
}
table tr.boldrow th,
table tr.boldrow td{
    font-weight: bold;
}
	
	.mb_extends > li{
		margin-bottom: 10px !important;
	}
	.mb_extends02 > li{
		margin-bottom: 15px !important;
	}

.listmark-num{
    counter-reset: my-counter;
    padding: 0;
}
.listmark-num > li{
    margin-bottom: 8px;
    padding-left: 35px;
}
.listmark-num > li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #1c2c55;
    display: block;
    float: left;
    margin-top: 4px;
    color: #ffffff;
    font-size: 87.5%;
    letter-spacing: -0.5pt;
    text-indent: -0.5pt;
    line-height: 22px;
    margin-left: -35px;
    text-align: center;
    height: 22px;
    width: 22px;
}
.listmark-num > li:after{
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}
    
    
    .iframe-wrapper{
        width: 100%;
        padding-top: 75%;
        position: relative;
    }
    .iframe-wrapper iframe{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }



	.pagenavi-box {
		clear: both;
		margin-top: 30px;
		text-align: center;
	}
	.pagenavi-box .pagenavi-list{
		display: inline-block;
        vertical-align: top;
		margin: 0 0 10px;
	}
	.pagenavi-box .pagenavi-list > li{
		display: inline-block;
		margin: 0 5px 10px;
    }
	.pagenavi-box .pagenavi-list > li a,
	.pagenavi-box .pagenavi-list > li span.inner {
		display: inline-block;
        min-width: 28px;
        min-height: 40px;
		color: #1c2c55;
		font-size: 87.5%;
		text-decoration: none;
		padding: 3px 10px 14px;
        background-image: url("../images/common/pagenation-pin.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        box-sizing: border-box;
	}
	.pagenavi-box .pagenavi-list > li a{
        text-decoration: none !important;
    }
	.pagenavi-box .pagenavi-list > li.current span.inner,
	.pagenavi-box .pagenavi-list > li a:hover {
		color: #ffffff;
        background-image: url("../images/common/pagenation-pin_on.png");
	}
	.pagenavi-box .pagenavi-list > li.pages span.inner,
	.pagenavi-box .pagenavi-list > li.next a,
	.pagenavi-box .pagenavi-list > li.prev a{
        color: #1C2C55;
        background-image: none;
    }
	.pagenavi-box .pagenavi-list > li.next a:hover,
	.pagenavi-box .pagenavi-list > li.prev a:hover{
        font-weight: bold;
    }
	.pagenavi-box .pagenavi-list > li.pages span.inner{
        color: #000000;
    }



/* TEXT */
.rq{
    color: #ff0000;
    font-weight: bold;
}
.rq_s{
    color: #ff0000;
}
.str{
    color: #011B6A;
    font-weight: bold;
}
.str_s{
    color: #011B6A;
}
.str02{
    color: #008BD5;
    font-weight: bold;
}
.str02_s{
    color: #008BD5;
}
.small{
    font-size: 87.5%;
}
.small02{
    font-size: 75%;
}
.large{
    font-size: 106.25%;
}
.large02{
    font-size: 112.5%;
}

.caption{
    font-size: 87.5%;
}
.caption02{
	margin-bottom: 2px;
	text-align: left;
}

sub{
    vertical-align: bottom;
    margin-bottom: 3px;
}
sup{
    vertical-align: top;
    margin-top: 3px;
}
sub,
sup{
    display: inline-block;
    font-size: 56.25%;
}


/* 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; 
}

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

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


/* TITLE */
.single-article{
	padding-bottom: 40px;
}
.mceContentBody h1,
.single-article h1,
.title-level01{
    margin-bottom: 40px;
    padding-bottom: 12px;
    color: #1c2c55;
    font-size: 175%; /* 28px */
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    position: relative;
}
.mceContentBody h1:before,
.single-article h1:before,
.title-level01:before{
    content: "";
    display: block;
    width: 24px;
    height: 20px;
    background-image: url("../images/common/title-level01.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.mceContentBody h1:after,
.single-article h1:after,
.title-level01:after{
    content: "";
    display: block;
    height: 2px;
    background-color: #eaba97;
    position: absolute;
    right: 23px;
    bottom: 0;
    left: 0;
    margin: auto;
}
.mceContentBody h1.notline,
.single-article h1.notline,
.title-level01.notline{
	padding-bottom: 0;
}
.mceContentBody h1.notline:before,
.mceContentBody h1.notline:after,
.single-article h1.notline:before,
.single-article h1.notline:after,
.title-level01.notline:before,
.title-level01.notline:after{
	display: none;
}
.mceContentBody h1:not(:first-child),
.single-article h1:not(:first-child),
.title-level01:not(:first-child){
    margin-top: 40px;
}
.mceContentBody h2,
.mceContentBody h3,
.single-article h2,
.single-article h3,
.title-level02{
    margin-bottom: 15px;
    color: #1c2c55;
    font-size: 125%; /* 20px */
    font-weight: bold;
    line-height: 1.5;
}
.mceContentBody h2:not(:first-child),
.mceContentBody h3:not(:first-child),
.single-article h2:not(:first-child),
.single-article h3:not(:first-child),
.title-level02:not(:first-child){
    margin-top: 30px;
}
.mceContentBody h4,
.mceContentBody h5,
.single-article h4,
.single-article h5,
.title-level03{
    margin-bottom: 10px;
    color: #1c2c55;
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    line-height: 1.5;
}
.mceContentBody h4:not(:first-child),
.mceContentBody h5:not(:first-child),
.single-article h4:not(:first-child),
.single-article h5:not(:first-child),
.title-level03:not(:first-child){
    margin-top: 20px;
}
.mceContentBody h6,
.mceContentBody h7,
.single-article h6,
.single-article h7,
.title-level04{
    margin-bottom: 5px;
    color: #1c2c55;
    font-size: 106.25%; /* 17px */
    font-weight: bold;
    line-height: 1.5;
}
.mceContentBody h6:not(:first-child),
.mceContentBody h7:not(:first-child),
.single-article h6:not(:first-child),
.single-article h7:not(:first-child),
.title-level04:not(:first-child){
    margin-top: 15px;
}


.box-type01{
    padding: 25px 40px;
    background-color: #dfeaf8;
}
.box-type01 > p:last-child,
.box-type01 > ul:last-child,
.box-type01 > ol:last-child{
    margin-bottom: 0;
}


.listmark-type01 > li{
    padding-left: 16px;
    background-image: url("../images/common/listmark-type01.png");
    background-position: 0 9px;
    background-repeat: no-repeat;
    background-size: 12px auto;
}
.listmark-sq > li{
    margin-bottom: 5px;
    padding-left: 30px;
    background-image: url("../images/common/listmark-sq.png");
    background-position: 6px 11px;
    background-repeat: no-repeat;
    background-size: 10px auto;
}


.anchor-type01 a{
	display: inline-block;
	padding-left: 14px;
    background-image: url("../images/common/anchor-type01.png");
	background-position: 0 10px;
	background-repeat: no-repeat;
	background-size: 10px auto;
	text-decoration: none !important;
}
.anchor-type01 a:hover{
	opacity: 0.6;
}

.btn-type01 a{
    display: inline-block;
    margin-left: 20px;
    padding: 2px 25px 2px 60px;
    color: #1c2c55;
    font-weight: bold;
    text-decoration: none !important;
    border: 2px solid #1c2c55;
    position: relative;
}
.btn-type01 a:before{
    content: "";
    display: block;
    width: 60px;
    height: 16px;
    background-image: url("../images/common/btn-type01.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 10px;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
}
.btn-type01 a:hover{
	background-color: #DFEAF8;
}
.btn-type01 a:hover:before{
    width: 65px;
}


.btn-type02 > a{
    display: inline-block;
    margin-left: 20px;
    padding: 2px 30px 2px 52px;
    color: #1c2c55;
    font-weight: bold;
    text-decoration: none !important;
	background-color: rgba(234,186,151,0.75);
    position: relative;
}
.btn-type02 > a:before{
    content: "";
    display: block;
    width: 60px;
    height: 16px;
    background-image: url("../images/common/btn-type01.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 10px;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
}
.btn-type02 > a:hover{
	opacity: 0.6;
}
.btn-type02 > a:hover:before{
    width: 65px;
}


.btn-type03 a{
    display: inline-block;
    margin-left: 20px;
    padding: 10px 30px 10px 52px;
    color: #1c2c55;
    font-weight: bold;
	line-height: 1.75;
    text-decoration: none !important;
	background-color: #DFEAF8;
    position: relative;
}
.btn-type03 a .large{
	display: inline-block;
	vertical-align: baseline;
	font-size: 112.5%; /* 18px */
}
.btn-type03 a .small{
	display: inline-block;
	vertical-align: baseline;
	font-size: 87.5%; /* 14px */
}
.btn-type03 a:before{
    content: "";
    display: block;
    width: 60px;
    height: 16px;
    background-image: url("../images/common/btn-type01.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 10px;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
    position: absolute;
    top: 18px;
    left: -20px;
    margin: auto;
}
.btn-type03 a:hover{
	opacity: 0.6;
}
.btn-type03 a:hover:before{
    width: 65px;
}

.btn-type01.spread a,
.btn-type02.spread a{
	min-width: 190px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.btn-type01.bgw a,
.btn-type02.bgw a{
	background-color: #ffffff;
}


strong{
    font-weight: bold;
}

.single-article table,
.mceContentBody table,
table.type01{
    border-top: 1px solid #1c2c55;
}
.single-article table th,
.mceContentBody table th,
table.type01 th{
    padding: 12px 15px;
    background-color: #dfeaf8;
}
.single-article table td,
.mceContentBody table td,
table.type01 td{
    padding: 12px 20px;
}
.single-article table th,
.single-article table td,
.mceContentBody table th,
.mceContentBody table td,
table.type01 th,
table.type01 td{
    min-width: 40px;
    text-align: center;
    border-right: 1px solid #1c2c55;
    border-bottom: 1px solid #1c2c55;
}
.single-article table th:last-child,
.single-article table td:last-child,
.mceContentBody table th:last-child,
.mceContentBody table td:last-child,
table.type01 th:last-child,
table.type01 td:last-child{
    border-right: none;
}
.single-article table th.lsplus,
.single-article table td.lsplus,
.mceContentBody table th.lsplus,
.mceContentBody table td.lsplus,
table.type01 th.lsplus,
table.type01 td.lsplus{
    letter-spacing: 7.5pt;
    text-indent: 7.5pt;
}
.single-article table[width],
.single-article table[style*="width"]{
	width: auto !important;
}


.items-box .labelsbox,
.items-box .textbox{
    line-height: 1.5;
}
.items-box .labelsbox{
	color: #ffffff;
	background-color: #1C2C55;
}
.items-box .labelsbox > p{
	margin-bottom: 0;
	font-size: 125%; /* 20px */
	font-weight: bold;
}
.items-box .textbox{
	color: #1C2C55;
	background-color: #EABA97;
}
.contact-items .sublabels,
.contact-items .text,
.contact-items .tels{
	font-weight: bold;
}
.contact-items .tels{
	margin-bottom: 0;
	font-size: 187.5%; /* 30px */
}
.contact-items .tels .tellink:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 26px;
	margin-right: 2px;
	background-image: url("../images/common/anchor-tel.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.items-box .textbox a{
	color: #1C2C55;
}

.label-en{
	color: #EABA97;
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
}

.name_text{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	line-height: 1.5;
	text-align: right;
}
.name_text .aff,
.name_text .status,
.name_text .name{
	display: inline-block;
	vertical-align: baseline;
}
.name_text .name{
	font-size: 187.5%; /* 30px */
}

	.news-list > li{
		border-bottom: 1px solid #1C2C55;
	}
	.news-list > li .wrapper{
		padding: 12px 12px 12px 30px;
		text-decoration: none !important;
		background-image: url("../images/common/anchor-type02.png");
		background-position: 0 22px;
		background-repeat: no-repeat;
		background-size: 22px auto;
		box-sizing: border-box;
	}
	.news-list > li a.wrapper{
	}
	.news-list > li a.wrapper:hover{
		background-color: #DFEAF8;
	}
	.news-list > li.new .mainbox .titles:before{
		content: "NEW";
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		margin-bottom: 3px;
		padding: 1px 8px;
		font-size: 87.5%; /* 14px */
		font-weight: bold;
		line-height: 1.2;
		background-color: #EABA97;
	}
	.news-list > li .mainbox .titles a{
	}
	.news-list > li .mainbox .titles a:hover{
		opacity: 0.6;
	}
	.news-list > li .subbox{
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
		min-width: 140px;
	}
	.news-list > li.catplus .subbox{
		min-width: 245px;
	}
	.news-list > li .date{
		min-width: 135px;
		color: #011b6a;
	}
	.news-list > li .catbox{
		margin-right: 15px;
	}
	.news-list > li .cat{
		display: block;
		min-width: 90px;
		padding: 2px 8px;
		color: #ffffff;
		font-size: 87.5%;
		line-height: 1.5;
		text-align: center;
		text-decoration: none !important;
		background-color: #5C6A91;
		box-sizing: border-box;
	}
	.news-list > li .cat:not(:last-child){
		margin-right: 5px;
	}
	.news-list > li a.cat:hover{
		opacity: 0.6;
	}

.btns-list > li a{
	min-width: 190px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.area-type01{
	padding: 80px 0;
	background-color: #DFEAF8;
}


.single-article{
	padding-bottom: 60px;
}

.single-article ul:not([class]) > li{
	padding-left: 18px;
	background-image: url("../images/common/listmark-type01.png");
	background-position: 2px 12px;
	background-repeat: no-repeat;
	background-size: 12px auto;
}


	.staff-listbox > .items .image{
		/* 230601 KINOSHITA 変更 */
		width: /*190px*/ 240px;
		text-align: center;
	}
	.staff-listbox > .items .image img{
		max-width: 100%;
		height: auto;
	}
	.staff-listbox > .items .aff,
	.staff-listbox > .items .names,
	.staff-listbox > .items .name_en,
	.staff-listbox > .items .field,
	.staff-listbox > .items .license,
	.staff-listbox > .items .profile_data{
		line-height: 1.5625;
	}
	.staff-listbox > .items .aff,
	.staff-listbox > .items .names{
		margin-bottom: 0;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-weight: bold;
	}
	.staff-listbox > .items .names .status,
	.staff-listbox > .items .names .name{
		display: inline-block;
		vertical-align: baseline;
	}
	.staff-listbox > .items .names .status{
		margin-right: 5px;
	}
	.staff-listbox > .items .names .name{
		font-size: 162.5%; /* 26px */
	}
	.staff-listbox > .items .name_en{
		margin-bottom: 5px;
		color: #EABA97;
		font-size: 143.75%; /* 23px */
		font-family: 'Lato', sans-serif;
	}
	.staff-listbox > .items .field,
	.staff-listbox > .items .license,
	.staff-listbox > .items .profile_data{
		font-size: 87.5%; /* 14px */
	}
.staff-listbox > .items .profilecols{
	display: flex;
	align-items: flex-start;
}
.staff-listbox > .items .profilecols .textbox{
	flex: 1;
}

	.membernews-list > li:nth-child(odd){
		background-color: #EFEFEF;
	}
	.membernews-list > li .wrapper{
		padding: 12px 0;
		box-sizing: border-box;
	}
.membernews-list > li a.wrapper{
	color: #1C2C55;
}
	.membernews-list > li a.wrapper .mainbox .titles{
		padding-left: 38px;
		text-decoration: none !important;
		background-image: url("../images/common/anchor-type04.png");
		background-position: 0 8px;
		background-repeat: no-repeat;
		background-size: 28px auto;
	}
	.membernews-list > li a.wrapper:hover{
		opacity: 0.6;
	}
	.membernews-list > li.new .mainbox .titles:before{
		content: "NEW";
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		margin-bottom: 3px;
		padding: 1px 8px;
		font-size: 87.5%; /* 14px */
		font-weight: bold;
		line-height: 1.2;
		background-color: #EABA97;
	}
.membernews-list > li .mainbox .titles{
	font-weight: bold;
}

.membernews-list > li p:not([class]){
	display: none;
}


.mapdata-list > li{
    margin-bottom: 60px;
}
.mapdata-list > li > .wrapper{
    transition-duration: 0.3s;
    cursor: pointer;
}
.mapdata-list > li > .wrapper:hover{
    opacity: 0.75;
}
.mapdata-list > li .image-box .image{
    padding-top: 68.421%; /* 130 / 190 */
    position: relative;
	background-image: url("../images/common/not_thumb.jpg?ver=240919");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mapdata-list > li .image-box .image:before{
	content: "";
	display: block;
	width: 28px;
	height: 40px;
	background-image: url("../images/common/icon-pin.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -17px;
	right: 0;
	left: 0;
	margin: auto;
}
.mapdata-list > li .text-box .titles{
    margin-bottom: 5px;
}
.mapdata-list > li .text-box .place{
    margin-bottom: 0;
}


.map-info{
    position: relative;
}
.map-info .image{
    padding-top: 68.421%; /* 130 / 190 */
    position: relative;
	background-image: url("../images/common/not_thumb.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.map-info .name{
    margin-top: 20px;
    margin-bottom: 10px;
}
.map-info .zipcode,
.map-info .address,
.map-info .tel{
    margin-bottom: 0;
}
.map-info .dep{
    margin-top: 10px;
    margin-bottom: 0;
}
.map-info .outlines{
    margin-top: 15px;
    padding: 15px 0;
    border-top: 2px solid #1c2c55;
    border-bottom: 2px solid #1c2c55;
}
.map-info .hpurl{
    margin-top: 15px;
    margin-bottom: 0;
}
.maparea-box .gm-style .gm-style-iw-c{
    border-radius: 0 !important;
    overflow: visible !important;
}
.maparea-box .gm-style .gm-style-iw-c:before{
	content: "";
	display: block;
	width: 28px;
	height: 40px;
	background-image: url("../images/common/icon-pin.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -17px;
	right: 0;
	left: 0;
	margin: auto;
}
.maparea-box .gm-style .gm-style-iw{
    line-height: 1.75 !important;
}

.maparea-wrapper,
.maplist-wrapper,
.toback-box{
	background-color: transparent !important;
}

.mceContentBody div[style*="width"],
.single-article div[style*="width"]{
	max-width: 100%;
}


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



/* listmark */

.listmark-disc > li{
}

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


/* title-level */

.title-level01{
}

.title-level02{
}


/* box */

.bd-box{
    padding: 20px 30px;
    border: 1px solid #000000;
}
.w-box{
    padding: 20px 30px;
    background-color: #ffffff;
}



.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;
}

.imgr-box > .text{
	float:left;
	width:500px;
}
.imgr-box > .text p{
    text-align:justify;
}
.imgr-box > .image{
	float:right;
	width:426px;
}
.imgr-box .image{
	margin-bottom:0;
	text-align:center;
}
.imgl-box > .text{
	float:right;
	width:500px;
}
.imgl-box > .text p{
    text-align:justify;
}
.imgl-box > .image{
	float:left;
	width:426px;
}
.imgl-box .image{
	margin-bottom:0;
	text-align:center;
}
    
.river-box > .boxr{
	float:right;
	padding-left:10px;
}

.river-box > .boxl{
	float:left;
	padding-right:10px;
}
    
	.river02-box > .boxr{
		float:right;
		padding-bottom: 10px;
		padding-left:50px;
	}
	.river02-box > .boxl{
		float:left;
		padding-bottom: 10px;
		padding-right:50px;
	}
	.river02-box > .boxr .image,
	.river02-box > .boxl .image{
		text-align: center;
	}
	.river02-box > .boxr .names,
	.river02-box > .boxl .names{
		font-family: YuGothic, "Yu Gothic medium",'Noto Sans JP';
		font-weight: bold;
	}
	.river02-box > .boxr .names .large,
	.river02-box > .boxl .names .large{
		font-size: 187.5%; /* 30px */
	}
	
	
	/* DSIB */
	.dsib-list > li{
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.dsib-list.type_spread > li{
		margin-right: 30px;
    }
	.dsib-list.type_spread02 > li{
		margin-right: 40px;
    }
	.dsib-list.type_spread03 > li{
		margin-right: 50px;
    }
	.dsib-list.type_spread04 > li{
		margin-right: 60px;
    }
	.dsib-list.col02 > li{
		width: 48%;
		margin-right: 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.dsib-list.col03 > li{
		width: 30%;
		margin-right: 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.dsib-list.col02 > li:nth-child(even),
	.dsib-list.col03 > li:nth-child(3n),
	.dsib-list > li:last-child{
		margin-right: 0;
	}
	.dsib-box{
		letter-spacing: -.4em;
	}
	.dsib-box.type_center{
		text-align: center;
	}
	.dsib-box.type_right_pc{
		text-align: right;
	}
	.dsib-box > .items{
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		margin-bottom: 10px;
		letter-spacing: normal;
	}
	.dsib-box.type_shrink > .items{
		margin-right: 10px;
	}
	.dsib-box.type_spread > .items{
		margin-right: 30px;
	}
	.dsib-box.type_spread02 > .items{
		margin-right: 40px;
	}
	.dsib-box.type_spread03 > .items{
		margin-right: 50px;
	}
	.dsib-box.type_spread04 > .items{
		margin-right: 60px;
	}
	.dsib-box.type_spread05 > .items{
		margin-right: 70px;
	}
	.dsib-box > .items:last-child{
		margin-right: 0;
	}
	.dsib-box.col02 > .items{
		width: 46%;
		margin-right: 4% !important;
	}
	.dsib-box.col02 > .items:nth-child(even),
	.dsib-box.col02 > .items:last-child{
		margin-right: 0;
	}
	.dsib-box.type_vamd > .items{
		vertical-align: middle;
	}
	.dsib-box.type_vabtm > .items{
		vertical-align: bottom;
	}
	.dsib-box.type_mb0 > .items{
		margin-bottom: 0 !important;
	}
	.dsib-box.type_pcmb0 > .items{
		margin-bottom: 0 !important;
	}
	.dsib-box.type_mb_extends > .items{
		margin-bottom: 25px !important;
	}
	.dsib-box.col02.type_spread03 > .items{
		width: 50%;
	}
    
    /* EDITOR */

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

   
    


    


/* table */

table.pc-t100p{
	width:100%;
}

/* TABLE */

/* TYPE01 */

/* TYPE02 2カラム */

/* TYPE03 複数カラム */


	
	.items-box{
		display: flex;
		align-content: stretch;
		width: 100%;
	}
	.items-box .labelsbox,
	.items-box .textbox{
		display: flex;
		align-items: center;
		padding: 20px 45px;
	}
	.items-box .textbox{
		flex: 1;
	}
	.contact-items .sublabels,
	.contact-items .text,
	.contact-items .tels{
		display: inline-block;
		vertical-align: middle;
	}
	.contact-items .sublabels{
		margin-bottom: 0;
		font-size: 125%; /* 20px */
	}
	.contact-items .tels{
		font-size: 187.5%; /* 30px */
	}
	.contact-items .text{
		margin-bottom: 0;
	}
	.contact-items .sublabels:not(:last-child),
	.contact-items .text:not(:last-child),
	.contact-items .tels:not(:last-child){
		margin-right: 30px;
	}
	
	.news-list > li .wrapper{
		display: flex;
		align-items: flex-start;
		width: 100%;
	}
	.news-list > li .mainbox{
		flex: 1;
		display: flex;
		align-items: baseline;
	}
	.news-list > li .titles{
		flex: 1;
	}
	
	.btns-list{
		letter-spacing: -.4em;
	}
	.btns-list > li{
		display: inline-block;
		vertical-align: top;
		margin-right: 25px;
		letter-spacing: normal;
	}
	.btns-list > li:last-child{
		margin-right: 0;
	}
	.news-list > li .subbox{
		margin-right: 10px;
	}
	
	
	.symptom-listbox{
		letter-spacing: -.4em;
	}
	.symptom-listbox > .items{
		display: inline-block;
		vertical-align: top;
		width: 450px;
		margin-left: -20px;
		margin-right: 80px;
		margin-bottom: 30px;
		letter-spacing: normal;
	}
	.symptom-listbox > .items:nth-child(even){
		margin-right: 0;
	}
	.symptom-listbox > .items a{
		display: block;
	}
	
	
	.staff-listbox{
		margin-right: 35px;
		margin-left: 35px;
		padding-left: 40px;
		display: flex;
		flex-wrap: wrap;
	}
	.staff-listbox > .items{
		display: inline-block;
		vertical-align: top;
		width: 255px;
		margin: 0 35px 45px 0;
		text-align: left;
	}
	.staff-listbox > .items:nth-child(3n){
		margin-right: 0;
	}
	.staff-listbox > .items .image{
		margin: 0 auto 10px 0;
	}
	.staff-listbox > .items .image.notimg{
		display: flex;
		align-items: center;
	}
	
	/* 230620 KINOSHITA */
	body.pattern02 .staff-listbox{
		margin-right: 35px;
		margin-left: 35px;
		padding-left: 40px;
		display: flex;
		flex-wrap: wrap;
	}
	body.pattern02 .staff-listbox > .items{
		display: inline-block;
		vertical-align: top;
		width: 245px;
		margin: 0 50px 45px 0;
		text-align: left;
	}
	
	
	.dp_sc_tab_ul{
		display: flex;
		align-content: stretch;
		margin-bottom: 20px;
	}
	.dp_sc_tab_ul > li{
		flex: 1;
	}
	.dp_sc_tab_ul > li span{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px 5px;
		color: #000000;
		line-height: 1.5;
		background-color: #DFEAF8;
		border-top: 1px solid #1C2C55;
		border-bottom: 1px solid #1C2C55;
		cursor: pointer;
	}
	.dp_sc_tab_ul > li:not(:last-child) span{
		border-right: 1px solid #1C2C55;
	}
	.dp_sc_tab_ul > li span:hover,
	.dp_sc_tab_ul > li.dp_sc_active_tab span{
		color: #ffffff;
		background-color: #1C2C55;
	}
	
	
	.membernews-list > li .wrapper{
		display: flex;
		align-items: flex-start;
		width: 100%;
	}
	.membernews-list > li .subbox{
		min-width: 165px;
		margin-right: 10px;
	}
	.membernews-list > li .mainbox{
		flex: 1;
	}
    
    
    .mapdata-list{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .mapdata-list > li{
        width: 50%;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .mapdata-list > li > .wrapper{
        display: flex;
        align-items: flex-start;
    }
    .mapdata-list > li .image-box{
        width: 190px;
        margin-right: 20px;
    }
    .mapdata-list > li .text-box{
        flex: 1;
        padding-top: 5px;
    }
    
    .maparea-box{
        height: 800px;
    }
    
.map-info{
    width: 290px;
    padding: 30px 40px;
}
.maparea-box .gm-style .gm-style-iw{
    font-size: 16px !important;
}
	
    .maplist-wrapper .related-tablist{
		display: flex;
		justify-content: center;
		align-content: stretch;
		flex-wrap: wrap;
        text-align: center;
    }
    .maplist-wrapper .related-tablist > li{
        min-width: 150px;
        margin-right: 20px;
		margin-bottom: 10px;
    }
    .maplist-wrapper .related-tablist > li:last-child{
        margin-right: 0;
    }
    .maplist-wrapper .related-tablist > li a{
        display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
        padding: 10px 20px;
        color: #1c2c55;
        font-size: 93.75%;
        font-weight: bold;
        line-height: 1.5;
        text-decoration:none !important;
        background-color: #eaba97;
		box-sizing: border-box;
    }
    .maplist-wrapper .related-tablist > li.on a,
    .maplist-wrapper .related-tablist > li a:hover{
        color: #eaba97;
        background-color: #1c2c55;
    }


}

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

/* ANCHOR */

/* BTN */

/* listmark */

.listmark-disc > li{
}

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


/* title-level */

.title-level01{
}

.title-level02{
}

.title-level03{
}

/* box */

.bd-box{
    padding: 15px;
    border: 1px solid #000000;
}
.w-box{
    padding: 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;
}


/* 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.sp-t100p{
	width:100%;
}

.single-article table th,
.single-article table td{
    min-width: 60px;
}

/* TYPE01 */

/* TYPE02 2カラム */

/* TYPE03 複数カラム */


/* TEXT */
.rq{
    color: #ff0000;
    font-weight: bold;
}


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


/* TITLE */
.single-article h1,
.title-level01{
    margin-bottom: 30px;
    font-size: 137.5%; /* 22px */
}
.single-article h2,
.single-article h3,
.title-level02{
    margin-bottom: 15px;
    font-size: 112.5%; /* 18px */
}
.single-article h4,
.single-article h5,
.title-level03{
    margin-bottom: 10px;
    font-size: 106.25%; /* 17px */
}


.box-type01{
    padding: 15px;
}


.listmark-type01 > li{
    padding-left: 16px;
    background-image: url("../images/common/listmark-type01.png");
    background-position: 0 8px;
    background-repeat: no-repeat;
    background-size: 12px auto;
}
.listmark-sq > li{
    background-position: 6px 10px;
}
    
.listmark-num > li{
    margin-bottom: 8px;
    padding-left: 30px;
}
.listmark-num > li:before {
    margin-top: 3px;
    margin-left: -30px;
}
	
	
	.items-box .labelsbox,
	.items-box .textbox{
		padding: 15px 20px;
		text-align: center;
	}
	.contact-items{
		text-align: center;
	}
	.contact-items .sublabels{
		font-size: 112.5%; /* 18px */
	}
	.contact-items .tels{
		font-size: 162.5%; /* 26px */
	}
	.contact-items .sublabels:not(:last-child),
	.contact-items .text:not(:last-child){
		margin-bottom: 5px;
	}
	.contact-items .tels:not(:last-child){
		margin-bottom: 10px;
	}
	
	.news-list > li .wrapper{
		display: block;
	}
	.news-list > li a.wrapper{
		background-position: 0 20px;
	}
	.news-list > li .subbox{
		margin-bottom: 5px;
	}
	.news-list > li .catbox{
		margin-right: 10px;
	}
	
	.btns-list > li{
		min-width: 190px;
		margin-bottom: 20px;
	}

.area-type01{
	padding: 60px 0;
}

	
	.single-article{
		padding-bottom: 30px;
	}
	.single-article table[width],
	.single-article table th[width],
	.single-article table td[width],
	.single-article table[style*='width'],
	.single-article table th[style*='width'],
	.single-article table td[style*='width']{
		width: inherit !important;
	}
	.single-article table[style*='height'],
	.single-article table th[style*='height'],
	.single-article table td[style*='height']{
		height: inherit !important;
	}
	.single-article table th,
	.single-article table td,
	.mce-container table th,
	.mce-container table td,
	table.type01 th,
	table.type01 td{
		padding-right: 12px;
		padding-left: 12px;
	}
	.single-article table.dp_sc_table th,
	.mceContentBody table.dp_sc_table th{
		min-width: 70px;
	}
	.single-article table.dp_sc_table td,
	.mceContentBody table.dp_sc_table td{
		min-width: 100px;
	}
	
	
	.symptom-listbox > .items{
		margin-bottom: 30px;
	}
	.symptom-listbox > .items a{
		display: block;
	}
	
	
	.staff-listbox{
	}
	.staff-listbox > .items{
		margin-bottom: 40px;
		text-align: center;
	}
	.staff-listbox > .items .image{
		width: 230px;
		margin: 0 auto 10px;
	}
	.staff-listbox > .items .image.notimg{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.staff-listbox > .items .prifilebox{
		display: inline-block;
		text-align: left;
	}
	
	
	.dp_sc_tab_ul{
		display: flex;
		flex-wrap: wrap;
		align-content: stretch;
		margin-right: -20px;
		margin-left: -20px;
		margin-bottom: 20px;
	}
	.dp_sc_tab_ul > li{
		min-width: 33.33333%;
	}
	.dp_sc_tab_ul > li span{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px 2px;
		color: #000000;
		line-height: 1.5;
		background-color: #DFEAF8;
		border-bottom: 1px solid #1C2C55;
		cursor: pointer;
	}
	.dp_sc_tab_ul > li:nth-child(-n+3) span{
		border-top: 1px solid #1C2C55;
	}
	.dp_sc_tab_ul > li:not(:nth-child(3n)) span{
		border-right: 1px solid #1C2C55;
	}
	.dp_sc_tab_ul > li span:hover,
	.dp_sc_tab_ul > li.dp_sc_active_tab span{
		color: #ffffff;
		background-color: #1C2C55;
	}
	.single-article table{
		display: block;
		/*white-space: nowrap;*/
		overflow: auto;
		max-width: 700px;
	}
	
.staff-listbox > .items .profilecols{
	max-width: 190px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
	
	.membernews-list > li .wrapper{
		display: block;
	}
	.membernews-list > li a.wrapper{
		background-position: 0 6px;
	}
	.membernews-list > li .subbox{
		margin-bottom: 5px;
	}
    
    
    .mapdata-list > li .image-box{
        width: 190px;
        margin: 0 auto 15px;
    }
    
    .maparea-box{
        height: 500px;
    }
    
.map-info{
    padding: 20px 10px;
}
.maparea-box .gm-style .gm-style-iw{
    font-size: 14px !important;
}
	
    .maplist-wrapper .related-tablist{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: stretch;
        text-align: center;
    }
    .maplist-wrapper .related-tablist > li{
		width: 48%;
        margin: 0 0 10px;
    }
    .maplist-wrapper .related-tablist > li:nth-child(odd){
		margin-right: 4%;
    }
    .maplist-wrapper .related-tablist > li a{
        display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
        padding: 10px 20px;
        color: #1c2c55;
        font-size: 93.75%;
        font-weight: bold;
        line-height: 1.5;
        text-decoration:none !important;
        background-color: #eaba97;
    }
    .maplist-wrapper .related-tablist > li.on a,
    .maplist-wrapper .related-tablist > li a:hover{
        color: #eaba97;
        background-color: #1c2c55;
    }
	
	.map-info .hpurl a{
		margin-left: 15px;
		padding-right: 15px;
		padding-left: 30px;
	}
	.map-info .hpurl a:before{
		width: 40px;
		left: -15px;
	}
	.map-info .hpurl a:hover:before{
		width: 45px;
	}
	
	
	.river02-box > .boxr,
	.river02-box > .boxl{
		margin-bottom: 20px;
	}
	.river02-box > .boxr .names,
	.river02-box > .boxl .names{
		font-family: YuGothic, "Yu Gothic medium",'Noto Sans JP';
		font-weight: bold;
		text-align: center;
	}
	.river02-box > .boxr .names .large,
	.river02-box > .boxl .names .large{
		font-size: 150%; /* 24px */
	}

	
	
}