@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-feature-settings: "palt";
    word-break: break-word;
    box-sizing: border-box;
}
body {
    -webkit-box-sizing: border-box;
    color: #000;
    font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.4rem;
    line-height: 1.86;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -moz-osx-font-smoothing: unset;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}


a {
    color: #000;
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
    top: -100px;
    position: relative;
    width: 100%;
    margin: 100px auto 0;
    line-height: 1;
    z-index: 999;
    height: 0px;
    text-decoration: none;
}

#head_wrap a {
    text-decoration: none;
}

#head_wrap .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(/resources/img/back.png);
    background-size: cover;
    padding: 15px;
}

#head_wrap .inner:after {
    content: "";
    clear: both;
    display: block;
}
#global-nav {
    position: absolute;
    right: 0;
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 980px;
}

#global-nav ul {
    list-style: none;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}



@media (min-width: 1125px) {
    div#mobile-head {
        display: flex;
        align-items: center;
        padding: 15px 0;
        justify-content: flex-start;
    }
    #global-nav ul li:nth-child(1), #global-nav ul li:nth-child(4){
        width: 33%;
    }

    #global-nav ul li:nth-child(2),#global-nav ul li:nth-child(5) {
        width: 37%;
    }

    #global-nav ul li:nth-child(3),#global-nav ul li:nth-child(6){
        width: 30%;
    }

}
@media (max-width: 1125px) {
    #global-nav ul li {
        border-right: none;
    }
}
@media (max-width: 1024px) {
    #global-nav ul {
        display: block;
        margin-right: 0px;
    }
}

#global-nav ul li {
    padding: 0;
    width: 33.3333%;
    margin-bottom: 5px;
}
#global-nav ul li:last-child {
    border-right: none;
}
#global-nav ul li a {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px 5px 5px;
    border-radius: 50vh;
    transition: all .6s ease 0s;
    box-sizing: border-box;
    font-weight: bold;
}
#global-nav ul li a:hover,#global-nav ul li a.active {
    background-color: #fff;
}
#global-nav ul li a span.header-num {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-right: 5px;
}
#global-nav ul li a:hover span.header-num,#global-nav ul li a.active span.header-num {
    background-color: #0C8DC1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50vh;
}


/* Fixed */
#head_wrap.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 100px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index: 9999;
    /*background-color: #fcc901;*/
    /*padding: 15px;*/
}

/*#head_wrap.fixed .logo {*/
/*    font-size: 36px;*/
/*    color: #333;*/
/*}*/

/*#head_wrap.fixed #global-nav ul li a {*/
/*    color: #333;*/
/*    padding: 0 20px;*/
/*}*/

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

@media (max-width: 1125px) {
    #head_wrap {
        top: 0;
        position: fixed;
        margin-top: 0;
        width: 100%;
        padding: 0;
        /* Fixed reset */
    }
    #head_wrap .inner {
        width: 100%;
        padding: 0;
        background-color: transparent;
    }
    #head_wrap .fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background-image: url(/resources/img/back.png);
        background-size: cover;
        width: 100%;
        height: 70px;
        z-index: 999;
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 10px;
    }
    /*#head_wrap.fixed .logo,*/
    /*#head_wrap .logo {*/
    /*    position: absolute;*/
    /*    left: 13px;*/
    /*    top: 13px;*/
    /*    color: #333;*/
    /*    font-size: 26px;*/
    /*}*/
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        padding: 15px;
        display: block;
        max-width: initial;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        margin-top: 20px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        width: 100%;
    }
    #head_wrap #global-nav ul li a,
    #head_wrap.fixed #global-nav ul li a {
        width: 100%;
        padding: 5px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #000;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 11px;
    }
    #nav-toggle span:nth-child(3) {
        top: 22px;
    }
    .open #nav-toggle span:nth-child(1) {
        top: 15px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 15px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}
/*----------------------
テキストカラー
------------------------*/
.text-red{
    color:#FF6600;
    font-weight: bold;
}


.text-bule{
    color:#0C8DC1;
    font-weight: bold;
}

/*----------------------
ボタンエリア
-----------------------*/
/*ヘッダ－用*/
.header-contact {
    text-align: left;
    width: 100%;
    clear: both;
    max-width: 220px;
}
.header-contact a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.75rem;
    width: 220px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background-image: url(/resources/img/back2.jpg);
    background-size: cover;
    color: #ffffff;
    letter-spacing: 0.08rem;
}
.header-contact a {
    border-bottom: 5px solid #0C5060;
    border-radius: 100vh;
}


.header-contact a:hover {
    margin-top: 3px;
    border-bottom: 2px solid #13AACE;
    background-color: #13AACE;
    color: #ffffff;
}
/*センター寄席*/
.btn-area-center {
    text-align: center;
    width: 100%;
    clear: both;
}
.btn-area-center a {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem;
    width: 480px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background-image: url(/resources/img/back2.jpg);
    background-size: cover;
    color: #ffffff;
    letter-spacing: 0.08rem;
}
.btn-area-center a {
    border-bottom: 5px solid #0C5060;
    border-radius: 100vh;
}


.btn-area-center a:hover {
    margin-top: 3px;
    border-bottom: 2px solid #13AACE;
    background-color: #13AACE;
    color: #ffffff;
}
@media (max-width: 598px) {
    .btn-area-center a {
        width: 280px;
        font-size: 20px;
    }
}
/*口コミ用*/
.btn-voice {
    text-align: center;
    width: 100%;
    clear: both;
}
.btn-voice a {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem;
    width: 400px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background-image: url(/resources/img/back2.jpg);
    background-size: cover;
    color: #ffffff;
    letter-spacing: 0.08rem;
    border: 3px solid 0C5060;
}
.btn-voice a {
    border-bottom: 6px solid #0C5060;
    border-radius: 100vh;
}


.btn-voice a:hover {
    margin-top: 3px;
    border-bottom: 2px solid #0C8DC1;
    background-color: #13AACE;
    color: #ffffff;
}
@media (max-width: 598px) {
    .btn-voice a {
        width: 200px;
        font-size: 14px;
        padding: 0.5rem;
    }
}
.youtube{

}
.img-youtube {
    position: relative;
    width: 100%;
    max-width: 900px;
    padding-top: 57.8%;
    background-color: #eee;
    margin-right: auto;
    margin-left: auto;
}
.img-youtube iframe,.img-youtube img.youtube-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.bth-youtube {
    position: absolute;
    width: 134px;
    height: 134px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.bth-youtube img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.bth-youtube:hover img:nth-of-type(2) {
    opacity: 0;
}
@media (max-width: 768px) {
    .bth-youtube {
        width: 60px;
        height: 60px;
    }
}
/*-----------------
矢印
------------------*/
/* アイコンを下に表示 */
.fukidashi{
    position: relative;
    border-bottom: 4px solid #000;
    z-index: 3;
}
.fukidashi::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -42px;
    border-top: 42px solid #000000;
    border-right: 42px solid transparent;
    border-left: 42px solid transparent;
}
.fukidashi::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -36px;
    border-top: 42px solid #F6F6F6;
    border-right: 42px solid transparent;
    border-left: 42px solid transparent;
}
.fukidashi03{
    position: relative;
    border-bottom: 4px solid #000;
    z-index: 1;
}
.fukidashi03::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -42px;
    border-top: 42px solid #000000;
    border-right: 42px solid transparent;
    border-left: 42px solid transparent;
}
.fukidashi03::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -36px;
    border-top: 42px solid #F6F6F6;
    border-right: 42px solid transparent;
    border-left: 42px solid transparent;
}
/* アイコンを下に表示(Yellow) */
.fukidashi02{
    position: relative;
    border-bottom: 4px solid #000;
    z-index: 2;
}
.fukidashi02::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -42px;
    border-top: 42px solid #000000;
    border-right: 42px solid transparent;
    border-left: 42px solid transparent;
}
.fukidashi02::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -36px;
    border-top: 42px solid #FFC627;
    border-right: 42px solid transparent;
    border-left: 42px solid transparent;
}

/* アイコンを下に表示(white) */
.fukidashi04{
    position: relative;
    border-bottom: 4px solid #000;
    z-index: 1;
}
.fukidashi04::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -42px;
    border-top: 42px solid #000000;
    border-right: 42px solid transparent;
    border-left: 42px solid transparent;
}
.fukidashi04::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -36px;
    border-top: 42px solid #ffffff;
    border-right: 42px solid transparent;
    border-left: 42px solid transparent;
}
/*矢印ここまで*/
#sec01, #sec02, #sec03, #sec04, #sec05, #sec06, #contact {
    margin-top: -30px;
    padding-top: 30px;
}
#sec07 {
    padding-bottom: 100vh;
}
/*ボーダー*/
.border-sb{
    border-bottom: 10px solid #000;
}
.tb-border-2{
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
}

/*----------------------
（遠藤修正）
-----------------------*/

.endo{margin-bottom:18px
;}
/*----------------------
メインビジュアル
-----------------------*/
@media (max-width:768px) {
    .main-visual {
        margin-top: 70px;
    }  
    .endo{margin-bottom:27px
        ;}
}

@media (max-width: 1120px)  {
    .main-visual {
        margin-top: 70px;
    }  
}

    
/*----------------------
グラフ
-----------------------*/
.inner-graph-detail-01 {
    max-width: 370px;
    text-align: left;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 53%;
}

@media (max-width: 768px) {
    .inner-graph-detail-01 {
        left: 50%;
        transform: translateX(-50%);
        -webkit-stransform: translateX(-50%);
        -ms-transform: translateX(-50%);
        bottom: 6%;
    }
}
@media (max-width: 640px) {
    .inner-graph-detail-01 {
        max-width: 300px;
        bottom: 6%;
    }
}
@media (max-width: 375px) {
    .inner-graph-detail-01 {
        max-width: 250px;
        bottom: 3.5%;
    }
}

/*--------------
(Black table contents)
----------------*/
.table-design-01 {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    position: relative;

    z-index: 0;
}
.table-design-01::before {
    content: "";
    position: absolute;
    max-width: 1040px;
    width: 100%;
    height: 100%;
    background-color: #4b4b4b;
    border-radius: 10px;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}
.table-design-01 h3 {
    background-color: #0C8DC1;
    border: 1px solid #0C8DC1;
    text-align: center;
    color: #fff;
    border: 4px solid #0C8DC1;
    border-radius: 10px 10px 0 0;
}
.table-design-01 .table-content{
    border-radius: 0 0 10px 10px;
    border: 4px solid #0C8DC1;
    margin-top: -1px;
}
@media (max-width: 1024px) {
    .table-design-01::before {
        bottom: -5px;
        right: -5px;
    }
}
@media (max-width: 768px) {
    .table-design-01::before {
        display: none;
    }
}
@media (min-width: 1200px) {
    .table-img-01 {
        position: absolute;
        right: -60px;
        max-width: 400px;
        width: 100%;
        bottom: 0;
    }
}

/*--------------
(green table contents)
----------------*/
.table-design-02 {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    position: relative;

    z-index: 0;
}
.table-design-02::before {
    content: "";
    position: absolute;
    max-width: 1040px;
    width: 100%;
    height: 100%;
    background-color: #d7d7d7;
    border-radius: 10px;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}
.table-design-02 h3 {
    background-color: #0C8DC1;
    border: 1px solid #0C8DC1;
    text-align: center;
    color: #fff;
    border: 4px solid #0C8DC1;
    border-radius: 10px 10px 0 0;
}
.table-design-02 .table-content{
    border-radius: 0 0 10px 10px;
    border: 4px solid #0C8DC1;
    margin-top: -1px;
}
@media (max-width: 1024px) {
    .table-design-02::before {
        bottom: -5px;
        right: -5px;
    }
}
@media (max-width: 768px) {
    .table-design-02::before {
        display: none;
    }

    .table-design-02 h3.text-left {
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .table-img-02 {
        position: absolute;
        right: -60px;
        max-width: 480px;
        width: 100%;
    }
}
.main-visual-02{
    position: relative;
    z-index: 3;
}
/*---------------
man
-----------------*/
@media (max-width: 768px) {
    img.man-img {
        width: 50%;
    }
}
/*---------------
メリット
-----------------*/
p.text-merit-01 {
    position: absolute;
    top: 12%;
    left: 7.5%;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 144%;
}
p.text-merit-02 {
    position: absolute;
    top: 12%;
    right: 7%;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 144%;
}
@media (max-width: 1024px) {
    p.text-merit-01 {
        left: 7%;

    }
    p.text-merit-02 {
        right: 6.5%;
    }
}
@media (max-width: 768px) {
    p.text-merit-01 {
        top: 5%;
        left: 29%;
    }
    p.text-merit-02 {

        top: 44%;
        right: 28%;

    }
}
@media (max-width: 640px) {
    p.text-merit-01 {
        font-size: 22px;

    }
    p.text-merit-02 {
        font-size: 22px;
    }
}
@media (max-width: 374px) {
    p.text-merit-01 {
        font-size: 18px;
    }
    p.text-merit-02 {
        font-size: 18px;
    }
}

/*---------------------
よくある質問
-----------------------*/
.qa-list dl {
    position: relative;
    margin: 0 auto 30px;
    cursor: pointer;
    text-align: left;
    border: 4px solid #000;
    border-radius: 10px;
    padding: 0 30px;
}
.qa-list dl:first-child {
    margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 40px;
    right: 53px;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    transition: 0.3s;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;

}
.qa-list dl::before{
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: 27px;
    right: 40px;
    background-color: #0C8DC1;
    border-radius: 100vh;
}
.qa-list .open::after {
    transform: rotate(-45deg);
    transition: 0.3s;
}

.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 0 20px 40px;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
}
.qa-list dl.open dt {
    border-bottom: 2px solid #000;
}
.qa-list dl dt::before {
    font-size: 24px;
    line-height: 40px;
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    content: 'Q.';

}

.qa-list dl dd {
    font-size: 20px;
    /*position: relative;*/
    /*margin: 0;*/
    padding: 40px 0;
    /*background-color: #FCFAFA;*/
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 1024px) {
    .qa-list dl {
        padding: 0 15px;
    }
    .qa-list dl:after {
        top: 30px;
        right: 27px;
        width: 7px;
        height: 7px;
    }
    .qa-list dl.open:after {
        top: 34px;
    }
    .qa-list dl::before {
        content: '';
        position: absolute;
        width: 32px;
        height: 32px;
        top: 20px;
        right: 15px;
        background-color: #0C8DC1;
        border-radius: 100vh;
    }
}
@media (max-width: 768px) {
    .qa-list dl {
        position: relative;
        margin: 0 auto 15px;
        cursor: pointer;
        text-align: left;
        border: 4px solid #000;
        border-radius: 10px;
        padding: 0 15px;
    }

    .qa-list dl dt {
        padding: 16px 30px 16px 30px;
        font-size: 18px;
        line-height: 25px;
    }
    .qa-list dl dt p {
        padding: 0 15px 0 0;
    }
    .qa-list dl dt::before {
        font-size: 18px;
        top: 20px;
        left: 5px;
        line-height: 36px;
    }

    .qa-list dl dd {
        margin: 0;

        font-size: 18px;
    }
    .qa-list dl dd p {
        margin: 30px 0 0;
    }
    .qa-list dl dd p:first-child{
        margin-top: 0;
    }
}
@media (max-width: 640px) {
    .qa-list dl dt::before {
        font-size: 16px;
        top: 20px;
    }
    .qa-list dl dt {
        font-size: 16px;
        padding: 16px 20px 16px 20px;
    }
    .qa-list dl dt::before {
        font-size: 16px;
        top: 9px;
        left: -3px;
    }
    .qa-list dl dd{
        font-size: 16px;
        font-weight: 700;

    }
    .qa-list dl:after {
        right: 18px;
    }
    .qa-list dl::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        top: 30px;
        right: 12px;
        background-color: #0C8DC1;
        border-radius: 100vh;
    }
    .qa-list dl:after {
        right: 19px;
        top: 36px;
        width: 6px;
        height: 6px;
    }
    .qa-list dl.open:after {
        top: 37px;
    }
}
/*---------------
口コミ
-----------------*/
@media (max-width: 767px) {
    img.title-ab {
        position: absolute;
        width: 60px;
        right: 10px;
        margin-top: -40px;
    }
}
/*---------------
ご契約までの流れ
-----------------*/
.flow-chart {
    position: relative;
    z-index: 2;
}
.flow-full {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    padding: 1.5rem 15px;
    width: 100%;
    max-width: 1030px;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    color: #000000;
    letter-spacing: 0.08rem;
    border-radius: 100vh;
}
.flow-full::before {
    content: "";
    position: absolute;
    max-width: 1040px;
    width: 100%;
    height: 100%;
    background-color: #000000;

    bottom: -10px;
    right: -10px;
    border-radius: 100vh;
    z-index:-1;
}
.flow-content-bottom,.flow-content-top{
    position: relative;
}
.flow-content-bottom::after {
    position: absolute;
    bottom: -32px;
    left: 49.7%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    content: '';
    transform: rotate(
            135deg);
    transition: 0.3s;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;

}
.flow-content-bottom::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #000000;
    border-radius: 100vh;
}
.flow-content-top::after {
    position: absolute;
    top: -36px;
    left: 49.3%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    content: '';
    transform: rotate(
            135deg);
    transition: 0.3s;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;

}
.flow-content-top::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #000000;
    border-radius: 100vh;
}

.flow-half {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    padding: 1.75rem 15px;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    color: #000000;
    letter-spacing: 0.08rem;
    border-radius: 100vh;
}
.flow-half::before {
    content: "";
    position: absolute;
    max-width: 1240px;
    width: 100%;
    height: 100%;
    background-color: #000000;

    bottom: -10px;
    right: -10px;
    border-radius: 100vh;
    z-index:-1;
}
@media (max-width: 767px) {
    .flow-full,.flow-half {
        font-size: 18px;
        padding: 10px;
    }
    .flow-content-bottom::before {
        width: 25px;
        height: 25px;
        bottom: -28px;
    }
    .flow-content-bottom::after {
        bottom: -18px;
        left: 49.2%;
        width: 6px;
        height: 6px;
    }
    .flow-content-top::before {
        width: 25px;
        height: 25px;
        top: -26px;
    }
    .flow-content-top::after {
        width: 6px;
        height: 6px;
        top: -17px;
        left: 48%;
    }
    .flow-full::before {
        bottom: -5px;
        right: 0px;
        right: 0px;
    }
    .flow-half::before {
        bottom: -5px;
        right: 0px;
    }
}
@media (max-width: 640px){
    .flow-full, .flow-half {
        font-size: 14px;
        padding: 10px;
    }
}
/*お問い合わせ*/
.form_wrap {
    padding: 0 15px;
}

#form .ttl {
    color: #00457f;
    padding-bottom: 40px; }
#form #mailformpro {
    padding: 0 50px;
    text-align: left;
}
#form #mailformpro dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
#form #mailformpro dl dt {
    width: 45%;
    padding: 10px 0;
    text-align: left!important;
    vertical-align: top;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border: none;
    font-size: 18px;
}
#form #mailformpro .hissu {
    color: #0C8DC1;
    border: 1px solid #0C8DC1;
    float: right;
    border-radius: 50px;
    padding: 2px 8px;
    font-size: 15px;
    margin-left: 10px;
}
#form #mailformpro .ninni {
    color: #fff;
    background-color: #a6afb2;
    float: right;
    border-radius: 50px;
    padding: 2px 8px;
    font-size: 15px;
    margin-left: 10px;
}
#form #mailformpro dl dd {
    padding: 0;
    border: none;
    vertical-align: top;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#form #mailformpro dl.last {
    border-bottom: none;
}

#form #mailformpro dl.last dd {
    align-items: flex-start;
}
div.mfp_err {
    clear: both;
    display: none;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 3px 0px 5px 17px;
    color: #FF6600;
    font-size: 12px;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: 0px center;
    width: 100%;
}
/*#form #mailformpro table td ul li {*/
/*  display: inline-block; }*/
/*#form #mailformpro table td ul li label {*/
/*  padding: 0;*/
/*  margin: 0; }*/
#form #mailformpro dl dd select, #form #mailformpro dl dd textarea, #form #mailformpro dl dd input[type="text"], #form #mailformpro dl dd input[type="tel"], #form #mailformpro dl dd input[type="email"] {
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 100% !important;
    background-color: #ffffff;
    border: 2px solid #000;
    font-size: 15px;
}
#form #mailformpro dl dd textarea {
    height: 160px !important;
}
#form #mailformpro .btn_wrap {
    width: 100%;
    /*max-width: 400px;*/
    margin: 50px auto 0;
    position: relative;
    z-index: 9998;
    text-align: center;
}

#form #mailformpro .btn_wrap button {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem;
    width: 100%;
    max-width: 480px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background-color: #00b260;
    color: #ffffff;
    letter-spacing: 0.08rem;
    margin-left: auto;
    margin-right: auto;
}
#form #mailformpro .btn_wrap button {
    border-bottom: 5px solid #0C5060;
    border-radius: 100vh;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    text-shadow: none;
    background-image: url(/resources/img/back2.jpg);
    background-size: cover;
}


#form #mailformpro .btn_wrap button:hover {
    margin-top: 3px;
    border-bottom: 2px solid #13AACE;
    background-color: #13AACE;
    color: #ffffff;
}
/*#form #mailformpro .btn_wrap button {*/
/*    border: none;*/
/*    letter-spacing: 0.1em;*/
/*    background-color: #247758;*/
/*    border-radius: 35px;*/
/*    width: 100%;*/
/*    font-size: 2.0rem;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    line-height: 1;*/
/*    font-weight: bold;*/
/*    padding: 25px 0;*/
/*    box-shadow: 0 0 3px rgb(0 0 0 / 20%);*/
/*}*/
@media screen and (max-width: 768px) {
    #form #mailformpro dl {
        display: block;
    }

    #form #mailformpro dl dt, #form #mailformpro dl dd {
        width: 100%;
    }
    #form #mailformpro {
        padding: 0;
        text-align: left;
    }
    #form #mailformpro .btn_wrap button {
        width: 280px;
        font-size: 20px;
    }
    #form #mailformpro dl dd select,
    #form #mailformpro dl dd textarea,
    #form #mailformpro dl dd input[type="text"],
    #form #mailformpro dl dd input[type="tel"],
    #form #mailformpro dl dd input[type="email"] {
        width: 100% !important;

    }
}

/* 店舗情報 */
.shop{
  padding-top: 50px;
  padding-bottom: 0;
}
.shop_wrap{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 18px;
}
.shop_wrap a:hover{
  opacity: .7;
}
.shop_contents+.shop_contents {
  margin-left: 40px;
}
.shop_contents{
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.shop_address{
  display: flex;
  flex-grow: 1;
  padding: 10px 0;
  font-size: 16px;
  color: #6c6c6c;
  align-items: center;
}
.shop_contact{
  padding: 20px;
  border: solid 3px #333;
}
.shop_tel{
  text-align: center;
  position: relative;
  font-weight: 500;
  width: 100%;
  display: block;
  font-size: 21px;
}
.shop_name_link{
  position: relative;
  font-weight: 500;
}
.shop_name_link:after{
  content: "";
  background: url(../img/icon-ext.svg) no-repeat;
  display: block;
  height: 100%;
  width: 1em;
  position: absolute;
  top: 1px;
  left: 105%;
  background-position: center;
}
.shop_closed{
  font-size: 14px;
  text-align: center;
}
.shop_tel span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_tel span:before{
  content: "";
  background: url(../img/icon-phone.svg) no-repeat;
  height: 1em;
  width: 1em;
  top: 1px;
  left: 0;
  background-position: center;
  display: block;
  margin-right: 5px;
}

@media screen and (max-width: 768px){
  .shop{
    padding: 50px 15px 0;
  }
  .shop_wrap{
    flex-direction: column;
  }
  .shop_contents+.shop_contents {
    margin-left: 0px;
  }
  .shop_wrap .shop_contents{
    max-width: 500px;
    margin: auto;
  }
  .shop_contact{
    padding: 15px;
  }
}

/* フッターリンク */

.terms_contents{
  display: flex;
  justify-content: center;
  padding-bottom: 45px;
}
.terms_contents a:hover{
  opacity: .7;
}
.terms_link{
  color: #000000;
}
.terms_link+.terms_link{
  margin-left: 50px;
}
.footer_content{
  padding: 15px 15px 0;
}
.footer_content_sp{
  display: none;
}
.privacy_link{
  position: relative;
}
.privacy_link:after{
  content: "";
  background: url(../img/icon-ext-wh.svg) no-repeat;
  display: block;
  height: 100%;
  width: 18px;
  position: absolute;
  top: 1px;
  left: 105%;
  background-position: center;
}

@media screen and (max-width: 768px){
  .footer_content_pc{
    display: none;
  }
  .footer_content_sp{
    display: block;
  }
}

/* 新規LPに合わせたフッター（会社概要含む）のCSS調整 */

/*  l-inner
----------------------------------------------------------------- */
.l-inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .l-inner {
      padding: 0 15px;
      width: 100%;
    }
}

/*  l-company
----------------------------------------------------------------- */
.l-company {
    margin: 100px 0 0;
}
@media (max-width: 767px) {
    .l-company {
        margin: 60px 0 0;
    }
}
.l-company__ttl {
    width: 260px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .l-company__ttl {
        width: 50%;
    }
}
.l-company__content {
    margin: 30px 0 0;
}
@media (max-width: 767px) {
    .l-company__content {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 30px auto 0;
    }
}
.l-company__name {
    text-align: center;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .l-company__name {
        text-align: left;
    }
}
.l-company__name a {
    -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-company__name a:hover {
    opacity: 0.7;
}
.l-company__name a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 26px;
    background: url(../img/icon-ext.svg) no-repeat center/contain;
    vertical-align: middle;
    margin-left: 8px;
}
.l-company__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 0;
    gap: 0 30px;
}
@media (max-width: 767px) {
    .l-company__info {
        margin: 10px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}
.l-company__address {
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: bold;
}
.l-company__tel {
    padding: 20px;
    border: solid 3px #333;
}
@media (max-width: 767px) {
    .l-company__tel {
        padding: 15px;
        margin: 10px 0 0;
    }
}
.l-company__tel__number {
    -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    display: block;
    font-size: 21px;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center;
}
.l-company__tel__number:hover {
    opacity: 0.7;
}
.l-company__tel__number::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/icon-phone.svg) no-repeat center/contain;
    margin-right: 10px;
    vertical-align: -2px;
}
.l-company__tel__number span {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}
.l-company__tel__open {
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
}

/*  l-footer
----------------------------------------------------------------- */
.l-footer {
    background: url(/resources/img/back.png) no-repeat center/cover;
    padding: 30px 0;
    text-align: center;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: bold;
    /* margin: 170px 0 0; */
}
/* @media (max-width: 767px) {
    .l-footer {
        margin: 85px 0 0;
    }
} */
@media (max-width: 767px) {
    .l-footer__name {
        margin-top: 25px;
    }
}
.l-footer__detail {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px) {
    .l-footer__detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 2px 0;
    }
}
.l-footer__detail__item {
    letter-spacing: 0;
}
@media (max-width: 767px) {
    .l-footer__wrapper {
        background: #fff;
        border-radius: 8px;
        padding: 30px 0 15px;
    }
}
    .l-footer__logo {
    width: 48%;
    margin: 0 auto;
}

/*  l-fixed
----------------------------------------------------------------- */
.l-fixed {
    background: #1b9feb;
    width: 100%;
    position: fixed;
    bottom: -100%;
    left: 0;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    padding: 5px 0;
    z-index: 100;
}
@media (max-width: 1024px) {
    .l-fixed {
        background: url(/resources/img/header_bg.png) no-repeat center/cover;
    }
}
.l-fixed__inner {
    padding: 0 10px;
}
@media (max-width: 600px) {
    .l-fixed__inner {
        padding: 0 5px;
    }
}
.l-fixed__cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px) {
    .l-fixed__cta {
        gap: 20px;
        gap: 10px;
    }
}
@media (max-width: 600px) {
    .l-fixed__cta {
        padding: 10px 0;
        gap: 5px;
    }
}
.l-fixed__feature01 {
    width: 10%;
}
.l-fixed__feature02 {
    width: 28%;
}
.l-fixed__tel {
    -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    width: 26%;
}
.l-fixed__tel:hover {
    opacity: 0.7;
}
@media (max-width: 1024px) {
    .l-fixed__tel {
        width: auto;
    }
}
.l-fixed__btn {
    -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    width: 33%;
}
.l-fixed__btn:hover {
    opacity: 0.7;
}
@media (max-width: 1024px) {
    .l-fixed__btn {
        width: auto;
    }
}

/* display */
.u-sp-only {
    display: none;
}
@media (max-width: 767px) {
    .u-sp-only {
        display: block;
    }
}
.u-pc-only {
    display: block;
  }
@media (max-width: 1024px) {
    .u-pc-only {
        display: none;
    }
}
  
.u-sp-tab-only {
    display: none;
}
@media (max-width: 1024px) {
    .u-sp-tab-only {
        display: block;
    }
}


.p-contact__radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px 30px;
    font-size: 15px;
  }
  @media (max-width: 600px) {
    .p-contact__radio {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      grid-area: 10px 0;
    }
  }
  .p-contact__radio__item input[type=radio] {
    display: none;
  }
  .p-contact__radio__item input + label {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 30px !important;
    margin: 0 !important;
    line-height: 1.6;
  }
  .p-contact__radio__item input + label::before {
    content: "";
    border: 2px solid #d7d7d7;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
  }
  .p-contact__radio__item input:checked + label::before,
  .p-contact__radio__item input:checked + input + label::before {
    border: 2px solid #000;
  }
  .p-contact__radio__item input + label::after {
    content: "";
    background: #0C8DC1;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 6px;
    opacity: 0;
  }
  .p-contact__radio__item input:checked + label::after,
  .p-contact__radio__item input:checked + input + label::after {
    opacity: 1;
  }
  .p-contact__form__privacy__ttl {
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
  }
  @media (max-width: 767px) {
    .p-contact__form__privacy__ttl {
      margin-top: 25px;
    }
  }
  .p-contact__form__privacy__box {
    margin-top: 50px;
    border: 4px solid #0C8DC1;
    padding: 30px 40px;
    height: 200px;
    overflow: hidden;
    word-break: break-all;
    overflow-y: auto;
    font-size: 15px;
    font-weight: bold;
  }
  @media (max-width: 767px) {
    .p-contact__form__privacy__box {
      margin-top: 25px;
      padding: 10px;
      height: 100px;
      font-size: 14px;
    }
  }
  .p-contact__form__agreement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto 0;
  }
  @media (max-width: 767px) {
    .p-contact__form__agreement {
      margin: 30px auto 0;
    }
  }
  @media (max-width: 600px) {
    .p-contact__form__agreement {
      margin: 50px auto 0;
    }
  }
  .p-contact__form__agreement input[type=checkbox] {
    display: none;
  }
  .p-contact__form__agreement input + label {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 30px !important;
    margin: 0 !important;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    display: flex !important;
    align-items: baseline;
  }
  @media (max-width: 767px) {
    .p-contact__form__agreement input + label {
      font-size: 14px;
    }
  }
  .p-contact__form__agreement input + label::before {
    content: "";
    background: #fff;
    display: block;
    border: 2px solid #000;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .p-contact__form__agreement input:checked + label::before,
  .p-contact__form__agreement input:checked + input + label::before {
    background: #0C8DC1;
  }
  .p-contact__form__agreement input + label::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    height: 12px;
    width: 5px;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    opacity: 0;
  }
  .p-contact__form__agreement input:checked + label::after,
  .p-contact__form__agreement input:checked + input + label::after {
    opacity: 1;
  }
  .p-contact__form__agreement span.hissu,
  .p-contact__form__agreement span.ninni {
    padding: 8px !important;
  }
  @media (max-width: 767px) {
    .p-contact__form__agreement span.hissu,
    .p-contact__form__agreement span.ninni {
        font-size: 12px !important;
        padding: 6px !important;
        margin-left: 6px !important;
    }
  }
