@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+JP:wght@100..900&display=swap");

/*----------------------*/
.pb-0 {
    padding-bottom: 0 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.sp {
    display: none !important;
}

.tablet {
    display: none;
}

.inr {
    width: 1200px;
    margin: 0px auto;
    position: relative;
}

@media (max-width: 1200px) {
    .inr {
        width: 99%;
        margin: 0px auto;
    }
}
.center {
    text-align: center;
}
#container {
    font-size: 15px;
    font-size: 1.5rem;
}

/*header*/
header {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 114px;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 3px 10px rgba(33, 33, 33, 0.1);
    margin: 0;
    overflow: hidden;
    top: 0;
}

header *,
header ::after,
header ::before {
    box-sizing: content-box;
}

.container_small header {
    height: 75px;
}
.container_small .bread {
    margin: 75px 0 0 0;
}
.container_small #footer {
    padding: 10px 0;
}

.header__inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}
@media (max-width: 1023px) {
    .header__inr {
        margin: 0;
        width: 100%;
    }
}

.header_logo {
    width: 230px;
    margin: 20px 0 0 0;
}
.header_logo a {
    display: block;
    width: 100%;
}
.header_logo_s {
}

.headerLogo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
@media (max-width: 1023px) {
    .headerLogo {
        text-align: 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_navi {
    float: left;
}
.header_navi ul {
    margin: 20px 0 0 0;
}
.header_navi li {
    float: left;
    text-align: center;
    line-height: 130%;
    margin: 0 25px 0 0;
}
.header_navi li i {
    color: #009943;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0px 5px 0 0;
}
.header_navi li a {
    display: block;
    background: #fff;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
}
.header_navi li a:hover {
    color: #009943;
    text-decoration: none;
}

.header_left {
    /* float:left; */
    width: 750px;
    height: 100%;
}
@media (max-width: 1023px) {
    .header_left {
        margin: 0 auto;
    }
}
.header_right {
    /* float:right; */
    width: 450px;
}
.header_link {
    margin: 5px 0 0 0;
}
.header_link ul {
    float: left;
    margin: 10px 0;
}
.header_link li {
    display: inline-block;
    margin: 0 15px;
}
.header_link li a {
}
.header_tel {
    float: right;
    margin: 0;
}
.header_tel a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5px;
}
.header_tel i {
    display: inline-block;
    margin: 0 0 0 5px;
    height: 30px;
    width: 30px;
    background: url(../img/common/icon_tel.svg) no-repeat center center;
    vertical-align: top;
}
.header_tel span {
    line-height: 1;
    padding: 7px;
    background-color: #fc8472;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}
.tel-modal h2 {
    margin-bottom: 30px;
    font-size: 2.1rem;
    font-weight: bold;
}
.tel-modal dl div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.tel-modal dl div:first-child {
    margin-bottom: 20px;
}
.tel-modal dl dt {
    width: initial;
    font-size: 1.8rem;
    font-weight: normal;
}
.tel-modal dl dd {
    line-height: 1.1;
    margin: initial;
    font-size: 4.8rem;
    font-weight: bold;
}
.tel-modal dl dd a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.header_btnarea {
    margin: 10px 0 0 0;
    font-size: 0;
}
.header_btnarea ul {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}
.header_btnarea li {
    flex-basis: calc(100% / 3 - 11px);
    max-width: calc(100% / 3 - 11px);
}
.header_btnarea li a {
    display: block;
    padding: 7px;
    border: 1px solid;
    border-radius: 25px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
.header_btnarea li a::before {
    margin-right: 5px;
    vertical-align: middle;
}
.header_btnarea li.icon_book a {
    border-color: #28bc7d;
    color: #28bc7d;
}
.header_btnarea li.icon_book a::before {
    content: url(../img/common/icon_book.svg);
}
.header_btnarea li.icon_hart a {
    border-color: #28bc7d;
    color: #28bc7d;
}
.header_btnarea li.icon_hart a::before {
    content: url(../img/common/icon_hart.svg);
}
.header_btnarea li.icon_table a {
    background: linear-gradient(90deg, #dc515a, #ffac58);
    color: #fff;
}
.header_btnarea li.icon_table a:hover {
    background: linear-gradient(90deg, #28bc7d, #6ac0ff);
}
.header_btnarea li.icon_table a::before {
    content: url(../img/common/icon_table.svg);
}

.header_btnarea li.icon_book a,
.header_btnarea li.icon_hart a {
}
.header_btnarea li.icon_book a:hover,
.header_btnarea li.icon_hart a:hover {
    color: #fff;
    background: linear-gradient(90deg, #28bc7d, #6ac0ff);
}
.header_btnarea li.icon_book a:hover::before {
    content: url(../img/common/icon_book_over.svg);
}
.header_btnarea li.icon_hart a:hover::before {
    content: url(../img/common/icon_hart_over.svg);
}
@media (max-width: 1200px) {
    .header_left {
        /* float:left; */
        /* width:62.5%; */
    }
    .header_right {
        /* float:right; */
        /* width:37.5%; */
    }
    .header_link li {
        margin: 0 15px 0 0;
        font-size: 15px;
    }
    .header_link li:last-child {
        margin: 0;
    }
    .header_tel {
        font-size: 26px;
        margin: 0;
    }
    .header_tel i {
        font-size: 22px;
        margin: 10px 5px 0 0;
    }
    .header_navi li {
        margin: 0 20px 0 0;
    }
    .header_navi li a {
        font-size: 15px;
    }
}
@media (max-width: 1092px) {
    .header_btnarea li a {
        font-size: 14px;
    }
    .header_navi li {
        margin: 0 15px 0 0;
    }
}
@media (max-width: 1072px) {
    .header_tel {
        font-size: 24px;
        margin: 0;
    }
    .header_navi li {
        margin: 0 10px 0 0;
    }
}
#header_over {
    width: 100%;
    position: fixed;
    top: 114px;
    background: linear-gradient(to right, #f5f2ee, #dbd0dc);
    z-index: 999;
}
#submenu1,
#submenu2,
#submenu3,
#submenu4,
#submenu5 {
    display: none;
}
#header_over ul {
    margin: 0;
}
#header_over ul li {
    float: left;
    margin: 15px 15px 15px 0;
    font-size: 13px;
    text-align: center;
}
#header_over ul li p {
    display: block;
    height: 80px;
    width: 138px;
    overflow: hidden;
    margin: 0;
}
#header_over ul li p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav_fix {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65px;
    box-shadow: 0 3px 10px rgba(33, 33, 33, 0.1);
    background: #fff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.nav_fix.u-active {
    opacity: 1;
    visibility: visible;
}
.nav_fix ul {
    max-width: 1110px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    height: inherit;
    gap: 1px;
}
.nav_fix li {
    height: inherit;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
}
.nav_fix li:hover {
    opacity: 0.8;
}
.nav_fix li.bg1 {
    width: 331px;
    background: linear-gradient(45deg, #28bc7d, #6ac0ff);
}
.nav_fix li.bg2 {
    width: 443px;
    background: linear-gradient(45deg, #dc515a, #ffac58);
}
.nav_fix li.icon_book,
.nav_fix li.icon_hart {
    width: 331px;
    background: linear-gradient(45deg, #28bc7d, #6ac0ff);
}
.nav_fix li:first-child {
    border-top-left-radius: 20px;
}
.nav_fix li:last-child {
    border-top-right-radius: 20px;
}
.nav_fix li.reservation {
    width: 443px;
    background: linear-gradient(45deg, #dc515a, #ffac58);
}
.nav_fix li.reservation span {
    font-size: 1.4rem;
}
.nav_fix li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: inherit;
    color: #fff;
}
.nav_fix li.icon_book a span::before,
.nav_fix li.icon_hart a span::before {
    margin-right: 5px;
    vertical-align: middle;
}
.nav_fix li.icon_book a span::before {
    content: url(../img/common/icon_book_w.svg);
}
.nav_fix li.icon_hart a span::before {
    content: url(../img/common/icon_hart_w.svg);
}
.nav_fix .nav_fix__label {
    background-color: #fff;
    margin: 0 3px;
    padding: 2px 5px;
    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 {
    margin-left: 5px;
}

/*footer*/
#footer {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 10px 0 70px 0;
}
#footer_security {
    text-align: center;
    padding: 40px 0;
}
#footer_security .security_01 li {
    display: inline-block;
}
#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: 20px 0;
}
.dl_branch {
    width: 950px;
    margin: 0px auto 30px auto;
}
.dl_branch div {
    padding: 15px 0;
    overflow: hidden;
}
.dl_branch dt {
    font-size: 14px;
    width: 120px;
    font-weight: 700;
    float: left;
}
.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:nth-last-of-type(1):after {
    display: none;
}
.dl_branch dd ul li:after {
    content: "|";
    padding-left: 10px;
    color: #999;
}
.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);
    margin: 0;
    padding: 30px 0;
    text-align: center;
}
#footer_menu ul {
}
#footer_menu ul li {
    display: inline-block;
    border-left: 1px solid #999;
    padding: 0 15px;
}
#footer_menu ul li:first-child {
    border-left: none;
}
#footer_bottom_link {
}
.footer_logo {
    width: 300px;
    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;
}

/**/

#main {
    width: 700px;
    float: left;
}

#side {
    width: 370px;
    float: right;
    padding: 0 0 80px 0;
}

/* パンくず */

.bread {
    margin: 114px 0 0 0;
    padding: 10px 0 0;
}
.bread li {
    float: left;
    margin-right: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #1a1a1a;
}
.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 10px;
}
.bread li:last-child:after {
    content: none;
    margin: 0;
}

/*ページャー*/
.pager_box {
    text-align: center;
    margin: 50px 0 80px auto;
    padding: 5px 0;
}
.pager {
    display: inline-block;
    margin-right: -3px;
    font-size: 18px;
    font-size: 1.8rem;
}

.pager .current {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    background: #009943;
    color: #fff;
    border: 1px solid #009943;
    margin-right: 5px;
}
.pager a {
    display: inline-block;
    border: 1px solid #f6f1eb;
    padding: 0 12px;
    color: #000;
    background: #fff;
    margin-right: 5px;
    height: 38px;
    line-height: 38px;
}
.pager a:hover {
    color: #fff !important;
    background: #009943;
    border: 1px solid #009943;
}
.detail_btn {
    position: relative;
    margin: 40px 0 100px 0;
}
.prev_btn,
.next_btn {
    display: inline-block;
    margin: 0 10px !important;
    vertical-align: middle;
}
.prev_btn a,
.next_btn a {
    display: block;
    width: 40px;
    height: 40px;
    background: #009944;
    color: #fff;
    position: relative;
}
.next_btn a:after {
    position: absolute;
    right: 16px;
    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: 16px;
    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: 270px;
}
.pager_box .btn2 a {
    height: 42px;
    line-height: 42px;
    padding: 0;
}

/*タブ*/
.tab {
    border-bottom: 5px solid #009943;
}
.tab ul {
    margin-bottom: 0;
}
.tab ul li {
    float: left;
    margin: 0 5px 0 0;
    display: block;
    background: #f2f2f2;
    color: #000;
    height: 35px;
    line-height: 35px;
    width: 90px;
    text-align: center;
    cursor: pointer;
}
.tab ul li.active {
    background: #009943;
    color: #fff;
}
.tab ul li:hover,
.tab ul li a:hover {
    background: #009943;
    color: #fff;
}
.tab_l ul li {
    height: auto;
    line-height: 110%;
    padding: 5px 0;
    width: 200px;
    font-size: 16px;
    font-size: 1.6rem;
}
.tab_l ul li span {
    font-size: 11px;
    font-size: 1.1rem;
}

.tabbox {
    display: none;
}
.tabbox2 {
    padding: 30px 0 0 0;
}

.scroll_nav {
    height: 42px;
}

.scroll_nav_box {
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    border-bottom: 5px solid #009943;
}
.scroll_nav_box {
    overflow-x: scroll;
}
.scroll_nav_box::-webkit-scrollbar {
    display: none;
    height: 5px;
} /*バーの太さ*/
.scroll_nav_box::-webkit-scrollbar-track {
    background: #009943;
} /*バーの背景色*/
.scroll_nav_box::-webkit-scrollbar-thumb {
    background: #009943;
} /*バーの色*/

.scroll_nav_box ul {
    display: table;
    list-style: none;
    margin: 0 auto 0 0;
}

.scroll_nav_box ul li {
    display: table-cell;
    white-space: nowrap;
}
.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_nav_box ul li p:hover {
    background: #009943;
    color: #fff;
}

.scroll_nav_box ul li.active p {
    background: #009943;
    color: #fff;
}
.scroll_detail_box {
    display: none;
}
.scroll_detail_box .img_list li {
    width: 164px;
    height: 164px;
    overflow: hidden;
}

#sub_contents {
    padding: 150px 0 50px 0;
    position: relative;
}

#sub_contents .scroll_detail_box {
    padding: 30px 0 0 0;
}

.detail_box_none img,
.detail_box img {
    width: 100%;
    height: auto;
}

/*--------------*/

.title {
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 150%;
    padding: 10px 0 0 0;
    margin: 0 0 50px 0;
    position: relative;
}
.title span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 0;
}
.title span.num {
    font-size: 38px;
    font-size: 3.8rem;
    padding: 0 5px;
}
.title strong {
    font-size: 42px;
    font-size: 4.2rem;
}
.title:after {
    display: block;
    content: " ";
    width: 100px;
    height: 4px;
    background: #e2646e;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
.title2 {
    color: #42210b;
    color: #89664f;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    padding: 10px 0 10px 0;
}
.title2 a {
    color: #42210b;
}
.title2 span {
    font-size: 18px;
    font-size: 1.8rem;
    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: 38px;
    font-weight: bold;
    color: #009944;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    padding: 0 5px 0 10px;
}

.p_large {
    font-size: 28px;
    text-align: center;
    line-height: 42px;
}

.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: 380px;
    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: 20px;
    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: 20px;
    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: 114px 0 50px 0;
    overflow: hidden;
}

.top_main {
    position: relative;
    max-width: 1608px;
    text-align: center;
    overflow: hidden;
    height: 319px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.top_main.top_houjin{
	height:486px;
}

@media screen and (min-width: 768px) {
    .top_main .c-btn {
        position: absolute;
        left: 46%;
        bottom: 10%;
        max-width: 1200px;
        transform: translate(-100%, 0%);
    }
    .top_main h1 img {
        position: absolute;
        left: -300%;
        right: -300%;
        margin: auto;
    }
}

/* .top_main .c-btn {
	position: absolute;
  top: 490px;
  left: 255px;
} */
/*.top_main .c-btn {
	position: absolute;
    top: 490px;
    left: 140px;
}*/

/* .top_main img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	width: 100%;
	height:500px;
	object-fit: cover;
	z-index:1
} */

.top_main_sp {
    display: none;
}
/* .top_main .inr{
	height:500px;
	position:relative;
	z-index:9;
}
.top_main h2,
.top_main h1{
	position: relative;
	font-weight:bold;
	font-family: 'Noto Serif JP',"游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	padding: 63px 0 63px 220px;
	max-width: 1320px;
	height: 100%;
	margin: 0 auto;
}
.top_main_copy {
	position: absolute;
	left: calc( 50% - 46rem );
	max-width: 46rem;
	letter-spacing:3px;
	line-height: 1.3;
	font-size:60px;
}
.top_main_copy > span {
	display: block;
}
.top_main_color {
	color: #f44664;
}
.top_main_text1 {
	font-size: 80px;
}
.top_main_text2 {
	font-size: 65px;
}
.top_main_character {
	position: absolute;
	right: clamp(10px, calc(0.625rem + ((1vw - 10.23px) * 42.0875)), 135px);
	bottom: 27px;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top_main_character-name {
	font-size: 20px;
}
.top_name{
	left:130px;
	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 10px;
}
.top_name span{
	font-size:24px;
}
.top_main_box{
	width:38%;
	position:absolute;
	left:130px;
	bottom:50px;
	background:#FFF;
	border:2px solid #998675;
	padding:8px;
}
.top_main_box_in{
	border:1px solid #998675;
	position:relative;
	height:130px;
	padding:0 170px 0 0;
	text-align:center;
}
.top_main_box_in img{
	position:absolute;
	right:20px;
	top:15px;
}
.top_main_box_in h2{
	font-weight:bold;
	font-size:29px;
	margin:20px 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:21px;
} */

/*-----------*/
.top_contact {
    padding: 20px 0 0 0;
    text-align: center;
}
.top_contact_link {
    background: #fff;
    padding: 20px 0;
    text-align: center;
}
.top_contact_box {
    background: #fff;
    padding: 20px 0 5px 0;
    width: 600px;
    margin: 0 auto 30px auto;
}
.top_contact_p {
    font-size: 16px;
}
.green_btn,
.contact_btn {
    width: 420px;
    height: 95px;
    margin: 20px auto 30px auto;
    position: relative;
}
.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: 18px;
    padding: 15px 0 0 0;
    text-align: center;
    margin: 0;
}
.green_btn a h2,
.contact_btn a h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.green_btn a:after,
.contact_btn a:after {
    display: none;
    content: "";
    width: 460px;
    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 {
    background-color: rgba(200, 70, 100, 0.8);
    /*position:absolute;*/
    /*right:-5px;*/
    /*top:5px;*/
}
.green_btn a:hover:after,
.contact_btn a:hover:after {
    /*right:0;*/
    /*top:0;*/
}

.contact_btn2 {
    width: 460px;
    height: 110px;
    margin: 30px auto;
    position: relative;
}
.contact_btn2 a {
    display: block;
    width: 100%;
    height: 100%;
    background: #009944;
    color: #fff;
}
.contact_btn2 a p {
    font-size: 20px;
    padding: 15px 0 0 0;
    text-align: center;
}
.contact_btn2 a h2 {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}
.contact_btn2 a:after {
    content: "";
    width: 460px;
    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: 30px 0 0 0;
}
.tel_btn h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.tel_btn h3 {
    font-size: 28px;
    text-align: center;
    margin: 0;
    color: #1a1a1a;
}
.tel_btn p {
    text-align: center;
    margin: 0;
}
.tel_btn a {
    display: block;
    width: 280px;
    margin: 10px 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: 700px;
    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: 40px auto 0 auto;
}
.top_match {
    text-align: center;
    font-size: 16px;
}
.top_match_head {
    margin: 0px auto;
}
.top_match_imgbox {
    width: 60%;
    margin: 0px auto 40px auto;
    display: flex;
    flex-wrap: wrap;
}
.top_match_imgbox li {
    width: calc(100% / 3);
    padding: 0 30px;
    box-sizing: border-box;
}
.top_match_numbox {
    float: left;
    width: 50%;
    padding: 20px 0;
}
.top_match_numbox p {
    font-size: 35px;
    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: -15px;
    left: 50%;
    background: #f44664;
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 100%;
    margin: 0 0 0 -130px;
    padding: 5px 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.top_match_numbox2 p.top_match_numbox_small {
    font-size: 13px;
    color: #009944;
}
.top_match_numbox2 p .num {
    font-size: 75px !important;
}
.top_match_numbox2 p .unit {
    font-size: 40px !important;
}

.top_match_numbox p .num {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 60px;
    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;
}

.top_match img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}
.top_match_box {
    display: flex;
}
.top_match_box h3 {
    padding: 0;
}
.top_match_box li {
    width: 48%;
    float: left;
    margin: 50px 2% 50px 0;
    padding: 20px 30px;
    background: #fff;
}
.top_match_box li:nth-child(2) {
    margin: 50px 0 50px 2%;
}
.top_match_box p {
    text-align: left;
    font-size: 16px;
    margin: 0 0 20px 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: 50px 0;
}
.top_add_box {
    padding: 20px 20px 20px;
    background: #fff;
}
.top_add h2 {
    margin: 0 0 20px 0;
    text-align: center;
}
.top_add_left {
    width: 590px;
    float: left;
}
.top_add_left iframe {
    width: 100%;
    height: 330px;
}
.top_add_right {
    width: 500px;
    float: right;
    margin: 0 20px 0 0;
}
.top_add_right p {
    text-align: left;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.top_add_right .img {
    text-align: right;
}
@media (max-width: 1200px) {
    .top_add_left,
    .top_add_right {
        width: 49%;
        margin: 0;
    }
    .top_add_left img,
    .top_add_right img {
        max-width: 100%;
        height: auto;
    }
}
/*-----------*/
.top_profile {
    text-align: center;
}
.top_profile p {
    font-size: 16px;
    margin: 15px 0;
}
.top_profile p.small {
    font-size: 10px;
}

.top_profile_img_box {
    background: #fff;
    padding: 20px 0 20px 0;
    margin: 20px 0;
}
.top_profile_img_box img {
    margin: 0 20px 20px 20px;
    max-width: 90%;
    height: auto;
}
/*-----------*/
.top_step {
    padding: 20px 0 20px 0;
    background: #ffffff;
    margin: 50px 0 10px 0;
}

.top_step_list {
    margin: 70px auto 50px auto;
    padding: 0 0 30px 0;
}

.top_step_list ul {
}

.top_step_list ul li {
}
.top_step_list ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 0 !important;
}
.top_step_list ul li h3 {
    font-size: 19px !important;
    text-align: left;
    padding: 0 !important;
}
.top_step_list ul li p {
    text-align: center;
}

/*-----------*/
.top_plan {
    padding: 20px 0 20px 0;
}
.top_plan_p {
    text-align: center;
    margin: 0 0 40px 0;
}
.top_plan .title2 {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}
.half_box1 {
    float: left;
    width: 49%;
}
.half_box2 {
    float: right;
    width: 49%;
}
.top_plan1 {
    padding: 30px 0 0 0;
}
.top_plan2 {
    padding: 20px 0 30px 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;
}

/* .male{
	color:#5aa0d2;
}
.female{
	color:#f66;
}
.male p {
    color: #5AA0D2 !important;
}
.female p {
    color: #f66 !important;
} */
/*-----------*/
.top_store {
    padding: 50px 0 80px 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: center;
    font-size: 16px;
    margin: 0 0 50px 0;
}
.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%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    padding: 0 0 30px 0;
}

/* ツヴァイの特徴 */
/* 全国53店舗のネットワーク */
.top_gide_map_img {
    width: 50%;
    flex-basis: 50%;
    margin: 0;
}

.top_gide_map_img img {
    width: 100%;
    height: auto;
}
.top_gide_map > ul {
    max-width: 444px;
    max-height: 442px;
    flex-basis: 444px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: auto;
}
.top_gide_map > ul.top_gide_map_branch {
    display: block;
}
.top_gide_map > ul > li {
    position: relative;
    width: 207px;
    height: 88px;
    flex-basis: 207px;
    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: 19px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, #dc515a, #ffac58);
}
.top_gide_map > ul > li::after {
    position: absolute;
    right: 7px;
    bottom: 0;
    top: calc(50% - 4px);
    content: "";
    width: 8px;
    height: 8px;
    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 > ul > li a:hover {
    color: #1a1a1a;
}
.top_gide_map .map_over .prefecture li a:after {
    display: none;
}
.top_gide_map li a span {
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    margin: 0 5px;
}
.top_gide_map li p {
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 1.9rem;
    font-weight: bold;
}
.top_gide_map li .area {
    color: #dc515a;
}

.top_gide_map .map_over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 5px;
    display: none;
}
.top_gide_map .map_over .prefecture {
    display: none;
}
.top_gide_map .map_over .prefecture_in {
    position: relative;
    padding: 5px 0;
}
.top_gide_map .map_over .map_close {
    display: block;
    height: auto;
    padding: 5px 0;
    text-align: center;
    background: #fff;
    border: 2px solid #009943;
    color: #009943;
    box-shadow: 3px 4px 10px -2px #fff;
    margin: 10px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    font-size: 1.6rem;
    -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: 90px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 0;
}
.top_gide_map .map_over .prefecture ul {
    margin: 0 10px 0 100px;
    box-sizing: border-box;
}
.top_gide_map .map_over .prefecture ul li {
    position: relative;
    float: left;
    margin: 0 1% 5px 1%;
    width: 31.3%;
}
.top_gide_map .map_over li a {
    box-shadow: 1px 2px 5px -2px #999999;
    height: 55px;
    background: #fff;
    padding: 10px 0 0 0;
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/*-----------*/
.top_service {
    text-align: center;
    padding: 30px 0 0 0;
    background: #fff;
}
.top_service_list {
    display: flex;
}
.top_service_list li {
    width: 25%;
    text-align: center;
    padding: 30px 0 0 0;
}
.top_service_list li img {
    width: 36px;
    margin: 0 0 10px 0;
}

.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: 60px 0;
    margin: 60px 0;
}

.top_select_list {
    margin: 0 0 30px 0;
}
.top_select_list ul {
}
.top_select_list ul li {
    float: left;
    width: 48%;
    margin: 20px 1%;
    z-index: 9;
    position: relative;
}
.top_select_list ul li:after {
    content: "";
    display: block;
    background: #fd828f;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.top_select_box {
    position: relative;
    min-height: 200px;
    padding: 0 50px 0 310px;
    border: 1px solid #000;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.top_select_box img {
    position: absolute;
    top: 10px;
    left: 40px;
    width: 210px;
    height: auto;
}

.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;
}

/***************************************************/
/*トップ 2204 */
/***************************************************/
/* common */
.top_section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.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 {
    max-width: 1110px;
    margin: 0 auto;
}
.top_section .top_section__title {
    margin-bottom: 80px;
    font-size: 3.2rem;
    font-weight: bold;
}
.top_section .top_section__sub-title {
    margin-top: -40px;
    margin-bottom: 40px;
    font-size: 1.8rem;
}
.top_section__message {
    margin-bottom: 40px;
    font-size: 2.4rem;
    font-weight: bold;
}
.top_section.top_section_strong.-theme1 {
    padding-top: 20px;
    padding-bottom: 100px;
}
/* 結婚相談所ツヴァイの強み */
.top_section_strong__data {
    margin-bottom: 4rem;
    font-size: 3.2rem;
    font-weight: bold;
}
.top_section_strong__data span {
    line-height: 1;
    display: inline-block;
    margin-right: 20px;
    padding: 5px 20px;
    border-radius: 25px;
    background-color: #dc515a;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
}
.top_section_strong__data b {
    font-size: 4rem;
    color: #dc515a;
}
.top_section_strong__data small {
    font-size: 1.4rem;
    vertical-align: super;
    margin-right: 1rem;
}
.top_section_strong__data .top_section_strong__people {
    font-size: 6.2rem;
}
.top_section_strong__service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 72px;
    margin-bottom: 50px;
}
.top_section_strong__service img {
    margin-bottom: 1.5rem;
}
.top_section_strong__service figcaption {
    font-size: 1.8rem;
    font-weight: bold;
}
.top_section_strong__service figcaption b {
    color: #dc515a;
    font-size: 2.4rem;
}
.top_section_history .top_section__title b {
    color: #dc515a;
    font-size: 5.2rem;
}
.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_profile__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 180px;
}
.top_section_profile__item {
    flex-basis: 408px;
    max-width: 408px;
}
.top_section_profile__item h3 {
    padding: 20px;
    font-size: 2.1rem;
    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: 2rem;
}
.top_section_profile__item figcaption {
    font-size: 1.3rem;
}
.top_section_profile__item-num {
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 2.7rem;
    font-weight: bold;
}
.top_section_profile__item-num b {
    font-size: 4.1rem;
    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: 100px;
    padding-bottom: 100px;
    background: linear-gradient(45deg, #fcf6e8, #f8e4e4);
}
.top_section_problem__inner2 {
    /* background: #fff; */
}
.top_section_problem__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.top_section_problem__list li {
    position: relative;
    flex-basis: calc(50% - 10px);
    padding: 29px 60px;
    background: #fff;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: bold;
}
.top_section_problem__list li::before {
    content: "●";
    position: absolute;
    top: calc(50% - 8px);
    left: 30px;
    font-size: 1rem;
    color: #009943;
}
.top_section_problem__adviser {
    position: relative;
    margin-top: -90px;
    margin-bottom: 80px;
    background: #fff;
    border-radius: 20px;
    padding: 50px;
}
.top_section_problem__adviser img {
    position: absolute;
    top: 10px;
    right: 20px;
}
.top_section_problem__total {
    font-size: 2rem;
    font-weight: bold;
}
.top_section_problem__total b {
    font-size: 3rem;
    color: #dc515a;
}
/* 婚活成功体験談 */
.top_voice_list {
    margin: 60px auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -180px;
    margin-left: -180px;
    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: 40px;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 1.7rem;
}
.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;
}
.cp_list .female {
    color: #ee8991;
    text-align: center;
}
.cp_list .area {
    flex-basis: 8rem;
    max-width: 8rem;
    font-size: 1.3rem;
}

/* 活動の流れ */
.step-list {
    border-top: 1px solid #a8a8a8;
    margin: 60px auto;
}
.step-list li {
    border-bottom: 1px solid #a8a8a8;
}
.step-list__title {
    position: relative;
    cursor: pointer;
    padding: 30px;
    font-size: 2rem;
    font-weight: bold;
}
.step-list__title::after {
    position: absolute;
    right: 30px;
    bottom: 0;
    top: 45px;
    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: 42px;
    font-size: 2.8rem;
    color: #dc515a;
}
.step-list__box {
    display: none;
}
.step-list__box-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-left: 85px;
    margin-bottom: 30px;
    padding-left: 90px;
    border-left: 1px solid #707070;
}
.step-list__box-inner figure {
    margin-bottom: 0;
}
/* 料金プラン */
.top_section_plan-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_section_plan-inner > section {
    flex-basis: 460px;
    max-width: 460px;
}
.top_section_plan-inner > section h3 {
    margin-bottom: 80px;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
}
.top_section_plan-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.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: 295px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #c1f5d8, #b1ddfd);
}
.top_osusume_list {
    display: flex;
    max-width: 1470px;
    margin: 0 -180px;
}
.top_osusume_list li img {
    width: 100%;
    margin-bottom: 32px;
    border-radius: 20px;
}
.top_osusume_list h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}
/* 資料請求 */
.top_section_siryou__copy {
    font-size: 2.4rem;
    font-weight: bold;
}
.top_section_siryou__tel dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.top_section_siryou__tel dt {
    float: none;
    width: auto;
}
.top_section_siryou__tel dt img {
    margin-top: 12px;
}
.top_section_siryou__tel dd {
    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: 5.1rem;
    font-weight: bold;
}
/* お知らせ */
.top_news_list ul {
    border-top: 1px solid #e5e5e5;
}
.top_news_list ul li {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.top_news_list ul li a {
    display: flex;
    flex-wrap: wrap;
}
.top_news_list ul li .date {
    margin-right: 30px;
}
.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: 1;
}

/* swiper */
.swiper-container-wrapper {
    position: relative;
}
.swiper-custom-button2 {
    width: 60px;
    height: 60px;
    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;
}

/* modaal */
.modaal-wrapper {
    z-index: 10000 !important;
}
.modaal-close {
    position: absolute !important;
    right: -45px !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;
}

/* button */
.c-btn a {
    position: relative;
    display: inline-block;
    padding: 3px;
    min-width: 450px;
    border-radius: 30px;
    text-align: center;
    font-size: 1.6rem;
}

/* .c-btn a {
	position: relative;
	display: inline-block;
	padding: 0;
	min-width: inherit;
	border-radius: 0;
	text-align: center;
	font-size: inherit;
} */
.c-btn a img {
    width: 100%;
    max-width: 700px;
}
.c-btn a img:hover {
    opacity: 0.6;
}

.c-btn + .c-btn {
    margin-top: 40px;
}
.c-btn a span {
    display: block;
    padding: 10px;
}
.c-btn.-narrow a {
    min-width: 160px;
}
.c-btn.-theme-nav a {
    min-width: 262px;
    background-color: #e5e5e5;
}
.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(135deg);
}
.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: 20px;
    bottom: 0;
    top: 50%;
    content: "";
    width: 8px;
    height: 8px;
    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;
    min-width: 550px;
}
.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.8rem;
    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: 40px;
    bottom: 0;
    top: calc(50% - 4px);
    content: "";
    width: 12px;
    height: 12px;
    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;
}

/***************************************************/
/* Utility
/***************************************************/
/* font-size */
.u-fs-10 {
    font-size: 1rem !important;
}
.u-fs-11 {
    font-size: 1.1rem !important;
}
.u-fs-12 {
    font-size: 1.2rem !important;
}
.u-fs-13 {
    font-size: 1.3rem !important;
}
.u-fs-14 {
    font-size: 1.4rem !important;
}
.u-fs-15 {
    font-size: 1.5rem !important;
}
.u-fs-16 {
    font-size: 1.6rem !important;
}
.u-fs-17 {
    font-size: 1.7rem !important;
}
.u-fs-18 {
    font-size: 1.8rem !important;
}
.u-fs-19 {
    font-size: 1.9rem !important;
}
.u-fs-20 {
    font-size: 2rem !important;
}
.u-fs-21 {
    font-size: 2.1rem !important;
}
.u-fs-22 {
    font-size: 2.2rem !important;
}
.u-fs-23 {
    font-size: 2.3rem !important;
}
.u-fs-24 {
    font-size: 2.4rem !important;
}
.u-fs-25 {
    font-size: 2.5rem !important;
}
.u-fs-26 {
    font-size: 2.6rem !important;
}
.u-fs-27 {
    font-size: 2.7rem !important;
}
.u-fs-28 {
    font-size: 2.8rem !important;
}
.u-fs-29 {
    font-size: 2.9rem !important;
}
.u-fs-30 {
    font-size: 3rem !important;
}
.u-fs-31 {
    font-size: 3.1rem !important;
}
.u-fs-32 {
    font-size: 3.2rem !important;
}
.u-fs-33 {
    font-size: 3.3rem !important;
}
.u-fs-34 {
    font-size: 3.4rem !important;
}
.u-fs-35 {
    font-size: 3.5rem !important;
}
.u-fs-36 {
    font-size: 3.6rem !important;
}
.u-fs-37 {
    font-size: 3.7rem !important;
}
.u-fs-38 {
    font-size: 3.8rem !important;
}
.u-fs-39 {
    font-size: 3.9rem !important;
}
.u-fs-40 {
    font-size: 4rem !important;
}
.u-fs-41 {
    font-size: 4.1rem !important;
}
.u-fs-62 {
    font-size: 6.2rem !important;
}
.u-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.3rem;
}

/* line-height initial */
.u-lh-initial {
    line-height: initial !important;
}

.u-va-super {
    vertical-align: super;
}

/***************************************************/
/* 2204 Page Component
/***************************************************/
.c-page-header {
    background: linear-gradient(90deg, #fcf6e8, #f8e4e4);
    margin-bottom: 0;
}
.c-page-header .title {
    margin-bottom: 0;
    padding: 50px 0;
}
.c-page-header .title::after {
    bottom: 30px;
}

.c-page-title {
    margin-bottom: 60px;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
}

/***************************************************/
/* 2204 Section Component
/***************************************************/
.c-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.c-section .c-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.c-section--narrow {
    padding-top: 60px;
    padding-bottom: 50px;
}
.c-section.-header {
    position: relative;
}
.c-section.-header::before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
    height: 418px;
    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: 60px;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}
.c-section-title2 {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #e9f2f5;
    font-size: 2.1rem;
    text-align: center;
    color: #799cd3;
}

.l-alignfull {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.l-container {
    max-width: 1030px;
}

.marriage-result {
    margin-bottom: 40px;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
}
.marriage-result__num {
    font-size: 5.2rem;
    color: #dc515a;
}
.marriage-result__text1 {
    font-weight: initial !important;
    background: initial !important;
    line-height: initial !important;
    font-size: 4.1rem !important;
    color: #dc515a !important;
}

/***************************************************/
/* Navigation Component
/***************************************************/
.c-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}
.c-nav__item {
    flex-basis: 300px;
    max-width: 300px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}
.c-nav__item::after {
    position: absolute;
    right: 20px;
    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 40px 10px 10px;
    font-size: 2rem;
    color: #28bc7d;
}

.c-nav2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
    margin: 60px auto 0;
    column-gap: 100px;
    row-gap: 40px;
}
.c-nav2__item {
    position: relative;
    flex-basis: 300px;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.c-nav2__item::after {
    position: absolute;
    right: 20px;
    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-nav2__item b {
    font-size: 2rem;
    color: #28bc7d;
}
.c-nav2__item a {
    display: block;
}
.c-nav2__item a:hover {
    color: inherit;
    opacity: 0.8;
}

/*--------*/
/*フォーム*/
/*--------*/
.form_step {
    padding: 0px;
    margin: 30px 0;
    background: #9acd32;
}
.form_step ul {
    margin: 0 0 0 -4%;
}
.form_step ul li {
    float: left;
    width: 29.3%;
    margin: 0 0 0 4%;
}
.form_step ul li {
    text-align: center;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    position: relative;
    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: -30px;
    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;
    width: 70%;
    margin: 30px auto;
    background: #9acd32;
}
.form_step2 ul {
    margin: 0 0 0 -4%;
}
.form_step2 ul li {
    float: left;
    width: 46%;
    margin: 0 0 0 4%;
}
.form_step2 ul li {
    text-align: center;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    position: relative;
    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: -20px;
    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: 0;
}
#contact_flow ul {
    width: 100%;
    margin: 0 auto;
}
#contact_flow ul li {
    float: left;
    width: 33.3%;
    padding: 50px 0;
    position: relative;
    text-align: center;
}
#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(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    top: 0;
    margin: auto;
}
#contact_flow ul li:last-child::after {
    display: none;
}

#contact_flow ul li p {
    font-size: 16px;
    text-align: center;
    margin: 20px 0 0 50px;
    line-height: 150%;
}
#contact_flow ul li img {
    width: 130px;
}

/* オンライン婚活相談予約フォーム */
#contact_flow.-online ul li {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#contact_flow.-online ul li::after {
    margin: inherit;
    top: 200px;
}
#contact_flow.-online ul li h3 {
    flex: 0 1 8rem;
    margin-bottom: 1.5rem;
    padding: 0 15px;
    font-weight: bold;
}
#contact_flow.-online ul li h3 span {
    display: block;
    margin-bottom: 5px;
    color: #094;
    font-size: 21px;
}
#contact_flow.-online ul li p {
    margin: 20px 15px 0 15px;
}
#contact_flow.-online ul li p small {
    display: block;
    margin-top: 10px;
    line-height: 130%;
    text-align: left;
    font-size: 10px;
}

.view_btn {
    color: #009944;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 300px;
    margin: 20px auto;
    border: 1px solid #009944;
    padding: 10px 20px 10px 10px;
    border-radius: 5px;
}
.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;
}
.view_close:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
}
.view_area {
    display: none;
}

#form_area {
    width: 100%;
    margin: 0px auto 20px auto;
}

.form_btn_area {
    margin: 0 auto;
    width: 460px;
}
.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: 20px auto;
    width: 460px;
    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:hover {
    background-color: rgba(200, 70, 100, 0.8);
}
/*
.form_btn .submit_btn:after{
	display:block;
	content:"";
	width:460px;
	height:100%;
	position:absolute;
	right:-5px;
	top:5px;
	border-right:1px solid #C1272D;
	border-bottom:1px solid #C1272D;
	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: center;
    margin: 60px 0 0 0;
}

.form_section_title {
    font-weight: bold;
    font-size: 18px;
}
.form_section_p {
    width: 80%;
    margin: 0px auto;
}
.form_section {
    width: 80%;
    margin: 20px auto;
}
.form_section th {
    width: 25%;
    padding: 10px 0;
    font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
}
.form_section td {
    padding: 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: 14px;
    line-height: 40px;
    text-align: right;
    padding-right: 0;
}
.form_tel {
    width: 600px;
    margin: 0px auto;
    background: #fff;
    padding: 10px 0;
    border: 1px solid #42210b;
}
.form_tel .tel_btn {
    margin: 0;
}
.form_tel .tel_btn a {
    width: 220px;
    margin: 5px auto;
    background-size: 40px auto;
    padding: 0 0 0 45px;
}

#page_contents .form_tel .tel_btn a h3,
.form_tel .tel_btn a h3 {
    font-size: 22px;
    padding: 10px 0 0 0;
}
.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: 30px 0;
}
.sec_b {
    padding: 0 0 30px 0;
}
#page_contents h1,
#page_contents h2 .title,
#page_contents h2:not(.title2, .contact_btn h2, .contact_btn2 h2, .green_btn h2, .c-section-title2) {
    font-weight: bold;
    font-size: 32px;
    color: #1a1a1a;
    line-height: 42px;
    padding: 10px 0 10px 0;
}
#page_contents h2 em {
    font-size: 32px;
    text-decoration: underline;
}
#page_contents h3 {
    font-weight: bold;
    font-size: 28px;
    color: #42210b;
    line-height: 32px;
    padding: 10px 0 30px 0;
}
#page_contents h4 {
    font-weight: bold;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 28px;
    padding: 5px;
}
#page_contents strong {
    font-weight: bold;
    font-size: 18px;
    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: 36px;
    color: #009944;
    padding: 0 5px 0 10px;
}
#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: 18px;
    color: #009944;
    padding: 0 5px 0 0;
}
#page_contents .color_red .unit {
    color: #c1272d !important;
}
/*p（本文）*/
#page_contents p:not(.contact_btn p, .link_btn p, .green_btn p) {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 28px;
}
#page_contents p a {
    color: #009944;
}
/*p（小さめの本文）*/
#page_contents p.small {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 24px;
}
/*em（補足…最小サイズ）*/
#page_contents em {
    font-size: 12px;
    color: #1a1a1a;
    line-height: 18px;
}
#page_contents img {
    max-width: 100%;
    margin-bottom: 20px;
    height: auto;
}
.white_btn {
    position: relative;
    margin: 10px 0;
}
.white_btn a {
    display: block;
    padding: 10px;
    width: 100%;
    background: #fff;
    text-align: center;
    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: 20px;
    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 a:hover h3.title2 {
    color: #fff;
}
.white_btn h3 {
    padding: 0;
}

.link_btn {
    width: 460px;
    height: 60px;
    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: 20px;
    padding: 12px 0 0 0;
    text-align: center;
}
.link_btn a:after {
    content: "";
    width: 460px;
    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: 15px 0 30px 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(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: auto;
}
.link_down_btn a img {
    position: absolute;
    left: 5px;
    top: 10px;
    margin: auto;
}
.courseH .link_down_btn a img {
    top: 30px;
}
.link_down_btn_s {
    width: 100%;
}
.link_down_btn_s a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px 0 30px 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;
    left: 0;
    right: 0;
    bottom: 12px;
    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:20px 0;
	background:#009944;
}
.green_btn a:hover{
	background-color:rgba(0,153,68,0.8);
}
.green_btn a h2{
	color:#FFF;
	font-size:27px;
}
.green_btn a p{
	font-size:16px;
	color:#FFF;
	margin:0;
}
*/

/*---------------*/
#flow {
    padding: 0 0 50px 0;
}

.flow_title,
.flow_link {
    color: #009944;
    font-size: 20px;
    border-bottom: 1px solid #009944;
    padding: 7px 45px 7px 55px;
    position: relative;
    cursor: pointer;
}
.flow_title::after {
    position: absolute;
    top: 50%;
    right: 16px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #009944;
}
.flow_title::before {
    position: absolute;
    top: 50%;
    right: 26px;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-top: 1px solid #009944;
    transform: translateX(-50%);
    margin-top: -10px;
    transform: rotate(90deg);
}

.flow_link::after {
    content: "";
    width: 16px;
    height: 16px;
    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: 20px;
    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;
    left: 5px;
    top: 7px;
    display: block;
    width: 45px;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.flow_link span.add {
    width: auto;
}
#page_contents .flow_title h3,
#page_contents .flow_link h3 {
    color: #009944;
    font-size: 20px;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: normal;
}

#page_contents .flow_title p {
    color: #009944 !important;
    margin: 0 0 0 50px;
    font-size: 14px;
    position: relative;
}
#page_contents .flow_title p::before {
    content: "―";
    margin: 0 5px 0 0;
}
#page_contents .flow_title p::after {
    content: "―";
    margin: 0 0 0 5px;
}

.flow_box {
    display: none;
    padding: 20px 20px 40px 20px;
    background: url(../img/index/flow_bk.jpg) repeat-x 0 bottom;
    position: relative;
    min-height: 140px;
    text-align: center;
}
.flow_box img.flow_box_img {
    width: 320px;
    height: auto;
}
.flow_box p {
    font-size: 16px;
    line-height: 150%;
}

.flow_box ul {
    width: 80%;
    margin: 20px auto;
}
.flow_box ul li {
    float: left;
    width: 45%;
    margin: 0 2.5%;
    text-align: center;
    box-sizing: border-box;
    height: 80px;
    color: #009944;
    padding: 10px 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;
}

.flow_box .link_btn1 {
    width: 80%;
    margin: 20px auto;
    padding: 0 20px;
    float: none;
}
.link_btn1 img,
.link_btn1 p {
    display: inline-block;
    line-height: 60px;
    vertical-align: middle;
}

.link_btn1 a {
    display: block;
    width: 100%;
    color: #fff !important;
    height: 60px;
    line-height: 60px;
    font-size: 19px;
    border-radius: 15px;
}

.link_btn1 a {
    background: #009943;
}

.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 0 30px;
}

.point_box {
    width: 350px;
    border: 1px solid #42210b;
    margin: 0px auto 30px auto;
    text-align: center;
    padding: 10px 0 10px 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: 15px 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 {
    width: 830px;
    margin: 40px auto 50px auto;
}
.cose_attention li:before {
    content: "※";
    margin: 0 5px 0 0;
}

/* ツヴァイの20代割プラン　グラフ */
.container.-cose-data {
    max-width: 884px;
    margin: 0 auto;
}
#page_contents .cose-data__item {
    position: relative;
    margin-bottom: 20px;
}
#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: #094;
}
#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 p.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 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 80px;
    padding: 20px;
    border: 3px solid #3b4043;
    background-color: #f7f7f7;
}
.preconditioning dt {
    flex-basis: 25%;
    max-width: 25%;
    font-size: 20px;
}
.preconditioning dd {
    flex: 1;
    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 {
}
.satelite_tbl {
    margin: 0 0 30px 0;
}
.satelite_tbl th,
.satelite_tbl td {
    padding: 0;
}
.satelite_tbl th {
    font-weight: bold;
    padding: 10px;
    width: 200px;
}
.satelite_tbl td {
    padding: 10px;
}

.branch_gide_map {
    width: 1000px;
    text-align: center;
    margin: 30px auto;
    position: relative;
    max-width: 100%;
    padding: 0 0 60px 0;
}

/* .qa_list{
}
.qa_list li{
	border-bottom:1px solid #009944;
	padding:20px 0;
}

.qestion{
	color:#009944;
	font-size: 18px;
	font-size: 1.8rem;
	position:relative;
	cursor: pointer;
}
.qestion:before,
.qestion:after{
	content:"";
	width:20px;
	height:20px;
	position:absolute;
}
.qestion:before{
	border-right:1px solid #009944;
	right:20px;
	top:1px;
}
.qestion:after{
	border-top:1px solid #009944;
	right:10px;
	top:10px;
}
.qestion span.num{
	font-family: 'Noto Serif JP',"游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-size:20px;
	margin:0 20px 0 0;
}
.answer{
	padding:10px 0 0 0;
	display:none;
} */
/* .branch_voice{
	width:100%;
	margin:50px auto;
}
.branch_voice li{
	padding:10px;
}
.branch_voice li h3{
	margin:10px 0;
	line-height:150%;
	font-size:16px;
} */
.branch_consult_img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    width: 160px;
    height: 160px;
}
.branch_area_link {
}
.branch_area_link ul li {
    width: 13.2%;
    float: left;
    margin: 0 0.5%;
}

.main_image {
    margin-bottom: 20px;
    padding-bottom: 40px;
    text-align: center;
}
.main_image img {
    max-width: 100%;
    height: auto;
}
.thumbnail_image {
    margin: 20px auto 50px auto;
    text-align: center;
}
.thumbnail_image .swiper-slide {
    width: 138px;
    height: 100px;
    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: 600px;
}

/***************************************************/
/* 2204 店舗情報
/***************************************************/
.branch-news {
    margin: 60px 0;
    padding: 40px;
    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;
}
.branch-covid19__trigger {
    position: relative;
    cursor: pointer;
}
.branch-covid19__trigger::after {
    position: absolute;
    right: 15px;
    top: 15px;
    content: ">";
    transform: rotate(90deg);
    color: #799cd3;
}
.branch-covid19__trigger.open::after {
    transform: rotate(270deg);
}
.branch-covid19__text {
    display: none;
}
.branch-guide__content {
    position: relative;
}
.branch-feature__photo {
    margin-bottom: 80px;
    text-align: center;
}
.branch-feature__photo img {
    margin-bottom: 0;
}
.branch-feature__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.branch-feature__item {
    flex-basis: calc(100% / 3 - 30px);
    max-width: calc(100% / 3 - 30px);
    background: #fff;
    border-radius: 25px;
    padding: 25px;
    text-align: center;
}
.branch-feature__item h3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}
.branch-feature__item h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    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 figcaption {
    font-size: 3.2;
    font-weight: bold;
}
.branch-feature__item.-number figcaption b {
    font-size: 7rem;
    color: #28bc7d;
}
.branch-feature__item.-period .branch-feature__media {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.branch-feature__item.-period .branch-feature__media p {
    font-size: 2.4rem;
    font-weight: bold;
}
.branch-feature__item.-period .branch-feature__media p b {
    margin: 0 0.5rem;
    font-size: 7rem;
    color: #28bc7d;
}
.branch-feature__item.-access .branch-feature__media {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.branch-feature__item.-access .branch-feature__media p {
    font-size: 2.4rem;
    font-weight: bold;
}
.branch-feature__item.-access .branch-feature__media p b {
    margin: 0 0.5rem;
    font-size: 7rem;
    color: #28bc7d;
}
.branch-feature__item.-access .branch-feature__from {
    font-size: 1.8rem !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: 25px;
    margin-bottom: 40px;
}
.branch-consultant__photo {
    margin-bottom: 0;
}
.branch-consultant__name > span,
.branch-consultant__name > b {
    display: block;
}
.branch-consultant__message {
    margin: 60px auto;
    font-size: 2.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: 34px 80px;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
}
.qestion > span {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: calc(50% - 20px);
    left: 26px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(90deg, #28bc7d, #6ac0ff);
    font-family: Roboto, sans-serif;
    font-size: 2.4rem;
}
.qestion:before,
.qestion:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
}
.qestion:before {
    border-right: 2px solid #28bc7d;
    right: 37px;
    top: calc(50% - 6px);
}
.qestion:after {
    border-top: 2px solid #28bc7d;
    right: 30px;
    top: 50%;
}
.answer {
    position: relative;
    padding: 34px 80px;
    border-top: 1px dotted #e5e5e5;
    display: none;
}
.answer > span {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 34px;
    left: 26px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(90deg, #dc515a, #ffac58);
    font-family: Roboto, sans-serif;
    font-size: 2.4rem;
}
.branch_voice_list {
    margin: 60px auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1000px;
}
.branch-voice__copy {
    font-size: 1.8rem;
}
.branch-voice__area {
    margin-right: 1.5rem;
}
.male .branch-voice__name {
    color: #799cd3;
}
.female .branch-voice__name {
    color: #ee8991;
}
.branch-voice__result {
    margin-bottom: 40px;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
}
.branch-voice__result-num {
    font-size: 5.2rem;
    color: #dc515a;
}
.branch-voice__result strong {
    font-size: 4.1rem;
    color: #dc515a;
}
.branch-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
    margin: 60px auto 0;
    column-gap: 100px;
    row-gap: 40px;
}
.branch-service__item {
    position: relative;
    flex-basis: 300px;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.branch-service__item::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);
}
.branch-service__item b {
    font-size: 2rem;
    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: 30px;
    border-radius: 10px;
    flex-basis: calc(100% / 4 - 23px);
    max-width: calc(100% / 4 - 23px);
}
.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.8rem;
}
.branch-member__data2 {
    font-size: 1.6rem;
    color: #707070;
}
.branch-member__data3 {
    font-size: 1.4rem;
}
.branch-message__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.branch-message__item {
    flex-basis: calc(100% / 3 - 20px);
    max-width: calc(100% / 3 - 20px);
}
.branch-message__item figure {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 9px 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: 2;
    overflow: hidden;
}
.branch-modal {
    display: none;
}
.branch-modal__title {
    margin-bottom: 1.5rem;
    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.8rem;
}
.branch-message__data2,
.branch-modal__data2 {
    font-size: 1.6rem;
    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: 30px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.service-nav li {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
}
.service-nav li .c-btn a {
    min-width: 100%;
}
/* ナビゲーションリスト */
.p-feature-list {
    max-width: 740px;
    margin: 0 auto 30px;
}
.p-feature-list__item {
    position: relative;
    margin-bottom: 20px;
    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;
    opacity: 0.7;
}
.p-feature-list__number {
    flex-basis: calc(132 / 740 * 100%);
    max-width: calc(132 / 740 * 100%);
    background: linear-gradient(0deg, #dc515a, #ffac58);
    font-size: 5.2rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 11px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #fff;
}
.p-feature-list__number-label {
    font-size: 1.5rem;
}
.p-feature-list__content {
    flex: 1;
    line-height: 1;
    padding-right: 65px;
    text-align: center;
    font-size: 3.2rem;
    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: 2.6rem;
}
.p-feature-list__text1 {
    font-size: 6.2rem;
}
.p-feature-list__text2 {
    font-size: 4.5rem;
}
.p-feature-list__text3 {
    font-size: 2.2rem;
}
.p-feature-list__text4 {
    font-size: 1.5rem;
    vertical-align: super;
}
.p-feature-list__arrow {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: linear-gradient(75deg, #dc515a, #ffac58);
}
.p-feature-list__arrow::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    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: 40px !important;
    padding: 14px !important;
    background: linear-gradient(90deg, #dc515a, #ffac58);
    font-size: 2.1rem !important;
    color: #fff !important;
    text-align: center;
}
.p-feature-point__lead {
    margin-bottom: 40px;
    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: calc((100% - 40px) / 3);
    max-width: 292px;
    border: 1px solid #dc515a;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: bold;
}

/***************************************************/
/* 2204 プロフィール
/***************************************************/
.profile-lead {
    margin-bottom: 30px;
    font-size: 3.2rem;
}
.profile-lead__number-label {
    line-height: 1;
    display: inline-block;
    margin-right: 20px;
    padding: 5px 20px;
    border-radius: 25px;
    background-color: #dc515a;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
}
.profile-lead__number-text {
    font-size: 3.2rem;
    font-weight: bold;
    background: linear-gradient(transparent 65%, #fcee21 65%);
}
.profile-lead__number-number {
    font-size: 6.2rem;
    color: #dc515a;
}
.profile-section {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}
.profile-section__wrap {
    margin-top: 80px;
    margin-bottom: 80px;
}
.profile-section__wrap > .profile-section {
    max-width: 450px;
    margin: 0 auto;
}
.profile-section__inner {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.profile-section__title {
    background: linear-gradient(45deg, #fcf6e8, #f8e4e4);
    margin-bottom: 30px;
    font-size: 2.1rem !important;
    text-align: center;
}
.profile-section__lead {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: bold;
}
.profile-corporate-member__industry-item {
    margin-top: 60px;
}
.profile-corporate-member__industry-item h3 {
    margin-bottom: 20px;
    padding: 0 0 20px 0 !important;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.7rem !important;
    font-weight: bold;
    color: #28bc7d !important;
}
.profile-corporate-member__industry-item ul {
    margin-bottom: 0;
    font-size: 1.6rem;
}

/***************************************************/
/* アドバイザーによる成婚サポート
/***************************************************/
/*.p-adviser-mv {
	background-color: #fcf6e8;
	padding: 60px 0 40px;
}
.p-adviser-mv-text {
	font-size: 24px;
	color: #E2646E;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2%;
}
.p-adviser-nav {
	max-width: 869px;
	margin: 0 auto;
}
.p-adviser-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-bottom: 0;
}
.p-adviser-nav__item {
	flex-basis: calc( ( 100% - 110px) / 5 );
	max-width: calc( ( 100% - 110px) / 5 );
}
.p-adviser-nav__item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px 5px;
	gap: 10px;
}
.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: 1.4rem;
}
.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.8rem;
	font-weight: bold;
}
.p-adviser-section {
	position: relative;
}
.p-adviser-section .container {
	max-width: 1030px;
}
.p-adviser-section figure,
.p-adviser-section figure img {
	margin-bottom: 0!important;
}
.p-adviser-section .title {
	font-size: 2.4rem!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: 80px;
	padding-bottom: 60px;
}
.p-adviser-section-03 .p-adviser-section__inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
.p-adviser-section-04 .p-adviser-section__inner {
	padding-bottom: 80px;
}
.p-adviser-section-05 .p-adviser-section__inner {
	padding-bottom: 40px;
}
.p-adviser-section-05 .container {
	transform: translateY(-60px);
}
.p-adviser-section-01::before {
	content: '';
	background-image: url(../img/service/method04/step_01.png);
	position: absolute;
	left: calc( 50% + 460px );
	top: 0;
	width: 107px;
	height: 220px;
}
.p-adviser-section-02 {
	transform: translateY(-80px);
}
.p-adviser-section-03::before {
	content: '';
	background-image: url(../img/service/method04/step_02.png);
	position: absolute;
	left: calc( 50% + 260px );
	top: 2px;
	width: 93px;
	height: 193px;
}
.p-adviser-section-03::after {
	content: '';
	background-image: url(../img/service/method04/step_03.png);
	position: absolute;
	left: calc( 50% - 560px );
	bottom: 0px;
	width: 107px;
	height: 217px;
}
.p-adviser-section-05::before {
	content: '';
	background-image: url(../img/service/method04/step_04.png);
	position: absolute;
	left: calc( 50% - 235px );
	top: -30px;
	width: 471px;
	height: 92px;
}
.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: -50px;
	right: -10px;
	width: 113px;
	height: 113px;
	border-radius: 50%;
	background: linear-gradient(90deg, #dc515a, #ffac58);
	transform: rotate(10deg);
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}*/

/***************************************************/
/* 婚活スタートから成婚へ向けた活動の流れ
/***************************************************/
.p-flow-mv {
    background-color: #fcf6e8;
    margin-bottom: 120px;
    padding: 60px 0 40px;
}
.p-flow-nav {
    max-width: 1000px;
    margin: 0 auto;
}
.p-flow-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 0;
}
.p-flow-nav__item {
    flex-basis: calc((100% - 110px) / 6);
    max-width: calc((100% - 110px) / 6);
}
.p-flow-nav__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 5px;
    gap: 10px;
}
.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: 1.4rem;
}
.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.8rem;
    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-container .container {
    max-width: 1030px;
}
.p-flow-section {
    position: relative;
    padding: 70px 0;
}
.p-flow-section figure,
.p-flow-section figure img {
    margin-bottom: 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: -30px;
    top: 365px;
    width: 107px;
    height: 220px;
}
.p-flow-section-03::before {
    background-image: url(../img/flow/step_02.png);
    left: -60px;
    top: -5px;
    width: 184px;
    height: 106px;
}
.p-flow-section-03::after {
    background-image: url(../img/flow/img_02.png);
    right: -50px;
    top: 5px;
    width: 211px;
    height: 132px;
}
@media screen and (max-width: 1140px) {
    .p-flow-section-03::after {
        right: 0;
    }
}
.p-flow-section-04::before {
    background-image: url(../img/flow/step_03.png);
    left: calc(50% - 235px);
    top: -65px;
    width: 471px;
    height: 92px;
}
.p-flow-section-05::before {
    background-image: url(../img/flow/img_03.png);
    left: calc(50% - 101px);
    top: -65px;
    width: 203px;
    height: 93px;
}
.p-flow-section-05::after {
    background-image: url(../img/flow/step_04.png);
    left: -60px;
    top: 260px;
    width: 168px;
    height: 231px;
}
.p-flow-section__step {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #dc515a;
}
.p-flow-section__title {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 20px 0 !important;
    line-height: initial !important;
    font-size: 2.4rem !important;
    font-weight: bold;
}
.p-flow-section__title::before {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #dc515a;
}
.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);
    position: absolute;
    left: -40px;
    bottom: -10px;
    width: 340px;
    height: 82px;
}
.p-flow-section-06 .p-flow-section__figure::before {
    content: "";
    background: url(../img/flow/img_04.png);
    position: absolute;
    right: -45px;
    bottom: -40px;
    width: 283px;
    height: 121px;
}
@media screen and (max-width: 1140px) {
    .p-flow-section-06 .p-flow-section__figure::before {
        right: 0;
    }
}
.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: 244px;
    text-align: center;
}
.p-flow-support__item img {
    border-radius: 50%;
}

/***************************************************/
/* 2204 キャンペーンバナー
/***************************************************/
.bnr-top-2204 {
    margin-top: -50px;
    margin-bottom: 50px;
}
.bnr-price-2204 {
    margin-top: -30px;
    margin-bottom: 50px;
}

/***************************************************/
/* 2205 婚活体験談
/***************************************************/
.episode-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 656px;
    margin-right: auto;
    margin-left: auto;
}
.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 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    column-gap: 21px;
    row-gap: 60px;
}
.post-type-archive-episode .episode_list .title2 {
    margin-bottom: 30px;
    padding: 0;
    font-size: 32px;
    line-height: 42px;
}
.post-type-archive-episode .episode_list ul li {
    float: initial;
    width: initial;
    margin: initial;
    flex-basis: calc((100% - 63px) / 4);
    max-width: calc((100% - 63px) / 4);
}
.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;
}
.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: 30px;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
}
.episode-search--btm {
    margin-top: -50px;
    padding-bottom: 80px;
}
.episode-search__title {
    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;
    align-items: center;
    gap: 20px;
}
.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.area dl dt {
    flex-basis: 9rem;
}
.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: 50px 0 0;
}
.episode-pickup .inr {
    padding-bottom: 50px !important;
    background-color: #fcf6e8;
}
.episode-pickup h2 {
    margin-bottom: 30px;
    font-size: 32px;
    color: #e2646e;
    line-height: 42px;
    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 {
    flex-basis: calc((100% - 80px) / 3) !important;
    max-width: calc((100% - 80px) / 3) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

/* 婚活体験談個別ページ */
.single-episode .story {
    position: relative;
    margin-bottom: 80px;
}
.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: 40px !important;
}
.single-episode {
}
.single-episode .story .main-title h1 {
    margin-bottom: 40px;
    padding: initial !important;
    color: #89664f !important;
}
.single-episode .story h3 {
    /*font-size: 2.4rem!important;
	color: #E2646E!important;
	margin: 40px 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: 40px 0;
    padding: 40px;
}
.single-episode .story .episode-profile__title {
    margin-bottom: 28px;
    padding: 0 !important;
    line-height: initial !important;
    color: #89664f !important;
    font-size: 1.6rem !important;
    font-weight: bold;
}
.single-episode .story .episode-profile p:not([class]) {
    display: none;
}
.single-episode .story .episode-profile__list {
    display: flex;
}
.single-episode .story .episode-profile__item {
    position: relative;
    flex-basis: 50%;
}
.single-episode .story .episode-profile__item.-women {
    border-left: 1px solid #e5e5e5;
    padding-left: 40px;
}
.single-episode .story .episode-profile__name {
    font-weight: bold;
    font-size: 1.8rem !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;
    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;
}
.single-episode .story .body_image {
    margin: 40px 0;
}
.single-episode .story .question_txt {
    color: #89664f !important;
    font-size: 1.8rem !important;
    margin: 40px 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: 40px 0;
    padding: 20px;
}
.single-episode .story .episode-history__title {
    margin-bottom: 28px;
    padding: 0 !important;
    line-height: initial !important;
    color: #89664f !important;
    font-size: 1.6rem !important;
    font-weight: bold;
}
.single-episode .story .episode-history__inner {
    display: flex;
    gap: 20px;
    align-items: center;
    background-color: #fff;
    padding: 20px;
}
.single-episode .story .episode-history__inner p {
    display: none;
}
.single-episode .story .episode-history__table {
    flex: 1;
    width: 100%;
}
.single-episode .story .episode-history__table td {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
}
.single-episode .story .episode-history__table td:nth-child(1) {
    width: 10%;
}
.single-episode .story .episode-history__table td:nth-child(2) {
    width: 10%;
    text-align: right;
}
.single-episode .story .episode-history__table td:nth-child(3) {
    padding-left: 30px;
}

.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;
    max-width: 700px;
    margin: 60px auto;
    column-gap: 100px;
    row-gap: 40px;
}
.single-episode .episode-branch-nav__item {
    position: relative;
    flex-basis: 300px;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.single-episode .episode-branch-nav__item a {
    display: block;
    padding: 1rem;
    font-size: 2rem;
    font-weight: bold;
    color: #28bc7d;
}
.single-episode .episode-branch-nav__item::after {
    position: absolute;
    right: 20px;
    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: 80px;
    padding-bottom: 80px;
    background: #f9efe8;
}

.p-entries {
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
    column-gap: 40px;
}
.p-entries__item {
    flex-basis: calc((100% - 40px) / 2);
}
.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 0px 0;
}
.episode_img img {
    width: 100%;
    height: auto;
}
.episode_link {
    margin: 30px auto;
}
.episode_link ul {
    margin: 0 0 0 -1%;
}
.episode_link ul li {
    float: left;
    width: 24%;
    margin: 0 0 0 1%;
}
.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;
}

.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 {
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: bold;
    width: 90px;
}
#episode .episode_form h3 {
    width: 100px;
}
.episode_form .radio_btn,
.episode_form .check_btn {
    display: inline-block;
    margin: 0 5px;
}
.episode_form .radio_btn label,
.episode_form .check_btn label {
    padding: 0;
    height: 34px;
    line-height: 34px;
    min-height: auto;
    border: none;
    color: #1a1a1a;
    padding: 0 5px;
}
.episode_form .radio_btn label {
    padding: 0 10px;
}

.episode_form_age .check_btn {
    display: inline-block;
    margin: 0 5px;
    width: 100px;
}
.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 30px 0;
    margin: 0 0 40px 0;
}
.episode_list2 ul,
.episode_list ul {
    margin: 0 0 0 -1%;
}
.episode_list2 li,
.episode_list li {
    float: left;
    width: 24%;
    margin: 0 0 0 1%;
}
.episode_list_box {
    padding: 15px;
    background: #fff;
    margin: 0 0 20px 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: 35px 0 10px 0 !important;
}
.episode_list_box .name {
    font-size: 14px;
    font-size: 1.4rem !important;
}
.episode_list_box .name2 .women,
.episode_list_box .name .women {
    color: #ed1e79;
}
.episode_list_box .name2 .mens,
.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: 13px;
    font-size: 1.3rem;
}
.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.75rem !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 {
    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_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: 0px;
}

.main-profile-image li {
    list-style-type: none;
    width: 48%;
    margin: 1%;
    float: left;
}

.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;
    max-width: 460px !important;
    margin: 0 auto 30px auto;
}
.manga-r {
    border: 6px solid #64cdb4;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    text-align: center;
    max-width: 460px !important;
    margin: 0 auto 30px auto;
}
.question_txt {
    font-weight: bold;
}

.ui-datepicker {
    margin: -110px 0 0 0;
}

#eq_form {
}
#eq_form .row {
    padding: 0 0 10px 0;
}
.eq_radio .wpcf7-list-item {
    width: 31.3%;
    margin: 0 1%;
    text-align: center;
}
.eq_radio2 .wpcf7-list-item {
    width: 48%;
    margin: 0 1%;
    text-align: center;
}
.eq_radio4 .wpcf7-list-item {
    width: 24%;
    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;
    min-height: 40px;
    padding: 5px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/* チェックされた場合 */
.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;
    width: 100%;
    border: 1px solid #009943;
    background: #fff;
    color: #009943;
    min-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 1px 20px;
    margin: 10px 0 0 0;
}
#shop_map #map {
    margin: 10px 0;
}
#shop_map .addr {
    margin: 0 0 10px 0;
}
#shop_map p.map_btn {
    display: block;
    color: #009943 !important;
    position: relative;
    margin: 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: 300px;
    margin: 0px auto 20px auto;
    text-align: center;
    background: #fff;
    border: 1px solid #009943;
    color: #009943 !important;
    min-height: 40px;
    padding: 5px 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 #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;
    height: 30px;
    width: 80px;
    text-align: center;
    background: #fff;
    color: #009944;
    border: 1px solid #009944;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

.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: 14px;
}
.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: #a0a0a0;
    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);
}

.w400 {
    max-width: 600px;
    margin: 0 auto;
}
#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;
}
.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 ul {
    display: flex;
    justify-content: center;
}
.flow_step li {
    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.5rem 0;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #009944;
    background: #fff;
    color: #009944;
    display: block;
    margin: 0 2rem;
    position: relative;
    z-index: 2;
    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: 120px;
    font-size: 16px;
}
.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: 420px;
    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 #contact_flow {
    margin-top: 50px;
}
#yoyakuwari .flow_step {
    margin: 30px auto 0;
}

.bunner_area {
    text-align: center;
}
.bunner_area img {
    max-width: 1000px !important;
    height: auto;
}

/*----------------*/
.range_box {
    text-align: center;
    position: relative;
    margin: 10px 0 0 0;
}
.range_box .min {
    position: absolute;
    font-size: 12px !important;
    left: 0;
    top: 10px;
}
.range_box .max {
    position: absolute;
    font-size: 12px !important;
    right: 0;
    top: 10px;
}
.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;
}
#zeropkg .btn_green {
    width: 420px;
}
#page_contents .zeropkg_main p.ti {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    padding: 0;
}
#page_contents .zeropkg_main p.mb {
    color: #aaaaaa;
}
#page_contents .zeropkg_main p.ti2 {
    font-size: 18px;
    font-size: 1.8rem;
}
.zeropkg_main_box {
    width: 600px;
    margin: 0px auto;
}
.zeropkg_main_subbox {
    width: 400px;
    float: left;
    margin: 50px 70px;
}

/*-選ばれる理由---------------*/
#reason {
}
#reason .title span {
    font-size: 50px;
}
#reason .title:after {
    background: #fd828f;
}
#reason .title span.no {
    color: #fd828f;
}

#reason section {
    padding: 50px 0 0 0;
}

.reason_right,
.reason_left {
    max-width: 1000px;
    display: flex;
    margin: 0 auto 50px auto;
}
.reason_right .comment,
.reason_left .comment {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.reason_right .comment p,
.reason_left .comment p {
    font-weight: bold;
    font-size: 24px;
}

.reason_left img {
    width: 50%;
}
.reason_left .comment span {
    font-size: 24px;
}

.reason_right img {
    width: 50%;
    order: 1;
}
.reason_right .comment {
    order: 0;
}
.reason_p {
    font-size: 24px;
    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 40px 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;
    font-size: 30px;
    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 20px;
}

#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 .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;
    line-height: 1.8;
}

#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 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 .pan a {
        font-size: 12px;
        width: auto;
    }
    #page_contents .thanks_renew .thanks_title {
        margin: 70px 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: 30px 0 60px;
    }
    #page_contents .thanks_renew.match .line-area {
        padding: 30px 0;
        background-image: inherit;
    }
    #page_contents .thanks_renew .line-flex {
        display: block;
        margin-bottom: 60px;
    }
    #page_contents .thanks_renew.match .line-flex {
        margin-bottom: 70px;
    }
    #page_contents .thanks_renew .line-flex figure {
        max-width: 90%;
        margin: 0 auto 50px;
        width: 100%;
    }
    #page_contents .thanks_renew.match .line-flex figure {
        margin: 0;
    }
    #page_contents .thanks_renew .line-flex .line-text {
        max-width: 410px;
        margin: 0 auto;
    }
    .jouhou-wrap {
        padding-top: 10px;
    }
    #page_contents .thanks_renew .sono-text {
        margin: 0 auto 30px;
        width: 100%;
    }
    #page_contents .thanks_renew .sono-text img {
        width: 240px;
        margin-left: 50px;
    }
    #page_contents .thanks_renew .shindan-wrap .item-logo-wrap {
        width: 60px;
    }
    #page_contents .thanks_renew .shindan-wrap p {
        font-size: 24px;
    }
    #page_contents .thanks_renew .shindan-wrap:last-child {
        margin-top: 20px;
    }
    #page_contents .thanks_renew .tuika {
        max-width: 100%;
    }
    #page_contents .thanks_renew.match .matigai-wrap {
        background-color: #fffef9;
    }
    #page_contents .thanks_renew .matigai {
        padding: 50px 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: 55px 0 50px;
    }
    #page_contents .thanks_renew.match .much {
        padding: 55px 0 0;
        background-color: #fff;
    }
    #page_contents .thanks_renew .much-flex {
        display: block;
        justify-content: space-between;
    }
    #page_contents .thanks_renew .much-flex p {
        margin: 30px 0 40px;
        text-align: center;
    }
    #page_contents .thanks_renew .much-left {
        width: 100%;
    }
    #page_contents .thanks_renew .much-right {
        width: 100%;
        max-width: 440px;
        margin: 30px auto 0;
    }
    #page_contents .thanks_renew .ok-wrap {
        max-width: 100%;
    }
    #page_contents .thanks_renew .yoyaku-wrap a {
        max-width: 100%;
    }
    #page_contents .thanks_renew #footer_security .security {
        padding: 60px 0;
    }
    #page_contents .thanks_renew #footer_security .security p {
        font-size: 18px;
        line-height: 1.8;
    }
    #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;
}

/* 料金表 202303 */
.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: inherit;
    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;
}

@media screen and (max-width: 630px) {
    .scroll-block {
        overflow: auto;
    }
    .scroll-block .price-plan-list th,
    .scroll-block .price-plan-list td {
        white-space: nowrap;
    }
}
/* 関連するキーワード */
.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;
    }
}

.cta_matching_section {
    display: none;
}

#new-modal {
    position: fixed;
    bottom: 220px;
    right: 5px;
    width: 160px;
    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追加*/
#new-choise {
    background: #fbf2eb;
}
#new-choise h2 {
    padding-bottom: 40px;
    position: relative;
}
#new-choise h2::after {
    content: "";
    width: 10%;
    height: 4px;
    background: #dc525a;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
#new-choise .in-box {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
#new-choise .in-box .ig {
    min-width: 420px;
    margin-left: 50px;
}
#new-choise .in-box .ig img {
    width: 100%;
}
#new-choise .in-box h3 {
    font-size: 2rem;
    font-weight: bold;
    padding: 12px 0 12px 30px;
    margin-bottom: 20px;
    position: relative;
}
#new-choise .in-box h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #dc525a;
}
#new-choise .in-box p {
    margin: 0;
    line-height: 2;
    position: relative;
}
#new-choise .in-box p .color {
    color: #dc535b;
}
#new-choise .in-box:last-of-type {
    margin-bottom: 0;
}
#new-osu {
    background: #f2f9ff;
}
#new-osu h2 {
    padding-bottom: 40px;
    position: relative;
}
#new-osu h2::after {
    content: "";
    width: 10%;
    height: 4px;
    background: #dc525a;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
#new-osu .f {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
#new-osu .in-box {
    min-width: calc(33.3333% - 12px);
    max-width: calc(33.3333% - 12px);
}
#new-osu .in-box .ig {
    position: relative;
}
#new-osu .in-box .ig img {
    width: 100%;
}
#new-osu .in-box .t {
    padding: 40px 30px 40px 60px;
    position: absolute;
    top: 0;
    left: 0;
}
#new-osu .in-box h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #dc525a;
    line-height: 1.8;
    position: relative;
    margin: 0 0 30px;
}
#new-osu .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 .in-box p {
    color: #fff;
    margin: 0;
    line-height: 1.8;
}
#new-osu .in-box:last-of-type {
    margin-bottom: 0;
}
.step-list .step-list__title2 {
    position: relative;
    cursor: pointer;
    padding: 30px;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.step-list .step-list__title2 span {
    margin-right: 100px;
    font-size: 2.8rem;
    color: #dc515a;
    text-align: center;
    min-width: 126px;
}
.step-list .step-list__title2::after {
    position: absolute;
    right: 40px;
    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 {
    flex-wrap: nowrap;
    flex-flow: row-reverse;
}
.step-list .step-list__box-inner p {
    line-height: 1.8;
}
.step-list .step-list__box-inner p .b {
    font-weight: bold;
}
.step-list .step-list__box-inner p .mini {
    color: #9f9d9d;
    font-size: 1.2rem;
}

/* トップページ */
/* 店舗案内 */
.top_section_store .top_gide_map_img {
    width: 80%;
    flex-basis: 80%;
    position: relative;
}

.top_gide_map_img_branch {
    width: 50%;
    flex-basis: 50%;
    position: relative;
}
.top_gide_map_img_branch img {
    width: 100%;
}
.top_gide_map {
    justify-content: center;
}

#new-map {
    background: #faeae5;
}

#new-map .to {
    background: #f8cdbc;
    width: 300px;
    position: absolute;
    right: -100px;
    top: 0;
}

#new-map .kanto {
    background: #e0d4f5;
    width: 260px;
    position: absolute;
    right: 0;
    top: 250px;
}

#new-map .hoku {
    background: #c9e2fa;
    width: 300px;
    position: absolute;
    right: 500px;
    top: 20px;
}

#new-map .tyu {
    position: absolute;
    background: #b7ede0;
    right: 200px;
    top: 660px;
    width: 260px;
}

#new-map .tyug {
    position: absolute;
    background: #c1e8ba;
    left: 20px;
    top: 300px;
    width: 260px;
}

#new-map .kyu {
    position: absolute;
    background: #fcb4b5;
    left: -60px;
    bottom: 180px;
    width: 260px;
}

#new-map .sai {
    position: absolute;
    background: #f2dba3;
    left: 320px;
    bottom: 100px;
    width: 260px;
}

.map-list__title {
    position: relative;
    cursor: pointer;
    padding: 20px 0 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.map-list__box-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 10px 10px;
}
.map-list__box-inner a {
    min-width: calc(50% - 5px);
    background: #fff;
    padding: 8px 0;
    text-align: center;
    position: relative;
    font-size: 1rem;
}
.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%;
}
.sp-only {
    display: none !important;
}

/* 店舗情報の背景設定 */
.c-section.-header + .branch-information {
    background: #fff;
}

/* 体験談の検索UI */
.episode_desc {
    color: #89664f;
    font-size: 18px;
}
.episode-search--btm {
    padding-bottom: 26px;
    margin-bottom: 20px;
}
.episode-search {
    border: 1px solid #89664f;
}
.episode-search__title {
    position: relative;
    font-size: 2.1rem;
    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: 20px;
    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: 2rem;
    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: 20px;
    top: calc(50% - 15px);
    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: 32px;
    margin: 0 0 50px 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 h2 {
    color: #f54250;
    font-size: 14px;
}

#branch .branch-top .information article {
    background: #fff;
    padding: 28px;
    max-width: 1000px;
    margin: 30px 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: 30%;
}

#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;
}

#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: 40%;
	border: solid 1px #e3155f;
	border-radius:4px;
	background-color: #fff7ef;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	padding: 20px 0 30px 0;
	margin:40px 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;
}

#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: 24px;
    }
    #branch h1 + p {
        font-size: 30px;
    }

    #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 {
        margin: 32px auto;
        padding: 40px 0;
        background: #fff5f5;
        width: 100%;
        max-width: 100%;
    }

    #branch .branch-top .information h2 {
        position: relative;
        font-size: 32px;
        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 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: 24px;
    }

    #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 (min-width: 1000px) {
    #branch .branch-reason ul li h3 .title2 {
        font-size: 28px;
    }

    #branch .branch-reason ul li h3 .title2 br {
        display: none;
    }

    #branch .branch-reason ul li .image {
        width: 400px;
        margin: 0;
    }

    #branch .branch-reason ul li .desc {
        width: calc(100% - 400px);
    }

    #branch .branch-reason ul li .desc p {
        font-size: 18px;
    }

    #branch .branch-flow ul li summary {
        font-size: 24px;
    }

    #branch .branch-feature .feature-item .body p.text {
        font-size: 48px;
    }

    #branch .branch-feature .feature-item .body p.desc br {
        display: none;
    }

    #branch .branch-contents ul li {
        width: 31%;
    }
}

.branch-link-matching {
    margin: 1em auto 2em;
    text-align: center;
}
.branch-link-matching a {
    padding-bottom: 0.25em;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #000;
}
.branch-link-matching a:hover {
    color: #fa406d;
    border-bottom-color: #fa406d;
}

/*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;
    }
}

/* 九州　店舗一覧のアンカーリンク */
.term-kyusyu .branch_area_link ul li {
    width: 11.5%;
    float: left;
    margin: 0 0.5%;
}

/* CTAボタン改修 */
.button-bubble {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -28%;
    left: 50%;
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 190px;
    min-height: 32px;
    margin: 0;
    padding: 4px 15px;
    background-color: #fff;
    border: 2px solid currentColor;
    border-radius: 500px;
    color: #dc515a;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}
@media (max-width: 767.8px) {
    .button-bubble {
        top: -12%;
        min-width: 110px;
        min-height: 20px;
        padding: 2.5px 10px;
        border-width: 1px;
        font-size: 10px;
    }
}
.button-bubble::after,
.button-bubble::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    border-style: solid;
}
.button-bubble::before {
    bottom: -11px;
    margin-left: -5px;
    border-width: 9px 5px 0;
    border-color: currentColor transparent;
}
@media (max-width: 767.8px) {
    .button-bubble::before {
        bottom: -7px;
        margin-left: -3px;
        border-width: 6px 3px 0;
    }
}
.button-bubble::after {
    bottom: -8px;
    margin-left: -4px;
    border-width: 8px 4px 0;
    border-color: #fff transparent;
    z-index: 1;
}
@media (max-width: 767.8px) {
    .button-bubble::after {
        bottom: -5px;
        margin-left: -3px;
        border-width: 6px 3px 0;
    }
}

/*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: 32px;
    ul li > a {
        color: #009944;
    }
    ol li > a {
        color: #009944;
    }
    p + h4 {
        margin-top: 32px;
    }
}

.recommend-noneText {
    font-size: 18px;
}

/***************************************************/
/* 2025/04/04 婚活体験談episode2用[s]
/***************************************************/
.story {
	overflow: hidden;
}

.article-in-reservation {
	background: #fff7ef;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 34px;
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	padding-top: 40px;
	padding-bottom: 42px;
	margin-bottom: 34px;
}

.article-in-reservation .article-in-reservation-txt {
	font-size: 20px !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: 28px !important;
	font-weight: bold;
}

.article-in-reservation .article-in-reservation-btn {
	max-width: 690px;
	width: 100%;
	margin: 20px auto 0;
}

.article-in-reservation .article-in-reservation-btn a {
	position: relative;
	display: flex;
	gap: 20px;
	width: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50px;
	padding: 17px 0;
	font-size: 26px;
	font-weight: bold;
	background: #CC6F4B;
	opacity: 1;
}

.article-in-reservation .article-in-reservation-btn a:hover {
	opacity: 0.8;
}

.article-in-reservation .article-in-reservation-btn a::after {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border: 0px;
	top: 2px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
}

.article-in-reservation .article-in-reservation-help {
	display: block;
	margin: 20px auto 0;
	font-size: 16px;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-align: center;
	color: #009943;
}

.episode-some-links {
	background: #ffe1e5;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 34px;
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	padding-top: 67px;
	padding-bottom: 61px;
}

.episode-some-links .episode-some-links-title {
	text-align: center;
	color: #EF5B9C !important;
	font-size: 28px !important;
	font-weight: bold;
}

.episode-some-links ul {
	margin-top: 34px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.episode-some-links ul li {
	display: grid;
	align-items: center;
	height: 100%;
	grid-template-rows: subgrid;
}

.episode-some-links ul li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	height: 100%;
	border: 1px solid #8b6c60;
	text-align: center;
	background: #fff;
	border-radius: 50px;
	padding: 13px 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 25%);
}

.episode-some-links ul li:first-child a {
	gap: 23px;
}

.episode-some-links ul li:nth-child(2) a {
	gap: 14px;
}

.episode-some-links ul li a .episode-some-links-button {
	font-size: 16px !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: 18px !important;
}

.episode-some-links ul li:nth-child(2) a .episode-some-links-price {
	font-size: 18px !important;
}

.episode-some-links ul li:nth-child(2) a span:last-child {
	font-size: 15px !important;
}

.episode-some-links ul li a .episode-some-links-icon {
	display: block;
	width: fit-content;
	height: fit-content;
}

.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 .episode-some-lead {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 20px;
	text-align: center;
	font-size: 22px !important;
	font-weight: 600 !important;
	color: #8b6c60 !important;
}

.episode-some-links .episode-some-lead::after,
.episode-some-links .episode-some-lead::before {
	position: relative;
	display: block;
	content: "";
	height: 35px;
	width: 2px;
	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: 20px auto 0;
}

.episode-some-links .episode-some-lead-btn a {
	position: relative;
	display: flex;
	gap: 20px;
	width: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50px;
	padding: 17px 0;
	font-size: 26px;
	font-weight: bold;
	background: #EF5B9C;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	opacity: 1;
}

.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: 12px;
	height: 12px;
	border: 0px;
	top: 2px;
	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;
	margin: 20px auto 0;
	font-size: 16px;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-align: center;
	color: #009943;
}

.episode-back-archive {
	max-width: 580px;
	width: 100%;
	margin: 68px auto 0;
}

.episode-back-archive .episode-back-archive-br {
	display: none;
}

.episode-back-archive a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ED1E79;
	border-radius: 50px;
	padding: 12px 0;
	font-size: 18px;
	line-height: 46px;
	font-weight: 500;
	border: 2px solid #ED1E79;
	background: #fff;
	opacity: 1;
}

.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;
	}
}

/***************************************************/
/* 2205 婚活体験談[e]
/***************************************************/
.c-btn.cp-btn a img {
    width: 100%;
    max-width: 100%;
}

/***************************************************/
/* 結婚相談所の選び方
/***************************************************/
/* 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: 4.8rem 0;
	height: 26rem;
	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: 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: 5.5rem;
	margin: 0 auto 16px auto;
	padding: 0;
}
#tips2 .c-page-header .title:after{
	display: none;
}

#tips2 .l-inner{
	max-width: 72rem;
	margin: 0 auto;
}
#tips2 .l-wrapper{
	max-width: 108rem;
	margin: 0 auto;
}

#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: 3.6rem;
	line-height: calc(43 / 36);
	font-weight: 700;
	color: #424242;
	margin-bottom: 3rem;
	padding: 0;
}
#tips2 .p-title .pointNum{
	display: block;
	margin: 0 auto 5px auto;
}
#tips2 .p-title .pointNum img{
	width: auto;
	max-width: inherit;
	height: 2.1rem;
	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.5rem;
	line-height: calc(21 / 15);
	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: 480px;
	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.5rem;
	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: 8rem 0;
}
#tips2 .sec-first .user-img{
	width: 53.3rem;
	margin: 0 auto 4rem auto;
}
#tips2 .sec-first .page-nav-box{
	background: #FFF7EF;
	padding: 4rem 4rem 1.3rem 4rem;
	border-radius: 1rem;
	box-sizing: border-box;
}
#tips2 .sec-first .page-nav-box .ttl{
	text-align: center;
	font-size: 2.4rem;
	line-height: calc(35 / 24);
	margin-bottom: 3.5rem;
	padding: 0;
}
#tips2 .sec-first .page-nav-box .ttl .border-box{
	display: block;
	width: 18.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.4rem;
	line-height: calc(49 / 34);
}
#tips2 .sec-first .page-nav-box .flex{
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
}
#tips2 .sec-first .page-nav-box .flex-img{
	width: 18rem;
}
#tips2 .sec-first .page-nav-box .flex-txt{
	width: calc(100% - 18rem);
	padding-right: 2rem;
}
#tips2 .sec-first .page-nav-box .flex-txt p{
	font-size: 1.7rem;
	line-height: calc(27 / 17);
}

#tips2 .sec-first .page-nav-box .page-nav-listItem a{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	color: #424242;
	font-size: 1.6rem;
	line-height: calc(30 / 16);
	font-weight: 700;
	border-top: 1px solid #DEDEDE;
	padding: 1.3rem 0 1.2rem 0;
	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: 1.5rem;
}
#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: 8rem 0;
	box-sizing: border-box;
}
#tips2 .sec-point .flex{
	display: flex;
	align-items: center;
	margin-bottom: 4rem;
}
#tips2 .sec-point .flex-img{
	width: 53rem;
}
#tips2 .sec-point .flex-txt{
	width: calc(100% - 53rem);
	padding-left: 3rem;
}
#tips2 .sec-point .flex-txt .ttl{
	font-size: 2.2rem;
	line-height: calc(28 / 22);
	letter-spacing: .02em;
	font-weight: 700;
	color: #424242;
	padding: 0;
	margin: 0 0 1.5rem 0;
}
#tips2 .sec-point .flex-txt .txt{
	font-size: 1.5rem;
	line-height: calc(24 / 15);
	letter-spacing: .02em;
	color: #424242;
	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 .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.4rem;
	height: 6.2rem;
	justify-content: center;
	letter-spacing: 2px;
	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;
}

#tips2 .pointWrap__table .ownContent {
	background-color: #fff;
	border: 2px solid #E3155F;
	color: #E3155F;
	font-weight: 500;
	gap: 4px;
}
#tips2 .pointWrap__table .ownContent .large {
	color: #E3155F;
	font-size: 1.6rem;
	font-weight: 700;
}

#tips2 .pointWrap__table .ownContent .large img {
	position: relative;
	display: block;
	height: 1.8rem;
	margin: 0;
	top: -2px;
}
#tips2 .pointWrap__table .regular,
#tips2 .pointWrap__table .regular02{
	position: relative;
	font-size: 2rem;
	top: -1px;
	letter-spacing: 0;
	margin-right: 3px;
}

#tips2 .pointWrap__table .ownContent .value {
	color: #E3155F;
	font-size: 1.6rem;
	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.6rem;
}

#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 .pointWrap__table.table__price .ownContent .large{
	font-size: 2.0rem;
	top: -1px;
	letter-spacing: 0;
}
#tips2 .pointWrap__table.table__price .ownContent .value{
	font-size: 1.6rem;
}
#tips2 .pointWrap__table.table__price .regular02{
	font-size: 1.7rem;
}

#tips2 .data-box{
	margin: 4rem auto 2rem auto;
	text-align: center;
	background: #FFF;
	padding: 3rem;
	border: 2px solid #D9AA6A;
	box-sizing: border-box;
}
#tips2 .data-box .img{
	width: 64.4rem;
	margin: 0 auto 2rem auto;
}
#tips2 .data-box .img img{
	margin: 0;
}

#tips2 #page_contents .p-atten-txt{
	font-size: 1.3rem;
	line-height: calc(16 / 13);
	letter-spacing: .02em;
	color: #424242;
}

#tips2 .members-links{
	margin-top: 1rem;
	text-align: right;
}
#tips2 a.btn--red{
	margin-top: 4rem;
}

#tips2 .episode_list_wrap{
	display: flex;
	gap: 0 1.4rem;
	margin-bottom: 3rem;
}
#tips2 .episode_list_wrap .episode{
	width: calc((100% - 2.8rem) / 3);
}

#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: 10rem !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% - 10rem);
	padding: 1.8rem 0 1.8rem 1rem;
	box-sizing: border-box;
}
#tips2 #page_contents .episode_list_wrap .episode_list_box .name__box h3{
	font-size: 1.2rem;
	line-height: calc(18 / 12);
	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: 2;
}
#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.1rem;
	line-height: calc(16 / 11);
	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.1rem;
	line-height: calc(16 / 11);
	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: 2.2rem;
	line-height: calc(28 / 22);
	letter-spacing: .02em;
	color: #424242;
	font-weight: 700;
}
#tips2 .matching-trial__wrap .img{
	margin: 2rem auto;
	width: 53rem;
}
#tips2 .matching-trial__wrap .txt02{
	text-align: center;
	font-size: 3.6rem;
	line-height: calc(50 / 36);
	letter-spacing: .02em;
	color: #424242;
	font-weight: 700;
}

/* sec-summary -----------------------------*/
#tips2 .sec-summary{
	padding: 8rem 0;
}
#tips2 .sec-summary.l-wrapper{
	max-width: 80rem;
}

#tips2 .sec-summary .lead-txt{
	text-align: center;
	font-size: 1.5rem;
	line-height: calc(24 / 15);
	letter-spacing: .02em;
	color: #424242;
	margin-bottom: 3rem;
}

#tips2 .sec-summary .flex{
	position: relative;
	max-width: 76rem;
}
#tips2 .sec-summary .flex + .flex{
	margin-top: 10rem;
}
#tips2 .sec-summary .flex-img{
	width: 53rem;
}
#tips2 .sec-summary .flex-txt{
	position: absolute;
	right: 0;
	bottom: -6rem;
	max-width: 46rem;
	padding: 2rem;
	background: #FFF7EF;
	box-sizing: border-box;
}
#tips2 .sec-summary .flex-txt .ttl{
	font-size: 2.2rem;
	line-height: calc(28 / 22);
	letter-spacing: .02em;
	color: #424242;
	padding: 0;
	margin: 0 0 1.5rem 0;
}
#tips2 .sec-summary .flex-txt .txt{
	font-size: 1.5rem;
	line-height: calc(24 / 15);
	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{
	right: auto;
	left: 0;
}

/* sec-recommend_experience -----------------------------*/
#tips2 .sec-recommend_experience{
	padding: 8rem 0;
	box-sizing: border-box;
}
#tips2 .sec-recommend_experience .white-box{
	position: relative;
	padding: 3.3rem 5rem 4rem 4rem;
	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 3.5rem 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: 2.7rem !important;
	line-height: calc(24 / 27) !important;
	letter-spacing: .02em;
	font-weight: 700;
	color: #424242;
}
#tips2 .sec-recommend_experience .box-head .ttl .color-pink{
	font-size: 3rem;
	line-height: calc(34 / 30);
	letter-spacing: .02em;
	font-weight: 700;
}

#tips2 .sec-recommend_experience .flex{
	display: flex;
}
#tips2 .sec-recommend_experience .flex-img{
	width: 49rem;
}
#tips2 .sec-recommend_experience .flex-txt{
	width: calc(100% - 49rem);
	padding-left: 3rem;
}
#tips2 .sec-recommend_experience .flex-txt .txt{
	font-size: 1.5rem;
	line-height: calc(24 / 15);
}
#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;
	gap: 0 5px;
	margin: 0;
}
#tips2 .sec-recommend_experience .flex-txt .point-list__items{
	position: relative;
	width: calc((100% - 10px) / 3);
	height: calc((100% - 10px) / 3);
	aspect-ratio: 120 / 120;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #FFF;
	border: 2px solid #E3155F;
	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.6rem;
	line-height: calc(22 / 16);
	font-weight: 700;
}

#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: 2rem;
	line-height: calc(22 / 20);
}
#tips2 .sec-recommend_experience .flex-txt .point-list__items:nth-of-type(2) .bold{
	letter-spacing: -.04em;
}
#tips2 .sec-recommend_experience .flex-txt .point-list__items:nth-of-type(3) .bold{
	letter-spacing: -.05em;
}

#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 2rem auto;
	
}
#tips2 .sec-recommend_experience .matchingBtn__container .btn-txt .splash{
	position: relative;
	text-align: center;
	font-size: 2.2rem;
	line-height: calc(28 / 22);
	font-weight: 700;
	letter-spacing: .02em;
	padding: 0 2.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: 2.8rem;
	height: 1px;
	background: #424242;
	bottom: 1.4rem;
}
#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{
	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;
}
#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: 400px;
    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);
}