/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20170614
*/

body{
    background-color: white;
}

.st-main {
    margin-right: 0;
    padding-top: 0;
}



a:hover {
    color: #bdc3c7;
}

header h1 {
    font-size: 22px !important;
    color: #facb00 !important;
    text-align: center;
}

.contents_ttl {
    height: 110px;
    width: 100vw;
    position: relative;
    transform: translateX(-50%);
    left: 50% !important;
    background: #F9CA24;
    overflow: hidden;
    margin-top: -25px;
}

.contents_ttl p {
    text-align: center;
    padding-top: 40px;
    font-size: 25px;
}

.contents_ttl2 {
    height: 110px;
    width: 100vw;
    position: relative;
    transform: translateX(-50%);
    left: 50% !important;
    background: #F9CA24;
    overflow: hidden;
    margin-top: 0;
}

.contents_ttl2 p {
    text-align: center;
    padding-top: 40px;
    font-size: 25px;
}

.point {
    margin-bottom: 45px;
}

.point_inner img {
    width: 100%;
    margin: 20px 0;
}

.point_inner h1 {
    font-size: 130%;
    text-align: center;
    margin-bottom: 20px;
}



/*トップに戻る——————————–*/

#page-top a {
    background: #3498DB;
    opacity: 0.8;
    border-radius: 25px;
}



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

.header-btn {
    text-align: center;
}

.header-btn ul{
    text-align: center;
    color: white;
    margin: 0 auto;
    display: inline-block;

}

.header-btn li{
    float: left;
    list-style: none;
    }


.square_btn_1{
    width: 100px;
    margin: 0 10px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #E67E22;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #D35400;
    border-radius: 3px;
}
.square_btn_1:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.square_btn_2{
    width: 100px;
    margin: 0 10px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #2ECC71;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #27AE60;
    border-radius: 3px;
}

.square_btn_2:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.square_btn_3_pc-show{
    width: 100px;
    margin: 0 10px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #3498DB;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #2980B9;
    border-radius: 3px;
}

.square_btn_3_pc-show:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

/*モーダルここから*/
.modal_wrap input{
    display: none;
}

.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content{
    position: relative;
    align-self: center;
    width: 40%;
    max-width: 550px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_content h1 {
    color: black;
}

p.modal-telnum {
    color: #3498db;
    font-weight: bold;
    font-size: 40px;
}

p.modal-time {
    color: #666;
    margin: 10px !important;
}

.modal_wrap p {
    margin: 0;
}
/**ここまで*/


.square_btn_3_pc-hide {
    display: none;
}




.square_btn_4{
    width: 100px;
    margin: 0 10px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #2ECC71;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #27AE60;
    border-radius: 3px;
}

.square_btn_4:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.square_btn_5 {/*page内ボタン*/
    text-align: center;
}

.square_btn_5 {
    width: 86%;
    max-width: 880px;
    margin: 0px 10px 0 10px;
    display: inline-block;
    padding: 1em 1em;
    background: #E67E22;
    border-bottom: solid 4px #D35400;
    border-radius: 3px;
}

.square_btn_5:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.square_btn_5 a {
    display: block;
    color: #fff;
    text-decoration: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}


/************************************
メインボタン
************************************/
box-sizing: border-box;
}
.col_4{
    width: 100%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
    float: left;
    width: 25%;
    padding: 10px;
}


/***********************************
SPメニュー
***********************************/

dl.acordion {
    display: none;
}

.hm_menu_check {/* チェックボックスを隠す */
    display: none;
}
.hm_wrap {
    display: inline-block;
    top :9vw;
    left :0;
    width:100%;
    padding :0px;
    position: absolute;
}

.hm_title {
    position: relative;
    color: #999;
    display: inline-block;
    float: left;
    font-weight: 100;
    line-height: 30px;
    margin: 0 0 0 15px;
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
    transition: transform 0.6s, opacity 0.5s;
    z-index: 2;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
    position: relative;
    width: 30px;
    height: 28px;
    cursor: pointer;
    display: block;
    float: right;
    z-index: 9999;
    margin-right: 6%;
    /*margin-top: 2%;*/
}
.hm_btn::before {
    -webkit-box-shadow: #9b9b9b 0 12px 0;
    box-shadow: #9b9b9b 0 12px 0;
}
.hm_btn::after {
    bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
    width: 30px;
    height: 3px;
    background: #9b9b9b ;
    display: block;
    content: '';
    position: absolute;
    -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */

.hm_menu_wrap {
    width :80%;
    height :100%;
    background: #888888e3;
    position: fixed;
    left: -100%;
    overflow-y: auto;
    top: 0;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    z-index: 9998;
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    -webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
    transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
    -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
    transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
    left: 0;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */

nav.hm_menu_wrap p {/*メニュータイトル*/
    color: white;
    margin: 30px 18px 20px 18px;
    border-bottom: solid 0.5px;
}

.hm_list {
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0;
}
.hm_menu_wrap div ul li{
    width: 100% !important;
}
.hm_menu_wrap div.menu-menu-container {
    margin-top: 100px;
}



.hm_menu_wrap div ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    overflow: hidden;
    padding: 20px 0 5px 0;
    margin: 0 18px;
    position: relative;
    text-decoration: none;
    border-bottom: solid 0.5px; 
    z-index: 1;
}
.hm_menu_wrap div ul li a::before {/* aタグマウスオーバー時の背景 */
    background: #c9c9c9;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: -1;
}
.hm_menu_wrap div ul li a:hover {
    background: #bcbcbc;
}

.hm_list li a:hover::before {
    bottom: 0;
}
.hm_list li a:hover::after {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
nav ul.hm_list li a:hover {
    text-decoration: none;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
/*チェックが入ったらもろもろ表示*/
#hm_menu:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

@media only screen and (min-width: 961px) {
    .hm_wrap {
        display: none;
    }
}

ul.sub-menu {
    padding-left: 25px;
    list-style: none;
}

ul.sub-menu a {
    font-size: 3vw !important;
}
/* メニュー内のリストスタイル△△ */

/* △△SPメニュー△△*/

/* 質問 ***************************/

.cp_qa p {
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_qa .cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 0 1em 0;
color: #1b2538;
}
.cp_qa .cp_actab input {
position: absolute;
opacity: 0;
}

/* 質問 */

.cp_qa img {
    width: 2.5em;
    margin-top: 1em;
    margin-left: 0.5em;
    display: inline-block;
    position: absolute;
}

.cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1.5em 3em 1em 3.5em;
    cursor: pointer;    
    border-radius: 0.5em;
}
/*.cp_qa .cp_actab label::before {
    font-family: serif;
    font-size: 1.5em;
    margin-left: -2em;
    padding-right: 0.5em;
    content: 'Q';
}*/
.cp_qa .cp_actab label:hover {
    transition: all 0.3s;
    /*color: #00838f;*/
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 2em;
    position: absolute;
    top: 0;
    right: -20px;
    content: '+';
    display: inline-block;
    width: 2em;
    height: 2em;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 0;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
    border-radius: 0 0 0.5em 0.5em;
}
/*.cp_qa .cp_actab .cp_actab-content::before {
    font-family: serif;
    font-size: 1.5em;
    position: absolute;
    margin: 0.4em 0 0 -1em;
    padding: 0;
    content: 'A';
}*/
.cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 1em 1em 3.5em;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
    max-height: 40em;
   /* border: 10px solid rgba(27,37,56,0.1);*/
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
    color: #00838f;
    border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
/**********************************
フッター
**********************************/

#footer {
    background: black;
    color: white;
}

.footer_content a {
    color: white !important;    
}

.footer_content p {
    line-height: 20px
}

.footer_link a {
    margin: 5px;
    font-size: 12px;
}

p.footerlogo a {
    color: white !important;
}




/**********************************
固定ページ
**********************************/

h1.entry-title {
    color: #000 !important;
    text-align: center;
}

.page_center {
    text-align: center;
}

.page_center-etc{
    text-align: center;
}



.page_content img {
    width: 100%;
    max-width: 880px;
}

.page_p {
    padding: 0 10px;
    max-width: 880px;
}

.page_p {
    margin: 0px auto;
    text-align: center;
    display: block;
}

.page_p p {
    text-align: left;
    display: inline-block;
}

.page_p p {
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
}

.page_p2 {
    padding: 0 10px;
}

.page_p2 {
    margin: 0px auto;
    text-align: center;
    display: block;
}

.page_p2 p {
    text-align: left;
    display: inline-block;
    font-size: 0.74em
}


div#page_btn {
    text-align: center;
}

.etc-box h2 {
    background: none;
    border-top: none;
    border-bottom: solid 0.6px;
    padding-bottom: 1px;
}

.contact_area {
    padding: 0 0.5em;
}

 

.wpcf7-submit {
        width: 100%;
        margin: 0;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #2ECC71;/*ボタン色*/
        color: #FFF;
        border-bottom: solid 4px #27AE60 !important;
        border-radius: 3px !important;
    }

.wpcf7-submit:active {/*ボタンを押したとき*/
        -ms-transform: translateY(4px);
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        border-bottom: none;/*線を消す*/
    }


/**********************************
プライスチェック
**********************************/


.ptp-col {
    padding: 0 !important;
}

/**********************************
アクセス
**********************************/

.access_page {
    width: 100%;
}

.access_page th,
.access_page td {
    border: 1px solid #ccc;
    padding: 20px;
}

.access_page th {
    font-weight: bold;
    background-color: #dedede; 
}

@media screen and (max-width: 600px) {
    .access_page,
    .access_page tr,
    .access_page td,
    .access_page th {display:block;}
    .access_page th {width:auto;}
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

post table tr:nth-child(even) {
    background: none;
}

/**********************************
利用規約
**********************************/

ol.riyoukiyaku {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}

.riyoukiyaku ol_flush {
    list-style: none;
    padding-left: 0;
    display: table;
}
.riyoukiyaku ol_flush li:after {
    content: "";
    display: block;
    margin-bottom: 0.5em;
}

.riyoukiyaku ol_flush li {
    display: table-row;
    counter-increment: table-ol;
}
.riyoukiyaku ol_flush li:before {
    content: counter(table-ol) ".";
    display: table-cell;
    padding-right: 0.4em;
    text-align: right;
}

li {
    margin-bottom: 0.5em;
}

.post_privacy {
    width: 100%;
    max-width: 880px;
    padding: 0 10px;
    margin: 0 auto;
}

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {
    
    #headbox ul {
        display: none;
    }

    .header-gazou{/*ヘッダー背景*/
        background: url(/wp-content/uploads/2019/02/meiekinet_top2.jpg) no-repeat center center;
        background-size:cover;
        height: 60vw;
        width: 100%;
        z-index: 0;
    }
    
    .header-text p {
        text-align: center;
        padding-top: 4vw;
        font-size: 1.3vw;
        line-height: 2.5vw;
        color: white;
    }
    
    p.sitename {
        width: 50%;
        text-align: center;
        display: inline-block;
    }
    
    #headbox ul{
        display: none;
    }
    
    .hm_wrap {
        top: 4vw;
    }
/*メインページボタン—————————–*/
    .col_4 > div{
        width: 33.33333%;
    }
    
    .square_btn_3_pc-hide{
        width: 100px;
        margin: 0 10px;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #3498DB;/*ボタン色*/
        color: #FFF;
        border-bottom: solid 4px #2980B9;
        border-radius: 3px;
    }
    .square_btn_3_pc-hide:active {/*ボタンを押したとき*/
        -ms-transform: translateY(4px);
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        border-bottom: none;/*線を消す*/
    }

    .square_btn_3_pc-show{
        display: none;
    }
    
    .modal_wrap p {
        margin: 0;
    }
    
/*固定ページ—————————–*/
    .page_p p {
        font-size: 2vw;
    }

/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

    #headbox ul {
        display: none;
    }
    
    .header-gazou{/*ヘッダー背景*/
        background: url(/wp-content/uploads/2019/02/meiekinet_top2.jpg) no-repeat center center;
        background-size:cover;
        height: 60vw;
        width: 100%;
        z-index: 0;
    }
    
    h1.descr {
        color: black !important;
        font-size: 2.4vw !important;
        margin-bottom: -1px;
    }
    
    p.descr {
        color: black !important;
        font-size: 2.4vw !important;
        margin-bottom: -4px;
    }
    
    
    .header-text p {
        text-align: center;
        padding-top: 4vw;
        font-size: 1.6vw;
        line-height: 2.5vw;
        color: white;
    }
    
    p.sitename {
        width: 50%;
        text-align: center;
        display: inline-block;
    }

    .hm_wrap {
        top: 4vw;
    }
    
/*メインページボタン—————————–*/    
    .st-main {
        padding: 0 !important;
    }
    
    .col_4 > div{
        float: left;
        width: 33.33333%;
        padding: 0px;
    }

    .cp_qa .cp_actab label {
        font-size: 0.95em;
        padding: 1.8em 0.5em 1em 3.5em;
    }
    
    .cp_actab br{
        display: none;
    }
    
    .square_btn_3_pc-hide{
        width: 100px;
        margin: 0 10px;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #3498DB;/*ボタン色*/
        color: #FFF;
        border-bottom: solid 4px #2980B9;
        border-radius: 3px;
    }
    .square_btn_3_pc-hide:active {/*ボタンを押したとき*/
        -ms-transform: translateY(4px);
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        border-bottom: none;/*線を消す*/
    }

    .square_btn_3_pc-show{
        display: none;
    }

    .modal_wrap p {
        margin: 0;
    }
/*固定ページ—————————–*/    

    .page_content h1 {
    font-size: 4vw;
    }
    
    .page_p p {
        font-size: 2vw;
    }
    
/*-- ここまで --*/
}

/*media Queries スマホサイズ（600px以下）
----------------------------------------------------*/
@media only screen and (max-width: 600px) {
    
    
    .header-gazou{/*ヘッダー背景*/
        background: url(/wp-content/uploads/2019/02/meiekinet_top2.jpg) no-repeat center center;
        background-size:cover;
        height: 619px
    }
    
    h1.descr {
        color: black !important;
        font-size: 5.3vw !important;
        display: flex;
        margin-bottom: -8px;
    }

    p.descr {
        color: black !important;
        font-size: 5.3vw !important;
        display: flex;
        margin-bottom: -4px;
    }
    
    .header-text p {/*ヘッダー内テキスト*/
        color: white;
        padding-top: 6vw;
    }
    
    p.sitename {
        width: 85%;
    }

    #headbox ul{
        display: none;
    }
    
    
    .contents_ttl p {/*コンテンツタイトル*/
        font-size: 23px;
    }
    
    
/*メインページボタン—————————–*/
    .st-main {
        padding: 0 !important;
    }
    
    .col_4 {
        margin-top: 5px;
    }
    
    .col_4 > div{
    float: left;
    width: 49.45%;
    padding: 0;
    margin-bottom: 5px;
}

    .main_btn-l {
    margin-right: 0.55%;
}   
    .main_btn-r {
        margin-left: 0.55%;
}   

    .square_btn_3_pc-hide{
        width: 100px;
        margin: 0 10px;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #3498DB;/*ボタン色*/
        color: #FFF;
        border-bottom: solid 4px #2980B9;
        border-radius: 3px;
    }
    .square_btn_3_pc-hide:active {/*ボタンを押したとき*/
        -ms-transform: translateY(4px);
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        border-bottom: none;/*線を消す*/
    }

    .square_btn_3_pc-show{
        display: none;
    }

    .modal_wrap p {
        margin: 0;
    }
/*質問—————————–*/
    
    .cp_qa .cp_actab label {
        padding: 1.2em 2.5em 1em 4em;
        font-size: 0.85em;
            }
    .cp_qa .cp_actab .cp_actab-content p {
        margin: 1em 1em 1em 4em;
        font-size: 0.85em;
    }
    
    
/*固定ページ—————————–*/
    .page_content h1 {
        font-size: 5vw;
    }
    
    .post ul {
        padding-right: 0;
        padding-left: 0;

    }
    /*-- ここまで --*/
}



/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {

    
    
    .header-gazou{/*ヘッダー背景*/
        background: url(/wp-content/uploads/2019/02/meiekinet_top2.jpg) no-repeat center center;
        background-size:cover;
        height: 60vw;
        width: 100%;
        z-index: 0;
    }
    
    h1.descr {
        color: black !important;
        font-size: 15.7px !important;
        display: flex;
        margin-bottom: -4px;
    }
    
    p.descr {
        color: black !important;
        font-size: 15.7px !important;
        display: flex;
        margin-bottom: -4px;
    }
    
    
    .header-text p {/*ヘッダー内テキスト*/
        text-align: center;
        padding-top: 11vw;
        font-size: 1.3vw;
        line-height: 2.3vw;
        color: white;
    }
    
    
  
    p.sitename {
        width: 40%;
    }

/*改行を取り消す——————————–*/
    
    .header-text br{
        display: none;
    }
    
    .cp_actab br{
        display: none;
    }
    
    .page_center br{
        display: none;
    }

/*グローバルナビ——————————–*/
    #headbox ul{
           flex: 1;
           /*flex-wrap: wrap;*/
           display: -webkit-inline-box;
           margin-left: 6vw !important;
           margin: auto 0px;
           padding-right: 0px;
           list-style-type: none;
           font-size: 14px;
            }

    #headbox ul li{
                width: calc(50% - 1px);
                text-align: center;
            }

    #headbox li {
                border-left: 1px solid gray;
            }
    
    #headbox a {
        color: #111;
    } 

    #headbox ul li:first-child{
                border-left: 1px solid transparent;
            }

    #headbox ul li a{
                text-decoration: none;
            }
    
/*メインページボタン—————————–*/    
    .col_4 {
        margin-top: 4px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    
    .col_4 > div {
        float: left;
        width: 24.1%;
        padding: 4px;
    }
    
    .cp_qa .cp_actab label {
        padding: 1.7em 3em 1em 3.5em;
    }

    .square_btn_3_pc-show{
        width: 100px;
        margin: 0 10px;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #3498DB;/*ボタン色*/
        color: #FFF;
        border-bottom: solid 4px #2980B9;
        border-radius: 3px;
    }

    .square_btn_3_pc-show:active {/*ボタンを押したとき*/
        -ms-transform: translateY(4px);
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        border-bottom: none;/*線を消す*/
    }
    
    .square_btn_3_pc-hide{
        display: none;
    }
    
/*固定ページ—————————–*/
    
    .page_content h1 {
        font-size: 2vw;
    }
    
    .page_p p {
        font-size: 15px;
    }

    
/*-- ここまで --*/
}