@charset "utf-8";

/*================================
サブページ共通
================================*/
sup {
    font-size: 12px;
}
.sub_mv {
    height: 290px;
    padding-top: 75px;
    position: relative;
    width: 100%;
}

.sub_mv_common {
    background: url(../common/img/sub_mv.jpg) no-repeat center /cover;
    height: 215px;
}

.sub_mv h1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .05rem;
    padding-top: 100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1120px;
}

.sub_mv h1::before {
    content: "";
    position: relative;
    display: inline-block;
    height: 1px;
    width: 35px;
    background-color: #333;
    margin-right: 20px;
}

/* ぱんくず */
.breadcrumbs {
    max-width: 1120px;
    margin: 20px auto 100px;
}

.breadcrumbs ol li {
    font-size: 12px;
    position: relative;
    display: inline;
}

.breadcrumbs ol li::after {
    content: '>';
    padding: 0 0.2em;
    color: #555;
}

.breadcrumbs ol li:last-child:after {
    content: '';
}

/* タイトル */
.cont_ttl {
    position: relative;
    font-size: 24px;
    letter-spacing: 0.07rem;
    text-align: center;
    padding-bottom: 10px;
}

/* テキスト */
.cont_txt {
    font-size: 16px;
    line-height: 2rem;
}

/*================================
about
================================*/
.sub_mv_about {
    background: url(../img/about/mv.jpg) no-repeat center /cover;
    height: 215px;
}

/* concept,feature */
.concept {
    padding-bottom: 90px;

}

.about_cont {
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1120px;
    margin: auto;
}

.vision_cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about_txt {
    width: 530px;
    text-align: left;
}

.about_cont h3 {
    font-size: 18px;
    margin-bottom: 25px;
}
.about_cont.vision_cont h3 {
    margin-bottom: 10px;
}
.about_cont.vision_cont p {
    margin-bottom: 25px;
}
.blue {
    color: #33aea9;
    font-weight: 500;
}

.about_cont figure {
    width: 515px;
}
.vision {
    padding-bottom: 90px;
}
.feature {
    padding-bottom: 90px;
}

/* beautie */
.beautie {
    padding-bottom: 110px;
}

.beautie_cont {
    padding-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1120px;
    margin: auto;
}

.beautie_cont.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.beautie_cont_text {
    width: 370px;
}

.beautie_cont_text h3 {
    font-size: 18px;
    margin-bottom: 30px;
}

.beautie_cont_text_num {
    font-weight: normal;
    color: #fff;
    display: inline-block;
    width: 33px;
    height: 33px;
    padding-top: 7px;
    background-color: #84ccc9;
    border-radius: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px;
}

.beautie_cont figure {
    width: 650px;
}

/* useMachine */
.useMachine {
    padding-bottom: 85px;
}

.useMachine_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1120px;
    margin: auto;
    padding-top: 60px;
}

.useMachine_list li {
    width: 30%;
    position: relative;
}

.useMachine_list_img img {
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
}

.useMachine_list li p {
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* aboutPrice */
.aboutPrice {
    padding-bottom: 75px;
    text-align: center;
}

.aboutPrice h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 45px 0 60px;
}

.aboutPrice_btn a {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 0;
    width: 220px;
    border: 1px solid #000;
    margin-top: 50px;
}

.aboutPrice_btn a::after {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*================================
machine
================================*/
.sub_mv_about {
    background: url(../img/machine/mv.jpg) no-repeat center /cover;
    height: 215px;
}

.machine {
    padding-bottom: 70px;
}

.machine_cont {
    padding: 70px 0 80px;
}

.machine_cont_bg {
    background: url(../img/machine/bg.jpg) repeat top center/100% auto;
}

.machine_cont h3 {
    max-width: 1120px;
    font-size: 20px;
    margin: 0 auto 30px;
}

.machine_cont_inner {
    max-width: 1120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 75px;
}

.machine_cont_inner.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.machine_cont_inner figure img {
    width: 400px;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
}

.machine_cont_inner p {
    width: 670px;
}

.machine_cont_list {
    max-width: 1120px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.machine_cont_list li {
    width: 30%;
}

.machine_cont_list li figure {
    margin-bottom: 20px;
}

.machine_cont_list li span {
    font-size: 14px;
    display: block;
    line-height: 1.4;
    margin-top: 10px;
}

/*================================
price
================================*/
.sub_mv_price {
    background: url(../img/price/mv.jpg) no-repeat center /cover;
    height: 215px;
}

.cont_ttl_en {
    position: relative;
    font-size: 32px;
    letter-spacing: 0.07rem;
    text-align: center;
}

.priceMenu {
    padding-bottom: 90px;
}

.priceMenu_cont {
    padding-top: 85px;
    max-width: 1120px;
    margin: auto;
}

.priceMenu_cont h3 {
    font-size: 22px;
    text-align: center;
}

.priceMenu_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
}

.priceMenu_list li {
    width: 23%;
    margin-top: 55px;
}

.priceMenu_list li span {
    font-size: 36px;
    color: #33aea9;
    font-weight: 500;
    display: block;
}

.priceMenu_list li figure {
    border: 1px solid #d3d3d3;
}

.priceMenu_list li p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8rem;
    margin-top: 10px;
}

.priceSubsc {
    background-color: #84ccc9;
    padding: 80px 0 100px;
}

.priceSubsc_ttl {
    position: relative;
    font-size: 24px;
    letter-spacing: 0.07rem;
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
    font-weight: normal;
}

.priceSubsc_ttl::after {
    content: '';
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 54px;
    /*下線の幅*/
    height: 2px;
    /*下線の太さ*/
    background-color: #fff;
    /*下線の色*/
}

.priceSubsc_list {
    max-width: 1120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 85px;
    margin: auto;
}

.priceSubsc_list li {
    width: 30%;
    margin-bottom: 40px;
    background-color: #fff;
    padding: 45px 15px;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
}

.priceSubsc_list li h3 {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}

.priceSubsc_list_en {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #33aea9;
    text-align: center;
    letter-spacing: 0.08rem;
    margin-bottom: 40px;
}

.priceSubsc_list_price {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.08rem;
    text-align: center;
    margin-bottom: 50px;
}

.priceSubsc_list_month {
    font-size: 20px;
}

.priceSubsc_list_ex {
    width: 100%;
    padding: 20px 0 0;
    margin-bottom: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.priceSubsc_list_ex p {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 1.2;
}
.priceSubsc_list_ex .herb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    margin-left: 5px;
}

.priceSubsc_list_hc {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.18rem;
    color: #33aea9;
    margin-left: 20px;
}

.priceSubsc_list_hcjp {
    color: #33aea9;
}

.priceSubsc_list_txt {
    font-size: 15px;
}
.priceSubsc figure {
    max-width: 1120px;
    margin: 50px auto 0;
}

/*================================
company
================================*/
.companyProfile {
    padding-bottom: 80px;
    margin: auto;
}

.companyProfile_list {
    max-width: 775px;
    margin: 90px auto 0;

}

.companyProfile_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #000;
}

.companyProfile_list dl dt {
    font-weight: 500;
    margin-left: 15px;
}

.companyProfile_list dl dd {
    text-align: left;
    width: 590px;
}

.companyHistory {
    padding-bottom: 95px;
}

.companyHistory_list {
    max-width: 880px;
    margin: auto;
    padding-top: 75px;
}

.companyHistory_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;

}

.companyHistory_list_date {
    font-weight: 600;
    position: relative;
    width: 85px;
}

.companyHistory_list_date::after {
    content: "";
    position: absolute;
    top: 18px;
    right: -50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #84ccc9;
}

.companyHistory_list_date::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 70px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #84ccc9;
    position: absolute;
    top: 60px;
    right: -35px;
}

.companyHistory_list_date.bordernone::before {
    content: none;
}

.companyHistory_list_txt {
    max-width: 725px;
    width: 100%;
}

.companyMap {
    padding-bottom: 140px;
}

.companyMap_map {
    margin: 60px 0 40px;
    height: 430px;
}
.companyMap_map iframe {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.companyMap p {
    max-width: 1120px;
    margin: 0 auto 10px;
}
.footer_r2 {
    font-size: 10px;
    text-align: right;
    padding-bottom: 5px;
    padding-right: 30px;
}
/*================================
faqs
================================*/
.faqs {
    padding-bottom: 140px;
}

.faqs_cont {
    padding-top: 50px;
    max-width: 1120px;
    margin: auto;
}

.first_cont {
    padding-top: 90px;
}

.faqs_cont h3 {
    font-size: 18px;
    color: #fff;
    padding: 20px;
    background-color: #84ccc9;
}

.faqs_list dl {
    margin-top: 30px;
    border-bottom: 1px solid #000;
}

.faqs_list dl dt {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 30px;
    position: relative;

}

/*プラス*/
.plus {
    position: absolute;
    right: 30px;
    top: 10px;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.plus::before,
.plus::after {
    display: block;
    content: "";
    background-color: #000;
    position: absolute;
    width: 21px;
    height: 3px;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.plus::before {
    width: 3px;
    height: 21px;
}

/*アコーディオンが開いたらプラスをマイナスにする*/
.toggle_title.selected .plus::before {
    -webkit-transform: translate(50%, 50%) rotate(90deg);
    -ms-transform: translate(50%, 50%) rotate(90deg);
    transform: translate(50%, 50%) rotate(90deg);
}

.faqs_list dl dd {
    padding-bottom: 30px;
    display: none;

}

/*================================
FC
================================*/
.sub_mv_fc {
    background: url(../img/franchise/mv.jpg) no-repeat center /cover;
    height: 215px;
}

.fc {
    margin: auto;
    padding-bottom: 90px;
}

.fc h2 {
    margin-bottom: 100px;
}

.fc ul.fc_feature_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1120px;
    width: 94%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
}

.fc ul.fc_feature_box li {
    max-width: 540px;
    width: 94%;
    background-image: url(../img/franchise/bg_square.png);
    position: relative;
    padding: 60px 33px;
    margin-bottom: 90px;
}
.fc ul.fc_feature_box li:nth-child(3), .fc ul.fc_feature_box li:nth-child(4) {
    margin-bottom: 0;
}

.fc ul.fc_feature_box li h3.list {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -20px;
    left: 50%;
    white-space: nowrap;
    background-color: #84ccc9;
    color: #fff;
    font-size: 22px;
    padding: 12px 25px;
    font-weight: 400;
}

p.fc_feature_title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 38px;
    text-align: center;
}

p.fc_feature_title::before {
    content: '';
    display: inline-block;
    background-image: url(../img/franchise/icon_check.png);
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;

}

p.fc_feature_txt {
    font-size: 16px;
    line-height: 2;
}

.fc_ttl_desc {
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 45px;
    max-width: 1200px;
    width: 96%;
    text-align: center;
    line-height: 2;
}

.fc_contract_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.fc_contract_box>p {
    max-width: 530px;
    width: 80%;
    margin: auto;
}

.fc h2.fc_ttl_space {
    margin-bottom: 70px;
}

.fc_table_contract {
    max-width: 510px;
    width: 96%;
    margin: auto;
    border: 1px solid #d5d5d5;
}

.fc_table_contract tr {
    border: 1px solid #d5d5d5;
    height: 80px;
}

.fc_table_contract td {
    border: 1px solid #d5d5d5;
    width: 350px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.4;
}

.fc_table_contract td:nth-child(1) {
    background-color: #84ccc9;
    color: #fff;
    width: 160px;
    text-align: center;
    padding: 0;
}

.fc_table_price {
    border: 1px solid #d5d5d5;
    width: 1120px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
}

.table_ttl th {
    background-color: #84ccc9;
    border: 1px solid #d5d5d5;
    color: #fff;
    width: 300px;
    height: 55px;
    font-size: 18px;
}

.table_ttl th:nth-child(1) {
    width: 230px;
}

tr.table_row th {
    background-color: #d8f2f1;
    height: 55px;
    border: 1px solid #d5d5d5;
    font-weight: 100;
}

tr.table_row td {
    height: 55px;
    border: 1px solid #d5d5d5;

}

tr.table_row_total th {
    background-color: #e7f1f6;
    height: 63px;
    border: 1px solid #d5d5d5;
    font-weight: 100;
    color: #33aea9;
    font-weight: bold;
    font-size: 18px;
}

tr.table_row_total td {
    background-color: #e7f1f6;
    height: 63px;
    border: 1px solid #d5d5d5;
    color: #33aea9;
    font-weight: bold;
    font-size: 18px;
}

.fc_desc {
    font-size: 14px;
    display: block;
    width: 1120px;
    margin: 15px auto 0;
    text-align: right;
}

.fc_flow>p.fc_ttl_desc {
    margin-bottom: 55px;
    padding-left: 0;
}

.fc_flow>p {
    max-width: 1120px;
    margin: 0 auto 60px;
}

.fc_flow_scroll {
    max-width: 1120px;
    margin: 0 auto 120px;
    padding-left: 0px;
}

.fc_btn a {
    display: block;
    width: 750px;
    padding: 50px 0px;
    position: relative;
    margin: auto;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background-color: #84ccc9;
}

.fc_btn a::before {
    content: "";
    display: inline-block;
    background-image: url(../img/franchise/icon_pc.png);
    width: 30px;
    height: 20px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.fc_btn a::after {
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fc_voice {
    background: -o-linear-gradient(50deg, #ddefff 0%, #ddf9f9 100%);
    background: linear-gradient(40deg, #ddefff 0%, #ddf9f9 100%);
    padding: 70px 0 90px;
}

.fc_voice ul.slider-nav {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.fc_voice ul.slider-nav li a {
    display: block;
    margin-bottom: 18px;
}

.fc_voice_ttl {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 0 5px;
}

.fc_voice_txt {
    line-height: 1.4;
    padding: 0 5px;
}

.fc_voice .fc_voice_gallery {
    max-width: 1120px;
    margin: auto;
    display: block;
    padding: 0 50px;
    position: relative;
}

.fc_voice .slider-for {
    width: 80%;
    margin: 0 auto 40px;
}

.fc_voice .slider-nav {
    margin: 0 40px;
}

.fc_voice .slider-nav .slick-prev {
    left: -50px;
}

.fc_voice .slick-next {
    right: -50px;
}

.fc_voice .slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
}

.fc_voice .slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 30px;
}

.fc_voice .slick-slide img {
    padding: 0 20px;
}

/* 前へ / 次へボタン */
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 27px;
    display: block;
    position: absolute;
    top: 38%;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
    margin-top: 0;
    background-color: #84ccc9;
}

/* 次ページボタンのスタイル */
.swiper-button-next::after {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #ddefff;
    border-right: solid 2px #ddefff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    right: 11px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 前ページボタンのスタイル */
.swiper-button-prev::after {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #ddefff;
    border-right: solid 2px #ddefff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 11px;
    margin-top: -4px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}


/*================================
topics
================================*/
.sub_mv_topics {
    background: url(../img/topics/mv.jpg) no-repeat center /cover;
    height: 215px;
}

.topics_cont {
    padding: 80px 0 100px;
    max-width: 1120px;
    margin: auto;
}

.topics_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.topics_tag li {
    font-size: 13px;
    color: #fff;
    background-color: #84ccc9;
    padding: 5px;
    margin-right: 10px;
}

.topics_tag li:last-child {
    margin-right: 0;
}

.topics_contList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topics_contList li {
    width: 27.5%;
    margin-top: 45px;
}

.topics_contList li h3 {
    font-size: 16px;
    line-height: 1.6rem;
    margin-top: 15px;
}

.topics_contLis_txt {
    font-size: 14px;
    line-height: 1.2rem;
    margin-top: 15px;
}

.pagenation {
    margin: 80px auto 0;
}

.pagenation_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagenation_list li {
    color: #fff;
    background-color: #a9dad9;
    font-size: 16px;
    margin-right: 15px;
}

.pagenation_list li a {
    color: #fff;
    padding: 7px 10px;
}

.pagenation_list li.active {
    background-color: #2fb4af;
    padding: 7px 10px;
}

.pagenation_list li:last-child {
    margin-right: 0;
}

/*================================
shoplist
================================*/
.sub_mv_shoplist {
    background: url(../img/shoplist/mv.jpg) no-repeat center /cover;
    height: 215px;
}

.shoplist {
    padding-bottom: 90px;
}

.shoplist_cont {
    margin-top: 100px;
}

.shoplist_contTop {
    margin-top: 80px;
}

.shoplist_cont_mv {
    height: 560px;
}

.shoplist_cont .shoplist01 {
    background: url(../img/shoplist/shop_mv01.jpg) no-repeat center /cover;
}

.shoplist_cont .shoplist02 {
    background: url(../img/shoplist/shop_mv02.jpg) no-repeat center /cover;
}
.shoplist_cont .shoplist03 {
    background: url(../img/shoplist/shop_mv03.jpg) no-repeat center /cover;
}

.shoplist_cont_toptxt {
    max-width: 1120px;
    padding-top: 420px;
    margin: auto;
}

.shoplist_cont_toptxtIn {
    width: 730px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
}

.shoplist_cont_toptxtIn h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

/*------- アコーディオン ---------*/
.shoplist_acd {
    max-width: 1120px;
    margin: 130px auto 0;
}

.shoplist_acd_moreCont {
    display: none;
}

.shoplist_acd_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shoplist_acd_list li {
    width: 30%;
}

.shoplist_acd_list li p {
    margin-top: 10px;
}

.shoplist_acd_info {
    margin: 100px auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shoplist_acd_infoTxt h3 {
    font-size: 18px;
    margin-bottom: 25px;
}

.shoplist_acd_infoLine a {
    background-color: #000;
    width: 220px;
    text-align: center;
    padding: 12px 0;
    margin-top: 30px;
}

.shoplist_acd_infoLine a img {
    width: 45px;
}
.shoplist_acd_infoTxt .qr_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 250px;
    margin-top: 20px;
}
.shoplist_acd_infoTxt .qr_list li {
    max-width: 100px;
}
.shoplist_acd_infoTxt .qr_list li span {
    font-size: 13px;
}
.shoplist_acd_infoMap {
    width: 756px;
    height: 328px;
}

.shoplist_acd_infoMap iframe {
    width: 100%;
    height: 100%;
}

.shoplist_acd_btn {
    position: relative;
    display: block;
    width: 585px;
    margin: auto;
    height: auto;
}

.shoplist_acd_btn:hover {
    cursor: pointer;
    opacity: 0.7;
}

.shoplist_acd_btnTxt {
    display: none;
    margin: auto;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: solid 1px #000;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    padding: 22px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

/* is-active時（展開時）の切り替え */
.shoplist_acd_btn.is-active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}

.shoplist_acd_btnTxt.is-active {
    display: block;
}

/*プラス*/
.plus_sl {
    position: absolute;
    right: 40px;
    top: 30px;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.plus_sl::before,
.plus_sl::after {
    display: block;
    content: "";
    background-color: #000;
    position: absolute;
    width: 15px;
    height: 2px;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.plus_sl::before {
    width: 2px;
    height: 15px;
}

/*アコーディオンが開いたらプラスをマイナスにする*/
.shoplist_acd_btn.is-active .plus_sl::before {
    -webkit-transform: translate(50%, 50%) rotate(90deg);
    -ms-transform: translate(50%, 50%) rotate(90deg);
    transform: translate(50%, 50%) rotate(90deg);
}

/*================================
contact
================================*/
.contact {
    padding-bottom: 130px;
}
.contact_form {
    margin: 80px auto 0;
    max-width: 800px;
}

/*================================
privacy
================================*/
.privacy {
    padding-bottom: 140px;
}

.privacy_cont {
    margin: 55px auto 0;
    max-width: 1120px;
}

.privacy_cont_top {
    margin-top: 100px;
}

.privacy_cont h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.privacy_cont_list01 li {
    padding-left: 1.1em;
    text-indent: -1.1em;
}

.privacy_cont_list01 .privacy_cont_list01_txt {
    padding-left: 1.6em;
    text-indent: -1.6em;
}

.privacy_cont_list02,
.privacy_cont_list03,
.privacy_cont_txt {
    padding-left: 15px;
}

.privacy_cont_list02 li {
    margin-bottom: 40px;
}

.privacy_cont_list02 li:last-child {
    margin-bottom: 0;
}

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

    /*================================
サブページ共通
================================*/
sup {
    font-size: 11px;
}
    .sub_mv {
        height: 210px;
        padding-top: 60px;
    }

    .sub_mv_common {
        background: url(../common/img/sub_mv_sp.jpg) no-repeat center /cover;
        height: 150px;
    }

    .sub_mv h1 {
        font-size: 16px;
        padding: 70px 5% 0;
        width: 100%;
    }

    .sub_mv h1::before {
        width: 25px;
        margin-right: 15px;
    }

    /* ぱんくず */
    .breadcrumbs {
        width: 100%;
        padding: 0 5%;
        margin-bottom: 60px;
    }

    .breadcrumbs ol li::after {
        padding: 0 0.5em;
    }

    /* タイトル */
    .cont_ttl {
        font-size: 20px;
        letter-spacing: 0.04rem;
    }

    /* テキスト */
    .cont_txt {
        font-size: 14px;
        line-height: 1.6rem;
    }

    /*================================
about
================================*/
    .sub_mv_about {
        background: url(../img/about/mv_sp.jpg) no-repeat center /cover;
        height: 150px;
    }

    /* concept,feature */
    .concept {
        padding-bottom: 70px;

    }

    .about_cont {
        display: block;
        width: 100%;
        padding: 50px 5% 0;
    }

    .about_cont {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .about_txt {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_cont h3 {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 1.4rem;
    }

    .about_cont figure {
        width: 100%;
    }
    .about_cont.vision_cont h3 {
        margin-bottom: 5px;
    }
    .about_cont.vision_cont p {
        margin-bottom: 20px;
    }

    .feature {
        padding-bottom: 70px;
    }
    .vision {
        padding-bottom: 70px;
    }

    /* beautie */
    .beautie {
        padding-bottom: 70px;
    }

    .beautie_cont {
        padding: 45px 5% 0;
        display: block;
        width: 100%;
    }

    .beautie_cont.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .beautie_cont_text {
        width: 100%;
    }

    .beautie_cont_text h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .beautie_cont_text_num {
        width: 30px;
        height: 30px;
        padding-top: 6px;
    }

    .beautie_cont figure {
        width: 100%;
        margin-top: 20px;
    }

    /* useMachine */
    .useMachine {
        padding-bottom: 70px;
    }

    .useMachine_list {
        display: block;
        width: 100%;
        padding: 50px 5% 0;
    }

    .useMachine_list li {
        width: 100%;
        margin-bottom: 30px;
    }

    .useMachine_list li:last-child {
        margin-bottom: 0;
    }

    .useMachine_list li p {
        font-size: 14px;
        bottom: 20px;
    }

    /* aboutPrice */
    .aboutPrice {
        padding-bottom: 70px;
    }

    .aboutPrice h3 {
        font-size: 16px;
        line-height: 1.8rem;
        padding: 45px 5% 30px;
    }

    .aboutPrice_btn a {
        font-size: 13px;
        padding: 15px 0;
        width: 200px;
        margin-top: 30px;
    }

    .aboutPrice_btn a::after {
        right: 15px;
    }

    /*================================
machine
================================*/
    .sub_mv_about {
        background: url(../img/machine/mv_sp.jpg) no-repeat center /cover;
        height: 150px;
    }

    .machine {
        padding-bottom: 10px;
    }

    .machine_cont {
        padding: 50px 0 60px;
    }

    .machine_cont h3 {
        padding: 0 5%;
        width: 100%;
        font-size: 16px;
        margin: 0 auto 20px;
    }

    .machine_cont_inner {
        padding: 0 5%;
        width: 100%;
        display: block;
        margin: 0 auto 50px;
    }

    .machine_cont_inner.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .machine_cont_inner figure {
        width: 100%;
        margin-bottom: 25px;
    }

    .machine_cont_inner p {
        width: 100%;
    }

    .machine_cont_inner_txt li {
        margin-bottom: 10px;
    }

    .machine_cont_list {
        padding: 0 5%;
        width: 100%;
        display: block;
    }

    .machine_cont_list li {
        width: 100%;
        margin-bottom: 45px;
    }

    .machine_cont_list li:last-child {
        margin-bottom: 0;
    }

    .machine_cont_list li figure {
        margin-bottom: 10px;
    }
    .machine_cont_list li span {
        font-size: 12px;
        margin-top:5px;
    }
    /*================================
price
================================*/
    .sub_mv_price {
        background: url(../img/price/mv_sp.jpg) no-repeat center /cover;
        height: 150px;
    }

    .cont_ttl_en {
        font-size: 24px;
        letter-spacing: 0.04rem;
    }

    .priceMenu {
        padding-bottom: 70px;
    }

    .priceMenu_cont {
        padding: 50px 5% 0;
        width: 100%;
    }

    .priceMenu_cont h3 {
        font-size: 16px;
        line-height: 1.8rem;
    }

    .priceMenu_list {
        margin-top: 0;
    }

    .priceMenu_list li {
        width: 46%;
        margin-top: 50px;
    }

    .priceMenu_list li span {
        font-size: 25px;
    }

    .priceMenu_list li p {
        font-size: 13px;
        line-height: 1.4rem;
    }

    .priceSubsc {
        padding: 40px 5% 70px;
    }

    .priceSubsc_ttl {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .priceSubsc_ttl::after {
        bottom: -10px;
        width: 45px;
    }

    .priceSubsc_list {
        display: block;
        width: 100%;
        padding-top: 50px;
    }

    .priceSubsc_list li {
        width: 100%;
        padding: 30px 5%;
        margin-bottom: 30px;
    }

    .priceSubsc_list li:last-child {
        margin-bottom: 0;
    }

    .priceSubsc_list li h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .priceSubsc_list_en {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .priceSubsc_list_price {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .priceSubsc_list_month {
        font-size: 16px;
    }

    .priceSubsc_list_ex p {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .priceSubsc_list_hc {
        font-size: 18px;
        margin-left: 15px;
    }

    /*================================
company
================================*/
    .companyProfile {
        padding: 0 5% 70px;
    }

    .companyProfile_list {
        width: 100%;
        margin: 50px auto 0;
    }

    .companyProfile_list dl {
        display: block;
        padding-bottom: 10px;
    }

    .companyProfile_list dl dt {
        margin-left: 0;
    }

    .companyProfile_list dl dd {
        width: 100%;
    }

    .companyHistory {
        padding: 0 5% 70px;
    }

    .companyHistory_list {
        /* max-width: 880px;
    margin: auto; */
        padding-top: 50px;
    }

    .companyHistory_list li {
        margin-bottom: 30px;

    }

    .companyHistory_list_date {
        width: 100px;
    }

    .companyHistory_list_date::after {
        top: 14px;
        right: -40px;
    }
    
    .companyHistory_list_date::before {
        height: calc(100% + 40px );
    top: 55px;
    right: -25px;
    
    }

    /* .companyHistory_list_date.bordernone::before {
        content: "";
    } */

    .companyHistory_list_txt {
        width: 100%;
        margin-left: 50px;
    }

    .companyMap {
        padding-bottom: 70px;
    }

    .companyMap_map {
        margin: 50px 0 30px;
        height: 300px;
    }

    .companyMap p {
        width: 100%;
        padding: 0 5%;
    }
    .footer_r2 {
        padding-right: 5%;
    }
    /*================================
faqs
================================*/
    .faqs {
        padding-bottom: 70px;
    }

    .faqs_cont {
        padding: 50px 5% 0;
        width: 100%;
    }

    .first_cont {
        padding-top: 50px;
    }

    .faqs_cont h3 {
        font-size: 16px;
        padding: 15px;
    }

    .faqs_list dl {
        margin-top: 20px;

    }

    .faqs_list dl dt {
        font-size: 14px;
        line-height: 1.4rem;
        padding-right: 30px;
        padding-bottom: 15px;
        padding-left: 1.8em;
        text-indent: -1.8em;
    }

    /*プラス*/
    .plus {
        right: 14px;
        top: 40%;
    }

    .plus::before,
    .plus::after {
        width: 18px;
        height: 2px;
    }

    .plus::before {
        width: 2px;
        height: 18px;
    }

    .faqs_list dl dd {
        padding-bottom: 20px;
        padding-right: 30px;
        padding-left: 1.8em;
    }

    /*================================
FC
================================*/

.fc h2 {
    margin-bottom: 70px;
}
    .sub_mv_fc {
        background: url(../img/franchise/mv_sp.jpg) no-repeat center /cover;
        height: 150px;
    }

    .fc_contract_box {
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1120px;
        width: 100%;
        margin: 0 auto ;
    }

    .fc_table_area {
        width: 90%;
        margin: 0 auto;
        overflow-x: scroll;
    }

    .fc_flow>p {
        width: 94%;
        margin: 0 auto 50px;
        padding-left: 0;
        line-height: 1.4;
    }


    .fc ul.fc_feature_box {
        display: block;
        width: 94%;
        margin: auto;
    }

    .fc ul.fc_feature_box li h3.list {
        font-size: 20px;
    }

    .fc ul.fc_feature_box li {
        width: 100%;
        margin: 0 auto 50px;
        padding: 50px 25px 30px;
    }
    .fc ul.fc_feature_box li:nth-child(3) {
        margin-bottom: 50px;
    }

    p.fc_feature_title {
        font-size: 16px;
        line-height: 1.4;
        margin: 0 auto 20px;
    }

    p.fc_feature_txt {
        font-size: 14px;
        line-height: 2;
    }

    .fc_ttl_desc {
        font-size: 15px;
        font-weight: bold;
        margin: 0 auto 20px;
        max-width: 1200px;
        width: 90%;
        text-align: center;
        line-height: 1.6;
    }

    .fc_contract_box>p {
        width: 90%;
        margin: 0 auto 40px;
    }

    .fc_table_contract tr {
        height: 60px;
    }

    .fc_table_contract td {
        width: 75%;
        padding: 0px 8px;
        font-size: 14px;
        line-height: 1.5;
    }

    .fc_table_contract td:nth-child(1) {
        background-color: #84ccc9;
        color: #fff;
        width: 25%;
        text-align: center;
        padding: 0;
    }

    .fc h2.fc_ttl_space {
        margin-bottom: 50px;
    }

    .fc_table_price {
        width: 510px;
        margin: 0 auto;
    }

    .table_ttl th:nth-child(1) {
        width: 220px;
    }

    .table_ttl th {
        font-size: 16px;
    }
    tr.table_row th {
        font-size: 14px;
        padding: 6px;
    }
    tr.table_row td {
        font-size: 14px;
        padding: 6px;
    }
    tr.table_row_total th {
        font-size: 16px;
        
    }

    .fc_desc {
        font-size: 12px;
        width: 100%;
        padding: 0 5%;
        margin: 10px auto 0;
    }

    .fc_flow>p.fc_ttl_desc {
        margin-bottom: 55px;
        font-size: 15px;
        font-weight: bold;
        margin: 0 auto 50px;
        max-width: 1200px;
        width: 90%;
        text-align: center;
        line-height: 1.6;
    }

    .fc_flow_scroll {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        overflow-x: scroll;
        margin: 0 auto 50px;
    }

    p.fc_flow_img {
        width: 800px;
    }

    .fc_btn a {
        max-width: 750px;
        width: 100%;
        padding: 30px 0px;
        font-size: 18px;
    }

    .fc_btn::after {
        right: 20px;
    }

    .fc_voice ul.slider-nav {
        margin: auto;
    }

    .fc_voice .fc_voice_gallery {
        width: 100%;
        padding: 0 15%;
}
.swiper-button-next {
    right: 20px;
}

.swiper-button-prev {
    left: 20px;
}

    /*================================
topics
================================*/
    .sub_mv_topics {
        background: url(../img/topics/mv_sp.jpg) no-repeat center /cover;
        height: 150px;
    }

    .topics_cont {
        padding: 80px 5% 70px;
        width: 100%;
    }

    .topics_tag li {
        font-size: 10px;
        padding: 3px;
        margin-right: 5px;
    }

    .topics_contList li {
        width: 48%;
        margin-top: 30px;
    }

    .topics_contList li h3 {
        font-size: 14px;
        line-height: 1.2rem;
        margin-top: 10px;
    }

    .topics_contLis_txt {
        font-size: 12px;
        line-height: 1rem;
        margin-top: 10px;
    }

    .pagenation {
        margin: 60px auto 0;
    }

    /*================================
shoplist
================================*/
    .sub_mv_shoplist {
        background: url(../img/shoplist/mv_sp.jpg) no-repeat center /cover;
        height: 150px;
    }

    .shoplist {
        padding-bottom: 70px;
    }

    .shoplist_cont {
        margin-top: 80px;
    }

    .shoplist_contTop {
        margin-top: 50px;
    }

    .shoplist_cont_mv {
        height: 310px;
    }

    .shoplist_cont_toptxt {
        padding: 0 5%;
        width: 100%;
        padding-top: 200px;
    }

    .shoplist_cont_toptxtIn {
        width: 100%;
        padding: 25px;
    }

    .shoplist_cont_toptxtIn h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    /*------- アコーディオン ---------*/

    .shoplist_acd {
        padding: 0 5%;
        width: 100%;
        margin: 160px auto 0;
    }

    .shoplist_acd_list {
        display: block;
    }

    .shoplist_acd_list li {
        width: 100%;
        margin-bottom: 30px;
    }

    .shoplist_acd_list li:last-child {
        margin-bottom: 0;
    }

    .shoplist_acd_list li p {
        margin-top: 5px;
    }

    .shoplist_acd_info {
        margin: 70px auto 50px;
        display: block;
    }

    .shoplist_acd_infoTxt h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .shoplist_acd_infoLine {
        margin: auto;
        text-align: center;
    }

    .shoplist_acd_infoLine a {
        width: 200px;
        text-align: center;
        padding: 12px 0;
        margin-top: 20px;
    }

    .shoplist_acd_infoLine a img {
        width: 45px;
    }
    .shoplist_acd_infoTxt .qr_list {
        max-width: 220px;
        margin-top: 10px;
    }
    .shoplist_acd_infoTxt .qr_list li {
        max-width: 80px;
    }
    .shoplist_acd_infoTxt .qr_list li span {
        font-size: 12px;
    }
    .shoplist_acd_infoMap {
        width: 100%;
        height: 300px;
        margin-top: 30px;
    }

    .shoplist_acd_btn {
        width: 100%;
    }

    .shoplist_acd_btnTxt {
        font-size: 14px;
        padding: 18px 0;
    }

    /*プラス*/
    .plus_sl {
        right: 30px;
        top: 25px;
    }

    /*================================
contact
================================*/
    .contact {
        padding-bottom: 70px;
    }
    .contact_form {
        margin: 80px auto 0;
        width: 100%;
        padding: 0 5%;
    }

    /*================================
privacy
================================*/
    .privacy {
        padding-bottom: 70px;
    }

    .privacy_cont {
        padding: 0 5%;
        width: 100%;
        margin: 50px auto 0;
    }

    .privacy_cont_top {
        margin-top: 50px;
    }

    .privacy_cont h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .privacy_cont_list02,
    .privacy_cont_list03,
    .privacy_cont_txt {
        padding-left: 7px;
    }

    .privacy_cont_list02 li {
        margin-bottom: 25px;
    }

    .privacy_cont_list02_txt {
        padding-left: 1.1em;
        text-indent: -1.1em;
    }

    .privacy_cont_list02 li p {
        padding-left: 1.5em;
        text-indent: -1.5em;
    }

    .privacy_cont_list03 li {
        padding-left: 1.1em;
        text-indent: -1.1em;
    }

    .privacy_cont_txt {
        margin-bottom: 10px;
    }
}