/************************************************************
formHeader
*************************************************************/
#formHeader {
    border-bottom: 1px solid #CCC;
    margin-bottom: 40px;
    padding: 10px 0;
}
#formHeader a img {
    border: 0;
    margin: 0 auto 2rem;
    display: block;
}
#formHeader h3 {
    color: #333;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
}
#formHeader > h3 > span {
    display:inline-block;
}
@media only screen and (max-width: 1075px) {
}
@media only screen and (max-width: 767px){
    #formHeader {
        border-bottom: none;
        margin-bottom: 2rem;
        padding: 1rem 0 0;
    }
    #formHeader a img {
        width: 60%;
        max-width: 221px;
    }	
    #formHeader > h3 {
        font-size: 2rem;
        background: #74c53d;
        color: #FFF;
        font-weight: bold;
        line-height: 1.2;
        padding: 1rem;
    }
    #formHeader > h3 > span {
        display:block;
    }
    #formHeader + p {
        box-sizing: border-box;
        padding: 0 10px;
        text-align: left;
    }
}


/************************************************************
content_text
*************************************************************/
/* 基本項目 */
#content_text {
    background: #f6f6f6;
    padding: 10px;
    width: 80%;
    margin: 0 auto 1rem auto;
    border-radius: 10px;
}
#content_text h3 {
    text-align: center;
    font-size:90%;
    color: #555;
}
#content_text p {
    text-align: center;
    font-size: 70%;
    color: #555;
}
@media only screen and (max-width: 1075px) {
#content_text {
    width: 95%;
    margin: 10px auto 20px auto;
    padding: 10px ;
}
}
@media only screen and (max-width: 767px){
#content_text {
    margin: 0px auto 5px auto;
    padding: 10px 5px ;
}
#content_text h3 {
    font-size:70%;
}
#content_text p {
    font-size: 55%;
}
}


/************************************************************
formWrap
*************************************************************/
.pconly {display:block;}
.sponly {display:none;}
@media only screen and (max-width: 767px){
    .pconly {display:none;}
    .sponly {display:block;}
}
#formWrap {
    margin: 0rem auto 10vw;
    max-width: 850px;
    padding-top: 3rem;
}
form #formWrap {
    margin: 0rem auto 0vw;
}
#formWrap > h4 {
    color: #74c53d;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: .1em;
}
#formWrap > p {
    /*
    margin:5rem auto;
    */
    margin:1rem auto 1rem;
    text-align: center;
}
#formWrap > p.error_messe {
    margin:1rem auto;
    color:#C00;
}
@media only screen and (max-width: 1075px) {
    #formWrap {
        width: 95%;
	margin: 0rem auto 15vw;
        padding-top: 1rem;
    }
    #formWrap > p {
        margin:1rem auto 1rem;
    }
}
@media only screen and (max-width: 767px){
    #formWrap {
        width: 95%;
		    padding-top: 3rem;
		}
		form #formWrap {
		    padding-top: 1rem;
        margin: 0rem auto 0vw;
		}
    #formWrap > h4 {
        margin-bottom: 1rem;
        font-size: 2rem;
    }
    #formWrap > p {
        text-align:left;
    }
    #formWrap > p.contact {
        background:#EFEFEF;
        padding:1rem;
        box-sizing: border-box;
    }
}

#formWrap .error {
    display: block;
    width: 100%;
    color: #C00;
    min-width: 120px;
    font-size: 14px !important;
    padding: 0.5rem;
    margin: .5rem 0 0.5rem !important;
    border-radius: 0.3rem;
    box-sizing: border-box;
    text-align: left!important;
    font-weight:normal;
}
#formWrap .privacycheck {
    text-align:center;
    margin-bottom:1rem;
    font-size:90%;
}
#formWrap .privacycheck span.error{
    text-align:center !important;
}
#formWrap .privacycheck a{
    font-size:80%;
    display:block;
}


/************************************************************
formArea
*************************************************************/
/* 基本項目 */
#formArea {
    width: 100%;
}
#formArea > table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.4;
    margin-bottom:10px;
    vertical-align: middle;
}
#formArea > table th {
    width: 25%;
    font-weight:bold;
    font-size:1.4rem;
    text-align: left;
    line-height: 16px;
    vertical-align: middle;
    line-height: 16px;
    padding: 0.7rem 2rem 0.7rem 1rem;
    box-sizing: border-box;
}
#formArea > table th.must:before {
}
#formArea > table th.must:after {
    content:"*";
    color: #C00;
    font-size: 14px !important;
}
.page-confirm #formArea > table th.must:before  {
    display: none;
}
#formArea > table td {
    width: 75%;
    background: #FFF;
    text-align: left;
    vertical-align: middle;
    line-height: 16px;
    padding: 1rem 0.7rem;
    box-sizing: border-box;
    font-size:13px;
}
#formArea > table td p.comment {
    font-size:12px;
    margin-bottom:0.2rem;	
}
.page-confirm .comment {
    display: none;
}
#formArea > table td ul {
    display: inline-block;
}
#formArea > table td label {
    display:inline-block;
    /*margin: 0 1rem 0 0;*/
    margin: 0 12px 0 0;
    font-size: 1.4rem;
    line-height: 1.6;
}
@media only screen and (max-width: 1075px) {
    #formArea > table {
        width: 100%;
        margin: 0 auto 10px;
    }
}
@media only screen and (max-width: 767px){
    #formArea > table td label {
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 0 5px 0 0;
    }
    #formArea > table th {
        padding: .3rem;
        width: 15%;
        border-bottom: none;
        line-height: 1;
        font-size: 60%;
    }
    #formArea > table td {
        padding: 1rem;
        width: 100%;
        border-bottom: none;
        float: left;
        vertical-align: center;
    }

    #formArea > table tr td.radio label input {
        width: auto;
    }
}
.form-child {
    display:inline-block;
}
#formArea input[type=text] , #formArea select , #formArea textarea , #formArea input[type=email] , #formArea input[type=radio] , #formArea input[type=number]{
    font-size: 1.4rem;
    border-radius: 10px;
    padding: 8px;
}
#formArea > table tr.name td label {
    width: 45%;
    color: #333333;
}
.page-confirm #formArea > table tr.name td label {
    width: auto;
}
#formArea > table tr.name td label.fit {
    width: 100%;
}
#formArea > table tr.name td label span {
    width: 4rem;
    text-align: right;
    display: inline-block;
    margin-right: 0.5rem;
}
#formArea > table tr.name td label input {
    width: 75%;
}
@media only screen and (max-width: 767px){
    #formArea > table tr.name td label {
        margin: 0 1% 1% 0;
        width: 48%;
    }
    #formArea > table tr.name td label span {
        width: 100%;
        display: block;
        text-align: left;
        margin: 0;
    }
    #formArea > table tr.name td label input {
        width: 90%;
    }
    #formArea input[type=text] , #formArea select , #formArea textarea , #formArea input[type=email] , #formArea inpu    t[type=radio] , #formArea input[type=number]{
        font-size: 1.6rem;
        border-radius: 10px;
        padding: 8px;
    }
}


/*居住地*/
#formArea > table tr.address td label {
    display:block;
    margin-bottom: 1rem;
}
#formArea > table tr.address td label span {
    width: 70px;
    text-align: right;
    display: inline-block;
    margin-right: 0.5rem;
}
#formArea > table tr.address td .form_text-small {
    width: 15%;
    margin: 0 0 1rem 0;
    padding: 0.1rem 1rem;
}
#formArea > table tr.address td .form_text {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0.1rem 1rem;
    box-sizing: border-box;
}
#formArea > table tr td label.city {
    display:block;
    margin:1rem 0 0 0;
}
#formArea > table tr td label.city > input {
    width: 100%;
    display: block;
}
@media only screen and (max-width: 767px){
    #formArea > table tr.address td .form_text-small {
        width: 30%;
        margin: 0 0 1rem 0;
        padding: 1rem 0.5rem;
    }
    #formArea > table tr.address td .form_text {
        padding: 1rem 0.5rem;
    }
}


/*生年月日*/
#formArea > table tr.birthday td span {
    display: inline-block;
    margin: 0 0.5rem 0 0.2rem;
    font-size: 1.2rem;
}
/*性別*/
#formArea table .gender input{
    width: 15px;
    height: 15px;
}
#formArea table .gender span:nth-child(1) label{
    display: inline-block;
    background: url("/assets_lp/common/images/form_icon-man.png") 50% 35% no-repeat;
    background-size: 60px;
    width: 130px;
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 4px 10px 10px 10px;
}
#formArea table .gender span:nth-child(2) label{
    display: inline-block;
    background: url("/assets_lp/common/images/form_icon-woman.png") 50% 35% no-repeat;
    background-size: 60px;
    width: 130px;
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 4px 10px 10px 10px;
}
#formArea table .gender label .mwform-radio-field-text{
    display:inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: 6.2rem;
    left: 1.6rem;
}
#formArea table .gender label span{
    display:flex;
    align-items: flex-end;
    justyify-content: center;
}
/*業種*/
#formArea table .industry input{
    width: 15px;
    height: 15px;
}
#formArea table .industry label{
    background: #ffffcc;
}
#formArea table .industry span:nth-child(1) label{
    display: inline-block;
    background: url("/assets_lp/common/images/form_icon-motor.png") 50% 35% no-repeat;
    background-size: 60px;
    width: 130px;
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 2px 10px 10px 12px;
    background-color: #ffffcc;
}
#formArea table .industry span:nth-child(2) label{
    display: inline-block;
    background: url("/assets_lp/common/images/form_icon-semicon.png") 50% 35% no-repeat;
    background-size: 60px;
    width: 130px;
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 2px 10px 10px 12px;
    background-color: #ffffcc;
}
#formArea table .industry span:nth-child(3) label{
    display: inline-block;
    background: url("/assets_lp/common/images/form_icon-talk.png") 50% 35% no-repeat;
    background-size: 60px;
    width: 130px;
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 2px 10px 10px 12px;
    background-color: #ffffcc;
}
#formArea table .industry label.bc_checked {
    background-color: #FFF !important;
}
#formArea table .industry label .mwform-radio-field-text{
    display:inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: 6.2rem;
    left: -0.7rem;
}
#formArea table .industry label span{
    display:flex;
    align-items: flex-end;
    justyify-content: center;
}
@media only screen and (max-width: 767px){
    #formArea table .gender span:nth-child(1) label{
        display: inline-block;
        background: url("/assets_lp/common/images/form_icon-man.png") 50% 35% no-repeat;
        background-size: 4rem;
        width: 8.5rem;
        height: 8rem;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 4px 10px 10px 10px;
    }
    #formArea table .gender span:nth-child(2) label{
        display: inline-block;
        background: url("/assets_lp/common/images/form_icon-woman.png") 50% 35% no-repeat;
        background-size: 4rem;
        width: 8.5rem;
        height: 8rem;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 4px 10px 10px 10px;
    }
    #formArea table .gender label .mwform-radio-field-text{
        top: 5rem;
        left: -0.7rem;
        font-size: 85%;
    }
    #formArea table .industry span:nth-child(1) label{
        display: inline-block;
        background: url("/assets_lp/common/images/form_icon-motor.png") 50% 35% no-repeat;
        background-size: 4rem;
        width: 8.5rem;
        height: 8rem;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 0 5px 10px 6px;
        background-color: #ffffcc;
    }
    #formArea table .industry span:nth-child(2) label{
        display: inline-block;
        background: url("/assets_lp/common/images/form_icon-semicon.png") 50% 35% no-repeat;
        background-size: 4rem;
        width: 8.5rem;
        height: 8rem;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 0 5px 10px 6px;
        background-color: #ffffcc;
    }
    #formArea table .industry span:nth-child(3) label{
        display: inline-block;
        background: url("/assets_lp/common/images/form_icon-talk.png") 50% 35% no-repeat;
        background-size: 4rem;
        width: 8.5rem;
        height: 8rem;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 0 5px 10px 6px;
        background-color: #ffffcc;
    }
    #formArea table .industry label .mwform-radio-field-text{
        position: relative;
        top: 2.7rem;
        left: 0.2rem;
        font-size: 85%;
    }
}
/*メールアドレス*/
#formArea > table tr td input.email {
    display: block;
}

/*応募のきっかけ*/
#formArea > table tr.trigger td span {
    display:block;
}

/* 個人情報保護方針 */
#formArea .agree {
    font-size: 1.4rem;
    text-align: center;
    margin: 4rem 0 2rem;
}
#formArea .privacy {
    margin: 0 auto 5rem;
    max-width: 800px;
    width: 90%;
    height: 168px;
    overflow: scroll;
    padding: 2rem 3rem;
    border: 1px solid #BDBDBD;
    font-size: 1.4rem;
}
#formArea .privacy h3 {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px){
    #formArea .privacy {
        padding: 1rem;
    }
}



/*短縮form用*/
#formArea > .short  th {
    width: 25%;
    background: #f0f0f0;
    border: none;
    border-bottom: 1px dotted #ccc;
}
#formArea > .short  td {
    border: none;
    border-bottom: 1px dotted #ccc;
}

@media only screen and (max-width: 767px){
    #formArea > .short td label {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    #formArea > .short th {
        padding: 1.2rem .3rem 0rem .3rem;
        width: 100%;
        border: none;
        float: left;
        line-height: 1;
        background: #fff;
    }
    #formArea > .short td {
        padding: 0rem .3rem .3rem .3rem;
        width: 100%;
        border: none;
        float: left;
        vertical-align: center;
    }
    #formArea > .short tr:last-of-type td {
        border: none;
    }
    #formArea > .short tr td.radio label input {
        width: auto;
    }
}


/************************************************************
フォームパーツ
*************************************************************/
input,textarea,select,label {
    box-sizing: border-box;
    box-shadow: none;
}
input {
    margin: 0.5rem 0.5rem 0 0;
    width: auto;
    border: 2px solid #DDD;
}
input[type="radio"] ,
input[type='checkbox'] {
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    margin: 0 0.5rem 0 0;
    border: none;
}
textarea {
    width: 95%;
    border: 2px solid #DDD;
}
select {
    border: 2px solid #DDD;
    padding: 0 0.5rem;
    font-size: 1.6rem;
    cursor: pointer;
}
label {
    cursor: pointer;
}
div.form_buttons {
    clear: both;
    padding: 10px 0;
    text-align: center;
}
span.cap-hide {
    text-align: left!important;
    width: auto!important;
}
.page-confirm span.cap-hide {
    display: none!important;
}
div.form_buttons input {
    border: medium none;
    cursor: pointer;
}
input, button, select, textarea {
    font-size: 1.7rem;
    font-family: "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Helvetica,sans-serif;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}
input[type="submit"]:hover ,
button[type="submit"]:hover {
    text-decoration:none;
}
input[type="submit"] ,
input[type="reset"] ,
input[type="button"] ,
button[type="submit"] ,
button[type="reset"] ,
button[type="button"] {
    display:block;
    width: 80% !important;
    background-color: #FE6A00;
    color: #fff;
    border: medium none;
    cursor: pointer;
    padding: 2.3rem 2.8rem 2.3rem 2.8rem;
    border-radius: 10px;
    font-weight: bold;
    font-size: 2.3rem;
    box-shadow: 0 6px 0 #d49466;
}
/*input[type="submit"] ,*/
input[type="submit"],
button[type="submit"],
input.oneButton[type="submit"] ,
input.oneButton[type="reset"] ,
input.oneButton[type="button"] ,
button.oneButton[type="submit"] ,
button.oneButton[type="reset"] ,
button.oneButton[type="button"]
{
    width: 90%;
    float: none;
    margin: 0 auto 2rem;
    display: block;
}
.page-confirm input[type="submit"],
.page-confirm button[type="submit"] {
    width: 65%;

}
input.backButton[type="submit"],
input[type="reset"],
input[type="button"] ,
button[type="reset"],
button[type="button"] {
    background-color: #333;
    width: 30%;
    float:left
}
input[type="submit"] span:before ,
input[type="reset"] span:before ,
input[type="button"] span:before ,
button[type="submit"] span:before ,
button[type="reset"] span:before ,
button[type="button"] span:before {
/*   content:"\f054";*/
}
blockquote + p {
    display:none;
}
p.page-back {
    font-weight:bold;
    text-decoration:underline;
}
.cta_att {
  background: #fff;
  border-radius:20px;
  color: #c33;
  text-align:center;
  font-size:90%;
  padding:3px 8px;
  margin-right: 5px;
}
a.page-form, h2.page-form{
    background-color: #e4511e;
    color: #fff;
    border: medium none;
    cursor: pointer;
    padding: 1rem;
    height: 8rem;
    line-height: 6rem;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    width: 95%;
    float: none;
    /*
    margin: 0 auto 2rem;
    */
    margin: 0 auto 0rem;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
}
a.page-form:after, h2.page-form:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e4511e;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

@media only screen and (max-width: 767px){
    input {
        width: 100%;
        padding: 0.2rem 0.5rem;
        border: 1px solid #CCC;
    }
    input[type="radio"] ,
    input[type='checkbox'] {
        border: 1px solid #CCC;
    }
    select {
        padding: 0;
        border: 1px solid #CCC;
    }
    textarea {
        width: 100%;
        border: 1px solid #CCC;
    }
    p > input {
        width: 100%;
    }
    input.w240 {
        width: 80%;
    }
    input[type="submit"] ,
    input[type="reset"] ,
    input[type="button"] ,
    button[type="submit"] ,
    button[type="reset"] ,
    button[type="button"] {
        font-size: 1.6rem;
    }
    input[type="submit"] ,
    button[type="submit"] {
        width: 100%!important;
        margin-bottom:2rem;
        float:none;
    }
    input[type="reset"],
    input[type="button"] ,
    button[type="reset"],
    button[type="button"] {
        width: 100%!important;
        margin-right:0;
        float:none;
    }
    input[type="submit"]:nth-child(2),
    button[type="submit"] {
        width: 100%!important;
        margin-bottom:2rem;
        float:none;
        padding: 2rem 0;
    }
    
    input.backButton[type="submit"],
    input[type="reset"],
    input[type="button"] ,
    button[type="reset"],
    button[type="button"] {
        width: 100%!important;
        margin-bottom:2rem;
        float:none;
    }
    
    a.page-form{
        font-size: 2rem;
    }
}

/************************************************************
mw wpform
*************************************************************/
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.satori__custom_form #satori__privacy_policy_agreement_wrapper {
    text-align: center;
    margin: 0;
}
.page-confirm #satori__privacy_policy_agreement_wrapper {
    display: none!important;
}
#satori__creative_container *, #satori__creative_container *:after, #satori__creative_container *:before, #satori__html_part_container *, #satori__html_part_container *:after, #satori__html_part_container *:before, #satori__form_container *, #satori__form_container *:after, #satori__form_container *:before {
    box-sizing: border-box;
}

p.satori__privacy_policy_url{
    text-align: center;
}
.form__privacy-box-ttl {
    color: #000000 !important;
    font-weight: normal !important;
    font-size: 1.8rem;
    margin-bottom: 5px;
    text-align: center;
}

.form__privacy-box {
    height: 146px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border: 1px solid #ababab !important;
    overflow-y: scroll !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.42 !important;
    letter-spacing: .13em !important;
    text-align: left !important;
}

#footer {
    font-size: 75%;
    font-weight: normal;
    background: #000;
    color: #eee;
    margin-top:60px;
    padding: 20px 0;
}
#footer a{
    color: #eee;
}
.info {
    background: #fafafa;
    font-size: 80%;
    margin: 20px 0;
    border-top: 1px dotted #ccc;
    padding: 10px;
}
.off {display: none;}
