* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

h1,h2,h3,h4,dl,dt,dd,figure{
  margin: 0;
  padding: 0;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

a{
  outline: none;
  text-decoration: underline;
}

body{
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.pc-nn{
  display: none;
}

.pc-bl{
  display: block;
}

img{
	vertical-align: bottom;
}

.bl{
	color: #00abf7;
}


.gr{
	color: #00ab89;
}

.or {
	color: #f5aa00;
}

#top {
	float: right;
	width: 113px;
	clear: right;
}

#txt_link {
	text-align: center;
	clear: left;
	float: left;
	width: 760px;
	margin-top: 15px;
	font-size: 90%;
	line-height: 140%;
	color: #584533;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

p {
	margin: 0px;
	padding: 0px;
}

#wrapper p,#wrapper h1,#wrapper li{
	color: #575757;
}

.bl2{
	color: #0098bc;
}

.rd{
	color: #e50011;
}

.txt_m {
	font-size: 80%;
	line-height: 140%;
}
.txt_m_interval {
	font-size: 80%;
	line-height: 160%;
}

#wrapper {
	width: 100%;
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	/* font-family: 'Noto Serif JP', serif; */
	font-size: 120%;
	margin-top: 8px;
}

.ta_c{
	text-align: center;
}

.mt_10{
	margin-top: 10px;
}

.mt_20{
	margin-top: 20px;
}

.mt_30{
	margin-top: 30px;
}

.mt_50{
	margin-top: 50px;
}

.mt_70{
	margin-top: 70px;
}

.mt_80{
	margin-top: 80px;
}

.mt_100{
	margin-top: 100px;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_50{
	margin-bottom: 50px;
}

.pt_10{
	padding-top: 10px;
}

.pb_60{
	padding-bottom: 60px;
}

.pb_100{
	padding-bottom: 100px;
}

.m_a{
	margin: 0 auto;
}

.pt_100{
	padding-top: 100px;
}

.txt_box{
	padding: 0 15px;
}

.lh-1{
	line-height: 1.5;
}

.big{
	font-size: 1.5em;
	font-weight: bold;
}

.big2{
	font-size: 3em;
	font-weight: bold;
}

.left{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.mb_10{
	padding-bottom: 10px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}

.ind{
	text-indent: -1.2em;
	padding-left: 1.2em;

}


.flex1{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex2{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: auto;
    -webkit-align-items: center;
	align-items: center;
}

.flex3{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ta_l{
	text-align: left;
}

.ta_r{
	text-align: right;
}

.ac_c{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.btn1 a,.btn3 a{
	display: block;
	width: 500px;
	padding: 20px 0;
	font-size: 1.2em;
	font-weight: 600;
	text-decoration: none;
	margin: 100px auto 0;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 7px;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	transition: 0.5s;
}

.btn1 a{
	background: #ffe51a;
	color: #000;
	box-shadow: #aa951a 0 5px 0;
}

.btn3 a{
	background: #000;
	color: #fff;
	box-shadow: #676767 0 5px 0;
}

.btn1 a:hover,.btn3 a:hover{
	box-shadow: none;
	transform: translate(0,5px);
}

.btn1 a::after,.btn3 a::after{
	content: "";
	position: absolute;
	width: 9px;
	height: 15px;
	transform: translate(-50%,-50%);
	top: 50%;
	right: 10px;
}

.btn1 a::after{
	background: url(../img/arrow-right2.png) no-repeat center center / contain;
}

.course1 .btn1 img{
	width: 230px;
}

.btn3 a::after{
	background: url(../img/arrow-right.png) no-repeat center center / contain;
}

.logo-pdf.btn3 a::after{
	background: url(../img/pdf-logo.png) no-repeat center center / contain;
	width: 12px;
	height: 12px;
}

.btn3.mt_btn a{
	margin: 50px auto 0;
}

.btn-box p{
	font-size: 1.3em;
	letter-spacing: 0.2em;
}

.course1 .big{
	text-align: center;
}

.course1 ul li{
	margin-bottom: 20px;
	line-height: 1.4;
}
.course1{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.course1 img{
	width: 100%;
}

#content1,#content2,#content3,#content4{
	padding-top: 100px;
}

.btn-box {
    text-align: center;
}


#content{
	background: #4eb133;
	width: 100%;
	height: 400px;
	position: relative;
}
.main-logo img{
	width: 375px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.sub-tit{
	position: relative;
	text-align: center;
	padding: 5px 0;
	font-weight: 600;
	color: #fff;
	background: #4eb133;
	margin-bottom: 50px;
	font-size: 1.8em;
}


/* .point-box{
	width: 450px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 50px;
}

.point-box>div{
	display: flex;
	flex-wrap: wrap;
}

.point-box>div figure{
	width: 26px;
	margin: 0 10px 0 0;
} */

#wrapper .map-txt{
	font-size: 1.2em;
	font-weight: 600;
	color: #e50011;
	margin-bottom: 30px;
}

.come{
	font-size: 1.6em;
	text-align: center;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 20px;
}


#last{
	margin: 200px 0 100px;
}

.campaign-area{
	margin-bottom: 100px;
}


.campaign-box{
	max-width: 1000px;
	width: 100%;
	margin-bottom: 50px;
}

.campaign-box figure,.campaign-box h3{
	margin-bottom: 10px;
}

.campaign-txt{
	width: 520px;
}

.campaign-box figure{
	border: 1px solid #000;
	width: 450px;
}


.campaign-box h3{
	color: #4eb133;
}

.btn2 a{
	display: block;
	width: 100%;
	padding: 20px 0;
	font-size: 1.2em;
	font-weight: 600;
	text-decoration: none;
	background: #000;
	margin-top: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	border-radius: 7px;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	box-shadow: #676767 0 5px 0;
	transition: 0.5s;
}

.btn2 a:hover{
	box-shadow: none;
	transform: translate(0,5px);
}

.btn2 a::after{
	content: "";
	position: absolute;
	width: 9px;
	height: 15px;
	background: url(../img/arrow-right.png) no-repeat center center / contain;
	transform: translate(-50%,-50%);
	top: 50%;
	right: 10px;
}

.cont-nav{
	background: #ffe51a;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1000;
}

.cont-nav a{
	display: block;
	text-decoration: none;
	padding: 30px 50px;
	color: #000;
	position: relative;
	font-weight: 500;
}

.cont-nav a::after{
	content: "";
	width: 1px;
	height: 30px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%,-50%);
}

.cont-nav li:last-child a::after{
	display: none;
}

.panf-box{
	width: 230px;
	margin: 0 auto;
}


#wrapper .top-num{
	padding: 3px 0;
	background: #ffe51a;
	color: #000;
	text-align: center;
	font-weight: 600;
	margin-bottom: 5px;
}

.camp-tit{
	color: #4eb133;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4em;
}






@media screen and (max-width:768px){
	.sp-nn{
	  display: none;
	}
	.sp-bl{
	  display: block;
	}

	#wrapper{
		max-width: 780px;
		width: 100%;
		margin-top: 0;
	}
	#content{
		display: none;
	}
	#content-sp{
		display: block;
	}
	body{
	  min-width: 100%;
	}
	body,#content1,#content2,#wrapper{
	  width: 100%;
	}

	.sp-img{
	  width: 100%;
	}

	.sp-img90{
	  width: 90%;
	}

	.sp-img80{
	  width: 80%;
	}

	.sp-img70{
	  width: 70%;
	}

	.sp-m_a{
		margin: 0 auto
	}

	.course1 .big{
		font-size:1.2em;
	}

	#pagetop{
	  z-index: 10000;
	}

	.big2{
		font-size: 2.4em;
	}

	#content1, #content2, #content3, #content4{
		padding: 20% 0 0;
	}

	#content1{
		margin-bottom: 0;
	}

	p.ta_c{
		text-align: left;
	}

	.caution{
		width: 90%;
	}

	.caution p{
		letter-spacing: 0;
	}

	.caution h1{
		font-size: 1.5em;
	}

	.in p,.in h3{
		width: 100%;
	}
	.pb_100{
		padding-bottom: 0;
	}

	.course1{
		width: 90%;
		margin: 0 auto;
	}

	.course1 p,.course1 li{
		font-size: 0.8em;
	}

	.sub-tit{
		font-size: 1.2em;
		margin-bottom: 10%;
	}


	.in-img{
		margin: 0 auto 5%;
	}
	.in h3{
		font-size: 1.17em;
	}
	.pb_60{
		padding-bottom: 10%;
	}

	.mt_80{
		margin-top: 20%;
	}

	.pt_10{
		padding-top: 5px;
	}

	.ind{
		text-indent: -1.2em;
	}

	.sp-left{
		text-align: left;
		font-size: 1.2em;
		font-weight: bold;
	}

	.btn1 a,.btn3 a,.point-box{
		width: 100%;
	}

	.btn1 a,.btn3 a{
		font-size: 0.9em;
		margin: 10% 0 0;
	}

	.btn1 a::after,.btn3 a::after{
		width: 6px;
		right: 10px;
	}

	.course1 .btn1 img{
		width: 70%;
	}

	.logo-pdf.btn3 a::after{
		width: 9px;
		height: 9px;
	}

	  #wrapper .map-txt{
		font-size: 0.8em;
		margin-top: 5%;
	}

	/* .point-box > div{
		margin-bottom: 10px;
	} */

	#last{
		margin: 10% 0;
	}

	.campaign-area{
		margin-bottom: 20%;
	}

	.campaign-box{
		width: 100%;
		margin-bottom: 20%;
	}

	.btn2 a{
		font-size: 0.9em;
	}

	.btn2 a::after {
		width: 6px;
		right: 10px;
	  }

	  .cont-nav .course1{
		  width: 100%;
	  }

	  .cont-nav li{
		  /* width: 33%; */
		  width: 50%;
	  }

	  .cont-nav a{
		  width: 100%;
		  padding: 10px 0;
		  font-size: 3vw;
		  text-align: center;
	  }

	  .cont-nav a::after{
		  height: 50%;
	  }

	  .campaign-box figure{
		  border: 1px solid #000;
		  margin-bottom: 5%;
	  }

	  .campaign-box figure, .campaign-txt{
		  width: 100%;
	  }

	  .btn1.mt_btn a{
		margin: 10% auto 0;
	  }

	  .panf-box{
		  width: 50%;
	  }

	  .btn-cont{
		  margin-top: 20%;
	  }

	  .camp-tit{
		text-align: left;
		margin-bottom: 5%;
		font-size: 1em;
	}
}



@media screen and (max-width:420px){
	.hp-btn a{
		padding: 15px 0;
	}

	.caution{
		padding: 0;
	}
	.caution h1{
		font-size: 1.1em;
	}
	.caution img{
		width: 70%;
		margin: 10% 0 5%;
	}
}