
/* --------------------------------------------------- */
#sec01 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
#sec01 .block1 {
	margin-bottom: 80px;
}
#sec01 .block1 ul {
	list-style: outside disc;
	margin-left: 20px;
}
#sec01 .block1 li {
	line-height: 1.6;
	margin-bottom: 5px;
}
#sec01 .block2 {
	margin-bottom: 50px;
}
#sec01 .block2 p {
	text-align: center;
	margin-top: 30px;
}
#sec01 .block2 p a {
	display: inline-block;
	pointer-events: none;
	color: #fff;
	font-size: 3em;
	line-height: 1.2;
	color: #333;
	font-weight: 500;
}
#sec01 .block2 p a img {
	display: inline-block;
	width: 40px;
	margin-right: 8px;
}
#sec01 .block2 p span {
	display: block;
	display: block;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
}
#sec01 form {
	background-color: #fff;
	box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 0 40px;
	margin-bottom: 80px;
}
#sec01 form dl {
	width: 100%;
	display: table;
	border-bottom: #aaa 1px dotted;
}
#sec01 form dt,
#sec01 form dd {
	display: table-cell;
	vertical-align: top;
	padding: 25px;
}
#sec01 form dt {
	position: relative;
	width: 300px;
	font-weight: 500;
}
#sec01 form dt span {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 29px;
	font-size: 12px;
	background-color: #59B254;
	color: #fff;
	line-height: 1;
	padding: 5px 5px 8px 7px;
}
#sec01 form dt span.off {
	background-color: #ddd;
}
#sec01 form dd {
}
#sec01 form dd textarea,
#sec01 form dd input,
#sec01 form dd select {
	width: 100%;
	padding: 13px;
	border-radius:3px;
	background-color: #F9F8F6;
	box-shadow:2px 2px 6px -6px #333 inset;
}
#sec01 form dd .list {
}
#sec01 form dd .list li {
	margin-bottom: 10px;
}
#sec01 form dd .list li input[type=checkbox] {
    display: none;
}
#sec01 form dd .list li .check-box__text {
    display: inline-block;
    padding: 0px 0 0px 40px;
    cursor: pointer;
    position: relative;
	line-height: 27px;
}
#sec01 form dd .list li .check-box__text::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 27px;
    padding-top: 27px;
    top: 0;
    left: 0;
    border: 1px solid #aaa;
}
#sec01 form dd .list li .check-box__text::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    padding-top: 10px;
    top: 5px;
    left: 4px;
    border-left: 2px solid #59B254;
    border-bottom: 2px solid #59B254;
    transform: rotate(-45deg);
    opacity: 0;
}
#sec01 form dd .list li input[type=checkbox]:checked + span::after {
    opacity: 1;
}

input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	font-weight:400;
	display: block;
	max-width: 350px;
	width: 80%;
	margin: 0px auto;
	background-color: #59B254;
	text-align: center;
	border: none;
	font-size: 1.2em;
	line-height: 100%;
	padding: 28px 0;
	font-weight: 500;
	color: #fff;
	border-radius:6px;
	transition: .4s;
	letter-spacing: 4px;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #40963B;
	color: #fff;
}

#privacy {
	border: #59B254 1px solid;
	padding: 20px 20px 10px;
	line-height: 170%;
	font-size: 90%;
	height: 200px;
	overflow: auto;
	margin: 20px 20px 30px;
	border-radius:3px;
}
#privacy li {
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#privacy li strong {
	display: block;
	font-weight: 500;
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #40963B;
	letter-spacing: 2px;
}
#privacy li ol {
	list-style: outside disc;
	margin-left: 25px;
}
#privacy li ol li {
	margin-bottom: 0;
}
@media only screen and ( max-width : 1060px ) {
}
@media screen and (max-width: 910px) {
	#sec01 form dl,
    #sec01 form dt,
    #sec01 form dd {
        display: block;
		width: 100%;
    }
    #sec01 form dt {
		padding: 10px 15px 0;
    }
    #sec01 form dt span {
        top: 0px;
        font-size: 12px;
        padding: 5px 5px 8px 7px;
    }
	#sec01 form dd {
	}
}
@media screen and (max-width: 680px) {
	#sec01 {
        width: 95%;
    }
	#sec01 .block1 ul {
		margin-right: 10px;
	}
	#sec01 .block2 {
        margin-bottom: 25px;
    }
    #sec01 .block2 p {
        margin-top: 25px;
    }
    #sec01 .block2 p a {
        font-size: 2.2em;
		pointer-events: auto;
    }
    #sec01 .block2 p a img {
        width: 30px;
    }
	#sec01 form {
        padding: 20px 0 30px;
        margin-bottom: 40px;
    }
	#sec01 .block1 {
        margin-bottom: 40px;
    }
	#sec01 .block1 li {
        margin-bottom: 10px;
    }
	#sec01 form dd {
		padding: 20px;
	}
	#privacy {
		padding: 15px 15px 10px;
        margin: 10px 10px 20px;
    }
}

/* --------------------------------------------------- */
#thanks {
	max-width: 700px;
	width: 85%;
	margin: 0 auto 60px;
}
#thanks .ttl {
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 25px;
}
#thanks p {
	margin-bottom: 20px;
}
#thanks .btn-style05 {
	margin-top: 50px;
}
@media only screen and ( max-width : 1060px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

