@charset "UTF-8";

/******************************************************************************
*
* [共通]初期設定
*
******************************************************************************/

.fs-l-main {
    padding: 0;
    margin: 0 auto;
}

h1.fs-c-heading.fs-c-heading--page,
.fs-p-productSearch,
.fs-p-searchForm {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    border-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.common_full_h2 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 15px;
}

/******************************************************************************
*
* [共通]パンくずリスト
*
******************************************************************************/

.fs-c-breadcrumb,
.fs-c-breadcrumb ol,
.fs-c-breadcrumb li {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #1a1a1a;
}

.fs-c-breadcrumb {
    width: 94%;
    max-width: 1050px;
    margin: auto;
    margin-bottom: 50px;
}

.fs-c-breadcrumb a {
    color: #1a1a1a;
}

.fs-c-breadcrumb a:hover {
    text-decoration: underline;
}

/*見出しなしの場合*/

.fs-c-breadcrumb.cc {
    margin-top: 15px;
}


/******************************************************************************
*
* お問い合わせフォーム
*
******************************************************************************/

aside.c_txt {
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
    color: #9A9A9A;
}

aside.c_txt span {
    font-weight: bold;
    color: #151515;
}

/*---------------------
* フォームコンテナ
---------------------*/

#fs_form {
    max-width: 1050px;
    margin: auto;
    margin-top: 50px;
    padding: 55px 20px;
    border: solid 18px #EDF0F3;
}

#fs_form form {
    width: 70%;
    margin: auto;
}

/*---------------------
* 入力欄
---------------------*/

/*入力欄*/

[type=hidden],
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
select,
textarea {
    border-radius: 0;
    padding: 10px;
    border: solid 1px #D9D9D9;
    border-color: #D9D9D9;
    color: #333;
}

[type=hidden][readonly],
[type=text][readonly],
[type=search][readonly],
[type=tel][readonly],
[type=url][readonly],
[type=email][readonly],
[type=password][readonly],
[type=datetime][readonly],
[type=date][readonly],
[type=month][readonly],
[type=week][readonly],
[type=time][readonly],
[type=datetime-local][readonly],
[type=number][readonly],
select[readonly],
textarea[readonly] {
    border-color: #D9D9D9;
}

/*コンテナ*/

#fs_form form .form_list dl {
    margin-bottom: 30px;
}

#fs_form form .form_list dl::last-child {
    margin-bottom: 0;
}

#fs_form form .form_list dl dt {
    font-size: 16px;
    font-weight: normal;
    color: #9A9A9A;
    margin-bottom: 5px;
}

#fs_form form .form_list dl dd.c2 {
    display: flex;
    justify-content: space-between;
}

#fs_form form .form_list dl dd.c2 > input {
    width: 49%;
}

#fs_form form .form_list dl dd textarea {
    height: 400px;
}

/*必須*/

.hissu_mark {
    color: #92A8BE;
    font-size: 10px;
}

/*---------------------
* ボタン
---------------------*/

#fs_form form .form_btn {
    max-width: 280px;
    margin: 40px auto 0;
    position: relative;
}

#fs_form form .form_btn input {
    padding: 0;
    border-width: 0;
    border-width: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    font-size: 16px;
    background: #92A8BE;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
    padding: 17px 0 19px;
}

#fs_form form .form_btn::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}


/******************************************************************************
*
* お問い合わせ完了
*
******************************************************************************/

.contact_complete_box {
    max-width: 1050px;
    margin: auto;
    background: #EDF0F3;
    padding: 55px 30px;
}

.contact_complete_box h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.contact_complete_box p {
    text-align: center;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 50px;
}


/******************************************************************************
*
* サンプル請求フォーム
*
******************************************************************************/

.sample_about {
    text-align: center;
    margin-top: 20px;
}

aside.c_txt.sample {
    color: #9A9A9A;
}

.sample_about a {
    color: #1E6AAD;
    text-decoration: underline;
    /*font-size: 13px;*/
    /*SP文字サイズ変更*/
    font-size: 12px;
}

.sample_about a::before {
    content: "?";
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    background: #1E6AAD;
    color: #fff;
    border-radius: 50%;
    margin-right: 3px;
    font-size: 10px;
}

/*見出し*/

#fs_form.sample h3.sample_lead {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    border-bottom: solid 2px rgba(112, 112, 112, 0.5);
}


/*---------------------
* フォームコンテナ
---------------------*/

#fs_form.sample {
    padding: 0;
    border-width: 0;
}

#fs_form.sample .form_list {
    border: solid 1px #D9D9D9;
    padding: 30px;
}

/*2カラム*/

#fs_form.sample .form_list dd.c2 > .box {
    width: 48%;
}

#fs_form.sample .form_list dd.c2 > .box .title {
    font-size: 16px;
    font-weight: normal;
    color: #9A9A9A;
    margin-bottom: 5px;
}

/*補足*/

#fs_form.sample dl dd aside {
    font-size: 13px;
    color: #9A9A9A;
    margin-top: 3px;
    display: none;
}



/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*644px以下*/

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

    .common_full_h2 {
        margin-bottom: 35px;
    }

    /*---------------------
    * [共通]パンくずリスト
    ---------------------*/

    .fs-c-breadcrumb,
    .fs-c-breadcrumb ol,
    .fs-c-breadcrumb li {
        /*font-size: 12px;*/
        /*SP文字サイズ変更*/
        font-size: 10px;
    }

    .fs-c-breadcrumb {
        margin-bottom: 35px;
    }

    /*---------------------
    * フォームデザイン
    ---------------------*/

    aside.c_txt {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        font-size: 12px;
        background: #EDF0F3;
        padding: 20px 12px 15px;
    }

    /*フォームコンテナ*/

    #fs_form {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        margin-top: 0;
        padding: 35px 15px;
        border-width: 15px;
        border-bottom-width: 50px;
    }

    #fs_form form {
        width: 100%;
    }

    /*入力欄*/

    [type=hidden],
    [type=text],
    [type=search],
    [type=tel],
    [type=url],
    [type=email],
    [type=password],
    [type=datetime],
    [type=date],
    [type=month],
    [type=week],
    [type=time],
    [type=datetime-local],
    [type=number],
    select,
    textarea {
        padding: 10px 5px;
        font-size: 12px;
    }

    /*コンテナ*/

    #fs_form form .form_list dl {
        margin-bottom: 20px;
    }

    #fs_form form .form_list dl dt {
        /*font-size: 13px;*/
        /*SP文字サイズ変更*/
        font-size: 12px;
    }

    #fs_form form .form_list dl dd.c2 > input {
        width: 49%;
    }

    #fs_form form .form_list dl dd textarea {
        height: 300px;
    }

    /*ボタン*/

    #fs_form form .form_btn {
        margin: 30px auto 0;
    }

    #fs_form form .form_btn input {
        /*font-size: 15px;*/
        /*SP文字サイズ変更*/
        font-size: 13px;
    }

    #fs_form form .form_btn::before {
        width: 20px;
    }

    /*送信完了ページ*/

    .contact_complete_box h2 {
        font-size: 15px;
    }

    .contact_complete_box p {
        font-size: 12px
    }

    /*---------------------
    * サンプル請求
    ---------------------*/

    aside.c_txt.sample {
        background: #fff;
        padding-bottom: 0;
        padding-top: 0;
    }

    .sample_about {
        margin-top: 10px;
    }

    /*見出し*/

    #fs_form.sample h3.sample_lead {
        /*font-size: 16px;*/
        /*SP文字サイズ変更*/
        font-size: 15px;
    }

    /*フォーム*/

    #fs_form.sample {
        margin: 0 auto;
        width: 92%;
        margin-top: 50px;
    }

    #fs_form.sample .form_list {
        padding: 30px 13px;
    }

    /*2カラム*/

    #fs_form.sample .form_list dd.c2 {
        display: block;
    }

    #fs_form.sample .form_list dd.c2 > .box {
        width: 100%;
    }

    #fs_form.sample .form_list dd.c2 > .box:first-child {
        margin-bottom: 20px;
    }

    #fs_form.sample .form_list dd.c2 > .box .title {
        font-size: 13px;
    }

    /*補足*/

    #fs_form.sample dl dd aside {
        font-size: 11px;
    }



}
