

/* ANCHOR */

/* #content a[href*=".pdf"]:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 26px;
    height: 34px;
    background-image: url("../images/common/anchor-pdf.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 26px auto;
} */

#content a[href*=".doc"]:before,
#content a[href*=".docx"]:before{
}

#content a[href*=".xls"]:before,
#content a[href*=".xlsx"]:before{
}

/* #content a[target="_blank"]:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-image: url("../images/common/anchor-blank.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
} */

.anchor-type01 a{}

#content .btn-type01 a{
	display: inline-block;
	font-size: 112.5%; /* 18px */
	font-weight: bold;
	padding-left: 65px;
	color: #010666;
	letter-spacing: 0.2em;
	text-decoration: none;
	position: relative;
	min-height: 41px;
	box-sizing: border-box;
	padding-top: 3px;
}
.btn-type01 a::before{
	content: '';
	display: inline-block;
	width: 42px;
	height: 41px;
	background-image: url(../images/common/arrow_btn01.png);
	background-repeat: no-repeat;
	background-size: 42px auto;
	background-position: center left;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-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*/
}
/* #content .btn-type01 a[target="_blank"]{
    position: relative;
}
#content .btn-type01 a[target="_blank"]:after{
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 30px;
    padding: 5px 1px;
    background-color: #ffffff;
} */

.btn-type02 a{
	display: inline-block;
	color: #ffffff;
	font-size: 112.5%; /* 18px */
	font-weight: bold;
    padding: 2px 50px 2px 20px;
	background-color: #010666;
	text-decoration: none !important;
	background-image: url("../images/common/arrow_btn02.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	letter-spacing: 0.2em;
	box-sizing: border-box;
}
.btn-type02 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-type03 a{
	display: inline-block;
	color: #ffffff;
	padding-right: 32px;
	line-height: 1.4;
	position: relative;
	min-height: 20px;
	text-decoration: none!important;
}
.btn-type03 a:hover{
	text-decoration: none!important;
}
.btn-type03 a::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	background-image: url(../images/common/arrow_btn03.png);
	background-size: 14px auto;
	background-position: top 8px left;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.btn-type03 a:hover {
	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-type03.co02 a{
	color: #000000;
	transition: all .3s;
}
.btn-type03.co02 a::before{
	transition: all .3s;
	background-color: rgba(0, 0, 0, 0.4);
	background-image: url(../images/common/arrow_btn03_w.png);
}
.btn-type03.co02 a:hover{
	color: #010666;
	font-weight: bold;
	opacity: 1;
}
.btn-type03.co02 a:hover::before{
	background-color: #f0c400;
	opacity: 1;
}

.btn-type04 a{
	display: inline-block;
	color: #010666;
	font-size: 112.5%; /* 18px */
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none!important;
	position: relative;
	padding: 2px 60px 2px 0;
	font-feature-settings: "palt" 1;
}
.btn-type04 a::after{
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #010666;
	background-image: url(../images/common/arrow_btn03_wl.png);
	background-size: 29px auto;
	background-repeat: no-repeat;
	background-position: top 13px left;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY( -50%);
}
.btn-type04 a:hover{
	opacity: 0.6;
}


.btn-type05 a{
	display: inline-block;
	background-color: #f0c400;
	font-size: 112.5%; /* 18px */
	font-weight: bold;
	text-decoration: none!important;
	padding: 13px 20px;
	color: #000000;
	transition: opacity .3s;
}
.btn-type05 a:hover{
	opacity: 0.8;
}

.btn-type06 > a{
	display: flex;
	align-items: center;
	height: 50px;
	color: #000000;
	font-size: 112.5%; /* 18px */
	font-weight: bold;
	letter-spacing: 0.2em;
	background-color: #ffffff;
	padding: 0 70px 0 20px;
	position: relative;
	text-decoration: none!important;
	font-feature-settings: "palt" 1;
	vertical-align: middle;
}
.btn-type06 > a:hover{
	opacity: 0.8;
}
.btn-type06 > a::after{
	content: '';
	display: inline-block;
	width: 50px;
	height: 100%;
	background-color: #010666;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/common/arrow_btn06.png);
	background-size: 35px auto;
	background-repeat: no-repeat;
	background-position: left top 17px;
}

/* #content .btn-type03 a[href*=".pdf"]{
    position: relative;
    padding: 18px 25px 18px 64px;
}
#content .btn-type03 a[href*=".pdf"]:before{
    position: absolute;
    top: 18px;
    left: 18px;
    background-image: url("../images/common/anchor-pdf_w.png");
}
#content .btn-type03 a[href*=".pdf"][target="_blank"]:after{
    display: none;
} */

/* 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-type01 > li{
	position: relative;
	padding-left: 15px;
}
.listmark-type01 > li::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #010666;
	position: absolute;
	top: 10px;
	left: 0;
}


.listmark-rings > li{
	position: relative;
	padding-left: 25px;
	font-size: 112.5%;
	font-weight: bold;
}
.listmark-rings > li::before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/common/icon_rings.png);
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: center;
	position: absolute;
	top: 9px;
	left: 0;
}




.listmark-num{
    counter-reset: my-counter;
    padding: 0;
}
.listmark-num > li{
    padding-left: 40px;
}
.listmark-num > li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #0068b7;
    display: block;
    float: left;
    margin-top: 3px;
    color: #ffffff;
    font-size: 100%;
    font-family: 'Spartan', sans-serif;
	font-family: 'Noto Sans JP';
    letter-spacing: -0.5pt;
    text-indent: -0.5pt;
    line-height: 26px;
    margin-left: -40px;
    text-align: center;
    height: 26px;
    width: 26px;
    border-radius: 50%;
}
.listmark-num > li:after{
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}
.listmark-num.c02 > li:before {
    background-color: #008bd5;
}
.listmark-num.mutual > li:nth-child(odd):before{
    background-color: #8fc31f;
}
.listmark-num.mutual > li:nth-child(even):before{
    background-color: #008bd5;
}
.listmark-num > li.c03:before {
    background-color: #8fc31f;
}
    
    
    .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;
    }



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



/* TEXT */
.rq{
    color: #ff0000;
    font-weight: bold;
}
.rq_s{
    color: #ff0000;
}
.str{
    color: #010666;
    font-weight: bold;
}
.str_s{
    color: #010666;
}
.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%;
}

.note_comtext.ib{
	display: inline-block;
}
.note_comtext{
	padding-left: 1em;
	position: relative;
}
.note_comtext::before{
	content: '※';
	position: absolute;
	top: 1px;
	left: 0;
}

.js-accordion{
	position: relative;
	cursor: pointer;
	transition: opacity .3s;
}
.js-accordion:hover{
	opacity: 0.6;
}
.js-accordion::after{
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.js-accordion::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 3;
}
#content .js-accordion .inner{
	display: block;
	padding-right: 65px;
}
#content .js-accordion .inner::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(-90deg);
	z-index: 3;
	transition: transform .3s;
}

#content .js-accordion.on .inner::before{
	transform: translateY(-50%) rotate(0deg);
}
.js-accordion-box{
	display: none;
}
.js-accordion-box.open{
	display: block;
}


.doc-table_note{
	text-align: right;
}
.doc-table_note .note_comtext{
	font-size: 93.75%;
	display: inline-block;
}


.c_s-lable{
	font-size: 106.25%; /* 17px */
	color: #010666;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 5px;
}

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

.ripple .rp-effect {/*�G�t�F�N�g*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;/*�g��̔Z��*/
  transform: scale(0);
  background: #FFF;/*�g��F*/
  animation: ripple 700ms;
  pointer-events: none; 
}


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


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

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



/* listmark */

.listmark-disc > li{
}



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

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

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

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


/* title-level */

.title-level01{
	text-align: center;
	margin-bottom: 55px;
}
.title-level01 .inner{
	display: inline-block;
	font-size: 150%;
	padding-bottom: 7px;
	font-weight: bold;
	color: #010666;
	position: relative;
	line-height: 1.7;
}
.title-level01 .inner::after{
	content: '';
	display: block;
	width: 102px;
	height: 2px;
	background-color: #f0c400;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX( -50%);
}
.title-level01.type-left{
	text-align: left;
}
.title-level01.type-left .inner::after{
	left: 0;
	transform: none;
}

.title-level01.type-pc_left{
	text-align: left;
}
.title-level01.type-pc_left .inner::after{
	left: 0;
	transform: none;
}

.title-level01.line-color02 .inner::after{
	width: 150px;
	background-color: #cf001b;
}
.title-level01.marg02{
	margin-bottom:  15px;
}
.title-level01.marg03{
	margin-bottom:  35px;
}



.title-level01_type02{
	text-align: center;
	margin-bottom: 20px;
}
.title-level01_type02 .inner{
	display: inline-block;
	font-size: 162.5%; /* 26px */
	font-weight: bold;
	color: #010666;
	background-color: #efefef;
	padding: 6px 0 4px;
	box-sizing: border-box;
	min-width: 200px;
	position: relative;
}
.title-level01_type02 .inner::before{
	content: '';
	display: inline-block;
	width: 200px;
	height: 2px;
    background: linear-gradient( to right, #f0c400 50%, #cf001b 50%) no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}


.title-level02{
	font-size: 125%; /* 20px */
	font-weight: bold;
	color: #010666;
	line-height: 1.6;
	margin-bottom: 15px;
}

.title-level02_type02{
	color: #010666;
	font-size: 150%;
	font-weight: bold;
}

.title-level03{
	font-size: 112.5%; /* 18px */
	font-weight: bold;
	color: #010666;
	line-height: 1.6;
}
.title-level03.co02{
	color: #000000;
}

.title-level04 .inner{
	display: inline-block;
	color: #000000;
	font-weight: bold;
	position: relative;
	padding: 0 3px 4px;
	line-height: 1.5;
}
.title-level04 .inner::after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
}


.title-level05{
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	color: #010666;
}
.title-level05::after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #f0c400;
	position: absolute;
	top: 9px;
	left: 0;
}

.title-level05.size02{
	font-size: 112.5%; /* 18px */
	padding-left: 20px;
}
.title-level05.size02::after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #f0c400;
	position: absolute;
	top: 11px;
	left: 0;
}

.title-level05.co02{
	color: rgba(0, 0, 0, 0.6);
}
.title-level05.co02::after{
	background-color: rgba(0, 0, 0, 0.1);
}


/* box */

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

.colors_box{
	padding: 20px 25px;
	background-color: #efefef;
}

.variable-box{
	display: flex;
}
.variable-box .stretch-box{
	flex: 1;
}
.variable-box .fix-box{
	margin-left: 50px;
}


.variable-box.fix_l .fix-box{
	margin: 0 50px 0 0;
}




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


.faq-box .faq-list> li{
	margin-bottom: 50px;
}
.faq-box .q{
	font-size: 125%; /* 20px */
	font-weight: bold;
	color: #010666;
	position: relative;
	min-height: 50px;
	padding-left: 75px;
	padding-top: 7px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.faq-box .q::before{
	content: 'Q';
	font-size: 150%; /* 30px */
	width: 50px;
	height: 50px;
	color: #ffffff;
	background-color: #010666;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding-bottom: 4px;
}

.faq-box .a{
	min-height: 50px;
	padding-left: 75px;
	position: relative;
}
.faq-box .a::before{
	content: 'A';
	font-size: 187.5%; /* 30px */
	font-weight: bold;
	width: 50px;
	height: 50px;
	color: #ffffff;
	background-color: #f0c400;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}


.colm-w5_box{
	display: flex;
	align-items: flex-start;
}
.colm-w5_box .text-box{
	flex: 1;
}
.colm-w5_box .image-box{
	width: 500px;
	margin-left: 50px;
}


.excited_box{
	background-color: #efefef;
	padding: 20px 0;
	box-sizing: border-box;
	position: relative;
}
.excited_box::before{
	content: '';
	display: inline-block;
	width: 240px;
	height: 2px;
	background: linear-gradient( to right, #f0c400 50%, #cf001b 50%) no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.excited_box .exc_title{
	text-align: center;
	font-size: 162.5%; /* 26px */
	font-weight: bold;
	color: #010666;
	margin-bottom: 20px;
	padding: 0 40px;
}
.excited_box .exc_sub_title{
	color: #000000;
	font-size: 137.5%;
	font-weight: bold;
}
.excited_box .exc_box{
	padding: 20px 40px 0;
	position: relative;
}
.excited_box .exc_box::before{
	content: '';
	display: inline-block;
	width: 102px;
	height: 2px;
	background-color: #f0c400;
	position: absolute;
	top: 0;
	left: 0;
}


.staff-box .one-block{
	padding-top: 50px;
}
.staff-box .one-block.lay02 .item:not(:nth-child(3n)){
	margin-right: 45px;
}
.staff-box .one-block.lay02 .item{
	width: 290px;
}

.staff-box .one-block .staff-cnt_box{
	display: flex;
	flex-wrap: wrap;
}
.staff-box .one-block .item{
	width: 220px;
	margin-bottom: 75px;
}
.staff-box .one-block:nth-child(even){
	background-color: #efefef;
}
.staff-box .one-block .item:not(:nth-child(3n)){
	margin-right: 150px;
}
.staff-box .one-block .item .posit{
	margin-bottom: 0;
	line-height: 1.4;
}
.staff-box .one-block .item .name{
	font-size: 162.5%; /* 26px */
	margin-bottom: 0;
	line-height: 1.4;
}
.staff-box .one-block .item .en_name{
	font-size: 112.5%;
	font-weight: bold;
	color: #f0c400;
}


	/* 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 */
table.type01 thead .space{
	background-color: transparent;
}
table.type01 thead th{
	box-sizing: border-box;
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
	padding: 2px 20px;
	border-right: 1px solid #fff;
}
table.type01 tbody th{
	box-sizing: border-box;
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
	padding: 15px 25px;
}
table.type01 tbody td{
	box-sizing: border-box;
	padding: 15px 20px;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
table.type01 tbody td .space{
	display: inline-block;
	transform: scaleX(1.5);
}

table.type01 tbody tr:not(:last-of-type) th{
	border-bottom: 1px solid #ffffff;
}
table.type01 tbody tr td:last-of-type{
	border-right: none;
}


/* lay02 */
table.type01.lay02 thead th{
	padding: 5px 20px;
}
table.type01.lay02 tbody td {
	padding: 7px 20px;
}
table.type01.lay02 tbody tr td:first-of-type{
	border-left: 1px solid #efefef;
}
table.type01.lay02 tbody tr td:last-of-type{
	border-right: 1px solid #efefef;
}

/* TYPE02 2�J���� */


/* TYPE03 �����J���� */



.medical-table tbody th{
	width: 130px;
}
.medical-table tbody th.text_two{
	letter-spacing: 1em;
	text-indent: 0.9em;
}
.medical-table tbody td{
	width: 140px;
	text-align: center;
}
.medical-table tbody .text_line02{
	display: inline-block;
	line-height: 1.55;
}

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



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



	/* 250108 */
	figure.c_image-box{
		margin: 0;
	}
	figure.c_image-box.lay_center{
		text-align: center;
	}
}

@media only screen and (max-width: 750px) {
	
/* COMMON */
#content .js-accordion .inner{
	display: block;
	padding-right: 50px;
}
.js-accordion::after{
	width: 35px;
	height: 35px;
}
.js-accordion::before{
	right: 9px;
	width: 17px;
	height: 2px;
}
#content .js-accordion .inner::before{
	right: 9px;
	width: 17px;
	height: 2px;
}

/* ANCHOR */

#content a[href$=".pdf"]:before{
}

#content a[href$=".doc"]:before,
#content a[href$=".docx"]:before{
}

#content a[href$=".xls"]:before,
#content a[href$=".xlsx"]:before{
}

.anchor-type01 a{
}

#content .btn-type01 a{
	min-height: 35px;
	padding-left: 52px;
	padding-top: 0px;
}
.btn-type01 a::before{
	width: 35px;
	height: 35px;
	background-size: 35px auto;
}

.btn-type04 a::after{
	margin-left: 25px;
}

.btn-type06 > a{
	display: inline-block;
	padding: 4px 55px 4px 15px;
	height: 40px;
}
.btn-type06 > a::after{
	width: 40px;
	height: 100%;
	background-size: 30px auto;
	background-position: top 14px left;
}


.doc-table_note .note_comtext{
	font-size: 87.5%;
	display: inline-block;
}


/* BTN */

/* listmark */

.listmark-disc > li{
}


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

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

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

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

.listmark-num{
    counter-reset: my-counter;
    padding: 0;
}
.listmark-num > li{
    padding-left: 25px;
}
.listmark-num > li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #44b034;
    display: block;
    float: left;
    margin-top:3px;
    color: #ffffff;
    font-size: 80%;
    letter-spacing: -0.5pt;
    text-indent: -0.5pt;
    line-height: 20px;
    margin-left: -30px;
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.listmark-num > li:after{
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}


/* title-level */

.title-level01{
	text-align: center;
	margin-bottom: 40px;
}
.title-level01 .inner{
	display: inline-block;
	font-size: 150%;
	padding-bottom: 7px;
	font-weight: bold;
	color: #010666;
	position: relative;
	line-height: 1.7;
}
.title-level01 .inner::after{
	content: '';
	display: block;
	width: 102px;
	height: 2px;
	background-color: #f0c400;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX( -50%);
}
.title-level01.type-left{
	text-align: left;
}
.title-level01.type-left .inner::after{
	left: 0;
	transform: none;
}


.title-level01.line-color02 .inner::after{
	width: 150px;
	background-color: #cf001b;
}
.title-level01.marg02{
	margin-bottom: 15px;
}
.title-level01.marg03{
	margin-bottom: 30px;
}



.title-level01_type02{
	text-align: center;
	margin-bottom: 30px;
}
.title-level01_type02 .inner{
	display: inline-block;
	font-size: 162.5%; /* 26px */
	font-weight: bold;
	color: #010666;
	background-color: #efefef;
	padding: 5px 0 3px;
	box-sizing: border-box;
	min-width: 200px;
	position: relative;
}
.title-level01_type02 .inner::before{
	content: '';
	display: inline-block;
	width: 200px;
	height: 2px;
    background: linear-gradient( to right, #f0c400 50%, #cf001b 50%) no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}



.title-level02{
	font-size: 125%; /* 20px */
	font-weight: bold;
	color: #010666;
	line-height: 1.6;
}


.title-level02_type02{
	color: #010666;
	font-size: 150%;
	font-weight: bold;
}



.title-level03{
	font-size: 112.5%; /* 18px */
	font-weight: bold;
	color: #010666;
	line-height: 1.6;
}
.title-level03.co02{
	color: #000000;
}

.title-level04 .inner{
	display: inline-block;
	color: #000000;
	font-weight: bold;
	position: relative;
	padding: 0 3px 4px;
	line-height: 1.5;
}
.title-level04 .inner::after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.title-level05{
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	color: #010666;
}
.title-level05::after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #f0c400;
	position: absolute;
	top: 9px;
	left: 0;
}

.title-level05.size02{
	font-size: 112.5%; /* 18px */
	padding-left: 20px;
}
.title-level05.size02::after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #f0c400;
	position: absolute;
	top: 11px;
	left: 0;
}

.title-level05.co02{
	color: rgba(0, 0, 0, 0.6);
}
.title-level05.co02::after{
	background-color: rgba(0, 0, 0, 0.1);
}



/* box */

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

.colors_box{
	padding: 10px 25px;
	background-color: #efefef;
}

.variable-box .stretch-box{
	margin-bottom: 20px;
}


.variable-box.fix_l {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.variable-box.fix_l .stretch-box{
	order: 1;
}
.variable-box.fix_l .fix-box{
	order: 2;
}


.variable-box.sp_imgup{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.variable-box.sp_imgup .fix-box{
	order: 1;
	margin: 0 0 20px 0;
}
.variable-box.sp_imgup .stretch-box{
	order: 2;
	margin: 0;
}



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



.faq-box .faq-list> li{
	margin-bottom: 40px;
}
.faq-box .q{
	font-size: 125%; /* 20px */
	font-weight: bold;
	color: #010666;
	position: relative;
	min-height: 45px;
	padding-left: 65px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.faq-box .q::before{
	content: 'Q';
	font-size: 140%; /* 28px */
	width: 45px;
	height: 45px;
	color: #ffffff;
	background-color: #010666;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 5px;
	left: 0;
	box-sizing: border-box;
	padding-bottom: 3px;
}

.faq-box .a{
	min-height: 45px;
	padding-left: 65px;
	position: relative;
}
.faq-box .a::before{
	content: 'A';
	font-size: 187.5%; /* 30px */
	font-weight: bold;
	width: 45px;
	height: 45px;
	color: #ffffff;
	background-color: #f0c400;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}


.colm-w5_box .text-box{
	margin-bottom: 20px;
}


.excited_box{
	background-color: #efefef;
	padding: 20px 0;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.excited_box::before{
	content: '';
	display: inline-block;
	width: 220px;
	height: 2px;
	background: linear-gradient( to right, #f0c400 50%, #cf001b 50%) no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.excited_box .exc_title{
	text-align: center;
	font-size: 162.5%; /* 26px */
	font-weight: bold;
	color: #010666;
	margin-bottom: 20px;
	padding: 0 20px;
}
.excited_box .exc_sub_title{
	color: #000000;
	font-size: 137.5%;
	font-weight: bold;
}
.excited_box .exc_box{
	padding: 20px 20px 0;
	position: relative;
}
.excited_box .exc_box::before{
	content: '';
	display: inline-block;
	width: 102px;
	height: 2px;
	background-color: #f0c400;
	position: absolute;
	top: 0;
	left: 0;
}



.staff-box .one-block{
	padding: 35px 0;
}

.staff-box .one-block:nth-child(even){
	background-color: #efefef;
}
.staff-box .one-block .item{
	text-align: center;
	margin-bottom: 60px;
}
.staff-box .one-block .item:last-of-type{
	margin: 0;
}
.staff-box .one-block .item .image{
	width: 200px;
	margin: 0 auto 15px;
	line-height: 0;
}
.staff-box .one-block .item .posit{
	margin-bottom: 0;
	line-height: 1.4;
}
.staff-box .one-block .item .name{
	font-size: 162.5%; /* 26px */
	margin-bottom: 0;
	line-height: 1.4;
}
.staff-box .one-block .item .en_name{
	font-size: 112.5%;
	font-weight: bold;
	color: #f0c400;
}

.staff-box .one-block.lay02 .item .image{
	width: 250px;
}



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

/* table */

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


/* table */

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

.tscroller{
	overflow: auto;
}
.tscroller table {
    width: auto !important;
    min-width: 450px;
    border-collapse: separate;
}

/* TABLE */



/* TYPE01 */


table.type01 thead .space{
	background-color: transparent;
}
table.type01 thead th{
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
	padding: 2px 10px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
table.type01 tbody th{
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
	padding: 10px 15px;
	box-sizing: border-box;
}
table.type01 tbody td{
	padding: 10px 10px;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
}
table.type01 tbody td .space{
	display: inline-block;
	transform: scaleX(1.5);
}

table.type01 tbody tr:not(:last-of-type) th{
	border-bottom: 1px solid #ffffff;
}
table.type01 tbody tr td:last-of-type{
	border-right: none;
}


/* lay02 */
table.type01.lay02 thead th{
	padding: 5px 10px;
}
table.type01.lay02 tbody td {
	padding: 7px 10px;
}
table.type01.lay02 tbody tr td:first-of-type{
	border-left: 1px solid #efefef;
}
table.type01.lay02 tbody tr td:last-of-type{
	border-right: 1px solid #efefef;
}

/* TYPE02 2�J���� */

/* TYPE03 �����J���� */

.tscroller .medical-table {
	min-width: 600px;
	font-size: 93.75%;
}
table.medical-table tbody th{
	width: 45px;
	padding: 10px 5px;
}
table.medical-table tbody td{
	width: 90px;
	text-align: center;
}
table.medical-table tbody td .str{
	display: inline-block;
	line-height: 1.4;
}



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


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


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

.ripple .rp-effect {/*�G�t�F�N�g*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;/*�g��̔Z��*/
  transform: scale(0);
  background: #FFF;/*�g��F*/
  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);
  }
}

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




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

	
	/* 250108 */
	figure.c_image-box{
		margin: 0;
	}
	figure.c_image-box.lay_center{
		text-align: center;
	}
}