@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+JP:wght@100..900&display=swap");

/*----------------------*/

.pc {
    display: none !important;
}

.tablet {
    display: none;
}

body {
    -webkit-text-size-adjust: 100%;
}

p,
li,
dt,
dd {
    /*Androidブラウザフォントバグ対策*/
    max-height: 999999px;
}

.inr {
    width: 94%;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
p {
    line-height: 1.7;
}

.center {
    text-align: center;
}

html,
body,
#container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
    position: relative;
}
p {
    font-size: 14px;
    font-size: 1.4rem;
}

.zh-cn {
    font-family: "SimSun", sans-serif !important;
}

/*header*/
header {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 9997;
    box-shadow: 0 3px 10px rgba(33, 33, 33, 0.1);
    top: 0;
}

.header__inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}
@media (max-width: 1023px) {
    .header__inr {
        margin: 0;
        width: 100%;
        z-index: 9997;
    }
}
@media (max-width: 1023px) {
    .header_left {
        margin: 0 auto;
    }
}
.header_logo {
    text-align: center;
}
.header_logo img,
.header_logo svg {
    margin: 5px 0 0 0;
    height: 50px;
    width: auto;
}

.headerLogo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
@media (max-width: 1023px) {
    .headerLogo {
        text-align: center;
    }
}
.headerLogo--menu {
    justify-content: center;
}
.headerLogo__link,
.headerLogo__link > * {
    display: block;
}
@media (min-width: 1024px) {
    .headerLogo__link {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 1023px) {
    .headerLogo__link {
        margin-bottom: -1px;
        text-align: center;
    }
}
.headerLogo__txt {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: -0.035em;
    line-height: 1;
}
@media (min-width: 1024px) {
    .headerLogo__txt {
        order: 10;
        margin-left: 14px;
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 1.125;
    }
}
.headerLogo__img {
    display: block;
}
@media (max-width: 1023px) {
    .headerLogo__img {
        width: 78px;
        margin: 0 auto;
    }
}

.header_tel {
    position: absolute;
    top: 5px;
    right: 0;
}
.header_shindan {
    position: absolute;
    top: 12px;
    right: 0;
}
.header_shindan a {
    display: block;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 25px;
    border-color: #fc8472;
    color: #fc8472;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
.header_shindan a::before {
    content: url(../img/common/icon_hart_red.svg);
    margin-right: 5px;
    vertical-align: middle;
}
.tel-modal p {
    margin-bottom: 25px;
    font-size: 1.6rem;
    font-weight: bold;
}
.tel-modal dl div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.tel-modal dl div:first-child {
    margin-bottom: 10px;
}
.tel-modal dl dt {
    width: initial;
    font-size: 1.6rem;
    font-weight: normal;
}
.tel-modal dl dd {
    line-height: 1.1;
    margin: initial;
    font-size: 3rem;
    font-weight: bold;
}
.tel-modal dl dd img {
    flex-basis: 40px;
    max-width: 40px;
    margin-bottom: 0;
}
.tel-modal dl dd a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.header_menu_btn {
    position: absolute;
    top: 10px;
    left: 0px;
    margin: 0;
    z-index: 9999;
}
.header_menu_btn p {
    color: #fc8472;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.header_menu_line,
.header_menu_line span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}
.header_menu_line {
    position: relative;
    width: 24px;
    height: 20px;
}
.header_menu_line span {
    position: absolute;
    left: 4px;
    width: 100%;
    height: 1px;
    background-color: #1a1a1a;
    border-radius: 2px;
}
.header_menu_line span:nth-of-type(1) {
    top: 0;
}
.header_menu_line span:nth-of-type(2) {
    top: 9px;
}
.header_menu_line span:nth-of-type(3) {
    bottom: 0;
}
.header_menu_line.active span:nth-of-type(1) {
    top: 0px;
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}
.header_menu_line.active span:nth-of-type(2) {
    top: 15px;
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

.header_right,
.header_navi {
    display: none;
}
#header_menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 60px 0;
    overflow: auto;
}
#header_menu header {
    box-shadow: none;
    z-index: 10000;
}
#header_menu .header_menu_btn {
    left: 10px;
    top: 15px;
    line-height: 1;
}
#header_menu .header_tel {
    right: 10px;
}
#header_menu_box {
    background: #fff;
    margin: 0;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header_menu .header_menu__menu {
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
}

#header_menu .header_menu__menu > li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 30px;
}
#header_menu ul > li li {
    border: none;
}
#header_menu .header_menu__menu > li a {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fc8472;
}
#header_menu .header_menu__menu > li a:after {
    position: absolute;
    right: 14px;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fc8472;
    border-right: solid 2px #fc8472;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header_menu li ul {
    margin: 0 0 0 30px;
}
#header_menu li ul li a {
    font-weight: normal;
    color: #000;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
        "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header_menu li ul li a:after {
    display: none;
}
#header_menu .header_menu__submenu {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 20px 0 0 0;
}
#header_menu .header_menu__submenu li {
    position: relative;
    flex-basis: calc(50% - 16px);
    padding-left: 10px;
}
#header_menu .header_menu__submenu li:last-child {
    margin-bottom: 0;
}
#header_menu .header_menu__submenu li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block;
    width: 5px;
    height: 1px;
    background: #fc8472;
}
#header_menu .header_menu__submenu li a {
    font-size: 1.3rem;
    font-weight: normal;
    color: #000;
}
#header_menu .header_menu__buttons {
    margin: 20px auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 450px;
}
#header_menu .header_menu__buttons > div {
    margin-bottom: 20px;
}
#header_menu .header_menu__buttons-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#header_menu .header_menu__buttons-inner > div {
    flex: 1;
}
#header_menu .header_menu__buttons .icon_book a,
#header_menu .header_menu__buttons .icon_hart a {
    display: block;
    padding: 7px;
    border: 1px solid #fc8472;
    border-radius: 25px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #fc8472;
}
#header_menu .header_menu__buttons .icon_book a::before,
#header_menu .header_menu__buttons .icon_hart a::before {
    margin-right: 5px;
    vertical-align: middle;
}
#header_menu .header_menu__buttons .icon_book a::before {
    content: url(../img/common/icon_book_red.svg);
}
#header_menu .header_menu__buttons .icon_hart a::before {
    content: url(../img/common/icon_hart_red.svg);
}
#header_menu .header_menu__buttons .c-btn.-theme5 a {
    padding: 1px;
}
#header_menu .header_menu__utility {
    padding-left: 30px;
    padding-right: 30px;
}
#header_menu .header_menu__utility ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#header_over {
    display: none;
}
.nav_fix {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.nav_fix.u-active {
    opacity: 1;
    visibility: visible;
}
.nav_fix ul {
    max-width: 1200px;
    height: inherit;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}
.nav_fix li {
    text-align: center;
    height: inherit;
}
.nav_fix li:hover {
    opacity: 0.8;
}
.nav_fix li.bg1 {
    width: calc(80 / 400 * 100%);
    margin-right: 2px;
    background: linear-gradient(45deg, #28bc7d, #6ac0ff);
}
.nav_fix li.bg2 {
    flex: 1;
    background: linear-gradient(45deg, #dc515a, #ffac58);
}
.nav_fix li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: inherit;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
}
.nav_fix li.icon_book,
.nav_fix li.icon_hart {
    width: calc(80 / 400 * 100%);
    margin-right: 2px;
    background: linear-gradient(45deg, #28bc7d, #6ac0ff);
}
.nav_fix li.reservation {
    flex: 1;
    background: linear-gradient(45deg, #dc515a, #ffac58);
    font-size: 1.7rem;
}
.nav_fix li.reservation span {
    font-size: 1.4rem;
}
.nav_fix li.icon_book a::before {
    content: url(../img/common/icon_book_w.svg);
}
.nav_fix li.icon_hart a::before {
    content: url(../img/common/icon_hart_w.svg);
}
.nav_fix .nav_fix__label {
    background-color: #fff;
    margin: 0 1px;
    padding: 0 3px;
    border-radius: 5px;
    font-size: 1.4rem;
}
.nav_fix .nav_fix__label.nav_fix__label--text1 {
    color: #28bc7d;
}
.nav_fix .nav_fix__label.nav_fix__label--text2 {
    color: #dc515a;
}
.nav_fix .logo {
    max-width: 80%;
    margin-top: 4px;
    margin-bottom: 0;
}

/*footer*/
#footer {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 10px 0 60px 0;
}
#footer_security {
    text-align: center;
    padding: 20px 0;
}
#footer_security .security_01 {
    display: flex;
    margin: 0;
}
#footer_security .security_01 li {
    width: 25%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#footer_security h2 {
    color: #42210b;
    font-weight: bold;
    margin: 0 0 20px 0;
}
#footer_security p {
    font-weight: bold;
    margin: 20px 0 0 0;
}
#footer_branch_list {
    background-color: rgba(246, 241, 235, 0.6);
    margin: 0;
    padding: 5px 0 20px 0;
}
.dl_branch {
}
.dl_branch div {
    padding: 10px 0;
    overflow: hidden;
}
.dl_branch dt {
    font-size: 14px;
    font-weight: 700;
}
.dl_branch dd {
    float: left;
    text-align: left;
}
.dl_branch dd ul {
    margin: 0;
}
.dl_branch dd ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}
.dl_branch dd ul li a {
    text-decoration: none;
}
.dl_branch dd ul li a:hover {
    text-decoration: none;
}

#footer_menu {
    background-color: rgba(246, 241, 235, 0.6);
    padding: 30px 0;
    text-align: center;
}
#footer_menu ul {
    margin: 0;
}
#footer_menu ul li {
    float: left;
    display: block;
    width: 50%;
    text-align: left;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}
#footer_bottom_link {
}
.footer_logo {
    width: 180px;
    text-align: center;
    margin: 30px auto 20px auto;
}
#footer_bottom_link {
}

.footer_copy {
    padding: 0 0 5px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
}
.footer_copy a {
    color: #333333;
}
.footer_copy a:hover {
    text-decoration: underline;
}

#footer_fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 50px;
    background: #ee7500;
    z-index: 9999;
}
#footer_fixed p {
    float: left;
    width: 50%;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 120%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer_fixed p.fix_contact {
    line-height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 10px;
}
#footer_fixed p.fix_contact i {
    margin: 0 10px 0 0;
}
@media (max-width: 374px) {
    #footer_fixed p {
        padding: 10px 5px 10px 10px;
        font-size: 11px;
        font-size: 1.1rem;
    }
}
#main {
    width: 100%;
    float: left;
}

#side {
    width: 100%;
    float: right;
    padding: 0 0 80px 0;
}

/* パンくず */
.bread {
    position: relative;
    width: 100%;
    margin: 12rem auto 0 auto;
    padding: 5px 0 0 0;
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
}
.bread--small {
    margin-top: 6rem;
}
.bread li {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
}

.bread li a {
    color: #1a1a1a;
}
.bread li a:hover {
    text-decoration: underline;
}
.bread li:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    margin: 0 5px;
}
.bread li:last-child:after {
    content: none;
    margin: 0;
}

/*ページャー*/
.pager_box {
    text-align: center;
    margin: 30px 0;
    padding: 5px 0;
}
.pager {
    display: inline-block;
    margin-right: -3px;
    font-size: 12px;
    font-size: 1.2rem;
}

.pager .current {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    background: #009943;
    color: #fff;
    border: 1px solid #009943;
    margin-right: 5px;
}
.pager a {
    display: inline-block;
    border: 1px solid #f6f1eb;
    padding: 0 10px;
    color: #000;
    background: #fff;
    margin-right: 5px;
    height: 34px;
    line-height: 34px;
}
.pager a:hover {
    color: #fff !important;
    background: #009943;
}
.detail_btn {
    position: relative;
    margin: 30px 0;
}
.prev_btn,
.next_btn {
    display: inline-block;
    vertical-align: middle;
}
.prev_btn {
    margin: 0 5px 0 0 !important;
}
.next_btn {
    margin: 0 0 0 5px !important;
}

.prev_btn a,
.next_btn a {
    display: block;
    width: 34px;
    height: 34px;
    background: #009944;
    color: #fff;
    position: relative;
}
.next_btn a:after {
    position: absolute;
    right: 14px;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.prev_btn a:after {
    position: absolute;
    left: 14px;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.pager_box .btn2 {
    display: inline-block;
    vertical-align: middle;
    width: 68%;
}
.pager_box .btn2 a {
    height: 36px;
    line-height: 36px;
    padding: 0;
}

/*タブ*/
.tab {
    border-bottom: 5px solid #dc2000;
}
.tab ul {
    margin-bottom: 0;
}
.tab ul li {
    float: left;
    margin: 0 1% 0 0;
    display: block;
    background: #f2f2f2;
    color: #000;
    height: 35px;
    line-height: 35px;
    width: 19%;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    font-size: 1.2rem;
}
.tab ul li.active {
    background: #dc2000;
    color: #fff;
}
.tab ul li:hover,
.tab ul li a:hover {
    background: #dc2000;
    color: #fff;
}

.tab_l ul li {
    height: auto;
    line-height: 110%;
    margin: 0 0 0 2%;
    padding: 5px 0;
    width: 49%;
    font-size: 15px;
    font-size: 1.5rem;
}
.tab_l ul li:first-child {
    margin: 0;
}
.tab_l ul li span {
    font-size: 10px;
    font-size: 1rem;
}

.tabbox {
    display: none;
}

.search_catelist_sp {
    margin: 50px 0 0 0;
}
.search_catelist_sp_fixed {
    width: 100%;
    margin: 0 0 5px 0;
    position: fixed;
    top: 50px;
    z-index: 999;
}

.scroll_nav {
}
.scroll_nav_box {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
}
/*
.scroll_nav_box{overflow-x:scroll;}
.scroll_nav_box::-webkit-scrollbar{height:5px;}
.scroll_nav_box::-webkit-scrollbar-track{background:#dc2000;}
.scroll_nav_box::-webkit-scrollbar-thumb{background:#dc2000;}
*/

.scroll_nav_box ul {
    display: table;
    list-style: none;
    margin: 0 auto 0 0;
    padding: 0 0 5px 0;
}

.scroll_nav_box ul li {
    display: table-cell;
    white-space: nowrap;
    font-size: 12px;
    font-size: 1.2rem;
}
.scroll_nav_box ul li p {
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    background: #f2f2f2;
    color: #000;
    margin: 0 3px 0 0;
}
.scroll_detail_box {
    display: none;
}

#sub_contents {
    padding: 0 0 40px 0;
}

/*--------------*/

.title {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
    position: relative;
}
.title span {
    font-size: 80%;
    line-height: 2.5;
    display: block;
}
.title span.s_size {
    font-size: 18px;
    font-size: 1.8rem;
}
.title:after {
    display: block;
    content: " ";
    width: 80px;
    height: 3px;
    background: #e2646e;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}
.title2 {
    color: #42210b;
    color: #89664f;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    padding: 10px 0 10px 0;
}
.title2 a {
    color: #42210b;
}
.title2 span {
    font-size: 14px;
    font-size: 1.48rem;
    color: #1a1a1a;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
        "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.title2 span.num {
    font-size: 28px;
    font-weight: bold;
    color: #009944;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN",
        "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.p_large {
    font-size: 18px;
    line-height: 160%;
    text-align: center;
}
.ulli_center {
    position: relative;
    overflow: hidden;
}

.ulli_center ul {
    position: relative;
    left: 50%;
    float: left;
}

.ulli_center ul li {
    position: relative;
    left: -50%;
    float: left;
}

.btn2,
.btn {
    padding: 0;
    display: block;
    width: 90%;
    margin: 20px auto;
    position: relative;
}

.btn2 a,
.btn a {
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #009943;
    color: #009943;
    background: #fff;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 0;
    font-size: 16px;
}
.btn2 a i,
.btn a i {
    margin: 0 15px 0 0;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}
.btn a:after {
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #009943;
    border-right: solid 2px #009943;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn2 a:after {
    position: absolute;
    left: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #009943;
    border-right: solid 2px #009943;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.btn2 a:hover,
.btn a:hover {
    background-color: #009943;
    color: #fff;
    text-decoration: none;
}
.btn2 a:hover:after,
.btn a:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
/***************************************************/
/*トップ*/
/***************************************************/
#top_content {
    padding: 12rem 0 10px 0;
    background: #f9e6e4;
}

.top_main {
    position: relative;
}
.top_main .c-btn {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 20px;
}
.top_main_sp {
    display: none;
}
.top_main img {
    width: 100%;
    margin-bottom: 0;
}
/*
@media(max-width: 414px) {
	.top_main{
		background:url(../img/top/sp/main.jpg) no-repeat 0 center;
		background-size:cover;
	}
}
*/
@media (max-width: 550px) {
    .top_main_pc {
        display: none;
    }
    .top_main_sp {
        display: block;
    }
}

/* .top_main .inr{
	height:350px;
	position:relative;
}
.top_main h2,
.top_main h1{
	position: relative;
	height: 100%;
	font-size: clamp(20px, 6.25vw, 28px);
	font-weight:bold;
	font-family: 'Noto Serif JP',"游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}
.top_main_copy {
	position: absolute;
	z-index: 1;
	top: 52px;
	line-height: 1.3;
	letter-spacing:2px;
	left: 15px;
	font-size: clamp(30px, 8.75vw, 40px);
}
.top_main_copy > span {
	display: block;
}
.top_main_color {
	color: #f44664;
}
.top_main_text1 {
	font-size: clamp(40px,11vw,48px);
}
.top_main_text2 {
	font-size: clamp(30px, 8.75vw, 40px);
}
.top_main_text3 {

}
.top_main_character {
	position: absolute;
	z-index: 1;
	left: clamp(50px, calc(3.125rem + ((1vw - 3.2px) * 49.7866)), 400px);;
	bottom: 15px;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top_main_character-name {
	font-size: 18px;
}

@media (min-width: 550px) {
	.top_main_copy {
		left: calc( 50% - 24rem);
	}
	.top_main h1 {
		font-size: 28px;
	}
	.top_main_text1 {
		font-size: 48px;
	}
	.top_main_text2 {
		font-size: 40px;
	}
} */
.top_name {
    left: 0;
    bottom: 0;
    position: absolute;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN",
        "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    color: #42210b;
    line-height: 160%;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 0 5px;
}
.top_name span {
    font-size: 16px;
}
.top_main_box {
    width: 296px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    background: #fff;
    border: 2px solid #998675;
    padding: 3px;
}
.top_main_box_in {
    border: 1px solid #998675;
    position: relative;
    padding: 0 42% 0 0;
    text-align: center;
}
.top_main_box_in img {
    width: 40%;
    position: absolute;
    right: 5px;
    top: 5px;
}
.top_main_box_in h2 {
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0 10px 0;
}
.top_main_box_in h2 span {
    font-weight: normal;
    font-size: 20px;
}
.top_main_box_in p {
    line-height: 120%;
    font-size: 15px;
}

/*-----------*/
.top_contact {
    padding: 20px 0;
    text-align: center;
}
.top_contact_link {
    background: #fff;
    padding: 10px;
    text-align: center;
}
.top_contact_box {
    background: #fff;
    padding: 20px 15px 5px 15px;
    margin: 0 0 20px 0;
}
.top_contact_p {
    font-size: 16px;
}

.green_btn,
.contact_btn {
    width: 100%;
    height: 80px;
    margin: 20px auto 30px auto;
    position: relative;
}
.green_btn {
    width: 94%;
}
.green_btn a,
.contact_btn a {
    display: block;
    width: 100%;
    /*height:100%;*/
    background: linear-gradient(45deg, #dc515a, #ffac58);
    color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.green_btn a p,
.contact_btn a p {
    font-size: 16px;
    padding: 10px 0 0 0;
    text-align: center;
    margin: 0;
}
.green_btn a h2,
.contact_btn a h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 374px) {
    .green_btn a h2,
    .contact_btn a h2 {
        font-size: 18px;
    }
}
.green_btn a:after,
.contact_btn a:after {
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 5px;
    border-right: 1px solid #c1272d;
    border-bottom: 1px solid #c1272d;
}
.green_btn a:hover,
.contact_btn a:hover {
    /*position:absolute;*/
    /*right:-5px;*/
    /*top:5px;*/
}
.green_btn a:hover:after,
.contact_btn a:hover:after {
    /*right:0;*/
    /*top:0;*/
}
.contact_btn2 {
    width: 100%;
    height: 80px;
    margin: 30px auto;
    position: relative;
}
.contact_btn2 a {
    display: block;
    width: 100%;
    height: 100%;
    background: #009944;
    color: #fff;
}
.contact_btn2 a p {
    font-size: 16px;
    padding: 10px 0 0 0;
    margin: 0 0 5px 0;
    text-align: center;
}
.contact_btn2 a h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.contact_btn2 a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 5px;
    border-right: 1px solid #009944;
    border-bottom: 1px solid #009944;
}
.contact_btn2 a:hover {
    position: absolute;
    right: -5px;
    top: 5px;
}
.contact_btn2 a:hover:after {
    right: 0;
    top: 0;
}
.tel_btn {
    margin: 40px 0 0 0;
}
.tel_btn h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
@media (max-width: 374px) {
    .tel_btn h2 {
        font-size: 15px;
    }
}
.tel_btn h3 {
    font-size: 28px;
    text-align: center;
    margin: 0;
}
.tel_btn p {
    text-align: center;
    margin: 0;
}
.tel_btn a {
    display: block;
    width: 280px;
    margin: 20px auto;
    background: url(../img/top/ico_tel.png) no-repeat 0 10px;
    padding: 0 0 0 40px;
}

.over_btn {
    position: relative;
    font-size: 12px;
    cursor: pointer;
}
.over_btn:hover {
    text-decoration: underline;
}
.over_btn:after {
    position: relative;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 3px #1a1a1a;
    border-right: solid 3px #1a1a1a;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 0 0 10px;
    top: -2px;
}
.over_close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 2px;
}
.over_box {
    display: none;
    width: 90%;
    margin: 20px auto;
    text-align: left;
    background: #fff;
    padding: 20px;
}
.over_box ul {
    margin: 0 0 10px 20px;
}
.over_box ul li {
    list-style-type: decimal;
}
/*-----------*/
.top_match2 {
    margin: 30px auto 0 auto;
}
.top_match {
    text-align: center;
    font-size: 16px;
}
.top_match_head {
    max-width: 640px;
    width: 100%;
    margin: 0px auto;
}
.top_match_imgbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}
.top_match_imgbox li {
    width: calc(100% / 3);
    padding: 0 10px;
    box-sizing: border-box;
}

.top_match_numbox {
    width: 100%;
    padding: 20px 0;
}

.top_match_numbox p {
    font-size: 28px;
    text-align: center;
    line-height: 200%;
    margin: 0;
}
.top_match_numbox2 p {
    position: relative;
}
.top_match_numbox2 p .top_match_numbox_icon {
    position: absolute;
    top: -10px;
    left: 50%;
    background: #f44664;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 100%;
    margin: 0 0 0 -110px;
    padding: 5px 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.top_match_numbox2 p.top_match_numbox_small {
    font-size: 12px;
    color: #009944;
}
.top_match_numbox2 p .num {
    font-size: 50px !important;
}
.top_match_numbox2 p .unit {
    font-size: 30px !important;
}

.top_match_numbox p .num {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN",
        "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 55px;
    color: #009944;
    padding: 0 5px 0 10px;
}
.top_match_numbox p .unit {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN",
        "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 30px;
    color: #009944;
    padding: 0 5px 0 0;
}

@media (max-width: 414px) {
    .top_match_head {
        width: 100%;
        margin: 0px auto;
    }
    .top_match_numbox p {
        font-size: 26px;
    }
    .top_match_numbox p .num {
        font-size: 43px;
    }
    .top_match_numbox p .unit {
        font-size: 26px;
    }
}

.top_match .title2 {
    padding: 10px 0 0 0;
}
.top_match img {
    margin: 10px 0;
}
.top_match_box {
}
.top_match_box li {
    background: #fff;
    padding: 10px 20px;
    margin: 30px 0;
}
.top_match_box p {
    text-align: left;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.top_match_box p.green {
    font-size: 18px;
    color: #009943;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN",
        "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    text-align: center;
    margin: 0 0 10px 0;
}
.top_match_box p.green span {
    font-size: 36px;
    margin: 0 5px;
}
.yellow {
    font-weight: bold;
    font-size: 18px;
    background: linear-gradient(transparent 65%, #fcee21 65%);
}
.yellow2 {
    font-weight: bold;
    font-size: 18px !important;
    background: linear-gradient(transparent 65%, #fcee21 65%);
}

/*-----------*/
.top_add {
    padding: 30px 0;
}
.top_add_box {
    background: #fff;
    padding: 10px 20px 10px 20px;
}
.top_add h2 {
    margin: 0;
    text-align: center;
}
@media (max-width: 374px) {
    .top_add h2 {
        font-size: 16px;
    }
}
.top_add_left {
}
.top_add_left iframe {
    width: 100%;
    height: 200px;
}

.top_add_right {
    margin: 0;
}
.top_add_right p {
    text-align: left;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.top_add_right .img {
    text-align: right;
}
.top_add_right .img img {
    width: 100%;
    height: auto;
}
/*-----------*/
.top_profile {
    text-align: center;
}
.top_profile .title2 {
    margin: 0;
}
.top_profile p {
    font-size: 16px;
    margin: 15px 0;
}
.top_profile p.small {
    font-size: 10px;
}

.top_profile_img_box {
    background: #fff;
    padding: 0 0 20px 0;
    margin: 20px 0;
}
.top_profile_img_box img {
    width: 90%;
    margin: 0 auto;
}
/*-----------*/
.top_step {
    padding: 20px 0 20px 0;
    background: #ffffff;
    margin: 50px 0 10px 0;
}

.top_step_list {
    margin: 30px auto;
    padding: 0 0 20px 0;
}

.top_step_list ul {
}

.top_step_list ul li {
}
.top_step_list ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 5px !important;
}
.top_step_list ul li h3 {
    font-size: 17px !important;
    padding: 0 !important;
}
.top_step_list ul li p {
    text-align: center;
}

/*-----------*/
.top_plan {
    padding: 20px 0 20px 0;
}
.top_plan1 {
    margin: 30px 0 0 0;
}
.top_plan2 {
    margin: 0 0 50px 0;
}
.top_plan_p {
    text-align: center;
    margin: 0 0 20px 0;
}
.top_plan .title2 {
    text-align: center;
    margin: 0 0 10px 0;
}
.half_box1 {
    margin: 10px 0;
}
.half_box2 {
    margin: 10px 0;
}
.top_plan_list {
    background: #fff;
    display: flex;
    margin: 0 0 30px 0;
    padding: 5px 0;
}
.top_plan_box {
    width: 50%;
    text-align: center;
    padding: 5px 0;
    border-left: 1px solid #998675;
}
.top_plan_box:first-child {
    border-left: none;
}
.top_plan_box2 {
    width: 33.3%;
    text-align: center;
    padding: 10px 0;
    border-left: 1px solid #998675;
}
.top_plan_box:first-child,
.top_plan_box2:first-child {
    border-left: none;
}
.top_plan_list a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}
.top_plan_box img,
.top_plan_box2 img {
    margin: 0 auto;
}

/*-----------*/
.top_store {
    padding: 30px 0;
}
.top_store h2.green {
    font-size: 18px;
    color: #009943;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN",
        "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    text-align: center;
    margin: 50px 0 30px 0;
    font-weight: bold;
}
.store_p {
    text-align: left;
    font-size: 16px;
    margin: 0 5% 30px 5%;
    text-align: center;
}
.top_store h2.green span {
    font-size: 28px;
}
.top_store h2.green span.num {
    font-size: 38px;
    margin: 0 5px;
}

.top_gide_map {
    width: 100%;
    text-align: center;
    margin: 0;
    position: relative;
    max-width: 100%;
    padding: 0;
}
.top_gide_map_img {
    width: 90%;
    margin: 0 auto 0 0;
}
.top_gide_map_img img {
    width: 100%;
    height: auto;
    margin: 0;
}
.top_gide_map_img img {
    width: 100%;
    height: auto;
}
.top_gide_map ul {
}
.top_gide_map > ul > li {
    position: absolute;
    width: 124px;
    height: 53px;
    background: #fff;
}
.top_gide_map > ul > li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.top_gide_map > ul > li::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, #dc515a, #ffac58);
}
.top_gide_map > ul > li::after {
    position: absolute;
    right: 4px;
    bottom: 0;
    top: calc(50% - 4px);
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}
.top_gide_map > ul > li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.top_gide_map .map_over .prefecture li a:after {
    display: none;
}
.top_gide_map li a span {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 5px;
}
.top_gide_map li p {
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: bold;
}
.top_gide_map li .area {
    color: #dc515a;
}

.top_gide_map li.touhoku {
    top: 0;
    left: 0;
    /* bottom:83px;
	right:0; */
}
.top_gide_map li.hokuriku {
    top: 63px;
    left: 0;
}
.top_gide_map li.kantou {
    bottom: 146px;
    right: 0;
}
.top_gide_map li.toukai {
    bottom: 83px;
    right: 0;
}
.top_gide_map li.kansai {
    bottom: 20px;
    right: 0;
}
.top_gide_map li.shikoku {
    top: 126px;
    left: 0;
}
.top_gide_map li.kyusyu {
    bottom: 20px;
    right: 134px;
}
.top_gide_map .map_over {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 5px;
    display: none;
    z-index: 99;
}
.top_gide_map .map_over .prefecture {
    display: none;
}
.top_gide_map .map_over .prefecture_in {
    position: relative;
    padding: 5px 0;
}
@media (max-width: 374px) {
    .top_gide_map li a {
        font-size: 14px;
        height: 50px;
    }
    .top_gide_map .map_over .prefecture_in {
        padding: 0;
    }
}
.top_gide_map .map_over .map_close {
    display: block;
    height: auto;
    padding: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #009943;
    color: #009943;
    box-shadow: 3px 4px 10px -2px #fff;
    margin: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.top_gide_map .map_over .map_close i {
    margin: 0 10px 0 0;
    color: #009943;
}
.top_gide_map .map_over .map_close:hover {
    background: #009943;
    border-color: #009943;
    color: #fff;
    text-decoration: none;
}
.top_gide_map .map_over .map_close:hover i {
    color: #fff;
}
.top_gide_map .map_over .prefecture p {
    padding: 0 10px !important;
    text-align: left;
    color: #009943 !important;
    display: block;
    width: 80px;
    box-sizing: border-box;
    position: absolute;
    top: 15px;
    left: 0;
    margin: 0;
}
.top_gide_map .map_over .prefecture ul {
    margin: 0 0 0 75px;
    padding: 0 5px;
}
.top_gide_map .map_over .prefecture ul li {
    position: relative;
    float: left;
    margin: 0 1% 5px 1%;
    width: 31.3%;
    display: table;
}
.top_gide_map .map_over li a {
    box-shadow: 1px 2px 5px -2px #999999;
    height: 45px;
    font-size: 13px;
    display: table-cell;
    padding: 5px 0 0 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.top_gide_map .map_over li a span {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    display: inline-block;
}

/*-----------*/
.top_service {
    padding: 0;
    background: #fff;
}
.top_service h2 {
    text-align: center;
}
.top_service_list {
    margin: 0 10px 0 10px;
}
.top_service_list li {
    position: relative;
    padding: 0 0 0 80px;
    margin: 15px 0;
}
.top_service_list li p {
    font-size: 16px;
    text-align: left;
}
.top_service_list li img {
    width: 36px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}
/*-----------*/
.top_news_list {
    width: 100%;
    margin: 20px auto 0 auto;
}
.top_news_list ul {
    margin: 30px 0 0 0;
}
.top_news_list ul li {
    margin: 0 0 20px 0;
}
.top_news_list ul li p.date {
    font-weight: bold;
    margin: 0 0 5px 0;
}
.top_news_list ul li p.date span {
    color: #009944;
    margin: 0 0 0 10px;
}

.swiper-pagination-bullet-active {
    background: #009943;
}
.swiper-custom-button {
    background-image: none !important;
    background: #009943;
    color: #fff;
    text-align: center;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.swiper-custom-button:after {
    font-size: 16px;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}

/*-----------*/
.top_select {
    background: #fff;
    padding: 30px 0;
    margin: 60px 0;
}

.top_select_list {
    margin: 30px 0;
}
.top_select_list ul {
    display: flexbox;
}
.top_select_list ul li {
    float: left;
    width: 46%;
    margin: 10px 2%;
    z-index: 9;
    position: relative;
}
.top_select_list ul li:after {
    content: "";
    display: block;
    background: #fd828f;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.top_select_box {
    position: relative;
    min-height: 200px;
    border: 1px solid #000;
    font-size: 20px;
    background: #fff;
    text-align: center;
}
.top_select_box img {
    width: 80%;
    height: auto;
    margin: 10px auto;
}
.top_select_box p {
    text-align: left;
    margin: 10px;
}
.top_select .title:after {
    background: #fd828f;
}
.top_select .btn a {
    border: 1px solid #fd828f;
    background: #fff;
    color: #fd828f;
}
.top_select .btn a:after {
    border-top: solid 2px #fd828f;
    border-right: solid 2px #fd828f;
}
.top_select .btn a:hover {
    color: #fff;
}
.top_select .btn a:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.top_select .btn a:hover {
    background-color: #fd828f;
}

/*-----------*/
.top_icons {
}
.top_icons ul {
    background: #fff;
    padding: 5px 10px;
}
.top_icons ul li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px 0;
}
.top_icons ul li img {
    width: 30px;
    height: auto;
    margin: 0 auto;
}
.top_icons ul li:last-child {
    width: 100%;
    border-bottom: none;
}
.top_icons ul li {
    border-bottom: 1px solid #998675;
}
.top_icons ul li:nth-child(2),
.top_icons ul li:nth-child(4) {
    border-left: 1px solid #998675;
}
.top_icons ul li p {
    margin-bottom: 0;
}

/***************************************************/
/*トップ 2204 */
/***************************************************/
/* common */
.top_section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.top_section.-theme1 {
    background: linear-gradient(45deg, #fcf6e8, #f8e4e4);
}
.top_section.-theme2 {
    background: #f8f9fa;
}
.top_section.-theme3 {
    background: linear-gradient(45deg, #c1f5d8, #b1ddfd);
}
.top_section.-border {
    border-top: 1px solid #e5e5e5;
}
.top_container {
    padding-right: 15px;
    padding-left: 15px;
}
.top_section .top_section__title {
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-weight: bold;
}
.top_section .top_section__sub-title {
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.top_section__message {
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: bold;
}
.mrt80 {
    margin-top: 40px !important;
}
.mrb80 {
    margin-bottom: 40px !important;
}
/* 結婚相談所ツヴァイの強み */
.top_section_strong__data {
    margin-bottom: 4rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.7;
}
.top_section_strong__data span {
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 15px;
    border-radius: 25px;
    background-color: #dc515a;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
}
.top_section_strong__data b {
    font-size: 2.6rem;
    color: #dc515a;
}
.top_section_strong__data small {
    font-size: 1rem;
    vertical-align: super;
}
.top_section_strong__data .top_section_strong__people {
    font-size: 4rem;
}
.top_section_strong__service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}
.top_section_strong__service img {
    margin-bottom: 1rem;
}
.top_section_strong__service figcaption {
    font-size: 1.6rem;
    font-weight: bold;
}
.top_section_strong__service figcaption b {
    color: #dc515a;
    font-size: 2rem;
}
.top_section_history .top_section__title b {
    color: #dc515a;
    font-size: 3rem;
}
.top_section_history__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 20px;
}
.top_section_history__list img {
    margin-bottom: 0;
}
.top_section_history__list li {
    flex-basis: calc(100% / 3 - 7px);
}
/* .top_section_history__list li:first-of-type {
	flex-basis: calc( 100% / 3 - 33px );
}
.top_section_history__list li:nth-of-type(2) {
	flex-basis: calc( 100% / 3 + 8px );
}
.top_section_history__list li:nth-of-type(3) {
	flex-basis: calc( 100% / 3 - 5px );
} */
/* プロフィール */
.top_section_profile__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.top_section_profile__item {
    flex-basis: 408px;
    max-width: 408px;
}
.top_section_profile__item h3 {
    padding: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    background: linear-gradient(90deg, #fcf6e8, #f8e4e4);
}
.top_section_profile__item.-number h3 {
    margin-bottom: 15px;
}
.top_section_profile__item.-age h3 {
    margin-bottom: 30px;
}
.top_section_profile__item.-age p {
    margin-bottom: 45px;
}
.top_section_profile__item figure img {
    margin-bottom: 1.5rem;
}
.top_section_profile__item figcaption {
    font-size: 1.3rem;
}
.top_section_profile__item-num {
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: bold;
}
.top_section_profile__item-num b {
    font-size: 3rem;
    color: #dc515a;
}
.top_section_profile__item-ratio {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* お悩みの方へ */
.top_section_problem {
    padding-top: 0;
}
.top_section_problem__inner1 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(45deg, #fcf6e8, #f8e4e4);
}
.top_section_problem__inner2 {
    /* background: #fff; */
}
.top_section_problem__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.top_section_problem__list li {
    position: relative;
    flex-basis: 100%;
    padding: 10px 10px 10px 40px;
    background: #fff;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: bold;
}
.top_section_problem__list li::before {
    content: "●";
    position: absolute;
    top: calc(50% - 8px);
    left: 15px;
    font-size: 1rem;
    color: #009943;
}
.top_section_problem__adviser {
    position: relative;
    margin-top: -50px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.top_section_problem__adviser .top_section__message {
    flex: 1;
}
.top_section_problem__adviser > div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 370px;
    margin: 0 auto;
}
.top_section_problem__adviser p {
    margin-bottom: 0;
}
.top_section_problem__adviser img {
    width: 150px;
    margin-bottom: 0;
}
.top_section_problem__total {
    font-size: rem;
    font-weight: bold;
}
.top_section_problem__total b {
    font-size: 3rem;
    color: #dc515a;
}
/* 婚活成功体験談 */
.top_voice_list {
    margin: 30px auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -15px;
    margin-left: -15px;
    max-width: 1470px;
}
.top_voice_list li {
    text-align: center;
}
/* .top_voice_list li .img_box{
	width:100%;
	height:230px;
	position:relative;
} */
.top_voice_list li .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 20px;
}
.top_voice_list li h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.4rem;
}
.top_voice_list li .img_box h3 span {
    background: #fff;
}
.top_voice_list__area {
    margin-right: 1.5rem;
}
.male .top_voice_list__name {
    color: #799cd3;
}
.female .top_voice_list__name {
    color: #ee8991;
}
.cp_list h3 {
    text-align: center;
    color: #009943;
}
.cp_list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.cp_list li span {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
}
.cp_list .male {
    color: #799cd3;
    text-align: center;
    font-size: 1.4rem;
}
.cp_list .female {
    color: #ee8991;
    text-align: center;
    font-size: 1.4rem;
}
.cp_list .area {
    font-size: 1.3rem;
}

/* 活動の流れ */
.step-list {
    border-top: 1px solid #a8a8a8;
    margin: 30px auto;
}
.step-list li {
    border-bottom: 1px solid #a8a8a8;
}
.step-list__title {
    position: relative;
    cursor: pointer;
    padding: 20px 0;
    font-size: 1.6rem;
    font-weight: bold;
}
.step-list__title::after {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 28px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #dc515a;
    border-right: solid 2px #dc515a;
    transform: rotate(135deg);
}
.step-list__title.u-close::after {
    transform: rotate(-45deg);
}
.step-list__title span {
    margin-right: 25px;
    font-size: 1.6rem;
    color: #dc515a;
}
.step-list__box {
    display: none;
}
.step-list__box-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
    padding-left: 50px;
    border-left: 1px solid #707070;
}
.step-list__box-inner figure {
    margin-bottom: 0;
}
.step-list__box-inner figure img {
    margin-bottom: 0;
}
.step-list__box-inner p {
    margin-bottom: 0;
}
/* 料金プラン */
.top_section_plan-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 500px;
    margin: 0 auto;
}
.top_section_plan-inner > section:first-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.top_section_plan-inner > section h3 {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
.top_section_plan-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top_section_plan-item a {
    flex-basis: 80px;
    max-width: 80px;
}
.top_section_plan-item__content {
    flex: 1;
    margin-left: 32px;
    font-size: 1.6rem;
}
.top_section_plan-item__content h4 {
    font-size: 1.8rem;
    font-weight: bold;
}
.top_section_plan-item__content h4 a {
    position: relative;
    padding-left: 1.5rem;
    color: #009943;
    text-decoration: underline;
}
.top_section_plan-item__content h4 a:hover {
    text-decoration: none;
}
.top_section_plan-item__content h4 a::before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #28bc7d;
    border-right: solid 2px #28bc7d;
    transform: rotate(45deg);
}

/* おすすめコンテンツ */
.top_section_osusume {
    position: relative;
}
.top_section_osusume::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 195px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #c1f5d8, #b1ddfd);
}
.top_osusume_list {
    display: flex;
    max-width: 1470px;
    margin: 0 -15px;
}
.top_osusume_list li img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
}
.top_osusume_list h3 {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: bold;
}
/* 資料請求 */
.top_section_siryou__copy {
    font-size: 1.8rem;
    font-weight: bold;
}
.top_section_siryou__tel dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
}
.top_section_siryou__tel dt {
    float: none;
    width: auto;
}
.top_section_siryou__tel dt img {
}
.top_section_siryou__tel dd {
    flex: 1;
    font-size: 1.6rem;
    margin: initial;
    text-align: left;
}
.top_section_siryou__tel dd a {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 3.5rem;
    font-weight: bold;
}
/* お知らせ */
.top_news_list {
}
.top_news_list ul {
    border-top: 1px solid #e5e5e5;
}
.top_news_list ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.top_news_list ul li a {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.top_news_list ul li .entry-date {
    flex-basis: 10rem;
}
.top_news_list ul li .entry-cat {
    margin-right: 4rem;
    color: #009943;
}
.top_news_list ul li .entry-title {
    margin-bottom: 0;
    flex: 0 1 100%;
}

/* swiper */
.swiper-custom-button2 {
    width: 40px;
    height: 40px;
    border: 1px solid #dc515a;
    border-radius: 50%;
}
.swiper-custom-button2::after {
    font-size: 16px;
    color: #dc515a;
}
.swiper-custom-button2:hover {
    border: none;
    background: linear-gradient(90deg, #dc515a, #ffac58);
}
.swiper-custom-button2:hover::after {
    color: #fff;
}
.swiper-button-prev {
    left: 15px;
}
.swiper-button-next {
    right: 15px;
}

/* modaal */
.modaal-wrapper {
    z-index: 10000 !important;
}
.modaal-close {
    position: absolute !important;
    right: -25px !important;
    top: -45px !important;
}
.modaal-overlay {
    z-index: 9999 !important;
}
.modaal-content img {
    max-width: 100%;
}
.modal-content {
    display: none;
}

/* local-nav */
.c-local-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.c-local-nav li {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
}

/* button */
.c-btn a {
    position: relative;
    display: inline-block;
    padding: 3px;
    width: 100%;
    max-width: 450px;
    border-radius: 30px;
    text-align: center;
    font-size: 1.4rem;
}
.c-btn a img {
    margin-bottom: 0;
}
.c-btn + .c-btn {
    margin-top: 20px;
}
.c-btn a span {
    display: block;
    padding: 10px;
}
.c-btn.-narrow a {
    min-width: 160px;
    max-width: 160px;
}
.c-btn.-theme-nav a {
    background-color: #28bc7d;
    color: #28bc7d;
    font-weight: bold;
}
.c-btn.-theme-nav a span {
    display: block;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
}
.c-btn.-theme-nav a::after {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 20px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #28bc7d;
    border-right: solid 2px #28bc7d;
    transform: rotate(45deg);
}
.c-btn.-theme-nav a:hover {
    background: linear-gradient(90deg, #28bc7d, #6ac0ff);
    color: #fff;
}
.c-btn.-theme-nav a:hover span {
    background-color: initial;
}
.c-btn.-theme-nav a:hover::after {
    border-color: #fff;
}
.c-btn.-theme1 a {
    background: linear-gradient(90deg, #dc515a, #ffac58);
    background: #dc515a;
    color: #dc515a;
}
.c-btn.-theme1 a span {
    background-color: #fff;
    border-radius: 30px;
}
.c-btn.-theme1 a:hover {
    color: #fff;
    background: linear-gradient(90deg, #dc515a, #ffac58);
}
.c-btn.-theme1 a:hover span {
    background: initial;
}
.c-btn.-theme1 a::after {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 20px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #dc515a;
    border-right: solid 2px #dc515a;
    transform: rotate(45deg);
}
.c-btn.-theme1 a:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.c-btn.-theme2 a {
    background: linear-gradient(90deg, #28bc7d, #6ac0ff);
    background: #28bc7d;
    color: #28bc7d;
}
.c-btn.-theme2 a span {
    background-color: #fff;
    border-radius: 30px;
}
.c-btn.-theme2 a:hover,
.c-btn.-theme2.u-current a {
    color: #fff;
    background: linear-gradient(90deg, #28bc7d, #6ac0ff);
}
.c-btn.-theme2 a:hover span,
.c-btn.-theme2.u-current a span {
    background: initial;
}
.c-btn.-theme2 a::after {
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 50%;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #28bc7d;
    border-right: solid 2px #28bc7d;
    transform: translateY(-50%) rotate(45deg);
}
.c-btn.-theme2 a:hover::after,
.c-btn.-theme2.u-current a::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.c-btn.-theme3 a {
    background: #e5e5e5;
    max-width: 300px;
    min-width: 300px;
}
.c-btn.-theme3 a span {
    background-color: #fff;
    border-radius: 30px;
}
.c-btn.-theme3 a:hover {
    color: #fff;
    background: linear-gradient(90deg, #28bc7d, #6ac0ff);
}
.c-btn.-theme3 a:hover span {
    background: initial;
}
.c-btn.-theme3 a::after {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 20px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #28bc7d;
    border-right: solid 2px #28bc7d;
    transform: rotate(135deg);
}
.c-btn.-theme3 a:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.c-btn.-theme4 a {
    background: linear-gradient(90deg, #28bc7d, #6ac0ff);
    background: #28bc7d;
    color: #28bc7d;
}
.c-btn.-theme4 a span {
    background-color: #fff;
    border-radius: 30px;
}
.c-btn.-theme4 a:hover,
.c-btn.-theme4.u-current a {
    color: #fff;
    background: linear-gradient(90deg, #28bc7d, #6ac0ff);
}
.c-btn.-theme4 a:hover span,
.c-btn.-theme4.u-current a span {
    background: initial;
}
.c-btn.-theme4 a::after {
    position: absolute;
    left: 20px;
    bottom: 0;
    top: 50%;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #28bc7d;
    border-right: solid 2px #28bc7d;
    transform: translateY(-50%) rotate(225deg);
}
.c-btn.-theme4 a:hover::after,
.c-btn.-theme4.u-current a::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.c-btn.-theme5 a {
    background: linear-gradient(90deg, #dc515a, #ffac58);
    background: #fc8472;
    color: #fc8472;
}
.c-btn.-theme5 a span {
    background-color: #fff;
    border-radius: 30px;
}
.c-btn.-theme5 a:hover,
.c-btn.-theme5.u-current a {
    color: #fff;
    background: linear-gradient(90deg, #dc515a, #ffac58);
}
.c-btn.-theme5 a:hover span,
.c-btn.-theme5.u-current a span {
    background: initial;
}
.c-btn.-theme5 a::after {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 20px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fc8472;
    border-right: solid 2px #fc8472;
    transform: rotate(45deg);
}
.c-btn.-theme5 a:hover::after,
.c-btn.-theme5.u-current a::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.c-btn.-theme-cta a {
    color: #fff;
    border-radius: 50px;
    font-size: 1.4rem;
    background: linear-gradient(90deg, #dc515a, #ffac58);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.c-btn.-theme-cta a:hover {
    background: linear-gradient(90deg, #28bc7d, #6ac0ff);
}
.c-btn.-theme-cta a::after {
    position: absolute;
    right: 30px;
    bottom: 0;
    top: calc(50% - 4px);
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
}
.c-btn.-theme-cta.banner a {
    color: #fff;
    border-radius: 0;
    font-size: 1.8rem;
    background: inherit;
    box-shadow: inherit;
}
.c-btn.-theme-cta.banner a::after {
    display: none;
}
.c-btn.-theme-cta.banner a:hover {
    background: inherit;
}
.c-btn.-theme-cta a b {
    font-size: 2rem;
}

.c-btn.-theme-cta a b {
    font-size: 1.5rem;
}

/***************************************************/
/* Utility
/***************************************************/
/* display */
.u-sp-d-inline {
    display: inline !important;
}
/* font-size */
.u-sp-fs-10 {
    font-size: 1rem !important;
}
.u-sp-fs-11 {
    font-size: 1.1rem !important;
}
.u-sp-fs-12 {
    font-size: 1.2rem !important;
}
.u-sp-fs-13 {
    font-size: 1.3rem !important;
}
.u-sp-fs-14 {
    font-size: 1.4rem !important;
}
.u-sp-fs-15 {
    font-size: 1.5rem !important;
}
.u-sp-fs-16 {
    font-size: 1.6rem !important;
}
.u-sp-fs-17 {
    font-size: 1.7rem !important;
}
.u-sp-fs-18 {
    font-size: 1.8rem !important;
}
.u-sp-fs-19 {
    font-size: 1.9rem !important;
}
.u-sp-fs-20 {
    font-size: 2rem !important;
}
.u-sp-fs-21 {
    font-size: 2.1rem !important;
}
.u-sp-fs-22 {
    font-size: 2.2rem !important;
}
.u-sp-fs-23 {
    font-size: 2.3rem !important;
}
.u-sp-fs-24 {
    font-size: 2.4rem !important;
}
.u-sp-fs-28 {
    font-size: 2.8rem !important;
}
.u-sp-fs-37 {
    font-size: 3.7rem !important;
}
.u-sp-fs-40 {
    font-size: 4rem !important;
}
.u-sp-fs-62 {
    font-size: 6.2rem !important;
}
.u-sp-fs-inherit {
    font-size: inherit !important;
}

/* font-weight */
.u-fw-normal {
    font-weight: normal !important;
}
.u-fw-bold {
    font-weight: bold !important;
}

/* color */
.u-color-accent {
    color: #dc515a !important;
}

/* padding */
.u-pt-0 {
    padding-top: 0 !important;
}

/* list-test */
.u-text-notice {
    font-size: 1.1rem;
}

/* line-height initial */
.u-lh-initial {
    line-height: initial !important;
}

/***************************************************/
/* 2204 Page Component
/***************************************************/
.c-page-header {
    background: linear-gradient(90deg, #fcf6e8, #f8e4e4);
    margin-bottom: 0;
}
.c-page-header .title {
    margin-bottom: 0;
    padding: 30px 0;
}
.c-page-header .title::after {
    bottom: 15px;
}
.c-page-title {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}
/***************************************************/
/* 2204 Section Component
/***************************************************/
.c-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.c-section--narrow {
    padding-top: 30px;
    padding-bottom: 30px;
}
.c-section.-header {
    position: relative;
    padding-top: 30px;
}
.c-section.-header::before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
    height: 237px;
    background: linear-gradient(45deg, #fcf6e8, #f8e4e4);
}
.c-section.-theme1 {
    background: linear-gradient(45deg, #fcf6e8, #f8e4e4);
}
.c-section.-theme2 {
    background: #f8f9fa;
}
.c-section.-theme3 {
    background: linear-gradient(45deg, #c1f5d8, #b1ddfd);
}
.c-section.-theme4 {
    background: #f9efe8;
}
.c-section.-border {
    border-top: 1px solid #e5e5e5;
}
.c-section-title {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
.c-section-title2 {
    margin-bottom: 15px;
    padding: 8px;
    background-color: #e9f2f5;
    font-size: 1.4rem;
    text-align: center;
    color: #799cd3;
}

.l-alignfull {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.marriage-result {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}
.marriage-result__num {
    font-size: 3rem;
    color: #dc515a;
}
.marriage-result__text1 {
    font-weight: initial !important;
    background: initial !important;
    line-height: initial !important;
    font-size: 2.5rem !important;
    color: #dc515a !important;
}

/***************************************************/
/* Navigation Component
/***************************************************/
.c-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.c-nav__item {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.3rem;
    font-weight: bold;
}
.c-nav__item::after {
    position: absolute;
    right: 0;
    bottom: 0;
    top: calc(50% - 6px);
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #28bc7d;
    border-right: solid 2px #28bc7d;
    transform: rotate(45deg);
}
.c-nav__item a {
    display: block;
    padding: 10px 15px 10px 0;
    color: #28bc7d;
}

.c-nav2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px auto 0;
    gap: 20px;
}
.c-nav2__item {
    position: relative;
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.c-nav2__item::after {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 20px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #28bc7d;
    border-right: solid 2px #28bc7d;
    transform: rotate(45deg);
}
.c-nav2__item p {
    font-size: inherit;
}
.c-nav2__item b {
    font-size: 1.6rem;
    color: #28bc7d;
}
.c-nav2__item a {
    display: block;
}
.c-nav2__item a:hover {
    color: inherit;
    opacity: 0.8;
}

/*--------*/
/*フォーム*/
/*--------*/
.form_step {
    padding: 0px;
    margin: 15px 0;
    background: #9acd32;
    width: 100%;
}
.form_step ul {
    margin: 0 0 0 -5%;
}
.form_step ul li {
    float: left;
    width: 28.3%;
    margin: 0 0 0 5%;
}
.form_step ul li {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    position: relative;
    padding: 5px;
    background: #9acd32;
}
.form_step ul li:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #009943;
    border-right: 2px solid #009943;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.form_step ul li:last-child:after {
    display: none;
}
.form_step ul li.active {
    background: #009943;
    color: #fff;
}

.form_step2 {
    padding: 0px;
    margin: 15px 0;
    background: #9acd32;
    width: 100%;
}
.form_step2 ul {
    margin: 0 0 0 -5%;
}
.form_step2 ul li {
    float: left;
    width: 45%;
    margin: 0 0 0 5%;
}
.form_step2 ul li {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    position: relative;
    padding: 5px;
    background: #9acd32;
}
.form_step2 ul li:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #009943;
    border-right: 2px solid #009943;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.form_step2 ul li:last-child:after {
    display: none;
}
.form_step2 ul li.active {
    background: #009943;
    color: #fff;
}

#contact_flow {
    padding: 30px 0 0 0;
}
#contact_flow ul {
    width: 320px;
    margin: 0 auto 30px auto;
    list-style: none;
}
#contact_flow ul li {
    padding: 40px 0;
    position: relative;
}
#contact_flow ul li:after {
    content: "";
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #009944;
    border-right: solid 2px #009944;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
}
#contact_flow ul li:last-child::after {
    display: none;
}
#contact_flow ul li p {
    padding: 0 0 0 110px;
    font-size: 14px;
    line-height: 150%;
}
#contact_flow ul li img {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100px;
}

#contact_flow p.view_btn {
    color: #009944;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 280px;
    margin: 0px auto;
    border: 1px solid #009944;
    padding: 5px 20px 5px 10px;
    border-radius: 5px;
}
#contact_flow p.view_btn:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #009944;
    border-right: solid 2px #009944;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 10px;
    top: -2px;
    bottom: 0;
    margin: auto;
}
#contact_flow p.view_close:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* オンライン婚活相談予約フォーム */
#contact_flow.-online ul li {
}
#contact_flow.-online ul li h3 {
    margin-bottom: 1.5rem;
    padding: 0 15px;
    font-weight: bold;
    text-align: center;
}
#contact_flow.-online ul li h3 span {
    display: block;
    margin-bottom: 5px;
    color: #094;
    font-size: 21px;
}
#contact_flow.-online ul li div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#contact_flow.-online ul li img {
    position: relative;
    top: inherit;
    width: 25%;
    flex: 0 1 25%;
}
#contact_flow.-online ul li div p {
    padding: 0;
    flex: 1;
    margin-left: 1.5rem;
}
#contact_flow.-online ul li div p small {
    display: block;
    margin-top: 10px;
    line-height: 130%;
    font-size: 10px;
}

.view_area {
    display: none;
}

#form_area {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 0;
}
#form_area .row {
    margin: 0;
    padding: 0;
}
#form_area .col-12,
#form_area .col-6,
#form_area .col-5,
#form_area .col-4,
#form_area .col-3,
#form_area .col-1,
#form_area .col-sm-6,
#form_area .col-sm-4,
#form_area .col-sm-3,
#form_area .col-md-6,
#form_area .col-md-4,
#form_area .col-md-3 {
    padding: 0 5px;
}
.form_btn_area {
    margin: 0 auto;
    width: 100%;
}
.back_btn {
    display: block;
    border: none;
    background: #868687;
    color: #fff;
    padding: 10px;
    width: 150px;
    margin: 0 auto;
    border-radius: 10px;
}

.form_btn {
    position: relative;
    margin: 10px auto;
    width: 100%;
    height: 70px;
}

.form_btn .submit_btn {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: bold;
    background: #f44664;
    color: #fff;
    font-size: 22px;
    border: none;
    position: absolute;
    border-radius: 10px;
}

/*
.form_btn .submit_btn:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	right:-5px;
	top:5px;
	border-right:1px solid #f2a943;
	border-bottom:1px solid #f2a943;
}
.form_btn .submit_btn:hover{
	position:absolute;
	right:-5px;
	top:5px;
}
.form_btn .submit_btn:hover:after{
	right:0;
	top:0;
}
*/

.form_confirmation {
    text-align: left;
    margin: 30px 0 0 0;
}

.form_section_title {
    font-weight: bold;
    font-size: 16px;
}
.form_section_p {
}
.form_section {
    width: 100%;
    margin: 20px auto;
}
.form_section th {
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
    font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
}
.form_section td {
    width: 100%;
    display: block;
    padding: 0 0 10px 0;
    font-size: 16px;
}
.form_section_p,
.ctrl-label {
    color: #c1272d;
    font-size: 12px;
}
.form_confirm th,
.form_confirm label {
    font-weight: bold;
}

.help_text {
    font-size: 14px;
}
.right_text {
    font-size: 12px;
    text-align: right;
    padding-right: 0;
    line-height: 40px;
}

.form_tel {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    padding: 10px 0;
    border: 1px solid #42210b;
}
.form_tel .tel_btn {
    margin: 0;
}
.form_tel .tel_btn a {
    width: 250px;
    margin: 5px auto;
    background-size: 40px auto;
    padding: 0 0 0 45px;
}

.form_tel .tel_btn a h3 {
    font-size: 22px !important;
    padding: 0 !important;
}
.form_tel .tel_btn a p {
    font-size: 12px;
}
.required_icon {
    background: #f44664;
    color: #fff;
    border-radius: 20px;
    padding: 0 5px 2px 5px;
    line-height: 100%;
    font-size: 10px;
    font-weight: normal;
}

/*--------*/
.form_section label.icon:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #009943;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 900;
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    margin: 0 5px 0 0;
}
.form_section label.icon_check:before {
    content: "\f00c";
}
.form_section label.icon_area:before {
    content: "\f279";
}
.form_section label.icon_tempo:before {
    content: "\f54f";
}
.form_section label.icon_date:before {
    content: "\f073";
}
.form_section label.icon_input:before {
    content: "\f044";
}
.form_section label.icon_sex:before {
    content: "\f007";
}
.form_section label.icon_zip:before {
    content: "\f3c5";
}
.form_section label.icon_tel:before {
    content: "\f095";
}
.form_section label.icon_mail:before {
    content: "\f0e0";
}

/**********/
/*共通部品*/
/**********/
.sec {
    padding: 20px 0;
}
#page_contents h1,
#page_contents h2 .title,
#page_contents
    h2:not(
        .contact_btn h2,
        .contact_btn2 h2,
        .green_btn h2,
        .c-section-title2
    ) {
    font-weight: bold;
    font-size: 22px;
    color: #1a1a1a;
    line-height: 32px;
    padding: 10px 0;
}
#page_contents h2 em {
    font-size: 22px;
    text-decoration: underline;
}
#page_contents h3 {
    font-weight: bold;
    font-size: 18px;
    color: #42210b;
    line-height: 32px;
    padding: 10px 0 30px 0;
}
#page_contents h4 {
    font-weight: bold;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 28px;
    padding: 5px;
}
#page_contents strong {
    font-weight: bold;
    font-size: 16px;
    color: #009944;
    background: #e4f4ec;
    line-height: 28px;
}
/*数値*/
#page_contents .num {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN",
        "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 28px;
    color: #009944;
}
#page_contents .color_red .num {
    color: #c1272d !important;
}
#page_contents strike.num {
    display: block;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    padding: 0 0 30px 0;
}
#page_contents strike.num:before {
    content: "";
    width: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top: 10px solid #c1272d;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

/*数値の単位*/
#page_contents .unit {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN",
        "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 16px;
    color: #009944;
}
#page_contents .color_red .unit {
    color: #c1272d !important;
}

/*p（本文）*/
#page_contents p:not(.contact_btn p, .link_btn p, .green_btn p) {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1.7;
    word-break: break-all;
}
#page_contents p a {
    color: #009944;
}
/*p（小さめの本文）*/
#page_contents p.small {
    font-size: 12px;
    color: #1a1a1a;
    line-height: 24px;
}
/*em（補足…最小サイズ）*/
#page_contents em {
    font-size: 11px;
    color: #1a1a1a;
    line-height: 18px;
}
#page_contents img {
    max-width: 100%;
    height: auto;
}
.btn_area .row {
    margin-right: -5px;
    margin-left: -5px;
}
.btn_area .row .col-6 {
    padding-right: 5px;
    padding-left: 5px;
}
.white_btn {
    position: relative;
    margin: 10px 0;
}
.white_btn a {
    display: block;
    padding: 10px 10px 10px 0;
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 13px;
    border: 1px solid #009944;
}
.white_btn:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #009944;
    border-right: solid 2px #009944;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: -2px;
    bottom: 0;
    margin: auto;
}
.white_btn a:hover {
    background: #009944;
    color: #fff !important;
}
.white_btn:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.white_btn h3 {
    padding: 0;
}

.link_btn {
    width: 100%;
    height: 50px;
    margin: 20px auto;
    position: relative;
}
.link_btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: #009944;
    color: #fff;
}
.link_btn a p {
    color: #fff;
    font-size: 18px;
    padding: 8px 0 0 0;
    text-align: center;
}
.link_btn a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 5px;
    border-right: 1px solid #009944;
    border-bottom: 1px solid #009944;
}
.link_btn a:hover {
    position: absolute;
    right: -5px;
    top: 5px;
}
.link_btn a:hover:after {
    right: 0;
    top: 0;
}
.btn_under a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #009944;
    border-right: solid 2px #009944;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn_under_open a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #009944;
    border-right: solid 2px #009944;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.link_down_btn {
    width: 100%;
}
.link_down_btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px 0 10px 30px;
    text-align: center;
    line-height: 120%;
    position: relative;
}
.link_down_btn a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #009944;
    border-right: solid 2px #009944;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.link_down_btn a img {
    position: absolute;
    left: 15px;
    top: 0px;
    margin: auto;
}
.courseH .link_down_btn a img {
    top: 15px;
}
.link_down_btn_s {
    width: 100%;
}
.link_down_btn_s a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px 0 25px 0;
    text-align: center;
    line-height: 120%;
    position: relative;
}
.link_down_btn_s a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #009944;
    border-right: solid 2px #009944;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
}
.link_down_btn_s a.active {
    color: #fff !important;
    background: #009944;
}
.link_down_btn_s a.active:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

/*
.green_btn{
	text-align:center;
}
.green_btn a{
	display:block;
	width:100%;
	color:#FFF;
	padding:15px 0;
	background:#009944;
}
.green_btn a:hover{
	background-color:rgba(0,153,68,0.8);
}
.green_btn a h2{
	color:#FFF;
	font-size:20px;
}
.green_btn a p{
	font-size:16px;
	color:#FFF;
	margin:0;
}
*/

/*---------------*/
#flow {
    padding: 0 0 10px 0;
}

.flow_title,
.flow_link {
    color: #009944;
    font-size: 20px;
    border-bottom: 1px solid #009944;
    padding: 5px 20px 5px 35px;
    position: relative;
    cursor: pointer;
    text-align: left;
}

.flow_title::after {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 1px solid #009944;
}
.flow_title::before {
    position: absolute;
    top: 50%;
    right: 8px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 1px solid #009944;
    transform: translateX(-50%);
    margin-top: -9px;
    transform: rotate(90deg);
}

.flow_link::after {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #009944;
    border-right: solid 1px #009944;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -7px;
    transition: 0.7s;
}

.open::before {
    display: none;
}

.flow_link a {
    color: #009944;
    display: block;
}

.flow_title span,
.flow_link span {
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 35px;
    text-align: center;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho",
        serif;
    font-weight: bold;
}
.flow_link span.add {
    width: auto;
    font-size: 14px;
}
#page_contents .flow_title h3,
#page_contents .flow_link h3 {
    color: #009944;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: normal;
    line-height: 150%;
}
#page_contents .flow_title p {
    color: #009944 !important;
    font-size: 16px;
    margin: 0 0 0 30px;
}
.flow_title p:before {
    content: "―";
    margin: 0 5px 0 0;
}
.flow_title p:after {
    content: "―";
    margin: 0 0 0 5px;
}

.flow_box {
    display: none;
    padding: 20px 0;
    position: relative;
    min-height: 140px;
}
.flow_box img.flow_box_img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.flow_box p {
    font-size: 14px;
    line-height: 150%;
}

.flow_box ul {
    width: 100%;
    margin: 20px auto;
    list-style: none;
}
.flow_box ul li {
    float: left;
    width: 45%;
    margin: 0 2.5%;
    text-align: center;
    box-sizing: border-box;
    height: 80px;
    color: #009944;
    padding: 5px 0;
    background: #fff;
    vertical-align: middle;
    line-height: 130%;
    border-top: 1px solid #009944;
    border-bottom: 1px solid #009944;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.flow_box .link_btn1 {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    float: none;
}
.flow_box .link_btn1 a {
    height: 70px;
}
.flow_box .link_btn1 p {
    text-align: left;
    line-height: 120%;
    margin: 5px 0 0 0;
}
.flow_box .link_btn1 img {
    margin: 0 10px;
}

.point_box {
    width: 94%;
    border: 1px solid #42210b;
    margin: 0px auto 20px auto;
    text-align: center;
    padding: 5px 0 5px 0;
    position: relative;
    background: #fff;
}
#page_contents .point_box p {
    font-size: 20px !important;
}
.point_box:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -5px;
    top: 5px;
    border-right: 0px solid #42210b;
    border-bottom: 0px solid #42210b;
}

#page_contents .price_tbl {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}
#page_contents .price_tbl th {
    padding: 10px 0;
    border-top: 1px solid #42210b;
    border-bottom: 1px solid #42210b;
}
#page_contents .price_tbl td {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #42210b;
    vertical-align: middle;
}
#page_contents .price_tbl td .num,
#page_contents .price_tbl td .unit {
    color: #1a1a1a;
}

.cose_attention {
    margin: 40px auto 50px auto;
}
.cose_attention li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 10px 0;
}
.cose_attention li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
/* ツヴァイの20代割プラン　グラフ */
#page_contents .cose-data__item {
    position: relative;
    margin-bottom: 30px;
}
#page_contents .cose-data__item img {
    margin-bottom: 0;
}
#page_contents .cose-data__item figcaption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: max-content;
    line-height: 1.3;
    font-size: 1.067em;
}
#page_contents .cose-data__item.-total figcaption {
    color: #009944;
}
#page_contents .cose-data__item.-male figcaption {
    color: #228cb1;
}
#page_contents .cose-data__item.-woman figcaption {
    color: #ec515a;
}

#page_contents .cose-data__item figcaption b {
    font-size: 1.6em;
}
#page_contents .cose-data__note {
    font-size: 0.867em !important;
}
#page_contents p.cose-data__active-month {
    font-size: 1.2em !important;
}
#page_contents p.cose-data__active-month b {
    font-size: 1.333em;
    color: #094;
    background: linear-gradient(transparent 75%, #fcee21 75%);
}
#page_contents p.cose-data__active-month b span {
    font-size: 1.5em;
}

/* 再婚ページ 事前条件確認*/
.preconditioning {
    margin-top: 40px;
    padding: 15px;
    border: 3px solid #3b4043;
    background-color: #f7f7f7;
}
.preconditioning dt {
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    font-size: 20px;
}
.preconditioning dd {
    margin: 0;
    padding: 0;
    text-align: left;
}

/* 産休・育休の制度 */
.parental-leave-system .container > ul > li {
    margin-bottom: 1rem;
}
.parental-leave-system dl {
    margin: 0;
}
.parental-leave-system dl div {
    display: flex;
    flex-wrap: wrap;
}
.parental-leave-system dl div,
.parental-leave-system ul ul {
    margin-left: 1.4rem;
}
.parental-leave-system dl dt {
    width: auto;
    font-weight: normal;
}
.parental-leave-system dl dd {
    margin: 0;
    padding: 0;
}
.parental-leave-results li p {
    margin-left: 1.4rem;
}
.parental-leave-results li p b {
    font-size: 2rem;
}

/* ツヴァイの理念 */
.idea-copy {
    line-height: 1.5 !important;
    margin-bottom: 2rem;
    font-size: 28px !important;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN",
        "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    color: #094 !important;
}

/************/
/*店舗ページ*/
/************/
.branch_gide_map {
    width: 92%;
    margin: 20px auto 50px auto;
}
.satelite_tbl {
}
.satelite_tbl th,
.satelite_tbl td {
    display: block;
    width: 100%;
    padding: 0;
}
.satelite_tbl th {
    font-weight: bold;
    padding: 5px 0 0 0;
}
.satelite_tbl td {
    padding: 0 0 10px 0;
}
.branch_consult h3 {
    text-align: center;
}
.branch_consult_img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 0px auto 20px auto;
}
.branch_area_link {
    margin: 40px auto 0 auto;
}
.branch_area_link ul li {
    width: 48%;
    float: left;
    margin: 0 1%;
}
#branch_area .title2 {
    font-size: 20px;
}

.main_image {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 5px;
    padding-bottom: 25px;
    text-align: center;
}
.main_image img {
    max-width: 100%;
    height: auto;
}
.thumbnail_image {
    width: 100% !important;
    margin: 10px auto 30px auto;
    text-align: center;
}
.thumbnail_image .swiper-slide {
    width: 100px;
    height: 80px;
    text-align: center;
    overflow: hidden;
    opacity: 0.5;
}
.thumbnail_image img {
    width: auto;
    height: 100%;
}
.thumbnail_image .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.tel {
    font-size: 28px !important;
}
.tel i {
    display: inline-block;
    color: #42210b;
    font-size: 24px;
    margin: 0 10px 0 0;
}

#map {
    width: 100%;
    min-height: 400px;
}

/***************************************************/
/* 2204 店舗情報
/***************************************************/
.branch-news {
    margin: 0;
    padding: 20px;
    background-color: #f8f9fa;
}
.branch-information__data a {
    color: #dc515a;
}
.branch-information__data div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a8a8a8;
}
.branch-information__data div:last-child {
    border-bottom: none;
}
.branch-information__data div dt {
    padding: initial;
    margin: initial;
    float: initial;
    width: initial;
    line-height: initial;
    padding-right: 20px;
    flex-basis: 9rem;
    min-width: 9rem;
}
.branch-information__data div dd {
    padding: initial;
    margin: initial;
    line-height: initial;
    flex: 1;
    padding-left: 20px;
    border-left: 1px solid #a8a8a8;
}
.grad-item {
    position: relative;
}
.grad-item::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    padding-top: 7rem;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(255, 255, 255, 0.8) 80%,
        rgba(255, 255, 255, 0.9) 90%,
        #fff 100%
    );
}
.grad-item.is-visible::after {
    background: none;
}
.branch-covid19__trigger {
    position: relative;
    cursor: pointer;
}
.branch-covid19__trigger::after {
    position: absolute;
    right: 7px;
    top: 7px;
    content: ">";
    transform: rotate(90deg);
    color: #799cd3;
}
.branch-covid19__trigger.open::after {
    transform: rotate(270deg);
}
.branch-covid19__text {
    display: none;
}
.grad-item + .more > a {
    text-decoration: underline;
}
.branch-guide__content {
    position: relative;
}
.branch-guide__content::after {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(249, 249, 250, 0.8) 80%,
        rgba(249, 249, 250, 0.9) 90%,
        #f8f9fa 100%
    );
}
.branch-feature__photo {
    margin-bottom: 30px;
    text-align: center;
}
.branch-feature__photo img {
    margin-bottom: 0;
}
.branch-feature__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.branch-feature__item {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
.branch-feature__item h3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}
.branch-feature__item h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: bold;
}
.branch-feature__item p,
.branch-feature__item figure,
.branch-feature__item figcaption,
.branch-feature__item img {
    margin-bottom: 0;
}
.branch-feature__media {
    margin-bottom: 2rem;
}
.branch-feature__item.-number .branch-feature__media figure {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.branch-feature__item.-number .branch-feature__media img {
    flex-basis: 33px;
    max-width: 33px;
}
.branch-feature__item.-number .branch-feature__media figcaption {
    font-size: 3.2;
    font-weight: bold;
}
.branch-feature__item.-number .branch-feature__media figcaption b {
    font-size: 3rem;
    color: #28bc7d;
}
.branch-feature__item.-period .branch-feature__media {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.branch-feature__item.-period .branch-feature__media img {
    margin-bottom: 0;
    flex-basis: 46px;
    max-width: 46px;
}
.branch-feature__item.-period .branch-feature__media p {
    font-size: 1.3rem;
    font-weight: bold;
}
.branch-feature__item.-period .branch-feature__media p b {
    margin: 0 0.5rem;
    font-size: 4.1rem;
    color: #28bc7d;
}
.branch-feature__item.-access .branch-feature__media {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.branch-feature__item.-access .branch-feature__media p {
    font-size: 1.2rem;
    font-weight: bold;
}
.branch-feature__item.-access .branch-feature__media p b {
    margin: 0 0.5rem;
    font-size: 3rem;
    color: #28bc7d;
}
.branch-feature__item.-access .branch-feature__media figure {
    flex-basis: 22px;
    max-width: 22px;
}
.branch-feature__item.-access .branch-feature__from {
    font-size: 1rem !important;
    text-align: right;
}
.branch-feature__text p {
    text-align: left;
    margin-bottom: 0;
}
.branch-consultant__user {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}
.branch-consultant__photo {
    flex-basis: 50%;
    max-width: 50%;
}
.branch-consultant__photo,
.branch-consultant__photo img {
    margin-bottom: 0;
}
.branch-consultant__name {
    flex: 1;
    font-size: 1.4rem;
}
.branch-consultant__name > span,
.branch-consultant__name > b {
    display: block;
}
.branch-consultant__message {
    margin: 30px auto;
    font-size: 1.4rem;
    font-weight: bold;
}

.qa_list {
    border-top: 1px solid #e5e5e5;
}
.qa_list li {
    border-bottom: 1px solid #e5e5e5;
}
.qestion {
    position: relative;
    margin-bottom: 0;
    padding: 10px 40px;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
}
.qestion > span {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 7px;
    left: 0;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 15px;
    background: linear-gradient(90deg, #28bc7d, #6ac0ff);
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
}
.qestion:before,
.qestion:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
}
.qestion:before {
    border-right: 2px solid #28bc7d;
    right: 7px;
    top: calc(50% - 6px);
}
.qestion:after {
    border-top: 2px solid #28bc7d;
    right: 0;
    top: 50%;
}
.answer {
    position: relative;
    padding: 20px 40px;
    border-top: 1px dotted #e5e5e5;
    display: none;
}
.answer > span {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: linear-gradient(90deg, #dc515a, #ffac58);
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
}
.branch_voice_list {
    margin: 30px auto;
    padding-left: 15px;
    padding-right: 15px;
}
.branch-voice__area {
    margin-right: 1.5rem;
}
.branch-voice__copy {
    font-size: 1.4rem;
}
.male .branch-voice__name {
    color: #799cd3;
}
.female .branch-voice__name {
    color: #ee8991;
}
.branch-voice__result {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}
.branch-voice__result-num {
    font-size: 3rem;
    color: #dc515a;
}
.branch-voice__result strong {
    font-size: 2.5rem;
    color: #dc515a;
}
.branch-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px auto 0;
    gap: 20px;
}
.branch-service__item {
    position: relative;
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.branch-service__item::after {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 20px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #28bc7d;
    border-right: solid 2px #28bc7d;
    transform: rotate(45deg);
}
.branch-service__item p {
    font-size: inherit;
}
.branch-service__item b {
    font-size: 1.6rem;
    color: #28bc7d;
}
.branch-service__item a {
    display: block;
}
.branch-service__item a:hover {
    color: inherit;
    opacity: 0.8;
}
.branch-member__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.branch-member__card {
    padding: 20px;
    border-radius: 10px;
    flex-basis: calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
}
.branch-member__card.-male {
    background-color: #e9f2f5;
}
.branch-member__card.-female {
    background-color: #fbf1f1;
}
.branch-member__card figure {
    text-align: center;
}
.branch-member__name {
    font-weight: bold;
}
.branch-member__card.-male .branch-member__name {
    color: #799cd3;
}
.branch-member__card.-female .branch-member__name {
    color: #ee8991;
}
.branch-member__data1 {
    font-size: 1.4rem;
}
.branch-member__data2 {
    font-size: 1.2rem;
    color: #707070;
}
.branch-member__data3 {
    font-size: 1.2rem;
}
.branch-message__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.branch-message__item {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
}
.branch-message__item figure {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    text-align: center;
}
.branch-message__item figure br {
    display: none;
}
.branch-message__item figure img {
    transition: 1s all;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.branch-message__item figure img:hover {
    transition: 1s all;
    transform: scale(1.2, 1.2);
}
.branch-message__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.branch-modal {
    display: none;
}
.branch-modal__title {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #28bc7d;
}
.branch-modal__meta {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}
.branch-message__name,
.branch-modal__name {
    font-weight: bold;
}
.branch-message__name.-male,
.branch-modal__name.-male {
    color: #799cd3;
}
.branch-message__name.-female,
.branch-modal__name.-female {
    color: #ee8991;
}
.branch-message__data1,
.branch-modal__data1 {
    font-size: 1.6rem;
}
.branch-message__data2,
.branch-modal__data2 {
    font-size: 1.4rem;
    color: #707070;
}
.branch-message__data3,
.branch-modal__data3 {
    font-size: 1.4rem;
}
.branch-modal__date {
    font-size: 1.2rem;
    text-align: right;
    color: #a8a8a8;
}
/* 口コミ・評価欄 */
.branch-review__ttl {
    margin-bottom: 20px;
}
.branch-review__body {
    margin-top: 50px;
}

/***************************************************/
/* 口コミ・評価
/***************************************************/
.review {
    padding-top: 30px;
}
.review__counter {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
/***************************************************/
/* 口コミ・評価リスト
/***************************************************/

@media (min-width: 768px) {
    .rev {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.rev__card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
    padding: 15px 0;
}
@media (min-width: 768px) {
    .rev__card {
        flex: 0 1 48%;
        padding: 20px 0;
    }
    .rev__card:last-child:nth-child(odd) {
        margin-right: auto;
        margin-left: auto;
    }
    .rev__card:nth-child(n + 3) {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .rev__card:nth-child(n + 2) {
        margin-top: 40px;
    }
}
.rev__hdr {
    display: flex;
    flex-wrap: wrap;
}
.rev__hdr,
.rev__qa {
    margin: 0;
}
.rev__prof,
.rev__branch,
.rev__q,
.rev__a {
    font-size: 1.4rem;
}
.rev__prof {
    padding: 0 10px 5px 15px;
}
@media (min-width: 768px) {
    .rev__prof {
        padding-bottom: 10px;
    }
}
.rev__branch {
    margin-left: auto;
    padding: 0 15px 10px 10px;
}
.rev__rate {
    flex: 1 0 100%;
    padding: 10px 15px;
    background-color: #ee8991;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
}
.rev__star {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    line-height: 1;
}
.rev__star::before {
    content: "★★★★★";
    letter-spacing: 0.15em;
    background-image: linear-gradient(
        90deg,
        #fff var(--percent),
        rgba(255, 255, 255, 0.35) var(--percent)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rev__q,
.rev__a {
    width: 100%;
    margin: 0;
    padding: 10px 15px;
}
.rev__q {
    background-color: #fcf6e8;
    float: none;
}

.wbr {
    display: inline-block;
}
/***************************************************/
/* ツヴァイの特徴
/***************************************************/
.service-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-right: auto;
    margin-left: auto;
}
.service-nav li {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
}
.service-nav li .c-btn a {
    min-width: 100%;
    font-size: 1.2rem;
}
.p-feature-list {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
}
.p-feature-list__item {
    position: relative;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fff;
}
.p-feature-list__item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.p-feature-list__item a:hover {
    color: initial;
}
.p-feature-list__number {
    flex-basis: calc(132 / 740 * 100%);
    max-width: calc(132 / 740 * 100%);
    background: linear-gradient(0deg, #dc515a, #ffac58);
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #fff;
}
.p-feature-list__number-label {
    font-size: 1rem;
}
.p-feature-list__content {
    flex: 1;
    line-height: 1;
    padding-right: 30px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
.p-feature-list__content.-flex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.p-feature-list__text-label {
    line-height: 1;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
    background-color: #dc515a;
    color: #fff;
    font-size: 1.1rem;
}
.p-feature-list__text1 {
    font-size: 2.8rem;
}
.p-feature-list__text2 {
    font-size: 1.8rem;
}
.p-feature-list__text3 {
    font-size: 1rem;
}
.p-feature-list__text4 {
    font-size: 1rem;
    vertical-align: super;
}
.p-feature-list__arrow {
    display: block;
    position: absolute;
    top: 11px;
    right: 11px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: linear-gradient(75deg, #dc515a, #ffac58);
}
.p-feature-list__arrow::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}
/* ポイント */
.p-feature-point__title {
    margin-bottom: 20px !important;
    padding: 7px !important;
    background: linear-gradient(90deg, #dc515a, #ffac58);
    font-size: 1.6rem !important;
    color: #fff !important;
    text-align: center;
}
.p-feature-point__lead {
    margin-bottom: 20px;
    text-align: center;
}
/* 費用 */
.p-feature-price__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.p-feature-price__item {
    line-height: 1.5;
    flex-basis: 100%;
    max-width: 292px;
    border: 1px solid #dc515a;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: bold;
}

/***************************************************/
/* 2204 プロフィール
/***************************************************/
.profile-lead {
    margin-bottom: 15px;
    font-size: 2rem;
}
.profile-lead__number-label {
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 20px;
    border-radius: 25px;
    background-color: #dc515a;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}
.profile-lead__number-text {
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(transparent 65%, #fcee21 65%);
}
.profile-lead__number-number {
    font-size: 4rem;
    color: #dc515a;
}
.profile-section {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .profile-section__wrap {
        display: block;
    }
}
.profile-section__inner {
    margin-right: auto;
    margin-left: auto;
}
.profile-section__title {
    background: linear-gradient(45deg, #fcf6e8, #f8e4e4);
    margin-bottom: 15px;
    font-size: 1.8rem !important;
    text-align: center;
}
.profile-section__lead {
    margin-bottom: 30px;
    font-size: 1.4rem;
    font-weight: bold;
}
.profile-section__no1-label .sp_only {
    display: inline-block;
}
.profile-corporate-member__industry-item {
    margin-top: 30px;
}
.profile-corporate-member__industry-item h3 {
    margin-bottom: 10px;
    padding: 0 0 10px 0 !important;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.6rem !important;
    font-weight: bold;
    color: #28bc7d !important;
}
.profile-corporate-member__industry-item ul,
.profile-corporate-member__industry-item p {
    margin-bottom: 0;
    font-size: 1.4rem;
}

/***************************************************/
/* アドバイザーによる成婚サポート
/***************************************************/
/*.adviser {overflow: hidden;}
.p-adviser-mv {
	background-color: #fcf6e8;
	padding: 0 0 20px;
}
.p-adviser-mv figure {
	margin-right: -15px;
	margin-left: -15px;
}
.p-adviser-nav {
}
.p-adviser-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 0;
}
.p-adviser-nav__item {
	max-width: calc( ( 100% - 40px ) / 3 );
	flex-basis: calc( ( 100% - 40px ) / 3 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .16 );
}
.p-adviser-nav__item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	gap: 5px;
}
.p-adviser-nav__item a:hover {
	background-color: #dc515a;
	color: #fff!important;
}
.p-adviser-nav__item a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 3px #dc515a;
    border-right: solid 3px #dc515a;
    transform: rotate(135deg);
}
.p-adviser-nav__item a:hover::after {
	border-color: #fff;
}
.p-adviser-nav__step {
	line-height: 1;
	color: #dc515a;
	font-weight: bold;
	font-size: 1rem;
}
.p-adviser-nav__item a:hover .p-adviser-nav__step,
.p-adviser-nav__item a:hover .p-adviser-nav__label {
	color: #fff;
}
.p-adviser-nav__label {
	line-height: 1;
	font-size: 1.3rem;
	font-weight: bold;
}*/
/*
.p-adviser-section {
	position: relative;
}
.p-adviser-section [class^="col"] {
	margin-bottom: 20px;
}
.p-adviser-section figure,
.p-adviser-section figure img {
	margin-bottom: 0!important;
}
.p-adviser-section .title {
	font-size: 1.8rem!important;
}
.p-adviser-section-01 .p-adviser-section__inner,
.p-adviser-section-03 .p-adviser-section__inner,
.p-adviser-section-05 .p-adviser-section__inner {
	background-color: #F8F9FA;
}
.p-adviser-section-01 .p-adviser-section__inner {
	padding-top: 40px;
	padding-bottom: 30px;
}
.p-adviser-section-03 .p-adviser-section__inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
.p-adviser-section-04 .p-adviser-section__inner {
	padding-bottom: 40px;
}
.p-adviser-section-05 .p-adviser-section__inner {
	padding-bottom: 20px;
}
[class^="p-adviser-section"]::before,
[class^="p-adviser-section"]::after {
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
}
.p-adviser-section-01::before {
	background-image: url(../img/service/method04/step_01.png);
	right: 10px;
	top: 0;
	width: 71px;
	height: 145px;
}
.p-adviser-section-02 {
	padding-top: 30px;
}
.p-adviser-section-03::before {
	background-image: url(../img/service/method04/step_02.png);
	left: 10px;
	top: -30px;
	width: 63px;
	height: 138px;
}
.p-adviser-section-03::after {
	background-image: url(../img/service/method04/step_03.png);
	left: 10px;
	bottom: -120px;
	width: 67px;
	height: 135px;
}
.p-adviser-section-05::before {
	background-image: url(../img/service/method04/step_04.png);
	left: calc( 50% - 150px );
	top: -30px;
	width: 299px;
	height: 61px;
}
.p-adviser-section__figure {
	position: relative;
}
.p-adviser-section__figure figcaption {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: linear-gradient(90deg, #dc515a, #ffac58);
	transform: rotate(10deg);
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
.p-adviser-section__figure::before {
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}*/
/*@media screen and (min-width: 768px) {
	.p-adviser-section-01 .p-adviser-section__figure::before {
		left: -41px;
		bottom: -86px;
		width: 178px;
		height: 114px;
	}
	.p-adviser-section-02 .p-adviser-section__figure::before {
		right: -43px;
		top: -90px;
		width: 179px;
		height: 121px;
	}
	.p-adviser-section-03 .p-adviser-section__figure::before {
		left: -45px;
		top: -107px;
		width: 175px;
		height: 130px;
	}
	.p-adviser-section-04 .p-adviser-section__figure::before {
		right: -5px;
		top: -105px;
		width: 256px;
		height: 145px;
	}
	.p-adviser-section-05 .p-adviser-section__figure::before {
		left: -75px;
		top: -180px;
		width: 199px;
		height: 161px;
	}
}*/

/***************************************************/
/* 婚活スタートから成婚へ向けた活動の流れ
/***************************************************/
.p-flow-mv {
    background-color: #fcf6e8;
    padding: 0 0 20px;
}
.p-flow-mv figure {
    margin-right: -15px;
    margin-left: -15px;
}
.p-adviser-mv-text {
    font-size: 21px;
    color: #e2646e;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
}
.p-adviser-mv-text span {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
}
.p-flow-nav {
}
.p-flow-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0;
}
.p-flow-nav__item {
    max-width: calc((100% - 40px) / 3);
    flex-basis: calc((100% - 40px) / 3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.p-flow-nav__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    gap: 5px;
}
.p-flow-nav__item a:hover {
    background-color: #dc515a;
    color: #fff !important;
}
.p-flow-nav__item a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 3px #dc515a;
    border-right: solid 3px #dc515a;
    transform: rotate(135deg);
}
.p-flow-nav__item a:hover::after {
    border-color: #fff;
}
.p-flow-nav__step {
    line-height: 1;
    color: #dc515a;
    font-weight: bold;
    font-size: 1rem;
}
.p-flow-nav__item a:hover .p-flow-nav__step,
.p-flow-nav__item a:hover .p-flow-nav__label {
    color: #fff;
}
.p-flow-nav__label {
    line-height: 1;
    font-size: 1.3rem;
    font-weight: bold;
}
.p-flow-section-container {
    padding: 47px 0;
    background: linear-gradient(
        90deg,
        #f8f9fa 0%,
        #f8f9fa 69.65%,
        #fff 69.65%,
        #fff 100%
    );
}
.p-flow-section {
    position: relative;
}
.p-flow-section figure,
.p-flow-section figure img {
    width: 100%;
    margin-bottom: 0;
}
.p-flow-section-01 {
    padding-bottom: 60px;
}
.p-flow-section-02 {
    padding-bottom: 90px;
}
.p-flow-section-03 {
    padding-bottom: 85px;
}
.p-flow-section-04 {
    padding-bottom: 60px;
}
.p-flow-section-05 {
    padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
    .p-flow-section {
        padding: 60px 0;
    }
}

[class^="p-flow-section"]::before,
[class^="p-flow-section"]::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
}
.p-flow-section-01::before {
    background-image: url(../img/flow/step_01.png);
    right: 0px;
    top: -40px;
    width: 63px;
    height: 129px;
}
.p-flow-section-03::before {
    background-image: url(../img/flow/step_02.png);
    left: -30px;
    top: -135px;
    width: 118px;
    height: 68px;
}
.p-flow-section-03::after {
    background-image: url(../img/flow/img_02.png);
    right: -15px;
    top: -25px;
    width: 118px;
    height: 68px;
}
.p-flow-section-04::before {
    background-image: url(../img/flow/step_03.png);
    left: calc(50% - 135px);
    top: -65px;
    width: 270px;
    height: 55px;
}
.p-flow-section-05::before {
    background-image: url(../img/flow/img_03.png);
    left: -15px;
    top: -85px;
    width: 125px;
    height: 58px;
}
.p-flow-section-05::after {
    background-image: url(../img/flow/step_04.png);
    left: -30px;
    top: 375px;
    width: 98px;
    height: 137px;
}
@media screen and (min-width: 768px) {
    .p-flow-section-01::before {
        background-image: url(../img/flow/step_01.png);
        left: calc(50% + 295px);
        top: 229px;
        width: 80px;
        height: 165px;
    }
    .p-flow-section-03::before {
        background-image: url(../img/flow/step_02.png);
        left: -45px;
        top: -4px;
        width: 138px;
        height: 80px;
    }
    .p-flow-section-03::after {
        background-image: url(../img/flow/img_02.png);
        right: -37.5px;
        top: 4px;
        width: 158px;
        height: 99px;
    }
    .p-flow-section-04::before {
        background-image: url(../img/flow/step_03.png);
        left: calc(50% - 176px);
        top: -49px;
        width: 353.5px;
        height: 69px;
    }
    .p-flow-section-05::before {
        background-image: url(../img/flow/img_03.png);
        left: calc(50% - 76px);
        top: -49px;
        width: 152px;
        height: 70px;
    }
    .p-flow-section-05::after {
        background-image: url(../img/flow/step_04.png);
        left: -45px;
        top: 195px;
        width: 126px;
        height: 173px;
    }
}
.p-flow-section__step {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #dc515a;
}
.p-flow-section__header {
    text-align: center;
}
.p-flow-section__title {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px 0 !important;
    line-height: initial !important;
    font-size: 1.8rem !important;
    font-weight: bold;
}
.p-flow-section__title::before {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 40px);
    content: "";
    width: 80px;
    height: 3px;
    background-color: #dc515a;
}
@media screen and (min-width: 768px) {
    .p-flow-section__header {
        text-align: left;
    }
    .p-flow-section__title::before {
        left: 0;
    }
}
.p-flow-section__figure {
    position: relative;
}
.p-flow-section__figure::before,
.p-flow-section__figure::after {
    z-index: 1;
}
.p-flow-section-01 .p-flow-section__figure::before {
    content: "";
    background: url(../img/flow/img_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 195px;
    height: 47px;
}
.p-flow-section-06 .p-flow-section__figure::before {
    content: "";
    background: url(../img/flow/img_04.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: -40px;
    width: 184px;
    height: 79px;
}
@media screen and (min-width: 768px) {
    .p-flow-section-01 .p-flow-section__figure::before {
        left: -30px;
        bottom: -7.5px;
        width: 255px;
        height: 61.5px;
    }
    .p-flow-section-06 .p-flow-section__figure::before {
        right: -34px;
        bottom: -30px;
        width: 212px;
        height: 91px;
    }
}
.p-flow-support__title {
    font-size: 1.8rem !important;
    line-height: initial !important;
    margin-bottom: 20px;
    padding: 0 !important;
    text-align: center;
}
.p-flow-support__list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-flow-support__item {
    max-width: 100px;
    text-align: center;
}
.p-flow-support__item img {
    border-radius: 50%;
}
@media screen and (min-width: 768px) {
    .p-flow-support__title {
        font-size: 2.4rem !important;
        line-height: initial !important;
        margin-bottom: 40px;
        padding: 0 !important;
        text-align: center;
    }
    .p-flow-support__list {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .p-flow-support__item {
        max-width: calc((100% - 30px) / 3);
        text-align: center;
    }
}

/***************************************************/
/* 2204 キャンペーンバナー
/***************************************************/
.bnr-top-2204 {
    margin-top: 20px;
    margin-bottom: -30px;
}
.bnr-price-2204 {
    margin-top: -20px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}
/***************************************************/
/* 2205 婚活体験談
/***************************************************/
.episode-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 656px;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.episode-nav li {
    flex-basis: 100%;
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .episode-nav li {
        flex-basis: calc((100% - 30px) / 2);
        max-width: calc((100% - 30px) / 2);
    }
}
.episode-nav li .c-btn a {
    min-width: 100%;
}
/* 婚活体験談アーカイブ */
.post-type-archive-episode .episode_list ul {
    margin: 0;
}
.post-type-archive-episode .episode_list ul li:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.post-type-archive-episode .episode_list h3 {
    font-size: 1.7rem !important;
}
.post-type-archive-episode .episode_list .title2 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 22px;
    line-height: 32px;
}
.post-type-archive-episode .episode_list .episode_list_box {
    margin: 0;
    /*padding: 0;*/
    padding: 10px;
    box-shadow: initial;
}
.post-type-archive-episode .episode_list .img_box img {
    border-radius: 10px;
}
.post-type-archive-episode .episode_list .name {
    margin-bottom: 0;
    font-size: 1.6rem !important;
}
.post-type-archive-episode .episode_list .store {
    display: inline-block;
    padding: 5px 7px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    background-color: #fc8472;
    border-radius: 7%;
}
.episode-search {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
}
.episode-search__title {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
}
.episode-search__title::before {
    content: url("..//img/episode/icon_search.svg");
    vertical-align: middle;
    margin-right: 5px;
}
.episode-search .tab_content a {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 11px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.episode-search .tab_content a.active {
    background: #009943;
    color: #fff;
}
.episode-search .tab_content a[data-none] {
    opacity: 0.4;
    pointer-events: none;
}
.episode-search .tab_content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}
.episode-search .tab_content dl {
    margin-bottom: 0;
}
.episode-search .tab_content dl div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.episode-search .tab_content dl div + div {
    margin-top: 20px;
}
.episode-search .tab_content dl dt {
    float: initial !important;
    width: initial !important;
    line-height: initial !important;
}
.episode-search .tab_content dl dd {
    margin: initial !important;
    padding: initial !important;
    line-height: initial !important;
}
.episode-search .tab_content .men {
    color: #799cd3;
}
.episode-search .tab_content .women {
    color: #ee8991;
}

/***************************************************/
/* 2024 婚活体験談 PickUp
/***************************************************/
.episode-pickup {
    margin: 30px calc(50% - 50vw) 30px;
    padding: 40px 0 50px;
    width: 100vw;
    background-color: #fcf6e8;
}
.episode-pickup .inr {
    padding: 0;
    width: 100%;
}
.episode-pickup h2 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #e2646e;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}
.episode-pickup .episode_list {
    margin-bottom: 0;
    padding: 0 20px;
}
.episode-pickup .episode_list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.episode-pickup .episode_list li {
    padding-bottom: 0 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

/* 婚活体験談個別ページ */
.single-episode .story {
    position: relative;
    margin-bottom: 40px;
}
.single-episode .story::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 440px;
    background: linear-gradient(45deg, #fcf6e8, #f8e4e4);
}
.single-episode .story .title {
    padding-top: 20px;
}
.single-episode {
}
.single-episode .story .main-title h1 {
    margin-bottom: 20px;
    padding: initial !important;
    color: #89664f !important;
}
/*.single-episode .story h3 {
	font-size: 2rem!important;
	color: #E2646E!important;
	margin: 20px 0!important;
	padding: initial!important;
	line-height: initial!important;
}*/
.single-episode .story p {
    margin-bottom: 2rem;
}
.single-episode .story .episode-profile {
    border: 1px solid #e5e5e5;
    margin: 20px 0;
    padding: 20px;
}
.single-episode .story .episode-profile__title {
    margin-bottom: 20px;
    padding: 0 !important;
    line-height: initial !important;
    color: #89664f !important;
    font-size: 1.4rem !important;
    font-weight: bold;
}
.single-episode .story .episode-profile p:not([class]) {
    display: none;
}
.single-episode .story .episode-profile__item.-women {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 20px;
}
.single-episode .story .episode-profile__name {
    font-weight: bold;
    font-size: 1.6rem !important;
}
.single-episode .story .episode-profile__item.-men .episode-profile__name {
    color: #799cd3 !important;
}
.single-episode .story .episode-profile__item.-women .episode-profile__name {
    color: #ee8991 !important;
}
.single-episode .story .episode-profile__detail dl {
    display: flex;
}
.single-episode .story .episode-profile__detail dt {
    width: initial !important;
    float: initial !important;
    padding: 0 !important;
    line-height: initial !important;
    font-weight: normal;
}
.single-episode .story .episode-profile__detail dt::after {
    content: "：";
}
.single-episode .story .episode-profile__detail dd {
    padding: 0;
    margin: 0;
    line-height: initial !important;
    width: initial !important;
}
.single-episode .story .body_image {
    margin: 20px 0;
}
.single-episode .story .question_txt {
    color: #89664f !important;
    font-size: 1.8rem !important;
    margin: 20px 0 !important;
}
.single-episode .story .husband_initial {
    font-weight: bold;
    color: #799cd3;
}
.single-episode .story .wife_initial {
    font-weight: bold;
    color: #ee8991;
}
.single-episode .story .husband_initial::after,
.single-episode .story .wife_initial::after {
    content: "：";
}
.single-episode .story .episode-history {
    background-color: #f8f9fa;
    margin: 20px 0;
    padding: 10px;
}
.single-episode .story .episode-history__title {
    margin-bottom: 20px;
    padding: 0 !important;
    line-height: initial !important;
    color: #89664f !important;
    font-size: 1.4rem !important;
    font-weight: bold;
}
.single-episode .story .episode-history__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    background-color: #fff;
    padding: 10px;
}
.single-episode .story .episode-history__inner p {
    display: none;
}
.single-episode .story .episode-history table {
    width: 100%;
    font-size: 1.4rem;
}
.single-episode .story .episode-history table td {
    border-bottom: 1px solid #d5d5d5;
    padding: 5px;
}
.single-episode .story .episode-history table td:nth-child(1) {
}
.single-episode .story .episode-history table td:nth-child(2) {
    text-align: right;
}
.single-episode .story .episode-history table td:nth-child(3) {
}

.single-episode .story .episode-history table tr:last-child td {
    border-bottom: 0;
}
.single-episode .story .episode-history__period {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.single-episode .story .episode-history__period-item {
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 50%;
}
.single-episode .story .episode-history__period-item.-men {
    border: 1px solid #799cd3;
    font-size: 1.4rem;
    color: #799cd3;
}
.single-episode .story .episode-history__period-item.-women {
    border: 1px solid #ee8991;
    font-size: 1.4rem;
    color: #ee8991;
}
.single-episode .story .episode-history__period-item b {
    font-size: 1.8rem;
}
.single-episode .story .episode-keyword__title {
    margin-bottom: 20px !important;
    padding: 0 !important;
    line-height: initial !important;
    color: #89664f !important;
    font-size: 1.6rem !important;
    font-weight: bold;
}
.single-episode .story .episode-keyword__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.single-episode .story .episode-keyword__list li {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
}
.single-episode .episode-branch-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px auto;
    gap: 20px;
}
.single-episode .episode-branch-nav__item {
    position: relative;
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.single-episode .episode-branch-nav__item a {
    display: block;
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #28bc7d;
}
.single-episode .episode-branch-nav__item::after {
    position: absolute;
    right: 0;
    bottom: 0;
    top: calc(50% - 4px);
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #28bc7d;
    border-right: solid 2px #28bc7d;
    transform: rotate(45deg);
}
.single-episode .episode-other {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f9efe8;
}
.p-entries {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.p-entries__item {
    flex-basis: 100%;
}
.p-entries__item a {
    text-decoration: underline;
}
.p-entries__item img {
    border-radius: 10px;
    max-width: 100%;
}
.p-entries__item h3 {
    font-size: 1.7rem;
}
.p-entries.-latest .p-entries__item a {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.p-entries.-latest .p-entries__item a .p-entries__thumb {
    flex-basis: 120px;
}
.p-entries.-latest .p-entries__item a h3 {
    flex: 1;
}

/************/
/*婚活体験談*/
/************/
/* プロフィールボックス */
.main-profile {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
}
.men-profile,
.women-profile {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-content: flex-start;
    width: calc(50% - 12px);
    padding: 30px 0 30px 30px;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
}
.men-profile {
    border-color: #63a5d6;
    background: #ffffff url(/wp-content/uploads/2022/01/bg_profile_men.png)
        no-repeat right bottom;
}
.women-profile {
    border-color: #ff8484;
    background: #ffffff url(/wp-content/uploads/2022/01/bg_profile_women.png)
        no-repeat right bottom;
}
.men-profile_image,
.women-profile_image {
    width: 60%;
    max-width: 195px;
    margin: 0 20px 0 0;
}
.men-profile_image img,
.women-profile_image img {
    margin-bottom: 0 !important;
}
.men-profile_txt,
.women-profile_txt {
    width: 100%;
    font-size: 18px;
}
.men-profile_name {
    margin: 0 0 16px 0;
    padding: 0 0 8px 0;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #63a5d6 !important;
    color: #63a5d6 !important;
    font-size: 32px !important;
    font-weight: bold;
}
.women-profile_name {
    margin: 0 0 16px 0;
    padding: 0 0 8px 0;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #ff8484 !important;
    color: #ff8484 !important;
    font-size: 32px !important;
    font-weight: bold;
}
.men-profile_detail,
.women-profile_detail {
    display: block !important;
    width: 100%;
    padding: 0 30px 0 0;
}
.men-profile_detail dl,
.women-profile_detail dl {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 4px 0 4px 0;
    border-width: 0 0 2px 0;
    border-style: dashed;
    border-color: #d3d3d3;
}
.men-profile_detail dl dt,
.women-profile_detail dl dt {
    float: none;
    display: table-cell;
    width: 32%;
    min-width: 100px;
    font-weight: normal;
}
.men-profile_detail dl dd,
.women-profile_detail dl dd {
    display: table-cell;
    width: 68%;
}
@media (max-width: 1150px) {
    .men-profile,
    .women-profile {
        padding: 20px 0 20px 20px;
    }
    .men-profile_image,
    .women-profile_image {
        max-width: 150px;
        margin: 0 20px 0 0;
    }
    .men-profile_txt,
    .women-profile_txt {
        font-size: 16px;
    }
    .men-profile_name,
    .women-profile_name {
        margin: 0 0 8px 0;
        padding: 0 0 4px 0;
        font-size: 24px !important;
    }
    .men-profile_detail,
    .women-profile_detail {
        padding: 0 10px 0 0;
    }
    .men-profile_detail dl dt,
    .women-profile_detail dl dt {
        width: 100px;
        padding-top: 0 !important;
        font-weight: normal;
    }
    .men-profile_detail dl dd,
    .women-profile_detail dl dd {
        display: table-cell;
        width: 100%;
        padding-bottom: 0 !important;
    }
}
@media (max-width: 1023px) {
    .main-profile {
        display: block;
    }
    .men-profile,
    .women-profile {
        width: 100%;
    }
    .men-profile {
        margin-bottom: 16px;
    }
    .men-profile_detail,
    .women-profile_detail {
        padding: 0 20px 0 0;
    }
    .men-profile_detail dl,
    .women-profile_detail dl {
        margin-bottom: 4px !important;
    }
}
@media (max-width: 475px) {
    .men-profile_image,
    .women-profile_image {
        max-width: 100px;
    }
    .men-profile_txt,
    .women-profile_txt {
        font-size: 14px;
    }
    .men-profile_detail,
    .women-profile_detail {
        padding: 0 10px 0 0;
    }
    .men-profile_detail dl,
    .women-profile_detail dl {
        padding: 0;
    }
    .men-profile_detail dl dt,
    .women-profile_detail dl dt {
        width: 75px;
        min-width: 75px;
    }
    .men-profile_detail dl dd,
    .women-profile_detail dl dd {
        padding-left: 0;
    }
}

.episode_img {
    width: 100%;
    margin: 0 0 -20px 0;
}
.episode_img img {
    width: 100%;
    height: auto;
}
.episode_link {
    margin: 30px auto;
}
.episode_link ul {
    margin: 0 0 0 -2%;
}
.episode_link ul li {
    float: left;
    width: 48%;
    margin: 1% 0 1% 2%;
}
.brown_btn {
}
.brown_btn a {
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #fff;
    color: #1a1a1a;
}
.brown_btn a:hover,
.brown_btn a.active {
    background: #42210b;
    color: #fff;
}
.brown_btn h3 {
    font-size: 14px;
}
.episode_icon1 a {
    padding: 45px 0 10px 0;
    background: url(../img/episode/icon1.svg) #fff no-repeat center 5px;
    background-size: 35px;
}
.episode_icon2 a {
    padding: 45px 0 10px 0;
    background: url(../img/episode/icon2.svg) #fff no-repeat center 5px;
    background-size: 35px;
}
.episode_icon3 a {
    padding: 45px 0 10px 0;
    background: url(../img/episode/icon3.svg) #fff no-repeat center 5px;
    background-size: 35px;
}
.episode_icon4 a {
    padding: 45px 0 10px 0;
    background: url(../img/episode/icon4.svg) #fff no-repeat center 5px;
    background-size: 35px;
}

.episode_icon1 a:hover,
.episode_icon1 a.active {
    background: url(../img/episode/icon1-w.svg) #009943 no-repeat center 5px;
    background-size: 35px;
}
.episode_icon2 a:hover,
.episode_icon2 a.active {
    background: url(../img/episode/icon2-w.svg) #009943 no-repeat center 5px;
    background-size: 35px;
}
.episode_icon3 a:hover,
.episode_icon3 a.active {
    background: url(../img/episode/icon3-w.svg) #009943 no-repeat center 5px;
    background-size: 35px;
}
.episode_icon4 a:hover,
.episode_icon4 a.active {
    background: url(../img/episode/icon4-w.svg) #009943 no-repeat center 5px;
    background-size: 35px;
}

.episode_form {
    margin: 30px 0;
    padding: 10px 0 5px 0;
    border-top: 1px solid #998675;
    border-bottom: 1px solid #998675;
}
.episode_form h3 {
    margin: 0 5px 5px 5px;
    font-weight: bold;
}
.episode_form .radio_btn,
.episode_form .check_btn {
    display: inline-block;
    margin: 0 0.5%;
    width: 48%;
}
.episode_form .radio_btn label,
.episode_form .check_btn label {
    padding: 0;
    height: 34px;
    line-height: 34px;
    min-height: auto;
    border: none;
    color: #1a1a1a;
    font-size: 12px;
}
.episode_form_age {
    letter-spacing: -1em; /* 文字間を詰める */
}
.episode_form_age .radio_btn,
.episode_form_age .check_btn {
    display: inline-block;
    margin: 0 1%;
    width: 23%;
    letter-spacing: normal; /* 文字間を元に戻す */
    white-space: normal; /* 自動で折り返し(元に戻す) */
}
.episode_form_age h3 {
    letter-spacing: normal; /* 文字間を元に戻す */
    white-space: normal; /* 自動で折り返し(元に戻す) */
}
.episode_form_age .check_btn label {
    padding: 0;
    height: 34px;
    line-height: 34px;
    min-height: auto;
    border: none;
    color: #1a1a1a;
}
.episode_list2,
.episode_list {
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}
.episode_list ul {
}
.episode_list li {
}
.episode_list_box {
    padding: 10px;
    background: #fff;
    margin: 0 0 10px 0;
    border-radius: 10px;
    box-shadow: 1px 2px 5px -2px #bbbbbb;
}
.episode_list_box .img_box {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
}
.episode_list_box .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.episode_list_box h3 {
    margin: 0 0 10px 30px !important;
    font-size: 15px;
    font-size: 1.5rem;
}
.episode_list_box .name {
    font-size: 12px;
    font-size: 1.2rem !important;
    margin: 0;
}
.episode_list_box .name .women {
    color: #ed1e79;
}
.episode_list_box .name .mens {
    color: #0071bc;
}
.men,
.mens {
    color: #0071bc;
}
.women {
    color: #ed1e79;
}

.episode_list_box .cate {
    text-align: left;
    color: #009944;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0;
}
.episode_list_box .cate span {
    color: #000;
}
.episode_list_box .episode_list_title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 150%;
}
.episode_list_box .name2 {
    border-top: 1px solid #998675;
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.episode_list_box .cate2 {
    border-top: 1px solid #998675;
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.episode_list_box .tag2 {
    border-top: 1px solid #998675;
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
}

.episode_list h3,
.episode_link h3 {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-family: inherit !important;
    font-weight: normal !important;
}
.episode_link h3 {
    font-size: 1.3rem !important;
    margin: 0 !important;
}
.episode_list img {
    margin: 0 !important;
    padding: 0 !important;
}
.episode_list .img-box {
    margin: 0 !important;
}
.box_cople {
    background: url(../img/episode/episode_back_couple.jpg) no-repeat 0 0;
    background-size: cover;
}
.box_cople h3 {
    margin: 0 0 10px 45px !important;
}
.box_mems {
    background: url(../img/episode/episode_back_men.jpg) no-repeat 0 0;
    background-size: cover;
}

.box_womem {
    background: url(../img/episode/episode_back_women.jpg) no-repeat 0 0;
    background-size: cover;
}

.active h3 {
    color: #ffffff !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

/* .story .wife_txt .wife_txt_image, .story .wife_txt .husband_txt_image, .story .husband_txt .wife_txt_image, .story .husband_txt .husband_txt_image {
	width: 80px;
	height: 80px;
	float: left;
}
.story .wife_txt .wife_txt_body, .story .wife_txt .husband_txt_body, .story .husband_txt .wife_txt_body, .story .husband_txt .husband_txt_body {
	display: block;
	margin-left: 100px;
	padding-top: 10px;
} */
.main-profile-image li {
    list-style-type: none;
    width: 100%;
}

.bread br {
    display: none;
}
.bread span {
    color: inherit !important;
}

.manga-l {
    border: 6px solid #ff6666;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    text-align: center;
    margin: 0 auto 30px auto;
}
.manga-r {
    border: 6px solid #64cdb4;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    text-align: center;
    padding: 0 20px;
    margin: 0 auto 30px auto;
}
.question_txt {
    font-weight: bold;
}

.ui-datepicker {
    margin: -50px 0 0 0;
}

#eq_form {
}
#eq_form .row {
    padding: 0 0 10px 0;
}
#eq_form .col-12 {
    padding: 0;
}

.eq_radio .wpcf7-list-item {
    width: 32.3%;
    margin: 0 0.5%;
    text-align: center;
}
.eq_radio2 .wpcf7-list-item,
.eq_radio4 .wpcf7-list-item {
    width: 49%;
    margin: 0 0.5%;
    text-align: center;
}
.eq_radio2 .wpcf7-list-item label,
.eq_radio4 .wpcf7-list-item label,
.eq_radio .wpcf7-list-item label {
    display: block;
    width: 100%;
}
.eq_radio2 .wpcf7-list-item input,
.eq_radio4 .wpcf7-list-item input,
.eq_radio .wpcf7-list-item input {
    display: none;
}
.eq_radio2 .wpcf7-list-item input + .wpcf7-list-item-label,
.eq_radio4 .wpcf7-list-item input + .wpcf7-list-item-label,
.eq_radio .wpcf7-list-item input + .wpcf7-list-item-label {
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #009943;
    color: #009943;
    padding: 5px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 13px;
}
.eq_radio2 .wpcf7-list-item input + .wpcf7-list-item-label {
    font-size: 16px;
}

/* チェックされた場合 */
.eq_radio2 .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.eq_radio4 .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.eq_radio .wpcf7-list-item input:checked + .wpcf7-list-item-label {
    background: #009943;
    color: #fff;
}

.text-small {
    font-size: 2rem !important;
    line-height: 1.4 !important;
}
.line40 {
    line-height: 40px !important;
    padding: 0 !important;
}

.top_plan_box a img {
    height: 60px;
}

.link_down_btn a img {
    height: 50px !important;
}

.btn_list {
    display: none;
}
#sec01,
#sec02,
#sec03,
#sec04 {
    margin: 0;
    padding: 0;
}

.husband_txt_body {
    /* color: #0071BC; */
}
.wife_txt_body {
    /* color: #ED1E79;*/
}
/* .husband_txt {
	color: #0071BC !important;
}
.wife_txt {
	color: #ED1E79 !important;
} */

.koe_tbl td label {
    color: #009943;
    font-weight: bold;
}
.koe_tbl td label span {
    color: #1a1a1a;
    font-weight: normal;
}

#shop_map {
    display: none;
    border: 1px solid #009943;
    background: #fff;
    color: #009943;
    min-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 1px 5px;
    margin: 10px 5px 0 5px;
}
#shop_map #map {
    margin: 0px 0 5px 0;
}
#shop_map .addr {
    margin: 0 0 5px 0;
}
#shop_map p.map_btn {
    display: block;
    color: #009943 !important;
    position: relative;
    margin: 5px 0;
    text-align: center;
}
#shop_map p.map_btn:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #009944;
    border-right: solid 2px #009944;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#shop_map p.open:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#shop_map .close_btn {
    display: block;
    width: 50%;
    margin: 0px auto 10px auto;
    text-align: center;
    background: #fff;
    border: 1px solid #009943;
    color: #009943 !important;
    min-height: 30px;
    padding: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

.calender_txtarea {
    position: relative;
    height: 40px;
}
.calender_txtarea .help_text {
    width: 100px;
    display: inline-block;
}
.calender_txtarea #kibou1,
.calender_txtarea #kibou2 {
    font-size: 12px;
}
.calender_txtarea #kibou1.datetime,
.calender_txtarea #kibou2.datetime {
    font-size: 14px;
}

.calender_txtarea #calender1_btn,
.calender_txtarea #calender2_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #009944;
    border: 1px solid #009944;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.calender_txtarea #calender1_btn:after,
.calender_txtarea #calender2_btn:after {
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #009944;
    border-right: solid 2px #009944;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.calender_txtarea #popup_btn1,
.calender_txtarea #popup_btn2 {
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #fff;
    color: #009944;
    border: 1px solid #009944;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    text-align: center;
}
@media (max-width: 374px) {
    .calender_txtarea #popup_btn1,
    .calender_txtarea #popup_btn2 {
        width: 60px;
    }
}
.calender_txtarea .calender_btn_close {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.calender_tbl {
    display: table;
    width: 100%;
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
}
.calender_tbl td {
    display: table-cell;
    background: #fff;
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    text-align: center;
    width: 12.5%;
    padding: 5px 0;
    font-size: 12px;
}
.calender_tbl td.week_color6 {
    background-color: rgba(63, 169, 245, 0.2); /*土曜日*/
}
.calender_tbl td.week_color0 {
    background-color: rgba(255, 123, 172, 0.2); /*日曜日*/
}
.calender_tbl td.select_datetime {
    cursor: pointer;
    background-color: rgba(122, 201, 67, 0.2);
    color: #009944;
    font-weight: bold;
}
.calender_tbl td.selected {
    background: #f2a943;
}
.calender_box .calender_btn {
    margin: 5px 0 20px;
}
.calender_box .nextweek_btn {
    float: right;
    margin: 0;
    vertical-align: middle;
}
.calender_box .prevweek_btn {
    float: left;
    margin: 0;
    vertical-align: middle;
}
.calender_box .prevweek_btn a,
.calender_box .nextweek_btn a {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #009944;
    border: 1px solid #a0a0a0;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.calender_box .nextweek_btn a:after {
    position: absolute;
    right: 16px;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #1a1a1a;
    border-right: solid 2px #1a1a1a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.calender_box .prevweek_btn a:after {
    position: absolute;
    left: 16px;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #1a1a1a;
    border-right: solid 2px #1a1a1a;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#session_schedule table th {
    background-color: rgba(246, 241, 235, 0.6) !important;
    color: #009944;
}
/* LP用スタイル追加 20210712 */
.title-lp {
    margin-bottom: 25px;
}
.title2-lp {
    padding-bottom: 0;
    margin-top: 0;
}
.form_btn .btn-lp-cv {
    /*display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	border-radius: 3px;
	font-weight: bold;
	color: #FFF;*/
    border-bottom: solid 2px #8b051b; /*少し濃い目の色に*/
    background-image: linear-gradient(45deg, #dd0d30 0%, #f75a74 100%);
    transition: 0.4s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.form_btn .btn-lp-cv:active {
    border-bottom: solid 3px #640313;
}
.form_btn .btn-lp-cv:hover {
    background-image: linear-gradient(45deg, #f44664 50%, #f44664 100%);
}
.flow_step {
    width: 100%;
    margin: 0 auto;
    margin-top: 0rem;
}
.flow_step ul {
    display: flex;
    justify-content: center;
}
.flow_step li {
    position: relative;
    color: #999;
    font-size: 16px;
    text-align: center;
}
.flow_step li.flow_active {
    color: #009944;
    font-weight: bold;
}
.flow_step li span {
    width: 100%;
    width: 5rem;
    height: 5rem;
    padding: 1.4rem 0;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #009944;
    background: #fff;
    color: #009944;
    display: block;
    margin: 0 2rem;
    position: relative;
    line-height: 1;
}
.flow_step li.flow_active span {
    background: #009944;
    color: #fff;
}
.flow_step li span::after {
    content: "";
    display: block;
    width: 4rem;
    height: 3px;
    position: absolute;
    background: #009944;
    top: 50%;
    right: calc(-4rem - 3px);
    z-index: 1;
}
.flow_step li:last-child span::after {
    content: none;
}
.lp_atttext {
    padding: 1rem;
    background: #f1f1f1;
    border-radius: 5px;
}

.calender_txtarea .help_text {
    font-weight: bold;
    width: 110px;
    font-size: 1em;
}

.sec_line {
    background: url(/wp-content/themes/zwei/img/contact/thanks/sec03_bk.png)
        no-repeat;
    background-size: cover;
    padding: 30px 0 0 0;
}

.line_btn {
    display: block;
    background: #07b53b;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 90%;
    border-radius: 8px;
    padding: 16px 0;
    margin: 0 auto 16px;
}
.line_btn img {
    vertical-align: middle;
    width: auto !important;
    height: 1.2em !important;
    margin: 0 0.5em 0 0 !important;
}

.sec_experience {
    background: #f2f2f2;
    padding: 20px 0;
}
.sec_cv {
    padding: 40px 0;
}
.sec_cv_box {
    border-color: #6ec0c7;
    border-style: dotted;
    border-width: 2px;
    padding: 20px 10px 0 10px;
}
.sec_cv h2 {
    padding: 0;
}
.sec_cv h2 img {
    margin: 0;
}

/*form*/
#calender1 td.select_datetime {
    background: rgba(248, 230, 57, 0.4);
    color: #1a1a1a;
}
#calender1 td.selected {
    background: #f2a943;
}
#calender2 td.select_datetime {
    color: #1a1a1a;
}
#calender2 td.selected {
    background: #f2a943;
}
#yoyakuwari .flow_step {
    margin: 30px auto 0;
}

/*----------------*/
.range_box {
    text-align: center;
    position: relative;
    margin: 10px auto;
}
.range_box .min {
    position: absolute;
    font-size: 12px !important;
    left: 0;
    top: 15px;
}
.range_box .max {
    position: absolute;
    font-size: 12px !important;
    right: 0;
    top: 15px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #009943 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #009943 !important;
    background: #009943 !important;
}
.ui-widget-header {
    background: #009943 !important;
}

#zeropkg .green_btn {
    display: none;
}
#zeropkg .sec_cv .green_btn {
    display: block;
}
.sec_cv .container {
    padding: 0;
}

#page_contents .zeropkg_main p.ti {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}
#page_contents .zeropkg_main p.mb {
    color: #aaaaaa;
}
#page_contents .zeropkg_main p.ti2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
}
.zeropkg_main_box {
    width: 100%;
    margin: 30px auto;
}
.zeropkg_main_subbox {
    width: 48%;
    float: left;
    margin: 1% 1% 30px 1%;
}

/*-選ばれる理由---------------*/
#reason {
}
#reason .title span {
    font-size: 38px;
}
#reason .title:after {
    background: #fd828f;
}
#reason .title span.no {
    color: #fd828f;
    line-height: 180%;
}

#reason section {
    padding: 20px 0 0 0;
}

.reason_right,
.reason_left {
    margin: 0 0 30px 0;
}
.reason_right .comment,
.reason_left .comment {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.reason_right .comment p,
.reason_left .comment p {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.reason_left img {
}
.reason_left .comment span {
    font-size: 18px;
}
.reason_p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

/*----thanks renew----*/
#page_contents .thanks_renew .container {
    width: 1130px;
    margin: 0 auto;
    max-width: 90%;
}

#page_contents .thanks_renew .innner {
    width: 1080px;
    margin: 0 auto;
    max-width: 90%;
}

#page_contents .thanks_renew .sp {
    display: none;
}

#page_contents .thanks_renew .tab {
    display: none;
}

#page_contents .thanks_renew .thanks {
    background-color: #fffdf3;
    padding: 15px 0 60px;
}

#page_contents .thanks_renew .thanks .pan {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

#page_contents .thanks_renew .thanks .pan p {
    font-size: 14.05px;
}

#page_contents .thanks_renew .thanks .pan a {
    font-size: 14.05px;
    width: auto;
}

#page_contents .thanks_renew .thanks_title {
    margin: 70px auto 0;
    text-align: center;
    max-width: 565px;
}

#page_contents .thanks_renew .line_banner {
    background-color: #35ae35;
    text-align: center;
}

#page_contents .thanks_renew .line_banner p {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin-bottom: 0;
}

#page_contents .thanks_renew .line_banner span {
    color: #f0f38d;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

#page_contents .thanks_renew .line-area {
    background-image: url(../img/form/back.jpg);
    background-position: center;
    background-size: cover;
    padding: 75px 0 60px;
}

#page_contents .thanks_renew .line-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
#page_contents .thanks_renew.match .line-flex {
    align-items: baseline;
    gap: 0 60px;
}

#page_contents .thanks_renew .line-flex figure {
    max-width: 520px;
}
#page_contents .thanks_renew.match .line-flex figure {
    max-width: 50%;
}

#page_contents .thanks_renew .line-flex .line-text {
    max-width: 530px;
}

#page_contents .thanks_renew .sono-text {
    width: 250px;
    margin: 0 0 10px 70px;
}

#page_contents .thanks_renew .shindan-wrap {
    display: flex;
}

#page_contents .thanks_renew .shindan-wrap .item-logo-wrap {
    width: 80px;
}

#page_contents .thanks_renew .shindan-wrap p {
    color: #1a1a1a;
    font-weight: bold;
    display: inline;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #f6d85d 0%)
        repeat scroll 0 0;
}

#page_contents .thanks_renew .shindan-wrap:last-child {
    margin-top: 30px;
}

#page_contents .thanks_renew .shindan-wrap:last-child .item-logo-wrap {
    padding-right: 25px;
}

#page_contents .thanks_renew .shindan-wrap:last-child p {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #ffb0a4 0%)
        repeat scroll 0 0;
}

#page_contents .thanks_renew .tuika {
    width: 620px;
    margin: 0 auto;
    transition: 0.4s;
}

#page_contents .thanks_renew .tuika:hover {
    opacity: 0.8;
    transition: 0.4s;
}

#page_contents .thanks_renew .matigai {
    background-color: #fffef9;
    padding: 50px 0 60px;
    text-align: center;
}

#page_contents .thanks_renew .matigai .kakunin {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 2em;
    letter-spacing: 0.02em;
}

#page_contents .thanks_renew .matigai a {
    display: inline;
    color: #009944;
    font-size: 25px;
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#page_contents .thanks_renew.match .matigai a {
    font-size: 20px;
    text-decoration: none;
}

#page_contents .thanks_renew .matigai img {
    width: 20px;
    display: inline-block;
}
#page_contents .thanks_renew.match .matigai img {
    width: 15px;
}

#page_contents .thanks_renew .matigai .kome {
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-top: 5px;
}

#page_contents .thanks_renew .taiken-banner {
    background-color: #ff6671;
    text-align: center;
}

#page_contents .thanks_renew .taiken-banner p {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 41px;
    line-height: 1.8;
    margin-bottom: 0;
}

#page_contents .thanks_renew .taiken-banner span {
    color: #f0f38d;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 41px;
}

#page_contents .thanks_renew .much {
    background-color: #fffceb;
    padding: 55px 0 50px;
}

#page_contents .thanks_renew .much-flex {
    display: flex;
    justify-content: space-between;
}

#page_contents .thanks_renew .much-left {
    width: calc(100% - 285px);
}

#page_contents .thanks_renew .much-left p {
    margin: 40px 0 60px;
}

#page_contents .thanks_renew .much-right {
    width: 255px;
}

#page_contents .thanks_renew .ok-wrap {
    width: 380px;
    margin: 0 auto;
}

#page_contents .thanks_renew .yoyaku-wrap {
    text-align: center;
}

#page_contents .thanks_renew .yoyaku-wrap a {
    width: 620px;
    transition: 0.4s;
}

#page_contents .thanks_renew .yoyaku-wrap a:hover {
    opacity: 0.8;
    transition: 0.4s;
}
#page_contents #footer {
    padding: 10px 0 0;
}
#page_contents .thanks_renew #footer_security .security {
    padding: 60px 0;
}

#page_contents .thanks_renew #footer_security .security p {
    font-size: 31px;
    text-align: center;
    margin-bottom: 35px;
    align-items: center;
    color: #1a1a1a;
}

#page_contents .thanks_renew #footer_security .security .security-item {
    display: flex;
    gap: 0 50px;
    width: 620px;
    margin: 0 auto;
    align-items: baseline;
}

#page_contents
    .thanks_renew
    #footer_security
    .security
    .security-item
    div:first-child {
    width: 80px;
}

#page_contents
    .thanks_renew
    #footer_security
    .security
    .security-item
    div:nth-child(2) {
    width: 109px;
}

#page_contents
    .thanks_renew
    #footer_security
    .security
    .security-item
    div:nth-child(3) {
    width: 65px;
}

#page_contents
    .thanks_renew
    #footer_security
    .security
    .security-item
    div:nth-child(4) {
    width: 209px;
}

#page_contents .thanks_renew .tenpo {
    background-color: #f9f7f2;
    padding: 60px 0 0;
}

#page_contents .thanks_renew .tenpo h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    color: #1a1a1a;
}

#page_contents .thanks_renew .tenpo .tenpo-item {
    display: flex;
    margin-bottom: 40px;
}

#page_contents .thanks_renew .tenpo .tenpo-item:last-child {
    margin-bottom: 0;
}

#page_contents .thanks_renew .tenpo .tenpo-item .hed {
    width: 125px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 30px;
}

#page_contents .thanks_renew .tenpo .tenpo-item .hed:hover {
    color: #35ae35;
}

#page_contents .thanks_renew .tenpo .tenpo-item .kenmei {
    width: calc(100% - 250px);
    display: flex;
    flex-wrap: wrap;
}

#page_contents .thanks_renew .tenpo .tenpo-item .kenmei a {
    font-size: 13px;
    width: auto;
    height: auto;
}

#page_contents .thanks_renew .tenpo .tenpo-item .kenmei a:hover {
    color: #35ae35;
}

#page_contents .thanks_renew .tenpo .tenpo-item .kenmei span {
    width: 1px;
    height: 12px;
    background-color: #1a1a1a;
    display: inline-block;
    margin: 0 15px;
}

@media screen and (max-width: 1200px) {
    #page_contents .thanks_renew .tab {
        display: block;
    }
}

@media screen and (max-width: 1200px) and (max-width: 1050px) {
    #page_contents .thanks_renew .line-flex {
        justify-content: center;
        gap: 0 30px;
    }
    #page_contents .thanks_renew .line-flex figure {
        width: 45%;
    }
    #page_contents .thanks_renew .shindan-wrap {
        margin-left: 10%;
    }
    #page_contents .thanks_renew .shindan-wrap p {
        font-size: 25px;
    }
    #page_contents .thanks_renew .shindan-wrap .item-logo-wrap {
        width: 60px;
    }
}

@media screen and (max-width: 768px) {
    #page_contents .thanks_renew .sp {
        display: block;
    }
    #page_contents .thanks_renew .pc {
        display: none;
    }
    #page_contents .thanks_renew .tab {
        display: none;
    }
    #page_contents .thanks_renew .thanks {
        padding: 15px 0 20px;
    }
    #page_contents .thanks_renew .thanks .pan a {
        font-size: 12px;
        width: auto;
    }
    #page_contents .thanks_renew .thanks_title {
        margin: 15px auto 0;
        max-width: 90%;
    }
    #page_contents .thanks_renew .line_banner p {
        font-size: 5vw;
    }
    #page_contents .thanks_renew .line_banner span {
        font-size: 5vw;
    }
    #page_contents .thanks_renew .line-area {
        padding: 15px 0 0;
    }
    #page_contents .thanks_renew.match .line-area {
        padding: 10px 0;
        /*background-image: inherit;*/
    }
    #page_contents .thanks_renew .line-flex {
        display: block;
        margin-bottom: 10px;
    }
    #page_contents .thanks_renew.match .line-flex {
        margin-bottom: 30px;
    }
    #page_contents .thanks_renew .line-flex figure {
        max-width: 90%;
        margin: 0 auto;
        width: 100%;
    }
    #page_contents .thanks_renew.match .line-flex figure {
        margin: 0;
    }
    #page_contents .thanks_renew .line-flex .line-text {
        max-width: 300px;
        margin: 0 auto;
    }
    .jouhou-wrap {
        padding-top: 10px;
    }
    #page_contents .thanks_renew .sono-text {
        margin: 0 auto;
        width: 100%;
    }
    #page_contents .thanks_renew .sono-text img {
        width: 43%;
        margin-left: 30%;
        margin-bottom: 10px;
    }
    #page_contents .thanks_renew .shindan-wrap .item-logo-wrap {
        width: 60px;
    }
    #page_contents .thanks_renew .shindan-wrap .item-logo-wrap img {
        margin-bottom: 10px;
    }
    #page_contents .thanks_renew .shindan-wrap p {
        font-size: 16px;
    }
    #page_contents .thanks_renew .shindan-wrap:last-child {
        margin-top: 0px;
    }
    #page_contents .thanks_renew .tuika {
        max-width: 100%;
    }
    #page_contents .thanks_renew .tuika img {
        margin-bottom: 10px;
    }
    #page_contents .thanks_renew.match .matigai-wrap {
        background-color: #fffef9;
    }
    #page_contents .thanks_renew .matigai {
        padding: 10px 0;
    }
    #page_contents .thanks_renew .matigai .kakunin {
        font-size: 16px;
    }
    #page_contents .thanks_renew .matigai a {
        font-size: 16px;
    }
    #page_contents .thanks_renew .matigai img {
        width: 13px;
    }
    #page_contents .thanks_renew .matigai .kome {
        font-size: 14px;
        margin-top: 5px;
    }
    #page_contents .thanks_renew .taiken-banner p {
        font-size: 5vw;
    }
    #page_contents .thanks_renew .taiken-banner span {
        font-size: 5vw;
    }
    #page_contents .thanks_renew .much {
        padding: 20px 0 20px;
    }
    #page_contents .thanks_renew .much-flex {
        display: block;
        justify-content: space-between;
    }
    #page_contents .thanks_renew .much-flex p {
        margin: 15px 0 20px;
        text-align: center;
    }
    #page_contents .thanks_renew .much-left {
        width: 100%;
    }
    #page_contents .thanks_renew .much-right {
        /*width: 100%;*/
        max-width: 440px;
        margin: 10px auto 0;
    }
    #page_contents .thanks_renew .much-right img {
        margin-bottom: 0;
    }
    #page_contents .thanks_renew .ok-wrap {
        max-width: 100%;
    }
    #page_contents .thanks_renew .yoyaku-wrap a {
        max-width: 100%;
    }
    #page_contents .thanks_renew .yoyaku-wrap img {
        margin-bottom: 0;
    }
    #page_contents .thanks_renew .yoyaku-wrap .ok-wrap img {
        margin-bottom: 10px;
    }
    #page_contents .thanks_renew #footer_security,
    #page_contents .thanks_renew #footer_security .security {
        padding: 0;
    }
    #page_contents .thanks_renew #footer_security .security p {
        font-size: 14px;
        font-weight: normal;
    }
    #page_contents .thanks_renew #footer_security .security .security-item {
        gap: 0 20px;
        width: 100%;
    }
}
/*----end thanks renew----*/
/*----price episode_list renew----*/
.episode_list .price-carousel_wrapper .price-carousel_item {
    background-color: #fff;
}
/*----end episode_list renew----*/

body.single .img-border {
    border: 1px solid #666;
}

/* SP global navi */
.sp-global-menu {
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    z-index: 3;
}
.sp-global-menu button {
    padding: 0;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.sp-global-menu > .list-parent {
    margin-bottom: 0;
    width: 100%;
}
.sp-global-menu .col {
    padding-right: 0;
    padding-left: 0;
    display: flex;
}

.sp-global-menu > .list-parent > li + li {
    border-left: 1px solid #ffa393;
}

.sp-global-menu .list-parent .button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f98571;
    padding: 12px 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
    z-index: 3;
}
.sp-global-menu a:hover,
.sp-global-menu a:active,
.sp-global-menu a:focus {
    color: inherit;
}
.sp-global-menu .list-child {
    display: none;
    position: fixed;
    top: 12rem;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 2px 8px rgb(0, 0, 0, 0.3);
}
.sp-global-menu .list-child li + li {
    border-top: 1px solid #efefef;
}
.sp-global-menu .list-child a {
    position: relative;
    display: block;
    padding: 16px 14px;
}
.sp-global-menu .list-child a::after {
    position: absolute;
    right: 2rem;
    bottom: 0;
    top: calc(50% - 4px);
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #ea5317;
    border-right: solid 2px #ea5317;
    transform: rotate(45deg);
}

.sp-global-menu .list-child a .cont {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
}
.sp-global-menu .list-child a .cont span {
    display: inline-block;
    margin-left: 4px;
    text-decoration: underline;
    font-size: 20px;
    color: #f98571;
}

/* 68 */
#waribiki .price-price__item.header {
    border-top: 1px solid #a8a8a8;
    color: #dc515a;
    font-weight: bold;
    background-color: #fbf1f1;
}
#waribiki .price-price__item {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-bottom: 1px solid #a8a8a8;
}
#waribiki .price-price__item:not(:last-child) {
    border-bottom: 1px solid #a8a8a8;
}

#waribiki .price-price__item dt {
    flex-basis: 32%;
    max-width: 32%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1px !important;
    border-right: 1px solid #a8a8a8;
    border-left: 1px solid #a8a8a8;
}
#waribiki .price-price__item dd {
    flex-basis: 34%;
    max-width: 34%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    font-size: clamp(16px, (16 / 375 * 100vw), 24px);
    font-weight: bold;
}
#waribiki .price-price__item dd:last-child {
    border-left: 1px solid #a8a8a8;
    border-right: #a8a8a8 solid 1px;
}
#waribiki .price-price__item dt.mini {
    font-size: 10px;
}
.price-container {
    margin-bottom: 40px;
}

/* 料金表 202303 */
.scroll-block {
    overflow: auto;
}
.scroll-block .price-plan-list {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.scroll-block .price-plan-list th,
.scroll-block .price-plan-list td {
    padding: 12px 20px;
    white-space: nowrap;
    border: 1px solid #a8a8a8;
}
.scroll-block .price-plan-list th {
    max-width: 250px;
    color: #4b4949;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    background-color: #fbf1f1;
}
.scroll-block .price-plan-list th {
    width: 50%;
    text-align: center;
    color: #dc515a;
    font-size: 18px;
    font-weight: bold;
}
.scroll-block .price-plan-list td {
    width: 25%;
    background-color: #ffffff;
    vertical-align: middle;
    text-align: center;
}
.scroll-block .price-plan-list td:last-child {
    width: 50%;
    text-align: left;
}
.scroll-block .price-plan-list td.text-item {
    font-size: 20px;
    font-weight: bold;
}
.scroll-block .price-plan-list td.text-price {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.scroll-block .price-plan-list td.text-price.p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
.scroll-block .price-plan-list td.text-price span {
    font-size: 14px;
    font-weight: normal;
}
.scroll-block .price-plan-list td.text-price.p span {
    font-size: 20px;
    font-weight: bold;
    color: #c1272d;
}
.scroll-block .price-plan-list td.text-note ul {
    margin-left: 20px;
}
.scroll-block .price-plan-list td.text-note li {
    list-style-type: disc;
}

/* 関連するキーワード */
.TAGS {
    margin: 40px 0;
    padding: 20px 10px;
    background-color: #f8f9fa;
}
@media (min-width: 768px) {
    .TAGS {
        padding: 20px;
    }
}
#page_contents .TAGS__ttl {
    margin-bottom: 10px;
    padding: 0;
    line-height: initial;
    color: #89664f;
    font-size: 1.6rem;
    font-weight: bold;
}
@media (min-width: 768px) {
    #page_contents .TAGS__ttl {
        margin-bottom: 20px;
    }
}
.TAGS__box {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    text-align: center;
}
@media (min-width: 768px) {
    .TAGS__box {
        gap: 10px;
    }
}
.TAGS__tag {
    padding: 3px 8px 2px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
@media (min-width: 768px) {
    .TAGS__tag {
        padding: 10px;
    }
}
.price-discount__item {
    display: flex;
    width: 100%;
    border: 1px solid #a8a8a8;
}
.price-discount__item dt {
    border-right: 1px solid #a8a8a8;
    background: #fbf1f1;
    color: #dc515a;
    font-size: clamp(16px, (16 / 375 * 100vw), 24px);
    padding: 10px;
    font-weight: bold;
    text-align: center;
}
.price-discount__item dd {
    font-size: clamp(16px, (16 / 375 * 100vw), 24px);
    padding: 10px;
    font-weight: bold;
    text-align: center;
}
.price-discount__sub {
    font-size: clamp(16px, (14 / 375 * 100vw), 24px);
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1023px) {
    .price-discount__item dt {
        font-size: 18px;
    }
    .price-discount__item dd {
        font-size: 18px;
    }
    .price-discount__sub {
        font-size: 18px;
    }
}
.price-discount__sub dd {
    width: auto;
    padding: 0 0 0 20px;
}
.price-discount__sub:before {
    content: " ";
    background: url("../img/price/price_discount_arrow.png") no-repeat 0 0;
    background-size: 100% auto;
    width: 43px;
    height: 46px;
}

.cta_matching_section {
    margin: 0 0 20px;
}
.cta_matching_section .inr {
    background-color: rgba(246, 241, 235, 0.6);
    padding: 0 0 20px;
}
.cta_matching_section .inr .title2 {
    color: #1a1a1a !important;
    padding: 20px 0 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.7 !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}
.cta_matching_section .inr .title2 strong {
    font-size: 22px !important;
    color: inherit !important;
    background: none !important;
}
.cta_matching_section .inr .title2::after {
    display: none;
}
.cta_matching_section .inr .dfoc_contant {
    padding: 0 15px;
}
.cta_matching_section .inr .dfoc_contant .dfocc_top_img {
    margin: 0 0 20px;
}
.cta_matching_section .inr .dfoc_contant .dfocc_top_img img {
    margin: 0;
    width: 100%;
}
.cta_matching_section .inr .dfoc_contant .dfocc_q {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}
.cta_matching_section .inr .dfoc_contant .dfocc_q_i {
    flex-basis: 50px;
    margin: 0 12px 0 0;
}
.cta_matching_section .inr .dfoc_contant .dfocc_q_i img {
    margin: 0;
}
.cta_matching_section .inr .dfoc_contant .dfocc_q_t {
    flex: 1;
    font-weight: bold;
    margin: 0;
}
.cta_matching_section .inr .dfoc_contant .dfocc_q + p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
}
.cta_matching_section .inr .dfoc_contant .dfocc_q + p span {
    color: #dc515a;
    text-decoration: underline;
}
.cta_matching_section .inr .dfoc_contant .dfocc_white {
    background-color: #fff;
    padding: 20px 12px;
    text-align: center;
    margin-bottom: 20px;
}
.cta_matching_section .inr .dfoc_contant .dfocc_white p {
    text-align: center;
    margin: 0;
    font-weight: bold;
}
.cta_matching_section .inr .dfoc_contant .dfocc_white ol {
    margin: 20px 0 14px;
    padding: 0 0 0 26px;
    display: inline-block;
}
.cta_matching_section .inr .dfoc_contant .dfocc_white ol li {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    list-style: decimal;
    margin: 0 0 6px;
    color: #dc515a;
    text-decoration: underline;
}
.cta_matching_section .inr .dfoc_contant .dfocc_white + p {
    text-align: center;
    font-weight: bold;
}

#new-modal {
    position: fixed;
    bottom: 140px;
    right: 5px;
    width: 140px;
    z-index: 99999;
}
#new-modal a {
    display: block;
}
#new-modal img {
    margin: 0;
    width: 100%;
}
#new-modal .new-modal-close {
    position: absolute;
    top: -30px;
    right: 0;
}
#new-modal .new-modal-close button {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
}
#new-modal .new-modal-close button img {
    width: 16px;
    height: 16px;
}

/*202309追加*/
.top_section_store .top_gide_map_img {
    display: none;
}

#new-map {
    background: #faeae5;
    margin-bottom: 32px;
}

.map-list {
    border-top: 1px solid #a8a8a8;
    margin: 30px auto;
}
.map-list li {
    border-bottom: 1px solid #a8a8a8;
}

.map-list__title {
    position: relative;
    cursor: pointer;
    padding: 20px 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #aaa;
    color: #dc515a;
}
.to .map-list__title {
    border-top: 1px solid #aaa;
}
.map-list__title span {
    margin-right: 25px;
    font-size: 1.6rem;
    color: #dc515a;
}
.map-list__title::after {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 50%;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #dc515a;
    border-right: solid 2px #dc515a;
    transform: rotate(135deg);
    margin-top: -4px;
}
.map-list__title.u-close::after {
    transform: rotate(-45deg);
}

.map-list__box {
    display: none;
}

.map-list__box-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.map-list__box-inner a {
    min-width: calc(50% - 5px);
    background: #fff;
    padding: 12px 0;
    text-align: center;
    position: relative;
    font-size: 1.3rem;
}
.map-list__box-inner a::after {
    position: absolute;
    right: 12px;
    bottom: 0;
    top: 50%;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #1a1a1a;
    border-right: solid 1px #1a1a1a;
    transform: rotate(45deg);
    margin-top: -4px;
}
.map-list__box-inner figure {
    margin-bottom: 0;
}
.map-list__box-inner figure img {
    margin-bottom: 0;
}
.map-list__box-inner p {
    margin-bottom: 0;
}
.qa_list .qestion2 {
    position: relative;
    margin-bottom: 0;
    padding: 10px 40px;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
}
.qa_list .qestion2 > span {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 7px;
    left: 0;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 15px;
    background: linear-gradient(90deg, #28bc7d, #6ac0ff);
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
}
.qa_list .qestion2::before,
.qa_list .qestion2::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
}
.qa_list .qestion2::before {
    border-right: 2px solid #28bc7d;
    right: 7px;
    top: calc(50% - 6px);
}
.qa_list .qestion2::after {
    border-top: 2px solid #28bc7d;
    right: 0;
    top: 50%;
}
.step-list .step-list__title2 {
    position: relative;
    cursor: pointer;
    padding: 20px 40px 20px 0;
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.step-list .step-list__title2 span {
    margin-right: 25px;
    font-size: 1.6rem;
    color: #dc515a;
    text-align: center;
    min-width: 44px;
}
.step-list .step-list__title2::after {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 50%;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #dc515a;
    border-right: solid 2px #dc515a;
    transform: rotate(135deg);
    margin-top: -4px;
}
.step-list .step-list__title2.u-close::after {
    transform: rotate(-45deg);
}
.step-list .step-list__box-inner p .b {
    font-weight: bold;
}
.step-list .step-list__box-inner p .mini {
    color: #9f9d9d;
    font-size: 1rem;
}
#new-osu_sp {
    background: #f2f9ff;
}
#new-osu_sp h2 {
    padding-bottom: 20px;
    position: relative;
}
#new-osu_sp h2::after {
    content: "";
    width: 10%;
    height: 2px;
    background: #dc525a;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
#new-osu_sp .in-box {
    margin-bottom: 30px;
}
#new-osu_sp .in-box .ig {
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
    padding: 40px 30px 40px 60px;
}
#new-osu_sp .in-box h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #dc525a;
    line-height: 1.8;
    position: relative;
    margin: 0 0 30px;
}
#new-osu_sp .in-box h3 .num {
    position: absolute;
    left: -50px;
    top: 50%;
    color: #dc525a;
    transform: translateY(-50%);
    font-size: 4.4rem;
    font-family: "Trebuchet MS";
}
#new-osu_sp .in-box p {
    color: #fff;
    margin: 0;
    line-height: 1.8;
}
#new-osu_sp .in-box:last-of-type {
    margin-bottom: 0;
}
.top_section.top_section_problem {
    background: #fbf2eb;
}
.top_section.top_section_problem .top_section_problem__inner2 {
    background: none;
}

#new-choise_sp h2 {
    padding-bottom: 20px;
    position: relative;
}
#new-choise_sp h2::after {
    content: "";
    width: 10%;
    height: 2px;
    background: #dc525a;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
#new-choise_sp .in-box {
    margin-bottom: 30px;
}
#new-choise_sp .in-box .ig img {
    width: 100%;
}
#new-choise_sp .in-box h3 {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 0 10px 14px;
    position: relative;
}
#new-choise_sp .in-box h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #dc525a;
}
#new-choise_sp .in-box p {
    margin: 0;
    position: relative;
}
#new-choise_sp .in-box p .color {
    color: #dc535b;
}
#new-choise_sp .in-box p .next {
    display: none;
}
#new-choise_sp .in-box p.hi {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#new-choise_sp .in-box p.hi .next {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    right: 0;
    bottom: 0;
    padding: 0 0 0 6px;
    font-weight: bold;
    text-decoration: underline;
    background: #fff;
}
#new-choise_sp .in-box:last-of-type {
    margin-bottom: 0;
}
.pc-only {
    display: none !important;
}

.top_gide_map.branch_gide_map li.touhoku {
    top: 0;
    left: 0;
}
.top_gide_map.branch_gide_map li.hokuriku {
    top: 63px;
    left: 0;
}
.top_gide_map.branch_gide_map li.kantou {
    bottom: 146px;
    right: 0;
}
.top_gide_map.branch_gide_map li.toukai {
    bottom: 83px;
    right: 0;
}
.top_gide_map.branch_gide_map li.kansai {
    bottom: 20px;
    right: 0;
}
.top_gide_map.branch_gide_map li.shikoku {
    top: 126px;
    left: 0;
}
.top_gide_map.branch_gide_map li.kyusyu {
    bottom: 20px;
    right: 134px;
}
.top_gide_map_img_branch {
    width: 90%;
    margin: 0 auto 0 0;
}
.top_gide_map_img_branch img {
    width: 100%;
}

/* 体験談の検索UI */
.episode-search {
    border: 1px solid #89664f;
}
.episode_desc {
    color: #89664f;
}
.episode-search__title {
    position: relative;
    font-size: 1.8rem;
    cursor: pointer;
    margin-bottom: 0;
}
.episode-search__title + .episode-search__body {
    display: none;
}
.episode-search__title::before {
    margin-right: 10px;
}
.episode-search__title::after {
    content: "＋";
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    display: block;
    width: 22px;
    height: 22px;
    transform: unset;
    margin-top: unset;
}
.episode-search__title.is-open::after {
    content: "−";
}
.episode-search__body {
    padding: 24px 0 0 0;
}
.episode-search .episode-search__body h4 {
    background: #ebe5e4;
    border-radius: 12px;
    font-size: 1.8rem;
    position: relative;
    margin: 24px 0 10px 0;
    padding: 8px 12px;
    cursor: pointer;
}
.episode-search .episode-search__body h4:first-child {
    margin-top: 0;
}
.episode-search .episode-search__body h4 + .tab_content {
    display: none;
}
.episode-search .episode-search__body h4:after {
    content: "＋";
    position: absolute;
    right: 12px;
    top: calc(50% - 12px);
    display: block;
    width: 22px;
    height: 22px;
    transform: unset;
    margin-top: unset;
}
.episode-search .episode-search__body h4.is-open:after {
    content: "−";
}

/*特徴ページ202404*/

#service_page .main_visual {
    background-color: #fffae0;
}

#service_page .main_visual:after {
    border-top: 30px solid #fffae0;
}

#service_page .main_visual__text {
    margin: 0 auto;
    padding: 40px 0 !important;
    display: flex;
    align-items: flex-start;
    width: 710px;
}

#service_page .main_visual__text p {
    text-align: left;
    margin-left: 20px;
}

#service_page .main_visual__text img {
    width: 110px;
    height: auto;
}

#service_page h3.anc_point__ttl {
    color: #1a1a1a !important;
    text-align: center;
}

#service_page .anc_point {
    display: flex;
}

#service_page .anc_point li {
    width: 24%;
}

#service_page .anc_point li a {
    border: 1px solid #dc515b;
    border-radius: 8px;
    display: block;
    padding: 0px 20px 40px;
    transition: 0.3s;
    text-align: center;
    font-weight: bold;
    position: relative;
}

#service_page .anc_point li a:hover {
    color: #1a1a1a;
    background-color: #f8e4e4;
}

#service_page .anc_point li a::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 1px #dc515b;
    border-right: solid 1px #dc515b;
    position: absolute;
    left: calc(50% - 5px);
    bottom: 20px;
    transform: rotate(135deg);
}

#service_page .anc_point li a span.anc_point-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dc515b;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    border-radius: 2px;
    position: relative;
    top: -15px;
    padding: 4px 8px;
    width: 100px;
    margin: auto;
}

#service_page .anc_point li a span.anc_point-ttl .anc_point-num {
    font-size: 2rem;
    margin-left: 0.4rem;
}

#service_page .anc_point li a span.fs-small {
    font-size: 1.4rem;
    display: block;
    line-height: 1.6;
}

#service_page .anc_point li a span.fs-large {
    font-size: 1.8rem;
    display: block;
    line-height: 1.6;
}

#service_page .anc_point li a span.fs-strong {
    font-size: 2.6rem;
    line-height: 1.18;
    color: #dc515b;
}

#service_page .anc_point li a span.fs-strong2 {
    font-size: 2.2rem;
    line-height: 1.4;
    color: #dc515b;
}

#service_page .anc_point li a span.fs-strong .fs-mini {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #1a1a1a;
}

#service_page #point01,
#service_page #point02,
#service_page #point03,
#service_page #point04 {
    padding-top: 20px;
    content: "　";
}

#service_page .point_area {
    padding-top: 10px;
}

#service_page .point_area .title3 {
    font-size: 22px !important;
}

#service_page .point_area .title3 span {
    font-size: 30px;
}

#service_page .point_area p span.strong {
    font-weight: bold;
    color: #dc515b;
}

#service_page .point_area_num {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dc515b;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    border-radius: 2px;
    position: relative;
    top: -25px;
    padding: 4px 8px;
    width: 80px;
    margin: auto;
}

#service_page .point_area_num span {
    font-size: 1.3rem;
    margin-right: 0.4rem;
}

#service_page .point_area_box.flex_rr {
    flex-direction: row-reverse;
}

#service_page .point02_list {
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-around;
}

#service_page .point02_list li {
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 15px 0;
    font-weight: bold;
    width: 135px;
}

#service_page #point03.point_area {
    padding-top: 10px !important;
}

#service_page .table-point_area_txt {
    margin-top: 20px;
}

#service_page .table-point_area_txt a {
    text-decoration: underline;
    font-weight: bold;
}

#service_page .tableWrap > table {
    border: 1px solid #e6e6e6 !important;
    border-bottom: none !important;
}

#service_page .tableWrap table .top-left-radius,
#service_page .tableWrap table .top-right-radius {
    border-radius: 0;
}

#service_page .tableWrap table thead td,
#service_page .tableWrap table thead th {
    background-color: #fbf1f1;
    border-right: 1px solid #e6e6e6 !important;
    color: #1a1a1a;
    font-weight: normal;
}

#service_page .tableWrap table thead td {
    background-color: #f8f8f8;
}

#service_page .tableWrap table thead td:last-of-type,
#service_page .tableWrap table thead th:last-of-type,
#service_page .tableWrap table td:last-of-type {
    border-right: none !important;
}

#service_page .tableWrap table thead th.zwei {
    background: none;
    background-color: #dc515b !important;
    color: #fff;
}

#service_page .tableWrap table tbody td.zwei {
    background-color: #fff;
    font-weight: bold;
    border-left: 2px solid #dc515b;
    border-right: 2px solid #dc515b !important;
    font-size: 1.8rem;
}

#service_page .tableWrap table tbody td {
    font-weight: bold;
}

#service_page .tableWrap table tbody td .lc {
    text-align: left;
    display: block;
    font-size: 1.1rem;
    padding: 0 0.4em;
}

#service_page .tableWrap table tbody td.zwei.l-lc {
    border-bottom: 2px solid #dc515b;
}

#service_page .tableWrap table tbody td.zwei.l-lc .lc {
    font-size: 1.4rem;
    line-height: 1.5;
}

#service_page .tableWrap table .type1 {
    border-left: 0;
    background-color: #f8f8f8;
}

#service_page .s-scrolling::before {
    display: none !important;
}

#service_page .tableWrap tr table tbody tr:nth-child(odd) {
    background-color: #fff !important;
}

#service_page .point-cv-btn {
    margin: 28px auto 40px;
    max-width: 500px;
}

#service_page .point-cv-btn a {
    display: flex;
    width: 90%;
    background: linear-gradient(45deg, #ffa3d5, #ff50a0, #f5005e);
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    padding: 8px 0;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    transition: 0.3s;
}

#service_page .point-cv-btn a:hover {
    opacity: 0.7;
}

#service_page .point-cv-btn a span {
    font-size: 1.6rem;
}

/*店舗情報*/

#branch {
    font-family: "Noto Sans JP", sans-serif;
}

#branch .branch-cv {
    margin: 28px auto 0;
    max-width: 500px;
}

#branch .branch-cv a {
    display: flex;
    width: 90%;
    background: linear-gradient(45deg, #ffa3d5, #ff50a0, #f5005e);
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 0;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
}

#branch .branch-cv a:after {
    content: " ";
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 10px;
    height: 16px;
    background: url(/wp-content/themes/zwei/img/price/price2/arrow2.svg)
        no-repeat;
}

#branch .branch-cv a span {
    font-size: 14px;
    display: block;
}

#branch h1 {
    text-align: center;
    font-size: 16px;
    margin: 24px 0 0;
}

#branch .container h1 {
    font-size: 2.2rem;
    margin: 0 0 30px 0;
}

#branch h1 + p {
    text-align: center;
    line-height: 1.5;
    margin: 8px 0 0;
    color: #f54250;
    font-size: 24px;
}

#branch .branch-top {
    margin: 24px 0 0;
}

#branch .branch-top .mv + p {
    margin: 20px 20px;
    font-size: 14px;
    text-align: center;
}

#branch .branch-top .mv .mv-sp {
    display: block;
}

#branch .branch-top .mv .mv-pc {
    display: none;
}

#branch .branch-top .information {
    margin: 0 auto;
    padding: 40px 0;
    background: #fff5f5;
    width: 100%;
    max-width: 100%;
}

#branch .branch-top .information h2 {
    position: relative;
    font-size: 26px;
    display: block;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}
#branch .branch-top .information h2:before {
    content: " ";
    background: #ff8be0;
    width: 26px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}

#branch .branch-top .information article {
    background: #fff;
    padding: 28px;
    max-width: 94%;
    margin: 10px auto 0;
}

#branch .branch-top .information article h3 {
    font-size: 14px;
    font-weight: bold;
}

#branch .branch-top .information article p {
    font-size: 12px;
    margin: 0;
}

#branch .branch-index {
    margin: 32px 0 52px;
}

#branch .branch-index h2 {
    margin: 0 auto;
    background: #ffd1d1;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    position: relative;
    width: 26em;
    border-radius: 20px;
}

#branch .branch-index h2:after {
    content: " ";
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background: #ffd1d1;
    width: 16px;
    height: 8px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

#branch .branch-index ul {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 12px 20px;
    gap: 20px;
}

#branch .branch-index ul li {
    width: 50%;
}

#branch .branch-index ul li:nth-child(1) a {
    padding-top: 1.5em;
    color: #ff4d5b;
}

#branch .branch-index ul li:nth-child(2) a {
    padding-top: 1.5em;
    color: #ff7d1d;
}

#branch .branch-index ul li:nth-child(2) a:after {
    background: url(/wp-content/themes/zwei/img/branch2/arrow_yellow.svg)
        no-repeat;
}

#branch .branch-index ul li:nth-child(3) a {
    color: #37af6a;
}

#branch .branch-index ul li:nth-child(3) a:after {
    background: url(/wp-content/themes/zwei/img/branch2/arrow_green.svg)
        no-repeat;
}

#branch .branch-index ul li a {
    border-radius: 4px;
    width: 100%;
    height: 86px;
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 14px;
    text-align: center;
    padding: 12px 0 0 0;
    position: relative;
    line-height: 1.2;
}

#branch .branch-index ul li a:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    width: 10px;
    height: 6px;
    background: url(/wp-content/themes/zwei/img/branch2/arrow_pink.svg)
        no-repeat;
}

#branch .branch-information {
    overflow-x: hidden;
}

#branch .branch-information h2 {
    text-align: center;
    font-size: 22px;
    margin: 0 0 20px;
}

#branch .branch-information h2 span {
    display: block;
    margin: 0 auto;
    color: #f54250;
    font-size: 16px;
    text-align: center;
}

#branch .branch-information table {
    margin: 0 20px;
    font-size: 14px;
    max-width: 1000px;
}

#branch .branch-information table tbody th,
#branch .branch-information table tbody td {
    padding: 4px 0;
}

#branch .branch-information table tbody th {
    width: 6em;
}

#branch .branch-reason {
    background: #fffbeb;
    padding: 32px 0;
    margin: 32px 0;
}

#branch .branch-reason h2 {
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    position: relative;
    padding: 0 0 20px;
}

#branch .branch-reason h2 span {
    font-size: 20px;
    display: block;
    text-align: center;
}

#branch .branch-reason h2:after {
    content: " ";
    background: #ff8be0;
    width: 26px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#branch .branch-reason h2 + p {
    margin: 20px 20px 0 20px;
}

#branch .branch-reason__note {
    max-width: 700px;
    counter-reset: count 0;
    padding:0 2em;
    margin:0 auto 3em;
}
#branch .branch-reason__note > li {
    font-size: min(12px, calc(100vw/40));
    color: #555555;
    line-height: calc(26/20);
    padding-left: 2em;
    position: relative;
}
#branch .branch-reason__note > li::before {
    counter-increment: count 1;
    content: "※"counter(count);
    position: absolute;
    left: 0;
    top: 0;
}

#branch .branch-reason ul {
    max-width: 1000px;
}

#branch .branch-reason ul li {
    padding: 0 0 32px;
}

#branch .branch-reason ul li h3 {
    display: flex;
    color: #ff5361;
    margin: 0 16px;
    letter-spacing: 0;
    align-items: center;
}

#branch .branch-reason ul li h3 .num {
    font-size: 40px;
    font-weight: bold;
    width: 60px;
    text-align: center;
    line-height: 1;
}

#branch .branch-reason ul li h3 .num span {
    font-size: 14px;
    line-height: 1;
    display: block;
    text-align: center;
}

#branch .branch-reason ul li h3 .title2 {
    width: calc(100% - 40px);
    color: #ff5361;
    font-size: 19px;
    text-align: left;
    line-height: 1.5;
    padding: 0 0 0 10px;
}

#branch .branch-reason ul li .image {
    position: relative;
    width: 90%;
    line-height: 0;
    margin: 20px 0 20px auto;
}

#branch .branch-reason ul li .image img {
    margin: 0;
    position: relative;
    z-index: 2;
}

#branch .branch-reason ul li .image:after {
    content: " ";
    position: absolute;
    left: -10px;
    bottom: -10px;
    background: #efe5bc;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#branch .branch-reason ul li p {
    margin: 0 20px;
}

#branch .branch-reason .catch {
    margin: 0 20px;
}

#branch .branch-reason .small-price__wrap{
	width: 90%;
	border: solid 1px #e3155f;
	border-radius:4px;
	background-color: #fff7ef;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 20px 0;
	padding: 20px 0 30px 0;
	margin:20px auto 0 auto;
}

#branch .branch-reason .small-price__wrap .price-txt{
	align-items: flex-end;
	color: #424242;
	display: flex;
	flex-basis: 40%;
	font-size: 1.4rem;
	gap: 2px;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1;
}

#branch .branch-reason .small-price__wrap .price-txt::before {
	content: '';
	background: url(../2024new/assets/images/top/icon-diamond.svg) no-repeat center center;
	background-size: 100% auto;
	width: 17px;
	height: 16px;
	display: block;
	box-sizing: border-box;
	transform: translateY(3px);
}
#branch .branch-reason .small-price__wrap .price-txt .price{
	color: #e3155f;
	font-family: 'Roboto Flex';
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1;
	transform: translateY(6px);
}

#branch .branch-point h2 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 32px;
}

#branch .branch-point h2:after {
    content: " ";
    background: #ff8be0;
    width: 26px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#branch .branch-point h2 + p {
    margin: 20px 20px;
}

#branch .branch-point ul {
    max-width: 1200px;
}

#branch .branch-point ul li h3 {
    margin: 0 auto 16px;
    background: #fff4c5;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    position: relative;
    width: 26em;
    color: #777701;
    border-radius: 20px;
}

#branch .branch-point ul li h3:after {
    content: " ";
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background: #fff4c5;
    width: 16px;
    height: 8px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

#branch .branch-point ul li .container {
    display: flex;
}

#branch .branch-point ul li .container .image {
    width: 128px;
}

#branch .branch-point ul li .container .image img {
    width: 100%;
}

#branch .branch-point ul li .container .text {
    width: calc(100% - 128px);
    padding: 0 0 0 12px;
}

#branch .branch-first {
    background: linear-gradient(#f7e1e0, #faede3);
    padding: 32px 0;
}

#branch .branch-first h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

#branch .branch-first ul li {
    padding: 12px 0;
}

#branch .branch-first ul li .container {
    display: flex;
    align-items: center;
}

#branch .branch-first ul li .container .image {
    width: 80px;
}

#branch .branch-first ul li .container .image img {
    margin: 0;
    width: 100%;
}

#branch .branch-first ul li .container .text {
    width: calc(100% - 80px);
    position: relative;
}

#branch .branch-first ul li .container .text p {
    background: #fff;
    border: 2px solid #65cab6;
    margin: 0 0 0 20px;
    padding: 4px 4px 4px 8px;
    border-radius: 8px;
    z-index: 2;
    position: relative;
}

#branch .branch-first ul li .container .text:after {
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    left: 8px;
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: " ";
    background-color: #fff;
    transform: rotate(180deg);
    z-index: 3;
}

#branch .branch-first ul li .container .text:before {
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    left: 3px;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: " ";
    background-color: #65cab6;
    transform: rotate(180deg);
    z-index: 1;
}

#branch .branch-first ul li:nth-child(2n) .container {
    flex-flow: row-reverse;
}

#branch .branch-first ul li:nth-child(2n) .container .text p {
    margin: 0 20px 0 0;
    border: 2px solid #f87966;
}

#branch .branch-first ul li:nth-child(2n) .container .text:after {
    transform: rotate(0);
    right: 8px;
    left: auto;
}

#branch .branch-first ul li:nth-child(2n) .container .text:before {
    background-color: #f87966;
    transform: rotate(0);
    right: 3px;
    left: auto;
}

#branch .branch-first .catch {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

#branch .branch-first .catch + div {
    margin: 0 20px;
}

#branch .branch-flow {
    background-color: #fff8ff;
    padding: 32px 0 0 0;
    margin: 32px 0;
}

#branch .branch-flow summary {
    display: block;
    list-style: none;
}

#branch .branch-flow h2 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 32px;
}

#branch .branch-flow h2:after {
    content: " ";
    background: #ff8be0;
    width: 26px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#branch .branch-flow ul {
    margin: 0 20px;
    max-width: 1000px;
}

#branch .branch-flow ul li {
    margin: 0 0 20px;
}

#branch .branch-flow ul li summary {
    background: #ff5c8e;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    padding: 8px 8px;
    position: relative;
    font-size: 18px;
    display: flex;
    align-items: center;
}

#branch .branch-flow ul li summary span:first-child {
    color: #ff5c8e;
    background: #fff;
    font-family: "Lato";
    display: inline-block;
    padding: 4px 8px;
    line-height: 1;
    border-radius: 20px;
    margin: 0 12px 0 0;
    font-size: 14px;
}

#branch .branch-flow ul li summary span:last-child {
    position: absolute;
    right: 12px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 8px;
    width: 20px;
}

#branch .branch-flow ul li summary span:last-child img {
    vertical-align: top;
}

#branch .branch-flow ul li summary:after {
    content: " ";
    position: absolute;
    background: #ff5c8e;
    height: 12px;
    width: 100px;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#branch .branch-flow ul li details[open] {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

#branch .branch-flow ul li details[open] summary {
    border-radius: 6px 6px 0 0;
}

#branch .branch-flow ul li details[open] summary:after {
    display: none;
}

#branch .branch-flow ul li details[open] summary span:last-child {
    transform: rotate(180deg);
}

#branch .branch-flow ul li details[open] summary + div {
    padding: 8px;
    border-radius: 0 0 6px 6px;
    background: #fff;
    position: relative;
}

#branch .branch-flow ul li details[open] summary + div p {
    margin: 0;
}

#branch .branch-flow ul li details[open] summary + div p.mb10 {
    margin-bottom: 1em;
}

#branch .branch-flow ul li:last-child summary:after {
    display: none;
}

#branch .branch-flow ul + .container {
    display: flex;
    margin: 32px auto 0;
    align-items: center;
    justify-content: center;
}

#branch .branch-flow ul + .container p {
    margin: 0;
}

#branch .branch-flow ul + .container img {
    width: 80px;
    margin: 0;
}

#branch .branch-feature {
    margin: 32px 0;
    max-width: 1000px;
}

#branch .branch-feature h2 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 32px;
}

#branch .branch-feature h2:after {
    content: " ";
    background: #37af6a;
    width: 26px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#branch .branch-feature > .body {
    margin: 0 20px;
}

#branch .branch-feature .message {
    background: #f4faea;
    border-radius: 6px;
    font-weight: bold;
    color: #37af6a;
    font-size: 16px;
    text-align: center;
    padding: 16px;
    margin: 20px 0;
}

#branch .branch-feature ul.featurelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
}

#branch .branch-feature ul.featurelist > li {
    width: 48%;
    margin: 0 0 12px;
}

#branch .branch-feature ul.featurelist > li.is-store {
    width: 100%;
}

#branch .branch-feature .feature-item {
    position: relative;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    height: 100%;
}

#branch .branch-feature .feature-item h3 {
    border-radius: 6px 6px 0 0;
    background: #37af6a;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    padding: 4px 2px;
    margin: 0;
    text-align: center;
}

#branch .branch-feature .feature-item .body {
    padding: 16px 16px;
}

#branch .branch-feature .feature-item .body p {
    margin: 0;
}

#branch .branch-feature .feature-item .body p img {
    margin: 0;
    width: 100%;
}

#branch .branch-feature .feature-item .body p.image {
    margin: 0 0 8px;
}

#branch .branch-feature .feature-item .body p.text {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

#branch .branch-feature .feature-item .body p.text span {
    font-size: 12px;
    padding: 0 2px;
}

#branch .branch-feature .feature-item .body p.desc {
    text-align: center;
}

#branch .branch-feature .feature-item .body p.desc span {
    font-size: 11px;
}

#branch .branch-feature .is-store .feature-item .container {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

#branch .branch-feature .is-store .feature-item .body {
    padding: 20px 28px;
}

#branch .branch-feature .is-store .feature-item .text {
    width: 120px;
    position: relative;
}

#branch .branch-feature .is-store .feature-item .text .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 45px;
    padding: 0;
}

#branch .branch-feature .is-store .feature-item .text p {
    padding: 0 0 0 30px;
    line-height: 1.5;
}

#branch .branch-feature .is-store .feature-item .text p:last-child {
    font-size: 24px;
}

#branch .branch-feature .is-store .feature-item .text p:last-child span {
    font-size: 12px;
    padding: 0 2px;
}

#branch .branch-feature .is-store .feature-item p.desc {
    width: calc(100% - 120px);
    font-size: 12px;
    text-align: left;
}

#branch .branch-feature ul.kome {
    font-size: 12px;
}

#branch .branch-feature ul.kome li {
    padding-left: 1.8em;
    text-indent: -1.8em;
}

#branch .branch-interview {
    position: relative;
    margin: 32px 0 0 0;
    padding: 32px 0 0 0;
    overflow-x: hidden;
}

#branch .branch-interview .body {
    background-color: #f4f4e2;
    padding-bottom: 32px;
}

#branch .branch-interview h2 {
    background-color: #f4f4e2;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    padding: 0 0 20px;
    margin: 0;
}

#branch .branch-interview h2 span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 0 24px;
}

#branch .branch-interview h2 span:after {
    content: " ";
    background: #90902f;
    width: 26px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#branch .branch-interview h2:before {
    position: absolute;
    content: " ";
    background-color: #f4f4e2;
    width: calc(100% + 60px);
    height: 100px;
    top: 0;
    left: -30px;
    clip-path: ellipse();
    z-index: 1;
}

#branch .branch-interview .staff {
    margin: 0 12px;
    display: flex;
    max-width: 1000px;
    align-items: center;
}

#branch .branch-interview .staff .image {
    width: 120px;
    overflow: hidden;
    height: 120px;
    border-radius: 120px;
    position: relative;
}

#branch .branch-interview .staff .image img {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    left: 30%;
    top: 0;
    transform: translate(-50%, 0);
}

#branch .branch-interview .staff .desc {
    width: calc(100% - 120px);
    padding: 0 0 0 20px;
}

#branch .branch-interview .staff .desc .name {
    font-size: 16px;
}

#branch .branch-interview ul {
    margin: 20px 20px 0;
    max-width: 1000px;
}

#branch .branch-interview ul li {
    margin: 0 0 8px;
}

#branch .branch-interview ul li details {
    background: #fff;
    padding: 8px;
    border-radius: 6px;
}

#branch .branch-interview ul li details summary {
    display: block;
    list-style: none;
    position: relative;
    padding: 0 28px 0 0;
}

#branch .branch-interview ul li details summary:after {
    content: "＋";
    color: #90902f;
    position: absolute;
    font-weight: bold;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    line-height: 1;
}

#branch .branch-interview ul li details summary + p {
    margin: 12px 0 0 0;
}

#branch .branch-interview ul li details[open] summary:after {
    content: "−";
}

#branch .branch-m-review {
    margin: 40px 0;
}

#branch .branch-m-review h2 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 32px;
}

#branch .branch-m-review h2:after {
    content: " ";
    background: #ff8be0;
    width: 26px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#branch .branch-m-review h3 {
    margin: 0 auto;
    background: #ffd1d1;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    position: relative;
    width: 26em;
    border-radius: 20px;
}

#branch .branch-m-review h3:after {
    content: " ";
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background: #ffd1d1;
    width: 16px;
    height: 8px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

#branch .branch-m-review .branch_voice_list {
    margin: 0 auto;
}

#branch .branch-m-review .mv {
    width: 280px;
    margin: 20px auto 0;
}

#branch .branch-m-review .mv img {
    width: 100%;
}

#branch .branch-m-review .comment {
    color: #f54250;
    text-align: center;
}

#branch .branch-m-review .comment + ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

#branch .branch-m-review .comment + ul p {
    margin: 0;
}

#branch .branch-m-review .comment + ul li:nth-child(1) .name {
    color: #219b2a;
}

#branch .branch-m-review .comment + ul li:nth-child(2) {
    margin: 0 20px 0 12px;
}

#branch .branch-m-review .comment + ul li:nth-child(3) .name {
    color: #f54250;
}

#branch .branch-m-review .seikon {
    background: #fffded;
    padding: 12px 0 0;
}

#branch .branch-m-review .seikon .message {
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

#branch .branch-m-review .seikon .message span {
    font-size: 28px;
    color: #f54250;
    padding: 0 4px;
}

#branch .branch-m-review .seikon .image {
    text-align: center;
}

#branch .branch-m-review .seikon .image img {
    margin: 0;
}

#branch .branch-m-review .notice {
    margin: 12px 20px;
    font-size: 12px;
}

#branch .branch-store h2 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 32px;
}

#branch .branch-store h2:after {
    content: " ";
    background: #ff8be0;
    width: 26px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#branch .branch-store > dl {
    margin: 32px 20px;
    max-width: 1000px;
}

#branch .branch-store > dl dd {
    border-bottom: 1px solid #aaa;
    padding-bottom: 16px;
}

#branch .branch-store > dl dt {
    margin: 12px 0 8px;
}

#branch .branch-store > .body {
    background: #fffded;
    padding: 32px 20px;
}

#branch .branch-store > .body h3 {
    text-align: center;
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 20px;
}

#branch .branch-store > .body .desc {
    height: 200px;
    position: relative;
    overflow: hidden;
}

#branch .branch-store > .body .desc.open {
    height: auto;
}

#branch .branch-store > .body .desc.open button {
    display: none;
}

#branch .branch-store > .body .desc.open:after {
    display: none;
}

#branch .branch-store > .body .desc p {
    font-size: 13px;
    line-height: 1.5;
}

#branch .branch-store > .body .desc:after {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 60px;
    content: " ";
    bottom: 0;
    left: 0;
    background: linear-gradient(
        180deg,
        rgba(255, 253, 237, 0),
        rgba(255, 253, 237, 0.9),
        #fffded
    );
}

#branch .branch-store > .body .desc button {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: auto;
    color: blue;
    background: none;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
}

#branch .branch-date {
    margin: 60px 0;
}

#branch .branch-date h2 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 32px;
}

#branch .branch-date h2:after {
    content: " ";
    background: #ff8be0;
    width: 26px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#branch .branch-date .branch-datespot_box {
    overflow-x: auto;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

#branch .branch-date .branch-datespot_box ul {
    display: inline-flex;
}

#branch .branch-date .branch-datespot_box ul li {
    width: 300px;
    padding: 0 12px;
}

#branch .branch-date .branch-datespot_box ul li .datespot_image {
    height: 180px;
    overflow: hidden;
}

#branch .branch-date .branch-datespot_box ul li .datespot_image img {
    min-height: 180px;
    max-height: 200px;
    margin: 0;
    max-width: none;
}

#branch .branch-date .branch-datespot_box ul li .datespot_name {
    margin: 12px 0;
}

#branch .branch-date .branch-datespot_box ul li .datespot_txtarea p {
    font-size: 13px;
    line-height: 1.5;
}

#branch .branch-how h2 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 32px;
}

#branch .branch-how h2 span {
    display: block;
    font-size: 16px;
}

#branch .branch-how h2:after {
    content: " ";
    background: #ff8be0;
    width: 26px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#branch .branch-how ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 12px;
    max-width: 1000px;
}

#branch .branch-how ul > li {
    width: 48%;
    margin: 0 0 12px;
}

#branch .branch-how .item {
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    height: 100%;
}

#branch .branch-how .item .title {
    border-radius: 6px 6px 0 0;
    background: #ff7e7e;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    padding: 4px 2px;
    margin: 0;
}

#branch .branch-how .item .title:after {
    display: none;
}

#branch .branch-how .item .bg {
    height: 98px;
    overflow: hidden;
    position: relative;
}

#branch .branch-how .item .num {
    position: absolute;
    font-size: 12px;
    background: #fff;
    border-radius: 20px;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    width: 11em;
    margin: 0 auto;
}

#branch .branch-how .item .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#branch .branch-how .item .img img {
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    max-width: 110%;
    top: 50%;
    left: 50%;
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
}

#branch .branch-how .item .body p {
    font-size: 11px;
    line-height: 1.5;
    padding: 6px;
    margin: 0;
}

#branch .branch-how .message {
    max-width: 600px;
}

#branch .branch-how .message .head {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

#branch .branch-how .message .head p:first-child {
    width: calc(100% - 70px);
    text-align: center;
    font-weight: bold;
    margin: 0;
}

#branch .branch-how .message .head .image {
    width: 70px;
    margin: 0;
}

#branch .branch-how .message .head .image img {
    margin: 0;
    width: 100%;
}

#branch .branch-how .message .body {
    background: #ffe8e8;
    margin: 0 20px;
    padding: 8px;
    border-radius: 6px;
}

#branch .branch-how .message .body p {
    margin: 0;
}

#branch .branch-faq {
    padding: 32px 0;
    margin: 40px 0 0;
}

#branch .branch-faq h2 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 32px;
}

#branch .branch-faq h2 span {
    display: block;
    font-size: 16px;
}

#branch .branch-faq h2:after {
    content: " ";
    background: #2fd17a;
    width: 26px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#branch #feature.c-section.-theme3 {
    background: #fff;
    padding: 32px 0;
}

#branch #feature.c-section.-theme3 .container {
    padding: 0;
}

#branch #feature.c-section.-theme3 .branch-feature__photo {
    height: 200px;
    overflow: hidden;
    margin: 0 auto 30px;
}

#branch #feature.c-section.-theme3 .branch-feature__list {
    max-width: 1000px;
    margin: 0 20px;
}

#branch #feature.c-section.-theme3 .branch-feature__item {
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    height: 100%;
}

#branch #feature.c-section.-theme3 .branch-feature__item h3 {
    border-radius: 6px 6px 0 0;
    background: #37af6a;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    padding: 4px 2px;
    margin: 0;
    text-align: center;
}

#branch
    #feature.c-section.-theme3
    .branch-feature__item
    .branch-feature__media {
    padding: 8px;
}

#branch
    #feature.c-section.-theme3
    .branch-feature__item
    .branch-feature__media
    img {
    max-width: 100%;
}

#branch #feature.c-section.-theme3 .branch-feature__item .branch-feature__text {
    padding: 8px;
}

#branch .branch-contents {
    margin: 40px 0;
}

#branch .branch-contents h2 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 32px;
}

#branch .branch-contents h2 span {
    display: block;
    font-size: 16px;
}

#branch .branch-contents h2:after {
    content: " ";
    background: #ff8be0;
    width: 26px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#branch .branch-contents ul {
    max-width: 1000px;
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

#branch .branch-contents ul li {
    width: 48%;
    margin: 0 1% 12px;
}

#branch .branch-contents ul li img {
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
}

#branch .branch-contents ul li .image {
    height: 120px;
    overflow: hidden;
}

#branch .branch-contents ul li .text {
    padding: 4px;
    text-align: center;
}

#branch .branch-contents ul li .text br {
    display: none;
}

#branch .branch-contents ul li > a {
    display: block;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

#branch .branch-s-review {
    margin: 60px 0;
}

.section-review {
    margin: 32px 0;
}

.branch-s-review h2,
.section-review h2 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 32px;
}

.branch-s-review h2:after,
.section-review h2:after {
    content: " ";
    background: #ff8be0;
    width: 26px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.branch-s-review > ul,
.section-review > ul {
    margin: 32px 20px 0;
    max-width: 1200px;
}

.branch-s-review > ul > li,
.section-review > ul > li {
    margin: 0 0 12px;
}

.branch-s-review > ul > li .item,
.section-review > ul > li .item {
    border: 1px solid #e8e8e8;
    padding: 12px;
}

.branch-s-review > ul > li .item .review,
.section-review > ul > li .item .review {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 8px;
}

.branch-s-review > ul > li .item .review img,
.section-review > ul > li .item .review img {
    margin: 0;
    width: 18px;
}

.branch-s-review > ul > li .item .review p,
.section-review > ul > li .item .review p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    padding: 0 0 0 8px;
}

.branch-s-review > ul > li .item .name,
.section-review > ul > li .item .name {
    margin: 0;
}

.branch-s-review > ul > li .item .state,
.section-review > ul > li .item .state {
    display: flex;
    align-items: center;
}

.branch-s-review > ul > li .item .state li,
.section-review > ul > li .item .state li {
    margin: 0 2em 0 0;
}

.branch-s-review > ul > li .item .state span,
.section-review > ul > li .item .state span {
    border: 1px solid #666;
    margin: 0 4px 0 0;
    padding: 2px;
    font-size: 12px;
}

.branch-s-review > ul > li .item dl,
.section-review > ul > li .item dl {
    margin: 16px 0 0 0;
}

.branch-s-review > ul > li .item dl dt,
.section-review > ul > li .item dl dt {
    background-color: #fffbeb;
    padding: 2px;
    margin: 0 0 8px;
}

.branch-s-review > ul > li .item dl dd,
.section-review > ul > li .item dl dd {
    font-size: 13px;
    padding: 0;
    margin: 0 0 12px;
}

.branch-s-review > ul > li .item dl dd:last-child,
.section-review > ul > li .item dl dd:last-child {
    margin: 0;
}

.branch-s-review > ul + a,
.section-review > ul + a {
    color: blue;
    display: block;
    border: 1px solid blue;
    padding: 12px 0;
    line-height: 1;
    width: calc(100% - 40px);
    max-width: 400px;
    margin: 32px auto 0;
    text-align: center;
    border-radius: 6px;
}

.item .review-star {
    justify-content: flex-start;
}

.item .review-star .body {
    width: 100px;
    height: 20px;
}

.item .review-star img {
    width: 100px;
}

.item .review-star span {
    width: 100px;
    height: 20px;
}

.item .review-star p {
    font-size: 22px;
}

.review-star {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.review-star .body {
    position: relative;
    width: 132px;
    height: 27px;
}

.review-star img {
    margin: 0;
    width: 134px;
    max-width: none;
}

.review-star span {
    position: absolute;
    display: block;
    width: 134px;
    overflow: hidden;
    left: 0;
    top: 0;
    line-height: 1;
    z-index: 1;
}

.review-star span:last-child {
    width: calc(var(--rating) / 5 * 100%);
    z-index: 2;
}

.review-star p {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    padding: 0 0 0 8px;
}

@media (min-width: 600px) {
    #branch .branch-contents ul li img {
        border-radius: 6px 0 0 6px;
    }

    #branch .branch-contents ul li .image {
        border-radius: 6px 0 0 6px;
        width: 172px;
    }

    #branch .branch-contents ul li .text {
        width: calc(100% - 172px);
        font-size: 18px;
    }

    #branch .branch-contents ul li .text br {
        display: block;
    }

    #branch .branch-contents ul li > a {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 768px) {
    #branch .branch-cv a {
        font-size: 24px;
    }

    #branch .branch-cv a span {
        font-size: 16px;
    }

    #branch h1 {
        font-size: 30px;
    }

    #branch .container h1 {
        font-size: 32px;
        margin: 0 0 50px 0;
    }

    #branch .branch-top .mv + p {
        font-size: 18px;
    }

    #branch .branch-top .mv .mv-sp {
        display: none;
    }

    #branch .branch-top .mv .mv-pc {
        display: block;
        max-width: 1400px;
        margin: 0 auto;
    }

    #branch .branch-top .information h2 {
        font-size: 18px;
    }

    #branch .branch-top .information article h3 {
        font-size: 18px;
    }

    #branch .branch-top .information article p {
        font-size: 14px;
    }

    #branch .branch-index {
        margin: 80px 0 52px 0;
    }

    #branch .branch-index h2 {
        font-size: 20px;
        border-radius: 30px;
    }

    #branch .branch-index ul {
        width: 90%;
        margin: 20px auto;
    }

    #branch .branch-index ul li {
        width: 32%;
    }

    #branch .branch-index ul li br {
        display: none;
    }

    #branch .branch-index ul li:nth-child(1) a {
        padding-top: 1.5em;
    }

    #branch .branch-index ul li:nth-child(2) a {
        padding-top: 1.5em;
    }

    #branch .branch-index ul li:nth-child(3) a {
        padding-top: 1.5em;
    }

    #branch .branch-index ul li a {
        font-size: 18px;
        font-weight: bold;
    }

    #branch .branch-information {
        margin: 72px 0 0 0;
    }

    #branch .branch-information h2 span {
        font-size: 20px;
    }

    #branch .branch-information h2 {
        font-size: 30px;
        margin: 0 0 32px;
    }

    #branch .branch-information table {
        margin: 0 auto;
        font-size: 16px;
    }

    #branch .branch-reason {
        margin: 52px 0;
        padding: 52px 0;
    }

    #branch .branch-reason h2 {
        font-size: 32px;
    }

    #branch .branch-reason h2 + p {
        width: 600px;
        margin: 40px auto;
    }

    #branch .branch-reason h2 + p img {
        width: 100%;
    }

    #branch .branch-reason ul {
        width: 90%;
        margin: 0 auto;
    }

    #branch .branch-reason ul li {
        padding: 0 0 40px;
    }

    #branch .branch-reason ul li h3 {
        margin: 0 0 20px;
    }

    #branch .branch-reason ul li h3 .title2 {
        font-size: 24px;
    }

    #branch .branch-reason ul li h3 .title2 br {
        display: none;
    }

    #branch .branch-reason ul li .image {
        width: 300px;
        margin: 0;
    }

    #branch .branch-reason ul li .image img {
        width: 100%;
    }

    #branch .branch-reason ul li .image:after {
        display: none;
    }

    #branch .branch-reason ul li .desc {
        width: calc(100% - 300px);
    }

    #branch .branch-reason ul li .desc p {
        font-size: 18px;
    }

    #branch .branch-reason ul li .container {
        display: flex;
    }

    #branch .branch-reason .catch {
        width: 600px;
        margin: 0 auto;
    }

    #branch .branch-reason .catch img {
        width: 100%;
    }

    #branch .branch-point h2 {
        font-size: 32px;
    }

    #branch .branch-point ul {
        margin: 0 auto;
        width: 96%;
        display: flex;
        justify-content: space-between;
    }

    #branch .branch-point ul li {
        margin: 0 0 32px;
        width: 32%;
    }

    #branch .branch-point ul li h3 {
        font-size: 16px;
        width: 100%;
        padding: 12px 8px;
    }

    #branch .branch-point ul li .container {
        flex-direction: column;
    }

    #branch .branch-point ul li .container .image {
        width: 200px;
        margin: 0 auto;
    }

    #branch .branch-point ul li .container .text {
        width: 100%;
        margin: 12px 0 0 0;
    }

    #branch .branch-first h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    #branch .branch-first ul {
        max-width: 800px;
        margin: 0 auto 28px;
    }

    #branch .branch-first ul li .container .text p {
        font-size: 20px;
        padding: 8px;
    }

    #branch .branch-first .catch {
        font-size: 20px;
    }

    #branch .branch-first .catch br {
        display: none;
    }

    #branch .branch-first .catch + div {
        margin: 0 auto;
        width: 100%;
        max-width: 700px;
    }

    #branch .branch-first .catch + div img {
        width: 100%;
    }

    #branch .branch-flow h2 {
        font-size: 32px;
    }

    #branch .branch-flow ul {
        width: 90%;
        margin: 0 auto;
    }

    #branch .branch-flow ul li {
        margin: 0 0 28px;
    }

    #branch .branch-flow ul li summary {
        font-size: 20px;
    }

    #branch .branch-flow ul li summary span:first-child {
        font-size: 16px;
    }

    #branch .branch-flow ul li details[open] summary + div {
        font-size: 20px;
        padding: 16px;
    }

    #branch .branch-flow ul + .container p {
        font-size: 24px;
    }

    #branch .branch-flow ul + .container p br {
        display: none;
    }

    #branch .branch-flow ul + .container img {
        width: 120px;
    }

    #branch .branch-feature {
        margin: 72px auto 0;
        width: 94%;
    }

    #branch .branch-feature h2 {
        font-size: 32px;
    }

    #branch .branch-feature .mv {
        width: 600px;
        margin: 0 auto;
    }

    #branch .branch-feature .mv img {
        width: 100%;
    }

    #branch .branch-feature .message {
        width: 600px;
        margin: 20px auto;
        font-size: 20px;
    }

    #branch .branch-feature ul.featurelist {
        width: 96%;
        margin-right: auto;
        margin-left: auto;
    }

    #branch .branch-feature ul.featurelist > li {
        width: 32%;
    }

    #branch .branch-feature ul.featurelist > li.is-store {
        width: 66%;
    }

    #branch .branch-feature .feature-item h3 {
        font-size: 16px;
        padding: 8px 2px;
    }

    #branch .branch-feature .feature-item .body p.text {
        font-size: 40px;
    }

    #branch .branch-feature .feature-item .body p.text span {
        font-size: 20px;
    }

    #branch .branch-feature .is-store .feature-item .text {
        width: 200px;
    }

    #branch .branch-feature .is-store .feature-item .text .image {
        width: 40px;
        height: 60px;
    }

    #branch .branch-feature .is-store .feature-item .text p {
        padding: 0 0 0 60px;
        font-size: 18px;
    }

    #branch .branch-feature .is-store .feature-item .text p:last-child {
        font-weight: bold;
        font-size: 40px;
    }

    #branch .branch-feature .is-store .feature-item .text p:last-child span {
        font-size: 18px;
    }

    #branch .branch-feature .is-store .feature-item p.desc {
        font-size: 16px;
        width: calc(100% - 200px);
    }

    #branch .branch-feature ul.kome {
        width: 90%;
        margin: 0 auto;
    }

    #branch .branch-interview {
        margin: 60px 0 0 0;
    }

    #branch .branch-interview h2 {
        font-size: 32px;
        padding-bottom: 32px;
    }

    #branch .branch-interview .staff {
        width: 90%;
        margin: 0 auto;
        justify-content: center;
    }

    #branch .branch-interview .staff .image {
        width: 200px;
        height: 200px;
        border-radius: 200px;
    }

    #branch .branch-interview .staff .desc {
        width: 400px;
    }

    #branch .branch-interview .staff .desc .name {
        font-size: 20px;
        font-weight: bold;
    }

    #branch .branch-interview ul {
        width: 90%;
        margin: 20px auto;
    }

    #branch .branch-interview ul li details {
        padding: 12px;
    }

    #branch .branch-interview ul li details summary {
        font-size: 20px;
    }

    #branch .branch-m-review {
        margin: 72px 0;
    }

    #branch .branch-m-review h2 {
        font-size: 32px;
    }

    #branch .branch-m-review h3 {
        font-size: 16px;
    }

    #branch .branch-m-review .mv {
        width: 400px;
        margin-bottom: 20px;
    }

    #branch .branch-m-review .comment {
        font-size: 20px;
        width: 20em;
        margin: 0 auto;
    }

    #branch .branch-m-review .comment + ul {
        font-size: 16px;
    }

    #branch .branch-m-review .seikon .message {
        font-size: 18px;
    }

    #branch .branch-m-review .seikon .message span {
        font-size: 40px;
    }

    #branch .branch-m-review .notice {
        text-align: center;
    }

    #branch .branch-store h2 {
        font-size: 32px;
    }

    #branch .branch-store > dl {
        width: 90%;
        margin: 40px auto;
    }

    #branch .branch-store > dl dd {
        border-bottom: none;
    }

    #branch .branch-store > dl dt {
        margin: 0;
    }

    #branch .branch-store > .body h3 {
        font-size: 20px;
    }

    #branch .branch-store > .body .desc {
        max-width: 1000px;
        margin: 0 auto;
    }

    #branch .branch-store > .body .desc p {
        font-size: 16px;
    }

    #branch .branch-date h2 {
        font-size: 32px;
    }

    #branch .branch-how {
        margin-bottom: 72px;
    }

    #branch .branch-how h2 {
        font-size: 32px;
    }

    #branch .branch-how ul {
        width: 90%;
        margin: 0 auto;
    }

    #branch .branch-how ul > li {
        width: 32%;
    }

    #branch .branch-how .item .title {
        font-size: 16px;
    }

    #branch .branch-how .item .bg {
        height: 120px;
    }

    #branch .branch-how .item .num {
        font-size: 14px;
    }

    #branch .branch-how .item .body p {
        font-size: 12px;
    }

    #branch .branch-how .message {
        width: 90%;
        margin: 20px auto;
    }

    #branch .branch-how .message .head p:first-child {
        font-size: 20px;
    }

    #branch .branch-how .message .body p {
        font-size: 16px;
    }

    #branch #feature.c-section.-theme3 .branch-feature__photo {
        height: 400px;
    }

    #branch #feature.c-section.-theme3 .branch-feature__list {
        width: 96%;
        margin-right: auto;
        margin-left: auto;
    }

    #branch #feature.c-section.-theme3 .branch-feature__item h3 {
        font-size: 16px;
        padding: 8px 2px;
    }

    #branch
        #feature.c-section.-theme3
        .branch-feature__item
        .branch-feature__media {
        padding: 8px 12px;
    }

    #branch .branch-contents {
        margin: 80px 0 40px;
    }

    #branch .branch-contents h2 {
        font-size: 32px;
    }

    #branch .branch-contents ul {
        width: 90%;
        margin: 0 auto;
    }

    .branch-s-review h2,
    .section-review h2 {
        font-size: 32px;
    }

    .branch-s-review > ul,
    .section-review > ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: auto;
        margin-left: auto;
        width: 96%;
    }

    .branch-s-review > ul > li,
    .section-review > ul > li {
        width: 48%;
        margin: 0 1% 12px;
    }

    .branch-s-review > ul > li .item dl dt,
    .section-review > ul > li .item dl dt {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    #service_page .main_visual__text {
        width: 90% !important;
        padding: 20px 10px !important;
        margin: auto;
    }

    #service_page .main_visual__text img {
        width: 100px;
        height: auto;
    }

    #service_page .anc_point li {
        width: 48%;
        margin: 0 2% 25px 0;
    }

    #service_page .anc_point li:nth-child(even) {
        margin-right: 0;
    }

    #service_page .anc_point li a {
        padding-bottom: 30px;
    }

    #service_page .anc_point li a span.anc_point-ttl {
        font-size: 1.4rem;
    }

    #service_page .anc_point li a span.anc_point-ttl .anc_point-num {
        font-size: 1.8rem;
        margin-left: 0.3rem;
    }

    #service_page .anc_point li a span.fs-small {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    #service_page .anc_point li a span.fs-large {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    #service_page .anc_point li a span.fs-strong {
        font-size: 2rem;
        line-height: 1.3;
    }

    #service_page .anc_point li a span.fs-strong2 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    #service_page .anc_point li a span.fs-strong .fs-mini {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    #service_page .point_area .title3 {
        font-size: 20px !important;
    }

    #service_page .point_area_num span {
        font-size: 1.2rem;
    }

    #service_page .point_area_box_left {
        text-align: center !important;
    }

    #service_page .point_area_box_left img {
        max-width: 600px !important;
    }

    #service_page .point02_list {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    #service_page .point02_list li {
        padding: 10px 5px;
        width: 32%;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    #service_page #point03.point_area {
        padding-top: 35px !important;
    }

    #service_page .tableWrap table tbody td.zwei {
        font-size: 1.4rem;
    }

    #service_page .tableWrap table tbody td .lc {
        font-size: 1.1rem;
        padding: 0 0.4em;
    }

    #service_page .tableWrap table tbody td.zwei.l-lc::before {
        content: "　";
    }

    #service_page .tableWrap table tbody td.zwei.l-lc::after {
        content: "　";
    }

    #service_page .tableWrap table tbody td.zwei.l-lc .lc {
        font-size: 1.1rem;
        line-height: 1.7;
    }

    #service_page .point-cv-btn {
        margin: 28px auto 40px;
        max-width: 500px;
    }
}

.branch-link-matching {
    margin: 1em auto 2em;
    text-align: center;
}
.branch-link-matching a {
    padding-bottom: 0.25em;
    font-weight: bold;
    border-bottom: 2px solid #000;
}
.branch-link-matching a:hover {
    color: #000;
}

/*202405 TOPメリット追加*/
.meritbox {
    position: relative;
    margin-top: 34px;
    padding: 30px 5.8824%;
    background-color: #f5f5f5;
    border-radius: 20px;
    color: #202020;
    font-size: 1.2rem;
}
.meritbox::before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent #f5f5f5 transparent;
}
.meritbox__lead {
    margin-bottom: 34px;
    font-size: 1.4rem;
    font-weight: 700;
}
@media (min-width: 768px) {
    .meritbox__lead {
        font-size: 1.6rem;
    }
}
.meritbox__body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    color: #000;
    font-weight: 700;
}
@media (min-width: 480px) {
    .meritbox__body {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 2.2222%;
    }
}
@media (min-width: 960px) {
    .meritbox__body {
        grid-template-columns: repeat(4, 1fr);
    }
}
.meritbox__col {
    margin: 0;
    padding: 1px 5px 20px;
    background-color: #fff;
    border: 1px solid #dc515b;
    border-radius: 8px;
}
@media (min-width: 480px) {
    .meritbox__col {
        padding-bottom: 25px;
    }
}
.meritbox__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 102px;
    height: 30px;
    margin: -17px auto 12px;
    background-color: #dc515b;
    border-radius: 2px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
}
.meritbox__num {
    font-size: 140%;
}
.meritbox__ttl {
    display: block;
    float: none;
    width: 100%;
    line-height: 1.25;
}
.meritbox__desc {
    margin: 10px 0 0;
    padding: 0;
    line-height: 1.222;
}
.meritbox__desc em {
    position: relative;
    top: 0.1em;
    color: #dc515b;
    font-size: 150%;
}
.meritbox__p {
    margin: 21px 0 0;
    line-height: 1.5;
}
.meritbox__p a {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 1px;
}
.container--1020 {
    max-width: 1050px;
}
.top_merits {
    padding-top: 50px;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .top_merits {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

/* CTAボタン改修 */
.button-bubble {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 110px;
    min-height: 20px;
    margin: 0;
    padding: 2.5px 10px;
    background-color: #fff;
    border: 2px solid currentColor;
    border-width: 1px;
    border-radius: 500px;
    color: #dc515a;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}
.button-bubble::after,
.button-bubble::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    border-style: solid;
}
.button-bubble::before {
    bottom: -7px;
    margin-left: -3px;
    border-width: 6px 3px 0;
    border-color: currentColor transparent;
}
.button-bubble::after {
    bottom: -5px;
    margin-left: -3px;
    border-width: 6px 3px 0;
    border-color: #fff transparent;
    z-index: 1;
}

/*newsだしわけ*/
.news-tab {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #e2646e;
    gap: 2%;
    margin: 40px 0 0 0;
}
.news-tab li {
    width: 47%;
}
.news-tab li.is-active a {
    background: #e2646e;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.news-tab li:first-child {
    margin-left: 2%;
}
.news-tab li:last-child {
    margin-right: 2%;
}
.news-tab li a {
    display: grid;
    place-content: center;
    padding: 12px 0;
    width: 100%;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}
.policy-container {
    padding-top: 24px;
    ul li > a {
        color: #009944;
    }
    ol li > a {
        color: #009944;
    }
    p + h4 {
        margin-top: 24px;
    }
}

/***************************************************/
/* 2025/04/04 婚活体験談episode2用[s]
/***************************************************/
.story {
	overflow: hidden;
}

.article-in-reservation {
	background: #fff7ef;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	margin-top: 25px;
	padding-top: 24px;
	padding-bottom: 26px;
	margin-bottom: 25px;
}

.article-in-reservation .article-in-reservation-txt {
	font-size: 15px !important;
	margin-bottom: 0 !important;
	line-height: 1.5 !important;
	color: #8b6c60 !important;
	text-align: center !important;
	letter-spacing: 0 !important;
}

.article-in-reservation .article-in-reservation-txt span {
	font-size: 20px !important;
	font-weight: bold;
}

.article-in-reservation .article-in-reservation-btn {
	max-width: 690px;
	width: 100%;
	margin: 15px auto 0;
}

.article-in-reservation .article-in-reservation-btn a {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50px;
	font-weight: bold;
	background: #CC6F4B;
	opacity: 1;
	font-size: 18px;
	gap: 10px;
	padding: 11px 0;
}

.article-in-reservation .article-in-reservation-btn a:hover {
	opacity: 0.8;
}

.article-in-reservation .article-in-reservation-btn a::after {
	display: block;
	content: "";
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	width: 9px;
	height: 9px;
	top: 1px;
}

.article-in-reservation .article-in-reservation-help {
	display: block;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-align: center;
	color: #009943;
	font-size: 14px;
	margin: 15px auto 0;
}

.episode-some-links {
	background: #ffe1e5;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	margin-top: 34px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.episode-some-links .episode-some-links-title {
	text-align: center;
	color: #EF5B9C !important;
	font-size: 19px !important;
	font-weight: bold;
}

.episode-some-links ul {
	display: grid;
	margin-top: 20px;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 10px;
}

.episode-some-links ul li {
	display: block;
	max-height: 65px;
	align-items: center;
	height: 100%;
	grid-template-rows: subgrid;
}

.episode-some-links ul li a {
	display: flex;
	align-items: center;
	height: 100%;
	border: 1px solid #8b6c60;
	text-align: center;
	background: #fff;
	border-radius: 50px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 25%);
	flex-direction: column;
	justify-content: space-between;
	font-size: 14px !important;
	line-height: 1.5 !important;
	padding: 5px 0;
	gap: 0;
}

.episode-some-links ul li:first-child a {
	gap: 0;
}

.episode-some-links ul li:nth-child(2) a {
	gap: 0;
}

.episode-some-links ul li a .episode-some-links-button {
	font-size: 12px !important;
	line-height: 1.3 !important;
	letter-spacing: 0;
	color: #8b6c60;
	font-weight: 400;
	text-align: center;
}

.episode-some-links ul li:first-child a .episode-some-links-button {
	font-size: 14px !important;
}

.episode-some-links ul li:last-child a .episode-some-links-button {
	font-size: 11px !important;
}

.episode-some-links ul li:nth-child(2) a .episode-some-links-price {
	font-size: 12px !important;
}

.episode-some-links ul li:nth-child(2) a span:last-child {
	font-size: 11px !important;
}

.episode-some-links ul li a .episode-some-links-icon {
	display: block;
	width: fit-content;
	height: fit-content;
	max-width: 24px;
}

.episode-some-links ul li a .episode-some-links-icon>img {
	display: block;
	width: fit-content;
	height: fit-content !important;
	margin-bottom: 0 !important;
}

.episode-some-links ul li:first-child a .episode-some-links-icon {
	max-width: 30px;
}

.episode-some-links .episode-some-lead {
	display: flex;
	justify-content: center;
	text-align: center;
	font-weight: 600 !important;
	color: #8b6c60 !important;
	align-items: flex-end;
	margin-top: 27px;
	margin-bottom: 0;
	font-size: 15px !important;
	line-height: 1.5;
	gap: 15px;
}

.episode-some-links .episode-some-lead::after,
.episode-some-links .episode-some-lead::before {
	position: relative;
	display: block;
	content: "";
	height: 35px;
	width: 1px;
	bottom: 4px;
	background: #8b6c60;
}

.episode-some-links .episode-some-lead::after {
	left: 14px;
	transform: rotate(45deg);
}

.episode-some-links .episode-some-lead::before {
	right: 14px;
	transform: rotate(-45deg);
}

.episode-some-links .episode-some-lead-btn {
	max-width: 690px;
	width: 100%;
	margin: 14px auto 0;
}

.episode-some-links .episode-some-lead-btn a {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50px;
	font-weight: bold;
	background: #EF5B9C;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	opacity: 1;
	gap: 10px;
	padding: 12px 0;
	font-size: 17px;
}

.episode-some-links .episode-some-lead-btn a:hover {
	opacity: 0.7;
}

.episode-some-links .episode-some-lead-btn a::after {
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	top: 1px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
}

.episode-some-links .episode-some-help {
	display: block;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-align: center;
	color: #009943;
	margin: 14px auto 0;
	font-size: 14px;
}

.episode-back-archive {
	max-width: 580px;
	width: 100%;
	margin: 35px auto 0;
}

.episode-back-archive .episode-back-archive-br {
	display: inline-block;
}

.episode-back-archive a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ED1E79;
	border-radius: 50px;
	background: #fff;
	opacity: 1;
	text-align: center;
	padding: 9px 0;
	font-size: 16px;
	line-height: 23px;
	font-weight: 500;
	border: 1px solid #ED1E79;
}

.episode-back-archive a:hover {
	background: #ED1E79;
	color: #fff;
}

@media (max-width: 1200px) {
	.episode-some-links ul {
		grid-template-columns: repeat(2, 1fr);
		max-width: 700px;
		margin: 0 auto;
	}

	.episode-some-links ul li:last-child a .episode-some-links-button {
		font-size: 11px !important;
	}

	.episode-some-links ul li a {
		justify-content: center;
	}
}

/***************************************************/
/* 2025/04/04 婚活体験談episode2用[e]
/***************************************************/


/***************************************************/
/* 結婚相談所の選び方
/***************************************************/
/* common -----------------------------*/
#tips2 #page_contents p,#tips2 #page_contents h2,#tips2 #page_contents h3{
	color: #424242;
	font-family: "Noto Sans JP", serif;
}

#tips2 .c-page-header{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2.4rem 0;
	height: 14.2rem;
	background: linear-gradient(180deg, rgba(255, 208, 165, 0.4) 0%, rgba(255, 180, 191, 0.4) 100%);
}
#tips2 .c-page-header .title{
	position: relative;
	color: #E41F65;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}
#tips2 .c-page-header .title:before{
	position: relative;
	display: block;
	content: '';
	background: url(../img/konkatsu/tips2/img-mainvisual.webp) no-repeat center center;
	background-size: auto 100% !important;
	width: auto;
	height: 3.8rem;
	margin: 0 auto 16px auto;
	padding: 0;
}
#tips2 .c-page-header .title:after{
	display: none;
}

#tips2 .l-inner{
	width: 100%;
	padding: 0 2rem;
	margin: 0 auto;
}
#tips2 .l-wrapper{
	width: 100%;
	padding: 0 1rem;
	margin: 0 auto;
}
#tips2 .l-wrapper .l-inner{
	padding: 0;
}

#tips2 .bold{
	font-weight: 700;
}
#tips2 .line-pink{
	background: linear-gradient(transparent 65%, #FFD5E4 65%);
}
#tips2 .color-pink{ color: #E3155F;}
#tips2 .bg{
	background: #FFF7EF;
}

#tips2 #page_contents .p-title{
	text-align: center;
	font-size: 2.4rem;
	line-height: calc(35 / 24);
	font-weight: 700;
	color: #424242;
	margin-bottom: 2rem;
	padding: 0;
}
#tips2 .p-title .pointNum{
	display: block;
	margin: 0 auto 5px auto;
}
#tips2 .p-title .pointNum img{
	width: auto;
	max-width: inherit;
	height: 1.7rem;
	margin-bottom: 0;
}

#tips2 .arrow-d {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 1.7rem;
	height: 1.7rem;
	background: #E41F65;
	border-radius: 100%;
}
#tips2 .arrow-d:before{
	position: absolute;
	top: .4rem;
	left: .5rem;
	transform: rotate(135deg);
	display: block;
	width: .7rem;
	height: .7rem;
	content: "";
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

#tips2 .more-link{
	position: relative;
	font-size: 1.4rem;
	line-height: calc(21 / 14);
	letter-spacing: .02em;
	color: #E3155F;
	text-decoration: underline;
	padding-left: 2.4rem;
}
#tips2 .more-link:hover{
	color: #E3155F;
}
#tips2 .arrow-r{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 1.7rem;
	height: 1.7rem;
	border: 1px solid #E41F65;
	border-radius: 100%;
}
#tips2 .arrow-r:before{
	position: absolute;
	top: .4rem;
	left: .3rem;
	transform: rotate(135deg);
	display: block;
	width: .7rem;
	height: .7rem;
	content: "";
	border-left: 2px solid #E41F65;
	border-top: 2px solid #E41F65;
}
#tips2 a.btn--red{
	width: calc(100% - 8rem);
	max-width: 36rem;
	background-color: #fff;
	background-image: url(../2024new/assets/images/top/icon-arrow--red.svg);
	background-position: center right 12.8px !important;
	background-repeat: no-repeat !important;
	border: 1px solid #E3155F;
	border-radius: 4px;
	box-sizing: border-box;
	color: #E3155F;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: auto;
	padding: 1.2rem 1rem;
	text-align: center;
	transition: 0.2s;
}
#tips2  a.btn--red:hover {
	background-color: #E3155F;
	background-image: url(../2024new/assets/images/top/icon-arrow--white.svg);
	background-position: center right 8.8px !important;
	color: #fff;
}

/* sec-first -----------------------------*/
#tips2 .sec-first{
	padding: 2rem 0 4rem 0;
}
#tips2 .sec-first .user-img{
	width: 100%;
	margin: 0 auto 1.5rem auto;
}
#tips2 .sec-first .page-nav-box{
	background: #FFF7EF;
	padding: 2rem 1rem 0 1rem;
	border-radius: 1rem;
	box-sizing: border-box;
}
#tips2 .sec-first .page-nav-box .ttl{
	text-align: center;
	font-size: 2.0rem;
	line-height: calc(29 / 20);
	margin-bottom: 1.7rem;
	padding: 0;
}
#tips2 .sec-first .page-nav-box .ttl .border-box{
	display: block;
	width: 16.7rem;
	margin: 0 auto 3px auto;
	padding: 1px 0 0 0;
	font-weight: 700;
	color: #E41F65;
	text-align: center;
	background: #FFF;
	border: 1px solid #E41F65;
	border-radius: 10rem;
	box-sizing: border-box;
}
#tips2 .sec-first .page-nav-box .ttl .bold{
	font-size: 3.0rem;
	line-height: calc(44 / 30);
}
#tips2 .sec-first .page-nav-box .flex{
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
#tips2 .sec-first .page-nav-box .flex-img{
	width: 12rem;
}
#tips2 .sec-first .page-nav-box .flex-txt{
	width: calc(100% - 12rem);
	padding-right: 2rem;
}
#tips2 .sec-first .page-nav-box .flex-txt p{
	font-size: 1.4rem;
	line-height: calc(21 / 14);
}

#tips2 .sec-first .page-nav-box .page-nav-listItem a{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	color: #424242;
	border-top: 1px solid #DEDEDE;
	padding: 1.3rem 0 1.2rem 0;
	font-size: 1.4rem;
	line-height: calc(30 / 14);
	font-weight: 700;
	box-sizing: border-box;
}
#tips2 .sec-first .page-nav-box .page-nav-listItem a:hover{
	color: #424242;
	opacity: .7;
}

#tips2 .sec-first .page-nav-box .page-nav-listItem .pointNum{
	position: relative;
	top: -3px;
	margin-right: 2rem;
}
#tips2 .sec-first .page-nav-box .page-nav-listItem .pointNum img{
	width: auto;
	max-width: inherit;
	height: 1.1rem;
	margin-bottom: 0;
}

/* sec-point -----------------------------*/
#tips2 .sec-point{
	padding: 4rem 0;
	box-sizing: border-box;
}
#tips2 .sec-point .flex{
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 2rem;
}
#tips2 .sec-point .flex-img{
	width: 100%;
}
#tips2 .sec-point .flex-txt{
	width: 100%;
	margin-top: 2rem;
}
#tips2 .sec-point .flex-txt .ttl{
	font-size: 1.8rem;
	line-height: calc(27 / 18);
	letter-spacing: .02em;
	font-weight: 700;
	color: #424242;
	padding: 0;
	margin: 0 0 1.5rem 0;
	font-feature-settings: 'palt';
}
#tips2 .sec-point .flex-txt .txt{
	font-size: 1.4rem;
	line-height: calc(21 / 14);
	letter-spacing: .02em;
	color: #424242;
	font-feature-settings: 'palt';
	margin: 0;
}

#tips2 .pointWrap__tableBox {
	-ms-overflow-style: none;
	overflow-x: auto;
	scrollbar-width: none;
	width: 100%;
}

#tips2 .pointWrap__tableBox::-webkit-scrollbar {
	display: none;
}

#tips2 .pointWrap__table {
	border-collapse: collapse;
	margin-inline: auto;
	width: 100%;
}
#tips2 .pointWrap__table.table__price{
	width: 47rem;
}

#tips2 .pointWrap__table .asterisk {
	font-size: 1rem;
	position: relative;
	top: -4px;
}

#tips2 .pointWrap__table tr {
	align-items: center;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-items: center;
}

#tips2 .pointWrap__table th,
#tips2 .pointWrap__table td {
	align-items: center;
	border-bottom: 2px solid #e9e8e5;
	border-right: 2px solid #e9e8e5;
	display: flex;
	font-size: 1.0rem;
	height: 6.2rem;
	justify-content: center;
	letter-spacing: 0;
	font-feature-settings: 'palt';
	text-align: center;
	width: 100%;
	color: #424242;
	background: #FFF;
}
#tips2 #point02 .pointWrap__table th,
#tips2 #point02 .pointWrap__table td {
	background: #FFF7EF;
}


#tips2 .pointWrap__table th:last-of-type,
#tips2 .pointWrap__table td:last-of-type,
#tips2 .pointWrap__table td.heading{
	border-right: none;
}
#tips2 .pointWrap__table tr:last-of-type td{
	border-bottom: none;
}

#tips2 .pointWrap__table th,
#tips2 .pointWrap__table .heading {
	background: #FADFB8 !important;
}

#tips2 .pointWrap__table .heightLong td {
	height: 8.3rem;
}

#tips2 .pointWrap__table .heading {
	font-weight: 400 !important;
}

#tips2 .pointWrap__table .ownHead {
	background: #E3155F !important;
	border: none;
	color: #fff;
	font-size: 1.2rem;
}

#tips2 .pointWrap__table .ownContent {
	background-color: #fff;
	border: 2px solid #E3155F;
	color: #E3155F;
	font-weight: 500;
	gap: 4px 2px;
}
#tips2 .pointWrap__table .ownContent .large {
	position: relative;
	top: -.3rem;
	color: #E3155F;
	font-size: 1.2rem;
	font-weight: 700;
}

#tips2 .pointWrap__table .ownContent .large img {
	height: 1.4rem;
	margin: 0;
}
#tips2 .pointWrap__table .regular {
	position: relative;
	top: -2px;
	margin-right: 1px;
	font-size: 1.6rem;
}
#tips2 .pointWrap__table .regular02 {
	position: relative;
	font-size: 1.4rem;
}

#tips2 .pointWrap__table .ownContent .value {
	color: #E3155F;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
}

#tips2 .pointWrap__table .bold {
	font-weight: 700;
}
#tips2 .pointWrap__table .bold.smallText,
#tips2 .pointWrap__table .figure{
	font-size: 1.5rem;
}
#tips2 .pointWrap__table .bold.smallText{
	font-size: 1.3rem;
}
#tips2 .pointWrap__table.table__price .ownContent .large{
	font-size: 1.6rem;
	top: -1px;
	letter-spacing: 0;
}
#tips2 .pointWrap__table.table__price .ownContent .value{
	font-size: 1.2rem;
}
#tips2 .pointWrap__table.table__price .regular02{
	font-size: 1.4rem;
	margin-right: 3px;
}


#tips2 .pointWrap__table.multiple {
	display: table;
}

#tips2 .pointWrap__table.multiple th,
#tips2 .pointWrap__table.multiple td {
	font-weight: 700;
}

#tips2 .pointWrap__table.multiple .ownContent {
	border-bottom: 2px solid #e9e8e5;
	border-top: none;
}

#tips2 .pointWrap__table.multiple tr:nth-last-child(1) .ownContent {
	border-bottom: 2px solid #E3155F;
}

#tips2 .data-box{
	margin: 3rem auto 2rem auto;
	text-align: center;
	background: #FFF;
	padding: 2.5rem 1rem 2rem 1rem;
	border: 2px solid #D9AA6A;
	box-sizing: border-box;
}
#tips2 .data-box .img{
	width: 100%;
	margin: 0 auto 2rem auto;
}
#tips2 .data-box .img img{
	margin: 0;
}

#tips2 #page_contents .p-atten-txt{
	font-size: 1.2rem;
	line-height: calc(16 / 12);
	letter-spacing: .02em;
	color: #424242;
}

#tips2 .members-links{
	margin-top: 2rem;
	text-align: right;
}
#tips2 a.btn--red{
	margin-top: 3.5rem;
}

#tips2 .episode_list_wrap{
	display: flex;
	flex-direction: column;
	gap: 1.8rem 0;
	margin-bottom: 1.5rem;
}
#tips2 .episode_list_wrap .episode{
	width: 100%;
}

#tips2 .episode_list_wrap .episode_list_box{
	display: flex;
	background: #FFF;
	border-radius: 1rem;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	padding: 0;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
}
#tips2 .episode_list_wrap .episode_list_box .img_box{
	position: relative;
	width: 14rem !important;
	margin: 0 !important;
}
#tips2 .episode_list_wrap .episode_list_box .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#tips2 .episode_list_wrap .episode_list_box .img_box .store{
	background: #ed1e79;
	bottom: 0;
	color: #fff !important;
	font-size: 1.2rem;
	line-height: calc(16 / 12);
	letter-spacing: .02em;
	left: 0;
	margin-bottom: 0;
	padding: 4px 8px;
	position: absolute;
}
#tips2 .episode_list_wrap .episode_list_box .name__box{
	width: calc(100% - 14rem);
	padding: 2.7rem 1rem 2.7rem 1rem;
	box-sizing: border-box;
}
#tips2 #page_contents .episode_list_wrap .episode_list_box .name__box h3{
	font-size: 1.4rem;
	line-height: calc(21 / 14);
	font-weight: 700;
	letter-spacing: .02em;
	margin: 0 !important;
	padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
#tips2 .episode_list_wrap .episode_list_box .name__box .name__column{
	display: flex;
	align-items: center;
}
#tips2 .episode_list_wrap .episode_list_box .name__box .name__column .cross{
	font-size: 1.2rem;
	line-height: calc(16 / 12);
	font-weight: 700;
	letter-spacing: .02em;
	color: #424242;
	margin: 0 5px 0 0;
}
#tips2 .episode_list_wrap .episode_list_box .name__box .name__column .name{
	margin: 0;
}
#tips2 .episode_list_wrap .episode_list_box .name__box .name__column .name img{
	width: 1.2rem;
	margin: 0;
}
#tips2 .episode_list_wrap .episode_list_box .name__box .name__column span{
	font-size: 1.2rem;
	line-height: calc(16 / 12);
	font-weight: 700;
	letter-spacing: .02em;
}
#tips2 .episode_list_wrap .episode_list_box .name__box .name__column .name .mens{ color: #4384E5;}
#tips2 .episode_list_wrap .episode_list_box .name__box .name__column .name .women{ color: #E3155F;}

#tips2 .matching-trial__wrap{
	margin-bottom: 3.5rem;
}
#tips2 .matching-trial__wrap .txt{
	text-align: center;
	font-size: 1.8rem;
	line-height: calc(27 / 18);
	letter-spacing: .02em;
	color: #424242;
	font-weight: 700;
}
#tips2 .matching-trial__wrap .img{
	margin: 1.7rem auto 2rem auto;
	width: 100%;
}
#tips2 .matching-trial__wrap .txt02{
	text-align: center;
	font-size: 2.4rem;
	line-height: calc(34 / 24);
	letter-spacing: .02em;
	color: #424242;
	font-weight: 700;
}

/* sec-summary -----------------------------*/
#tips2 .sec-summary{
	padding: 4rem 0;
}

#tips2 .sec-summary .lead-txt{
	text-align: center;
	font-size: 1.4rem;
	line-height: calc(21 / 14);
	letter-spacing: .02em;
	color: #424242;
	margin-bottom: 2rem;
}

#tips2 .sec-summary .flex{
	position: relative;
	flex-direction: column;
}
#tips2 .sec-summary .flex + .flex{
	margin-top: 2rem;
}
#tips2 .sec-summary .flex-img{
	width: calc(100% - 7rem);
	max-width: 34rem;
}
#tips2 .sec-summary .flex-txt{
	position: relative;
	margin: -5rem 0 0 auto;
	width: calc(100% - 3rem);
	max-width: 38rem;
	padding: 2rem;
	background: #FFF7EF;
	box-sizing: border-box;
}
#tips2 .sec-summary .flex-txt .ttl{
	font-size: 1.8rem;
	line-height: calc(27 / 18);
	letter-spacing: .02em;
	color: #424242;
	padding: 0;
	margin: 0 0 1.5rem 0;
}
#tips2 .sec-summary .flex-txt .txt{
	font-size: 1.4rem;
	line-height: calc(21 / 14);
	letter-spacing: .02em;
	color: #424242;
}
#tips2 .sec-summary .flex-txt .atten-txt{
	margin-top: 1.2rem;
	font-size: 1.2rem;
	line-height: calc(17 / 12);
	letter-spacing: .02em;
	color: #424242;
}

#tips2 .sec-summary .flex.-reverse{
	margin-left: auto;
}
#tips2 .sec-summary .flex.-reverse .flex-img{
	margin: 0 0 0 auto;
}
#tips2 .sec-summary .flex.-reverse .flex-txt{
	margin: -5rem auto 0 0;
}

/* sec-recommend_experience -----------------------------*/
#tips2 .sec-recommend_experience{
	padding: 4rem 0;
	box-sizing: border-box;
}
#tips2 .sec-recommend_experience .white-box{
	position: relative;
	width: calc(100% - 2rem);
	padding: 2rem 1rem 2rem 1rem;
	background: #FFF;
	border-radius: 1rem;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	box-sizing: border-box;
}

#tips2 .sec-recommend_experience .box-head{
	position: relative;
	width: fit-content;
	text-align: center;
	margin: 0 auto 1.8rem auto;
}
#tips2 .sec-recommend_experience .box-head .fukidashi{
	position: absolute;
	left: -10rem;
	top: -4rem;
	width: 9.2rem;
	height: 9.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/konkatsu/tips2/hukidashi.webp") no-repeat center center;
	background-size: 100% 100%;
}
#tips2 #page_contents  .sec-recommend_experience .box-head .fukidashi-txt{
	text-align: center;
	font-size: 1.2rem;
	line-height: calc(17 / 12);
	font-weight: 700;
	color: #E3155F;
	margin: 0;
}

#tips2 .sec-recommend_experience .box-head .ttl .small{
	display: block;
	text-align: center;
	font-size: 1.8rem !important;
	line-height: calc(27 / 18) !important;
	letter-spacing: .02em;
	font-weight: 700;
	color: #424242;
}
#tips2 .sec-recommend_experience .box-head .ttl .color-pink{
	font-size: 2.4rem;
	line-height: calc(34 / 24);
	letter-spacing: .02em;
	font-weight: 700;
}

#tips2 .sec-recommend_experience .flex{
	display: flex;
	flex-direction: column;
}
#tips2 .sec-recommend_experience .flex-img{
	width: 100%;
}
#tips2 .sec-recommend_experience .flex-txt{
	width: fit-content;
	margin-top: 2rem;
}
#tips2 .sec-recommend_experience .flex-txt .txt{
	font-size: 1.4rem;
	line-height: calc(21 / 14);
}
#tips2 .sec-recommend_experience .flex-txt .txt + .txt{ margin-top: 2rem;}

#tips2 .sec-recommend_experience .flex-txt .point-list__wrap{
	margin-top: 5rem;
}
#tips2 .sec-recommend_experience .flex-txt .point-list{
	display: flex;
	justify-content: center;
	gap: 0 5px;
	margin: 0;
}
#tips2 .sec-recommend_experience .flex-txt .point-list__items{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: calc((100% - 10px) / 3);
	height: calc((100% - 10px) / 3);
	aspect-ratio: 120 / 120;
	max-width: 12rem;
	background: #FFF;
	border: 2px solid #E3155F;
	padding-top: 1.7rem;
	border-radius: 100%;
	margin: 0;
	box-sizing: border-box;
}
#tips2 .sec-recommend_experience .flex-txt .point-list__items .point{
	position: absolute;
	left: 0;
	top: -4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6rem;
	height: 6rem;
	background: #E3155F;
	border-radius: 100%;
	box-sizing: border-box;
}
#tips2 .sec-recommend_experience .flex-txt .point-list__items .point img{
	width: auto;
	max-width: inherit;
	height: 1.1rem;
	margin: 0;
}

#tips2 .sec-recommend_experience .flex-txt .point-list__items p .txt{
	width: 100%;
	font-size: 1.3rem;
	line-height: calc(22 / 15);
	font-weight: 700;
	letter-spacing: -.05em;
}

#tips2 .sec-recommend_experience .flex-txt .point-list__items p span{
	display: block;
	text-align: center;
}
#tips2 .sec-recommend_experience .flex-txt .point-list__items .bold{
	display: block;
	font-size: 1.7rem;
	line-height: calc(22 / 20);
}
#tips2 .sec-recommend_experience .flex-txt .point-list__items:nth-of-type(2) .bold{
	letter-spacing: -.12em;
}
#tips2 .sec-recommend_experience .flex-txt .point-list__items:nth-of-type(3) .bold{
	letter-spacing: -.1em;
}

#tips2 .sec-recommend_experience .matchingBtn__container{
	margin: 2rem auto 0 auto;
}
#tips2 .sec-recommend_experience .matchingBtn__container .btn-txt{
	text-align: center;
	margin: 0 auto 1rem auto;
	
}
#tips2 .sec-recommend_experience .matchingBtn__container .btn-txt .splash{
	position: relative;
	text-align: center;
	font-size: 1.5rem;
	line-height: calc(27 / 15);
	font-weight: 700;
	letter-spacing: .02em;
	padding: 0 1.8rem;
	box-sizing: border-box;
}
#tips2 .sec-recommend_experience .matchingBtn__container .btn-txt .splash:before,
#tips2 .sec-recommend_experience .matchingBtn__container .btn-txt .splash:after{
	position: absolute;
	display: block;
	content: '';
	width: 1.6rem;
	height: 1px;
	background: #424242;
	bottom: .8rem;
}
#tips2 .sec-recommend_experience .matchingBtn__container .btn-txt .splash:before{
	left: 0;
	transform: rotate(45deg);
}
#tips2 .sec-recommend_experience .matchingBtn__container .btn-txt .splash:after{
	right: 0;
	transform: rotate(-45deg);
}

#tips2 .sec-recommend_experience a.btn--red{
	width: calc(100% - 1.5rem);
	margin: 0 auto;
	color: #FFF;
	background: #E3155F;
	background-image: url(../2024new/assets/images/top/icon-arrow--white.svg);
}
#tips2 .sec-recommend_experience a.btn--red:hover {
	background-color: #FFF;
	background-image: url(../2024new/assets/images/top/icon-arrow--red.svg);
	color: #E3155F;
}

#tips2 .top_container.text-center{
	display: none;
}
/*-----------
  404
-----------*/
#noting-404 .title {
    margin: 50px 0 20px 0;
    font-size: 18px;
}
#noting-404 .title:after{
    display: none;
}
#noting-404 .center{
    margin: 0 0 30px 0;
}
#noting-404 .btn--red-404{
    background-color: #fff;
    background-image: url(../img/common/Arrow_icon.webp);
    background-position: center left 12.8px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 2px solid var(--mainColor);
    border-radius: 8px;
    box-sizing: border-box;
    color: var(--mainColor);
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 auto 40px;
    max-width: 440px;
    padding: 14px 0 12px;
    text-align: center;
    transition: 0.2s;
}
#noting-404 .btn--red-404:hover {
    background-color: #FFF2F6;
}
#noting-404 ul{
    width: 100%;
    background-color: #fff;
    margin: 0 auto 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    list-style: none;
    padding: 30px;
    border-radius: 10px;
}
#noting-404 li{
    text-align: center;
}
#noting-404 li a{
    color: #755600;
    padding-bottom: 1px;
    border-bottom: 1px solid #755600;
    font-weight: 600;
}
#noting-404 li a:hover{
    color: var(--mainColor);
    border-color: var(--mainColor);
}