

.mceContentBody strong,
#content strong{
	font-weight: bold;
}

.mceContentBody em,
#content em{
	font-style: italic;
}

.image_clip img{
    display: inline-block;
    clip-path: polygon( 
        4.6237% 0%, 
        calc( 100% - 4.6237% ) 0%, 
        100% 7.3551%, 
        100% calc( 100% - 7.3551% ), 
        calc( 100% - 4.6237% ) 100%, 
        4.6237% 100%, 
        0% calc( 100% - 7.3551% ), 
        0% calc( 100% - 4.6237% ) , 
        0% 7.3551% 
    );
}


/* ANCHOR */
.anchor-type01 a{
    display: inline-block;
    padding-left: 20px;
    line-height: 1.5;
    text-decoration: none !important;
	position: relative;
}
.anchor-type01 a:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url("../images/common/anchor-type01.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 0;
}
.anchor-type01 a:hover{
    opacity: 0.6;
}

.anchor-type02 a,
.anchor-type02 .inner{
	display: inline-block;
	min-width: 150px;
	padding-bottom: 14px;
    font-weight: 500;
	text-decoration: none !important;
	line-height: 1.5;
	position: relative;
}
.anchor-type02 a.lsplus{
    letter-spacing: 0.4em;
}
.anchor-type02 a:before,
.anchor-type02 .inner:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #007dac;
	position: absolute;
	right: 0;
	bottom: 3px;
	left: 0;
	margin: auto;
}
.anchor-type02 a:after,
.anchor-type02 .inner:after{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background-color: #007dac;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.anchor-type02 a:hover{
	opacity: 0.6;
}
.anchor-mail a,
.anchor-mail .inner{
    display: inline-block;
    padding-left: 30px;
    font-size: 125%; /* 20px */
    line-height: 1.5;
    text-decoration: none !important;
	position: relative;
}
.anchor-mail a:before,
.anchor-mail .inner:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url("../images/common/anchor-mail.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 0;
}
.anchor-mail a:hover{
    opacity: 0.6;
}

.btn-type01 a{
	display: inline-block;
	padding: 7px 20px;
	color: #ffffff;
	font-size: 112.5%; /* 18px */
	line-height: 1.5;
	text-decoration: none !important;
	background-color: #00426b;
	position: relative;
}
.btn-type01 a .inner{
	display: inline-block;
	padding: 0 68px 0 0;
	position: relative;
}
.btn-type01 a .inner:before{
	content: "";
	width: 50.5px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.btn-type01 a .inner:after{
	content: "";
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.btn-type01 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*/
}
.btn-type01.type_l a{
	padding: 20px 40px;
	font-size: 125%; /* 20px */
    font-weight: bold;
}
.btn-type01.type_l a .inner{
	padding-right: 157px;
}
.btn-type01.type_l a .inner:before{
	width: 108px;
}

/* 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: #00426b;
    font-weight: bold;
}
table th.bold,
table td.bold{
    font-weight: bold;
}
table tr.boldrow th,
table tr.boldrow td{
    font-weight: bold;
}

/* TYPE01 */
.mce-content-body table:not([class]),
#content table:not([class]),
table.type01{
}
.mce-content-body table:not([class]) th,
#content table:not([class]) th,
.mce-content-body table:not([class]) td,
#content table:not([class]) td,
table.type01 th,
table.type01 td{
	vertical-align: middle;
	min-width: 65px;
	padding: 7px 12px;
    font-size: 87.5%; /* 14px */
    border-color: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	line-height: 1.625;
	box-sizing: border-box;
}
.mce-content-body table:not([class]) th + td:last-child,
#content table:not([class]) th + td:last-child,
table.type01 th + td:last-child{
	padding-right: 0;
}
.mce-content-body table:not([class]) th:not(:last-child),
#content table:not([class]) th:not(:last-child),
.mce-content-body table:not([class]) td:not(:last-child),
#content table:not([class]) td:not(:last-child),
table.type01 th:not(:last-child),
table.type01 td:not(:last-child){
	border-right: 1px solid #f2f2f2;
}
.mce-content-body table:not([class]) thead tr:first-child th,
#content table:not([class]) thead tr:first-child th,
.mce-content-body table:not([class]) thead tr:first-child td,
#content table:not([class]) thead tr:first-child td,
.mce-content-body table:not([class]) tbody:first-child tr:first-child th,
#content table:not([class]) tbody:first-child tr:first-child th,
.mce-content-body table:not([class]) tbody:first-child tr:first-child td,
#content table:not([class]) tbody:first-child tr:first-child td,
table.type01 thead tr:first-child th,
table.type01 thead tr:first-child td,
table.type01 tbody:first-child tr:first-child th,
table.type01 tbody:first-child tr:first-child td{
	border-top: 1px solid #f2f2f2;
}
.mce-content-body table:not([class]) thead th,
#content table:not([class]) thead th,
table.type01 thead th{
	text-align: center;
	background-color: #cadbea;
}

/* TYPE02 2カラム */
table.type02 tr:first-child th,
table.type02 tr:first-child td{
	border-top: 1px solid #00426b;
}
table.type02 th,
table.type02 td{
	padding: 10px 20px;
	line-height: 1.625;
	border-color: #00426b;
	border-bottom: 1px solid #00426b;
	box-sizing: border-box;
}
table.type02 th:not(:last-child),
table.type02 td:not(:last-child){
	border-right: 1px solid #00426b;
}
    
.scrolltext{
    font-size: 75%; /* 12px */
    font-weight: 500;
	text-align: center;
}


.listmark-type01 > li{
	padding-left: 16px;
	position: relative;
}
.listmark-type01 > li:before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #00426b;
	position: absolute;
	top: 13px;
	left: 3px;
	border-radius: 50%;
}
.mce-content-body ul:not([class]) > li,
#content ul:not([class]) > li,
.listmark-disc > li,
.listmark-disc > dd{
	padding-left: 16px;
	position: relative;
}
.mce-content-body ul:not([class]) > li:before,
#content ul:not([class]) > li:before,
.listmark-disc > li:before,
.listmark-disc > dd:before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #000000;
	position: absolute;
	top: 16px;
	left: 6px;
	border-radius: 50%;
}
.listmark-disc > dt{
	font-weight: bold;
}
.mce-content-body ol:not([class]) > li,
#content ol:not([class]) > li,
.listmark-decimal > li{
	list-style:decimal;
	margin-left:30px;
}

.listmark-num02{
	counter-reset: num02-counter;
}

.listmark-num02 > li{
    counter-increment: num02-counter;
    padding-left: 2em;
    position: relative;
}
.listmark-num02 > li::before{
    content: counter(num02-counter) '\FF09';
	width: 2em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.listmark-num02 > li:nth-child(n+10){
	padding-left: 2.5em;
}
.listmark-num02 > li:nth-child(n+10)::before{
	width: 2.5em;
}
.listmark-num02 > li:nth-child(n+100){
	padding-left: 3em;
}
.listmark-num02 > li:nth-child(n+100)::before{
	width: 3em;
}

.title-numbox{
    counter-reset: titlenum-counter;
    padding: 0;
}
.title-numbox > .numbox{
    counter-increment: titlenum-counter;
}
.title-numbox > .numbox:not(:last-child){
	margin-bottom: 40px;
}
.title-numbox > .numbox .titles{
	display: flex;
	align-items: flex-start;
}
.title-numbox > .numbox .titles:before {
    content: counter(titlenum-counter) '.\a0';
    display: inline-block;
	vertical-align: baseline;
	flex-basis: 1.5em;
}

.subtitle-numbox{
    counter-reset: subtitlenum-counter;
    padding: 0;
}
.subtitle-numbox > .numbox{
    counter-increment: subtitlenum-counter;
}
.subtitle-numbox > .numbox:not(:last-child){
	margin-bottom: 30px;
}
.subtitle-numbox > .numbox .subtitle{
    padding-left: 25px;
    position: relative;
}
.subtitle-numbox > .numbox .subtitle:before {
    content: counter(subtitlenum-counter);
    display: flex;
    align-items: center;
    justify-content: center;
	width: 20px;
    height: 20px;
    color: #0CC9BC;
	font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 0.75;
    letter-spacing: -0.5pt;
    text-indent: -0.5pt;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0;
    border: 1px solid #0CC9BC;
    border-radius: 50%;
	box-sizing: border-box;
}

.cautiontext{
	padding-left: 1em;
	text-indent: -1em;
}
    
    
    .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 */
.pagenavi-box {
    clear: both;
    margin-top: 30px;
    text-align: center;
}
.pagenavi-box .wp-pagenavi {
    display: inline-block;
    margin: 0 0 10px;
}
.pagenavi-box .wp-pagenavi a,
.pagenavi-box .wp-pagenavi span {
    display: inline-block;
    margin: 0 2px 10px;
    color: #00426b;
    font-size: 87.5%;
    font-weight: bold;
    text-decoration: none !important;
    border: 1px solid #00426b;
    padding: 3px 10px;
}
.pagenavi-box .wp-pagenavi a:hover,
.pagenavi-box .wp-pagenavi span.current {
    color: #ffffff;
    background-color: #00426b;
}



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

.caption{
	max-width: fit-content;
	margin-right: auto; /* 右から左に寄せる */
	margin-left: auto; /* 左から右に寄せる */
    font-size: 87.5%;
    line-height: 1.5;
}
.caption_left{
	max-width: fit-content;
	margin-right: auto; /* 右から左に寄せる */
    font-size: 87.5%;
    line-height: 1.5;
}
.image-centerbox:has(.caption),
.image-centerbox:has(.caption_left),
.variable-box > .image-box:has(.caption),
.variable-box > .image-box:has(.caption_left),
.freecol-box > .items:has(.caption),
.freecol-box > .items:has(.caption_left),
.half-box > .items:has(.caption),
.half-box > .items:has(.caption_left),
.tri-box > .items:has(.caption),
.tri-box > .items:has(.caption_left),
.river-box > .boxl:has(.caption),
.river-box > .boxl:has(.caption_left),
.river-box > .boxr:has(.caption),
.river-box > .boxr:has(.caption_left){
	display: table;
}
.image-centerbox{
	margin-right: auto;
	margin-left: auto;
}
.image-centerbox .caption,
.image-centerbox .caption_left{
	display: table-caption;
	caption-side: bottom;
}
.variable-box > .image-box .caption,
.variable-box > .image-box .caption_left,
.freecol-box > .items .caption,
.freecol-box > .items .caption_left,
.river-box > .boxl .caption,
.river-box > .boxl .caption_left,
.river-box > .boxr .caption,
.river-box > .boxr .caption_left{
	display: table-caption;
	caption-side: bottom;
}

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 */
.mceContentBody h2:not([class]),
#content h2:not([class]),
.title-level01{
	margin-bottom: 40px;
	font-size: 225%; /* 36px */
    font-family: "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.title-level01{
	text-indent: 0.05em;
    text-align: center;
}
.title-level01 .inner{
	display: inline-block;
	padding-bottom: 12px;
	position: relative;
}
.title-level01.lsplus{
    letter-spacing: 0.4em;
	text-indent: 0.4em;
}
.title-level01 .inner:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #00426b;
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	margin: auto;
}
.title-level01 .inner:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #00426b;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.title-level01 .en{
    font-weight: 500;
}
.mceContentBody h3:not([class]),
#content h3:not([class]),
.title-level02{
	margin-bottom: 30px;
	font-size: 187.5%; /* 30px */
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
	text-indent: 0.05em;
    text-align: center;
}
.mceContentBody h4:not([class]),
#content h4:not([class]),
.title-level03{
	margin-bottom: 15px;
	font-size: 150%; /* 24px */
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.title-level03.type_s{
	font-size: 137.5%; /* 22px */
}
.mceContentBody h5:not([class]),
#content h5:not([class]),
.title-level04{
	margin-bottom: 15px;
	font-size: 125%; /* 20px */
    font-weight: bold;
    line-height: 1.5;
}
.mceContentBody h6:not([class]),
#content h6:not([class]),
.title-level05{
	margin-bottom: 5px;
	color: #db7207;
	font-size: 112.5%; /* 18px */
    font-weight: bold;
    line-height: 1.5;
}
.title-level05.type_mark{
	padding-left: 18px;
	position: relative;
}
.title-level05.type_mark:before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #db7207;
	position: absolute;
	top: 9px;
	left: 2px;
	border-radius: 50%;
}
.title-label{
	margin-bottom: 15px;
	font-size: 112.5%; /* 18px */
    font-weight: bold;
    line-height: 1.5;
}
.title-label .inner{
	display: inline-block;
	padding: 8px 20px;
	color: #ffffff;
	background-color: #00426b;
}


.half-box .image,
.tri-box .image,
.river-box .image,
.variable-box .image,
.freecol-box .image{
	margin-bottom: 0;
	text-align: center;
}
.half-box .image:not(:last-child),
.tri-box .image:not(:last-child),
.river-box .image:not(:last-child),
.variable-box .image:not(:last-child),
.freecol-box .image:not(:last-child){
	margin-bottom: 5px;
}


.bd-box{
    padding: 20px;
    border: 1px solid #808ea9;
}
.rq-box{
    padding: 20px;
    border: 1px solid #ff0000;
}
.w-box{
    padding: 20px;
    background-color: #ffffff;
}
.box-type01{
    padding: 20px;
    background-color: #cadbea;
}

.bd-box > p:last-child,
.bd-box > ul:last-child,
.bd-box > ol:last-child,
.rq-box > p:last-child,
.rq-box > ul:last-child,
.rq-box > ol:last-child,
.note-box > p:last-child,
.note-box > ul:last-child,
.note-box > ol:last-child,
.w-box > p:last-child,
.w-box > ul:last-child,
.w-box > ol:last-child,
.box-type01 > p:last-child,
.box-type01 > ul:last-child,
.box-type01 > ol:last-child{
	margin-bottom: 0;
}


.secheadtext{
	margin-bottom: 30px;
}
.secheadtext_s{
	margin-bottom: 20px;
}
.mb1em_p > p:not(:last-child){
	margin-bottom: 1em;
}


.contact_address-box{
    padding: 30px;
}
.contact_address-box .title-address{
    margin-bottom: 30px;
    font-size: 143.75%; /* 23px */
    text-align: center;
}
.contact_address-box .btn{
    margin-bottom: 30px;
    text-align: center;
}
.contact_address-box .mail{
    margin-bottom: 5px;
    text-align: center;
}
.contact_address-box .text{
    line-height: 1.625;
    text-align: center;
}
	

.ajax-box .loading-box{
    display: block;
    height: 130px;
    background-image: url("ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px auto;
}


.anchor-scroll{
	text-align: right;
}
.anchor-scroll .inner{
	display: inline-block;
	font-size: 75%; /* 12px */
}
.anchor-scroll .inner:before,
.anchor-scroll .inner:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
    width: 14px;
    height: 12px;
    background-image: url("../images/common/anchor-type01.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.anchor-scroll .inner:before{
	margin-right: 6px;
    transform: scale(-1, 1);
}
.anchor-scroll .inner:after{
	margin-left: 6px;
}

/* STAFF */
.staff-list:not(:last-child){
	margin-bottom: 90px;
}
.staff-list > li:not(:last-child){
	margin-bottom: 90px;
}
.staff-list > li .image{
	margin-bottom: 0;
	line-height: 0;
	text-align: center;
}
.staff-list > li .status{
	margin-bottom: 15px;
	color: #db7207;
	line-height: 1.5;
}
.staff-list > li .name{
	margin-bottom: 5px;
	font-size: 162.5%; /* 26px */
    font-weight: 500;
	line-height: 1.5;
}
.staff-list > li .name_en{
	margin-bottom: 2px;
    line-height: 1.2;
}
.staff-list > li .name-box{
	margin-bottom: 20px;
}
.staff-list > li .property-list{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 20px;
}
.staff-list > li .property-list > dt{
    min-width: 102px;
	color: #db7207;
    line-height: 1.5;
}
.staff-list > li .property-list > dd{
    line-height: 1.5;
    overflow: hidden;
}

.news-list > li:not(:last-child){
	margin-bottom: 35px;
}

.article-singlebox{
	margin-bottom: 60px;
}
.article-singlebox .titlebox{
	margin-bottom: 30px;
    line-height: 1.4;
}
.article-singlebox .titlebox .titles{
	margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: 150%; /* 24px */
    text-align: left;
    border-bottom: 1px solid #CADBEA;
}
.article-singlebox .titlebox .titles a:hover{
    opacity: 0.6;
}
.article-singlebox .titlebox .property{
	text-align: right;
}
.article-singlebox .titlebox .dates{
	display: inline-block;
	margin-bottom: 0;
	font-size: 87.5%; /* 14px */
}
.article-singlebox .contbox{
	overflow: hidden;
}
.article-singlebox .titlebox .cat-list{
	display: inline-flex;
	align-items: center;
	margin-bottom: 0;
}
.article-singlebox .titlebox .cat-list > li:not(:last-child){
	margin-right: 10px;
}
.article-singlebox .titlebox .cat-list:not(:last-child),
.article-singlebox .titlebox .dates:not(:last-child){
	margin-right: 15px;
}
.toback{
	text-align: center;
}

/* EDITLINK */
.editlink{
	text-align: right;
}
.editlink a{
    font-size: 75%;
}
.editlink.btn-type01 a{
    padding: 3px 10px;
}
.news-list > li:has(.editlink){
    position: relative;
}
.news-list > li .editlink{
    position: absolute;
    top: 0;
    right: 0;
}
.editlink.anchor-type01 a{
    padding-left: 16px;
}
.editlink.anchor-type01 a:before{
    width: 8px;
    height: 16px;
    top: 2px;
}


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

	.half-box,
	.tri-box,
	.freecol-box{
		display: flex;
		justify-content: center;
	}
	.half-box:has(.caption),
	.half-box:has(.caption_left),
	.tri-box:has(.caption),
	.tri-box:has(.caption_left),
	.freecol-box:has(.caption),
	.freecol-box:has(.caption_left){
        align-items: flex-start;
	}
	.half-box.type_vamd,
	.tri-box.type_vamd,
	.freecol-box.type_vamd{
        align-items: center;
	}
	.half-box.type_vabtm,
	.tri-box.type_vabtm,
	.freecol-box.type_vabtm{
        align-items: flex-end;
	}
	.half-box > .items{
		width: 515px;
	}
	.tri-box > .items{
		width: 340px;
	}
	.half-box{
		column-gap: 50px;
	}
	.tri-box{
		column-gap: 30px;
	}
	.freecol-box{
		column-gap: 50px;
	}

    
	.river-box{
		overflow: hidden;
	}
	.river-box > .boxr{
		float:right;
		margin-left:50px;
	}

	.river-box > .boxl{
		float:left;
		margin-right:50px;
	}
	.river-box > .boxl .image,
	.river-box > .boxr .image{
		margin-top: 8px;
	}
	
	/* VARIABLE */
	.variable-box{
		display: flex;
		column-gap: 50px;
	}
	.variable-box > .text-box{
		flex: 1;
	}
	.variable-box.type_rf > .image-box:first-child,
	.variable-box.rf_pc > .image-box:first-child,
	.variable-box.type_rf > .text-box:first-child,
	.variable-box.rf_pc > .text-box:first-child{
		order: 2;
	}
	.variable-box.type_rf > .text-box:nth-child(2),
	.variable-box.rf_pc > .text-box:nth-child(2),
	.variable-box.type_rf > .image-box:nth-child(2),
	.variable-box.rf_pc > .image-box:nth-child(2){
		order: 1;
	}
	.variable-box > .image-box > .image,
	.variable-box > .image-box > table{
		padding-top: 7px;
	}
	
    .fl-contl .bar{
        float:left;
        width:1px;
        height:100px;
    }
    .fl-contr .bar{
        float:right;
        width:1px;
        height:100px;
    }
    .fl-contl .fl-target{
        float: left;
    }
    .fl-contr .fl-target{
        float:right;
    }
    .fl-contl .fl-target,
    .fl-contr .fl-target{
        clear: both;
    }
    
    /* 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;
}

   
    


    


/* table */

	.mce-content-body table[width],
	#content table[width],
	.mce-content-body table[style*="width"],
	#content table[style*="width"]{
		width: auto !important;
	}

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

/* TABLE */

/* TYPE01 */

/* TYPE02 2カラム */

/* TYPE03 複数カラム */
	
	.scrolltext{
		display: none;
	}
    
    
    .contact_address-box .btn a{
        min-width: 663px;
        box-sizing: border-box;
    }
	
	/* STAFF */
	.staff-list > li{
		display: flex;
		column-gap: 67px;
	}
	.staff-list > li .text-box{
		flex: 1;
	}
	.staff-list.col02{
		display: flex;
		flex-wrap: wrap;
		column-gap: 40px;
	}
	.staff-list.col02 > li{
		width: calc( 50% - 20px );
	}
	
	.news-list > li{
		display: flex;
		column-gap: 46px;
	}
	.news-list > li .dates{
		margin-bottom: 0;
	}
	.news-list > li .titles{
		flex: 1;
		margin-bottom: 0;
	}
	
	.article-singlebox .titlebox.col .titles{
		display: flex;
		column-gap: 15px;
	}
	.article-singlebox .titlebox.col .titles .titles_item{
		margin-bottom: 0;
	}
	.article-singlebox .property .property-itemlist:not(:first-child){
		margin-left: 30px;
	}
    
    /* EDITLINK */
    .news-list > li:has(.editlink){
        padding-right: 80px;
    }
	


}

@media only screen and (max-width: 750px) {
    
    /* ANCHOR */
    .anchor-mail a,
    .anchor-mail .inner{
        font-size: 112.5%; /* 18px */
    }

	/* BTN */
	.btn-type01 a{
		font-size: 106.25%; /* 17px */
	}
	.btn-type01 a .inner{
		padding-right: 48px;
	}
	.btn-type01 a .inner:before{
		width: 30.5px;
	}
	.btn-type01.type_l a{
		padding: 15px 20px;
		font-size: 112.5%; /* 18px */
	}
	.btn-type01.type_l a .inner{
		padding-right: 58px;
	}
	.btn-type01.type_l a .inner:before{
		width: 40px;
	}


	/* TITLE */
	.mceContentBody h2:not([class]),
	#content h2:not([class]),
	.title-level01{
		margin-bottom: 30px;
		font-size: 150%; /* 24px */
	}
	.title-level01 .inner{
		padding-bottom: 8px;
	}
	.title-level01 .inner:before{
		bottom: 2px;
	}
	.title-level01 .inner:after{
		width: 5px;
		height: 5px;
	}
	.mceContentBody h3:not([class]),
	#content h3:not([class]),
	.title-level02{
		margin-bottom: 20px;
		font-size: 137.5%; /* 22px */
	}
	.mceContentBody h4:not([class]),
	#content h4:not([class]),
	.title-level03{
		margin-bottom: 15px;
		font-size: 125%; /* 20px */
	}
	.title-level03.type_s{
		font-size: 118.75%; /* 19px */
	}
	.mceContentBody h5:not([class]),
	#content h5:not([class]),
	.title-level04{
		margin-bottom: 10px;
		font-size: 112.5%; /* 18px */
	}
	.mceContentBody h6:not([class]),
	#content h6:not([class]),
	.title-level05{
		font-size: 106.25%; /* 17px */
	}
	.title-level05:before{
		top: 8px;
	}
	.title-label{
		font-size: 106.25%; /* 17px */
	}

	/* box */
	.bd-box,
	.rq-box,
	.note-box,
	.w-box,
	.box-type01,
	.box-type02{
		padding: 20px;
	}
    .indent-box{
        padding-left: 15px;
    }

	.variable-box > .image-box:has(.caption),
	.variable-box > .image-box:has(.caption_left),
	.freecol-box:not(.sp_col02) > .items:has(.caption),
	.freecol-box:not(.sp_col02) > .items:has(.caption_left),
	.half-box > .items:has(.caption),
	.half-box > .items:has(.caption_left),
	.tri-box > .items:has(.caption),
	.tri-box > .items:has(.caption_left),
	.river-box > .boxl:has(.caption),
	.river-box > .boxl:has(.caption_left),
	.river-box > .boxr:has(.caption),
	.river-box > .boxr:has(.caption_left){
		margin-right: auto;
		margin-left: auto;
	}
	.half-box > .items,
	.tri-box > .items,
	.freecol-box > .items,
	.river-box > .boxl,
	.river-box > .boxr{
		margin-bottom: 20px;
	}
	.half-box.sp_mb0 > .items,
	.tri-box.sp_mb0 > .items,
	.freecol-box.sp_mb0 > .items,
	.river-box.sp_mb0 > .boxl,
	.river-box.sp_mb0 > .boxr{
		margin-bottom: 0;
	}
	
	.freecol-box.sp_col02{
		display: flex;
		flex-wrap: wrap;
		gap: 15px 4%;
	}
	.freecol-box.sp_col02:has(.caption),
	.freecol-box.sp_col02:has(.caption_left){
        align-items: flex-start;
	}
	.freecol-box.sp_col02.type_vamd{
		align-items: center;
	}
	.freecol-box.sp_col02.type_vabtm{
		align-items: flex-end;
	}
	.freecol-box.sp_col02 > .items{
		width: 48%;
	}
	.freecol-box.sp_col02 > .items:nth-last-child(-n+2){
		margin-bottom: 10px;
	}

	
	/* VARIABLE */
	.variable-box > .image-box:not(:last-child),
	.variable-box > .text-box:not(:last-child){
		margin-bottom: 20px;
	}
	.variable-box.type_rf,
	.variable-box.rf_sp{
		display: flex;
		flex-direction: column;
	}
	.variable-box.type_rf > .image-box:first-child,
	.variable-box.rf_sp > .image-box:first-child,
	.variable-box.type_rf > .text-box:first-child,
	.variable-box.rf_sp > .text-box:first-child{
		order: 2;
		margin-bottom: 0;
	}
	.variable-box.type_rf > .text-box:nth-child(2),
	.variable-box.rf_sp > .text-box:nth-child(2),
	.variable-box.type_rf > .image-box:nth-child(2)
	.variable-box.rf_sp > .image-box:nth-child(2){
		order: 1;
		margin-bottom: 20px;
	}
	
    .fl-contl .bar,
    .fl-contr .bar{
        display: none;
    }


/* 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%;
}
	table:not([class]):has(td:not(:first-child):not(:last-child)){
		display: block;
		white-space: nowrap;
		overflow: auto;
	}
	
	.mce-content-body table[width],
	#content table[width],
	.mce-content-body table th[width],
	#content table th[width],
	.mce-content-body table td[width],
	#content table td[width],
	.mce-content-body table[style*='width'],
	#content table[style*='width'],
	.mce-content-body table th[style*='width'],
	#content table th[style*='width'],
	.mce-content-body table td[style*='width'],
	#content table td[style*='width']{
		width: inherit !important;
	}
	.mce-content-body table[style*='height'],
	#content table[style*='height'],
	.mce-content-body table th[style*='height'],
	#content table th[style*='height'],
	.mce-content-body table td[style*='height'],
	#content table td[style*='height']{
		height: inherit !important;
	}

/* TYPE01 */

/* TYPE02 2カラム */

/* TYPE03 複数カラム */
	
	.tscroller{
		overflow: auto;
	}
	.tscroller table{
		width: auto !important;
		min-width: 700px;
		border-collapse: separate;
	}
	.tscroller table th,
	.tscroller table td{
		min-width: 65px;
	}
	.tscroller table.resulttable th[scope="row"]{
		min-width: 90px;
	}
	
    table.sp-tblock th,
    table.sp-tblock td{
        display: block;
        padding: 12px;
        border: none;
        border-bottom-width: 1px;
    }
    table.sp-tblock.type02 th,
    table.sp-tblock.type02 td{
        border-bottom: 1px solid #00426b;
    }
	table.sp-tblock.type02 tr:first-child td{
		border-top: none;
	}
    table.sp-tblock td{
        padding-bottom: 25px;
    }
    table.sp-tblock th:not(:last-child),
    table.sp-tblock td:not(:last-child){
        border-right: none;
    }
    table.sp-tblock th + td:last-child{
        padding-right: 10px;
    }
    
    
    .contact_address-box{
        padding: 20px;
    }
    .contact_address-box .title-address{
        margin-bottom: 20px;
		font-size: 131.25%; /* 21px */
    }
    .contact_address-box .btn{
        margin-bottom: 20px;
    }

	/* STAFF */
	.staff-list:not(:last-child){
		margin-bottom: 60px;
	}
	.staff-list > li:not(:last-child){
		margin-bottom: 60px;
	}
	.staff-list > li .image{
		margin-bottom: 15px;
		line-height: 0;
		text-align: center;
	}
	.staff-list > li .image img{
		max-width: 180px;
	}
	.staff-list > li .status{
		margin-bottom: 10px;
		text-align: center;
	}
	.staff-list > li .name{
		font-size: 137.5%; /* 22px */
		text-align: center;
	}
	.staff-list > li .name_en{
		text-align: center;
	}
	.staff-list > li .property-list{
		gap: 15px 10px;
	}
	.staff-list > li .property-list > dt{
		min-width: 80px;
	}
	
	.news-list > li:not(:last-child){
		margin-bottom: 25px;
	}
	.news-list > li .dates{
		margin-bottom: 3px;
	}
	.news-list > li .titles{
		margin-bottom: 0;
	}
	
	.article-singlebox .titlebox .titles{
		margin-bottom: 12px;
		font-size: 125%; /* 20px */
	}
	.article-singlebox .titlebox .titles:last-child{
		margin-bottom: 0;
	}
	.article-singlebox .titlebox .titles:before{
		bottom: 15px;
	}
	.article-singlebox .titlebox.col .titles .titles_item{
		margin-bottom: 5px;
	}
	.article-singlebox .titlebox:has(+ .linkbox){
		margin-bottom: 0;
		padding-bottom: 8px;
		border-bottom: 1px solid #CADBEA;
	}
	.article-singlebox .titlebox.col .titles{
		margin-bottom: 0;
		padding-bottom: 0;
        font-size: 137.5%; /* 22px */
		border-bottom: none;
	}
	.article-singlebox .titlebox.col .titles_item{
		font-size: 125%;
	}
	
}