@charset "utf-8";
/*=============お問い合わせ　CSS=============*/

/*↓↓フォーム　部分↓↓*/

.eam_form_wrap {
	margin-top: 48px;
}


.icejk_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 50px 90px;
}

.icejk_form_h2 {
    text-align: center;
}

.formparts_top {
    padding: 16px;
    text-align: center;
    font-size: 0.95rem;
}

.formwrap {
    padding: 2.5% 3%;
    background: #F5F5F5;
    color: #313541;
    line-height: 1.5rem;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

input,
select,
textarea {
    font-size: 100%;
}

textarea {
    width: 100%;
    line-height: 2rem;
    border-radius: 3px;
    border: 2px solid #dfe1df;
}

.icejk_form_table {
    line-height: 1.8;
}

.icejk_form_table th {
    text-align: left;
    width: 40%;
    /* font-size: 0.9rem; */
    padding: 2rem;
}

.icejk_form_table td {
    text-align: left;
    width: 60%;
    /* font-size: 0.9rem; */
    padding: 2rem;
}


.formparts:not(:first-of-type) {
    margin-top: 50px;
}


.formparts p {
    font-weight: bold;
    margin-bottom: 10px;
}


.hissu_top::before {
    content: "必須";
    color: #fff;
    background: #ff6145;
    font-size: 0.75rem;
    padding: 1px 2px;
    margin-left: 10px;
    border-radius: 2px;
    /*パーツ途中で改行されないための指定*/
    white-space: nowrap;
}

.hissu:after {
    content: "必須";
    color: #fff;
    background: #ff6145;
    font-size: 0.75rem;
    padding: 2px;
    margin-left: 10px;
    border-radius: 1px 2px;
    /*パーツ途中で改行されないための指定*/
    white-space: nowrap;
}

/* 
#CompanyName,
#dept,
#onamae,
#furigana,
#postemail,
#postemail2,
#tel,
#fax {
    margin-left: 32px;
} */



@media all and (-ms-high-contrast:none) {

    .hissu:after,
    .ninni:after {
        font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}



.otoiawasecheck li {
    line-height: 2rem;
}


input[type="text"] {
    width: 80%;
    height: 2rem;
    border-radius: 3px;
    border: 2px solid #dfe1df;
}




/*項目をクリックした際薄いピンク色に*/

input[type="text"]:focus {
    background-color: #FFFBE7;
    border: 2px solid #FFAC84;
}




/*項目をクリックした際薄いピンク色に*/

#message:focus {
    background-color: #FFFBE7;
    border: 2px solid #FFAC84;
}


#postemail,
#postemail2 {
    width: 100%;
}


.button {
    margin: 60px 0 30px 0;
    text-align: center;
}

.contactAgree {
    text-align: center;
    padding-top: 5%;
    font-size: 1.1rem;
}


input[type="submit"] {
    display: inline-block;
    width: 240px;
    padding: 14px 60px;
    text-decoration: none;
    background: #996600;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    border-radius: 3px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}


input[type="submit"]:hover {
    background: #cccc00;
    transition: .3s ease-in-out;
}


input[type="submit"]:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}


input[type="submit"][disabled] {
    background-color: #ccc;
    color: #fff;
    border-color: #ccc;
    cursor: not-allowed;
}

input[type="submit"][disabled]:hover {
    opacity: 1;
}

::placeholder {
    color: #666;
    font-size: 0.9rem;
    font-weight: bold;
}


/*赤字の注釈部分*/

.help {
    font-size: 0.9rem;
    color: #ff3612;
    font-weight: normal;
}


/*黒字の注釈部分*/
.help_bk {
    color: #222;
}



/*↑↑フォーム部分　CSS　ここまで↑↑*/


/*「当サイトにおける、個人情報の取扱に～」部分*/

.aboutpolicy {
    text-align: center;
    padding-top: 5%;
    font-size: 1.1rem;
}


.aboutpolicy a {
    color: #996600;
    font-weight: bold;
}


.aboutpolicy a:hover {
    color: #cccc00;
}




/*/////////////////////////////////////////////
▽↓700px以下のCSS↓↓▽
/////////////////////////////////////////////*/

@media only screen and (max-width: 940px) {

    table,
    tbody,
    tr,
    td,
    th {
        width: 100%;
        display: block;
    }

    .icejk_wrap {
        padding: 16px;
    }

    .icejk_form_top {
        text-align: center;
        padding: 0 8px;
    }

    .formparts_top {
        padding: 16px 0;
    }

    .icejk_form_table th {
        width: 100%;
        padding: 24px 8px 0;
    }

    .icejk_form_table td {
        width: 100%;
        padding: 0;
    }

    .formparts {
        padding: 24px 0 0 0;
    }

    .formwrap {
        width: 100%;
        padding: 24px 16px;
        color: #555;
        line-height: 2;
    }

    .formparts p {
        margin-bottom: 15px;
    }

    input[type="text"] {
        width: 100%;
        font-size: 16px;
        height: 3rem;
    }


    #postemail,
    #postemail2 {
        width: 100%;
    }

    textarea {
        width: 100%;
        height: 300px;
        font-size: 16px;
    }

    .help {
        font-size: 0.9rem;
        margin: 2px 0;
    }

    .button {
        text-align: center;
        margin: 30px 0 30px 0;
    }

    input[type="submit"] {
        width: 90%;
        align-self: center;
        border-radius: 5px;
    }

    .aboutpolicy {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 350px) {
    .booklinkbtn a {
        font-size: 0.9rem;
    }

    .aboutpolicy {
        font-size: 0.8rem;
    }
}