@charset "UTF-8";
/* CSS Document */




/***打ち消し***/
.l-inner {
  width: auto;
  margin: auto;
  display: block;
}
.l-footer {
	display:none;
}
.l-main {
  padding-bottom: 0px
}
p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width:1016px) {
  .l-inner {
    padding: 0;
  }
}
@media screen and (max-width:750px) {
  .l-inner {
    width: auto;
  }
}



/***共通***/
img {
	max-width: 100%;
	height:auto;
}
.alpha{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.alpha:hover {
	opacity: 0.7;
}

.yu-mincho{
font-family: "Times New Roman", Times,"游明朝体", "Yu Mincho", YuMincho, "HG明朝B",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝', serif;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
.sp_img {
	display: none;
}
.tc {
	text-align:center;
}
.txt12 {
	font-size: 12px;
}
.txt16 {
	font-size: 16px;
}
.mab10 {
	margin-bottom: 10px;
}
.clearfix2:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}

@media screen and (max-width:750px) {
.pc {
	display:none;
}
.sp {
	display:block;
}
.sp_img {
	display: block;
	margin: 0 0 20px;
}
.txt16 {
	font-size: 12px;
	vertical-align: baseline;
	margin: 0 0 0 5px;
}
}

/************/

#main_title {
	background: #06A561;
	color: #FFF;
}
#main_title .innWrap {
	margin: 0px auto;
	max-width: 1015px;
	padding: 23px 0px 25px;
}
#main_title .innWrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#main_title .innWrap .cont {
	float: left;
	width: 65%;
}
#main_title .innWrap .cont .title {
	margin: 0px 0px 15px;
}
#main_title .innWrap .btn {
	width: 22%;
	float: right;
	margin: 15px 0px 0px;
	overflow:hidden;
}

#main_title .innWrap .btn a {
	border: 2px solid #81c04e;
	display: block;
	padding: 1em;
	color: #FFF;
	text-decoration: none;
	background: #098b53;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 16px;
}
#main_title .innWrap .btn a:before{
	margin: 0;
	content: " ";
	display: inline-block;
	width: 23px;
	height: 27px;
	background: url(../img/icon_pdf.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	float: right;
}
@media screen and (max-width:750px) {
#main_title {
}
#main_title .innWrap {
	margin: 0px 5%;
	padding: 20px 0px;
}
#main_title .innWrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#main_title .innWrap .cont {
	float: none;
	width: auto;
}
#main_title .innWrap .cont .title {
	margin: 0px 0px 10px;
}
#main_title .innWrap .btn {
	width: auto;
	float: none;
	margin: 10px 0px 0px;
}

#main_title .innWrap .btn a {
	padding: 0.8em;
	font-size: 14px;
}
#main_title .innWrap .btn a:before{
	width: 20px;
	height: 24px;
}

}
/************/

#sec-nav {
	background: #ecf9f0;
	padding: 20px 0px;
	margin: 0px 0px 78px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
#sec-nav ul {
	text-align: center;
	margin: 0px auto;
	max-width: 1015px;
}
#sec-nav ul li {
	display: inline-block;
	border-left: 2px dotted #04a560;
}
#sec-nav ul li:last-child {
	border-right: 2px dotted #04a560;
}
#sec-nav ul li a {
	padding: 0 2.8em;
	font-weight: bold;
}
#sec-nav ul li:nth-child(1) a:before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 30px;
	height: 24px;
	background: url(../img/nav_icon01.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#sec-nav ul li:nth-child(2) a:before{
	margin: 0 8px 0 0;
	content: " ";
	display: inline-block;
	width: 28px;
	height: 24px;
	background: url(../img/nav_icon02.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#sec-nav ul li:nth-child(3) a:before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 27px;
	height: 25px;
	background: url(../img/nav_icon03.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
@media screen and (max-width:750px) {
#sec-nav {
	padding: 10px 0px;
	margin: 0px -1px 30px;
}
#sec-nav ul {
	margin: 0px 5%;
}
#sec-nav ul li {
	display: block;
	border-left: none;
	border-bottom: 2px dotted #04a560;
}
#sec-nav ul li:last-child {
	border-right: none;
	border-bottom: none;
}
#sec-nav ul li a {
	padding: 1em;
	display: block;
}
#sec-nav ul li:nth-child(1) a:before{
	margin: 0 5px 0 0;
	width: 20px;
	height: 14px;
}
#sec-nav ul li:nth-child(2) a:before{
	margin: 0 5px 0 0;
	width: 18px;
	height: 14px;
}
#sec-nav ul li:nth-child(3) a:before{
	margin: 0 5px 0 0;
	width: 17px;
	height: 15px;
}

}

/************/

.sec-lineup {
	margin: 0px auto 55px;
	max-width: 1077px;
	position: relative;
	padding: 27px 0px 0px;
}
.sec-lineup .sttl {
	color: #FFF;
	background: #06A561;
	width: 40%;
	text-align: center;
	padding: 0.9em 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	left: 55px;
	top: 0px;
	z-index: 1
}
.sec-lineup .box {
	border: 3px solid #06A561;
	background: #fffdf2;
	padding: 82px 0px 35px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sec-lineup .box .inn {
	margin: 0px auto;
	max-width: 945px;
}
.sec-lineup .box .inn:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-lineup .box .inn dl {
	float: left;
	margin: 0px 5% 0px 0px;
}
.sec-lineup .box .inn dl:last-child {
	margin: 0px;
}
.sec-lineup .box .inn dl dt {
	text-align:center;
	margin: 0 0 10px;
}
.sec-lineup .box .inn dl dd {
	font-weight: bold;
	text-align: center;
	position: relative;
	height: 40px;
}
.sec-lineup .box .inn dl dd p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}
.sec-lineup .box .inn dl dd span {
	color: #fe803c;
	font-size: 15px;
}
@media screen and (max-width:750px) {
.sec-lineup {
	margin: 0px 5% 55px;
	position: relative;
	padding: 20px 0px 0px;
}
.sec-lineup .sttl {
	width: 90%;
	padding: 0.5em 0.3em;
	font-size: 16px;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
}
.sec-lineup .box {
	padding: 40px 0px 25px;
}
.sec-lineup .box .inn {
	margin: 0px 5%;
}
.sec-lineup .box .inn:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-lineup .box .inn dl {
	margin: 0 0 10px;
	width: 48%;
}
.sec-lineup .box .inn dl:nth-child(even) {
	float: right;
}
.sec-lineup .box .inn dl:last-child {
	margin: 0px;
}
.sec-lineup .box .inn dl dt {
	text-align:center;
	margin: 0 0 10px;
}
.sec-lineup .box .inn dl dd {
	font-weight: bold;
	text-align: center;
	position: relative;
	height: 40px;
}
.sec-lineup .box .inn dl dd p {
	font-size: 14px;
	line-height: 1.3;
}
.sec-lineup .box .inn dl dd span {
	font-size: 12px;
}

}

/************/
.sec-checklist {
	margin-bottom: 140px;
}
.sec-checklist .title {
	margin: 0px auto 20px;
	max-width: 1040px;
	background: url(../img/checklist_title_bg.jpg) no-repeat center top;
	background-size: contain;
	position: relative;
	height: 226px;
}
.sec-checklist .title p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
	font-size: 40px;
	line-height: 1.4;
	font-weight: bold;
}
.sec-checklist .title p{
	background: url(../img/checklist_title_icon.png) no-repeat left 50%;
	background-size: 85px 72px;
	padding: 0 0 0 10%;
	letter-spacing: 0.15rem;
	font-weight: bold;
}

.sec-checklist .title .btn {
	width: 22%;
	overflow:hidden;
	position: absolute;
	top: 40%;
	right: 0;
}
.sec-checklist .title .btn a {
	border: 2px solid #81c04e;
	display: block;
	padding: 1em;
	color: #FFF;
	text-decoration: none;
	background: #098b53;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 16px;
}
.sec-checklist .title .btn a:before{
	margin: 0;
	content: " ";
	display: inline-block;
	width: 26px;
	height: 22px;
	background: url(../img/icon_print.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	float: right;
}
.sec-checklist .title:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
@media screen and (max-width:750px) {
.sec-checklist {
	margin-bottom: 70px;
}
.sec-checklist .title {
	margin: 0px auto 20px;
	position: relative;
	height: auto;
	padding: 70px 0 0;
}
.sec-checklist .title p {
	position: static;
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	font-size: 17px;
}
.sec-checklist .title p{
	background-size: 25px 22px;
	padding: 0 0 0 10%;
	letter-spacing: 0rem;
	margin: 0px 5% 15px;
}

.sec-checklist .title .btn {
	display: none;
}
.sec-checklist .title .btn a {}
.sec-checklist .title .btn a:before{}
.sec-checklist .title:after {}

}

/************/
.sec-checklist .sec-area1 .ttl {
	background: #fedb3c;
}
.sec-checklist .sec-area2 .ttl {
	background: #22aa4c;
}
.sec-checklist .sec-area3 .ttl {
	background: #27a5fd;
}
.sec-checklist .inn {
	margin: 0px auto;
	max-width: 1025px;
	height: 87px;
}
.sec-checklist .sec-area1 .inn {
	background: url(../img/checklist1_ttl_bg.jpg) no-repeat right center;
	position: relative;
}
.sec-checklist .sec-area2 .inn {
	background: url(../img/checklist2_ttl_bg.jpg) no-repeat 94% center;
	position: relative;
}
.sec-checklist .sec-area3 .inn {
	background: url(../img/checklist3_ttl_bg.jpg) no-repeat 94% center;
	position: relative;
}

.sec-checklist .inn .sttl {
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 0 8%;
	line-height:58px;
}
.sec-checklist .sec-area2 .inn .sttl , .sec-checklist .sec-area3 .inn .sttl{
	color: #fff;
}
.sec-checklist .inn .sttl:before{
	margin: 0;
	content: " ";
	display: block;
}
.sec-checklist .sec-area1 .inn .sttl:before{
	width: 30px;
	height: 30px;
	background: url(../img/checklist1_icon.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 15px;
	top: 13px;
}
.sec-checklist .sec-area2 .inn .sttl:before{
	width: 30px;
	height: 23px;
	background: url(../img/checklist2_icon.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 14px;
	top: 17px;
}
.sec-checklist .sec-area3 .inn .sttl:before{
	width: 30px;
	height: 30px;
	background: url(../img/checklist3_icon.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 16px;
	top: 15px;
}
.sec-checklist .inn .sttl:after{
	background : #fff;
	content: "";
	width: 58px;
	height: 58px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.sec-checklist .sec-area1 .inn .img {
	position:absolute;
	top: 12px;
	right: 12%;
}
.sec-checklist .sec-area2 .inn .img {
	position:absolute;
	top: 12px;
	right: 12%;
}
.sec-checklist .sec-area3 .inn .img {
	position:absolute;
	top: 12px;
	right: 10%;
}



.sec-checklist .sec-area1 .btn-area {
	background: #f9f7ec url(../img/checklist1_bg.png) repeat center top;
}
.sec-checklist .sec-area2 .btn-area {
	background: #ecf9f0 url(../img/checklist2_bg.png) repeat center top;
}
.sec-checklist .sec-area3 .btn-area {
	background: #def6ff url(../img/checklist3_bg.png) repeat center top;
}



.sec-checklist .btn-area .innWrap {
	margin: 0px auto;
	max-width: 1025px;
	padding: 40px 0px 105px;
}




.sec-checklist .btn-area .checkbox-input{
	display: none;
}
.sec-checklist .btn-area .checkbox-parts{
	position:relative;
	font-size: 20px;
	height: 100px;
}
.sec-checklist .btn-area .st{
	position:absolute;
	width: 100%;
	top: 50%;
	left: 15%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	line-height: 1.2;
}
.sec-checklist .btn-area .checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	top: 50%;
	left: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.sec-checklist .sec-area1 .btn-area .checkbox-parts::before{border: 3px solid #ff6e00;}
.sec-checklist .sec-area2 .btn-area .checkbox-parts::before{border: 3px solid #22aa4c;}
.sec-checklist .sec-area3 .btn-area .checkbox-parts::before{border: 3px solid #27a5fd;}


.sec-checklist .sec-area1 .btn-area .checkbox-input:checked + .checkbox-parts{color: #ff6e00;}
.sec-checklist .sec-area2 .btn-area .checkbox-input:checked + .checkbox-parts{color: #22aa4c;}
.sec-checklist .sec-area3 .btn-area .checkbox-input:checked + .checkbox-parts{color: #27a5fd;}


.sec-checklist .btn-area .checkbox-input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 7px;
	width: 8px;
	height: 15px;
	transform: rotate(40deg);
	top: 40%;
}
.sec-checklist .sec-area1 .btn-area .checkbox-input:checked + .checkbox-parts::after{
	border-bottom: 3px solid #ff6e00;
	border-right: 3px solid #ff6e00;
}
.sec-checklist .sec-area2 .btn-area .checkbox-input:checked + .checkbox-parts::after{
	border-bottom: 3px solid #22aa4c;
	border-right: 3px solid #22aa4c;
}
.sec-checklist .sec-area3 .btn-area .checkbox-input:checked + .checkbox-parts::after{
	border-bottom: 3px solid #27a5fd;
	border-right: 3px solid #27a5fd;
}


.sec-checklist .btn-area .innWrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-checklist .btn-area .box {
	background: #FFF;
	width: 48%;
	float: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	margin: 0px 0px 20px;
	height: 100px;
	position: relative;
}
.sec-checklist .sec-area1 .btn-area .box.bg {background: repeating-linear-gradient(-45deg, #fdf4dc 0, #fdf4dc 7px, #fef8ea 7px, #fef8ea 14px);}
.sec-checklist .sec-area2 .btn-area .box.bg {background: repeating-linear-gradient(-45deg, #dbf9e4 0, #dbf9e4 7px, #e9fbee 7px, #e9fbee 14px);}

.sec-checklist .btn-area .box:nth-child(even) {float: right;}
.sec-checklist .btn-area .box .check {
	float: left;
	margin: 0px 0px 0px 5%;
	width: 50%;
}
.sec-checklist .btn-area .box .btn {
	padding: 0;
	float: right;
	width: 37%;
	position: absolute;
	top: 50%;
	right: 3%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.sec-checklist .btn-area .box .btn li {margin: 0 0 5px;}
.sec-checklist .btn-area .box .btn li:last-child {margin: 0 0;}
.sec-checklist .btn-area .box .btn li a {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #FFF;
	font-size: 15px;
	display: block;
	padding: 0.6em 0;
	text-align: center;
}
.sec-checklist .sec-area1 .btn-area .box .btn li a {background: #ff994c;}
.sec-checklist .sec-area2 .btn-area .box .btn li a {background: #30bc5b;}
.sec-checklist .sec-area3 .btn-area .box .btn li a {background: #44b2ff;}
.sec-checklist .sec-area3 .btn-area .box .btn2 li a {background: #007de7;}


.sec-checklist .btn-area .box .btn li a:after{
	margin: 0 0 0 5px;
	content: " ";
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url(../img/checklist_icon01.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.sec-checklist .btn-area .box .btn2 li a:after{
	margin: 0 0 0 5px;
	content: " ";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../img/checklist_icon02.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
}

@media screen and (max-width:750px) {
.sec-checklist .sec-area1 .ttl {
}
.sec-checklist .sec-area2 .ttl {
}
.sec-checklist .sec-area3 .ttl {
	background: #27a5fd;
}
.sec-checklist .inn {
	margin: 0px 5%;
	height: auto;
	padding: 15px 0;
}
.sec-checklist .sec-area1 .inn {
}
.sec-checklist .sec-area2 .inn {
}
.sec-checklist .sec-area3 .inn {}

.sec-checklist .inn .sttl {
	position: static;
	top: auto;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	font-size: 18px;
	padding: 0 0 0 13%;
	line-height: 1.5;
}
.sec-checklist .sec-area2 .inn .sttl , .sec-checklist .sec-area3 .inn .sttl{
	color: #fff;
}
.sec-checklist .inn .sttl:before{
	margin: 0;
	content: " ";
	display: block;
}
.sec-checklist .sec-area1 .inn .sttl:before{
	width: 15px;
	height: 15px;
	left: 7px;
	top: 7px;
}
.sec-checklist .sec-area2 .inn .sttl:before{
	width: 20px;
	height: 13px;
	left: 6px;
	top: 7px;
}
.sec-checklist .sec-area3 .inn .sttl:before{
	width: 15px;
	height: 15px;
	left: 7px;
	top: 6px;
}
.sec-checklist .inn .sttl:after{
	width: 28px;
	height: 28px;
}
.sec-checklist .sec-area1 .inn .img {
	top: -5px;
	right: 0;
	width: 20%;
}
.sec-checklist .sec-area2 .inn .img {
	top: -5px;
	right: 0;
	width: 20%;
}
.sec-checklist .sec-area3 .inn .img {
	top: -5px;
	right: 0;
	width: 20%;
}



.sec-checklist .sec-area1 .btn-area {
}
.sec-checklist .sec-area2 .btn-area {
	background: #ecf9f0 url(../img/checklist2_bg.png) repeat center top;
}
.sec-checklist .sec-area3 .btn-area {
	background: #def6ff url(../img/checklist3_bg.png) repeat center top;
}



.sec-checklist .btn-area .innWrap {
	margin: 0px 5%;
	padding: 20px 0px 50px;
}




.sec-checklist .btn-area .checkbox-input{
}
.sec-checklist .btn-area .checkbox-parts{
	height: auto;
}
.sec-checklist .btn-area .st{
	top: auto;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	line-height: 3;
	padding: 2em 0 2em 2em;
	position: static;
	font-size: 15px;
}
.sec-checklist .btn-area .checkbox-parts::before{
	width: 15px;
	height: 15px;
}
.sec-checklist .sec-area1 .btn-area .checkbox-parts::before{}
.sec-checklist .sec-area2 .btn-area .checkbox-parts::before{border: 3px solid #22aa4c;}
.sec-checklist .sec-area3 .btn-area .checkbox-parts::before{border: 3px solid #27a5fd;}


.sec-checklist .sec-area1 .btn-area .checkbox-input:checked + .checkbox-parts{color: #ff6e00;}
.sec-checklist .sec-area2 .btn-area .checkbox-input:checked + .checkbox-parts{color: #22aa4c;}
.sec-checklist .sec-area3 .btn-area .checkbox-input:checked + .checkbox-parts{color: #27a5fd;}


.sec-checklist .btn-area .checkbox-input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 7px;
	width: 8px;
	height: 15px;
	transform: rotate(40deg);
	top: 40%;
}
.sec-checklist .sec-area1 .btn-area .checkbox-input:checked + .checkbox-parts::after{
	border-bottom: 3px solid #ff6e00;
	border-right: 3px solid #ff6e00;
}
.sec-checklist .sec-area2 .btn-area .checkbox-input:checked + .checkbox-parts::after{
	border-bottom: 3px solid #22aa4c;
	border-right: 3px solid #22aa4c;
}
.sec-checklist .sec-area3 .btn-area .checkbox-input:checked + .checkbox-parts::after{
	border-bottom: 3px solid #27a5fd;
	border-right: 3px solid #27a5fd;
}


.sec-checklist .btn-area .innWrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-checklist .btn-area .box {
	width: auto;
	float: none;
	margin: 0px 0px 10px;
	padding: 10px;
	height: auto;
	position: static;
}
.sec-checklist .btn-area .box:nth-child(even) {float: none;}
.sec-checklist .btn-area .box .check {
	float: none;
	margin: 0;
	width: auto;
}
.sec-checklist .btn-area .box .btn {
	float: none;
	width: auto;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	position: static;
	margin: 0 5%;
}
.sec-checklist .btn-area .box .btn li {margin: 0 0 5px;}
.sec-checklist .btn-area .box .btn li:last-child {margin: 0 0;}
.sec-checklist .btn-area .box .btn li a {
	font-size: 13px;
	padding: 0.6em 0;
}
.sec-checklist .sec-area1 .btn-area .box .btn li a {}
.sec-checklist .sec-area2 .btn-area .box .btn li a {background: #30bc5b;}
.sec-checklist .sec-area3 .btn-area .box .btn li a {background: #44b2ff;}
.sec-checklist .sec-area3 .btn-area .box .btn2 li a {background: #007de7;}


.sec-checklist .btn-area .box .btn li a:after{
	width: 17px;
	height: 15px;
}
.sec-checklist .btn-area .box .btn2 li a:after{
	margin: 0 0 0 5px;
	content: " ";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../img/checklist_icon02.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
}

}


/************/
.sec-write {
	background: url(../img/write_bg.jpg) no-repeat center top;
	border-top: 5px solid #007de7;
	position: relative;
	padding: 77px 0px 190px;
	margin: 0px 0px 220px;
}
.sec-write .ttl {
	position: absolute;
	max-width: 440px;
	margin-right: auto;
	margin-left: auto;
	top: -50px;
	left: 0px;
	right: 0px;
	text-align: center;
	padding: 1em 0px;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	background: #007de7;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.sec-write .ttl:before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 28px;
	height: 24px;
	background: url(../img/write_icon01.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.sec-write .point_area {
	margin: 0px auto 45px;
	max-width: 1020px;
}
.sec-write .point_area:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-write .point_area .point {
	width: 30%;
	border: 3px solid #027CE7;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	min-height: 190px;
	position: relative;
	margin: 0px 5% 0px 0px;
	float: left;
}
.sec-write .point_area .point:last-child {
	margin: 0;
}
.sec-write .point_area .point .inn {
	margin: 0px auto;
	max-width: 245px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
}
.sec-write .point_area .point .inn .sttl {
	font-size: 22px;
	font-weight: bold;
	color: #007de7;
	margin: 0px 0px 10px;
	text-align: center;
}
.sec-write .point_area .point .inn span {
	color: #007de7;
}
.sec-write .exam_area {
	margin: 0px auto;
	max-width: 877px;
}
.sec-write .exam_area .exam {
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	position: relative;
}
.sec-write .exam_area .raed {
	font-size: 14px;
	margin: 0px 0px 30px;
}
.sec-write .exam_area .exam .sttl {
	font-weight: bold;
	color: #FFF;
	font-size: 22px;
	background: #027CE7;
	max-width: 192px;
	width: 100%;
	text-align: center;
	padding: 0.8em 0px;
	position: absolute;
	top: -20px;
	left: 30px;
}
.sec-write .exam_area .exam .inn {
	margin: 0px auto;
	max-width: 745px;
	padding: 60px 0px 0px;
}
.sec-write .exam_area .exam .inn .st {
	text-align: center;
	margin: 0px 0px 30px;
}
.sec-write .exam_area .exam .inn .st .st1 {
	font-size: 32px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.sec-write .exam_area .exam .inn .st .day {
	font-size: 16px;
	line-height: 38px;
	background: url(../img/write_stamp.jpg) no-repeat right top;
	margin: 0px auto;
	max-width: 515px;
}
.sec-write .exam_area .exam .inn .line {
	min-width: 912px;
	position: relative;
	z-index: 1;
	left: -11%;
	margin: 0 0 40px;
}
.sec-write .exam_area .exam .inn table {
	width: 100%;
}
.sec-write .exam_area .exam .inn .tbl01 {
	border-top: 2px dotted #0580e7;
	margin: 0 0 15px;
}
.sec-write .exam_area .exam .inn table tr th {
	font-weight: bold;
	font-size: 21px;
	padding: 15px 0;
	margin: 0;
	text-align: left;
	border-bottom: 2px dotted #0580e7;
	vertical-align: middle;
}
.sec-write .exam_area .exam .inn table tr td {
	padding: 20px 0px;
	width: 30%;
	border-bottom: 2px dotted #0580e7;
	vertical-align: top;
}
.sec-write .exam_area .exam .btn {
	padding: 0;
	margin: 0 0 5px;
}
.sec-write .exam_area .exam .btn a {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #FFF;
	font-size: 15px;
	display: block;
	padding: 1em 0 1em 1em;
	margin: 0 0.6em;
	text-align: center;
	background: #007de7;
	position: relative;
	text-align: left;
	line-height: 1.3;
	vertical-align: middle;
}
.sec-write .exam_area .exam .btn a:after{
	content: " ";
	display: inline-block;
	width: 17px;
	height: 15px;
	background: url(../img/checklist_icon01.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 0.6em;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.sec-write .exam_area .exam .inn .tbl01 tr th p {
	text-indent: -1em;
	margin-left: 1em;
}
.sec-write .exam_area .exam .inn .tbl02 {
	margin: 0px 0px 75px;
}
.sec-write .exam_area .exam .inn .word_btn {
	max-width: 270px;
	margin: 0 auto;
	position: relative;
	bottom: -25px;
}
.sec-write .exam_area .exam .inn .word_btn a {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #FFF;
	font-size: 15px;
	display: block;
	padding: 1em 0;
	text-align: center;
	background: #007de7;
	box-shadow: 2px 3px #00457f;
}
.sec-write .exam_area .exam .inn .word_btn a:after{
	margin: 0 0 0 5px;
	content: " ";
	display: inline-block;
	width: 23px;
	height: 27px;
	background: url(../img/write_icon02.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.sec-write .exam_area .box {
	border: 3px solid #007de7;
	background: #f8fafb;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -10%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	max-width: 1020px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.sec-write .exam_area .box .inn {
	margin: 0px auto;
	max-width: 880px;
	padding: 30px 0px 40px;
}
.sec-write .exam_area .box .inn:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-write .exam_area .box .inn .text {
	float: left;
	width: 60%;
}
.sec-write .exam_area .box .inn .btn {
	padding: 0;
	float: right;
	width: 35%;
	position: absolute;
	top: 50%;
	right: 3%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.sec-write .exam_area .box .inn .btn li {margin: 0 0 10px;}
.sec-write .exam_area .box .inn .btn li:last-child {margin: 0 0;}
.sec-write .exam_area .box .inn .btn li a {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #FFF;
	font-size: 15px;
	display: block;
	padding: 0.8em 0 0.8em 2em;
	text-align: left;
	background: #007de7;
	position: relative;
}
.sec-write .exam_area .box .inn .btn li:last-child a {
	background: #16b2ea;
	padding: 0.8em 0;
}
.sec-write .exam_area .box .inn .btn li a:after{
	content: " ";
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url(../img/checklist_icon01.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.sec-write .exam_area .box .inn .btn li:last-child a:after{
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 25px;
	color: #fff;
	width: auto;
	height: auto;
	right: 0.8em;
}

.sec-write .exam_area .box .inn .text .sttl {
	font-size: 28px;
	font-weight: bold;
	margin: 0px 0px 10px;
	line-height: 39px;
}
.sec-write .exam_area .box .inn .text .sttl:before{
	margin: 0 10px 0 0px;
	content: " ";
	display: inline-block;
	width: 54px;
	height: 39px;
	background: url(../img/write_icon03.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
@media screen and (max-width:750px) {
.sec-write {
	padding: 47px 0px 250px;
	margin: 0px 0px 160px;
}
.sec-write .ttl {
	margin-right: 5%;
	margin-left: 5%;
	top: -30px;
	padding: 1em 0px;
	font-size: 16px;
}
.sec-write .ttl:before{
	margin: 0 5px 0 0;
	width: 24px;
	height: 19px;
}
.sec-write .point_area {
	margin: 0px 5% 30px;
}
.sec-write .point_area:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-write .point_area .point {
	width: auto;
	min-height: 100%;
	position: static;
	margin: 0 0 10px;
	float: none;
}
.sec-write .point_area .point:last-child {
	margin: 0;
}
.sec-write .point_area .point .inn {
	position: static;
	width: 100%;
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	padding: 1.5em 0;
}
.sec-write .point_area .point .inn .sttl {
	font-size: 18px;
}
.sec-write .point_area .point .inn span {
}
.sec-write .exam_area {
	margin: 0px auto;
}
.sec-write .exam_area .exam {
	position: relative;
	margin: 0 5%;
}
.sec-write .exam_area .raed {
	font-size: 12px;
	margin: 0px 5% 30px;
}
.sec-write .exam_area .exam .sttl {
	font-size: 16px;
	padding: 0.8em 0px;
	top: -20px;
	left: 10px;
	width: 50%;
}
.sec-write .exam_area .exam .inn {
	margin: 0px 3%;
	padding: 40px 0px 45px;
}
.sec-write .exam_area .exam .inn .st {
	margin: 0px 0px 15px;
}
.sec-write .exam_area .exam .inn .st .st1 {
	font-size: 18px;
	margin: 0px 0px 5px;
}
.sec-write .exam_area .exam .inn .st .day {
	font-size: 14px;
	line-height: 1.5;
	background: url(../img/write_stamp.jpg) no-repeat right top;
	background-size: 25px auto;
	margin: 0px auto;
}
.sec-write .exam_area .exam .inn .line {
	z-index: 1;
	left: 0;
	margin: 0 0 20px;
	width: 100%;
	min-width: 100%;
}
.sec-write .exam_area .exam .inn table {
	width: 100%;
}
.sec-write .exam_area .exam .inn .tbl01 {
}
.sec-write .exam_area .exam .inn table tr th {
	font-size: 16px;
	padding: 10px 0;
	display: block;
	border-bottom: none;
}
.sec-write .exam_area .exam .inn .tbl02 tr th p {font-size: 16px;}
.sec-write .exam_area .exam .inn table tr td {
	padding: 0px 0px 10px;
	width: auto;
	border-bottom: 2px dotted #0580e7;
	display: block;
}
.sec-write .exam_area .exam .btn {
	padding: 0;
	margin: 0 0 5px;
}
.sec-write .exam_area .exam .btn a {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #FFF;
	font-size: 15px;
	display: block;
	padding: 0.6em 0;
	text-align: center;
	background: #007de7;
}
.sec-write .exam_area .exam a:after{
	margin: 0 0 0 5px;
	content: " ";
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url(../img/checklist_icon01.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.sec-write .exam_area .exam .inn .tbl01 tr th p {font-size: 16px;}
.sec-write .exam_area .exam .inn .tbl02 {
	margin: 0px 0px 35px;
}
.sec-write .exam_area .exam .inn .word_btn {
	margin: 0 5%;
}
.sec-write .exam_area .exam .inn .word_btn a {
	font-size: 14px;
	padding: 0.8em 0;
}
.sec-write .exam_area .exam .inn .word_btn a:after{
	width: 18px;
	height: 22px;
}
.sec-write .exam_area .box {
	bottom: -110px;
	margin: 0 5%;
}
.sec-write .exam_area .box .inn {
	margin: 0px 3%;
	padding: 20px 0px;
}
.sec-write .exam_area .box .inn:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-write .exam_area .box .inn .text {
	float: none;
	width: auto;
	margin: 0 0 10px;
}
.sec-write .exam_area .box .inn .btn {
	float: none;
	width: auto;
	position: static;
	top: 0;
	right: 0;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.sec-write .exam_area .box .inn .btn li {}
.sec-write .exam_area .box .inn .btn li:last-child {margin: 0 0;}
.sec-write .exam_area .box .inn .btn li a {
	font-size: 13px;
	padding: 0.7em 0;
}
.sec-write .exam_area .box .inn .btn li a:after{
	width: 17px;
	height: 15px;
}
.sec-write .exam_area .box .inn .btn li:last-child a:after{
	font-size: 20px;
	right: 1em;
}

.sec-write .exam_area .box .inn .text .sttl {
	font-size: 18px;
	line-height: 39px;
}
.sec-write .exam_area .box .inn .text .sttl:before{
	margin: 0 5px 0 0px;
	width: 44px;
	height: 29px;
}

}

/************/


.sec-wakuwaku {
	background: repeating-linear-gradient(-45deg, #dbf9e4 0, #dbf9e4 7px, #e9fbee 7px, #e9fbee 14px);
	position: relative;
	margin: 0px 0px 60px;
}
.sec-wakuwaku .inn {
	margin: 0px auto;
	max-width: 910px;
	position: relative;
}
.sec-wakuwaku .inn:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-wakuwaku .inn .img {
	position: absolute;
	left: 0px;
	top: -43px;
}
.sec-wakuwaku .inn .text {
	float: left;
	width: 48%;
	padding: 60px 0px 30px;
}
.sec-wakuwaku .inn .text .sttl {
	font-size: 28px;
	font-weight: bold;
	margin: 0px 0px 20px;
}
.sec-wakuwaku .inn .text .btn {
	padding: 0;
	margin: 0;
	width: 80%;
}
.sec-wakuwaku .inn .text .btn a {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #FFF;
	font-size: 16px;
	display: block;
	padding: 1em 0;
	text-align: center;
	background: #098b53;
	box-shadow: 2px 3px #005430;
}
.sec-wakuwaku .inn .text .btn a:after{
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 5% 0 0;
	font-size: 32px;
	color: #fff;
	float:right;
	line-height: 0.8;
}
.sec-wakuwaku .inn .book {
	position:absolute;
	top: 15px;
	right: 0;
}
.sec-wakuwaku .inn .book ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-wakuwaku .inn .book ul li {
	float: left;
	width:48%;
}
.sec-wakuwaku .inn .book ul li:nth-child(2) {
	float: right;
}
.copyright {
	font-weight: bold;
	color: #FFF;
	background: #04a560;
	text-align: center;
	padding: 30px 0px;
}
@media screen and (max-width:750px) {
.sec-wakuwaku {
	margin: 0px 0px 30px;
}
.sec-wakuwaku .inn {
	margin: 0px 5%;
	padding: 0 0 10px;
}
.sec-wakuwaku .inn:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-wakuwaku .inn .img {
	top: -35px;
	width: 22%;
}
.sec-wakuwaku .inn .text {
	float: none;
	width: auto;
	padding: 35px 0px 20px;
}
.sec-wakuwaku .inn .text .sttl {
	font-size: 18px;
	margin: 0px 0px 10px;
}
.sec-wakuwaku .inn .text .btn {
	width: auto;
}
.sec-wakuwaku .inn .text .btn a {
	font-size: 14px;
	padding: 0.8em 0;
}
.sec-wakuwaku .inn .text .btn a:after{
	font-size: 22px;
	line-height: 1;
}
.sec-wakuwaku .inn .book {
	position: static;
}
.sec-wakuwaku .inn .book ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-wakuwaku .inn .book ul li {
}
.sec-wakuwaku .inn .book ul li:nth-child(2) {
}
.copyright {
	padding: 15px 0px;
}

}
