@charset "utf-8";

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

input[type="text"],
input[type="number"],
input[type="time"],
input[type="week"],
input[type="month"],
input[type="date"],
input[type="datetime"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}




/*----------------------------------*/
.form{
    margin: 0 auto;
}
.form table{
    width: 100%;
    /* border-top: 1px solid #fff; */
    /* border-left: 1px solid #fff; */
}
.form table td,
.form table th{
    padding: 28px 0;
    /* border-bottom: 1px solid #fff; */
    /* border-right: 1px solid #fff; */
    font-size: 16px;
}
.form table td{}
.form table th{
    width: 297px;
    font-weight: bolder;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}
.form table .top{
    vertical-align: top;
    padding-top: 44px;
}

.check .form table td,
.check .form table th{
    padding: 28px 0;
    font-size: 16px;
    vertical-align: top;
}
.check .form .hissu{
    display: none;
}

.form .input{
    background: #f5f5f5;
    line-height: 60px;
    height: 60px;
    padding: 0 25px;
    border: solid 1px #a7a7a7;
    width: 100%;
    font-size: 16px;
}
.form .input::placeholder {
  color: #f27e20;
}

/* IE */
.form .input:-ms-input-placeholder {
  color: #f27e20;
}

/* Edge */
.form .input::-ms-input-placeholder {
  color: #f27e20;
}

.form .input:focus{
    background: #fff;
    border-color: #f27e20;
}

.form .textarea1{
    line-height: 1.8;
    height: 260px;
    padding: 25px;
}
.form .input1{
    width: 550px;
}
.form .input2{
    width: 700px;
}

.form .mwform-radio-field label{
    display: inline-block;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    padding: 0 0 0 31px;
}
.form .mwform-radio-field label span{
    position: relative;
    z-index: 1;
}
.form .mwform-radio-field label span:before{
    content: "";
    z-index: 1;
    position: absolute;
    border: 1px solid #a7a7a7;
    width: 15px;
    height: 15px;
    top: 1px;
    left: -26px;
    border-radius: 100px;
}

.form .mwform-radio-field label input:checked + span:after{
    content: "";
    z-index: 1;
    position: absolute;
    background: #f27e20;
    width: 13px;
    height: 13px;
    top: 3px;
    left: -24px;
    border-radius: 100px;
}

.form .mwform-radio-field label input{
    display: none;
}
.form .name{
    display: inline-block;
    vertical-align: top;
    width: 261px;
}
.form .name + .name{
    margin-left: 25px;
}
.form .zip{
    width: 261px;
    margin: 0 0 15px;
}
.form .addr{
}
.form .hissu{
    position: absolute;
    z-index: 1;
    background: #f27e20;
    color: #fff;
    padding: 1px 8px;
    border-radius: 5px;
    right: 55px;
    top: 43px;
}
.form .hissu.txt{
    top: 26px;
}

.submit{
    text-align: center;
    margin: 30px 0 0;
}
.submit_btn{
    width: 300px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.form .note {
  color: crimson;
  margin-top: 10px;
}


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

@media screen and (min-width: 681px) and (orientation: portrait) ,screen and (min-width: 738px) and (orientation: landscape) {
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait) ,screen and (max-width: 737px) and (orientation: landscape) {

    /*----------------------------------*/
    .form{}
    .form table{
    display: block;
}
    .form table td,
    .form table th{
    display: block;
    width: 100%;
}
    .form table td{
    padding: 0 0 25px;
}
    .form table th{padding:  0;margin: 0 0 5px;font-size: 14px;}
    .form table .top{
    padding: 0;
}

    .check .form table td{
        padding: 0 0 25px;
    }
    .check .form table th{
        padding: 0;
    }


    .form .input{}
    .form .input::placeholder {}

    /* IE */
    .form .input:-ms-input-placeholder {}

    /* Edge */
    .form .input::-ms-input-placeholder {}

    .form .input:focus{}

    .form .textarea1{}
    .form .input1{
    width: 100%;
}
    .form .input2{
    width: 100%;
}
    .form .mwform-radio-field label{}
    .form .mwform-radio-field label span{}
    .form .mwform-radio-field label span:before{}

    .form .mwform-radio-field label input:checked + span:after{}

    .form .mwform-radio-field label input{}
    .mw_wp_form .horizontal-item + .horizontal-item{
        margin-left: 0 !important;
    }

    .form .name{
    width: 40%;
}
    .form .name + .name{}
    .form .zip{
    width: 40%;
    margin: 0 0 11px;
}
    .form .addr{}
    .form .hissu{
    font-size: 12px;
    position: relative;
    top: -4px !important;
    left: 6px;
}
    .form .hissu.txt{
}

    .submit{
    margin: 13px 0 28px;
}
    .submit_btn{
    width: 100%;
    margin: 20px 0;
}
}
