@charset "utf-8";
.text20{
	padding: 20px;
}
img.icon{
	vertical-align: middle;
	width: 15px;
	height: auto;
	margin: 0 2px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  padding: 0 2px;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.important{
	color: #FF0004;
}

/*text
************************************************************************************/
.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:#d80808;}
.important_box{
	border: 1px solid #d80808;
	padding: 20px;
	background: #FFF;
	margin: 1em auto;
}
.txt_s{
	font-size: 12px;
}
.txt_xxl{
	font-size: 25px;
}
.txt_xl{
	font-size: 21px;
}
.txt_l{
	font-size: 18px;
}

.disnon{display:none;}

.inline-b{
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
	padding: 0 !important;
}

/* -- 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;
}

}

.mt15{ margin: 15px 0 0 0; }
.mt10{ margin: 10px 0 0 0; }
.pt15{ padding: 15px 0 0 0; }

/*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: #85bfe6;
	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;
}
ul.square li p{
	padding: 0;
}


ul.ar_blue_circle li,
a.ar_blue_circle{
	margin: 12px 0;
	padding: 0 0 0 35px;
	line-height: 30px;
	width: auto;
	background: url("../../img/common/ar_circle_blue.svg") no-repeat left 0.2em;
	-moz-background-size: 25px auto;
	background-size: 25px auto;
	border: 0;
}
ul.ar_blue_circle{
	margin: 0 0 0.9em 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;
}

ul.square li p{
	padding: 0;
}

/* まる */
ul.maru{
	list-style-type: none;
}
ul.maru li:before{
	margin-right:0.2em;
	display: marker;
	color:#2faa54;
	content: "●";
	float: left;
}
ul.maru li p{
	overflow: auto;
	zoom: 1;
	padding: 0;
	text-indent:0;
	color:#000;
}


/* アスタリスク */
ul.asterisk{
	list-style-type: none;
}
ul.asterisk li:before{
	margin-right:0.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/common/icon_pdf.svg) no-repeat left 0.1em;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 0 0 20px; 
}
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_out.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.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;
}

/*buttons
************************************************************************************/
.btn_box{
	text-align: center;
	display: block;
	padding: 20px 0;
}
.btn_box p{
	display: inline-block;
	padding: 0 1em;
}
.text p.btn_more,
.text p.btn_prev,
.text p.btn_normal,
.text p.btn_member,
.text20 p.btn_more,
.text20 p.btn_prev,
.text20 p.btn_normal,
.text20 p.btn_member{
	padding-bottom: 0 !important;
}
.btn_normal a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1em 2em;
	background: #fff600;
    color: #000 !important;
    font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}

.btn_normal a:hover {
    animation: anima-button-030 1s;
}

@keyframes anima-button-030 {
    0% {
        box-shadow: 0 0 0 0 rgb(255 246 0 / 50%);
    }
    100% {
        box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
    }
}

.btn_normal a img{
	vertical-align: middle;
	margin: 0 1em;
}

/*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 .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-space{
	padding: 0 7px 7px;
	-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;
	-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-line{
	border-right: 1px solid #CCC;
	-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-boxline{
	border: 1px solid #666;
	-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-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.3%;
	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%;
}
}

/*JSまわり
************************************************************************************/
/*slideup down
----------------------------------------------------------------------*/
/*.viewopen-ttl:before{
	content: "▼";
}
.viewopen-ttl:after{
	content: "開く";
}

.viewopen-ttl.active:before{
	content: "▲";
}
.viewopen-ttl.active:after{
	content: "閉じる";
}*/

/*accordion
----------------------------------------------------------------------*/
.viewopen-ttl:after{
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background: url("../../img/common/ar_gry.svg") no-repeat right center;
}

.viewopen-ttl.active:after{
	background: url("../../img/common/ar_gry_dwn.svg") no-repeat right center;
}

/*animation
----------------------------------------------------------------------*/

a.move-ar,
span.move-ar{
	display: block;
	position: relative;
}
a.move-ar:after,
span.move-ar:after{
	content: "arrow_right";
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	width: 30px;
	height: 30px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 30px;	/* Preferred icon size */
	line-height: 30px;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	color: #3080AF;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}
@media screen and (min-width: 980px) {
	a.move-ar:after,
	span.move-ar:after{
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	a.move-ar:hover,
	span.move-ar:hover{
		color: #979797;
	}
	a.move-ar:hover:after,
	span.move-ar:hover:after{
		right: -7px;
	}
}


.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){
}

