@charset "utf-8";

.material-icons,
.material-icons-outlined{
	display: inline-block;
	vertical-align: middle;
	color: #072856;
}


/*text
************************************************************************************/
.text{
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.text20{
	padding: 20px;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.text p,
.text20 p{
	padding-bottom:1em;
}
.text p:last-child,
.text20 p:last-child{
	padding-bottom: 0;
}
.text:after,
.text20:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text,
* html .text20{
    height: 1em;
}
.text,
.text20{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .text,
*:first-child+html .text20{
	zoom:1;
}

/*table*/
table.normal{
	border-collapse:separate;
	border-spacing: 5px;
	width: 100%;
	margin: 5px auto 15px auto;
}

table.normal th,table.normal td{
	border-radius: 5px;
	text-align: center;
	padding: 10px 0;
}

table.normal thead th{
	background: rgb(251,194,235);
	background: -moz-linear-gradient(0deg, rgba(251,194,235,1) 0%, rgba(166,193,238,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(251,194,235,1) 0%, rgba(166,193,238,1) 100%);
	background: linear-gradient(0deg, rgba(251,194,235,1) 0%, rgba(166,193,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbc2eb",endColorstr="#a6c1ee",GradientType=1); 
	color: #FFF;
}

table.normal tbody th{
	background: rgb(252,182,159);
	background: -moz-linear-gradient(90deg, rgba(252,182,159,1) 0%, rgba(255,236,210,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(252,182,159,1) 0%, rgba(255,236,210,1) 100%);
	background: linear-gradient(90deg, rgba(252,182,159,1) 0%, rgba(255,236,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb69f",endColorstr="#ffecd2",GradientType=1); 
}

table.normal td{
	background-color: #fff;
	border: 1px solid #eee;
}

/**/
.textCenter{
 text-align:center;
}
.textCenter img{
	max-width: 100%;
	height: auto;
}

.textRight{
 text-align:right;
}
.textLeft{
 text-align:left;
}
.smidashi{
	font-weight: bold;
	font-size: 17px;
	color: #ce4040;
}
.bold{
	font-weight: 700;
}

.red,
.color_red{color:#d80808;}
.color_orange{color:#e5970f;}
.color_green{color:#0db3a9;}
.color_blue{color:#1c2fa1;}

.txt_s{
	font-size: 13px;
}
.txt_xxl{
	font-size: 25px;
}
.txt_xl{
	font-size: 21px;
}
.txt_l{
	font-size: 18px;
}

.inline-b{
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
	padding: 0 !important;
}

img.icon{
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.disnon{display:none;}

/* -- float -- */
.rf10{float:right; margin-left:10px;}
.rf15{float:right; margin-left:15px;}
.lf15{float:left; margin-right:15px;}
.rf{float:right;}
.lf{float:left;}

ul.baselink{}
span.br{}
a.tel{}
span.spbr{}

@media screen and (min-width: 980px) {
span.br{
	display: block;
	text-indent: -9999;
	font-size: 0;
}
a.tel{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000;
}
}
@media screen and (max-width: 979px) {
span.spbr{
	display: block;
	text-indent: -9999;
	font-size: 0;
}
}

@media screen and (max-width: 768px){
.rf10{float:none; margin:10px auto;}
.rf15{float:none; margin:10px auto;}
.lf15{float:none; margin:10px auto;}
.rf{float:none; margin:10px auto;}
.lf{float:none; margin:10px auto;}

img.rf10{float:none; margin:10px auto; display:block; max-width:100%; height:auto;}
img.rf15{float:none; margin:10px auto; display:block; max-width:100%; height:auto;}
img.lf15{float:none; margin:10px auto; display:block; max-width:100%; height:auto;}
img.rf{float:none; margin:10px auto; display:block; max-width:100%; height:auto;}
img.lf{float:none; margin:10px auto; display:block; max-width:100%; height:auto;}

.textCenter img{
	max-width: 100%;
	height: auto;
	width: auto;
	display: block;
	margin: auto;
}

span.spbr{
	display: block;
}

}

.mt10{ margin: 10px 0 0 0; }
.mt15{ margin: 15px 0 0 0; }
.mt20{ margin: 20px 0 0 0; }
.pt15{ padding: 15px 0 0 0; }
.pt20{ padding: 20px 0 0 0; }


/*icon
----------------------------------------------------------------------*/
.link_ar_pink,
.link_ar_black{
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
}
.link_ar_pink{
	background: url("../../img/ar_pink2.svg") no-repeat left .35em;
	-moz-background-size: 13px auto;
	background-size: 13px auto;
}
.link_ar_black{
	background: url("../../img/ar_black.svg") no-repeat left .35em;
	-moz-background-size: 13px auto;
	background-size: 13px auto;
}
.link_ar_pink a,
.link_ar_black a{
	color: #000;
	text-decoration: none;
	display: inline-block;
}
@media screen and (max-width: 768px){
.link_ar_pink,
.link_ar_black{
	font-size: 15px;
}
}

/*button
----------------------------------------------------------------------*/
.btns-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	margin: 50px 0 80px;
}
.btns-box li{
	width: 23%;
	margin: 1%;
}
.btnNormal{
	margin: 1em 0;
}
.btnNormal a,
.btns-box li a{
	margin: 0 3px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	background: #fcb6d6;
	
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	line-height: 50px;
	padding: 0 1.5em;
	vertical-align: middle;
}
.btns-box li a{
	font-size: 14px;
	display: block;
	text-align: center;
}
.btnNormal a img,
.btns-box li a img{
	vertical-align: middle;
	width: 25px;
	height: auto;
	margin: 0 .7em;
}
@media screen and (max-width: 768px){
	.btnNormal a{
		font-size: 15px;
	}

	.btns-box li a{
		font-size: 15px;
	}
}
@media screen and (max-width: 979px) {
	.btns-box li{
		width: 32%;
		margin: .5%;
	}
	.btns-box li a{
		line-height: 1.4;
		padding: .7em 0;
	}
}
@media screen and (max-width: 768px){
	.btns-box li{
		width: 49%;
		margin: .5%;
	}
}

/*list
----------------------------------------------------------------------*/
/*number*/
ul.number{
	list-style-type: decimal;
	margin-left: 1.4em;
}

ul.number li{
	margin: 5px 0;
	background: none;
	padding: 0;
	list-style-type: decimal;
}
/*number circle*/
ol.number{
	counter-reset:number;
	list-style:none;
	margin:0;
	padding:0;
}

ol.number li{
	margin: 0 0 1em 2.5em;
	background: none;
	line-height: 1.7 !important;
	list-style-type: none;
}

ol.number li:before {
	counter-increment: number;
	content: counter(number);
	float: left;
	background: #072856;
	color: #FFF;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	line-height: 1.7 !important;
	margin: 0 7px 0 -1.8em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
ol.number.color_red li:before {
	background: #2980b9;
}



ol.number li p,
ol.number li div{
	overflow: auto;
	zoom: 1;
	margin: 0 !important;
	padding: 0 !important;
}


/**/
ul.square{
	list-style-type: square;
	margin-left: 2.4em;
	margin-top: 5px;
}
ul.square li{
	margin-bottom: 5px;
	background: none;
	padding: 0;
	list-style-type: square;
	width: auto !important;
}
ul.square li p{
	padding: 0;
}

ul.ar_pink li,
a.ar_pink{
	margin: 12px 0;
	padding: 0 0 0 22px;
	width: auto !important;
	background: url("../../img/ar_pink.svg") no-repeat left .25em;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	border: 0;
}

/*square*/
ul.square{
	counter-reset: none;
	list-style-type: square;
	margin-left: 1em;
	margin-top: 5px;
}
ul.square li{
	margin-bottom: 5px;
	background: none;
	padding: 0;
	list-style-type: square;
	width: auto !important;
}

ul.square li p{
	padding: 0;
}

/* まる */
ul.maru{
	list-style-type: none;
	margin: 0 0 0 1.2em;
}
ul.maru li:before{
	margin: 0 7px 0 -1.2em;
	display: marker;
	color:#2faa54;
	content: "●";
	float: left;
}
ul.maru li p{
	overflow: auto;
	zoom: 1;
	padding: 0;
	text-indent:0;
	color:#000;
}
/* 星 */
ul.star{
	list-style-type: none;
	margin: 0 0 0 1.2em;
}
ul.star li:before{
	margin: 0 7px 0 -1.2em;
	display: marker;
	content: "★";
	float: left;
}

/* アスタリスク */
ul.asterisk{
	list-style-type: none;
	margin: 0 0 0 1.2em;
}
ul.asterisk li:before{
	margin: 0 7px 0 -1.2em;
	display: marker;
	content: "※";
	float: left;
}
ul.asterisk li p{
	overflow: auto;
	zoom: 1;
	padding: 0;
	text-indent:0;
}

ul.wide-h li{
	display: inline-block;
	width: 45%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.wide-33 li{
	display: inline-block;
	width: 32%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}


a.pdf{
	background: url(../../img/icon_pdf.svg) no-repeat right 0.1em;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 20px 0 0; 
}
a.word{
	background: url(../../img/common/icon_word.svg) no-repeat left 0.1em;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 0 0 20px; 
}
a.excel{
	background: url(../../img/common/icon_excel.svg) no-repeat left 0.1em;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 0 0 20px; 
}
a.docs{
	background: url("../../img/common/icon_docs.svg") no-repeat left 0.1em;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 0 0 20px; 
}
a.out{
	background: url("../../img/common/icon_outlink.svg") no-repeat right 2px top 0.1em;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 21px 0 0;
}
a.out-white{
	background: url("../../img/common/icon_outlink_white.svg") no-repeat right 2px top 0.1em;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 21px 0 0;
}

ul.icoPdf li a{
	background: url(../../img/common/icon_pdf.svg) no-repeat left 0.1em;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 0 0 23px; 
	margin: 5px 0;
}


ul.inline li,
ol.inline li{
	display: inline-block !important;
	margin: 5px 1.5em 5px 0;
}

img.R5{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.valign_cnter{
	vertical-align: middle !important;
}
img.valign_cnter{
	margin: 0 5px;
}


.imp{
	border-bottom: 1px solid #ea4411;
	color: #ea4411;
}

.nowrap{
	white-space:nowrap;
}

@media screen and (max-width: 768px){
ul.square{
	margin-left: 1em;
}
}
/*clearfix
************************************************************************************/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html .clearfix{
    height: 1em;
}
.clearfix{
    display: block;
}
*:first-child+html .clearfix{
	zoom:1;
}


/*layout parts
----------------------------------------------------------------------*/
.layout_box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	margin: 30px 0;
}
.layout_box.center{
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.layout_box.right{
	-webkit-justify-content: right;
	-ms-flex-pack: right;
	justify-content: right;
}
.layout_box .image{
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
}
.layout_box .image img{
	max-width: 100%;
	height: auto;
}
_:-ms-lang(x)::-ms-backdrop, .layout_box .image img{
	width: 100%;
	height: auto;
}
.box-pd-all{
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.box-pd{
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.box-mr{
	margin: 20px 0;
}
.box-sh{
	box-shadow:0px 0px 10px #ccc;
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
}
.box-line{
	border-right: 1px solid #CCC;
}
.box-boxline{
	border: 1px solid #CCC;
}
.box-item100{
	width: 99%;
	margin: 0.5%;
}
.box-item85{
	width: 84%;
	margin: 0.5%;
}
.box-item80{
	width: 79%;
	margin: 0.5%;
}
.box-item75{
	width: 74%;
	margin: 0.5%;
}
.box-item70{
	width: 69%;
	margin: 0.5%;
}
.box-item66{
	width: 65%;
	margin: 0.5%;
}
.box-item60{
	width: 59%;
	margin: 0.5%;
}
.box-item50{
	width: 49%;
	margin: 0.5%;
}
.box-item40{
	width: 39%;
	margin: 0.5%;
}
.box-item33{
	width: 32%;
	margin: 0.5%;
}
.box-item30{
	width: 29%;
	margin: 0.5%;
}
.box-item25{
	width: 24%;
	margin: 0.5%;
}
.box-item20{
	width: 19%;
	margin: 0.5%;
}
.box-item15{
	width: 14%;
	margin: 0.5%;
}
@media screen and (max-width: 768px){
.btns.layout_box{
	display: block;
}
.btns.layout_box .box-item100,
.btns.layout_box .box-item85,
.btns.layout_box .box-item80,
.btns.layout_box .box-item75,
.btns.layout_box .box-item70,
.btns.layout_box .box-item66,
.btns.layout_box .box-item60,
.btns.layout_box .box-item50,
.btns.layout_box .box-item40,
.btns.layout_box .box-item33,
.btns.layout_box .box-item30,
.btns.layout_box .box-item25,
.btns.layout_box .box-item20,
.btns.layout_box .box-item15{
	width: 99%;
	margin: 0.5%;
}

}


/*photobox
************************************************************************************/
figure.photobox{
	border: 1px solid #ccc;
	padding: 7px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin-top: 0 !important;
}
figure.photobox.rf15,
figure.photobox.lf15{
	width: 350px;
}
figure.tate{}
figure.photobox.tate.rf15,
figure.photobox.tate.lf15{
	width: 200px;
}
figure.photobox img{
	max-width: 100%;
	height: auto;
}
figure.photobox figcaption{
	padding: 7px 0 0 0;
	font-size: 14px;
	color: #5F5F5F;
}

/*animation
************************************************************************************/
.anim{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: .8s;
}
.move{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.delay1{
	transition-delay: .1s;
}
.delay2{
	transition-delay: .2s;
}
.delay3{
	transition-delay: .3s;
}
.delay4{
	transition-delay: .4s;
}
.delay5{
	transition-delay: .5s;
}
.delay6{
	transition-delay: .6s;
}
.delay7{
	transition-delay: .7s;
}
.delay8{
	transition-delay: .8s;
}
.delay9{
	transition-delay: .9s;
}
@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}
dl.normal dt{
	font-weight: bold;
	color: #b87cb5;
	padding: 0 0 0 0;
	font-weight: 700;
}
dl.normal dt:before{
	content: "■";
}
dl.normal dd{
	padding: 0 0 10px 1em;
}
