@charset "UTF-8";

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

html,
body {
    font-family: 'BIZ UDPGothic', "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: 700;
    color: #1a1a1a;
    background: #fff;
}

/*段落・フォント*/

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

.font-gothic {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
}

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

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


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

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

.btn_anime {
    transition: all 0.5s;
}

.btn_anime:hover {
    opacity: 0.85;
}

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

/*全体*/

article.content_article {
    padding: 80px 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;
}

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

/*1*/

.lead1 {
    text-align: center;
    color: #0201ff;
    font-size: 26px;
    margin-bottom: 40px;
}

.lead1.c2 {
    color: #231815;
}

.lead1.c2 span {
    color: #fe66cc;
}

/*2*/

.lead2 {
    margin-bottom: 60px;
}

.lead2 h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: normal;
    color: #231815;
}

.lead2 .sub {
    text-align: center;
    font-size: 14px;
    color: #9fa0a0;
}

/*3*/

.lead3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 80px;
}

/*一般*/

small {
    font-size: 80%;
}

strong {
    font-weight: 900;
    font-family: 'Meiryo', 'メイリオ', 'Hiragino Sans', 'ヒラギノ角ゴシック', sans-serif;
}

/*カラー*/

.tc1 {
    color: #cc0000;
}

.tc2 {
    color: #0201ff;
}

/*マーカー*/

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

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

.brSp {
    display: none;
}

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

.lp_img img {
    display: block;
}

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

._pc {}

._sp {
    display: none !important;
}

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

footer  {
    position: relative;
}

footer .return_top .pt {
    width: 50px;
    margin-left: auto;
    position: absolute;
    right: 30px;
    top: -54.25px;
}

/*---------------------
* 情報
---------------------*/

footer .info {
    background: #f5f5f5;
    padding: 80px 0;
}

footer .info .wrap {
    display: flex;
    justify-content: space-between;
}

footer .info .wrap > .lc {
    width: 50%;
}

footer .info .wrap > .rc {
    width: 45%;
}

/*左*/

footer .info .lc .foot_logo {
    width: 55%;
    margin-bottom: 40px;
}

footer .info .lc table {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

footer .info .lc table th {
    width: 125px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 30px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left top 3px;
    color: #010099;
}

footer .info .lc table th.t1 {
    background-image: url(../images/common/foot_icon1.png);
}

footer .info .lc table th.t2 {
    background-image: url(../images/common/foot_icon2.png);
}

footer .info .lc table th.t3 {
    background-image: url(../images/common/foot_icon3.png);
}

footer .info .lc table td {
    width: 60%;
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px);
    box-sizing: border-box;
    font-size: 13px;
}

footer .info .lc table td span {
    font-weight: 400;
}

footer .info .lc table th,
footer .info .lc table td {
    padding-bottom: 15px;
}

footer .info .foot_btn {
    width: 55%;
    margin-top: 20px;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
    transform: translateZ(0);
}

/*右*/

footer .info .rc {
    display: flex;
}

footer .info .rc .foot_nav {
    box-sizing: border-box;
    font-size: 15px;
}

footer .info .rc .foot_nav.fn1 {
    width: 40%;
}

footer .info .rc .foot_nav.fn2 {
    width: 60%;
}

footer .info .foot_nav ul.s1 > li {
    margin-bottom: 10px;
}

footer .info .foot_nav ul.s1 > li:last-child {
    margin-bottom: 0;
}

footer .info .foot_nav ul.s1 > li > a {
    color: #010099;
}

footer .info .foot_nav ul.s1 > li a:hover {
    text-decoration: underline;
}

footer .info .foot_nav ul.s2 {
    padding-left: 0.6em;
    margin-top: 5px;
}

footer .info .foot_nav ul.s2 > li > a {
    font-size: 13px;
    font-weight: 400;
    color: #1a1a1a;
}

/*---------------------
* コピー
---------------------*/

footer .copy {
    background: #0033ff;
    text-align: center;
    padding: 15px 0;
}

footer .copy p {
    color: #fff;
    font-size: 13px;
    line-height: 1;
}


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

/*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: 15px;
        line-height: 1.6;
    }

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

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

    /*コンテナ関係*/

    article.content_article {
        padding: 50px 0;
    }

    /*1*/

    .lead1 {
        font-size: 26px;
        margin-bottom: 40px;
    }

    /*2*/

    .lead2 {
        margin-bottom: 50px;
    }

    .lead2 h2 {
        font-size: 24px;
    }

    .lead2 .sub {
        font-size: 11px;
    }

    /*3*/

    .lead3 {
        font-size: 18px;
        margin-bottom: 50px;
    }

    /*テキスト関係*/

    .brRes {
        display: none;
    }

    .brSp {
        display: block;
    }

    /*表示関係*/

    ._pc {
        display: none !important;
    }

    ._sp {
        display: block !important;
    }

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

    footer .return_top .pt {
        width: 40px;
        right: 7px;
        top: -43.39px;
    }

    /*情報*/

    footer .info {
        padding: 40px 0;
    }

    footer .info .wrap {
        display: block;
    }

    footer .info .wrap > .lc {
        width: 100%;
    }

    footer .info .wrap > .rc {
        width: 0;
        height: 0;
        overflow: hidden;
        opacity: 0;
    }

    /*左*/

    footer .info .lc .foot_logo {
        width: 70%;
        margin-bottom: 40px;
    }

    footer .info .lc table {
        font-size: 14px;
    }

    footer .info .lc table th {
        width: 100px;
        padding-left: 22px;
        background-size: 17px;
        background-position: left top 2px;
    }

    footer .info .lc table td {
        width: 60%;
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        font-size: 12px;
    }

    footer .info .lc table td span {
        font-weight: 400;
    }

    footer .info .lc table th,
    footer .info .lc table td {
        padding-bottom: 15px;
    }

    footer .info .foot_btn {
        width: 65%;
        margin: 20px auto 0;
        ;
    }

    /*コピー*/

    footer .copy {
        padding: 18px 10px;
    }

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

}

/*375px以下*/

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

/*360px以下*/

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

/*330px以下*/

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