@charset "utf-8";
input[type="text"],
input[type="email"],
input[type="submit"],
button,
textarea{
-webkit-appearance:none;
-moz-appearance:none;
-ms-appearance:none;
-o-appearance:none;
appearance:none;
margin:10px 0 0 0;
}
.mw_wp_form_confirm .input-show {
  display: none;
}
.mw_wp_form_confirm .sec__form p.submit {
    margin: 60px auto 0;
}
.mw_wp_form_confirm .form__wrap dd {
    padding: 13px 10px 0!important;
    border-bottom: solid 1px #999;
    margin: 0 0 20px;
    min-height: 40px;
}
.mw_wp_form_confirm  p.submit {
    margin: 60px auto 0!important;
}
.mw_wp_form_input .input-hide {
    display: none;
}
.mwform-checkbox-field input {
    width: 18px;
    height: 18px;
    position: relative;
    top:1px;
}
.mw_wp_form .error {
    font-weight: bold;
    margin: 5px 0 0 0;
    color: #E52828!important;
}
.sec__eye-catch{
	background: url(../_img/mv.jpg) no-repeat center center / cover;
}
.privacy__check_btn{
    text-align:center;
    margin: -10px 0 0!important;
    font-size: 16px!important;
    font-weight: bold!important;
}
.mwform-checkbox-field label{
    position: relative;
}
.mwform-checkbox-field label:after{
    content:"";
    position: absolute;
    width:100%;
    display:  block;
    bottom:-5px;
    left:0;
    height: 1px;
    border-top:solid 1px #999;
}
.sec__lede{
	padding: 0 0 100px;
}
.sec__lede p{
	font-size: 14px;
}
.sec__lede figure{
	width:48%;
}
.sec__lede figure img{
	width:100%;
}
.sec__lede .txt__box{
	width:48%;
}
.sec__lede .txt__box h4{
	font-size: 16px;
	font-weight: bold;
}
.sec__form p{
	font-size: 14px;
	margin: 0 0 20px;
}
.sec__form p.input-hide{
    text-align:center;
}
.sec__form p.privacy__check{
	text-align: center;
	margin: 0 0 30px;
}
.sec__form p.privacy__check a{
	color: #333;
}
.sec__form p.privacy__check a:hover{
	text-decoration: none;
}
.cmn__btn a{
    border: solid 1px #349844;
    color: #349844;
}
.cmn__btn a:hover{
    background: #CDE6D1;
}
.cmn__btn a:before {
    border-top: solid 1px #349844;
}
.cmn__btn a:after {
    border-top: solid 1px #349844;
}
.form__wrap{
	width:100%;
	max-width:710px;
	margin: 60px auto 0;
	padding: 0 0 100px;
}
.form__wrap dl{
	display: flex;
	margin: 0 0 10px;
}
.form__wrap dt{
	width:33%;
	padding: 20px 10px 0;
	font-weight: bold;
}
.form__wrap dt span{
	display: inline-block;
	background: #7B7B7B;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	padding: 1px 5px 0;
	float:  right;
	position: relative;
	top:4px;
}

.form__wrap dt span.must{
	background: #E52828;
}
.form__wrap dl:first-child dd{
    padding:0 10px 10px;
}
.form__wrap dd{
	width:67%;
	padding:0 10px 20px;
}
.form__wrap dd textarea, .form__wrap dd input {
    width: 100%;
    border: #DDD solid 1px;
    border-radius: 3px;
    padding:0 10px;
    margin: 3px 0 0 0;
    overflow-y: auto;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
}


.sec__form p.submit,
.sec__form p.back{
    width: 290px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s;
}
.submit input,
.back input{
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-align:center;
    padding: 10px 20px;
    color: #fff;
    background: #058132;
    border: solid 1px #058132;
    cursor: pointer;
    border-radius: 0;
}
.back input {
    color: #058132;
    background: #fff;
    border: solid 1px #058132;
    transition: all 0.3s;
}
.submit input:focus,
.back input:focus{
    outline: none;
}
.submit:hover{
    opacity: 0.8;
}
.back:hover input{
    color: #fff;
    background: #058132;
}
.submit:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 1px;
    border-top: solid 1px #fff;
    right: 19px;
    top: calc(50% - 2px);
    transform: rotate(30deg);
    transition: all 0.3s;
}
.submit:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    border-top: solid 1px #fff;
    right: 19px;
    top: 50%;
    transition: all 0.3s;
}
.submit:hover:before {
    right: 14px;
}
.submit:hover:after {
    right: 14px;
}
.red{
    color: #E52828;
    text-align: center;
}
.sec__thanks{
    padding: 0 0 50px;
}
.sec__thanks h3{
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    padding: 0 0 40px;
}
.sec__thanks p{
    text-align: center;
}
.form__wrap dd textarea{
    padding: 10px;
}
.sec__thanks .cmn__btn a:hover {
    background: #058132;
}
.bg__gray {
    background: #eee;
    width: 95%;
    max-width: 390px;
    padding: 30px 0 20px;
    margin: 20px auto 40px;
}
@media screen and ( max-width:1050px) {
.form__wrap dd textarea, .form__wrap dd input {
    padding:10px;
}
.mw_wp_form_confirm .form__wrap dd{
    padding:10px 10px 20px;
    margin: 0 0 0;
}
.form__wrap dl:first-child dd {
    margin: 0;
}
.bread_clumb + .sec__form{
    padding: 30px 0 0;
}
.form__wrap dd textarea, .form__wrap dd input {
    padding: 10px;
}
.mwform-checkbox-field label:after {
    bottom: -10px;
}
}
@media screen and ( min-width:481px) {
.form__wrap dt{
  padding-top: 12px;
}
}


@media screen and ( max-width:480px) {
 .mw_wp_form_confirm .form__wrap dd {
    font-size: 14px;
    margin: 0 ;
}
.red{
    text-align: left;
}
.sec__form p.input-hide {
    text-align: left;
}
.sec__lede {
    padding: 30px 0 50px;
}
.mw_wp_form_confirm .sec__form{
    padding: 30px 0 0;
}
.mw_wp_form_confirm .form__wrap {
    padding: 0 0 50px;
    }
.sec__thanks {
   padding: 30px 0 50px;
}
.sec__thanks h3{
    font-size: 7vw;
}
.sec__thanks p {
    text-align: left;
    font-size: 14px;
}
.form__wrap dt span {
    float: none;
    position: relative;
    top: 0px;
    margin: -5px 0 0 15px;
}
.form__wrap dd textarea, .form__wrap dd input{
	box-sizing:border-box;
}
.sec__lede .flex__box {
    display:block;
}
.sec__lede .flex__box figure{
    width:100%;
    margin: 15px 0 0 0;
}
.sec__lede .flex__box .txt__box{
    width:100%;
}
.form__wrap {
    width: 100%;
    margin: 30px auto 0;
}
.form__wrap dl {
    display: block;
    margin: 0 0 10px;
}
.form__wrap dt {
    width: 100%;
    font-size: 16px;
}
.form__wrap dd {
    width:100%;
    padding: 0 10px 10px;
    margin: 0;
}
}