@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

img,
picture {
  max-width: 100%;
  display: inline-block;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

strong {
  font-weight: bolder;
}

textarea {
  resize: vertical;
}

:root {
  --font_base: 16px/1.4 "Zen Maru Gothic", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

:root {
  --default-black: #333;
  --default-white: #fff;
  --default-blue: #009CEF;
  --base-gray-default: #F4F6F8;
  --base-gray-dark:#6C6C6C;
  --color-primary:#E61673;
  --color-pink-light:#FCE9EA;
  --color-blue-dark:#006F9D;
  --color-yell:#FFF33F;
  --color-yell-light:#FEF2DE;
  --color-dark-yell:#F5A200;
  --color-green-bluelight:#E3FFFF;
  --color-green-blue:#3AACAD;
  --color-pink:#EB6EA5;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

a {
  color: var(--default-blue);
  text-decoration: none;
  transition: all 0.5s;
}
a.link__normal {
  color: #000;
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .iframe-aspect {
    max-width: 100%;
    aspect-ratio: 16/9;
  }
  .iframe-aspect iframe {
    width: 100%;
    height: 100%;
  }
}

@media all and (min-width: 768px) {
  .header-logo {
    margin-right: 60px;
  }
}
.header-logo a {
  content: "";
  background: url("../common/logo.png") no-repeat center center;
  background-size: contain;
  width: 190px;
  height: 170px;
  display: block;
  margin-right: 10px;
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header-logo a {
    width: 100px;
    height: 80px;
  }
}

@media all and (min-width: 768px) {
  .header.fix-change {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: initial;
    max-width: 1000px;
    width: 100%;
    animation: blink 0.6s;
    z-index: 10;
  }
  @keyframes blink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .header.fix-change .header-wrap {
    background: #fff;
    border: 2px solid var(--color-primary);
    border-radius: 100vh;
    align-items: center;
    padding: 7px 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  .header.fix-change .header-wrap .header-logo {
    margin-right: 0;
  }
  .header.fix-change .header-wrap .header-logo a {
    width: 80px;
    height: 60px;
  }
  .header.fix-change .header-menu {
    display: flex;
    flex-direction: row-reverse;
    margin: auto;
    flex-grow: initial;
  }
  .header.fix-change .header-menu .menu {
    background: none;
  }
  .header.fix-change .header-menu ul li {
    position: relative;
  }
  .header.fix-change .header-menu ul li a {
    font-size: 0.875rem;
  }
  .header.fix-change .header-menu ul li a:hover {
    color: var(--color-primary);
  }
  .header.fix-change .header-menu ul li::after {
    content: "";
    width: 1px;
    height: 1em;
    background: var(--color-primary);
  }
  .header.fix-change .header-info {
    margin: 0;
  }
  .header.fix-change .header-info ul li a {
    border: none;
    width: 3em;
    height: 3em;
    padding: 0;
  }
  .header.fix-change .header-info ul li a:hover {
    opacity: 0.5;
  }
  .header.fix-change .header-info ul li a span {
    display: none;
  }
  .header.fix-change .header-info ul li a::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header.fix-change .header-info ul li:nth-of-type(1) a {
    background: var(--color-pink-light);
  }
  .header.fix-change .header-info ul li:nth-of-type(1) a::before {
    background-size: 80% !important;
    width: 2em;
    height: 2em;
    border-radius: 100vh;
    background: url("../common/ico_question_darkpink.svg") no-repeat center center;
  }
  .header-wrap {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
  .header-wrap {
    margin: 0 20px;
    max-width: 100%;
  }
}
@media all and (min-width: 768px) {
  .header-wrap .c-btn.-spbtn {
    display: none;
  }
  .header-info {
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin: 10px 0;
  }
  .header-info__inner {
    display: none;
  }
  .header-info ul {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .header-menu {
    position: relative;
    flex-grow: 1;
    margin-left: auto;
  }
  .header-menu .menu {
    background: var(--color-pink-light);
    border-radius: 100vh;
    display: grid;
    place-content: center;
    place-items: center;
  }
  .header-menu .menu ul {
    width: 100%;
    margin: 0px auto 0px;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 20px;
    color: #fff;
  }
  .header-menu .menu__item {
    display: flex;
    align-items: center;
  }
  .header-menu .menu__item a:hover {
    color: var(--color-primary);
  }
  .header-menu .menu__link {
    display: block;
    color: #000;
    position: relative;
    font-weight: bold;
    padding: 10px;
  }
  .header-menu .menu__link::after {
    content: "";
    transition: 0.3s all;
    bottom: 10px;
  }
  .header-menu .menu__link:hover::after {
    content: "";
    background: url("../common/ico_arrow_forward_white.svg") no-repeat center center;
    background-size: contain !important;
    width: 8px;
    height: 13px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .hamburger-button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-info {
    display: none;
  }
  .header-info__inner {
    margin: 60px 10px 10px 10px;
    display: block;
  }
  .header-info__inner select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: none;
    text-align: center;
  }
  .header-info__inner #google_translate_element2 {
    display: none;
  }
  .header-info__inner .info-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    gap: 15px;
  }
  .header-info__inner .info-block li a {
    box-shadow: 0px 3px 0px #FFF000;
    background: #fff;
    color: #2A65AE;
    display: block;
    border-radius: 4px;
    font-size: 0.875rem;
    text-align: center !important;
    padding: 7px 25px 7px 40px;
    font-weight: bold;
    position: relative;
  }
  .header-info__inner .info-block li a::after {
    content: "";
    background: url(../common/ico_time.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    background-size: contain !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .header-info__inner .info-block li:nth-of-type(2) a::after {
    background: url(../common/ico_info.svg) no-repeat center center;
  }
  .header-logo__inner {
    background: #fff;
    padding: 10px;
  }
  .header-logo__inner a {
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .header-logo__inner a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .header-logo__inner a::before {
    content: "";
    background: url("../common/logo.svg") no-repeat center center;
    background-size: contain;
    width: 88px;
    height: 38px;
    display: block;
    margin-right: 10px;
  }
  .header-wrap {
    margin: 15px;
    display: flex;
    align-items: flex-start;
    margin-right: 70px;
    justify-content: space-between;
  }
  .header-wrap .c-btn.-spbtn {
    margin-top: 10px;
    margin-left: auto;
    font-size: 9px;
  }
  .header .nav-menu {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transition-duration: 300ms;
    transform: translateX(200%);
    overflow: auto;
    /* ナビメニューの背景色を変えたい時 */
    background-color: var(--color-pink-light);
  }
  .header .nav-menu.active {
    transform: translateX(0);
    z-index: 10000;
  }
  .header .hamburger-button {
    width: -moz-fit-content;
    width: fit-content;
    height: clamp(50px, 3.6666666667vw, 26px);
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
    border: none;
    position: fixed;
    right: 10px;
    top: 20px;
    z-index: 10001;
    outline: none;
    background: none;
    background: var(--color-pink-light);
    padding: 0.6em;
    border-radius: 6px;
  }
  .header .hamburger-lines {
    position: relative;
    width: clamp(30px, 3.6666666667vw, 90px);
    height: clamp(18px, 2.8666666667vw, 26px);
    transition-duration: 300ms;
  }
  .header .hamburger-lines.active {
    width: clamp(50px, 3.6666666667vw, 90px);
  }
  .header .hamburger-lines.active .line:nth-child(2) {
    display: none;
  }
  .header .hamburger-lines .line {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: clamp(3px, 0.2666666667vw, 1px);
    margin: auto;
    transition-duration: 300ms;
    /* ハンバーガーメニューの線の色を変えたい時 */
    background: var(--color-primary);
  }
  .header .hamburger-lines .line:nth-child(1) {
    top: 0;
  }
  .header .hamburger-lines .line:nth-child(2) {
    transform: translateY(-50%);
    top: 50%;
  }
  .header .hamburger-lines .line:nth-child(3) {
    bottom: 0;
  }
  .header .menu {
    margin: 80px 20px 10px;
  }
  .header .menu__item {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--color-primary);
  }
  .header .menu__item a {
    color: #000;
    padding: 10px 26px 10px 20px;
    position: relative;
    display: block;
  }
  .header .menu__item a::before {
    content: "";
    background-color: var(--color-primary);
    width: 10px;
    height: 10px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.pagetop {
  position: sticky;
  bottom: 20px;
  left: 93%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pagetop {
    left: 83%;
  }
}
.pagetop a img {
  width: 70px;
  height: 70px;
}

footer {
  border-top: solid 4px var(--color-primary);
}

.footer__text {
  background: var(--color-pink-light);
  display: inline-block;
  padding: 6px 30px;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    margin: 0 15px;
  }
}
.footer__copy {
  color: #707070;
}

.l-footer {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer {
    width: 92vw;
    margin: auto;
    padding: 5px 0 15px;
  }
}
@media all and (min-width: 768px) {
  .l-footer {
    padding: 10px 50px 30px;
  }
}
.l-footer small {
  font-size: 0.6875rem;
}

body {
  font: var(--font_base);
  background: #fff;
  font-weight: 500;
}

html,
body {
  height: 100%;
}

body > footer {
  position: sticky;
  top: 100vh;
}

@media all and (min-width: 768px) {
  .l-container {
    max-width: 1120px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1120px) {
  .l-container {
    max-width: inherit;
    margin: 0 15px;
  }
}
@media all and (min-width: 768px) {
  .l-container__small {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .l-container__medium {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 899px) and (min-width: 767px) {
  .l-container__medium {
    margin: 0 15px;
  }
}

@media all and (min-width: 768px) {
  .l-grid__pc {
    display: grid;
  }
  .l-grid__pc.-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid__pc.-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-grid__pc.-gap10 {
    gap: 10px;
  }
  .l-grid__pc.-gap20 {
    gap: 20px;
  }
  .l-grid__pc.-gap30 {
    gap: 30px;
  }
  .l-grid__pc.-center {
    place-content: center;
    place-items: center;
  }
  .l-flex__item.-ord-1 {
    order: 1;
  }
  .l-flex__item.-ord-2 {
    order: 2;
  }
  .l-flex__item.-ord-3 {
    order: 3;
  }
  .l-flex__item.-ord-4 {
    order: 4;
  }
  .l-flex__item.-ord-5 {
    order: 5;
  }
  .l-flex__item.-ord-6 {
    order: 6;
  }
  .l-flex__item.-ord-7 {
    order: 7;
  }
  .l-flex__item.-ord-8 {
    order: 8;
  }
  .l-flex__item.-ord-9 {
    order: 9;
  }
  .l-flex__item.-ord-10 {
    order: 10;
  }
  .l-flex {
    display: flex;
  }
  .l-flex.-fxd-c {
    flex-direction: column;
  }
  .l-flex.-fxd-cr {
    flex-direction: column-reverse;
  }
  .l-flex.-fxd-r {
    flex-direction: row;
  }
  .l-flex.-fxd-rr {
    flex-direction: row-reverse;
  }
  .l-flex.-fxw-n {
    flex-wrap: nowrap;
  }
  .l-flex.-fxw-w {
    flex-wrap: wrap;
  }
  .l-flex.-fxw-wr {
    flex-wrap: wrap-reverse;
  }
  .l-flex.-jc-c {
    justify-content: center;
  }
  .l-flex.-jc-fe {
    justify-content: flex-end;
  }
  .l-flex.-jc-fs {
    justify-content: flex-start;
  }
  .l-flex.-jc-sa {
    justify-content: space-around;
  }
  .l-flex.-jc-sb {
    justify-content: space-between;
  }
  .l-flex.-ai-b {
    align-items: baseline;
  }
  .l-flex.-ai-c {
    align-items: center;
  }
  .l-flex.-ai-fe {
    align-items: flex-end;
  }
  .l-flex.-ai-fs {
    align-items: flex-start;
  }
  .l-flex.-ai-s {
    align-items: stretch;
  }
  .l-flex.-ac-c {
    align-content: center;
  }
  .l-flex.-ac-fe {
    align-content: flex-end;
  }
  .l-flex.-ac-fs {
    align-content: flex-start;
  }
  .l-flex.-ac-s {
    align-content: stretch;
  }
  .l-flex.-ac-sa {
    align-content: space-around;
  }
  .l-flex.-ac-sb {
    align-content: space-between;
  }
  .l-flex .-ar {
    margin-left: auto;
  }
  .l-flex.col-1-2 {
    gap: 20px 20px;
  }
  .l-flex.col-1-2 .l-flex__item:first-child {
    width: 67%;
  }
  .l-flex.col-1-2 .l-flex__item:nth-child(2n) {
    width: 33%;
  }
  .l-flex.col-2 .l-flex__item {
    width: 50%;
  }
  .l-flex.col-3 .l-flex__item {
    width: 33.3333333333%;
  }
  .l-flex.col-4 .l-flex__item {
    width: 25%;
  }
  .l-flex.-gap10 {
    gap: 10px 10px;
  }
  .l-flex.-gap10.col-2 .l-flex__item {
    width: calc(50% - 5px);
  }
  .l-flex.-gap10.col-4 .l-flex__item {
    width: calc(25% - 5px);
  }
  .l-flex.-gap20 {
    gap: 10px 10px;
  }
  .l-flex.-gap20.col-2 .l-flex__item {
    width: calc(50% - 5px);
  }
  .l-flex.-gap20.col-4 .l-flex__item {
    width: calc(25% - 5px);
  }
  .l-flex.col-5 .l-flex__item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__sp {
    display: grid;
  }
  .l-grid__sp.-col2__sp {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid__sp.-col3__sp {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-grid__sp.-gap10 {
    gap: 10px;
  }
  .l-grid__sp.-gap20 {
    gap: 20px;
  }
  .l-grid__sp.-gap30 {
    gap: 30px;
  }
  .l-grid__sp.-center {
    place-content: center;
    place-items: center;
  }
  .l-grid__sp.-auto150__sp {
    grid-template-columns: repeat(auto-fit, 150px);
  }
  .l-flex__item.-ord-1 {
    order: 1;
  }
  .l-flex__item.-ord-2 {
    order: 2;
  }
  .l-flex__item.-ord-3 {
    order: 3;
  }
  .l-flex__item.-ord-4 {
    order: 4;
  }
  .l-flex__item.-ord-5 {
    order: 5;
  }
  .l-flex__item.-ord-6 {
    order: 6;
  }
  .l-flex__item.-ord-7 {
    order: 7;
  }
  .l-flex__item.-ord-8 {
    order: 8;
  }
  .l-flex__item.-ord-9 {
    order: 9;
  }
  .l-flex__item.-ord-10 {
    order: 10;
  }
  .l-flex__sp {
    display: flex;
  }
  .l-flex__sp.-fxd-c-sp {
    flex-direction: column;
  }
  .l-flex__sp.-fxd-cr-sp {
    flex-direction: column-reverse;
  }
  .l-flex__sp.-fxd-r-sp {
    flex-direction: row;
  }
  .l-flex__sp.-fxd-rr-sp {
    flex-direction: row-reverse;
  }
  .l-flex__sp.-fxw-n-sp {
    flex-wrap: nowrap;
  }
  .l-flex__sp.-fxw-w-sp {
    flex-wrap: wrap;
  }
  .l-flex__sp.-fxw-wr-sp {
    flex-wrap: wrap-reverse;
  }
  .l-flex__sp.-jc-c-sp {
    justify-content: center;
  }
  .l-flex__sp.-jc-fe-sp {
    justify-content: flex-end;
  }
  .l-flex__sp.-jc-fs-sp {
    justify-content: flex-start;
  }
  .l-flex__sp.-jc-sa-sp {
    justify-content: space-around;
  }
  .l-flex__sp.-jc-sb-sp {
    justify-content: space-between;
  }
  .l-flex__sp.-ai-b-sp {
    align-items: baseline;
  }
  .l-flex__sp.-ai-c-sp {
    align-items: center;
  }
  .l-flex__sp.-ai-fe-sp {
    align-items: flex-end;
  }
  .l-flex__sp.-ai-fs-sp {
    align-items: flex-start;
  }
  .l-flex__sp.-ai-s-sp {
    align-items: stretch;
  }
  .l-flex__sp.-ac-c-sp {
    align-content: center;
  }
  .l-flex__sp.-ac-fe-sp {
    align-content: flex-end;
  }
  .l-flex__sp.-ac-fs-sp {
    align-content: flex-start;
  }
  .l-flex__sp.-ac-s-sp {
    align-content: stretch;
  }
  .l-flex__sp.-ac-sa-sp {
    align-content: space-around;
  }
  .l-flex__sp.-ac-sb-sp {
    align-content: space-between;
  }
  .l-flex__sp.col-1-2-sp {
    gap: 20px 20px;
  }
  .l-flex__sp.col-1-2-sp .l-flex__item-sp:first-child {
    width: 65%;
  }
  .l-flex__sp.col-1-2-sp .l-flex__item-sp:nth-child(2n) {
    width: 35%;
  }
  .l-flex__sp.col-2-sp .l-flex__item {
    width: 50%;
  }
  .l-flex__sp.-gap10-sp {
    gap: 10px 10px;
  }
  .l-flex__sp.-gap10-sp.col-2-sp .l-flex__item {
    width: calc(50% - 5px);
  }
  .l-flex__sp.-gap10-sp.col-4-sp .l-flex__item {
    width: calc(25% - 5px);
  }
  .l-flex__sp.col-3-sp .l-flex__item {
    width: 33.3333333333%;
  }
}
.c-title {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .c-title {
    font-size: 2.1875rem;
    margin-bottom: 20px;
  }
}

.text_center {
  text-align: center;
}

@media all and (min-width: 768px) {
  .text_center_Pc {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .text_center_Sp {
    text-align: center;
  }
}
.tell-sup {
  position: relative;
}
.tell-sup::after {
  content: "";
  background: url("../images/img_round_blue.png") no-repeat center center;
  background-size: contain !important;
  right: 130px;
  top: -13px;
  width: 100px;
  height: 100px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .tell-sup::after {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .img_round_blue_sp {
    width: 123px;
    margin-top: 10px;
  }
}

.disp-sup {
  position: relative;
}
.disp-sup::after {
  content: "";
  background: url("../images/img_round_pink.png") no-repeat center center;
  background-size: contain !important;
  right: 130px;
  top: -13px;
  width: 100px;
  height: 100px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .disp-sup::after {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .img_round_pink_sp {
    width: 123px;
    margin-top: 10px;
  }
}

.support_graph01 {
  display: block;
}
.support_graph01 img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .support_graph01 {
    display: flex;
    flex-direction: column-reverse;
  }
  .support_graph01 img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.l-ball {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-ball {
    flex-direction: column-reverse;
  }
}
.l-ball__text {
  background: var(--color-pink-light);
  padding: 60px 20px;
  position: relative;
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-primary);
  margin: 30px 70px 0 0;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .l-ball__text {
    min-width: 100%;
    font-size: 1.125rem;
    margin: 40px 0 0 0;
    padding: 20px;
  }
}
.l-ball__text::after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  width: 40px;
  height: 30px;
  right: -40px;
  content: "";
  bottom: 20px;
  display: block;
  background: var(--color-pink-light);
}
@media screen and (max-width: 767px) {
  .l-ball__text::after {
    top: -39px;
    bottom: inherit;
    width: 40px;
    height: 40px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: rotate(180deg);
    left: 20px;
  }
}
.l-ball__text.-blue {
  background: var(--color-green-bluelight);
  color: var(--color-green-blue);
}
.l-ball__text.-blue::after {
  background: var(--color-green-bluelight);
}
.l-ball__text.-orange {
  background: #FEF2DE;
  color: #FD4E00;
}
.l-ball__text.-orange::after {
  background: #FEF2DE;
}
.l-ball__text02 {
  background: var(--color-pink-light);
  padding: 20px;
  position: relative;
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-primary);
  margin: 10px 0 30px 0;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.l-ball__text02::after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  width: 40px;
  height: 30px;
  content: "";
  bottom: -23px;
  transform: rotate(90deg);
  display: block;
  background: var(--color-pink-light);
}
@media screen and (max-width: 767px) {
  .l-ball__text02::after {
    top: -39px;
    bottom: inherit;
    width: 40px;
    height: 40px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: rotate(180deg);
    left: 20px;
  }
}
.l-ball.-right {
  align-items: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .l-ball.-right {
    align-items: flex-start;
  }
}
.l-ball.-right .l-ball__text {
  margin: 0px 20px 0 70px;
  padding: 20px;
}
.l-ball.-right .l-ball__text::after {
  left: -39px;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  clip-path: polygon(0 50%, 100% 0%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .l-ball.-spflex {
    flex-direction: row !important;
  }
}
@media screen and (max-width: 767px) {
  .l-ball.-spflex .l-ball__text {
    min-width: auto;
    margin: 0px 0px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-ball.-spflex .l-ball__text::after {
    left: -20px;
    top: 20px;
  }
}
.l-ball__thum--left {
  margin-left: auto;
}

.l-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .l-panel {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-panel.-col1 {
  grid-template-columns: repeat(1, 1fr);
}
.l-panel.-col1 .col {
  padding: 13px;
}
@media screen and (max-width: 767px) {
  .l-panel.-col1 .col {
    padding: 13px 13px 100px 13px;
  }
}
.l-panel.-col1 .col::before {
  background: url("../common/ico_badge_paid.png") no-repeat center center;
  right: 150px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .l-panel.-col1 .col::before {
    right: 10px;
  }
}
.l-panel.-col1 .col__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-panel.-col1 .col__list {
  margin-right: 40px;
}
.l-panel .col {
  background: #FCE9E7;
  padding: 13px 13px 80px 13px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-panel .col {
    padding: 13px 13px 100px 13px;
  }
}
.l-panel .col::before {
  content: "";
  background: url("../common/ico_badge_free.png") no-repeat center center;
  background-size: contain !important;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.l-panel .col.-dark {
  background: #F0F0F0;
  padding: 13px 13px 30px;
}
.l-panel .col.-dark::before {
  display: none;
}
.l-panel .col__cate {
  text-align: center;
}
.l-panel .col__cate p {
  background: #fff;
  display: inline-block;
  padding: 6px 60px;
  border-radius: 100vh;
  color: var(--color-primary);
  font-weight: bold;
  position: relative;
}
.l-panel .col__cate p::after {
  content: "";
  background: url("../common/ico_faucet.svg") no-repeat center center;
  background-size: contain !important;
  width: 1.28em;
  height: 1.28em;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.l-panel .col__cate.-key p::after {
  content: "";
  background: url("../common/ico_key.svg") no-repeat center center;
}
.l-panel .col__cate.-window p::after {
  content: "";
  background: url("../common/ico_window.svg") no-repeat center center;
  width: 1.6em;
}
.l-panel .col__cate.-car p::after {
  content: "";
  background: url("../common/ico_car.svg") no-repeat center center;
  width: 1.6em;
}
.l-panel .col__cate.-bike p::after {
  content: "";
  background: url("../common/ico_motorbike.svg") no-repeat center center;
  width: 1.6em;
}
.l-panel .col__heading {
  background: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  border-radius: 5px;
  margin: 12px 0 16px;
}
.l-panel .col__inner {
  /*padding-right: 100px;*/
  display: flex;
  justify-content: space-between;
}
.l-panel .col__inner .img_dispatch01 {
  width: 101px;
  height: 119px;
  margin-right: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-panel .col__inner .img_dispatch01 {
    width: 72px;
    height: 85px;
    margin-right: 10px;
  }
}
.l-panel .col__inner .img_dispatch02 {
  width: 66px;
  height: 96px;
  margin-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-panel .col__inner .img_dispatch02 {
    width: 55px;
    height: 80px;
    margin-right: 10px;
  }
}
.l-panel .col__inner .img_dispatch04 {
  width: 125px;
  height: 100px;
  margin-right: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-panel .col__inner .img_dispatch04 {
    width: 96px;
    height: 77px;
    margin-right: 10px;
  }
}
.l-panel .col__inner .img_dispatch05 {
  width: 144px;
  height: 100px;
  margin-right: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-panel .col__inner .img_dispatch05 {
    width: 90px;
    height: 63px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-panel .col__inner {
    padding-right: 0px;
  }
}
.l-panel .col .img_dispatch03 {
  width: 111px;
  height: 86px;
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-panel .col .img_dispatch03 {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 85px;
    height: 66px;
  }
}
.l-panel .col__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.l-panel .col__list li::before {
  content: "";
  background: url("../common/ico_check.svg") no-repeat center center;
  background-size: contain !important;
  width: 1.28em;
  height: 1.28em;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.l-panel .col__list.-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.l-panel .col__list.-flex li {
  margin-bottom: 0;
}

.div_info01 {
  background: var(--color-yell-light);
  padding: 14px;
  box-sizing: border-box;
  border-radius: 10px;
}
.div_info01.-head {
  padding: 0;
  overflow: hidden;
}
.div_info01.-head .div_info01__heading {
  background: var(--color-dark-yell);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.div_info01.-head .div_info01__inner {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .div_info01.-head .div_info01__inner {
    padding: 14px;
  }
}
.div_info01.-head .div_info01__inner--head {
  text-align: center;
  margin: 10px 0 20px;
}
.div_info01.-head .div_info01__inner--head h4 {
  background: #fff;
  display: inline-block;
  padding: 4px 30px;
  border-radius: 100vh;
}
.div_info02 {
  background: var(--color-pink-light);
  padding: 14px;
  box-sizing: border-box;
  border-radius: 10px;
}
.div_info02.-head {
  padding: 0;
  overflow: hidden;
}
.div_info02.-head .div_info01__heading {
  background: var(--color-pink);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.75rem;
}
.div_info02.-head .div_info01__inner {
  padding: 14px 40px;
}
@media screen and (max-width: 767px) {
  .div_info02.-head .div_info01__inner {
    padding: 14px;
  }
}
.div_info02.-head .div_info01__inner--head {
  text-align: center;
  margin: 10px 0 20px;
}
.div_info02.-head .div_info01__inner--head h4 {
  background: #fff;
  display: inline-block;
  padding: 4px 30px;
  border-radius: 100vh;
}
.div_info02.-head .div_info01__inner--head.-paid h4 {
  position: relative;
  padding-left: 90px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .div_info02.-head .div_info01__inner--head.-paid h4 {
    display: flex;
    align-items: center;
  }
}
.div_info02.-head .div_info01__inner--head.-paid h4::before {
  background: url("../common/ico_badge_paid02.png") no-repeat center center;
  width: 82px;
  height: 82px;
  background-size: contain !important;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.div_info02.-head .div_info01__inner--head.-big h4 {
  padding: 6px 70px;
}
@media screen and (max-width: 767px) {
  .div_info02.-head .div_info01__inner--head.-big h4 {
    padding: 10px 50px;
    font-size: 1rem;
  }
}
.div_info03 {
  background: var(--color-pink-light);
  padding: 30px 70px;
}
@media screen and (max-width: 767px) {
  .div_info03 {
    padding: 15px;
  }
}
.div_info03--white {
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .div_info03--white {
    padding: 20px 10px;
  }
}

.check__list li {
  position: relative;
  padding-left: 25px;
}
.check__list li::before {
  content: "";
  background: url("../common/ico_check.svg") no-repeat center center;
  background-size: contain !important;
  width: 1.28em;
  height: 1.28em;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.list__arrow li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.list__arrow li::before {
  content: "";
  background-color: #38B8EF;
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 0px;
  top: 0.5em;
}

div.hr {
  border-bottom: 1px solid var(--color-primary);
}
div.hr.-gray {
  border-color: #B4B4B4;
}

.l-table table {
  border-collapse: collapse;
}
.l-table table th,
.l-table table td {
  padding: 12px 30px;
}
.l-table table th {
  background: var(--color-dark-yell);
  border: none;
}
.l-table table td {
  background: var(--color-yell-light);
  border-right: 1px solid var(--color-dark-yell);
  border-bottom: 1px solid var(--color-dark-yell);
}
.l-table table tr:last-child td {
  border-bottom: none;
}
.l-table.-scroll {
  overflow-x: auto;
  display: block;
}
.l-table.-scroll table td,
.l-table.-scroll table th {
  white-space: nowrap;
}
.l-table__scrolltxt {
  text-align: center;
  margin-bottom: 5px;
}
.l-table__scrolltxt span {
  display: inline-block;
  position: relative;
  padding-right: 1.4em;
}
.l-table__scrolltxt span::after {
  content: "";
  background-color: var(--color-primary);
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: 0px;
  top: 0.5em;
}

.c-btn {
  display: inline-block;
  padding: 8px 40px 8px 50px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-radius: 100vh;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background: #fff;
}
.c-btn::before {
  content: "";
  background: url("../common/ico_question.svg") no-repeat center center;
  background-size: contain !important;
  width: 1.4em;
  height: 1.4em;
  display: block;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn.-small {
  padding: 6px 10px 6px 40px;
  font-size: 0.8125rem;
}
.c-btn.-big {
  box-shadow: 0 4px 0 #00222F;
  font-size: 1.75rem;
  font-weight: 500;
  padding: 14px 40px 14px 60px;
}
.c-btn.-big:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #00222F;
}
@media screen and (max-width: 767px) {
  .c-btn.-big {
    font-size: 1.25rem;
  }
}
.c-btn.-big::before {
  left: 20px;
}
.c-btn.-normal {
  border: none !important;
  background: var(--color-primary);
  color: #fff;
}
.c-btn.-normal::before {
  background: url("../common/ico_telefill02.svg") no-repeat center center;
}
.c-btn.-darkblue {
  background: var(--color-blue-dark);
  color: var(--color-yell);
  border: none;
}
.c-btn.-darkblue::before {
  background: url("../common/ico_telefill.svg") no-repeat center center;
}
.c-btn.-pink {
  background: #CC005A;
  color: #fff;
}
.c-btn.-apply::before {
  background: url("../common/ico_apply.svg") no-repeat center center;
}
.c-btn__txt {
  color: #54C3F1;
  border-bottom: 1px solid #54C3F1;
  position: relative;
  padding: 0 30px 0 0;
  font-weight: bold;
  display: inline-block;
}
.c-btn__txt:hover {
  color: var(--color-blue-dark);
  border-bottom: 1px solid var(--color-blue-dark);
}
.c-btn__txt::before {
  content: "";
  background: url("../common/ico_right01.svg") no-repeat center center;
  background-size: contain !important;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px;
  }
  .mt15_Sp {
    margin-top: 15px;
  }
  .mt20_Sp {
    margin-top: 20px;
  }
  .mt30_Sp {
    margin-top: 30px;
  }
  .mt40_Sp {
    margin-top: 40px;
  }
  .mt50_Sp {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30_Pc {
    margin-top: 30px;
  }
  .mt40_Pc {
    margin-top: 40px;
  }
  .mt50_Pc {
    margin-top: 50px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px;
  }
  .mb15_Sp {
    margin-bottom: 15px;
  }
  .mb20_Sp {
    margin-bottom: 20px;
  }
  .mb30_Sp {
    margin-bottom: 30px;
  }
  .mb40_Sp {
    margin-bottom: 40px;
  }
  .mb50_Sp {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30_Pc {
    margin-bottom: 30px;
  }
  .mb40_Pc {
    margin-bottom: 40px;
  }
  .mb50_Pc {
    margin-bottom: 50px;
  }
}
.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px;
  }
  .mr15_Sp {
    margin-right: 15px;
  }
  .mr20_Sp {
    margin-right: 20px;
  }
  .mr30_Sp {
    margin-right: 30px;
  }
  .mr40_Sp {
    margin-right: 40px;
  }
  .mr50_Sp {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr15_Pc {
    margin-right: 15px;
  }
  .mr20_Pc {
    margin-right: 20px;
  }
  .mr30_Pc {
    margin-right: 30px;
  }
  .mr40_Pc {
    margin-right: 40px;
  }
  .mr50_Pc {
    margin-right: 50px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px;
  }
  .ml15_Sp {
    margin-left: 15px;
  }
  .ml20_Sp {
    margin-left: 20px;
  }
  .ml30_Sp {
    margin-left: 30px;
  }
  .ml40_Sp {
    margin-left: 40px;
  }
  .ml50_Sp {
    margin-left: 50px;
  }
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml15_Pc {
    margin-left: 15px;
  }
  .ml20_Pc {
    margin-left: 20px;
  }
  .ml30_Pc {
    margin-left: 30px;
  }
  .ml40_Pc {
    margin-left: 40px;
  }
  .ml50_Pc {
    margin-left: 50px;
  }
}
.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w30per {
  width: 30%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w80per {
  width: 80%;
}

.w100per {
  width: 100%;
}

@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px;
  }
  .w80_Pc {
    width: 80px;
  }
  .w100_Pc {
    width: 100px;
  }
  .w120_Pc {
    width: 120px;
  }
  .w150_Pc {
    width: 150px;
  }
  .w160_Pc {
    width: 160px;
  }
  .w180_Pc {
    width: 180px;
  }
  .w200_Pc {
    width: 200px;
  }
  .w220_Pc {
    width: 220px;
  }
  .w250_Pc {
    width: 250px;
  }
  .w300_Pc {
    width: 300px;
  }
  .w300_center_Pc {
    max-width: 300px;
    margin: 0 auto;
  }
  .w340_center_Pc {
    max-width: 340px;
    margin: 0 auto;
  }
  .w350_center_Pc {
    max-width: 350px;
    margin: 0 auto;
  }
  .w350_Pc {
    width: 350px;
  }
  .w400_Pc {
    width: 400px;
  }
  .w430_Pc {
    width: 430px;
  }
  .w450_Pc {
    width: 450px;
  }
  .w500_Pc {
    width: 500px;
  }
  .w500_center_Pc {
    width: 500px;
    margin: 0 auto;
  }
  .w550_center_Pc {
    max-width: 550px;
    margin: 0 auto;
  }
  .w600_Pc {
    width: 600px;
  }
  .w850_Pc {
    width: 850px;
  }
  .w900_Pc {
    width: 900px;
  }
  .w30per_Pc {
    width: 30%;
  }
  .w50per_Pc {
    width: 50%;
  }
  .w60per_Pc {
    width: 60%;
  }
  .w70per_Pc {
    width: 70%;
  }
  .w80per_Pc {
    width: 80%;
  }
  .w100per_Pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px;
  }
  .w80_Sp {
    width: 80px;
  }
  .w100_Sp {
    width: 100px;
  }
  .w120_Sp {
    width: 120px;
  }
  .w150_Sp {
    width: 150px;
  }
  .w160_Sp {
    width: 160px;
  }
  .w180_Sp {
    width: 180px;
  }
  .w200_Sp {
    width: 200px;
  }
  .w220_Sp {
    width: 220px;
  }
  .w250_Sp {
    width: 250px;
  }
  .w300_Sp {
    width: 300px;
  }
  .w350_Sp {
    width: 350px;
  }
  .w400_Sp {
    width: 400px;
  }
  .w450_Sp {
    width: 450px;
  }
  .w500_Sp {
    width: 500px;
  }
  .w30per_Sp {
    width: 30%;
  }
  .w50per_Sp {
    width: 50%;
  }
  .w60per_Sp {
    width: 60%;
  }
  .w70per_Sp {
    width: 70%;
  }
  .w80per_Sp {
    width: 80%;
  }
  .w100per_Sp {
    width: 100%;
  }
}
.text__mark {
  text-indent: -1em;
  padding-left: 1em;
}

.color_red_default {
  color: var(--default-red);
}

.color_brown_default {
  color: var(--default-brown);
}

.color-blue {
  color: var(--color-green-blue);
}

.color-pink {
  color: var(--color-pink);
}

.color-primary {
  color: var(--color-primary);
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}

.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}

.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

:root {
  scroll-padding: 100px;
  scroll-behavior: smooth;
}

.inviewfadeIn {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1s;
}

.fadeIn {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.att_text a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .att_text a {
    font-size: 13px;
  }
}
.att_text a span {
  text-decoration: underline;
}
.att_text a:hover {
  color: #A21554;
}

.fresh_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  font-size: 1.875em;
  padding: 20px 25px;
  color: #FFF33F;
  text-decoration: none;
  background: #E61673;
  border-radius: 20px;
  box-shadow: 0 5px 0 #A21554;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fresh_btn a {
    font-size: 0.8125em;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 12px;
  }
}
.fresh_btn a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/ico_sakura.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .fresh_btn a::before {
    width: 17px;
    height: 17px;
  }
}

.fresh_btn a:hover {
  transform: translateY(3px); /* ← ボタンを3px下げる */
  box-shadow: 0 2px 0 #A21554; /* ← 影も縮める */
}

.index-copy {
  position: relative;
  background-color: #fff;
  padding: 60px;
  width: 90%;
  margin: 0 auto;
  margin-top: -135px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .index-copy {
    flex-direction: column-reverse;
    border-radius: 15px;
    padding: 25px 18px;
    margin-top: -55px;
    background: rgba(255, 255, 255, 0.7);
    align-items: inherit;
  }
}
@media screen and (min-width:768px) and (max-width: 1019px) {
  .index-copy {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.index-copy img {
  width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .index-copy img {
    width: 292px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) and (max-width: 1019px) {
  .index-copy img {
    margin-top: 20px;
  }
}
.index-copy::before {
  content: "";
  background: url("../images/img_rabel_pc.png") no-repeat center center;
  background-size: contain !important;
  width: 130px;
  height: 115px;
  display: block;
  position: absolute;
  right: 47px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .index-copy::before {
    background: url("../images/img_rabel_sp.png") no-repeat center center;
    right: 20px;
    width: 85px;
    height: 53px;
  }
}
.index-txt {
  font-size: 2.063em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .index-txt {
    font-size: 1.2em;
    line-height: 2;
  }
}
.index-txt-small {
  font-size: 0.85em;
}
.index-contnav.-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .index-contnav.-top {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 60px 0;
  }
}
.index-contnav.-top .index-heading {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .index-contnav.-top .index-heading h2 {
    font-size: 1.25rem;
    padding: 0 30px 0 0;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .index-contnav.-under .panel {
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
  }
}
.index-contnav.-under .panel-item {
  padding: 20px 20px 50px 20px;
}
.index-contnav.-under .panel-txt {
  margin-top: 0;
}
.index-contnav.-under .panel p {
  line-height: 1.7;
}
.index-contnav .item {
  border: 3px solid var(--color-green-blue);
  padding: 0 20px 20px 20px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .index-contnav .item {
    padding: 10px;
  }
}
.index-contnav .item:nth-of-type(2) {
  border: 3px solid var(--color-primary);
}
.index-contnav .item:nth-of-type(2) .panel {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .index-contnav .item:nth-of-type(2) .panel {
    grid-template-columns: repeat(3, 1fr);
  }
}
.index-contnav .item:nth-of-type(2) .panel .panel-item {
  background: var(--color-pink-light);
}
.index-contnav .panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .index-contnav .panel {
    margin: 0;
    gap: 7px;
  }
}
.index-contnav .panel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-green-bluelight);
  color: #000;
  border-radius: 6px;
  font-size: 0.875rem;
  padding: 10px;
}
.index-contnav .panel-txt {
  margin-top: 10px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .index-contnav .panel-txt {
    font-size: 0.75rem;
  }
}
.index-contnav .panel h3.panel-txt {
  font-size: 1.625rem;
  font-weight: 500;
  color: var(--color-green-blue);
  margin-bottom: 15px;
}
.index-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .index-cta {
    grid-template-columns: repeat(1, 1fr);
    margin: 40px 20px;
  }
}
.index-cta a {
  text-align: center;
}
.index-cta .c-btn {
  width: 100%;
}
.index-box {
  border: 3px solid var(--color-pink);
  border-radius: 7px;
  overflow: hidden;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .index-box {
    margin: 50px 20px;
  }
}
.index-box__inner {
  margin: 20px;
}
@media screen and (max-width: 767px) {
  .index-box__inner {
    margin: 10px;
    padding-bottom: 30px;
  }
}
.index-box.-blue {
  border-color: var(--color-green-blue);
}
.index-box.-darkpink {
  border-color: var(--color-primary);
}
.index-box.-yell {
  border-color: var(--color-dark-yell);
}
.index-box .sec4_img01 {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .index-box .sec4_img01 {
    width: 100%;
  }
}
.index-box .sec4_img02 {
  float: right;
  margin-left: 20px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .index-box .sec4_img02 {
    float: inherit;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.index-box .sec4_txt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .index .parents {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
.index-movie {
  margin: 90px 0;
  background: url("../images/img_bg_movie.png") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .index-movie {
    padding: 30px;
    margin: 40px 0;
  }
}

.index-heading {
  position: relative;
  display: inline-block;
  padding: 0px 0 10px;
  margin: 20px 0 20px;
}
.index-heading h2 {
  color: var(--color-green-blue);
  position: relative;
  padding: 0 10px;
}
.index-heading h2::before {
  background: url("../common/ico_bottom01.svg") no-repeat center center;
  width: 1.3em;
  height: 1.3em;
  background-size: contain !important;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-heading::after {
  content: "";
  background: var(--color-green-blue);
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-heading::before {
  content: "";
  background: var(--color-green-blue);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  width: 20px;
  height: 13px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.index-heading.-pink h2 {
  color: var(--color-primary);
}
.index-heading.-pink h2::before {
  background: url("../common/ico_bottom02.svg") no-repeat center center;
}
.index-heading.-pink::after {
  background: var(--color-primary);
}
.index-heading.-pink::before {
  background: var(--color-primary);
}
.index-heading.-pinklight h2 {
  color: var(--color-pink);
}
.index-heading.-pinklight::after {
  background: var(--color-pink);
}
.index-heading.-pinklight::before {
  background: var(--color-pink);
}
.index-heading.-darkpink h2 {
  color: var(--color-primary);
}
.index-heading.-darkpink::after {
  background: var(--color-primary);
}
.index-heading.-darkpink::before {
  background: var(--color-primary);
}
.index-heading.-darkyell h2 {
  color: var(--color-dark-yell);
}
.index-heading.-darkyell::after {
  background: var(--color-dark-yell);
}
.index-heading.-darkyell::before {
  background: var(--color-dark-yell);
}
.index-heading.-under {
  width: 100%;
}
.index-heading.-under h2 {
  text-align: center;
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .index-heading.-under h2 {
    font-size: 1.625rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.index-heading.-under h2::before {
  display: none !important;
}
.index-heading__box {
  background: var(--color-pink);
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.index-heading__box h2 {
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
  .index-heading__box h2 {
    font-size: 1.75rem;
  }
}
.index-heading__box.-blue {
  background: var(--color-green-blue);
}
.index-heading__box.-darkpink {
  background: var(--color-primary);
}
.index-heading__box.-yell {
  background: var(--color-dark-yell);
  color: #000;
}
.index-heading__secondary {
  border-bottom: var(--color-green-blue) dashed 1px;
  margin: 40px 0 20px;
}
.index-heading__secondary h2 {
  color: var(--color-green-blue);
  font-size: 1.5rem;
  position: relative;
  padding: 10px 10px 10px 70px;
}
@media screen and (max-width: 767px) {
  .index-heading__secondary h2 {
    font-size: 1.25rem;
    padding: 5px 5px 5px 50px;
  }
}
.index-heading__secondary h2::before {
  content: "";
  background: url("../common/ico_info.svg") no-repeat center center;
  background-size: contain !important;
  width: 1.675em;
  height: 1.675em;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .index-heading__secondary h2::before {
    top: 1.3em;
    left: 5px;
  }
}

.l-accordion {
  background: var(--color-green-bluelight);
  padding: 30px 0 100px;
}
@media screen and (max-width: 767px) {
  .l-accordion {
    padding: 30px 20px 100px;
  }
}
.handling_area .ttl {
  text-align: center;
}
.handling_area .ttl span {
  background-color: #fff;
  padding: 10px 70px;
  display: inline-block;
  color: var(--color-green-blue);
  font-size: 2.375rem;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .handling_area .ttl span {
    font-size: 1.75rem;
  }
}

.handling_area .ttl common {
  width: 150px;
}

.handling_area .contents-header {
  width: 417px;
  margin: 40px auto 30px;
}

.handling_area .ttl {
  padding: 20px 0;
}

.handling_area .ttl common {
  width: 20%;
}

.handling_area .contents-header {
  width: 100%;
  margin: 24px auto 45px;
}

.accordion-box {
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

.accordion-box .area {
  margin: 2px 0 0;
}

.accordion-box .area h2 {
  line-height: 1em;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  background-color: var(--color-green-blue);
  padding: 26px 27px 20px;
  position: relative;
}
.accordion-box .area h2::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url(../common/btn_pink_toggle_down.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-box .area.active h2 {
  cursor: pointer;
}
.accordion-box .area.active h2::after {
  background: url(../common/btn_pink_toggle_up.svg) no-repeat center center;
}

.accordion-box .accordion-block {
  display: block;
  margin: 0;
  background: #fff;
}

.accordion-box .accordion-block .inner {
  padding: 10px 20px;
  display: flex;
}

.accordion-box .accordion-block ul {
  /*padding: 10px 20px;*/
  width: 280px;
}

.accordion-box .accordion-block li {
  width: 280px;
  height: auto;
  padding: 14px 10px;
  border-right: 1px solid var(--color-green-blue);
  border-bottom: 1px solid var(--color-green-blue);
  margin: 0;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1.2em;
}

.accordion-box .accordion-block li .box {
  display: table-cell;
  height: 3em;
  line-height: 1.2em;
  vertical-align: middle;
}

.accordion-box .accordion-block li.last {
  border-bottom: none;
}

.accordion-box .accordion-block ul.col3 li {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .accordion-box .area {
    margin: 2px 0 0;
  }
  .accordion-box .area h2 {
    background-size: 30px;
    font-size: 16px;
    padding: 18px 13px;
  }
  .accordion-box .accordion-block .inner {
    display: block;
    padding: 10px 15px;
  }
  .accordion-box .accordion-block ul {
    width: 100%;
  }
  .accordion-box .accordion-block li {
    border-right: none;
    width: 100%;
    padding: 20px 8px;
  }
  .accordion-box .accordion-block li .box {
    height: auto;
  }
  .accordion-box .accordion-block li.last {
    border-bottom: 1px solid var(--color-green-blue);
  }
  .accordion-box .accordion-block li.last.none_cont {
    border-bottom: none;
    padding: 0;
  }
  .accordion-box .accordion-block li.sp_last {
    border-bottom: none;
  }
}
.index-contact__tel {
  line-height: 1;
}
.index-contact__tel span {
  position: relative;
  padding-left: 70px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .index-contact__tel span {
    padding-left: 40px;
  }
}
.index-contact__tel span::before {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../common/ico_tell.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 55%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .index-contact__tel span::before {
    left: 0;
  }
}

@media all and (min-width: 768px) {
  .index-lasttext {
    text-align: center;
  }
}
.index-lasttext p {
  position: relative;
  color: var(--color-primary);
  display: inline-block;
  font-size: 1.625rem;
  padding: 0 80px;
  margin: 50px 0px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .index-lasttext p {
    font-size: 1rem;
    padding: 0 40px;
  }
}
.index-lasttext p::before, .index-lasttext p::after {
  top: 50%;
  content: "";
  height: 60%;
  position: absolute;
  width: 2px;
  background: var(--color-primary);
  display: block;
}
@media screen and (max-width: 767px) {
  .index-lasttext p::before, .index-lasttext p::after {
    top: inherit;
    bottom: -5px;
    height: 30%;
    width: 2px;
  }
}
.index-lasttext p::before {
  left: 20px;
  transform: translateY(-50%) rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .index-lasttext p::before {
    left: 24px;
    transform: rotate(-30deg);
  }
}
.index-lasttext p::after {
  right: 20px;
  transform: translateY(-50%) rotate(30deg);
}
@media screen and (max-width: 767px) {
  .index-lasttext p::after {
    right: 24px;
    transform: rotate(30deg);
  }
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--default-gray);
  background: var(--base-gray-default);
}

::-moz-placeholder {
  color: var(--default-gray);
}

::placeholder {
  color: var(--default-gray);
}

.form .intro {
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .form-Item input[type=text].w250_Pc {
    width: 250px;
  }
}

.form-Item label.block,
.form-Item .label_confirm {
  display: block;
  margin-bottom: 5px;
  color: var(--base-gray-dark);
  font-size: 0.875rem;
}

.form_explanation {
  margin-top: 3px;
  font-size: 0.875rem;
  color: var(--default-gray-brown);
}

.privacyArea {
  margin: 25px auto;
  padding: 10px 20px;
  border: solid 4px var(--base-gray-light);
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .privacyArea {
    margin: 25px auto;
  }
}

.privacyArea dl {
  padding: 8px 6px;
  text-align: center;
  background: var(--base-gray-default);
}
@media all and (min-width: 768px) {
  .privacyArea dl {
    padding: 15px 10px 5px;
  }
}

.privacyArea a {
  text-decoration: underline;
}

.form-Item {
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  .form-Item {
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: start;
  }
}

.form-Item + .form-Item {
  border-top: 1px solid var(--default-gray-light);
}

.form-Item dt {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .form-Item dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .form-Item dt {
    margin-top: 15px;
    padding-right: 10px;
  }
}

.form-Item dd {
  letter-spacing: 0.04em;
}

.label_checkbox input[type=checkbox] {
  display: none;
}

.label_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.label_checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid var(--default-gray);
}

.label_checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(-45deg);
}

.label_checkbox input[type=checkbox]:checked + label::before {
  background: var(--base-pink-default);
  border: solid 1px #FF2E2E;
}

/* 必須&任意マーク */
.form-Item .ico {
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  line-height: 1;
  padding: 6px 6px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.form-Item .ico.required {
  background-color: var(--default-red);
}
.form-Item .ico.optional {
  color: #333;
  background-color: var(--default-gray-light);
}

.form-Item ul.radio_area {
  margin-left: -25px;
  margin-top: 10px;
}

li.radio {
  list-style: none;
}

.radio {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .radio:last-child {
    margin-bottom: 0;
  }
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: var(--base-gray-default);
  border-radius: 100%;
  border: 1px solid var(--default-gray-light);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--default-blue);
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--default-blue);
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
  border-color: var(--default-gray-light);
  background: var(--default-gray-light);
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/* PCのみ横並びの場合 */
@media all and (min-width: 768px) {
  .radio_area_short {
    display: flex;
  }
}

.select_area {
  position: relative;
  display: inline-block;
  border: 1px solid var(--default-gray);
  vertical-align: middle;
  background: var(--base-gray-default);
}
@media screen and (max-width: 767px) {
  .select_area {
    width: 100%;
  }
}
.select_area::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 9px 6px 0 6px;
  border-style: solid;
  border-color: var(--default-gray) transparent transparent transparent;
  pointer-events: none;
}

.select_area select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 15px;
  padding-right: 2.5em;
  border: none;
  outline: 0;
  background: var(--base-gray-default);
  text-indent: 0.01px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select_area select {
    width: 100%;
  }
}

.ajax_err p {
  position: relative;
  margin-top: 8px;
  padding: 8px 15px 8px;
  display: inline-block;
  color: var(--default-red-dark);
  line-height: 1.6;
  font-size: fo(14);
  border-radius: 5px;
  border: solid 1px var(--default-red-dark);
  background: var(--base-pink-default);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 768px) {
  .ajax_err p {
    margin-top: 10px;
    padding: 10px 40px 10px;
    font-size: 0.9375rem;
  }
}

.ajax_err p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-red-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--base-pink-default);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p.arw_center:before {
  left: 50%;
  transform: translateX(50%);
}

.ajax_err p.arw_center:after {
  left: 50%;
  transform: translateX(50%);
}

.l-form-btnArea {
  margin: 20px auto 50px;
}

.l-form-actbtn {
  padding: 0;
}
@media all and (min-width: 768px) {
  .l-form-actbtn {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
.l-form-actbtn li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .l-form-actbtn li + li {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-form-actbtn li + li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn_form {
    width: 100%;
  }
}

.btn_form a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
@media all and (min-width: 768px) {
  .btn_form a {
    width: 420px;
  }
}
.btn_form a:hover {
  text-decoration: none;
  background: var(--default-blue);
}

.btn_form.send {
  background: var(--default-black);
  border-radius: 40px;
}
.btn_form.back {
  background: var(--default-gray);
  border-radius: 40px;
}

@media all and (min-width: 768px) {
  .form-address {
    display: flex;
  }
}

#Ready-text {
  margin: 15px auto;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}

.form-Contents.conlayout {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .form-Contents.conlayout .form-Item dt {
    margin-top: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */