@charset "utf-8";
/* CSS Document */
html, body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #022200;
    min-width: 375px;
}
.form_box {
    font-size: 0.8em;
    line-height: 1.8em;
    background: url("../images/form_header.jpg") #ffffff no-repeat;
    background-size: 100% auto;
    background-position: center top;
    border: 2px solid #FF0004;
    border-radius: 10px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4) inset;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    margin: 10px auto;
    width: 95%;
}
.tnaks_box {
    margin: 10px auto;
    width: 95%;
    text-align: center;
}
.tnaks_box img{
    width: 100%;

}
.form_box h1 {
    white-space: normal;
    text-indent: 0;
    display: block;
    overflow: hidden;
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 1em 0 0.6em 0;
    color: #ffffff;
    text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000;
}
/**/
.input_box {
    background-color: #fffee6;
    border-radius: 10px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2) inset;
    box-sizing: border-box;
    margin: 6px auto;
    padding: 20px;
}
.input_box p {
    padding: 0.3em;
}
.input_box input {
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em;
    transition: 0.3s;
    letter-spacing: 1px;
    border: 1px solid #07490c;
    border-radius: 4px;
    margin: 0 auto 15px auto;
}
.input_box textarea {
    width: 100%;
    border: 1px solid #07490c;
    border-radius: 4px;
    padding: 0;
    transition: 0.3s;
    letter-spacing: 1px;
    margin: 0;
    background-color: #fff;
    outline: 0;
}
.ef input:focus, .ef textarea:focus {
    border: 1px solid #da3c41;
    outline: none;
    box-shadow: 0 0 5px 2px rgba(218, 60, 65, 0.5);
}
/* ラジオボタン */
.cp_ipradio {
    background: #ffffff;
    border: 1px solid #07490c;
    border-radius: 4px;
    margin-bottom: 15px;
}
.cp_ipradio input[type=radio] {
    display: none;
}
.cp_ipradio label:focus, .cp_ipradio label:hover, .cp_ipradio label:active, .cp_ipradio input:checked + label {
    color: #da3c41;
}
.cp_ipradio label:focus:before, .cp_ipradio label:hover:before, .cp_ipradio label:active:before, .cp_ipradio input:checked + label:before {
    border-color: #da3c41;
    background: #ffffff;
}
.cp_ipradio label {
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1em 1em 1em 3em;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cp_ipradio label:before {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 10px;
    height: 10px;
    content: '';
    border: 0.2em solid #cccccc;
    border-radius: 50%;
}
.cp_ipradio input:checked + label:before {
    border-color: #da3c41;
    background: #da3c41;
}
.cp_ipradio input:disabled + label {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.5);
    background: #efefef;
}
.cp_ipradio input:disabled + label:hover {
    border-color: rgba(0, 0, 0, 0.1);
}
.cp_ipradio input:disabled + label:before {
    border-color: #ffffff;
    background: #ffffff;
}
/* 送信ボタン */
.input-submit input[type=submit], .input-submit button, .input-button input[type=submit], .input-button button {
    appearance: none;
    border: none;
    background-color: #fff;
    width: 100%;
}
.input-submit {
    width: 50%;
    margin: 15px auto 0 auto;
}
.input-submit input[type=submit], .input-submit button, .input-button input[type=submit], .input-button button {
    border: 1px solid #ff5400;
    background: #ff5400;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    padding: 0.8em 0.3em;
    transition: all .2s ease;
}
.input-submit input[type=submit]:hover, .input-submit button:hover, .input-button input[type=submit]:hover, .input-button button:hover {
    background: #fff;
    color: #369;
    cursor: pointer;
}
.input-submit ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.input-submit li {
    width: 45%;
    list-style: none;
    margin: 0 auto;
}