@charset "UTF-8";

.mceContentBody strong:not([class]),
#content strong:not([class]){
	font-weight: bold;
}

.mceContentBody em:not([class]),
#content em:not([class]){
	font-style: italic;
    font-weight: inherit;
}

/* ANCHOR */

.anchor-type01 a{
	display: inline-block;
    padding-left: 33px;
    color: #000000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 1.5;
	text-decoration: none !important;
	position: relative;
}
.anchor-type01 a:before{
	content: "";
	display: inline-block;
	width: 23px;
	height: 7px;
	background-image: url("../images/common/anchor-type01.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 10px;
	left: 0;
	transition-duration: 0.3s;
}
.anchor-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*/
}

.anchor-rotate a,
.anchor-rotate .inner{
	display: inline-block;
    padding-left: 28px;
    color: #000000;
	font-size: 111%; /* 20px */
	font-family: "Akshar", sans-serif;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	position: relative;
    cursor: pointer;
}
.anchor-rotate a:before,
.anchor-rotate .inner:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../images/common/anchor-rotate.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
    transform: translateY(-50%);
    margin-bottom: -50%;
	transition-duration: 0.3s;
}
.anchor-rotate a:hover,
.anchor-rotate .inner: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 a{
	display: inline-block;
	padding: 12px 25px 12px 40px;
    color: #000000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
    font-weight: bold;
	line-height: 1.5;
	text-decoration: none !important;
	background-color: #dcdddd;
    position: relative;
	border-radius: 30px;
	overflow: hidden;
}
.btn-type01.type_en a{
	font-size: 166.67%; /* 30px */
	font-family: "Akshar", sans-serif;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 0.02em;
}
.btn-type01 a:before{
	content: "";
	display: inline-block;
	width: 23px;
	height: 7px;
	background-image: url("../images/common/anchor-type01.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-bottom: -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*/
}

/* 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;
}
    
.scrolltext{
    font-size: 75%; /* 12px */
    font-weight: bold;
    line-height: 1.5;
	text-align: center;
}

/* listmark */
.listmark-type01 > li,
.listmark-type01 > dt{
	padding-left: 16px;
	position: relative;
}
.listmark-type01 > li:before,
.listmark-type01 > dt:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fe5002;
	position: absolute;
	top: 12px;
	left: 0;
	border-radius: 50%;
}
.listmark-type01.c02 > li:before,
.listmark-type01.c02 > dt:before{
	background-color: #F6BF02;
}
.listmark-type01.c03 > li:before,
.listmark-type01.c03 > dt:before{
	background-color: #9063CD;
}
.listmark-type01.c04 > li:before,
.listmark-type01.c04 > dt:before{
	background-color: #FF3EB5;
}
.listmark-type01.dtbold > dt{
	font-weight: bold;
}

.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;
}
.listmark-disc.dtlarge > dt{
	font-size: 112.5%; /* 18px */
}

.mce-content-body ol:not([class]) > li,
#content ol:not([class]) > li,
.listmark-decimal > li{
	list-style:decimal;
	margin-left:30px;
}
.listmark-indent > li {
    padding-left: 1em;
    text-indent: -1em;
}

/* NUMBOX */
.title-numbox{
    counter-reset: title-counter;
    padding: 0;
}
.title-numbox > .numbox{
    counter-increment: title-counter;
    padding-left: 30px;
}
.title-numbox > .numbox:not(:last-child){
	margin-bottom: 40px;
}
.title-numbox > .numbox > .titles{
    margin-bottom: 5px;
    margin-left: -30px;
    padding-left: 30px;
	position: relative;
}
.title-numbox > .numbox > .titles:before {
    content: counter(title-counter, decimal-leading-zero);
    background-color: #78BE5A;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
	font-weight: 500;
    letter-spacing: -0.5pt;
    text-indent: -0.5pt;
    line-height: 1.1;
    text-align: center;
    height: 22px;
    width: 22px;
    border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0;
}

.circle-numlist{
    counter-reset: circle-counter;
    padding: 0;
}
.circle-numlist > dt{
    counter-increment: circle-counter;
    display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
	width: 200px;
	height: 200px;
    padding: 10px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-sizing: border-box;
}
.circle-numlist:not(.type_vt) > dt:nth-of-type(3n+1){
	background: linear-gradient(135deg,#fade7e 10%, #f7c928 30%);
}
.circle-numlist:not(.type_vt) > dt:nth-of-type(3n+2){
	color: #ffffff;
	background: linear-gradient(135deg,#c6afe5 10%, #9063cd 30%);
}
.circle-numlist:not(.type_vt) > dt:nth-of-type(3n){
	color: #ffffff;
	background: linear-gradient(135deg,#ff8bd3 10%, #ff3eb5 30%);
}
.circle-numlist > dt:before {
    content: counter(circle-counter, decimal-leading-zero);
	display: block;
	margin-bottom: 10px;
    font-size: 166.67%; /* 30px */
    font-family: "Akshar", sans-serif;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 0.02em;
    text-indent: 0.02em;
    text-align: center;
}
.circle-numlist > dt p:last-child{
	margin-bottom: 0;
}
.circle-numlist .list{
	margin-bottom: 0;
}
.circle-numlist .list > li{
	font-size: 105.56%; /* 19px */
}
.circle-numlist .list > li:not(:last-child){
	margin-bottom: 5px;
}
.circle-numlist.type_vt{
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, auto);
	justify-content: center;
	gap: 75px 15px;
}
.circle-numlist.type_vt > dt{
	width: 310px;
	height: 310px;
	background-image: none;
	position: relative;
}
.circle-numlist.type_vt > dt:nth-of-type(3n+1){
	background-color: #fbe59a;
}
.circle-numlist.type_vt > dt:nth-of-type(3n+2){
	background-color: #ffc2a6;
}
.circle-numlist.type_vt > dt:nth-of-type(3n){
	background-color: #d3c1eb;
}
.circle-numlist.type_vt > dt:before{
	margin-bottom: 20px;
}
.circle-numlist.type_vt > dt:after{
	content: "";
	display: block;
	width: 39px;
	height: 39px;
	background-image: url("../images/common/arrow-type01.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: -59px;
	left: 0;
	margin: auto;
	transform: rotate(90deg);
}
.circle-numlist.type_vt > dt .titles{
	margin-bottom: 10px;
}
.circle-numlist > dd .circle{
    display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
	width: 310px;
	height: 310px;
    padding: 10px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-sizing: border-box;
}
.circle-numlist > dd:nth-of-type(3n+1) .circle{
	background: linear-gradient(135deg,#fade7e 10%, #f7c928 30%);
}
.circle-numlist > dd:nth-of-type(3n+2) .circle{
	color: #ffffff;
	background: linear-gradient(135deg,#fea67e 10%, #fe6a28 30%);
}
.circle-numlist > dd:nth-of-type(3n) .circle{
	color: #ffffff;
	background: linear-gradient(135deg,#c6afe5 10%, #a17ad4 30%);
}
.circle-numlist .text{
	font-weight: bold;
}
.circle-numlist > dd .circle p:last-child{
	margin-bottom: 0;
}
.circle-numlist > dd .circle .text{
	line-height: 1.83;
}


/* 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;
    padding: 5px 12px;
    color: #000000;
    font-size: 87.5%;
    font-weight: bold;
    text-decoration: none !important;
    line-height: 1.5;
	border: 1px solid #000000;
}
.pagenavi-box .wp-pagenavi a:hover,
.pagenavi-box .wp-pagenavi span.current {
	color: #ffffff;
    background-color: #000000;
}



/* TEXT */
.rq{
    color: #ff0000;
    font-weight: bold;
}
.rq_s{
    color: #ff0000;
}
.str{
    color: #fe5002;
    font-weight: bold;
}
.str_s{
    color: #fe5002;
}
.str02{
    color: #9063cd;
    font-weight: bold;
}
.str02_s{
    color: #9063cd;
}
.small{
    font-size: 87.5%;
}
.small02{
    font-size: 75%;
}
.large{
    font-size: 106.25%;
}
.large02{
    font-size: 112.5%;
}
.large03{
    font-size: 125%;
}

.caption{
	max-width: fit-content;
	margin-right: auto;
	margin-left: auto;
    line-height: 1.5;
}
.caption_left{
	max-width: fit-content;
	margin-right: auto;
    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;
    padding-bottom: 25px;
    font-size: 177.78%; /* 32px */
    font-weight: bold;
    line-height: 1.5;
    position: relative;
}
.title-level01{
	text-align: center;
}
.mceContentBody h2:not([class]):before,
#content h2:not([class]):before,
.title-level01:before{
    content: "";
    display: block;
	width: 200px;
    height: 4px;
	background: linear-gradient(90deg,#f6bf02 25%, #fe5002 25%, #fe5002 50%, #9063cd 50%, #9063cd 75%, #ff3eb5 75%);
    position: absolute;
    bottom: 0;
    left: 0;
	margin: auto;
}
.title-level01:before{
	right: 0;
}
.title-level01.mbplus{
	margin-bottom: 50px;
}
.title-level01.lsplus{
    letter-spacing: 0.5em;
	text-indent: 0.5em;
}
.title-level01.left{
    text-align: left;
}
.title-level01.left:before{
	right: auto;
}
.mceContentBody h3:not([class]),
#content h3:not([class]),
.title-level02{
	margin-bottom: 20px;
    font-size: 133.3%; /* 24px */
    font-weight: bold;
    line-height: 1.7;
}
.title-level02.mbplus{
	margin-bottom: 30px;
}
.title-level02.type_s{
    font-size: 122.2%; /* 20px */
}
.mceContentBody h4:not([class]),
#content h4:not([class]),
.title-level03{
	margin-bottom: 10px;
    font-size: 111%; /* 20px */
    font-weight: bold;
    line-height: 1.5;
}
.mceContentBody h5:not([class]),
#content h5:not([class]),
.title-level04{
	margin-bottom: 5px;
    font-size: 105.56%; /* 19px */
    font-weight: bold;
    line-height: 1.5;
}
.mceContentBody h6:not([class]),
#content h6:not([class]),
.title-level05{
	margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.5;
}
.title-level02.lsplus,
.title-level03.lsplus,
.title-level04.lsplus,
.title-level05.lsplus{
    letter-spacing: 0.5em;
}
.title-en{
	margin-bottom: 30px;
	font-size: 333.33%; /* 60px */
	font-family: "Akshar", sans-serif;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 0.005em;
	text-indent: 0.005em;
    text-align: center;
}
.title-en.left{
	text-indent: 0;
	text-align: left;
}
.title-mark{
	margin-bottom: 5px;
    padding-left: 20px;
    font-size: 111%; /* 20px */
    font-weight: bold;
    line-height: 1.5;
    position: relative;
}
.title-mark:before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #fe5002;
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 50%;
}

/* BOX */
.half-box .image,
.tri-box .image,
.river-box .image,
.variable-box .image,
.freecol-box .image{
	margin-bottom: 0;
    line-height: 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: 10px;
}
.bd-box,
.bd_grad-box,
.rq-box,
.w-box,
.box-type01{
    padding: 20px 30px;
	box-sizing: border-box;
}
.bd-box{
    border: 1px solid #623713;
}
.rq-box{
    border: 1px solid #ff0000;
}
.w-box{
    background-color: #ffffff;
}
.box-type01{
    background-color: #eaf7fc;
}
.box-type01.c02{
    background-color: #e7faf8;
}

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

.secheadtext{
	margin-bottom: 30px;
}
.secheadtext_s{
	margin-bottom: 20px;
}
.secheadtext_l{
	margin-bottom: 60px;
    font-size: 133.3%; /* 24px */
    font-weight: bold;
    line-height: 1.7;
}
.mb1em_p > p:not(:last-child){
	margin-bottom: 1em;
}
.mbplus_p > p:not(:last-child){
	margin-bottom: 1.75em;
}
.mb1em_p.type_em > p,
.mbplus_p.type_em > p{
    font-size: 133.3%; /* 24px */
    font-weight: bold;
    line-height: 1.7;
}

.cautiontext{
	padding-left: 1em;
	text-indent: -1em;
}

.bln_set{
	position: relative;
}
.bln_set .bln{
	position: absolute;
}


/* NEWS */
.news-list{
	margin-bottom: 40px;
}
.news-list > li{
    line-height: 1.5;
    position: relative;
    overflow: hidden;
}
.news-list > li:not(:last-child){
	margin-bottom: 20px;
}
.news-list > li .titlebox{
    position: relative;
}
.news-list > li .cat{
	display: inline-block;
    margin-bottom: 0;
}
.news-list > li .cat .inner{
	display: inline-block;
	width: 160px;
    margin: 0 8px 0 0;
	padding: 8px 12px;
    color: #000000;
	font-size: 77.78%; /* 14px */
    font-weight: bold;
	text-align: center;
	background-color: #ffc2a6;
	border-radius: 30px;
	box-sizing: border-box;
}
.news-list > li .cat a{
	text-decoration: none !important;
}
.news-list > li .cat.research .inner{
	background-color: #fe9667;
}
.news-list > li .cat.research .inner{
	background-color: #fad967;
}
.news-list > li .cat.other .inner{
	background-color: #bca1e1;
}
.news-list > li .cat a:hover{
	opacity: 0.6;
}
.news-list > li .dates{
	display: inline-block;
	vertical-align: baseline;
    margin-bottom: 0;
	padding-top: 6px;
	font-size: 88.89%; /* 16px */
    font-weight: bold;
}
.news-list > li .titles{
    margin-bottom: 0;
    font-weight: bold;
    overflow: hidden;
}
.news-list > li .titles a{
	color: #000000;
}
.news-list > li .titles a:hover{
	opacity: 0.6;
}
.news-list > li .textbox{
    overflow: hidden;
}
.news-box .btn{
	text-align: center;
}
.news-list > li .editlink a{
	padding: 4px 10px 4px 25px;
}
.news-list > li .editlink a:before{
	width: 18px;
}
.news-list > li .editlink{
    position: absolute;
    top: 0;
    right: 0;
	z-index: 1;
}
.news-list > li:has(.editlink){
    position: relative;
}

/* ARTICLE */
.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 */
}
.article-singlebox .titlebox .titles a{
	color: #000000;
}
.article-singlebox .titlebox .titles a:hover{
    opacity: 0.6;
}
.article-singlebox .titlebox .property{
	text-align: center;
}
.article-singlebox .titlebox .dates{
	display: inline-block;
	margin-bottom: 0;
	font-size: 87.5%; /* 14px */
    font-weight: bold;
}
.article-singlebox .contbox{
	overflow: hidden;
}
.article-singlebox .titlebox .cat{
	display: inline-block;
    margin-bottom: 0;
}
.article-singlebox .titlebox .cat .inner{
	display: inline-block;
	width: 160px;
    margin: 0 8px 0 0;
	padding: 8px 12px;
    color: #000000;
	font-size: 77.78%; /* 14px */
    font-weight: bold;
	text-align: center;
	background-color: #ffc2a6;
	border-radius: 30px;
	box-sizing: border-box;
}
.article-singlebox .titlebox .cat a{
	text-decoration: none !important;
}
.article-singlebox .titlebox .cat.research .inner{
	background-color: #fe9667;
}
.article-singlebox .titlebox .cat.research .inner{
	background-color: #fad967;
}
.article-singlebox .titlebox .cat.other .inner{
	background-color: #bca1e1;
}
.article-singlebox .titlebox .cat a:hover{
	opacity: 0.6;
}
.article-singlebox .titlebox .cat:not(:last-child),
.article-singlebox .titlebox .dates:not(:last-child){
	margin-right: 10px;
}
.toback{
	text-align: center;
}

/* EDITLINK */
.editlink{
	text-align: right;
}
.editlink a{
	font-size: 87.5%; /* 14px */
}
.editlink.anchor-type01 a{
	padding-left: 22px;
}
.editlink.anchor-type01 a:before{
    width: 17px;
	top: 7px;
}

/* NAMEBOX */
.namebox{
    font-weight: bold;
    line-height: 1.5;
}
.nametext{
	margin-bottom: 5px;
}
.nametext .name,
.nametext .name_en,
.nametext .status{
    display: inline-block;
    vertical-align: baseline;
}
.namebox .aff{
    margin-bottom: 8px;
    font-size: 111%; /* 20px */
}
.namebox .status{
    margin-bottom: 8px;
    font-size: 111%; /* 20px */
}
.nametext .status{
    margin-bottom: 0;
}
.namebox .name{
    font-size: 177.78%; /* 32px */
}
.nametext .name:not(:last-child){
	margin-right: 5px;
}
.namebox .name_en{
    font-size: 177.78%; /* 32px */
	font-family: "Akshar", sans-serif;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 0.02em;
}


/* IMAGE_SHADOW */
.image_shadow{
    margin-bottom: 40px;
    line-height: 0;
    text-align: center;
}
.image_shadow img{
    display: inline-block;
    box-shadow: 18px 18px 0px 0px #FFC5E9;
}
.image_shadow.c02 img{
    box-shadow: 18px 18px 0px 0px #F6BF02;
}
.image_shadow.c03 img{
    box-shadow: 18px 18px 0px 0px #FE5002;
}


/* IMAGE-WRAPPER */
.image-wrapper .image{
	margin-bottom: 0;
	text-align: center;
}


@media print, all and (min-width: 751px) {
	
	.circle-numlist{
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		gap: 60px 40px;
	}
	.circle-numlist.type_vt > dt:before {
		font-size: 222.2%; /* 40px */
	}
	
	/* box */
	.half-box,
	.tri-box,
	.freecol-box{
		display: flex;
	}
	.half-box,
	.tri-box{
		justify-content: space-between;
	}
	.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{
		column-gap: 40px;
	}
	.tri-box{
		column-gap: 30px;
	}
	.freecol-box{
		column-gap: 40px;
	}
    
	.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: 6px;
	}
	
	/* 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.type_shrink{
		column-gap: 40px;
	}

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

	.mce-content-body table[width],
	#content table[width],
	.mce-content-body table[style*="width"],
	#content table[style*="width"]{
        max-width: 100%;
	}

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


    /* NEWS */
	.news-list > li .titlebox{
		display: flex;
		column-gap: 20px;
		margin-bottom: 5px;
	}
	.news-list:not(.notcat) > li .titlebox{
		padding-left: 187px;
	}
	.news-list > li .titles{
        flex: 1;
		padding-top: 3px;
	}
	.news-list > li:has(.editlink) .titles{
        padding-right: 110px;
	}
    .news-list > li .cat{
        position: absolute;
        top: 0;
        left: 0;
    }
	.news-list > li .cat .inner{
		display: block;
	}
	.news-list:not(.notcat) > li .textbox{
		margin-left: 187px;
	}
	
    /* ARTICLE */
	.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;
	}
	


}

@media only screen and (max-width: 750px) {
	
	/* COMMON */
	.secheadtext_l{
		margin-bottom: 50px;
		font-size: 125%; /* 20px */
	}
	.mb1em_p.type_em > p,
	.mbplus_p.type_em > p{
		font-size: 125%; /* 20px */
	}

	/* ANCHOR */
	.anchor-type01 a:before{
		top: 8px;
	}

	/* BTN */
	.btn-type01 a{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.btn-type01.type_en a{
		font-size: 125%; /* 20px */
	}
	
    /* listmark */
	.listmark-type01 > li:before,
	.listmark-type01 > dt:before{
        width: 6px;
        height: 6px;
		top: 12px;
		left: 4px;
	}
	
	.circle-numlist > dt{
		width: 180px;
		height: 180px;
	}
	.circle-numlist:not(.type_vt) > dt{
		margin: 0 auto 15px;
	}
	.circle-numlist > dt:before {
		margin-bottom: 10px;
	}
	.circle-numlist:not(.type_vt) > dd:not(:last-child){
		margin-bottom: 35px;
	}
	.circle-numlist .list > li{
		font-size: 106.25%; /* 17px */
	}
	.circle-numlist.type_vt{
		grid-auto-flow: row;
		grid-template-columns: repeat(2, minmax(auto, 150px));
		justify-content: center;
		gap: 15px 33px;
	}
	.circle-numlist.type_vt > dt{
		width: 100%;
		max-width: 150px;
		height: 0;
		padding: calc( 100% - 5px ) 5px 5px;
		font-size: min( 2.666667vw, 62.5% ); /* 10px */
	}
	.circle-numlist.type_vt > dt:before {
		margin-top: -100%;
		margin-bottom: 5px;
		font-size: 200%; /* 20px */
	}
	.circle-numlist.type_vt > dt:after{
		width: 18px;
		height: 18px;
		top: 0;
		right: -26px;
		bottom: 0;
		left: auto;
		transform: rotate(0);
	}
	.circle-numlist.type_vt > dd{
		width: 100%;
	}
	.circle-numlist.type_vt > dd .circle{
		width: 100%;
		max-width: 150px;
		height: 0;
		padding: 100% 5px 0;
		font-size: min( 2.666667vw, 62.5% ); /* 10px */
	}
	.circle-numlist.type_vt > dd .circle > *:first-child{
		margin-top: -100%;
	}
	.circle-numlist.type_vt > dt .titles{
		margin-bottom: 5px;
		font-size: 130%; /* 13px */
	}
	.circle-numlist.type_vt > dd .circle .text{
		font-size: 120%; /* 12px */
	}
	
	
	
	/* TITLE */
	.mceContentBody h2:not([class]),
	#content h2:not([class]),
	.title-level01{
		margin-bottom: 20px;
        padding-bottom: 15px;
		font-size: 150%; /* 24px */
	}
	.mceContentBody h2:not([class]):before,
	#content h2:not([class]):before,
	.title-level01:before{
		width: 150px;
        height: 3px;
	}
	.mceContentBody h3:not([class]),
	#content h3:not([class]),
	.title-level02{
		margin-bottom: 10px;
		font-size: 125%; /* 20px */
	}
	.title-level02.type_s{
		font-size: 118.75%; /* 19px */
	}
	.mceContentBody h4:not([class]),
	#content h4:not([class]),
	.title-level03{
		margin-bottom: 8px;
		font-size: 112.5%; /* 18px */
	}
	.mceContentBody h5:not([class]),
	#content h5:not([class]),
	.title-level04{
		margin-bottom: 5px;
		font-size: 106.25%; /* 17px */
	}
	.mceContentBody h6:not([class]),
	#content h6:not([class]),
	.title-level05{
		font-size: 100%; /* 16px */
	}
	.title-en{
		margin-bottom: 20px;
		font-size: 250%; /* 40px */
	}
    .title-mark{
        padding-left: 18px;
		font-size: 112.5%; /* 18px */
    }
    .title-mark:before{
        width: 12px;
        height: 12px;
    }
    
	/* box */
	.bd-box,
	.rq-box,
	.w-box,
	.box-type01{
		margin-right: -20px;
		margin-left: -20px;
        padding-top: 30px;
        padding-bottom: 30px;
	}
	.bd-box,
	.rq-box{
		border-right: none;
		border-left: none;
	}
    
	.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-box > .image-box,
	.freecol-box.items:has(.image),
	.half-box > .items:has(.image),
	.tri-box > .items:has(.image),
	.river-box > .boxl:has(.image),
	.river-box > .boxr:has(.image){
		padding-right: 17.5px;
		padding-left: 17.5px;
	}
    
    .river-box{
        display: flex;
        flex-direction: column;
    }
	.river-box > .boxl,
	.river-box > .boxr{
        order: 99;
    }
	
	/* 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;
	}


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


    /* NEWS */
	.news-list > li .titlebox{
		margin-bottom: 10px;
	}
	.news-list > li .cat{
		margin-bottom: 10px;
	}
	.news-list > li .cat .inner{
		width: 140px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.news-list > li .dates{
		margin-bottom: 10px;
	}
	
    /* ARTICLE */
    .article-singlebox .titlebox{
        margin-bottom: 20px;
    }
	.article-singlebox .titlebox .titles{
		margin-bottom: 12px;
		font-size: 125%; /* 20px */
	}
	.article-singlebox .titlebox .cat .inner{
		width: 140px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

    /* NAMEBOX */
    .namebox{
        text-align: center;
    }
    .nametext .name_en{
        display: block;
    }
    .namebox .aff{
        font-size: 87.5%; /* 14px */
    }
    .namebox .status{
        font-size: 87.5%; /* 14px */
    }
    .nametext .name{
        font-size: 125%; /* 20px */
    }
    .nametext .name_en{
        font-size: 112.5%; /* 18px */
        text-indent: 0.02em;
    }
    
    
    /* IMAGE_SHADOW */
    .image_shadow{
        margin: 0 10px 30px;
    }
    .image_shadow img{
        box-shadow: 10px 10px 0px 0px #FFC5E9;
    }
    .image_shadow.c02 img{
        box-shadow: 10px 10px 0px 0px #F6BF02;
    }
    .image_shadow.c03 img{
        box-shadow: 10px 10px 0px 0px #FE5002;
    }
    
    /* IMAGE-WRAPPER */
    .image-wrapper{
        overflow: auto;
    }
    .image-wrapper .image img{
        min-width: 540px;
    }
}