@charset "UTF-8";

/*faq以外のでデフォルトスタイル削除した一般HP用の軽量版*/

html,
body {
    font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
    /*自動文字詰め*/
    font-feature-settings: "palt";
}

html {
    overflow: auto;
}

body {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    color: #1a1a1a;
    background: #fff;
}

/*段落・フォント*/

p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    color: #1a1a1a;
    font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
}

.font-mincho {
    font-family: 'Noto Serif JP', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.font-arial {
    font-family: 'Arial', sans-serif;
}


/******************************************************************************
*
* [共通]基本設定
*
******************************************************************************/

/*---------------------
* コンテナ関係
---------------------*/

/*全体*/

article.content_article {
    padding: 70px 0;
}

article.content_article.none_pt {
    padding-top: 0;
}

article.content_article.none_pb {
    padding-bottom: 0;
}

/*内包*/

.wrap {
    width: 960px;
    box-sizing: border-box;
    margin: 0 auto;
}

.middle_wrap {
    width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
}

.full_wrap {
    width: 96%;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    box-sizing: border-box;
    margin: 0 auto;
}

/*---------------------
* テキスト関係
---------------------*/

/*一般*/

small {
    display: inline-block;
    font-size: 80%;
}

strong {
    font-weight: 900;
}

.fsb {
    font-size: 130%;
}

.fsb2 {
    font-size: 115%;
}

/*カラー*/

.tc1 {
    color: #ad6375;
}

.tc2 {
    color: #0065ad;
}

.tc3 {
    color: #ce9b2f;
}

.tc4 {
    color: #fde6a2;
}

/*マーカー*/

.tm1 {
    background: linear-gradient(transparent 60%, #efcaca 60%);
}

.tm2 {
    background: linear-gradient(transparent 60%, #e9efff 60%);
}

.tm3 {
    background: linear-gradient(transparent 60%, #ffeab0 60%);
}

.tm4 {
    background: linear-gradient(transparent 60%, #ffdd00 60%);
}

.tm5 {
    background: linear-gradient(transparent 60%, #c4ff00 60%);
}

/*改行(SP時のみ改行)*/

.brSp {
    display: none;
}

/*---------------------
* 余白調整
---------------------*/

/*縦*/

.lp_m {
    margin: 50px 0;
}

.lp_m_auto {
    margin: 50px auto;
}

/*横*/

.lp_p {
    padding: 0 50px;
}

/*上のみ*/

.lp_mt {
    margin-top: 50px;
}

.lp_pt {
    padding-top: 50px;
}

/*下のみ*/

.lp_mb {
    margin-bottom: 50px;
}

.lp_pb {
    padding-bottom: 50px;
}

/*---------------------
* 画像関係
---------------------*/

.lp_img img {
    display: block;
}

/*枠付き*/

.lp_img.be_border img {
    box-sizing: border-box;
    border: solid 1px #e0e0e0;
}

/*画像補足情報*/

figure figcaption {
    text-align: right;
    font-size: 11px;
    line-height: 2;
    color: #666;
}

/*---------------------
* 動画(埋め込み用)
---------------------*/

.mov {
    width: 100%;
    height: auto;
    position: relative;
}

.mov::before {
    content: "";
    display: block;
    padding-top: 56.2%;
}

.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------------
* 表示関係
---------------------*/

._pc {}

._sp {
    display: none !important;
}

/******************************************************************************
*
* [共通]フッター
*
******************************************************************************/

footer {
    background: #000;
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 10;
}

footer p.copy {
    color: #5b5f70;
    font-size: 10px;
    font-weight: 300;
    line-height: 2.5;
}

footer p.copy a.tokushoho {
    font-size: 14px;
    text-decoration: none;
    color: #5b5f70;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

footer p.copy a.tokushoho:hover {
    opacity: 0.7;
}

#fixed_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 150px;
    z-index: 9;
}

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

/*1920px以下*/

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

/*1400px以下*/

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

    /*---------------------
    * [共通]基本設定
    ---------------------*/

    .full_wrap,
    .middle_wrap {
        width: 92%;
    }

}

/*960px以下*/

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

    /*---------------------
    * [共通]基本設定
    ---------------------*/

    .wrap {
        width: 92%;
    }

}

/*644px以下*/

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

    /*---------------------
    * [共通]背景/全体テキスト
    ---------------------*/

    body {
        font-size: 14px;
        line-height: 1.6;
    }

    p {
        font-size: 14px;
        line-height: 1.6;
    }

    .fsb {
        font-size: 120%;
    }

    .fsb2 {
        font-size: 110%;
    }

    /*---------------------
    * [共通]基本設定
    ---------------------*/

    /*コンテナ関係*/

    article.content_article {
        padding: 32px 0;
    }

    /*テキスト関係*/

    .brRes {
        display: none;
    }

    .brSp {
        display: block;
    }

    /*余白調整*/

    .lp_m {
        margin: 30px 0;
    }

    .lp_m_auto {
        margin: 30px auto;
    }

    .lp_p {
        padding: 0 16px;
    }

    .lp_mt {
        margin-top: 30px;
    }

    .lp_pt {
        padding-top: 30px;
    }

    .lp_mb {
        margin-bottom: 30px;
    }

    .lp_pb {
        padding-bottom: 30px;
    }

    /*画像関係*/

    figure figcaption {
        text-align: left;
        font-size: 10px;
        line-height: 1.5;
        margin-top: 5px;
    }

    /*表示関係*/

    ._pc {
        display: none !important;
    }

    ._sp {
        display: block !important;
    }

    /*---------------------
    * [共通]フッター
    ---------------------*/

    footer {
        padding: 30px 0;
    }

    #fixed_btn {
        bottom: 6px;
        right: 6px;
        width: 100px;
    }

}

/*375px以下*/

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

/*360px以下*/

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

/*330px以下*/

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