@charset "UTF-8";
.sec_wrap {
  background-color: #EAF8FC;
}

.sec__container {
  background-color: #FFFBEA;
}

.trouble.--bg_teal {
  background-color: #E2F6F4;
}

.trouble__wrap-top {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .sec__service {
    padding-bottom: 80px;
  }
  .sec__container {
    padding: 50px 54px 62px;
    border-radius: 10px;
    margin-top: 70px;
  }
  .sec__container + .sec__container {
    margin-top: 40px;
  }
  .sec__container.--basic_service {
    padding: 50px 54px 47px;
  }
  .sec__container.--can_buy {
    padding: 28px 54px 54px;
  }
  .sec__title {
    width: 55.8%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec__price-table {
    margin-top: 40px;
  }
  .sec__notice-list {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .sec__price-method {
    margin-top: 30px;
  }
  .sec__price-support {
    display: flex;
    gap: 28px;
    margin-top: 36px;
  }
  .sec__cta {
    width: 83.3%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec__service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 31px 3.5%;
    margin-top: 40px;
  }
  .sec__service-list li {
    width: 30.9%;
  }
  .sec__can_buy-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 27px 2.3%;
    margin-top: 30px;
  }
  .sec__can_buy-list li {
    width: 17.3%;
  }
  .sec__service-topic {
    margin-top: 12px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
  }
  .sec__truck_plan-detail {
    display: flex;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .sec__truck_plan-detail-topic {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #fff;
    background-color: #8D8D8D;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }
  .sec__truck_plan-detail-content {
    padding: 17px;
  }
  .sec__truck_plan-detail-text-m {
    font-size: 2rem;
    font-weight: 700;
  }
  .sec__truck_plan-detail-text-s {
    margin-top: 8px;
    font-weight: 700;
  }
  .sec__catch-sub {
    font-size: 2.4rem;
    font-weight: 800;
    text-align: center;
  }
  .sec__catch-main {
    margin-bottom: 30px;
    font-size: 4rem;
    font-weight: 800;
    text-align: center;
  }
  .mod__h2 {
    line-height: 1.1;
    text-align: center;
    font-size: 4.2rem;
  }
  .mod__sub {
    display: block;
    color: #CCCCCC;
    font-size: 3rem;
  }
  .mod__h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 497px;
    height: 51px;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #666666;
    border-radius: 100px;
    font-size: 2.6rem;
    font-weight: 700;
  }
  .mod__h3.--option {
    margin-top: 56px;
  }
  .mod__list {
    display: flex;
    justify-content: space-between;
    gap: 31px 3%;
    flex-wrap: wrap;
    margin-top: 44px;
  }
  .mod__item {
    width: 31.3%;
  }
  .mod__topic {
    margin-top: 9px;
    color: #4690A2;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  .mod__text {
    margin-top: 9px;
    font-size: 1.4rem;
  }
  .cta.--ver1 {
    margin-top: 10px;
  }
  .cta.--ver1, .cta.--ver3 {
    position: relative;
  }
  .cta.--ver1 .cta__contact, .cta.--ver3 .cta__contact {
    position: absolute;
    left: 50%;
    bottom: 9%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 47%;
  }
  .cta.--ver2 {
    position: relative;
    margin-top: 69px;
  }
  .cta.--ver2 .cta__contact {
    position: absolute;
    left: 50%;
    bottom: 5.4%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    margin-top: 10px;
    width: 68.7%;
    max-width: 880px;
  }
  .cta.--ver4 {
    position: relative;
    margin-top: 30px;
  }
  .cta.--ver4 .cta__contact {
    position: absolute;
    left: 50%;
    bottom: 5.4%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    margin-top: 10px;
    width: 88.7%;
    max-width: 880px;
  }
  .cta.--ver3 {
    background-color: #E2F6F4;
  }
  .flow {
    padding-bottom: 70px;
  }
  .flow .inner {
    margin-top: 80px;
  }
  .flow__list {
    display: flex;
    gap: 20px;
  }
  .flow__item {
    position: relative;
  }
  .flow__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 25px;
    background-color: #8DD9DC;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  }
  .flow__item:last-child::after {
    display: none;
  }
  .faq {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/faq_bg.svg") 0 0 repeat;
  }
  .faq__h2 {
    font-size: 3rem;
    text-align: center;
  }
  .faq__lead {
    margin-top: 16px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  .faq__container {
    margin-top: 38px;
  }
  .faq__item {
    padding: 18px 43px;
    margin-top: 20px;
    border: 3px solid #BFBFBF;
    background-color: #fff;
  }
  .faq__item .label {
    width: 24px;
    flex-shrink: 0;
  }
  .faq__header {
    display: flex;
    align-items: center;
    gap: 36px;
    width: 100%;
    cursor: pointer;
    padding: 11px 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .faq__arrow {
    flex-shrink: 0;
    position: relative;
    width: 26px;
    height: 26px;
    margin-top: 5px;
    border-radius: 50%;
    background-color: #ccc;
    margin-left: auto;
  }
  .faq__arrow::before, .faq__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .faq__arrow::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq__question {
    margin-right: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .faq__header.faq-opened .faq__arrow::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .faq__body {
    display: flex;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    font-size: 1.8rem;
    line-height: 1.5;
    border-top: 1px solid #fff;
  }
  .faq__body-item {
    display: flex;
    gap: 36px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px dotted #B3B3B3;
  }
  .faq-opened .faq__body {
    max-height: 1000px;
    opacity: 1;
  }
  .faq__top {
    display: block;
    color: #0A93A5;
    font-size: 2rem;
    font-weight: 700;
  }
  .faq__bottom {
    display: block;
    width: 96%;
    margin-top: 3px;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .faq__answer {
    width: 100%;
  }
  .area_map {
    padding-bottom: 80px;
  }
  .area_map .area__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 920px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .area_map .area__content {
    width: 49.2%;
  }
  .area_map .area__image {
    width: 42.7%;
  }
  .area_map .area__top {
    display: flex;
    gap: 14px;
  }
  .area_map .area__topic {
    font-weight: 900;
  }
  .area_map .area__icon {
    flex-shrink: 0;
    width: 11.2%;
  }
  .area_map .area__main {
    font-size: 3.6rem;
  }
  .area_map .area__text {
    margin-top: 21px;
    font-weight: 700;
    line-height: 1.8;
  }
  .trouble {
    padding-top: 60px;
  }
  .trouble.--bg_teal {
    padding-top: 51px;
  }
  .trouble.--bg_teal .trouble__container {
    padding-top: 57px;
    padding-bottom: 50px;
  }
  .trouble.--bg_teal .trouble__list {
    margin-top: 16px;
  }
  .trouble.--bg_teal .trouble__item {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .trouble__wrap-top {
    width: 95.3%;
    max-width: 1221px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 14px;
  }
  .trouble__wrap {
    display: flex;
    align-items: center;
  }
  .trouble__catch {
    width: 417px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1008px;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
  }
  .trouble__item {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #B3B3B3;
    font-weight: 900;
    font-size: 1.8rem;
  }
  .trouble__item span {
    display: block;
    width: 21px;
    height: 21px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/trouble_icon.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .trouble__item.--border_none, .trouble__item.--border_none-pc {
    border: none;
  }
  .trouble__container {
    position: relative;
    padding-top: 93px;
    padding-bottom: 80px;
    background-color: #E2F6F4;
  }
  .trouble__container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 57px;
    height: 33px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .trouble__inner {
    max-width: 1060px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__image {
    width: 45%;
  }
  .trouble__content {
    width: 55%;
  }
  .trouble__sub {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .trouble__h2 {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.9rem;
    font-weight: 700;
  }
  .trouble__h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    margin-top: 8px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/trouble_line.svg") 0 0 repeat-x;
    background-size: contain;
  }
  .trouble__lead {
    margin-top: 28px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .trouble__money {
    max-width: 1019px;
    width: 100%;
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__howto {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__which {
    width: 83.3%;
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__deff {
    width: 472px;
    margin-top: 37px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__ok {
    max-width: 830px;
    margin-top: 25px;
    margin-left: auto;
  }
  .trouble__contact {
    width: 87.7%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__link {
    display: block;
    width: 87.7%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .reason__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 1.8%;
    max-width: 1060px;
    margin-top: 60px;
    margin-bottom: 54px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .reason__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 32%;
    padding: 29px 18px 17px 30px;
    border: 2px solid #8DD9DC;
    border-radius: 15px;
  }
  .reason__icon {
    width: 83px;
  }
  .reason__topic {
    color: #0A93A5;
    font-size: 2rem;
    font-weight: 700;
  }
  .reason__text {
    margin-top: 12px;
    font-weight: 700;
    line-height: 1.5;
  }
  .review {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FCF5E2;
    /* 矢印共通のスタイル */
    /* 前の矢印 */
    /* 次の矢印 */
  }
  .review .splide__arrow {
    background: transparent;
    height: 50px;
    width: 50px;
  }
  .review .button::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
  }
  .review .prev::before {
    position: relative;
    left: -85px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/kv_arrow_prev.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .review .next::before {
    position: relative;
    right: -85px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/kv_arrow_next.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .review .splide__pagination {
    gap: 10px;
    position: absolute;
    bottom: -42px;
  }
  .review .splide__pagination .is-active {
    background-color: #77CCD0;
    transform: scale(1);
  }
  .review .btn {
    margin-top: 100px;
  }
  .review__h2 {
    width: 43.7%;
    margin-left: auto;
    margin-right: auto;
  }
  .review__container {
    max-width: 870px;
    width: 67.9%;
    margin-top: 39px;
    margin-left: auto;
    margin-right: auto;
  }
  .review__top {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .review__main {
    font-weight: 900;
  }
  .review__star {
    width: 125px;
  }
  .review__text {
    margin-top: 15px;
    font-weight: 900;
    line-height: 1.85;
  }
  .review__content {
    height: 100%;
    padding: 21px 24px 26px;
    background-color: #fff;
    border: 3px solid #F6DA90;
    border-radius: 20px;
  }
  .cta__banner-area {
    padding: 50px 18px 56px;
  }
  .cta__banner-list {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta__banner-item {
    width: 32.2%;
  }
  .cta__line-only {
    max-width: 850px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec__service {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec__container {
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 30px;
  }
  .sec__container + .sec__container {
    margin-top: 40px;
  }
  .sec__title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec__price-table {
    margin-top: 40px;
  }
  .sec__notice-list {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .sec__price-method {
    margin-top: 30px;
  }
  .sec__price-support {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 36px;
  }
  .sec__cta {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec__service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 31px 3.2%;
    margin-top: 40px;
  }
  .sec__service-list li {
    width: 48%;
  }
  .sec__can_buy-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 27px 2.3%;
    margin-top: 30px;
  }
  .sec__can_buy-list li {
    width: 48%;
  }
  .sec__service-topic {
    margin-top: 12px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
  }
  .sec__truck_plan-detail {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .sec__truck_plan-detail-topic {
    padding: 20px;
    color: #fff;
    background-color: #8D8D8D;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  .sec__truck_plan-detail-content {
    padding: 17px;
  }
  .sec__truck_plan-detail-text-m {
    font-size: 2rem;
    font-weight: 700;
  }
  .sec__truck_plan-detail-text-s {
    margin-top: 8px;
    font-weight: 700;
  }
  .sec__catch-sub {
    font-size: 1.2rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: -0.05em;
  }
  .sec__catch-main {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
  }
  .mod__h2 {
    line-height: 1.1;
    text-align: center;
    font-size: 2.2rem;
  }
  .mod__sub {
    display: block;
    color: #CCCCCC;
    font-size: 1.6rem;
  }
  .mod__h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #666666;
    border-radius: 100px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .mod__h3.--option {
    margin-top: 56px;
  }
  .mod__list {
    display: flex;
    justify-content: space-between;
    gap: 10px 5px;
    flex-wrap: wrap;
    margin-top: 44px;
  }
  .mod__item {
    width: 49%;
  }
  .mod__topic {
    margin-top: 9px;
    color: #4690A2;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
  }
  .mod__text {
    margin-top: 9px;
    font-size: 1.2rem;
  }
  .cta.--ver1 {
    margin-top: 37px;
  }
  .cta.--ver1, .cta.--ver3 {
    position: relative;
  }
  .cta.--ver1 .cta__contact, .cta.--ver3 .cta__contact {
    position: absolute;
    left: 50%;
    bottom: 7.6%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .cta.--ver1 .cta__contact a, .cta.--ver3 .cta__contact a {
    width: 45vw;
  }
  .cta.--ver2 {
    position: relative;
    margin-top: 32px;
  }
  .cta.--ver2 .cta__contact {
    position: absolute;
    left: 50%;
    bottom: 1.4%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 10px;
    width: 81.7%;
  }
  .cta.--ver3 {
    background-color: #E2F6F4;
  }
  .cta.--ver4 {
    position: relative;
    margin-top: 30px;
  }
  .cta.--ver4 .cta__contact {
    position: absolute;
    left: 50%;
    bottom: 5.4%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
    width: 76.7%;
  }
  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/faq_bg.svg") 0 0 repeat;
  }
  .faq__h2 {
    font-size: 3rem;
    text-align: center;
  }
  .faq__lead {
    margin-top: 16px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .faq__container {
    margin-top: 16px;
  }
  .faq__item {
    padding: 20px 20px 10px;
    margin-top: 10px;
    border: 3px solid #BFBFBF;
    background-color: #fff;
  }
  .faq__item .label {
    width: 24px;
    flex-shrink: 0;
  }
  .faq__header {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    cursor: pointer;
    padding: 0 0 11px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .faq__arrow {
    flex-shrink: 0;
    position: relative;
    width: 26px;
    height: 26px;
    margin-top: 5px;
    border-radius: 50%;
    background-color: #ccc;
    margin-left: auto;
  }
  .faq__arrow::before, .faq__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .faq__arrow::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq__question {
    margin-right: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .faq__header.faq-opened .faq__arrow::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .faq__body {
    display: flex;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    font-size: 1.6rem;
    line-height: 1.5;
    border-top: 1px solid #fff;
  }
  .faq__body-item {
    display: flex;
    gap: 12px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px dotted #B3B3B3;
  }
  .faq-opened .faq__body {
    max-height: 1000px;
    opacity: 1;
  }
  .faq__top {
    display: block;
    color: #0A93A5;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .faq__bottom {
    display: block;
    width: 96%;
    padding-top: 3px;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .review {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #FCF5E2;
    /* 矢印共通のスタイル */
    /* 前の矢印 */
    /* 次の矢印 */
  }
  .review .splide__arrow {
    background: transparent;
    height: 40px;
    width: 40px;
  }
  .review .button::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
  }
  .review .prev::before {
    position: relative;
    left: 0;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/kv_arrow_prev.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .review .next::before {
    position: relative;
    right: 0;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/kv_arrow_next.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .review .splide__pagination {
    gap: 10px;
    position: absolute;
    bottom: -36px;
  }
  .review .splide__pagination .is-active {
    background-color: #77CCD0;
    transform: scale(1);
  }
  .review .btn {
    margin-top: 63px;
  }
  .review__h2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .review__container {
    margin-top: 18px;
  }
  .review__top {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .review__icon {
    width: 60px;
  }
  .review__main {
    font-size: 1.4rem;
    font-weight: 900;
  }
  .review__star {
    width: 100px;
  }
  .review__text {
    margin-top: 8px;
    font-weight: 900;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .review__content {
    height: 100%;
    padding: 16px 11px 44px;
    background-color: #fff;
    border: 3px solid #F6DA90;
    border-radius: 10px;
  }
  .area_map {
    padding-bottom: 40px;
  }
  .area_map .area__container {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 27px;
    padding-right: 27px;
  }
  .area_map .area__top {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .area_map .area__topic {
    font-weight: 900;
  }
  .area_map .area__icon {
    flex-shrink: 0;
    width: 13.7%;
  }
  .area_map .area__sub {
    font-size: 1.4rem;
  }
  .area_map .area__main {
    font-size: 3rem;
  }
  .area_map .area__text {
    margin-top: 23px;
    font-weight: 700;
    line-height: 1.8;
  }
  .area_map .area__image {
    margin-top: 25px;
  }
  .flow {
    padding-bottom: 30px;
  }
  .flow .inner {
    margin-top: 40px;
    padding-left: 27px;
    padding-right: 28px;
  }
  .flow__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .flow__item {
    position: relative;
  }
  .flow__item::after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 25px;
    height: 12px;
    background-color: #8DD9DC;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  .flow__item:last-child::after {
    display: none;
  }
  .trouble {
    padding-top: 40px;
  }
  .trouble__wrap-top {
    width: 95.3%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 14px;
  }
  .trouble__list {
    margin-top: 11px;
    padding-bottom: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .trouble__item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 6px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3B3B3;
    font-weight: 900;
    font-size: 1.5rem;
  }
  .trouble__item span {
    flex-shrink: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/trouble_icon.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .trouble__item.--border_none {
    border: none;
  }
  .trouble__container {
    position: relative;
    padding-top: 57px;
    padding-bottom: 38px;
    background-color: #E2F6F4;
  }
  .trouble__container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 57px;
    height: 33px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .trouble__inner {
    max-width: 1060px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .trouble__sub {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .trouble__h2 {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  .trouble__h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    margin-top: 8px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/trouble_line.svg") 0 0 repeat-x;
    background-size: contain;
  }
  .trouble__lead {
    margin-top: 11px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .trouble__image {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__money {
    width: 100%;
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__howto {
    width: 240px;
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__which {
    width: 59.3%;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__deff {
    width: 63.3%;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__ok {
    width: 90.5%;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble__contact {
    width: 100%;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
  }
  .reason__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 41px;
    margin-bottom: 40px;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 27px;
    padding-right: 27px;
  }
  .reason__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 29px 16px 29px 18px;
    border: 2px solid #8DD9DC;
    border-radius: 15px;
  }
  .reason__icon {
    width: 93px;
  }
  .reason__topic {
    margin-top: 9px;
    color: #0A93A5;
    font-size: 2rem;
    font-weight: 700;
  }
  .reason__text {
    margin-top: 12px;
    font-weight: 700;
  }
  .cta__banner-area {
    padding: 50px 18px 20px;
  }
  .cta__banner-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .cta__line-only {
    margin-top: 30px;
  }
}/*# sourceMappingURL=common.css.map */