@charset "UTF-8";

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "Hannari",'Noto Serif JP', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    /*自動文字詰め*/
    font-feature-settings: "palt";
    /*英字の折返し*/
    word-break: break-all;
}

html {
    overflow: auto;
}

body {
    overflow: hidden;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #5b5b5b;
    background-image: url(../images250707/bg1.jpg);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

/*段落・フォント*/

p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #5b5b5b;
    font-family: "Hannari",'Noto Serif JP', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.font-g {
    font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
}


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

main#main_wrap {
    width: 100%;
    max-width: 600px;
    margin: auto;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

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

/*全体*/

article.content_article {
    padding: 50px 0;
    background: #fff;
}

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

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

/*内包*/

.wrap {
    width: 90%;
    margin: 0 auto;
}


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

/*一般*/

small {
    font-size: 80%;
}

strong {
    font-weight: 900;
}

/*共通リード*/

h2.common_h2 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}

/*カラー*/

.tc0 {
    color: #486886;
}

/*マーカー*/

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

.tm2 {
    background: linear-gradient(transparent 70%, #72edff 70%);
}

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

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

.brSp {
    display: none;
}

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

.lp_img img {
    display: block;
}

/*枠付き*/

.lp_img.be_border img {
    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;
}


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

/*追従ボタン*/

#fixed_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 600px;
    z-index: 15;
    margin: auto;
}

/*フッター*/

footer {
    background-color: #fff;
    padding: 20px 0 140px;
    text-align: center;
    position: relative;
    z-index: 10;
}

footer p.copy {
    color: #5b5b5b;
    font-size: 10px;
    margin-top: 5px;
}

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

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


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

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

    /*---------------------
    * [共通]コンテナ関係
    ---------------------*/

    article.content_article {
        padding: 40px 0;
    }

    /*---------------------
    * [共通]テキスト関係
    ---------------------*/

    h2.common_h2 {
        font-size: 20px
    }

    /*---------------------
    * [共通]画像関係
    ---------------------*/

    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: 20px 0 85px;
    }

    footer p.copy {
        font-size: 10px;
    }

    footer p.tokushoho a {
        font-size: 12px;
    }

}

/*375px以下*/

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

/*360px以下*/

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

/*330px以下*/

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