@charset "utf-8";
.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';
}
.g-icons{
	position: relative;
	padding-left: 25px !important;
}
.g-icons:before{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	width: 20px;
	height: 20px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	color: #828282;
	vertical-align: middle;

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

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

a[href$=".pdf"]:before{
	content: "picture_as_pdf";
	display: inline-block;
	vertical-align: middle;
	margin-right: .4em;
	z-index: 10;
	width: 20px;
	height: 20px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;

	/* 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';
}
.contentstop_btn a[href$=".pdf"]:before{
	display: none;
}

a[href$=".docx"]:before,
a[href$=".doc"]:before{
	content: "description";
	display: inline-block;
	vertical-align: middle;
	margin-right: .4em;
	z-index: 10;
	width: 20px;
	height: 20px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;

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

a[href$=".xlsx"]:before,
a[href$=".xls"]:before{
	content: "table_rows";
	display: inline-block;
	vertical-align: middle;
	margin-right: .4em;
	z-index: 10;
	width: 20px;
	height: 20px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;

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

/*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;}
ul.baselink{}
span.br{}
a.tel{}
span.spbr{}

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



@media screen and (min-width: 1024px){
	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: 1024px){
	span.spbr{
		display: block;
		text-indent: -9999;
		font-size: 0;
	}
}
@media screen and (max-width: 768px){
	.textCenter img{
		max-width: 100%;
		height: auto;
	}

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

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

/*list
************************************************************************************/
ul.ar{
	margin: 0 0 1em;
}
ul.ar li{
	background: url("../img/common/ar_black.svg") no-repeat left .3em;
	background-size: 15px auto;
	padding: .15em 0 .1em 18px;
	margin: 0 0 .3em;
}
ul.ar li:last-child{
	margin-bottom: 0;
}

/*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: -.3em 7px 0 -2.5em;
	width: 2em;
	height: 2em;
	background: #34be20;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 2em;
	float: left;
}
ol.number > li p{
	margin: 0;
	padding: 0;
	zoom: 1;
	overflow: auto;
	text-indent: 0;
}


/*buttons
************************************************************************************/


.wp-block-uagb-buttons .uagb-buttons-repeater.wp-block-button__link,
.wp-block-uagb-buttonsc .uagb-buttons-repeater.wp-block-button__link:hover,
.wp-block-uagb-buttons .uagb-buttons-repeater.wp-block-button__link:focus,
.wp-block-uagb-buttons .wp-block-button.is-style-outline .uagb-button__wrapper .wp-block-button__link.uagb-buttons-repeater,
.wp-block-uagb-buttons .wp-block-button.is-style-outline .uagb-button__wrapper .wp-block-button__link.uagb-buttons-repeater:hover{
    border-color: transparent !important;
}

.btn_box{
	text-align: center;
	display: block !important;
	padding: 20px 0;
}
.wp-block-uagb-buttons.uagb-buttons__outer-wrap .uagb-buttons__wrap{
	padding: 20px 0;
}
.btn_box p{
	display: inline-block;
	width: auto !important;
}
.btn_blue,
.btn_gray{
	display: inline-block;
}

.btn_blue a,
.wp-block-button__link{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	color: #FFF !important;
	text-decoration: none;
	padding: 15px 1.5em;
	margin: 5px 10px 5px 0;
	min-width: 230px;
	background: #129abc;
	transition: 0.3s ease-in-out;
	text-align: center;
}
.btn_blue a:hover,
.wp-block-button__link:hover{
	background: #ccc;
	color: #FFF;
}

.btn_gray a{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	color: #FFF;
	text-decoration: none;
	padding: 15px 1.5em;
	margin: 5px 10px 5px 0;
	min-width: 230px;
	background: #7c7c7c;
	transition: 0.3s ease-in-out;
	text-align: center;
}
.btn_gray a:hover{
	background: #f1f1f1;
	color: #000;
}


/*layout parts
************************************************************************************/
.layout_grid{
	display: grid;
	grid-template-columns: 2fr 3fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
.layout_box,
.flex{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.layout_box.center,
.flex.center{
	-webkit-justify-content: center;
	justify-content: center;
}
.layout_box .caption{
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
}
.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%;
	}
	.layout_box .image{
		width: 100%;
		display: block;
	}
}

/*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: inline-block;
	position: relative;
	padding-right: 30px;
	vertical-align: middle;
}
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: #0fa0c4;

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

/*----------------------------------------------------------------------*/
.cms-posts .text20 .ttl{
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1em;
}
.cms-posts .text20 .cmt{
	text-align: center;
}
