h1, h2, h3, h4, h5, h6, p, ul, ol, li, dd, dt, dl, table, a, input, textarea, select, form {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#40220F;
	padding:0;
	margin:0;
	box-sizing: border-box;
}
table,tr,th,td{border-collapse:collapse;border-spacing:0;border:none;}
ul{list-style:none;}
body{
  width: 100%;
  height:100%;
  background: linear-gradient(90deg,#FFF200 0%, #FFF200 50%, #FABE00 50%, #FABE00 100%);
  display: flex;
  justify-content: center;
  align-items: center;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dd, dt, dl{padding:0;margin:0;line-height:1;}
a{text-decoration:none;}
.container{
	max-width: 960px;
	margin:0 auto;
}
main{width:100%;}
header{
	width:100%;
	margin:0 auto;
}
h1{
	width: 100%;
	margin:10px auto;
}
h1 img{
	width:960px;
	height:700px;
	object-fit:contain;
	padding:0;
	margin:0 auto;
}

header p{
	margin:10px auto;
	padding:5px;
	width:35em;
	border-radius:20px;
	background:#FFF;
	border:3px solid #40220F;
	text-align:center;
	font-size:20px;
	line-height:2;
	color:#FA5514;
	font-weight:700;
}
.sp{display:none;}
@media (max-width: 768px) {
.container{width:100%;
	overflow:hidden;}
h1 img{
	max-width:100%;
	height:auto;
	}
header p{
	margin:5px auto;
	width:80%;
	padding:3px;
	font-size:15px;
	border:2px solid #40220F;
}
.sp{display:block;
	}
}
/**.accses_nav {
	display:flex;
	text-align: center;
	padding:0;
	flew-wrap:no-wrap;
	width:96%;
	justify-content:space-between;
}
.accses_nav li {
	width: 49%;
}
.access_nav li img{
	width:100%;
}**/
.summary{
	background:#FFFFFF;
	margin:20px auto;
	border-radius:5px;
	display:flex;
	justify-content:space-between;
	width:100%;
	flex-wrap:nowrap;
}
.target_Box,.schedule_Box{
	width:33%;
	margin:1%;
	border:3px solid #40220F;
	border-radius:5px;
}
.inBox{
	width:29%;
	margin:1%;
}
.target_Box h2{
	margin:auto;
	font-size:32px;
	font-weight:900;
	color:#FFF;
	text-align:center;
	line-height:1.7;
  	width:100%;
  background-color   : #ea5514;
  background-image   : radial-gradient(#fff200 8%, transparent 11%),
                       radial-gradient(#fff200 8%, transparent 11%);
  background-position: 0 0, 10px 10px;
  background-size    : 20px 20px;
	border-bottom:3px solid #40220F;
}
.schedule_Box h2{
	margin:auto;
	font-size:32px;
	font-weight:900;
	color:#FFF;
	text-align:center;
	line-height:1.7;
  	width:100%;
  background-color   : #00a73c;
  background-image   : radial-gradient(#fff200 8%, transparent 11%),
                       radial-gradient(#fff200 8%, transparent 11%);
  background-position: 0 0, 10px 10px;
  background-size    : 20px 20px;
	border-bottom:3px solid #40220F;
}
/**.summary .summary_inBox .consult_Box,.summary .summary_inBox .company_Box{
	width:100%;
}
.summary .summary_inBox .consult_Box{
	margin-bottom:10px;
}**/
.consult_Box h3{
	background-color:#EA5514;
	border-radius:10px;
	color:#FFF;
	font-size:18px;
	font-weight:800;
	padding:5px 5px 5px 10px;
}
.company_Box h3{
	background-color:#00A730;
	border-radius:10px;
	color:#FFF;
	font-size:18px;
	font-weight:800;
	padding:5px;
}
.consult_Box p,.company_Box p{
	line-height:1.6;
}
@media (max-width: 768px) {
.summary{display:block;
	}
.target_Box,.schedule_Box,.inBox{
	width:98%;
	margin:5px auto;
	}
.target_Box h2,.schedule_Box h2{
	font-size:16px;
}
}

.target_Box ul{
	padding:5%;
}
.target_Box li{
	line-height:2;
	font-size:20px;
}
.target_Box i{
	color:#EA5514;
	padding-right:3px;
	font-size:20px
}
.schedule_Box i{
	color:#00A73C;
	padding-right:3px;
	font-size:20px
}
.schedule_Box .timetable{
	width:100%;
	padding:2% 0;
}
.schedule_Box .timetable td{
	vertical-align:top;
	font-size:20px
}
.schedule_Box .timetable tr{
	width:100%;
}
.schedule_Box .timetable td:first-child{
	width:40%;
	padding:5% 1% 5% 5%;
}
.schedule_Box .timetable td:nth-child(2){
	padding:5% 0 5% 1%;
	width:calc(100% - 41%);
}
.pc{
	display:block;
}
.consult_Box p,.company_Box p{
	line-height:1.7;
	padding:2%;
	font-size:14px
}
@media (max-width: 768px) {
.consult_Box,.company_Box{
	width:100%;
	}
.consult_Box p,.company_Box p{
	width:100%;
	font-size:13px;
}
.summary .schedule_Box .timetable{
	padding:0;
}
.target_Box li{
	font-size:16px;
}
.schedule_Box .timetable td{
	font-size:16px
}
.schedule_Box .timetable td:first-child{
	width:35%;
	padding:5% 1% 5% 5%;
}
.schedule_Box .timetable td:nth-child(2){
	padding:5% 0 5% 1%;
	width:calc(100% - 36%);
}
.pc{
	display:none;
}
}
p.download{
	text-align:center;
	font-weight:900;
	font-size:24px;
	margin:30px auto 50px;
	background:#EA5514;;
	border-radius:8px;
	border:1px double #FFFFFF;
	width:35em;
	color:#40220F;
	height:62px;
	line-height:62px;
}
p.download a{
	color:#FFFFFF;
	font-size:28px;
	height:62px;
	line-height:62px;
}
@media (max-width: 768px) {
p.download{
	width:80%;
	height:100px;
	line-height:1.8;
	font-size:16px;
}
p.download a{
	font-size:20px;
}
	/**ul.explanation{
		display:block;
	}
	.explanation li:first-child{
		width:100%;
		font-size:18px;
		height:32px;
		line-height:32px;
	}
	.explanation li:nth-child(2){
		width:98%;
		font-size:13px;
		height:36px;
		padding:3px;
	}
/**	.attention_01{
		width:40%;
	}
	.attention td{
		font-size:13px;
	}
	footer{
		display:block;
		width:100%;
	}
	footer p{
		font-size:11px;
		margin-bottom:5px;
	}
	footer p:nth-child(2){
		font-size:10px;
	}
}
/**.pc{
	display:none;
}**/

/**.summary dl{
	display:block;
	}
.summary dt{
	font-size:17px;
	height:32px;
	line-height:32px;
	padding:1%;
}
.summary dd{
		width:100%;
		font-size:16px;
	}
	.timetable th,.timetable td{
		padding:3px;
		font-size:13px;
	}
	.timetable th::after{
		width:2em;
		top:calc(35%);
		right:-2em;
	}
	.timetable td{
		padding-left:2.5em;
	}**/
}
.attention{
	background:#FFE9A9;
/**	border-radius:10px;**/
	padding:2%;
	border:1px solid #873E2A;
}
.attention_01{
	width:30%;
}
.attention_01 img{
	width:100%;
	object-fit:contain;
}
.attention td{
	font-size:20px;
	line-height:1.7;
	padding:5px 10px;
}
.attention_col {
	display:flex;
	justify-content:center;
	vertical-align:middle;
}
.attention_col p a{
	/**display:block;**/
	background:#873E2A;
	color:#FFF;
	font-weight:700;
	font-size:24px;
	border:2px solid #873E2A;
	border-radius:10px;
	margin:15px 5px;
/**	padding:5px;**/
	width:320px;
	height:48px;
	line-height:48px;
	text-align:center;
	/**line-height:1.7;**/
	display:flex;
	vertical-align:middle;
	justify-content:center;
}
.attention_col p a img{
	width:35px;
	height:auto;
	margin-right:5px;
}
/**.attention p i{
	padding:0 5px;}**/

@media (max-width: 768px) {
.attention_01{
	width:25%;
}
.attention td{
	font-size:14px;
	padding:3px;
}
.attention_col{
	width:100%;
	display:block;
	}
.attention_col p{
	width:90%
	}
.attention_col p a{
	width:100%;
	font-size:17px;
	height:40px;
	line-height:40px;
	}
}
#linkBox{
	margin:30px auto;
	display:flex;
	justify-content:space-between;
	width:96%;
}
#linkBox .innerbox{
	width:45%;
	height:36rem;
	background:#FFFFFF;
	text-align:center;
	border-radius:5px;
	padding:1.5%;
}
.innerbox h3{
	width:100%;
/**	font-size:30px;
	height:2rem;
	line-height:2rem;**/
	margin:10px auto 20px;
}
.innerbox h3 img{
	width:60%;
	margin:0 auto;
	object-fit:contain;
}
.formLink,.pdf_01,.pdf_02,.pdf_03,.pdf_04,.pdf_05{
	font-size:24px;
	width:96%;
	text-align:center;
}
.formLink a{
	display:block;
	font-weight:700;
	color:#FFFFFF;
	border-radius:5px;
	background:#873E2A;
	width:100%;
	height:68px;
	line-height:68px;
	margin:0 10px 10px 10px;
}
.pdf_01 a{
	display:block;
	font-weight:700;
	color:#FFFFFF;
	border-radius:5px;
	background:#BC4B39;
	height:68px;
	width:100%;
	line-height:68px;
	margin:10px 10px 0 10px;
}
.pdf_02 a{
	display:block;
	font-weight:700;
	color:#FFFFFF;
	border-radius:5px;
	background:#ff5858;
	height:68px;
	width:100%;
	line-height:68px;
/**	line-height:1.4;**/
	margin:10px;
}
.pdf_03 a{
	display:block;
	font-weight:700;
	background:#F3A454;
	color:#873E2A;
	border-radius:5px;
	height:68px;
	width:100%;
	line-height:68px;
/**	line-height:1.4;**/
	margin:10px;
}
.pdf_04 a{
	display:block;
	font-weight:700;
	background:#F4C66C;
	color:#873E2A;
	border-radius:5px;
	height:68px;
	width:100%;
	line-height:68px;
/**	line-height:1.4;**/
	margin:10px;
}
.pdf_05 a{
	display:block;
	font-weight:700;
	background:#b52c0a;
	color:#ffffff;
	border-radius:5px;
	height:68px;
	width:100%;
	line-height:68px;
/**	line-height:1.4;**/
	margin:10px;
}
@media (max-width: 768px) {
#linkBox .innerbox{
	height:23.4rem;
	}
.innerbox h3 img{
	width:80%;
	}
.formLink,.pdf_01,.pdf_02,.pdf_03,.pdf_04,.pdf_05{
	font-size:13px;
}
.formLink a{
	height:44px;
	line-height:44px;
	margin:0 5px 5px 5px;
}
.pdf_01 a{
	height:44px;
	line-height:44px;
	margin:5px;
}
.pdf_02 a{
	height:44px;
	line-height:44px;
	margin:5px;
}
.pdf_03 a{
	height:44px;
	line-height:44px;
	margin:5px;
}
.pdf_04 a{
	height:44px;
	line-height:44px;
	margin:5px;
}
.pdf_05 a{
	height:44px;
	line-height:44px;
	margin:5px;
}
}
.locateBox{
	max-width:960px;
	background:#FFFFFF;
	padding:2%;
	margin:0 auto 50px;
}
.locateBox h3 {
    text-align: center;
	width:100%;
	line-height:2;
	margin:10px auto 40px;
}
.locateBox h3 img{
	width:50%;
	object-fit:contain;
}
.locateBox dl{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:flex-start;
	vertical-align:top;
	align-items:flex-start;
}

.locateBox dt{
	width:20%;
	background:#00aecb;
	color:#FFFFFF;
	font-size:26px;
	line-height:1.5;
	margin:1.5% 5% 5% 0;
	text-align:center;
}
.locateBox dd{
	width:75%;
	font-size:20px;
	line-height:1.5;
	margin:0 0 5% 0;
	display:table-cell;
}
.locateBox iframe{
	width:100%;
	height:300px;
}
.locateBox dd strong{
	font-size:40px;
	font-weight:800;
}
.locateBox dd span.middle{
	font-size:32px;
	font-weight:800;
}
.locateBox dd span.s_001{
	color:#EA5514;
}
.locateBox dd span.s_002{
	color:#00A73C;
}

@media (max-width: 768px) {
.locateBox h3 {
	margin:10px auto;
}
.locateBox dt{
	font-size:18px;
}
.locateBox dd{
	font-size:14px;
}
.locateBox dd strong{
	font-size:24px;
}
.locateBox dd span.middle{
	font-size:18px;
	}
}
/**
.summary dl{
	margin:20px auto 30px;
/**	display:flex;
	flex-wrap:wrap;**/
/**	width:96%;
	padding:0 1%;
}
.summary dt{
	padding:1%;
	width:10em;
	font-weight:700;
	color:#FFFFFF;
	background:#e95513;
	border-radius:5px;
	border:1px solid #FFFFFF;
	font-size:22px;
	height:36px;
	line-height:36px;
	text-align:center;
	margin-bottom:10px;
	
}
.summary dd{
	padding:0 1% 2% 2%;
	width:100%;
	color:inherit;
	font-size:22px;
	margin-left:5px;
	line-height:1.6;
}
.summary dd p{
	line-height:2.2;
}
.summary dd i{
	font-size:inherit;
	color:#e95513;
	margin-right:5px;
}**/

/**.timetable th,.timetable td{
	/**padding:10px 0;
	text-align:left;
	font-size:22px;
	line-height:1.6;**/
/**}**/
/**.timetable th{
	position:relative;
}
.timetable th::after{
	display:block;
	content:"";
	width:5em;
	height:2px;
	/**background:#333;
/**	border-bottom: 2px dotted #000;**/
/**	position:absolute;
	top:calc(40%);
	right:-5.5em;
}
.timetable td{
	padding-left:6em;
}**/
footer{
	background-color: #FFFFFF;}
footer div{
	display:flex;
	justify-content:space-between;
	max-width:960px;
	padding:1.5%;
}
footer .footerL{
	width:55%;
}
footer .footerR{
	width:50%;
	display:flex;
	justify-content:space-between;
}

footer .footerL li:first-child{
	font-size:19px;
	line-height:1.8;
	color:#333333;
	margin:0 0 2%;
}
footer .footerL li .span_1{
	background:#12B8D7;
	color:#FFFFFF;
	font-weight:800;
	padding:1% 2%;
	margin:0 2% 2% 0;
	border-radius:5px;
}
footer .footerL li:nth-child(2){
	font-size:17px;
	line-height:1.8;
	color:#333333;
	margin:0 0 2%;
}
footer .footerL li .span_2{
	background:#FFF347;
	color:#333333;
	font-weight:800;
	padding:1% 2%;
	margin-right:2%;
	border-radius:5px;
}
footer .footerL li .span_3{
	background:#a48b78;
	color:#FFFFFF;
	font-weight:900;
	padding:1% 2%;
	margin:0 1% 0 2%;
	border-radius:5px;
}
footer li small{
	font-size:14px;
	line-height:1.8;
	}

footer .footerR li:first-child{
	width:25%;
	border-radius:5px;
	background:#E6E5D7;
	color:#000;
	height:115px;
	line-height:115px;
	text-align:center;
	font-size:14px;
	margin-right:2%;
}
footer .footerR li:nth-child(2){
	width:70%;
}
footer .footerR li:nth-child(2) p:first-of-type{
	display:flex;
	justify-content:flex-start;
	flex-wrap:nowrap;
	vertical-align:middle;
	margin:0 auto 15px;
	font-size:16px;
	line-height:1;
	position:relative;
	}
footer .footerR li:nth-child(2) p:first-of-type img{
	width:50%;
	object-fit:contain;
}
footer .footerR li:nth-child(2) p:first-of-type span{
	position:absolute;
	bottom:-8px;
	right:50px;
	font-size:16px;
	line-height:2;
}
footer .footerR li:nth-child(2) p:nth-of-type(2),footer .footerR li:nth-child(2) p:nth-of-type(3){
	width:100%;
	font-size:14px;
	line-height:2;
	margin:10px 0;
}
footer .footerR li:nth-child(2) p:nth-of-type(3){
	margin-bottom:0;
}
.footerR .m_small{
	font-size:10px;
}

#pageTop{
    display: none;
    position: fixed;
    right: 16px;
    bottom: 60px;
	z-index:999;
}
#pageTop a{
    display: block;
    font-size: 13px;
    width: 3em;
    height: 50px;
    text-align: center;
    background: #7db4e6;
	color:#fff;
	font-weight:900;
    border-radius: 5px;
    line-height: 50px;
}
.copyright{
	background:#FFFFFF;
	margin:10px auto 0;
	text-align:center;
	font-size:12px;
	color:#333;
	padding-top:5px;
}
@media (max-width: 768px) {
footer div{
	display:block;
	width:100%;
	}
footer .footerL,footer .footerR{
	width:100%;
}
footer .footerL{
	margin:0 0 15px 0;
	}
footer .footerL li:first-child{
	font-size:14px;
	margin:0 0 5px 0;
	}
footer .footerL li:nth-child(2){
	font-size:13px;
	margin:0 0 10px;
	line-height:2.3;
	}
footer .footerL li .span_2{
	margin:0 2% 5% 0;
	}
footer .footerL li .span_3{
	margin:0 2% 2% 0;
}
footer li small{
	font-size:11px;
	line-height:1.5;
}
footer .footerR li:first-child{
	width:3em;
	margin:0;
	position:relative;
	white-space: nowrap;
	height:100px;
}
footer .footerR li:first-child span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	writing-mode: vertical-rl;
	font-size:14px;
	}
footer .footerR li:nth-child(2){
	width:calc(100% - 4em);
}
footer .footerR li:nth-child(2) p:first-of-type{
	font-size:14px;}
footer .footerR li:nth-child(2) p:first-of-type span{
	right:70px;}
footer .footerR li:nth-child(2) p:nth-of-type(2),footer .footerR li:nth-child(2) p:nth-of-type(3){
	font-size:12px;
	line-height:1.7;
	margin:5px 0;}
footer .footerR li:nth-child(2) p:nth-of-type(3){
	margin-bottom:0;
	}
}
.just_before1, .just_before2{
	background:#00a73c;
	font-size:24px;
	text-align:center;
	font-weight:900;
	border-radius:8px;
	border:1px double #FFFFFF;
	width:35em;
	color:#40220F;
	margin:160px auto 50px;
	position:relative;
	z-index:0;
	align-items:center;
}
/**.just_before1>img{
	position:absolute;
	right:-130px;
	top:-130px;
	z-index:1;
	width:250px;
	object-fit:contain;
}
.just_before1 ul{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	display:flex;
	justify-content:center;
	width:100%;
	margin:50px auto 10px;
	padding:10px;
}
.just_before1 ul li a{
	background:#40220F;
	color:#fff;
	border-radius:8px;
	text-align:center;
	padding:10px;
	display:flex;
	vertical-align:middle;
	justify-content:center;
}
.just_before1 ul li a:first-of-type{
	margin-right:5px;
}**/
.just_before2>img{
	position:absolute;
	right:50%;
	top:-100px;
	z-index:1;
	width:250px;
	object-fit:contain;
}
.just_before2 ul{
	display:flex;
	justify-content:center;
	flex-wrap:nowrap;
	width:100%;
	margin:50px auto 10px;
	vertical-align:middle;
	align-items:center;
}

.just_before2 ul li.just_before_pdf a,.just_before2 ul li p a{
	background:#40220F;
	color:#fff;
	border-radius:8px;
	text-align:center;
	line-height:2;
	padding:10px;
	display:flex;
	vertical-align:middle;
	justify-content:center;
}
.just_before2 ul li.just_before_pdf a{
	margin-right:10px;
}
.just_before2 ul li p a{
	margin-bottom:5px;
}
.just_before2 ul li p img{
	width:35px;
	height:auto;
	margin-right:5px;
}
@media (max-width: 768px) {
.just_before1, .just_before2{
	width:80%;
	margin:80px auto 30px;
	font-size:16px;
}
/**.just_before1{
	height:100px;
}
	
.just_before1>img{
	right:-30px;
	top:-80px;
	width:150px;
}

.just_before1 ul{
	display:block;
	transform:translateY(-100%);
	}
.just_before1 ul li a{
	padding:5px;
	}
.just_before1 ul li a:first-of-type{
	margin-right:0;
	margin-bottom:5px;
}**/
.just_before2 ul{
	display:block;
	margin:0 auto;
}
.just_before2 ul li.just_before_pdf a{
	display:block;
	padding:3px;
	width:90%;
	margin:5px auto 0;
	}
.just_before2 ul li:nth-of-type(2){
	margin:0 auto;
	width:90%;
	}
.just_before2 ul li p a{
	padding:5px;
	margin:5px auto 0;
}

.just_before2 ul p a:first-of-type{
	margin-right:0;
	margin-bottom:5px;
}
.just_before2>img{
	right:-30px;
	top:-80px;
	width:120px;
}
}