@charset "UTF-8";

/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
body {
    font-family: serif, 'Arial', 'Courier', 'メイリオ', sans-serif;
}

#top_title_area {
    display: none;
}

/* contact  start*/
/*――――「表」デザイン――――*/
.tb_form th {
    font-size: 15px;
    width: 25%;
    border-bottom: solid 1px #d6d6d6;
    padding: 10px 0px 10px 15px;
    font-weight: bolder;
}

.tb_form td {
    font-size: 15px;
    line-height: 200%;
    border-bottom: solid 1px #d6d6d6;
    padding: 10px 10px;

    &>input {
        width: 100%;
        max-width: 50rem;
    }

    &>textarea {
        width: 100%;
        max-width: 50rem;
    }
}

.check_youken {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

/*―――――表示―――――*/
.tb_form {
    width: 94%;
    margin: auto;
}

/*―――「必須」デザイン―――*/
.required-srt {
    font-size: 0.7em;
    padding: 6px;
    border-radius: 3px;
    margin-right: 10px;
    background: #ED9292;
    color: #ffffff;
}

/*―――「任意」デザイン―――*/
.voluntary-srt {
    font-size: 0.7em;
    padding: 6px;
    border-radius: 3px;
    margin-right: 10px;
    background: #93C9FF;
    color: #ffffff;
}

/*――「送信ボタン」デザイン――*/
.submit-btn input {
    background-color: #3D77D9;
    border: 0;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: bolder;
    margin: 0 auto;
    padding: 10px 35px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}

.submit-btn {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.submit-btn input:hover {
    background: #93C9FF;
    color: #FFFFFF;
    cursor: pointer;
}
@media only screen and (max-width:767px) {

    .tb_form th,
    .tb_form td {
        width: 97%;
        border: 1px solid #999;
        padding: .5em 1em;
        border-top: none;
        display: flex;
        align-items: center;
    }

    .check_youken {
        display: block;
    }
}
/* contact  end*/