html, body{
	font: 16px/1.7 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', sans-serif;
	color:#343434;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "halt" 1;
	letter-spacing:1px;
}

div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
input, textarea,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
header, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
}
article,side,details,figcaption,figure,
header,menu,nav,section {
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ul {
	list-style:none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.clear:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

/*
共通 end 
material start ******************************************* */

html, body {
	min-width:1080px;
	margin:0 auto;
}
.font-a {font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;}
.font-b {font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.font-c {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
　
/*
material end 
header start ******************************************* */

body {
}

header {
	width:100%;
	height:104px;
	padding:36px 0 0;
	border-bottom:solid 2px #db2626;
	margin-bottom:45px;
}
header > div{
	width:1080px;
	margin:0 auto;
	display:flex;
}
header > div > *{
	position:relative;
}
header > div > div:first-child{
	width:41%;
}
header > div > div:first-child > a{
	display:block;
	width:170px;
	height:55px;
	position:absolute;
	left:0;
	top:0
}
header > div > div:first-child > img{
	margin-left:200px;
	padding:12px 0 2px;
	display:block;
}
header > div > div:first-child > h1{
	margin-left:195px;
	font-size:11.5px;
}
header > div > div + div{
	text-align:center;
	width:330px;
	margin-left:50px;
}
header > div > div + div > span{
	font-size:12.5px;
	letter-spacing:1.5px;
	font-weight:bold;
	padding-left:13px;
}
header > div > div + div > p{
	width:264px;
	height:26px;
	margin:1px auto 0;
	background:url("../img/material/header-tel01.png") no-repeat;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
header > div > p{
	width:150px;
	font-size:11px;
	line-height:1.5;
	font-weight:bold;
	padding-top:6px;
}
header > div > ul{
	margin-top:1px;
}
header > div > ul li{
	margin-bottom:3px;
}
header > div > ul li a,
header > div > ul li a img{
	display:block;
}
/*
header end 
g-navi start ******************************************* */



/*
g-navi end 
slider start ******************************************* */


ul#slider {
	width:100%;
	height:610px;
	background-color:#393939;
}
ul#slider > li{
	width:100%;
	height:100%;
	position:relative;
}
ul#slider > li:before{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:auto!important;
	background-position:center center!important;
}
ul#slider > li:first-child:before{
	background:url("../img/material/main-bg02.gif") no-repeat;
}
ul#slider > li:nth-child(2):before{
	background:url("../img/material/main-bg03.gif") no-repeat;
}
ul#slider > li:nth-child(3):before{
	background:url("../img/material/main-bg02.gif") no-repeat;
}
ul#slider > li:nth-child(4):before{
	background:url("../img/material/main-bg03.gif") no-repeat;
}
ul#slider > li:nth-child(5):before{
	background:url("../img/material/main-bg02.gif") no-repeat;
}
ul#slider > li:nth-child(6):before{
	background:url("../img/material/main-bg03.gif") no-repeat;
}
ul#slider > li > dl{
	min-width:1080px;
	max-width:1300px;
	margin:0 auto;
	position:relative;
}
ul#slider > li > dl > dd{
	position:absolute;
	left:1%;
	top:40px;
	width:52%;
	box-shadow:24px 24px 24px -20px rgba(0,0,0,1);
}
ul#slider > li > dl > dt{
	width:520px;
	height:610px;
	background:rgba(0,0,0,.3) url(../img/material/main-logo.png) no-repeat;
	background-position:left 40px bottom 110px;
	margin:0 15px 0 auto;
	position:relative;
	box-shadow:6px 12px 12px 0px rgba(0,0,0,.25) inset;
}
ul#slider > li > dl > dt > img{
	position:relative;
	top:110px;
	left:45px;
}
/*
slider end 
footer start ******************************************* */

footer {
	margin-top:35px;
}
.f-school {
	width:100%;
	position:relative;
	transform: skewy(-2deg);
	overflow:hidden;
	background-color:#252525;
	box-shadow:0 0 5px 2px rgba(0,0,0,.4);
}
.f-school > div{
	width:100%;
	transform: skewy(2deg);
	padding:50px 0;
}

.f-school > div:before{
	content:"";
	display:block;
	width:100%;
	height:150%;
	background:url("../img/material/footer-school-bg.png") no-repeat center top 72%;
	position:absolute;
	left:0;
	top:-75px;
}
.f-school > div > h3{
	width:875px;
	margin:0 auto;
	border-bottom:solid 2px #fff;
	font-size:20px;
	color:#fff;
	letter-spacing:3px;
	padding:1px 16px;
	font-weight:normal;
	position:relative;
}
.f-school > div > ul{
	width:900px;
	margin:0 auto;
	padding-top:15px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
}
.f-school > div > ul > li{
	width:33.333%;
}
.f-school > div > ul > li > a{
	width:275px;
	margin:20px auto 0;
	display:block;
	text-decoration:none;
}
.f-school > div > ul > li > a img{
	display:block;
}
.f-school > div > ul > li > a p{
	background-color:#fff;
	color:#343434;
	border-radius:0 0 10px 10px;
	padding:3px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.f-address {
	background-color:#d1d1d1;
	padding:35px 0 40px;
}
.page .f-address {
	margin-top:-75px;
	padding-top:90px
}

.f-address > dl{
	width:1080px;
	margin:0 auto;
	display:flex;
	justify-content:flex-end;
}
.f-address > dl > *{
	width:25%;
}
.f-address > dl > dt{
	width:30%;
}
.f-address h3{
	margin:10px 0 2px 25px;
	font-size:14px;
}
.f-address address,
.f-address p{
	font-size:13px;
	letter-spacing:2px;
	line-height:1.5;
	font-style:normal;
	padding-left:25px;
}
.f-address ul{
	width:205px;
	margin-left:15px;
	padding-top:30px;
}
.f-address ul a{
	display:block;
	border-radius:10px;
	background:#555151 url("../img/material/icon-arrow07.png") no-repeat left 15px center;
	color:#fff;
	line-height:35px;
	text-decoration:none;
	font-size:14px;
	padding-left:40px;
	letter-spacing:0.5px;
	margin-top:5px;
}
.f-address p a{
	color:#db221e;
}

footer > small{
	display:block;
	text-align:center;
	background-color:#242424;
	font-size:12px;
	color:rgba(255,255,255,.5);
	padding:12px 0 30px;
}

/*
footer end 
side start ******************************************* */

aside img,
aside li > a {
	display:block;
}
aside > ul > li > a{
	margin-top:12px;
}
aside ul > li:first-child > a{
	margin-top:0;
}
aside > ul > li:last-child{
	margin-top:35px;
}
aside > ul > li > p{
	font-size:11.5px;
	line-height:1.4;
	padding:5px 3px 0px;
}
aside > ul > li > p > a{
	font-size:13.5px;
	font-weight:bold;
	color:#db221e;
	margin-left:3px;
}
aside > ul > li > ul {
	border-top:solid 1px #343434;
	border-right:solid 1px #343434;
	border-left:solid 1px #343434;
}
aside > ul > li > ul > li{
	border-bottom:solid 1px #343434;
	padding:1px;
}
aside > ul > li > ul > li > a{
	border:solid 6px rgba(200,0,0,.15);
	text-align:center;
	padding:6px;
	text-indent:-2px;
	color:#454545;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	letter-spacing:2px;
}
aside > ul > li.side-event{
	padding-bottom:20px;
}
aside > ul > li.side-event > ul > li > a{
	border:solid 6px rgba(32,68,224,.15);
}
aside li.sns > a{
	border-radius:3px;
	line-height:35px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 40px;
	text-decoration:none;
	font-size:17px;
}
aside li.sns > a.blue{background:#3a5897 url("../img/material/icon-arrow07.png") no-repeat left 15px center;}
aside li.sns > a.pink{background:#e650d6 url("../img/material/icon-arrow07.png") no-repeat left 15px center;margin-top:7px}
aside li.sns > a.green{background:#00b900 url("../img/material/icon-arrow07.png") no-repeat left 15px center;margin-top:7px}

/*
side end 
contents start ******************************************* */
/* top */

.t-news{
	width:100%;
	position:relative;
}
.t-news:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#db2626;
	box-shadow:0 0 5px 2px rgba(0,0,0,.4);
}
.t-news > dl{
	width:100%;
	max-width:1300px;
	padding: 0;
	margin:0 auto;
	position:relative;
	display:flex;
}

.t-news > dl > dt{
	padding:25px 0;
	width:45%;
	min-width:550px;
}
.t-news > dl > dt > iframe.pc{
	display:block;
}
.t-news > dl > dt > iframe.sp{
	display:none;
}
.t-news > dl > dt > iframe{
	margin-left:auto;
	box-sizing:content-box;
	background-color:#fff;
	border-top:solid 10px #232323;
	border-right:solid 20px #232323;
	border-bottom:solid 10px #232323;
	border-left:solid 20px #232323;
}
.t-news > dl > dd{
	width:53%;
	margin-left:2%;
}
.t-news > dl > dd > ul{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	height:97.5%;
	margin-top:5px;
}

.t-news > dl > dd > ul > li{
	display:block;
	width:50%;
	box-sizing: border-box;
	padding:3px 2px 2px 3px;
}
.t-news > dl > dd > ul > li > a{
	display:table;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background-size:auto 100%!important;
	text-decoration:none;
}
.t-news > dl > dd > ul > li:first-child > a{background:url("../img/school01/img02.jpg") no-repeat center center;}
.t-news > dl > dd > ul > li:nth-of-type(2) > a{background:url("../img/school02/img02.jpg") no-repeat center center;}
.t-news > dl > dd > ul > li:nth-of-type(3) > a{background:url("../img/school02/img04.jpg") no-repeat center center;}
.t-news > dl > dd > ul > li:nth-of-type(4) > a{background:url("../img/school04/img09.jpg") no-repeat center center;}
.t-news > dl > dd > ul > li > a:before{
	content:"";
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,.35);
	position:absolute;
	left:0;
	top:0;
}
.t-news > dl > dd > ul > li > a > p{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:100%;
	position:relative;
	color:#fff;
	font-size:35px;
	font-weight:bold;
	letter-spacing:0;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.t-news > dl > dd > ul > li > a > p span{
	display:block;
	font-size:70%;
	line-height:1;
}

#wrapper {
	width:1080px;
	margin:0 auto;
	padding:35px 20px 0;
	display:flex;
}
#wrapper > article{
	width:760px;
}
#wrapper > aside{
	width:245px;
	margin-left:auto;
}

.t-con01 li{
	margin-top:22.25px;
}
.t-con01 div ul > li:first-child{
	margin-top:0;
}
.t-con01 a,
.t-con01 img {
	display:block;
}
.t-con01 a > span{
	display:block;
	text-align:right;
	font-size:13px;
	padding:12px 13px 0;
	line-height:1.3;
}
.t-con01 a + a{
	margin-top:13px;
}
.t-con01 li.campaign01{
	border:solid 7px #d01b18;
	text-align:center;
}
.t-con01 li.campaign01 > div > p{
	background-color:#d01b18;
}
.t-con01 li.campaign01 > div > p img{
	margin:0 auto;
	padding:2px 0 9px;
}
.t-con01 li.campaign01 > div > div{
	margin:7px auto 10px;
	width:75%;
}
.t-con01 li.campaign01 > div > div > h3{
	color:#D01B18;
	border-bottom:solid 1px #222;
	padding-bottom:5px;
	font-size:19px;
}
.t-con01 li.campaign01 > div > div > p{
	padding:10px 0 0;
	font-size:14px;
}
.t-con01 div.recruit {
	padding:15px 1rem;
}
.t-con01 div.recruit p{
	font-size:13px;
	line-height:1.5;
	margin-bottom:15px;
}
.t-con01 div.recruit ul > li{
	position:relative;
	margin:0;
	line-height:1.3;
}
.t-con01 div.recruit ul > li *{
	display:inline-block;
	font-style:normal;
	font-size:13px;
	line-height:1.5;
	vertical-align: text-top;
}
.t-con01 div.recruit ul > li i{
	font-weight:bold;
	margin-right:5px;
}


/* kaso */
.page-title01 {
	width:100%;
	background-color:#db2626;
}
.page-title01 > div:first-child{
	width:1080px;
	min-height:100px;
	margin:0 auto;
	background:url("../img/material/icon-arrow11.png") no-repeat left 0 center;
	padding:38px 0 0 95px;
}
.page-title01 > div h2{
	color:#fff;
	font-size:27px;
	line-height:27px;
}
.page-title01 > div h2 span{
	color:#fff;
	font-size:17px;
	line-height:27px;
	letter-spacing:0;
	padding-left:25px;
}
.page-title01 > div + div{
	background-color:#b31010;
}
.page-title01 > div ul{
	width:1060px;
	margin:0 auto;
}
.page-title01 > div ul > li{
	display:inline-block;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.5px;
}
.page-title01 > div ul > li:after{
	content:"";
	background:url("../img/material/icon-arrow10.png") no-repeat;
	width:8px;
	height:10px;
	display:inline-block;
	margin:0 3px 0 8px;
	position:relative;
	top:1px;
}
.page-title01 > div ul > li:last-child:after{
	display:none;
}
.page-title01 > div ul > li a{
	display:inline-block;
	margin-right:5px;
	color:#f9b1b1;
	font-weight:bold;
}
.page-title01 > div ul > li:first-child a{
	display:inline-block;
	padding-left:22px;
	background:url("../img/material/icon-arrow09.png") no-repeat left 0 center;
}

.page #wrapper > article > section > div > *:first-child {
	margin-top:0!important;
}

.h-title01,
.a-blog01 h3 {
	margin-top:50px;
	background: #505050; /* Old browsers */
	background: -moz-linear-gradient(top, #505050 0%, #2c2c2c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #505050 0%,#2c2c2c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #505050 0%,#2c2c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */
	position:relative;
	padding:10px 0 7px 50px;
	color:#fff;
	font-size:19px;
}
.h-title01:before,
.a-blog01 h3:before{
	content:"";
	display:block;
	width:41px;
	height:100%;
	background:url("../img/material/icon-arrow12.png") no-repeat;
	background-size:100% 100%;
	position:absolute;
	left:5px;
	top:0;
}
.h-title02 {
	margin-top:35px;
	margin-left:35px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:32px;
	letter-spacing:4px;
	color:#db2626;
}
.h-title03,
.a-blog01 h2 {
	margin-top:50px;
	padding:12px 0 5px 50px;
	border-bottom:solid 1px #de2f2f;
	color:#de2f2f;
	position:relative;
	font-size:17px;
	letter-spacing:2px;
}
.a-blog01 h2 {
	margin-bottom:35px;
}
.h-title03:before,
.a-blog01 h2:before{
	content:"";
	display:block;
	width:42px;
	height:55px;
	background:url("../img/material/icon-arrow13.png") no-repeat left 10px center;
	position:absolute;
	bottom:-10px;
	left:-5px;
}
.a-img01 {
	margin:50px auto 0;
	position:relative;
	text-align:right;
}
.a-img01 img{
	padding:2px;
	box-shadow:6px 6px 6px -4px rgba(0,0,0,.4);
	max-width:100%;
	display:block;
	margin:0 auto;
}
.a-img01 figcaption{
	display:inline-block;
	background:#4aac1e url("../img/material/icon-arrow08.png") no-repeat left 5px center;
	padding:1px 5px 1px 35px;
	margin:10px 0 0;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	box-shadow:2px 2px 2px -1px rgba(0,0,0,.15) inset,2px 2px 2px -1px rgba(0,0,0,.25);
}

.a-txt01 > p{
	font-size:14px;
	margin-top:25px;
	padding:0 5px;
}
.a-txt01 > iframe {
	width:640px;
	height:960px;
	margin:35px auto 0;
	display:block;
}

.a-list01{
	width:500px;
	background-color:#edf3f2;
	border-left:solid 3px #3cb89e;
	margin:25px 0 0 60px;
	padding:10px 10px 10px 15px;
}
.a-list01 > dt{
	font-size:15px;
	font-weight:bold;
	color:#1f846f;
}
.a-list01 > dd{
	background-color:#fff;
	padding:10px 25px;
	margin:10px 0 0 35px;
}
.a-list01 > dd{
	font-size:14px;
	font-weight:bold;
}
.a-list01 > dd > ul > li{
	position:relative;
	padding:0 0 2px 35px;
	background:url("../img/material/icon-arrow14.png") no-repeat left 0 center;
	margin-top:5px;
}
.a-list01 > dd > ul > li > a{
	position:absolute;
	display:inline-block;
	top:0;
	margin-left:25px;
}
.a-list01 > dd > a{
	font-size:12px;
	line-height:1.5;
	display:inline-block;
	margin-top:5px;
	color:#de2f2f;
}
.a-list02 {
	margin-top:10px;
	padding:5px;
}
.a-list02 > li{
	margin-top:35px;
	overflow:hidden;
}
.a-list02 > li > h4{
	background-color:#de2f2f;
	color:#fff;
	padding:1px 25px;
	font-weight:normal;
	font-size:19px;
}
.a-list02 > li > div{
	float:left;
	width:300px;
	height:250px;
	padding:5px;
	border:solid 1px #ddd;
	margin:10px 0 0 25px;
}
.a-list02 > li > div > iframe{
	width:100%;
	height:100%;
}
.a-list02 > li > dl{
	margin:25px 0 0 350px;
}
.a-list02 > li > dl > dt{
	font-size:13.5px;
	border-bottom:solid 1px #ccc;
	font-weight:bold;
	color:#676767;
}
.a-list02 > li > dl > dt:before{
	content:"";
	background:url("../img/material/icon-arrow14.png") no-repeat;
	width:10px;
	height:10px;
	background-size:contain;
	display:inline-block;
	opacity:0.5;
	margin-right:8px;
}
.a-list02 > li > dl > dd{
	font-size:14px;
	margin:10px 10px 35px 20px;
}
.a-list03 > li{
	margin-top:50px;
}
.a-list03 > li > dl{
	display:flex;
}
.a-list03 > li > dl > dt{
	width:27%;
}
.a-list03 > li > dl > dt img{
	max-width:100%;
	border:solid 2px #fff;
	box-shadow:6px 6px 6px -4px rgba(0,0,0,.3);
}
.a-list03 > li > dl > dd{
	width:70%;
	margin-left:auto;
}
.a-list03 > li > dl > dd > h4{
	background-color:#de2f2f;
	color:#fff;
	line-height:1.3;
	padding:8px 15px 7px;
}
.a-list03 > li > dl > dd > strong{
	display:block;
	margin-top:15px;
	padding-left:25px;
	font-size:30px;
	letter-spacing:2px;
}
.a-list03 > li > dl > dd > span{
	display:block;
	width:265px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	color:#676767;
}
.a-list03 > li > dl > dd > dl{
	padding-top:10px;
	margin-left:25px;
	width:80%;
}
.a-list03 > li > dl > dd > dl > dt{
	font-size:16px;
	padding:2px 35px;
	margin-top:10px;
	font-weight:bold;
	color:#565656;
}
.a-list03 > li > dl > dd > dl > dt.img01{
	background:#f3f3f3 url("../img/material/icon-arrow15.png") no-repeat left 5px center;
}
.a-list03 > li > dl > dd > dl > dt.img02{
	background:#f3f3f3 url("../img/material/icon-arrow16.png") no-repeat left 5px center;
}
.a-list03 > li > dl > dd > dl > dt.img03{
	background:#f3f3f3 url("../img/material/icon-arrow17.png") no-repeat left 5px center;
}
.a-list03 > li > dl > dd > dl > dd{
	font-size:13px;
	padding:10px 35px;
	line-height:1.4;
}
.a-list04{
	margin-top:50px;
	display:flex;
	flex-wrap: wrap;
}
.a-list04 > li{
	width:45%;
	margin-top:50px;
}
.a-list04 > li:nth-child(even){
	margin-left:auto;
}
.a-list04 > li img{
	max-width:100%;
}
.a-list04 > li > dl > dt{
	border:solid 1px #e3e3e3;
	padding:15px 0;
}
.a-list04 > li > dl > dt > img{
	width:75%;
	height:auto;
	display:block;
	margin:0 auto;
}
.a-list04 > li > dl > dd > h5{
	background-color: #de2f2f;
	color: #fff;
    line-height: 1.3;
    padding: 8px 15px 7px;
}
.a-list04 > li > dl > dd > strong{
	border:solid 1px #e3e3e3;
	padding:7px 15px;
	display:block;
}
.a-list05 {
	margin-top:50px;
	display:flex;
	flex-wrap: wrap;
}
.a-list05 > li{
	width:33.333%;
}
.a-list05 > li > a{
	display:block;
	position:relative;
	padding-top:110px;
	text-align:center;
	border:solid 1px #e9e9e9;
	color:#db221e;
}
.a-list05 > li > a > span{
	font-size:12px;
	letter-spacing:0;
	color:#db221e;
}
.a-list05 > li img{
	display:block;
	max-width:80%;
	width:auto;
	height:auto;
	max-height:90px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:20px;
	margin:auto;
}

.a-list06{
	margin-top:50px;
	border-top:solid 1px #222;
}
.a-list06 > li{
	border-bottom:1px #222 solid;
	padding:2px 0;
}
.a-list06 > li > a{
	text-decoration:none;
	position:relative;
	display:block;
	padding:10px;
}
.a-list06 > li > a > span{
	position:absolute;
	left:8px;
	top:15px;
	font-size:11px;
	font-weight:bold;
	color:#565656;
}
.a-list06 > li > a > i{
	position:absolute;
	display:block;
	top:15px;
	left:120px;
	width:105px;
	text-align:center;
	padding:3px 5px;
	background-color:#7b1b1b;
	color:#fff;
	font-size:11.5px;
	font-weight:bold;
	font-style:normal;
	letter-spacing:0;
	line-height:1.3;
}
.a-list06 > li > a > strong{
	display:block;
	margin-left:250px;
	color:#c30000;
}
.a-list06.a-news > li > a > strong{
	margin-left:150px;
}
.a-list06 > li > a > p{
	margin:5px 0 0 250px;
	font-size:12px;
	color:#565656;
	letter-spacing:0;
}
.a-list07{
	margin:35px 50px;
}
.a-list07 > li{
	padding-left:25px;
	font-size:14px;
	position:relative;
}
.a-list07 > li:before{
	content:"";
	width:8px;
	height:8px;
	display:block;
	border-radius:3px;
	background-color:#de2f2f;
	position:absolute;
	left:5px;
	top:7px;
}

.a-form{
	margin:50px 0 0;
}
.a-form ul > li{
	position:relative;
	border-top:solid 1px #efefef;
}
.a-form ul > li > label{
	font-size:14px;
	position:absolute;
	left:0;
	top:10px;
}
.a-form ul > li > div{
	margin-left:175px;
	padding:8px 0;
}
.a-form ul > li > div label {
	display:block;
	font-size:14px;
}
span.wpcf7-list-item{
	margin-left:0!important;
}
.a-form input[type="text"],
.a-form input[type="email"],
.a-form input[type="date"],
.a-form select,
.a-form textarea{
	border:solid 1px #999;
	width:80%;
	max-width:80%;
	min-width:80%;
	line-height:1.5;
	font-size:15px;
	padding:2px;
	border-radius:3px;
	box-shadow:2px 2px 2px -1px rgba(0,0,0,.15) inset;
}
.a-form input[type="checkbox"]{
	position:relative;
	top:2px;
	margin-right:7px;
}
.a-form textarea{
	min-height:150px;
}
.a-form .a-btn input[type="submit"]{
	margin:25px 0 0 174px;
	border:solid 1px #ccc;
	background-color:#b31010;
	display:block;
	width:250px;
	padding:8px 0;
	font-size:19px;
	text-align:center;
	color:#fff;
	letter-spacing:3px;
}
.a-form .a-txt02{
	font-size:13px;
	color:#565656;
	padding-left:6px;
}
.a-form small{font-size: .8em;}
.txt_red{color: #FF0000;}
.a-policy{
	width:90%;
	margin:75px 0 0;
	background-color:#e9e9e9;
	border-radius:10px;
	box-shadow:2px 2px 2px -1px rgba(0,0,0,.25) inset,6px 6px 6px -4px rgba(0,0,0,.25);
	border:solid 2px #fff;
	padding:15px 25px;
}
.a-policy h5{
	font-size:13px;
}
.a-policy p{
	font-size:12px;
	line-height:1.3;
	color:#676767;
}
.a-area01{
	margin-top:25px;
	background:url("../img/material/bg-img03.gif");
	border-radius:3px;
	padding:5px;
}
.a-area01 > div{
	background-color:#fff;
	border:solid 1px #aaa;
	padding:30px 25px 50px;
}
.a-area01 > div > h4{
	font-size:30px;
	color:#565656;
	text-shadow:2px 2px 2px rgba(0,0,0,.2);
}
.a-area01 > div > strong{
	font-size:16px;
	margin-top:15px;
	display:inline-block;
	line-height:1;
	padding:3px 5px;
	color:#b31010;
	border-bottom:solid 1px #b31010;
}
.a-area01 > div > p{
	font-size:14px;
	line-height:1.7;
	margin-top:10px;
}
.a-area01 > div > ul{
	margin:25px 0;
	border:solid 1px #999;
	padding:15px;
}

ul.List,.a-area01 > div > ul.List{
	margin: 0;
	border: none;
	padding: 0;
}
ul.List li,.a-area01 > div > ul.List li {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 0 1.5em;
  margin: 0 0 0.25em;
  line-height: 1.4;
}
ul.List li span,.a-area01 > div > ul.List li > span {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: auto;
  font-weight: auto;
  color: #666;
  background-color: transparent;
}
ul.List li span.coron{
	position: absolute;
	top:0;
	left:0;
}

.a-area01 > div > ul li {
    display: flex;
    align-items: center;
}
.a-area01 > div > ul li > span {
/*width: 240px*/;width: 15em;
	margin:0 20px;
	padding:0 20px;
	font-size:14px;
	font-weight:bold;
	color:#666;
	background-color:#efefef;
}
.a-area01 > div > ul li > strong {
    background-color: #db2626;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    padding: 3px 13px 2px;
    margin-top: -1px;
}
.a-area02 {
	margin:-30px 0 0;
	padding-top:55px;
}

.pagenavi .wp-pagenavi *{
	box-sizing:border-box;
}
.pagenavi .wp-pagenavi span{
	display:inline-block;
	border:solid 1px #fff;
	color:#666;
	padding:1px 10px 0;
	line-height:1.8;
	margin:0 3px;
	box-shadow:1px 1px 1px 0 rgba(0,0,0,.15);
}
.pagenavi .wp-pagenavi span.current{
	border:solid 1px #fff;
	font-weight:normal;
}
.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi a:hover{
	display:inline-block;
	background-color:#c59f57;
	border:solid 1px #fff;
	color:#fff;
	padding:1px 10px 0;
	line-height:1.8;
	margin:0 3px;
	box-shadow:1px 1px 1px 0 rgba(0,0,0,.15);
}
.pagenavi .wp-pagenavi a:hover{
	opacity:0.75;
}
.a-blog01{
	width:100%;
	margin:35px auto 0;
	padding:2rem;
	border:solid 1px #ccc;
}
.a-blog01 img{
	width:auto;
	max-width:100%;
	height:auto;
	padding:0.5rem 0;
}
.a-blog01,
.a-blog01 *{
	font-size:14px;
}
.a-blog01 div[style="overflow: hidden;"] {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	margin-top:15px;
}
.a-blog01 div[style="overflow: hidden;"] img{
	padding:0;
}

.a-shin01{
	margin:15px auto 0;
	width:100%;
	max-width:667px;
}
.a-shin01 li{
	font-size:14px;
	line-height:1.5;
}
.a-link01{
	margin:35px auto 0;
	width:100%;
	max-width:640px;
}
.a-link01 li{
	margin-top:5px;
}
.link-right {
	text-align:right;
	margin-top:10px;
}
.link-right img{
	display:inline-block;
}
.a-listj {
	font-size: 14px;
    margin-top: 25px;
    padding: 0 5px;
}
.a-listj > li{
	display:flex;
	margin-top:10px;
}
.a-listj.alj1 > li strong{
	width:87px;
}
.a-listj.alj2 > li strong{
	width:120px;
}

/*
contents end*/

i.text-gray{color: #CCCCCC;font-style: normal;}
._linkbutton{color: #FFF;background-color: #0070df;border: 1px solid #0066cc;text-decoration: none;display: inline-block;padding: 0.5em 1em;border-radius: 6px;font-size: clamp(14px, 2.0vw, 18px);}
._color-red{color: red;}
._color-blue{color: blue;}
.del {color: #f00;text-decoration : line-through;}
.del > label {color: #666;}
.__schedule-table,.__schedule-table *{box-sizing: border-box;}
.__schedule-table{margin: 2rem 0;border: solid 1px #999;padding: 0.75rem 1rem;}
.__schedule-table table th,.__schedule-table table td{padding: 0.25rem 1rem;border: 2px solid white;line-height: 1.4;font-size: 14px;text-align: left;}
.__schedule-table table th{color: #666;background-color: #efefef;}
.del {color: #f00;text-decoration: line-through;}
._color-grey{color: #666;}
@media screen and (max-width: 980px) {
  .__schedule-table table,.__schedule-table table tbody,.__schedule-table table tr,.__schedule-table table th,.__schedule-table table td{display: block;width: 100%;min-width: 100%;}
}
._m0{margin: 0 !important;}._mt0 {margin-top: 0px !important; }._mb0 {margin-bottom: 0px !important; }._ml0 {margin-left: 0px !important; }._mr0 {margin-right: 0px !important; }._pt0 {padding-top: 0px !important; }._pb0 {padding-bottom: 0px !important; }._pl0 {padding-left: 0px !important; }._pr0 {padding-right: 0px !important; }._mt5 {margin-top: 5px !important; }._mb5 {margin-bottom: 5px !important; }._ml5 {margin-left: 5px !important; }._mr5 {margin-right: 5px !important; }._pt5 {padding-top: 5px !important; }._pb5 {padding-bottom: 5px !important; }._pl5 {padding-left: 5px !important; }._pr5 {padding-right: 5px !important; }._mt10 {margin-top: 10px !important; }._mb10 {margin-bottom: 10px !important; }._ml10 {margin-left: 10px !important; }._mr10 {margin-right: 10px !important; }._pt10 {padding-top: 10px !important; }._pb10 {padding-bottom: 10px !important; }._pl10 {padding-left: 10px !important; }._pr10 {padding-right: 10px !important; }._mt15 {margin-top: 15px !important; }._mb15 {margin-bottom: 15px !important; }._ml15 {margin-left: 15px !important; }._mr15 {margin-right: 15px !important; }._pt15 {padding-top: 15px !important; }._pb15 {padding-bottom: 15px !important; }._pl15 {padding-left: 15px !important; }._pr15 {padding-right: 15px !important; }._mt20 {margin-top: 20px !important; }._mb20 {margin-bottom: 20px !important; }._ml20 {margin-left: 20px !important; }._mr20 {margin-right: 20px !important; }._pt20 {padding-top: 20px !important; }._pb20 {padding-bottom: 20px !important; }._pl20 {padding-left: 20px !important; }._pr20 {padding-right: 20px !important; }._mt25 {margin-top: 25px !important; }._mb25 {margin-bottom: 25px !important; }._ml25 {margin-left: 25px !important; }._mr25 {margin-right: 25px !important; }._pt25 {padding-top: 25px !important; }._pb25 {padding-bottom: 25px !important; }._pl25 {padding-left: 25px !important; }._pr25 {padding-right: 25px !important; }._mt30 {margin-top: 30px !important; }._mb30 {margin-bottom: 30px !important; }._ml30 {margin-left: 30px !important; }._mr30 {margin-right: 30px !important; }._pt30 {padding-top: 30px !important; }._pb30 {padding-bottom: 30px !important; }._pl30 {padding-left: 30px !important; }._pr30 {padding-right: 30px !important; }._mt35 {margin-top: 35px !important; }._mb35 {margin-bottom: 35px !important; }._ml35 {margin-left: 35px !important; }._mr35 {margin-right: 35px !important; }._pt35 {padding-top: 35px !important; }._pb35 {padding-bottom: 35px !important; }._pl35 {padding-left: 35px !important; }._pr35 {padding-right: 35px !important; }._mt40 {margin-top: 40px !important; }._mb40 {margin-bottom: 40px !important; }._ml40 {margin-left: 40px !important; }._mr40 {margin-right: 40px !important; }._pt40 {padding-top: 40px !important; }._pb40 {padding-bottom: 40px !important; }._pl40 {padding-left: 40px !important; }._pr40 {padding-right: 40px !important; }._mt45 {margin-top: 45px !important; }._mb45 {margin-bottom: 45px !important; }._ml45 {margin-left: 45px !important; }._mr45 {margin-right: 45px !important; }._pt45 {padding-top: 45px !important; }._pb45 {padding-bottom: 45px !important; }._pl45 {padding-left: 45px !important; }._pr45 {padding-right: 45px !important; }._mt50 {margin-top: 50px !important; }._mb50 {margin-bottom: 50px !important; }._ml50 {margin-left: 50px !important; }._mr50 {margin-right: 50px !important; }._pt50 {padding-top: 50px !important; }._pb50 {padding-bottom: 50px !important; }._pl50 {padding-left: 50px !important; }._pr50 {padding-right: 50px !important; }._mt55 {margin-top: 55px !important; }._mb55 {margin-bottom: 55px !important; }._ml55 {margin-left: 55px !important; }._mr55 {margin-right: 55px !important; }._pt55 {padding-top: 55px !important; }._pb55 {padding-bottom: 55px !important; }._pl55 {padding-left: 55px !important; }._pr55 {padding-right: 55px !important; }._mt60 {margin-top: 60px !important; }._mb60 {margin-bottom: 60px !important; }._ml60 {margin-left: 60px !important; }._mr60 {margin-right: 60px !important; }._pt60 {padding-top: 60px !important; }._pb60 {padding-bottom: 60px !important; }._pl60 {padding-left: 60px !important; }._pr60 {padding-right: 60px !important; }._mt65 {margin-top: 65px !important; }._mb65 {margin-bottom: 65px !important; }._ml65 {margin-left: 65px !important; }._mr65 {margin-right: 65px !important; }._pt65 {padding-top: 65px !important; }._pb65 {padding-bottom: 65px !important; }._pl65 {padding-left: 65px !important; }._pr65 {padding-right: 65px !important; }._mt70 {margin-top: 70px !important; }._mb70 {margin-bottom: 70px !important; }._ml70 {margin-left: 70px !important; }._mr70 {margin-right: 70px !important; }._pt70 {padding-top: 70px !important; }._pb70 {padding-bottom: 70px !important; }._pl70 {padding-left: 70px !important; }._pr70 {padding-right: 70px !important; }._mt75 {margin-top: 75px !important; }._mb75 {margin-bottom: 75px !important; }._ml75 {margin-left: 75px !important; }._mr75 {margin-right: 75px !important; }._pt75 {padding-top: 75px !important; }._pb75 {padding-bottom: 75px !important; }._pl75 {padding-left: 75px !important; }._pr75 {padding-right: 75px !important; }._mt80 {margin-top: 80px !important; }._mb80 {margin-bottom: 80px !important; }._ml80 {margin-left: 80px !important; }._mr80 {margin-right: 80px !important; }._pt80 {padding-top: 80px !important; }._pb80 {padding-bottom: 80px !important; }._pl80 {padding-left: 80px !important; }._pr80 {padding-right: 80px !important; }._mt85 {margin-top: 85px !important; }._mb85 {margin-bottom: 85px !important; }._ml85 {margin-left: 85px !important; }._mr85 {margin-right: 85px !important; }._pt85 {padding-top: 85px !important; }._pb85 {padding-bottom: 85px !important; }._pl85 {padding-left: 85px !important; }._pr85 {padding-right: 85px !important; }._mt90 {margin-top: 90px !important; }._mb90 {margin-bottom: 90px !important; }._ml90 {margin-left: 90px !important; }._mr90 {margin-right: 90px !important; }._pt90 {padding-top: 90px !important; }._pb90 {padding-bottom: 90px !important; }._pl90 {padding-left: 90px !important; }._pr90 {padding-right: 90px !important; }._mt95 {margin-top: 95px !important; }._mb95 {margin-bottom: 95px !important; }._ml95 {margin-left: 95px !important; }._mr95 {margin-right: 95px !important; }._pt95 {padding-top: 95px !important; }._pb95 {padding-bottom: 95px !important; }._pl95 {padding-left: 95px !important; }._pr95 {padding-right: 95px !important; }._mt100 {margin-top: 100px !important; }._mb100 {margin-bottom: 100px !important; }._mb-1em {margin-bottom: 1em; }._ml100 {margin-left: 100px !important; }._mr100 {margin-right: 100px !important; }._pt100 {padding-top: 100px !important; }._pt150 {padding-top: 150px !important; }._pb100 {padding-bottom: 100px !important; }._pl100 {padding-left: 100px !important; }._pr100 {padding-right: 100px !important; }._w0 {width: 0; }._w1 {width: 1%; }._w2 {width: 2%; }._w3 {width: 3%; }._w4 {width: 4%; }._w5 {width: 5%; }._w6 {width: 6%; }._w7 {width: 7%; }._w8 {width: 8%; }._w9 {width: 9%; }._w10 {width: 10%; }._w11 {width: 11%; }._w12 {width: 12%; }._w13 {width: 13%; }._w14 {width: 14%; }._w15 {width: 15%; }._w16 {width: 16%; }._w17 {width: 17%; }._w18 {width: 18%; }._w19 {width: 19%; }._w20 {width: 20%; }._w21 {width: 21%; }._w22 {width: 22%; }._w23 {width: 23%; }._w24 {width: 24%; }._w25 {width: 25%; }._w26 {width: 26%; }._w27 {width: 27%; }._w28 {width: 28%; }._w29 {width: 29%; }._w30 {width: 30%; }._w31 {width: 31%; }._w32 {width: 32%; }._w33 {width: 33%; }._w34 {width: 34%; }._w35 {width: 35%; }._w36 {width: 36%; }._w37 {width: 37%; }._w38 {width: 38%; }._w39 {width: 39%; }._w40 {width: 40%; }._w41 {width: 41%; }._w42 {width: 42%; }._w43 {width: 43%; }._w44 {width: 44%; }._w45 {width: 45%; }._w46 {width: 46%; }._w47 {width: 47%; }._w48 {width: 48%; }._w49 {width: 49%; }._w50 {width: 50%; }._w51 {width: 51%; }._w52 {width: 52%; }._w53 {width: 53%; }._w54 {width: 54%; }._w55 {width: 55%; }._w56 {width: 56%; }._w57 {width: 57%; }._w58 {width: 58%; }._w59 {width: 59%; }._w60 {width: 60%; }._w61 {width: 61%; }._w62 {width: 62%; }._w63 {width: 63%; }._w64 {width: 64%; }._w65 {width: 65%; }._w66 {width: 66%; }._w67 {width: 67%; }._w68 {width: 68%; }._w69 {width: 69%; }._w70 {width: 70%; }._w71 {width: 71%; }._w72 {width: 72%; }._w73 {width: 73%; }._w74 {width: 74%; }._w75 {width: 75%; }._w76 {width: 76%; }._w77 {width: 77%; }._w78 {width: 78%; }._w79 {width: 79%; }._w80 {width: 80%; }._w81 {width: 81%; }._w82 {width: 82%; }._w83 {width: 83%; }._w84 {width: 84%; }._w85 {width: 85%; }._w86 {width: 86%; }._w87 {width: 87%; }._w88 {width: 88%; }._w89 {width: 89%; }._w90 {width: 90%; }._w91 {width: 91%; }._w92 {width: 92%; }._w93 {width: 93%; }._w94 {width: 94%; }._w95 {width: 95%; }._w96 {width: 96%; }._w97 {width: 97%; }._w98 {width: 98%; }._w99 {width: 99%; }._w100 {width: 100%; }
@media screen and (max-width: 980px) { ._sp_mt0 {margin-top: 0px !important; }._sp_mb0 {margin-bottom: 0px !important; }._sp_ml0 {margin-left: 0px !important; }._sp_mr0 {margin-right: 0px !important; }._sp_pt0 {padding-top: 0px !important; }._sp_pb0 {padding-bottom: 0px !important; }._sp_pl0 {padding-left: 0px !important; }._sp_pr0 {padding-right: 0px !important; }._sp_mt5 {margin-top: 5px !important; }._sp_mb5 {margin-bottom: 5px !important; }._sp_ml5 {margin-left: 5px !important; }._sp_mr5 {margin-right: 5px !important; }._sp_pt5 {padding-top: 5px !important; }._sp_pb5 {padding-bottom: 5px !important; }._sp_pl5 {padding-left: 5px !important; }._sp_pr5 {padding-right: 5px !important; }._sp_mt10 {margin-top: 10px !important; }._sp_mb10 {margin-bottom: 10px !important; }._sp_ml10 {margin-left: 10px !important; }._sp_mr10 {margin-right: 10px !important; }._sp_pt10 {padding-top: 10px !important; }._sp_pb10 {padding-bottom: 10px !important; }._sp_pl10 {padding-left: 10px !important; }._sp_pr10 {padding-right: 10px !important; }._sp_mt15 {margin-top: 15px !important; }._sp_mb15 {margin-bottom: 15px !important; }._sp_ml15 {margin-left: 15px !important; }._sp_mr15 {margin-right: 15px !important; }._sp_pt15 {padding-top: 15px !important; }._sp_pb15 {padding-bottom: 15px !important; }._sp_pl15 {padding-left: 15px !important; }._sp_pr15 {padding-right: 15px !important; }._sp_mt20 {margin-top: 20px !important; }._sp_mb20 {margin-bottom: 20px !important; }._sp_ml20 {margin-left: 20px !important; }._sp_mr20 {margin-right: 20px !important; }._sp_pt20 {padding-top: 20px !important; }._sp_pb20 {padding-bottom: 20px !important; }._sp_pl20 {padding-left: 20px !important; }._sp_pr20 {padding-right: 20px !important; }._sp_mt25 {margin-top: 25px !important; }._sp_mb25 {margin-bottom: 25px !important; }._sp_ml25 {margin-left: 25px !important; }._sp_mr25 {margin-right: 25px !important; }._sp_pt25 {padding-top: 25px !important; }._sp_pb25 {padding-bottom: 25px !important; }._sp_pl25 {padding-left: 25px !important; }._sp_pr25 {padding-right: 25px !important; }._sp_mt30 {margin-top: 30px !important; }._sp_mb30 {margin-bottom: 30px !important; }._sp_ml30 {margin-left: 30px !important; }._sp_mr30 {margin-right: 30px !important; }._sp_pt30 {padding-top: 30px !important; }._sp_pb30 {padding-bottom: 30px !important; }._sp_pl30 {padding-left: 30px !important; }._sp_pr30 {padding-right: 30px !important; }._sp_mt35 {margin-top: 35px !important; }._sp_mb35 {margin-bottom: 35px !important; }._sp_ml35 {margin-left: 35px !important; }._sp_mr35 {margin-right: 35px !important; }._sp_pt35 {padding-top: 35px !important; }._sp_pb35 {padding-bottom: 35px !important; }._sp_pl35 {padding-left: 35px !important; }._sp_pr35 {padding-right: 35px !important; }._sp_mt40 {margin-top: 40px !important; }._sp_mb40 {margin-bottom: 40px !important; }._sp_ml40 {margin-left: 40px !important; }._sp_mr40 {margin-right: 40px !important; }._sp_pt40 {padding-top: 40px !important; }._sp_pb40 {padding-bottom: 40px !important; }._sp_pl40 {padding-left: 40px !important; }._sp_pr40 {padding-right: 40px !important; }._sp_mt45 {margin-top: 45px !important; }._sp_mb45 {margin-bottom: 45px !important; }._sp_ml45 {margin-left: 45px !important; }._sp_mr45 {margin-right: 45px !important; }._sp_pt45 {padding-top: 45px !important; }._sp_pb45 {padding-bottom: 45px !important; }._sp_pl45 {padding-left: 45px !important; }._sp_pr45 {padding-right: 45px !important; }._sp_mt50 {margin-top: 50px !important; }._sp_mb50 {margin-bottom: 50px !important; }._sp_ml50 {margin-left: 50px !important; }._sp_mr50 {margin-right: 50px !important; }._sp_pt50 {padding-top: 50px !important; }._sp_pb50 {padding-bottom: 50px !important; }._sp_pl50 {padding-left: 50px !important; }._sp_pr50 {padding-right: 50px !important; }._sp_mt55 {margin-top: 55px !important; }._sp_mb55 {margin-bottom: 55px !important; }._sp_ml55 {margin-left: 55px !important; }._sp_mr55 {margin-right: 55px !important; }._sp_pt55 {padding-top: 55px !important; }._sp_pb55 {padding-bottom: 55px !important; }._sp_pl55 {padding-left: 55px !important; }._sp_pr55 {padding-right: 55px !important; }._sp_mt60 {margin-top: 60px !important; }._sp_mb60 {margin-bottom: 60px !important; }._sp_ml60 {margin-left: 60px !important; }._sp_mr60 {margin-right: 60px !important; }._sp_pt60 {padding-top: 60px !important; }._sp_pb60 {padding-bottom: 60px !important; }._sp_pl60 {padding-left: 60px !important; }._sp_pr60 {padding-right: 60px !important; }._sp_mt65 {margin-top: 65px !important; }._sp_mb65 {margin-bottom: 65px !important; }._sp_ml65 {margin-left: 65px !important; }._sp_mr65 {margin-right: 65px !important; }._sp_pt65 {padding-top: 65px !important; }._sp_pb65 {padding-bottom: 65px !important; }._sp_pl65 {padding-left: 65px !important; }._sp_pr65 {padding-right: 65px !important; }._sp_mt70 {margin-top: 70px !important; }._sp_mb70 {margin-bottom: 70px !important; }._sp_ml70 {margin-left: 70px !important; }._sp_mr70 {margin-right: 70px !important; }._sp_pt70 {padding-top: 70px !important; }._sp_pb70 {padding-bottom: 70px !important; }._sp_pl70 {padding-left: 70px !important; }._sp_pr70 {padding-right: 70px !important; }._sp_mt75 {margin-top: 75px !important; }._sp_mb75 {margin-bottom: 75px !important; }._sp_ml75 {margin-left: 75px !important; }._sp_mr75 {margin-right: 75px !important; }._sp_pt75 {padding-top: 75px !important; }._sp_pb75 {padding-bottom: 75px !important; }._sp_pl75 {padding-left: 75px !important; }._sp_pr75 {padding-right: 75px !important; }._sp_mt80 {margin-top: 80px !important; }._sp_mb80 {margin-bottom: 80px !important; }._sp_ml80 {margin-left: 80px !important; }._sp_mr80 {margin-right: 80px !important; }._sp_pt80 {padding-top: 80px !important; }._sp_pb80 {padding-bottom: 80px !important; }._sp_pl80 {padding-left: 80px !important; }._sp_pr80 {padding-right: 80px !important; }._sp_mt85 {margin-top: 85px !important; }._sp_mb85 {margin-bottom: 85px !important; }._sp_ml85 {margin-left: 85px !important; }._sp_mr85 {margin-right: 85px !important; }._sp_pt85 {padding-top: 85px !important; }._sp_pb85 {padding-bottom: 85px !important; }._sp_pl85 {padding-left: 85px !important; }._sp_pr85 {padding-right: 85px !important; }._sp_mt90 {margin-top: 90px !important; }._sp_mb90 {margin-bottom: 90px !important; }._sp_ml90 {margin-left: 90px !important; }._sp_mr90 {margin-right: 90px !important; }._sp_pt90 {padding-top: 90px !important; }._sp_pb90 {padding-bottom: 90px !important; }._sp_pl90 {padding-left: 90px !important; }._sp_pr90 {padding-right: 90px !important; }._sp_mt95 {margin-top: 95px !important; }._sp_mb95 {margin-bottom: 95px !important; }._sp_ml95 {margin-left: 95px !important; }._sp_mr95 {margin-right: 95px !important; }._sp_pt95 {padding-top: 95px !important; }._sp_pb95 {padding-bottom: 95px !important; }._sp_pl95 {padding-left: 95px !important; }._sp_pr95 {padding-right: 95px !important; }._sp_mt100 {margin-top: 100px !important; }._sp_mb100 {margin-bottom: 100px !important; }._sp_mb-1em {margin-bottom: 1em; }._sp_ml100 {margin-left: 100px !important; }._sp_mr100 {margin-right: 100px !important; }._sp_pt100 {padding-top: 100px !important; }._sp_pt150 {padding-top: 150px !important; }._sp_pb100 {padding-bottom: 100px !important; }._sp_pl100 {padding-left: 100px !important; }._sp_pr100 {padding-right: 100px !important; }._sp_w0 {width: 0; }._sp_w1 {width: 1%; }._sp_w2 {width: 2%; }._sp_w3 {width: 3%; }._sp_w4 {width: 4%; }._sp_w5 {width: 5%; }._sp_w6 {width: 6%; }._sp_w7 {width: 7%; }._sp_w8 {width: 8%; }._sp_w9 {width: 9%; }._sp_w10 {width: 10%; }._sp_w11 {width: 11%; }._sp_w12 {width: 12%; }._sp_w13 {width: 13%; }._sp_w14 {width: 14%; }._sp_w15 {width: 15%; }._sp_w16 {width: 16%; }._sp_w17 {width: 17%; }._sp_w18 {width: 18%; }._sp_w19 {width: 19%; }._sp_w20 {width: 20%; }._sp_w21 {width: 21%; }._sp_w22 {width: 22%; }._sp_w23 {width: 23%; }._sp_w24 {width: 24%; }._sp_w25 {width: 25%; }._sp_w26 {width: 26%; }._sp_w27 {width: 27%; }._sp_w28 {width: 28%; }._sp_w29 {width: 29%; }._sp_w30 {width: 30%; }._sp_w31 {width: 31%; }._sp_w32 {width: 32%; }._sp_w33 {width: 33%; }._sp_w34 {width: 34%; }._sp_w35 {width: 35%; }._sp_w36 {width: 36%; }._sp_w37 {width: 37%; }._sp_w38 {width: 38%; }._sp_w39 {width: 39%; }._sp_w40 {width: 40%; }._sp_w41 {width: 41%; }._sp_w42 {width: 42%; }._sp_w43 {width: 43%; }._sp_w44 {width: 44%; }._sp_w45 {width: 45%; }._sp_w46 {width: 46%; }._sp_w47 {width: 47%; }._sp_w48 {width: 48%; }._sp_w49 {width: 49%; }._sp_w50 {width: 50%; }._sp_w51 {width: 51%; }._sp_w52 {width: 52%; }._sp_w53 {width: 53%; }._sp_w54 {width: 54%; }._sp_w55 {width: 55%; }._sp_w56 {width: 56%; }._sp_w57 {width: 57%; }._sp_w58 {width: 58%; }._sp_w59 {width: 59%; }._sp_w60 {width: 60%; }._sp_w61 {width: 61%; }._sp_w62 {width: 62%; }._sp_w63 {width: 63%; }._sp_w64 {width: 64%; }._sp_w65 {width: 65%; }._sp_w66 {width: 66%; }._sp_w67 {width: 67%; }._sp_w68 {width: 68%; }._sp_w69 {width: 69%; }._sp_w70 {width: 70%; }._sp_w71 {width: 71%; }._sp_w72 {width: 72%; }._sp_w73 {width: 73%; }._sp_w74 {width: 74%; }._sp_w75 {width: 75%; }._sp_w76 {width: 76%; }._sp_w77 {width: 77%; }._sp_w78 {width: 78%; }._sp_w79 {width: 79%; }._sp_w80 {width: 80%; }._sp_w81 {width: 81%; }._sp_w82 {width: 82%; }._sp_w83 {width: 83%; }._sp_w84 {width: 84%; }._sp_w85 {width: 85%; }._sp_w86 {width: 86%; }._sp_w87 {width: 87%; }._sp_w88 {width: 88%; }._sp_w89 {width: 89%; }._sp_w90 {width: 90%; }._sp_w91 {width: 91%; }._sp_w92 {width: 92%; }._sp_w93 {width: 93%; }._sp_w94 {width: 94%; }._sp_w95 {width: 95%; }._sp_w96 {width: 96%; }._sp_w97 {width: 97%; }._sp_w98 {width: 98%; }._sp_w99 {width: 99%; }._sp_w100 {width: 100%; }
}
._sptel > a{text-decoration: none;}
._sptel._color-white > a{color: white;}
._gcg01 {grid-column-gap: 1%; }._gcg02 {grid-column-gap: 2%; }._gcg03 {grid-column-gap: 3%; }._gcg04 {grid-column-gap: 4%; }._gcg05 {grid-column-gap: 5%; }._gcg06 {grid-column-gap: 6%; }._gcg07 {grid-column-gap: 7%; }._gcg08 {grid-column-gap: 8%; }._gcg09 {grid-column-gap: 9%; }._gcg010 {grid-column-gap: 10%; }
._a_fbox {display: flex;flex-flow:row wrap; }
._fd_row{flex-direction:row;}
._fd_r_reverse{flex-direction:row-reverse;}
._fd_column{flex-direction:column;}
._fd_c_reverse{flex-direction:column-reverse;}
._jcc {justify-content: center; }
._jcsb {justify-content: space-between; }
._jcfs {justify-content: flex-start; }
._jcfe {justify-content: flex-end; }
._faic {align-items: center; }
._fais {align-items: flex-start; }
._faie {align-items: flex-end; }
._fs150 {font-size: 150% !important; }._fs145 {font-size: 145% !important; }._fs140 {font-size: 140% !important; }._fs135 {font-size: 135% !important; }._fs130 {font-size: 130% !important; }._fs125 {font-size: 125% !important; }._fs120 {font-size: 120% !important; }._fs115 {font-size: 115% !important; }._fs110 {font-size: 110% !important; }._fs105 {font-size: 105% !important; }._fs100 {font-size: 100% !important; }._fs95 {font-size: 95% !important; }._fs90 {font-size: 90% !important; }._fs85 {font-size: 85% !important; }._fs80 {font-size: 80% !important; }._fs75 {font-size: 75% !important; }._fs70 {font-size: 70% !important; }._fs65 {font-size: 65% !important; }._fs60 {font-size: 60% !important; }._fs55 {font-size: 55% !important; }._fs50 {font-size: 50% !important; }._fs45 {font-size: 45% !important; }._fs40 {font-size: 40% !important; }._fs35 {font-size: 35% !important; }._fs30 {font-size: 30% !important; }._fs25 {font-size: 25% !important; }._fs20 {font-size: 20% !important; }
._fw-100 {font-weight: 100; }._fw-200 {font-weight: 200; }._fw-300 {font-weight: 300; }._fw-400 {font-weight: 400; }._fw-500 {font-weight: 500; }._fw-600 {font-weight: 600; }._fw-700 {font-weight: 700; }._fw-800 {font-weight: 800; }._fw-900 {font-weight: 900; }
._dp-b {display: block; }
._dp-ib {display: inline-block; }
._dp-i {display: inline; }
._txtl {text-align: left; }._txtr {text-align: right; }._txtc {text-align: center; }
@media screen and (max-width: 800px) {
  ._logo{margin:0 auto; }
  ._sp_txtl {text-align: left; }._sp_txtr {text-align: right; }._sp_txtc {text-align: center; }
  ._sp_jcc {justify-content: center; }._sp_jcsb {justify-content: space-between; }._sp_jcfs {justify-content: flex-start; }._sp_jcfe {justify-content: flex-end; }
  ._PCblock,._PCblock *{display: none;}
  ._sp_fs150 {font-size: 150% !important; }._sp_fs145 {font-size: 145% !important; }._sp_fs140 {font-size: 140% !important; }._sp_fs135 {font-size: 135% !important; }._sp_fs130 {font-size: 130% !important; }._sp_fs125 {font-size: 125% !important; }._sp_fs120 {font-size: 120% !important; }._sp_fs115 {font-size: 115% !important; }._sp_fs110 {font-size: 110% !important; }._sp_fs105 {font-size: 105% !important; }._sp_fs100 {font-size: 100% !important; }._sp_fs95 {font-size: 95% !important; }._sp_fs90 {font-size: 90% !important; }._sp_fs85 {font-size: 85% !important; }._sp_fs80 {font-size: 80% !important; }._sp_fs75 {font-size: 75% !important; }._sp_fs70 {font-size: 70% !important; }._sp_fs65 {font-size: 65% !important; }._sp_fs60 {font-size: 60% !important; }._sp_fs55 {font-size: 55% !important; }._sp_fs50 {font-size: 50% !important; }._sp_fs45 {font-size: 45% !important; }._sp_fs40 {font-size: 40% !important; }._sp_fs35 {font-size: 35% !important; }._sp_fs30 {font-size: 30% !important; }._sp_fs25 {font-size: 25% !important; }._sp_fs20 {font-size: 20% !important; }
}
@media screen and (min-width:801px){
  ._SPblock,._SPblock *{display: none;}
}