@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ブログ記事に使用 */

.ylw_marker {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffe54e 60%);
}

.red_marker {
    font-weight: bold;
    color: #F22613;
}

a.blue {
    text-decoration: underline;
    color: #0000EE;
}

.font-right {
    text-align: right;
    font-size: .7em;
    color: #777;
}

.box {
    display: block;
    width: 100%;
    position: relative;
    padding: 5.66667vw;
    background: #f8f9f9;
}

@media (min-width: 768px) {
    .box {
        padding: 3.33333vw 2.77778vw 2.22222vw;
    }
}

.box .title {
    font-size: 4.26667vw;
    font-weight: 700;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 4.8vw;
}
@media (min-width: 768px) {
    .box .title {
        font-size: 1.38889vw;
        margin-bottom: 1.8vw;
    }
}

.box ul li {
    list-style-type: none;
    position: relative;
    margin-top: .83333vw;
    font-size: 16px;
}

.box ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    color: #DE828B;
    position: absolute;
    left: -1.9em;
    top: 0;
}

@media (min-width: 768px) {
    .box ul li {
        font-size: 0.9em;
    }
}

ul.list01 li {
    position: relative;
    padding-left: 26px;
    margin: 10px 0;
    list-style-type: none;
    list-style-image: none;
    font-weight: bold;
    color: #3e3e3e;
    font-size: 0.9em;
}

ul.list01 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    left: 0.2em;
    top: 0;
    color: #FED900;
    width: auto;
    height: auto;
    background: none;
}

.list-box {
    width: 100%;
    position: relative;
    display: block;
    background: #F1F7FD;
    padding: 15px 0;
    border-left: .3vw solid #c7e0f9;
    margin-bottom: 25px;
}

.list-box_title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
}

ol.sample1 {
    counter-reset: list;
    list-style-type: none;
    font: 14px / 1.6 'arial narrow', sans-serif;
    padding: 1em 1.5em;
}

ol.sample1 li {
    list-style-type: none;
    position: relative;
    padding: 7px 5px 8px 40px;
    margin: 7px 0 10px 10px;
    font-weight: 700;
    font-size: 15px;
    border-bottom: dashed 1px #8bbaf6;
}

ol.sample1 li:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #8bbaf6;
    border-radius: 50%;
    top: 50%;
}


.orange-box {
    position: relative;
    margin: 2em 0;
    padding: 1.5em;
    border: solid 3px #eea021;
    border-radius: 8px;
}

.orange-box .box-title {
    position: absolute;
    display: inline-block;
    top: -11px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 15px;
    background: #FFF;
    color: #eea021;
    font-weight: 700;
}
@media (min-width: 768px) {
    .orange-box .box-title {
        font-size: 17px;
    }
}

.blue-box {
    position: relative;
    margin: 2.5em 0;
    padding: 1.5em;
    border: solid 3px #7bb9e1;
    border-radius: 8px;
}

.blue-box .box-title {
    position: absolute;
    display: inline-block;
    top: -11px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 15px;
    background: #FFF;
    color: #7bb9e1;
    font-weight: 700;
}
@media (min-width: 768px) {
    .blue-box .box-title {
        font-size: 17px;
    }
}

.orange-check li, .blue-check li {
    position: relative;
    padding: 0 0 0 30px;
    font-weight: 500;
    font-size: 15px;
    margin: 8px 0;
    list-style-type: none;
}
@media (min-width: 768px) {
    .orange-check li, .blue-check li {
        font-size: 1.1rem;
    }
}

.orange-check li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    font-size: 1.2rem;
    color: #eea021;
    width: auto;
    height: auto;
}

.blue-check li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    font-size: 1.2rem;
    color: #7fcafb;
    width: auto;
    height: auto;
}

@media (min-width: 768px) {
    .orange-check li::before, .blue-check li::before {
        top: -3px;
    }
}

.box-related {
    position: relative;
    margin: 3em 0;
    padding: 40px 25px 15px;
    border: solid 2px #FFC107;
}

.box-related .related_title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 20px 0 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    background: #FFC107;
    color: #fff;
    font-weight: 700;
}

.related_title::before {
    display: block;
    position: absolute;
    left: 6px;
    font-family: "Font Awesome 5 Free";
    content: "\f303";
    width: 17px;
    height: 17px;
}

.box-related .related_text {
    margin: 0;
    padding: 0;
}

table.tbl_01 {
    width: 100%;
    table-layout: fixed;
    margin: auto;
    margin-bottom: 30px;
    border: 1px solid #cecece;
    font-size: .9rem;
    box-sizing: border-box;
    text-align: center;
    word-break: break-all;
}
table.tbl_01 tr th {
    background: #b36b73;
    color: #FFFFFF;
    border: 2px solid #fff;
    padding: 10px;
}
table.tbl_01 tr td {
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 10px;
    border-right: 2px solid #f5d5d9;
}
table.tbl_01 tr:nth-child(2n) {
    background: #f8f9f9;
}
table.tbl_01 tr td:last-child {
    border-right: 1px solid #fff;
}

div.scroll_wrap {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
    overflow-x: scroll;
}
table.tbl_01 .wid_fixed {
    position: sticky;
    position: -webkit-sticky;
    text-align: center;
    left: 0;
    z-index: 1;
}
p.table_title {
    border-radius: 5px 5px 0 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    background-color: #B36B73;
    color: #ffffff;
    padding: 20px 10px;
    text-align: center;
    margin: 0 0 0 0;
}

.slash {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 7px;
    font-weight: 700;
    color: #ff6600;
    font-size: 13px;
}

@media (min-width: 768px) {
    .slash {
        font-size: 18px;
    }
}

.slash :after, :before {
    box-sizing: border-box;
}

.slash::before {
    transform: rotate(45deg);
}
.slash::before, .slash::after {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #ff6600;
}

.slash::after {
    transform: rotate(-45deg);
}
.slash::before, .slash::after {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #ff6600;
}

.button01 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding: 1em 1em;
    padding-right: 2.4em;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    background-color: #ff6600;
    border-bottom: 8px solid #c7570d;
    transition: 0.3s;
}

@media (min-width: 768px) {
    .button01 {
        padding: 1.3em;
        padding-right: 5em;
        width: 80%;
        font-size: 1.4rem;
        letter-spacing: .05rem;
    }
}

.button01::after {
    content: '';
    position: absolute;
    right: 5%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

@media (min-width: 768px) {
    .button01::after {
        content: '';
        right: 7%;
        width: 13px;
        height: 13px;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
    }
}

.btn-square {
    width: 80px;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center;
    background: #ff6600;
    color: #FFF !important;
    border-bottom: solid 4px #F22613;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
}

a.button-down, a.button-up {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 1em 1em;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05rem;
    border-radius: 10px;
    transition: 0.3s;
    background-color: #DF8791;
    border-bottom: 8px solid #ab5761;
}
@media (min-width: 768px) {
    a.button-down, a.button-up {
        padding: 30px 75px 30px 30px;
        width: 80%;
        font-size: 1.5rem;
    }
}

a.button-down::after {
    display: block;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f103";
    width: 19px;
    height: 19px;
    top: 35%;
    right: 9px;
}
@media (min-width: 768px) {
    a.button-down::after {
        width: 27px;
        height: 27px;
        top: 35%;
        right: 24px;
    }
}

a.button-up::after {
    display: block;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f102";
    width: 19px;
    height: 19px;
    top: 35%;
    right: 9px;
}
@media (min-width: 768px) {
    a.button-up::after {
        width: 27px;
        height: 27px;
        top: 35%;
        right: 24px;
    }
}

.highlight-box {
    width: 100%;
    position: relative;
    display: block;
    background: #fffbe6;
    padding: 6.66667vw;
    border-left: .4vw solid #ffdc7b;
}
@media (min-width: 768px) {
    .highlight-box {
        padding: 3.33333vw;
        border-left: .20833vw solid #ffdc7b;
    }
}

.highlight-box .title {
    font-size: 4.26667vw;
    font-weight: 700;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 4.8vw;
}
@media (min-width: 768px) {
    .highlight-box .title {
        font-size: 1.38889vw;
        margin-bottom: 1.8vw;
    }
}

.comment_box {
    margin: 30px auto 40px;
    padding: 10px 5px;
    font-size: 1em;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    background: #f5f5f5;
}
@media screen and (min-width: 768px) {
    .comment_box {
        padding: 20px;
        width: 90%;
    }
}

.comment_sv {
    font-weight: 700;
    margin-left: 5px;
    font-size: 1rem;
}
@media screen and (min-width: 768px) {
    .comment_sv {
        font-size: 1.125rem;
    }
}

.comment_sv::before {
    font-family: "Font Awesome 5 Free";
    content: "\f5ac";
    padding-right: 2px;
}
@media screen and (min-width: 768px) {
    .comment_sv::before {
        padding-right: 3px;
    }
}

.svinfo_wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 8px auto 0;
    padding: 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .svinfo_wrap {
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }
}

.svinfo_wrap .sv_pic {
    margin: 15px auto 0;
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
    height: 80px;
}

.sv_info {
    padding: 0 10px;
    margin: 10px auto 0;
    width: 100%;
    box-sizing: border-box;
}

p.sv_name {
    margin: 0 auto;
    padding: 0 8px;
    font-weight: 700;
    text-align: left;
    border-bottom: 2px solid #DF8791;
}

p.sv_disc {
    margin: 10px auto 0;
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    p.sv_disc {
        font-size: 14px;
    }
}

.box_top_back04 {
    margin: 35px 0;
    padding: 30px 20px;
    background-color: #fffbe6;
    border: 2px solid #ffdc7b;
    border-radius: 5px;
	box-sizing: border-box;
}
.box_top_back_title04::after {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(to right, rgb(255 227 88), #ffb475);
}
.box_top_back_title04 {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    text-align: center;
	padding: .25em 0;
    margin-bottom: 20px;
}
.title_txt {
    margin-bottom: 30px;
} 
@media screen and (min-width: 768px) {
	.box_top_back_title04 {
	    font-size: 22px;
	} 
	.title_txt {
        width: 95%;
		font-size: 16px;
	}
}

/* 口コミ */
.wrap-scroll {
    scroll-snap-type: x mandatory;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 800px;
    white-space: nowrap;
    overflow-x: scroll;
}
.review-content {
    padding: 25px;
    background: #FFF3F5;
    width: 85%;
    min-height: 340px;
    margin: 0 10px;
    flex-shrink: 0;
    scroll-snap-align: center;
    display: inline-block;
    white-space: normal;
    overflow: hidden;
}
.review-title {
    width: 100%;
    display: flex;
}
.review-img {
    margin-right: 15px;
}
.review-name {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
}
.review-title-bottom {
    margin-top: 4px;
    color: #fe5373;;
    font-size: 12px;
    font-weight: 700;
}
.review-star {
    margin-top: 0;
    border-bottom: solid 1px #fe5373;;
    padding-bottom: 6px;
}
.star {
    color: #e78531;
    margin-right: 3px;
}
.review-text {
    margin-top: 16px;
    font-size: 14px;
}

@media (min-width: 768px) {
.review-content {
        width: 45%;
    }
}


/* TOCの目次修正 */

#toc_container {
    padding: 3.88889vw 3.88889vw 1.88889vw;
}
#toc_container.no_bullets ul li {
    margin-top: .69444vw;
}
#toc_container.no_bullets ul li:last-child {
    margin-bottom: 2.08333vw
}
#toc_container p.toc_title {
    margin-bottom: 25px;
}

/* アコーディオン */
.acbox_wrap {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    background-color: #e5e5e5;
    box-sizing: border-box;
}
.acbox_wrap button.open_btn_main {
    margin: 0 auto;
    border: none;
    border-radius: 0;
    background: none;
    padding-right: 65px;
    color: #3c3c3c;
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 10px 2px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    box-sizing: border-box;
    transition: 0.5s;
    cursor: pointer;
}
button.open_btn_main::before {
    content: '';
    position: absolute;
    top: 65%;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #3c3c3c;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
button.open_btn_main::after {
    content: '';
    position: absolute;
    top: 65%;
    right: 35px;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #3c3c3c;
    border-right: 3px solid #3c3c3c;
    transition: 0.3s;
}
.n_acbox {
    margin: 20px auto 10px;
    padding: 0 18px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    max-height: 0; /* 初期状態では高さ0 */
    overflow: hidden; /* コンテンツが見えないようにする */
    opacity: 0; /* コンテンツを透明にする */
    transition: max-height 0.3s ease, opacity 0.3s ease; /* トランジション効果 */
}
.n_acbox.open {
    max-height: 300px; /* コンテンツが開いたときの最大高さ（調整可能） */
    opacity: 1; /* 表示状態 */
}
.n_acbox.is-open {
  display: block;
  max-height: 100px;
  opacity: 1;
}
/* アコーディオンここまで */

/* スマホ・PC用改行*/
@media screen and (min-width: 835px) {
    .br-sp {
        display: none;
    }
    .br-pc {
        display: block;
    }
}
@media screen and (max-width: 834px) {
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
}

/* インタビュー記事に使用 */
.balloon-wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.balloon-set-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.balloon-set-box.right {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.balloon-set-box.right .balloon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    border: 10px solid transparent;
    border-left: 15px solid #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.balloon-set-box.left {
    -webkit-flex-direction: row-reverse;
    flex-direction: row;
}

.balloon-set-box.left .balloon::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    border: 10px solid transparent;
    border-right: 15px solid #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.balloon-set-box .icon-wrap {
    width: 16%;
}

.balloon-set-box .icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    overflow: hidden;
    margin: auto !important;
}

.balloon-set-box .icon-wrap .icon-name {
    margin-top: 10px;
    font-size: .8em;
    font-weight: 700;
    text-align: center;align-content;
}

.balloon-set-box .balloon {
    position: relative;
    display: block;
    max-width: 65%;
    margin: 15px 10px;
    padding: 20px 25px;
    text-align: left;
	background-color: #FAF5EB;
    border-radius: 12px;
}

.balloon:after .balloon:before {
    clear: both;
    content: "";
    display: block;
}

@media screen and (max-width: 428px) {
    .balloon-set-box .icon-wrap {
        width: 25%;
	}
	.balloon-set-box .balloon {
        max-width: 65%;
	}
}

@media screen and (max-width: 767px) {
    .balloon-set-box .icon-box {
        width: 50px;
        height: 50px;
	}
}

.btn_wrap {
    gap: 15px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.btn_wrap .triple {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.normal_btn_store {
    width: 100%;
    margin: 0 auto 10px;
    border: 0px solid #008B8B;
    border-bottom: 4px solid #3c3c3c;
    border-radius: 5px;
    background-color: #fff;
    color: #3c3c3c;
    border: 2px solid #3c3c3c;
    display: block;
    position: relative;
    padding: 18px 15px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
}
.normal_btn_store:hover{
    opacity: 0.7;
}
.normal_btn_store::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 7%;
    border-top: 3px solid #3c3c3c;
    border-right: 3px solid #3c3c3c;
    color: #3c3c3c;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
    .btn_wrap {
        gap: 15px 10px;
        flex-direction: column;
    }
	
	.txt_small {
       font-size: 1.1rem !important;
	}
}