@charset "UTF-8";

/* CSS Document */

/*--------------------------
PC用レイアウト（768px以上スクリーン）
--------------------------*/

/*body全体の初期スタイル調整*/

body{
    font-size:14px;
    font-family: "YuGothic","Yu Gothic medium","Hiragino sans","Meiryo","sans-serif";
    font-weight: normal;
    color: #000;
}

.span_01{
    color: #133E7B;
}
.span_02{
    font-size: 1.3em;
}

/*　リンクの文字設定　*/

/*　ブラウザのCSSをリセット　*/

section{
    clear: both;
    overflow: auto;
}
/*--------------------------
見出しタグ設定（PC）
--------------------------*/
h2{
    margin: 0.5em 0em;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #000;
}

h3{
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.6em;
    font-weight: bold;
    border-left: 8px solid #10559A;
    border-bottom: 1px dotted #10559A;
}

h4{
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.4em;
    font-weight: bold;
    border: 1px solid #000;
}

h5{
    margin: 0.5em 0em;
    padding: 0.1em;
    font-size: 1.2em;
    font-weight: bold;
   border-bottom: 1px solid #ccc;
}


/*--------------------------
全体レイアウト/背景設定（PC）
--------------------------*/

/*　全体エリア（全体背景を設定するにはここ）*/

/*　記事（body）エリア */
.article{
    font-size: 1.6em;
}

/*　記事（body）エリアの行間 */
.article p{
    font-size: 1rem;
    line-height: 1.6;
}

.article {
    width: 100%;
}

/*　カラム全体の幅を変更する */
.top_image_in,.section_inr{
    width: 950px;
    margin: 0 auto;
}

/*--------------------------
ファーストビュー設定
--------------------------*/
.top_image{
    background-image: url(../images/top_image_back.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: auto;
}

.top_image_in img{
    width: 100%;
}



/*--------------------------
上部固定ヘッダー設定
--------------------------*/

/*  上部固定ヘッダー全体　*/
.header{
    position: fixed;
    width: 100%;
    left: 0;
    top: var(--wp-admin--admin-bar--height, 0);
    z-index: 5000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    overflow: auto;
}

/*  ヘッダー内部をカラム幅にする　*/
.header_inr{
    max-width: 950px;
    margin: 0 auto;
    padding: 0.6em 0em;
    overflow: hidden;
}

/*  ヘッダーのロゴ　*/
.header_logo{
    width: 8%;
    float: left;
    margin: 0;
}

/*  ヘッダーの問い合わせボタン　*/
.header_mail{
    width: 30%;
    float:right;
    margin: 0.8em 0em 0em;
}

/*  ヘッダーの電話ボタン　*/
.header_tel{
    width: 30%;
    float:right;
    margin: 0.8em 1em 0em;
}

/*  ヘッダーないの画像が常に100％になるように　*/
.header_logo img,.header_mail img,.header_tel img{
    width: 100%;
}

.main {
    margin-top: 91px;
}

/*--------------------------
section設定
--------------------------*/
.section_01{
    padding: 3em;
}

.section_02{
    padding: 3em 0em;
    background-image: url(../images/worries_bg.jpg);
    background-size: cover;
    margin-bottom: 1em;
}
.section_03{
    margin-bottom: 2em;
}
.section_04{
    background-color: #133E7B;
    padding: 0.4em;
}
.section_04 h2{
    color: #fff;
}

.section_05{
    padding: 3em 0em;
}
.section_06{
    background-color: #f5f5f5;
    padding: 3em 0em 4em;
}
.section_07{
    background-color: #CDDCEC;
    padding: 3em 0em 4em;
}
.section_08{
    padding: 3em;
}

.section_09{
    padding: 0em 0em 2.4em;
}
.section_10{
    padding: 3em 0em 4em;
    background-color: #CDDCEC;
    }
.section_11{
    padding: 2em 0em;
}

.section_12{
    padding-bottom: 3em;
}
/*--------------------------
よくある質問
--------------------------*/

.box_qa{
    padding: 1em;
}

.box_qa_q, .box_qa_a {
    background-color: #fff;
    & p, span {
        font-family: "YuGothic","Yu Gothic medium","Hiragino sans","Meiryo","sans-serif";
    }
    & p {
        text-indent: -2em;
    }
}

.box_qa_q {
    padding: 0.6em 2em 0.6em 3em;
    border-bottom: 1px solid #ccc;
    font-size: 1.2em;
    font-weight: bold;
    & p {
        font-size: 26px;
        color: #133E7B;
        & span {
            color: #133E7B;
        }
    }
}

.box_qa_a{
    padding: 0.6em 2em 0.6em 3.5em;
    & p {
        font-size: 22px;
    }
}

/*--------------------------
CTAエリア
--------------------------*/
.area_cta{
    background-color: #133E7B;
    padding: 1em 3em;
    border-radius: 10px;
}

.area_cta_inr{
    background-color: #fff;
    padding: 1.6em 1.4em;
    overflow: auto;
}

.area_cta_inr_left{
    float: left;
    width: 50%;
}

.area_cta_inr_right{
    float: right;
    width: 48%;
    
}
.cta_title_pc{
    display: block !important;
}
.cta_title_sp{
    display: none !important;
}
.tel_pc{
    display: block !important;
}
.tel_sp{
    display: none !important;
}

/*--------------------------
フッターエリア
--------------------------*/

.footer{
    background-color: #133E7B;
    padding: 2em 1em;
    text-align: center;
    font-size: 1em;
    color: #fff;
}

.footer a{
    color: #fff;
    padding: 0.8em;
    font-weight: normal;
}

.footer p {
    color: white;
    margin-top: .5em;
}


/*--------------------------------------------------
表示設定（spは非表示）
-----------------------------------------------------*/
.fv_pc,.worries_pc,.solution_pc,.strengths_pc,
.product_category_pc,.flow_pc,.area_pc,.voice_pc{
    display:block !important;
}
.fv_sp,.worries_sp,.solution_sp,.strengths_sp,
.area_sp,.product_category_sp,.flow_sp,.voice_sp{
    display: none !important;
}

