@charset "utf-8";

/**
 * ---------------------------------------------------
 * pro_selectpack
 * ---------------------------------------------------
 */
html {
    font-size: 62.5%;
}
@media only screen and (min-width: 769px) {
    .pcDspNone {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .spDspNone {
        display: none !important;
    }
}
.font_en {
    font-family: "Roboto", sans-serif;
}
.custom_desc, .custom_note, .custom_space, .order_desc {
    overflow: visible;
}
.selectpack {
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	position: relative;
    color: #404040;
    font-feature-settings: "palt";
}
/* main */
.selectpack .main {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.selectpack .main figure span.notice {
	display: block;
	color: #7a7a7a;
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 1.2rem;
    line-height: 1.4;
}
.selectpack .main figure span.notice a {
	text-decoration: underline;
	color: #dc5513;
}
.selectpack .main figure span.notice a:hover {
	text-decoration: none;
}
.selectpack .main .txt {
	background: #fff;
	padding: 45px;
	position: absolute;
	top: 150px;
	right: 0;
}
.selectpack .main .txt h3 {
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
	font-size: 1.8rem;
}
.selectpack .main .txt p {
	line-height: 2;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	margin: 25px 0 0 0;
	font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
    .selectpack .main {
        width: 100%;
    }
    .selectpack .main figure {
        margin: 30px 0 0 0;
    }
    .selectpack .main .txt {
        background: none;
        padding: 0;
        position: static;
    }
    .selectpack .main .txt p {
        line-height: 1.7;
        font-size: 1.6rem;
        margin: 15px 0 0 0;
        text-align: justify;
    }
}
/* common_title */
.common_title {
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    position: relative;
}
.common_title.blue {
    color: #80AED5;
}
.common_title.orange {
    color: #F0885A;
}
.common_title.black {
    color: #404040;
}
.common_title span {
    position: relative;
    z-index: 1;
}
.common_title span::before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.common_title.blue span::before {
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(128, 174, 213, .1),
        rgba(128, 174, 213, .1) 3px,
        rgba(128, 174, 213, 0) 3px,
        rgba(128, 174, 213, 0) 6px
    );
}
.common_title.orange span::before {
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(240, 136, 90, .1),
        rgba(240, 136, 90, .1) 3px,
        rgba(240, 136, 90, 0) 3px,
        rgba(240, 136, 90, 0) 6px
    );
}
.common_title.black span::before {
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, .1),
        rgba(0, 0, 0, .1) 3px,
        rgba(0, 0, 0, 0) 3px,
        rgba(0, 0, 0, 0) 6px
    );
}
@media only screen and (max-width: 768px) {
    .common_title {
        font-size: 1.8rem;
        text-align: left;
    }
    .common_title span {
        display: block;
    }
}
/* about_select */
.about_select {
	margin: 135px 0 0 0;
	text-align: center;
}
.about_select p {
	line-height: 2;
	font-size: 1.6rem;
    letter-spacing: 0.05em;
	margin: 45px 0 0 0;
}
.about_select .box {
	width: 708px;
	margin: 45px auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about_select .box .item {
	margin: 0 0 30px 0;
}
.about_select .box figure {
	width: 345px;
}
.about_select .box span {
	display: block;
	margin: 10px 0 0 0;
	font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
    .about_select {
        margin: 65px 0 0 0;
    }
    .about_select p {
        line-height: 1.7;
        text-align: justify;
        margin: 40px 0 0 0;
    }
    .about_select .box {
        width: 100%;
        margin: 30px auto 0 auto;
        display: block;
    }
    .about_select .box .item {
        margin: 0 0 30px 0;
    }
    .about_select .box figure {
        width: 100%;
    }
}
/* just_right */
.just_right {
	width: 900px;
	margin: 125px auto 0 auto;
	text-align: center;
}
.just_right .box {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 65px 0 0 0;
}
.just_right .box p {
	width: 330px;
	position: relative;
	line-height: 2;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.just_right .box p::before {
	content: "";
	width: 125px;
	height: 125px;
	background: rgba(117, 76, 36, 0.05);
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.just_right p.notice {
	margin: 65px 0 0 0;
	color: #7a7a7a;
    font-size: 1.4rem;
	line-height: 1.8;
}
.just_right p.notice a {
	text-decoration: underline;
	color: #dc5513;
}
.just_right p.notice a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .just_right {
        width: 100%;
        margin: 65px auto 0 auto;
    }
    .just_right .box {
        display: block;
        margin: 45px 0 0 0;
    }
    .just_right .box p {
        width: 100%;
        line-height: 1.7;
        text-align: justify;
    }
    .just_right .box p:not(:first-child) {
        margin: 25px 0 0 0;
    }
    .just_right .box p::before {
        content: none;
    }
    .just_right p.notice {
        margin: 45px 0 0 0;
        line-height: 1.7;
        text-align: justify;
    }
}
/* introduction_box */
.introduction_box {
    width: 830px;
    margin: 125px auto 0 auto;
}
.introduction_box h4 {
    text-align: center;
    color: #80AED5;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.15em;
}
.introduction_box h4 span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.125em;
    margin: 0 0 5px 0;
}
.introduction_box h5 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    margin: 50px 0 0 0;
}
.introduction_box p.lead {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin: 20px 0 0 0;
}
.introduction_box .img_box {
    margin: 45px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.introduction_box .img_box p.txt {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    background: #f7f7f7;
    border-radius: 6px;
    padding: 10px;
    margin: 0 0 20px 0;
}
.introduction_box .img_box figure {
    width: 400px;
    overflow: hidden;
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
}
.introduction_box .img_box span.notice {
    display: block;
    font-size: 1.2rem;
    width: 100%;
    margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .introduction_box {
        width: 100%;
        margin: 65px auto 0 auto;
    }
    .introduction_box h4 {
        text-align: left;
        font-size: 2rem;
        line-height: 1.4;
    }
    .introduction_box h4 span {
        font-size: 1.3rem;
    }
    .introduction_box h5 {
        font-size: 1.6rem;
        text-align: left;
        margin: 30px 0 0 0;
    }
    .introduction_box p.lead {
        font-size: 1.4rem;
        text-align: justify;
        margin: 10px 0 0 0;
    }
    .introduction_box .img_box {
        margin: 30px 0 0 0;
        display: block;
    }
    .introduction_box .img_box p.txt {
        font-size: 1.4rem;
        margin: 0 0 15px 0;
    }
    .introduction_box .img_box figure {
        width: 100%;
        border-radius: 10px;
    }
    .introduction_box .img_box figure:not(:first-child) {
        margin: 5px 0 0 0;
    }
}
/* previous_owner */
.previous_owner {
    width: 830px;
    margin: 85px auto 0 auto;
    border-top: 1px solid #E8E8E8;
    padding: 65px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.previous_owner dl {
    width: calc(100% - 322px);
    padding: 0 65px 0 0;
}
.previous_owner dl dt {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.previous_owner dl dd {
    margin: 15px 0 0 0;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: justify;
}
.previous_owner figure {
    width: 322px;
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
    overflow: hidden;
}
.previous_owner .notice_area {
    display: block;
    margin: 15px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .previous_owner {
        width: 100%;
        margin: 45px auto 0 auto;
        border-top: none;
        padding: 0;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .previous_owner dl {
        width: 100%;
        padding: 0;
        margin: 20px 0 0 0;
    }
    .previous_owner dl dt {
        font-size: 1.5rem;
        letter-spacing: 0.05em;
    }
    .previous_owner dl dd {
        margin: 10px 0 0 0;
        font-size: 1.3rem;
    }
    .previous_owner figure {
        width: 100%;
        border-radius: 14px;
    }
    .previous_owner .notice_area {
        margin: 10px 0 0 0;
    }
}
/* notice */
.selectpack .notice.notice01 {
    display: inline-block;
    font-size: 1.3rem;
    color: #8E8E8E;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    position: relative;
    padding: 0 0 0 1.5rem;
}
.selectpack .notice.notice01::before {
    content: "＊";
    position: absolute;
    top: 0;
    left: 0;
}
/* charm_area */
.charm_area {
    margin: 125px 0 0 0;
}
.charm_area .inner .list {
    margin: 65px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.charm_area .inner .list .item {
    width: 219px;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #80AED5;
}
.charm_area .inner .list .item .num_wrap {
    display: flex;
    align-items: center;
    gap: 1em;
}
.charm_area .inner .list .item .num_wrap p.num {
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #80AED5;
}
.charm_area .inner .list .item .num_wrap span.line {
    flex: 1;
    height: 1px;
    background: #80AED5;
}
.charm_area .inner .list .item h4 {
    color: #80AED5;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 20px 0 0 0;
    text-align: center;
}
.charm_area .inner .list .item p.txt {
    text-align: justify;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .charm_area {
        margin: 65px 0 0 0;
    }
    .charm_area .inner .list {
        margin: 45px 0 0 0;
        display: block;
    }
    .charm_area .inner .list .item {
        width: 100%;
        padding: 0 0 30px 0;
        border-bottom: none;
    }
    .charm_area .inner .list .item .num_wrap p.num {
        font-size: 3rem;
    }
    .charm_area .inner .list .item h4 {
        margin: 15px 0 0 0;
    }
    .charm_area .inner .list .item p.txt {
        font-size: 1.4rem;
    }
}
/* recommend_area */
.recommend_area {
    margin: 125px 0 0 0;
}
.recommend_area .inner ul {
    margin: 65px 0 0 0;
}
.recommend_area .inner ul li {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.recommend_area .inner ul li span {
    display: inline;
    background: linear-gradient(transparent 60%, rgba(128, 174, 213, .1) 0%);
}
.recommend_area .inner ul li:not(:first-child) {
    margin: 35px 0 0 0;
}
.recommend_area .inner dl {
    width: 900px;
    margin: 65px auto 0 auto;
    background-color: rgba(128, 174, 213, .1);
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
    padding: 65px 0;
    text-align: center;
}
.recommend_area .inner dl dt {
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #80AED5;
}
.recommend_area .inner dl dd {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin: 35px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .recommend_area {
        margin: 65px 0 0 0;
    }
    .recommend_area .inner ul {
        margin: 45px 0 0 0;
    }
    .recommend_area .inner ul li {
        text-align: left;
        font-size: 1.4rem;
        position: relative;
        padding: 0 0 0 2rem;
    }
    .recommend_area .inner ul li::before {
        content: "";
        width: 1rem;
        height: 1rem;
        background: rgba(128, 174, 213, .3);
        border-radius: 50%;
        position: absolute;
        top: 0.7rem;
        left: 0;
    }
    .recommend_area .inner ul li span {
        display: inline-block;
        background: none;
    }
    .recommend_area .inner ul li:not(:first-child) {
        margin: 15px 0 0 0;
    }
    .recommend_area .inner dl {
        width: 100%;
        margin: 45px auto 0 auto;
        border-radius: 10px;
        padding: 30px;
        text-align: left;
    }
    .recommend_area .inner dl dt {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
    }
    .recommend_area .inner dl dd {
        font-size: 1.4rem;
        line-height: 1.6;
        text-align: justify;
        margin: 20px 0 0 0;
    }
}
/* voice_area */
.voice_area {
    margin: 125px 0 0 0;
}
.voice_area .inner {
    width: 900px;
    margin: 0 auto;
}
.voice_area .inner .element {
    margin: 65px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voice_area .inner .element.column02 .item {
    width: calc(100% / 2 - 20px);
}
.voice_area .inner .element.column03 .item {
    width: calc(100% / 3 - 26px);
}
.voice_area .inner .element .item {
    background: rgba(128, 174, 213, .1);
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
    padding: 50px;
}
.voice_area .inner .element .item figure {
    width: 105px;
    margin: 0 auto;
}
.voice_area .inner .element .item p {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 30px 0 0 0;
    text-align: justify;
}
.voice_area .inner .customer {
    margin: 85px 0 0 0;
}
.voice_area .inner .customer p.lead {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: center;
}
.voice_area .inner .customer p.btn_element {
    margin: 25px 0 0 0;
}
.voice_area .inner .customer p.notice_area {
    display: flex;
    justify-content: center;
    margin: 25px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .voice_area {
        margin: 65px 0 0 0;
    }
    .voice_area .inner {
        width: 100%;
    }
    .voice_area .inner .element {
        margin: 45px 0 0 0;
        display: block;
    }
    .voice_area .inner .element.column02 .item {
        width: 100%;
    }
    .voice_area .inner .element.column03 .item {
        width: 100%;
    }
    .voice_area .inner .element .item {
        background: none;
        border-radius: 0;
        padding: 0;
    }
    .voice_area .inner .element .item:not(:first-child) {
        margin: 45px 0 0 0;
    }
    .voice_area .inner .element .item p {
        margin: 20px 0 0 0;
    }
    .voice_area .inner .customer {
        margin: 65px 0 0 0;
    }
    .voice_area .inner .customer p.btn_element {
        margin: 20px 0 0 0;
    }
    .voice_area .inner .customer p.notice_area {
        display: block;
        margin: 20px 0 0 0;
        font-size: 1.2rem;
    }
}
/* btn_element */
.btn_element {
    text-align: center;
}
.btn_element a {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    border: 1px solid #404040;
    border-radius: 300px;
    position: relative;
    padding: 15px 50px 15px 20px;
    transition: all .3s ease;
}
.btn_element a svg {
    width: 27px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
.btn_element a svg .bg {
    fill: #404040;
    transition: all .3s ease;
}
.btn_element a svg .arrow {
    fill: #fff;
    transition: all .3s ease;
}
.btn_element a:hover {
    text-decoration: none;
    background: #404040;
    color: #fff;
}
.btn_element a:hover svg .bg {
    fill: #fff;
}
.btn_element a:hover svg .arrow {
    fill: #404040;
}
@media only screen and (max-width: 768px) {
    .btn_element a {
        font-size: 1.4rem;
        padding: 15px 40px 15px 15px;
    }
    .btn_element a svg {
        width: 22px;
        height: 22px;
        right: 6px;
    }
    .btn_element a:hover {
        background: #fff;
        color: #404040;
    }
    .btn_element a:hover svg .bg {
        fill: #404040;
    }
    .btn_element a:hover svg .arrow {
        fill: #fff;
    }
}
/* message_area */
.message_area {
    margin: 125px 0 0 0;
    padding: 125px 0;
    position: relative;
}
.message_area::before {
    content: "";
    width: calc(100% + 110px);
    height: 100%;
    background: rgba(230, 240, 90, .05);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.message_area .inner {
    position: relative;
    z-index: 1;
}
.message_area .inner ul {
    margin: 85px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.message_area .inner ul li {
    width: 298px;
    border-radius: 50%;
    overflow: hidden;
}
.message_area .inner p {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 45px 0 0 0;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .message_area {
        margin: 65px 0 0 0;
        padding: 65px 0;
    }
    .message_area::before {
        width: calc(100% + 60px);
    }
    .message_area .inner ul {
        margin: 65px 0 0 0;
        gap: 10px;
    }
    .message_area .inner ul li {
        width: calc(100% / 2 - 5px);
    }
    .message_area .inner p {
        font-size: 1.4rem;
        margin: 30px 0 0 0;
        text-align: justify;
    }
}
/* faq_area */
.faq_area {
    padding: 125px 0;
    position: relative;
}
.faq_area::before {
    content: "";
    width: calc(100% + 110px);
    height: 100%;
    background: rgba(128, 174, 213, .05);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.faq_area .inner {
    position: relative;
    z-index: 1;
}
.faq_area .inner .faq_list {
    width: 900px;
    margin: 65px auto 0 auto;
}
.faq_area .inner .faq_list .faq_item:not(:first-child) {
    margin: 10px 0 0 0;
}
.faq_area .inner .faq_list .faq_item summary::-webkit-details-marker {
    display: none;
}
.faq_area .inner .faq_list .faq_item summary {
    display: block;
    width: 100%;
    padding: 25px 50px 25px 80px;
    background: #fff;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    transition: all .3s ease;
}
.faq_area .inner .faq_list .faq_item summary::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    color: #80AED5;
    font-size: 3.4rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.faq_area .inner .faq_list .faq_item summary svg {
    width: 24px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.faq_area .inner .faq_list .faq_item summary svg .bg {
    fill: #80AED5;
    transition: all .3s ease;
}
.faq_area .inner .faq_list .faq_item summary svg .arrow {
    stroke: #fff;
    transition: all .3s ease;
}
.faq_area .inner .faq_list .faq_item[open] summary svg {
    transform: translateY(-50%) rotate(180deg);
}
.faq_area .inner .faq_list .faq_item summary:hover {
    background-color: #80AED5;
    color: #fff;
}
.faq_area .inner .faq_list .faq_item summary:hover::before {
    color: #fff;
}
.faq_area .inner .faq_list .faq_item summary:hover svg .bg {
    fill: #fff;
}
.faq_area .inner .faq_list .faq_item summary:hover svg .arrow {
    stroke: #80AED5;
}
.faq_area .inner .faq_list .faq_item .ans {
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height .3s ease;
}
.faq_area .inner .faq_list .faq_item .ans::before {
    content: "A";
    position: absolute;
    top: 30px;
    left: 30px;
    color: #989898;
    font-size: 3.4rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.faq_area .inner .faq_list .faq_item .ans p {
    padding: 0 0 0 80px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.6;
}
.faq_area .inner .faq_list .faq_item .ans p:first-child {
    margin: 30px 0 0 0;
}
.faq_area .inner .faq_list .faq_item .ans p:not(:first-child) {
    margin: 10px 0 0 0;
}
.faq_area .inner .faq_list .faq_item .ans p:last-child {
    padding: 0 0  45px 80px;
}
.faq_area .inner .faq_list .faq_item .ans p a {
    color: #F0885A;
    transition: all .3s ease;
}
.faq_area .inner .faq_list .faq_item .ans p a:hover {
    opacity: .6;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .faq_area {
        padding: 65px 0;
    }
    .faq_area::before {
        width: calc(100% + 60px);
    }
    .faq_area .inner .faq_list {
        width: 100%;
        margin: 45px auto 0 auto;
    }
    .faq_area .inner .faq_list .faq_item:not(:first-child) {
        margin: 5px 0 0 0;
    }
    .faq_area .inner .faq_list .faq_item summary {
        padding: 15px 40px 15px 50px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .faq_area .inner .faq_list .faq_item summary::before {
        left: 20px;
        font-size: 2rem;
    }
    .faq_area .inner .faq_list .faq_item summary svg {
        width: 18px;
        right: 15px;
    }
    .faq_area .inner .faq_list .faq_item summary:hover {
        background-color: #fff;
        color: #404040;
    }
    .faq_area .inner .faq_list .faq_item summary:hover::before {
        color: #80AED5;
    }
    .faq_area .inner .faq_list .faq_item summary:hover svg .bg {
        fill: #80AED5;
    }
    .faq_area .inner .faq_list .faq_item summary:hover svg .arrow {
        stroke: #fff;
    }
    .faq_area .inner .faq_list .faq_item .ans::before {
        top: 25px;
        left: 20px;
        font-size: 2rem;
    }
    .faq_area .inner .faq_list .faq_item .ans p {
        padding: 0 0 0 50px;
        font-size: 1.4rem;
        text-align: justify;
    }
    .faq_area .inner .faq_list .faq_item .ans p:first-child {
        margin: 20px 0 0 0;
    }
    .faq_area .inner .faq_list .faq_item .ans p:last-child {
        padding: 0 0 30px 50px;
    }
    .faq_area .inner .faq_list .faq_item .ans p a:hover {
        opacity: 1;
    }
}
/* flow_area */
.flow_area {
	margin: 125px 0 0 0;
	text-align: center;
}
.flow_area ul.flow {
	width: 900px;
	margin: 45px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
.flow_area ul.flow li {
	width: 168px;
	color: #005e9c;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	background: #d0e5ed;
	padding: 25px 0;
	position: relative;
}
.flow_area ul.flow li:last-child {
	background: #ffff00;
}
.flow_area ul.flow li::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #d0e5ed;
	position: absolute;
	top: 50%;
	right: -8px;
	transform: translate(0, -50%);
}
.flow_area ul.flow li:last-child::after {
	content: none;
}
.flow_area .flow_list {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flow_area .flow_list .flow_item {
	margin: 25px auto 0 auto;
	background: #eaeff2;
	border: 2px solid #005e9c;
	box-shadow: 4px 4px 0px 0px #005e9c;
	border-radius: 20px;
	padding: 40px 45px;
}
.flow_area .flow_list .flow_item.box01,
.flow_area .flow_list .flow_item.box02 {
	width: 100%;
	display: block;
}
.flow_area .flow_list .flow_item.box03,
.flow_area .flow_list .flow_item.box04 {
	width: 440px;
	display: block;
}
.flow_area .flow_list .flow_item h4 {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: 600;
	color: #005e9c;
	position: relative;
	padding: 5px 0 0 45px;
}
.flow_area .flow_list .flow_item.box01 h4::before {
	content: url("/data/kodomofuruhonten/image/pro_selectpack/num01.png");
	position: absolute;
	top: 0;
	left: 0;
}
.flow_area .flow_list .flow_item.box02 h4::before {
	content: url("/data/kodomofuruhonten/image/pro_selectpack/num02.png");
	position: absolute;
	top: 0;
	left: 0;
}
.flow_area .flow_list .flow_item.box03 h4::before {
	content: url("/data/kodomofuruhonten/image/pro_selectpack/num03.png");
	position: absolute;
	top: 0;
	left: 0;
}
.flow_area .flow_list .flow_item.box04 h4::before {
	content: url("/data/kodomofuruhonten/image/pro_selectpack/num04.png");
	position: absolute;
	top: 0;
	left: 0;
}
.flow_area .flow_list .flow_item p {
	font-size: 1.6rem;
    letter-spacing: 0.05em;
	line-height: 2;
	margin: 25px 0 0 0;
}
.flow_area .flow_list .flow_item figure {
	margin: 25px 0 0 0;
}
.flow_area .flow_list .flow_item figure span.notice {
	display: block;
	color: #7a7a7a;
	margin: 10px 0 0 0;
	font-size: 1.4rem;
    line-height: 1.4;
}
.flow_area .flow_list .flow_item figure span.notice a {
	text-decoration: underline;
	color: #dc5513;
}
.flow_area .flow_list .flow_item figure span.notice a:hover {
	text-decoration: none;
}
.flow_area .considerations {
	width: 900px;
	margin: 45px auto 0 auto;
	text-align: left;
}
.flow_area .considerations h5 {
	border-bottom: 1px solid #000;
	padding: 0 0 5px 0;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
}
.flow_area .considerations ul {
	list-style: disc;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
	margin: 10px 0 0 15px;
}
.flow_area .considerations li:not(:first-child) {
	margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .flow_area {
        margin: 65px 0 0 0;
    }
    .flow_area ul.flow {
        width: 100%;
        margin: 25px auto 0 auto;
        display: block;
    }
    .flow_area ul.flow li {
        width: 100%;
        font-size: 1.3rem;
        padding: 15px 0;
        margin: 0 0 15px 0;
    }
    .flow_area ul.flow li::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        border-color: #d0e5ed transparent transparent transparent;
        position: absolute;
        top: auto;
        bottom: -8px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .flow_area .flow_list {
        width: 100%;
        display: block;
    }
    .flow_area .flow_list .flow_item {
        box-shadow: 0 0 0 0 #005e9c;
        border-radius: 10px;
        padding: 25px;
    }
    .flow_area .flow_list .flow_item.box03,
    .flow_area .flow_list .flow_item.box04 {
        width: 100%;
    }
    .flow_area .flow_list .flow_item h4 {
        font-size: 1.6rem;
        padding: 5px 0 0 45px;
    }
    .flow_area .flow_list .flow_item p {
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 20px 0 0 0;
        text-align: justify;
    }
    .flow_area .flow_list .flow_item figure {
        margin: 25px 0 0 0;
    }
    .flow_area .flow_list .flow_item figure span.notice {
        font-size: 1.4rem;
    }
    .flow_area .considerations {
        width: 100%;
        margin: 25px auto 0 auto;
    }
    .flow_area .considerations h5 {
        font-size: 1.4rem;
    }
    .flow_area .considerations ul {
        font-size: 1.4rem;
    }
}