@charset "utf-8";

/*text
************************************************************************************/
.textCenter{
 text-align:center;
}

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

.red{color:#d80808;}

.txt_s{
	font-size: 0.7em;
}
.txt_xxl{
	font-size: 2.5em;
}
.txt_xl{
	font-size: 2em;
}
.txt_l{
	font-size: 1.5em;
}

.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: 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; }
.mt30{ margin: 30px 0 0 0; }
.mb10{ margin: 0 0 10px 0; }
.mb15{ margin: 0 0 15px 0; }
.mb30{ margin: 0 0 30px 0; }
.pt15{ padding: 15px 0 0 0; }
.pt30{ padding: 30px 0 0 0; }
.pb30{ padding: 0 0 15px 0; }

.pl_1em{ padding: 0 0 0 1em; }



/*list
----------------------------------------------------------------------*/
/*disc・*/
ul.disc{
	margin-left: 1.4em;
	list-style-type: disc;
}
ul.disc > li{
	margin: 5px 0;
	padding: 0;
	background: none;
	list-style-type: disc;
}

/*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{
	margin: 15px 0;
	padding: 0;
	counter-reset:number;
	list-style:none;
}

ol.number > li{
	margin: 0 0 1em 2.5em;
	background: none;
	list-style-type: none;
}
ol.number > li:last-child{
	margin: 0 0 0 2.5em;
}
ol.number > li:before {
	counter-increment: number;
	content: counter(number);
	margin: 0 7px 0 -2.5em;
	width: 2em;
	height: 2em;
	background: #de9f15;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 1.9;
	float: left;
}
ol.number > li p{
	margin: 0;
	padding: 0;
	zoom: 1;
	overflow: auto;
	text-indent: 0;
}



@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){
}



/**/
ul.square{
	list-style-type: square;
	margin-left: .8em;
	margin-top: 5px;
}
ul.square > li{
	margin-bottom: 5px;
	background: none;
	padding: 0;
	list-style-type: square;
}
ul.square > li p{
	padding: 0;
}

/* まる */
ul.maru{
	list-style-type: none;
}
ul.maru > li:before{
	margin-right:0.2em;
	display: marker;
	color:#016296;
	content: "●";
	float: left;
}
ul.maru > li p{
	overflow: auto;
	zoom: 1;
	padding: 0;
	text-indent:0;
	color:#000;
}



/*icon*/
a.pdf{
	background: url(../../img/common/icon_pdf.svg) no-repeat left 0.3em;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 0 0 25px; 
}
a.word{
	background: url(../../img/common/icon_word.svg) no-repeat left 0.3em;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 0 0 25px; 
}
a.excel{
	background: url(../../img/common/icon_excel.svg) no-repeat left 0.3em;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 0 0 25px; 
}
a.docs{
	background: url("../../img/common/icon_docs.svg") no-repeat left 0.3em;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 0 0 25px; 
}
a.out{
	background: url("../../img/common/icon_outlink.svg") no-repeat right 2px top 0.2em;
	-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.3em;
	-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;
}



/*ph
************************************************************************************/
.ph{
	height: 50px;
	width: auto;
	display: block;
	margin: 0 auto 30px auto;
}



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

.valign{
	vertical-align: middle !important;
}
img.valign{
	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;
}
.layout_box.center{
	-webkit-justify-content: center;
	justify-content: center;
}
.layout_box.between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}/*
.layout_box.between::after{
	content:"";
	display: block;
	width: 32%;
}*/
.layout_box .image{
	text-align: center;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.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%;
}

}

/*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){
}