@charset "UTF-8";
/* CSS Document */
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
    background: #75b224 center center fixed no-repeat;
    background-size: auto 90%;
    color: #FFFFFF;
    font-size: 12px;
    font-family: source-han-sans-japanese, sans-serif;
    line-height: 1.6em;
    font-weight: 500;
    word-break: break-all;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
label.text {
    font-size: 16px;
    line-height: 40px;
}
.notice {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 30px;
}
img {
max-width: 100%;
height: auto;
}
.audio {
    padding-top: 2%;
    padding-bottom: 5%;
}
.form {
    padding-top: 2%;
    padding-bottom: 5%;
    width: 100%;
    margin: 0 auto;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.copy {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10%;
}

.link_box a {
    color: #ffffff;
}
.link_box a:hover {
	opacity: 0.8;
}
.link_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.link_box li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	margin: 1%;
}
.screen-reader-response {
    display: none;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #f2f9e8;
}
.footer-right a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 769px){
	
	
	.landing_logo{
	margin-top: 5%;
	margin-bottom: 10%;
	 text-align: center;
}
	#home {
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
}
	.landing_text {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5%;
}
	.landing {
    font-size: 3.5vw;

    font-weight: 900;
	margin-bottom: 5%;	
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
	.landing_text2 {
    text-align: center;
    font-size: 1.7vw;
    margin-bottom: 5%;
    letter-spacing: 8px;
    line-height: 5vh;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
	.fb_icon {
    font-size: 70px;
    text-align: center;
    margin-bottom: 5%;
}
	#foot_wrap {
    text-align: center;
}
	.newsletter {
    font-size: 2vw;
    line-height: 8vh;
    border: solid 5px #ffffff;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5%;
    border-radius: 20px;
    display: block;
}
	.newsletter a {
    text-align: center;
    display: block;
}
	.newsletter a:hover {
	color: #75b224;
    display: block;
	border-radius: 12px;
	background-color: #ffffff;
}
	.footer-right {
    font-size: 15px;
    text-align: center;
    letter-spacing: 2px;
	line-height: 26px;
	padding-bottom: 5%;
}
	.newsletter_ttl {
    font-size: 32px;
    text-align: center;
    margin-bottom: 5%;
}
	#wpcf7-f69-p85-o1 {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 5%;
    text-align: center;
}
	input.sub-btn {
    width: 300px;
    height: 60px;
    background: #73b308;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
	margin-top: 3%;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #73b308;  
}
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 35px;
    vertical-align: middle;
	font-size: 18px;
	
}
	input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    height: 35px;
    vertical-align: middle;
    margin-bottom: 2%;
	font-size: 18px;	
}
	span.wpcf7-not-valid-tip {
    color: #000000;
}
	.pageback {
    text-align: center;
    margin-bottom: 5%;
	font-size: 18px;	
}
	.sp {
	display: none;
}
	}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.landing_logo{
	margin-top: 5%;
	margin-bottom: 10%;
	 text-align: center;
}
	#home {
    width: 95%;
    margin: 0 auto;
    margin-top: 5%;
}
	.landing_text {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5%;
}
	.landing {
    font-size: 5vw;
    font-weight: 900;
    margin-bottom: 5%;
    text-align: center;
}
	.landing_text2 {
    text-align: center;
    font-size: 18px;
    line-height: 43px;
    margin-bottom: 5%;
    letter-spacing: 8px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
	.fb_icon {
    font-size: 70px;
    text-align: center;
    margin-bottom: 5%;
}
	#foot_wrap {
    text-align: center;
    padding-bottom: 5%;
}
	.newsletter {
    font-size: 16px;
    line-height: 46px;
    border: solid 4px #ffffff;
    width: 86%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5%;
    border-radius: 20px;
    display: block;
}
	.newsletter a {
    text-align: center;
    display: block;
}
	.newsletter a:hover {
	color: #75b224;
    display: block;
	border-radius: 12px;
	background-color: #ffffff;
}
	.footer-right {
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 26px;
}
	.newsletter_ttl {
    font-size: 32px;
    text-align: center;
    margin-bottom: 5%;
}
	#wpcf7-f69-p85-o1 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5%;
    text-align: center;
}
	input.sub-btn {
    width: 100%;
    height: 60px;
    background: #73b308;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
	margin-top: 3%;	
	-webkit-appearance: none;
	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #73b308; 
	-webkit-appearance: none;

}
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 35px;
    vertical-align: middle;
	font-size: 16px;	
}
	input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    height: 35px;
    vertical-align: middle;
    margin-bottom: 2%;
    border: none;
    -webkit-appearance: none;
	font-size: 16px;	
}
	span.wpcf7-not-valid-tip {
    color: #000000;
}
	.pageback {
    text-align: center;
    margin-bottom: 5%;
}
	.sp {
	display: none;
}
	}


@media screen and (max-width: 480px){
	.landing_logo{
	margin-top: 5%;
	margin-bottom: 10%;
	 text-align: center;
}
	#home {
    width: 95%;
    margin: 0 auto;
    margin-top: 5%;
}
	.landing_text {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5%;
}
	.landing {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 5%;
    text-align: center;
}
	.landing_text2 {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 5%;
    letter-spacing: 8px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
	.fb_icon {
    font-size: 70px;
    text-align: center;
    margin-bottom: 5%;
}
	#foot_wrap {
    text-align: center;
    padding-bottom: 5%;
}
	.newsletter {
    font-size: 16px;
    line-height: 46px;
    border: solid 4px #ffffff;
    width: 86%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10%;
    border-radius: 20px;
    display: block;
}
	.newsletter a {
    text-align: center;
    display: block;
}
	.newsletter a:hover {
	color: #75b224;
    display: block;
	border-radius: 12px;
	background-color: #ffffff;
}
	.footer-right {
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 26px;
}
	.newsletter_ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 5%;
}
	#wpcf7-f69-p85-o1 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5%;
    text-align: center;
}
	input.sub-btn {
    width: 100%;
    height: 60px;
    background: #73b308;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
	margin-top: 3%;	
	-webkit-appearance: none;
	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #73b308; 
	-webkit-appearance: none;

}
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 35px;
    vertical-align: middle;
}
	input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    height: 35px;
    vertical-align: middle;
    margin-bottom: 2%;
    border: none;
    -webkit-appearance: none;
}
	span.wpcf7-not-valid-tip {
    color: #000000;
}
	.pageback {
    text-align: center;
    margin-bottom: 5%;
}
	}

/*******************************
* バッジの色
********************************/
/* 必須マーク */
.must {
}

/* 任意マーク */
.free {
}

.must,
.free {
	color: #FF1A00;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}



/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}