@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
*/

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    /* font-family: serif, 'Arial', 'Courier', 'メイリオ', sans-serif; */
    font-family: "Zen Kaku Gothic New", sans-serif;
}

h2,
h3 {
    font-family: "Shippori Mincho", serif;
}

/* header start */
.l-header__logo {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
}

.l-header__right a {
    font-size: 1.1rem !important;
}

.c-gnav__a,
.c-gnav__a .__mainText {
    font-family: "Shippori Mincho", serif;
    /* font-weight: 600; */
    /* font-size: 16px; */
    letter-spacing: 0.05em;
}

.c-gnav__a {
    position: relative;
    text-decoration: none;
    /* 通常は下線なし */
}

.c-gnav__a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    /* 文字の下に線を出す位置 */
    width: 0;
    height: 2px;
    background: currentColor;
    /* 文字色と同じ色 */
    transition: width 0.3s ease;
}

.c-gnav__a:hover::after {
    width: 100%;
    /* ホバー時に線が伸びる */
}

.c-gnav__li {
  margin: 0 10px; /* 左右に20pxの余白を追加 */
}

/* header end */

#top_title_area {
    display: none;
}

.l-content__body {
    margin-top: 0;
    margin-bottom: 0;
}

/* 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*/