@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #9FA0A0; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #717071; }

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.3); }

.wrap, section {
  width: 1280px;
  max-width: 96%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .wrap, section {
      width: 94%;
      margin: 0 auto;
      max-width: 94%; } }

@keyframes scroll_animation {
  0% {
    top: 0;
    bottom: inherit;
    height: 0%;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  45%, 55% {
    top: 0;
    bottom: inherit;
    height: 100%;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  55.1% {
    top: inherit;
    bottom: 0;
    height: 100%;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  100% {
    top: inherit;
    bottom: 0;
    height: 0%;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); } }
@keyframes scroll_animation_img {
  0% {
    top: 0;
    bottom: inherit;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  45%, 55% {
    top: 0;
    bottom: inherit;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  55.1% {
    top: inherit;
    bottom: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  100% {
    top: inherit;
    bottom: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); } }
@keyframes link_down {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: -5px; } }
@keyframes link_left {
  0%, 100% {
    left: 0; }
  50% {
    left: -5px; } }
@keyframes link_right {
  0%, 100% {
    right: 0; }
  50% {
    right: -5px; } }
@keyframes listAnime {
  0% {
    opacity: 0;
    max-height: 9999; }
  100% {
    opacity: 1;
    max-height: 9999; } }
@keyframes listAnime_none {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    display: none;
    max-height: 0; } }
@keyframes right_menu_right {
  0%, 100% {
    transform: translateX(0); }
  50% {
    transform: translateX(5px); } }
*,
*::before,
*::after {
  box-sizing: border-box; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%; }

a, a:focus {
  outline: none; }

button, input, input:focus {
  outline: none; }

input::-moz-focus-inner, button::-moz-focus-inner {
  border: none; }

.flex_empty, .empty {
  height: 0;
  overflow: hidden;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  border: 0 none; }
  .flex_empty:after, .empty:after {
    content: "";
    display: none;
    height: 0;
    padding: 0; }

.p_pagetop {
  font-size: 16px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  margin: 0;
  padding: 0;
  line-height: 1; }
  .p_pagetop a {
    cursor: pointer;
    border-radius: 8px;
    display: inline-block;
    background-color: rgba(64, 165, 244, 0.8);
    padding: 10px 20px 5px; }
    .p_pagetop a span {
      display: block;
      width: 1em;
      height: 1em;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(-135deg) translateX(-2px); }
    .p_pagetop a:hover {
      opacity: 0.8; }

img {
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0;
  padding: 0;
  text-align: center; }

p.attention {
  margin-left: 1em;
  text-indent: -1em; }

@media screen and (max-width: 768px) {
  .pc {
    display: none; } }

@media screen and (min-width: 980px) {
  .sp {
    display: none; } }

@media screen and (max-width: 480px) {
  .xs_over {
    display: none; } }

@media screen and (min-width: 481px) {
  .xs {
    display: none; } }

.mt30 {
  margin-top: 30px; }

.mt60 {
  margin-top: 60px; }

.text_left, .text-left {
  text-align: left; }

.text_right, .text-right {
  text-align: right; }

.text-cetner, .text_center {
  text-align: center; }

html {
  font-size: 62.5%;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

@media \0 screen\,screen\9  {
  html {
    font-size: calc(1rem * .625); } }
@media screen and (min-width: 0\0 ) {
  html {
    font-size: calc(1rem * .625); } }
body {
  font-size: 1.6em;
  line-height: 1.8;
  color: #333333;
  font-family: 'Outfit', 'Noto Sans JP', "游ゴシック", YuGothic, "HG丸ゴシックM-PRO", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.4em; } }

header a {
  text-decoration: none; }

header .wrap h1 {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 1; }
header .wrap .logo {
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    header .wrap .logo {
      height: 50px; } }
header .wrap img {
  width: auto;
  height: auto;
  max-height: 82px;
  max-width: 150px; }
  @media screen and (max-width: 768px) {
    header .wrap img {
      max-height: 42px;
      max-width: 100px; } }

footer {
  background-color: #FFF8E3;
  padding: 2em 0; }
  footer .footer_logo ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    footer .footer_logo ul li {
      max-width: 30%;
      margin: 1em;
      text-align: center; }
      footer .footer_logo ul li a {
        display: flex;
        width: 100%;
        align-items: center; }
      footer .footer_logo ul li img {
        width: auto;
        height: auto;
        max-height: 90px; }
        @media screen and (min-width: 980px) {
          footer .footer_logo ul li img {
            max-width: 260px; } }
  footer .footer_contact {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      footer .footer_contact {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 480px) {
      footer .footer_contact {
        font-size: 12px;
        font-size: 1.2rem; } }
    footer .footer_contact_title {
      font-weight: 700;
      margin-bottom: 0; }
    footer .footer_contact_add {
      margin-top: 0.5em;
      line-height: 1.6; }
  footer .footer_text {
    text-align: center;
    margin: 2em 0; }
    footer .footer_text span {
      display: inline-block; }
  footer .footer_links {
    margin: 2em 0;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      footer .footer_links {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 480px) {
      footer .footer_links {
        font-size: 12px;
        font-size: 1.2rem; } }
    footer .footer_links ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      footer .footer_links ul li {
        margin: .5em 1em;
        padding: 0; }
        footer .footer_links ul li a {
          opacity: .5;
          text-decoration: none;
          transition: .3s; }
          footer .footer_links ul li a, footer .footer_links ul li a:visited {
            color: #707070; }
          footer .footer_links ul li a:hover {
            opacity: .8; }
  footer .footer_copyright {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 1em 0; }
    @media screen and (max-width: 768px) {
      footer .footer_copyright {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 480px) {
      footer .footer_copyright {
        font-size: 12px;
        font-size: 1.2rem; } }

.bread {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%; }
  .bread_nav {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      .bread_nav {
        font-size: 10px;
        font-size: 1rem; } }
    @media screen and (max-width: 480px) {
      .bread_nav {
        font-size: 10px;
        font-size: 1rem; } }
    .bread_nav ol {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .bread_nav ol li {
        color: rgba(255, 255, 255, 0.6);
        margin: 0 .5em;
        padding: 0; }
        .bread_nav ol li a:hover {
          color: white; }
          .bread_nav ol li a:hover:after {
            color: rgba(255, 255, 255, 0.6); }
        .bread_nav ol li a {
          text-decoration: none;
          display: inline;
          position: relative; }
          .bread_nav ol li a:after {
            content: "\03e";
            display: inline-block;
            padding-left: .5em; }
          .bread_nav ol li a, .bread_nav ol li a:visited {
            color: rgba(255, 255, 255, 0.6); }

#admin_login {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.login_header h1 {
  margin: 0;
  padding: 2em 0 0;
  vertical-align: middle;
  line-height: 1;
  text-align: center; }
  .login_header h1 img {
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 300px; }
    @media screen and (max-width: 768px) {
      .login_header h1 img {
        max-height: 105px;
        max-width: 210px; } }
.login_wrap {
  padding-bottom: 4em;
  display: flex;
  justify-content: center;
  align-items: center; }
  .login_wrap input[type="text"], .login_wrap input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    height: auto;
    box-shadow: none;
    padding: .5em;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #333333;
    border-radius: 5px;
    width: 100%; }
  .login_wrap input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    height: auto;
    box-shadow: none;
    width: 1.3em;
    height: 1.3em;
    border: 2px solid #333333;
    border-radius: 4px;
    position: relative; }
    .login_wrap input[type="checkbox"]:checked:before {
      content: "";
      display: block;
      width: .3em;
      height: .8em;
      background-color: #fff;
      position: absolute;
      right: -.15em;
      top: -.2em; }
    .login_wrap input[type="checkbox"]:checked:after {
      content: "";
      display: block;
      position: absolute;
      transform: rotate(50deg);
      width: .5em;
      height: 1em;
      border-right: 3px solid #000;
      border-bottom: 3px solid #000;
      top: -.2em;
      left: .5em; }
  .login_wrap button {
    width: 100%; }
  .login_wrap label {
    margin: .5em 0; }
.login_input {
  margin: 1em 0; }
  .login_input label {
    display: block; }
  .login_input_left + label {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 1.5em 0 1em; }
    .login_input_left + label input[type="checkbox"] {
      margin-right: .5em;
      font-size: 1.3em;
      border-width: 1px; }
      .login_input_left + label input[type="checkbox"]:checked:after {
        transform: scale(1.3) rotate(50deg); }

@keyframes animationZoom1 {
  100% {
    transform: scale(3); } }
.blue_area {
  position: relative;
  padding: 3em 0; }
  .blue_area + .blue_area {
    padding-top: 0; }
  .blue_area:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #9dc7e7;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
  .blue_area h2 {
    padding: .5em 1em;
    margin: 0 0 1em;
    color: #fff;
    background: #03518D;
    background: -moz-linear-gradient(top, #03518D 0%, #0B72C3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03518D), color-stop(100%, #0B72C3));
    background: -webkit-linear-gradient(top, #03518D 0%, #0B72C3 100%);
    background: -o-linear-gradient(top, #03518D 0%, #0B72C3 100%);
    background: linear-gradient(to bottom, #03518D 0%, #0B72C3 100%); }

.green_area {
  position: relative;
  padding: 3em 0; }
  .green_area + .green_area {
    padding-top: 0; }
  .green_area:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #9ad7e0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
  .green_area h2 {
    padding: .5em 1em;
    margin: 0 0 1em;
    color: #fff;
    background: #008398;
    background: -moz-linear-gradient(top, #008398 0%, #039AB1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008398), color-stop(100%, #039AB1));
    background: -webkit-linear-gradient(top, #008398 0%, #039AB1 100%);
    background: -o-linear-gradient(top, #008398 0%, #039AB1 100%);
    background: linear-gradient(to bottom, #008398 0%, #039AB1 100%); }

.green2_area {
  position: relative;
  padding: 3em 0; }
  .green2_area + .green2_area {
    padding-top: 0; }
  .green2_area:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #C6D7DA;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }

.catch {
  margin: 2em 0 4em;
  font-size: 20px;
  font-size: 2rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .catch {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 480px) {
    .catch {
      font-size: 14px;
      font-size: 1.4rem; } }
  .catch span {
    display: inline-block; }

.cart_top {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 2em 0;
  display: flex;
  justify-content: center; }
  .cart_top ul {
    width: 100%;
    display: flex;
    list-style: none;
    margin: 0;
    border-bottom: 5px solid #039AB1;
    padding: 0 1em .25em;
    justify-content: space-between; }
    .cart_top ul li {
      display: block;
      line-height: 1.1; }
      .cart_top ul li > span {
        width: 6em;
        height: 3em;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: .25em .5em;
        border: 1px solid #039AB1;
        background-color: #fff;
        color: #039AB1;
        font-size: 16px;
        font-size: 1.6rem;
        border-radius: 5px; }
        @media screen and (max-width: 768px) {
          .cart_top ul li > span {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 480px) {
          .cart_top ul li > span {
            font-size: 12px;
            font-size: 1.2rem; } }
        .cart_top ul li > span span {
          display: inline-block; }
    .cart_top ul li.active {
      position: relative; }
      .cart_top ul li.active span {
        background-color: #039AB1;
        color: #fff; }
      .cart_top ul li.active:before, .cart_top ul li.active:after {
        content: "";
        position: absolute;
        display: block;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: -4em;
        width: 4em;
        height: 4em;
        top: -.5em; }
      .cart_top ul li.active:before {
        background-image: url(../../images/cart.svg); }
      .cart_top ul li.active:after {
        background-image: url(../../images/arrow.svg); }
    .cart_top ul li {
      margin-right: 4em; }
    .cart_top ul li.end, .cart_top ul li.end.active {
      margin-right: 0; }
      .cart_top ul li.end:after, .cart_top ul li.end:before, .cart_top ul li.end.active:after, .cart_top ul li.end.active:before {
        display: none; }
    @media screen and (max-width: 979px) {
      .cart_top ul {
        justify-content: center; }
        .cart_top ul li {
          padding-right: 0;
          padding-left: 0;
          margin-top: .5em; } }
  @media screen and (max-width: 979px) {
    .cart_top ul {
      padding-right: 0;
      padding-left: 0; }
      .cart_top ul li {
        display: none;
        margin-right: 0; }
      .cart_top ul li.active,
      .cart_top ul li.active + li,
      .cart_top ul li:has(+ li.active) {
        display: block; }
      .cart_top ul li.active,
      .cart_top ul li:has(+ li.active) {
        margin-right: 4em; }
      .cart_top ul li:first-child.active + li + li {
        display: block; }
      .cart_top ul li:first-child.active + li {
        margin-right: 4em; }
      .cart_top ul li:has(+ li + li.active.end) {
        display: block;
        margin-right: 4em; } }

.course_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  height: auto;
  box-shadow: none;
  position: relative;
  padding: 2em 0 3em; }
  .course_select label {
    color: #0B72C3; }
    .course_select label:hover, .course_select label:focus {
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.4); }
  .course_select label {
    position: relative;
    cursor: pointer;
    padding-left: 1.3em; }
  .course_select label::before,
  .course_select label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%; }
  .course_select label::before {
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    left: .1em; }
  .course_select label::after {
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    width: .7em;
    height: .7em;
    left: 0.25em; }
  .course_select label:has(input:checked):after {
    opacity: 1; }
  .course_select input {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0; }
  .course_select label:has(input:checked):before {
    border: 1px solid #0B72C3;
    opacity: .7; }
  .course_select label:has(input:checked):after {
    background-color: #039AB1; }
  .course_select label:has(input:checked) {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8); }
  .course_select p {
    color: #fff;
    margin-bottom: .5em;
    margin-top: 0;
    text-align: center; }
  .course_select ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .course_select ul li {
      padding: 0;
      width: 48%;
      font-size: 18px;
      font-size: 1.8rem; }
      .course_select ul li label {
        font-weight: 700;
        display: block;
        width: 100%;
        height: 100%;
        padding: .5em 1em .5em 4em;
        background-color: #fff;
        border-radius: 5px; }
        .course_select ul li label:before {
          left: 2.1em; }
        .course_select ul li label:after {
          left: 2.25em; }
        @media screen and (max-width: 768px) {
          .course_select ul li label {
            padding-left: 1.75em; }
            .course_select ul li label:before {
              left: 0.6em; }
            .course_select ul li label:after {
              left: 0.75em; } }
      @media screen and (max-width: 768px) {
        .course_select ul li {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 480px) {
        .course_select ul li {
          font-size: 14px;
          font-size: 1.4rem; } }
  .course_select:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #03518D;
    background: -moz-linear-gradient(top, #03518D 0%, #0B72C3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03518D), color-stop(100%, #0B72C3));
    background: -webkit-linear-gradient(top, #03518D 0%, #0B72C3 100%);
    background: -o-linear-gradient(top, #03518D 0%, #0B72C3 100%);
    background: linear-gradient(to bottom, #03518D 0%, #0B72C3 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }

.select_text {
  font-size: 20px;
  font-size: 2rem;
  margin: 2em 0;
  color: #0B72C3;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .select_text {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 480px) {
    .select_text {
      font-size: 14px;
      font-size: 1.4rem; } }
  .select_text span {
    display: inline-block; }
  .select_text span.bold {
    font-weight: 700; }
  .select_text span.big {
    font-size: 1.5em; }
  .select_text span.border {
    text-decoration: underline;
    padding-left: .1em;
    padding-right: .1em; }
  .select_text span.spacer {
    padding-right: .2em; }

.item_list h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .item_list h2 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 480px) {
    .item_list h2 {
      font-size: 16px;
      font-size: 1.6rem; } }
.item_list ul {
  background-color: #fff;
  list-style: none;
  margin: 1em 0;
  display: grid;
  padding: 3em 2em;
  column-gap: 2em;
  row-gap: 4em;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
  @media screen and (max-width: 768px) {
    .item_list ul {
      padding: 1em;
      column-gap: 1.5em;
      row-gap: 2em;
      grid-template-columns: 1fr 1fr; } }
  .item_list ul li {
    display: block; }
@keyframes img_large {
  0% {
    transform: translate(-50%, -50%) scale(1); }
  100% {
    transform: translate(-50%, -50%) scale(1.5); } }
.item_list .item_text {
  display: flex;
  justify-content: space-between; }
  .item_list .item_text p {
    margin: 0; }
  .item_list .item_text .item_text_01 {
    display: flex;
    align-items: center; }
    .item_list .item_text .item_text_01 .item_num {
      padding: 0 .3em;
      min-height: 3em;
      min-width: 5em;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: .2em;
      font-size: 14px;
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .item_list .item_text .item_text_01 .item_num {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 480px) {
        .item_list .item_text .item_text_01 .item_num {
          font-size: 12px;
          font-size: 1.2rem; } }
    .item_list .item_text .item_text_01 .item_type {
      line-height: 1; }
      .item_list .item_text .item_text_01 .item_type span {
        display: inline-block;
        padding: .25em .5em;
        margin: 0 0.25em;
        font-size: 12px;
        font-size: 1.2rem; }
        @media screen and (max-width: 768px) {
          .item_list .item_text .item_text_01 .item_type span {
            font-size: 10px;
            font-size: 1rem; } }
        @media screen and (max-width: 480px) {
          .item_list .item_text .item_text_01 .item_type span {
            font-size: 10px;
            font-size: 1rem; } }
      .item_list .item_text .item_text_01 .item_type span + span {
        margin-top: 0.25em; }
        @media screen and (max-width: 768px) {
          .item_list .item_text .item_text_01 .item_type span + span {
            margin-top: 0; } }
  .item_list .item_text .item_text_02 p {
    height: 100%;
    width: 4em;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    display: flex;
    align-items: center; }
    .item_list .item_text .item_text_02 p a {
      cursor: pointer;
      height: 3em;
      width: 100%;
      text-align: center;
      padding: .25em 0 .25em .25em;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #707070;
      font-size: 14px;
      font-size: 1.4rem;
      transition: .3s; }
      @media screen and (max-width: 768px) {
        .item_list .item_text .item_text_02 p a {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 480px) {
        .item_list .item_text .item_text_02 p a {
          font-size: 12px;
          font-size: 1.2rem; } }
      .item_list .item_text .item_text_02 p a:before {
        content: "";
        display: inline-block;
        width: 2em;
        height: 2em;
        background-image: url(../../images/icon-search.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .item_list .item_text .item_text_02 p a, .item_list .item_text .item_text_02 p a:visited {
        color: #333333; }
      .item_list .item_text .item_text_02 p a:hover {
        background-color: rgba(11, 114, 195, 0.1); }
  @media screen and (max-width: 768px) {
    .item_list .item_text .item_text_01 {
      flex-wrap: wrap;
      width: 100%;
      margin-right: .5em;
      min-height: 40px; }
      .item_list .item_text .item_text_01 .item_num {
        width: 100%;
        min-height: 2em;
        margin-bottom: .1em; }
      .item_list .item_text .item_text_01 .item_type {
        width: 100%; } }
.item_list figure {
  margin-top: .5em;
  width: 100%;
  position: relative;
  background-color: #fff; }
.item_list figure figcaption {
  min-height: 4.6em;
  width: 100%;
  padding: .5em;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.2;
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .item_list figure figcaption {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 480px) {
    .item_list figure figcaption {
      font-size: 14px;
      font-size: 1.4rem; } }
  .item_list figure figcaption span {
    display: inline-block; }
.item_list figure img {
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  position: relative; }
.item_list figure {
  transition: .3s; }
.item_list figure:has(+ button:hover) {
  opacity: .5; }
.item_list button,
.item_list input[type="button"],
.item_list input[type="submit"] {
  width: 100%; }

button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: .5em;
  background-color: #0B72C3;
  color: #fff;
  line-height: 1;
  padding: 1em 1em;
  border-radius: .5em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  transition: .3s; }
  @media screen and (max-width: 768px) {
    button,
    input[type="button"],
    input[type="submit"] {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 480px) {
    button,
    input[type="button"],
    input[type="submit"] {
      font-size: 14px;
      font-size: 1.4rem; } }
  button:hover, button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background-color: #039AB1; }
  button:disabled,
  input[type="button"]:disabled,
  input[type="submit"]:disabled {
    opacity: .5;
    pointer-events: none;
    background-color: #ccc; }

.cart_item p {
  margin: 1em 0; }

.cart_list {
  min-height: 6em;
  overflow: hidden;
  display: block;
  margin: 1em 0;
  padding: 1em 2em;
  border-radius: 1em;
  background-color: #fff;
  position: relative; }
  .cart_list:before {
    content: "";
    position: absolute;
    display: block;
    width: 4.5em;
    height: 4.5em;
    background-image: url(../../images/icon-cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .cart_list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .cart_list ul li {
      cursor: pointer;
      position: relative;
      padding-left: 1.3em;
      line-height: 1.8;
      margin: .5em 0; }
      .cart_list ul li:before {
        margin-top: .1em;
        content: "";
        width: 1em;
        height: 1em;
        display: block;
        background-image: url(../../images/icon-close.svg);
        background-size: contain;
        background-position: left bottom;
        position: absolute;
        left: 0;
        top: .25em; }

i.icon_close_btn {
  position: relative; }
  i.icon_close_btn:after {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    margin: 0 0.15em;
    background-image: url(../../images/icon-close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: .15em; }

.button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3em 0; }

.button_back,
.button_next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  height: auto;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 1em 2em;
  line-height: 1;
  margin: .5em .5em;
  border-radius: .5em;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  transition: .3s;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .button_back,
    .button_next {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 480px) {
    .button_back,
    .button_next {
      font-size: 16px;
      font-size: 1.6rem; } }
  .button_back:hover,
  .button_next:hover {
    background-color: #039AB1; }

.button_back {
  background-color: #6daadb; }

.button_next {
  background-color: #0B72C3; }

button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
  opacity: .5;
  pointer-events: none;
  background-color: #ccc; }

.item_num {
  background-color: #0B72C3;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 5px;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .item_num {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 480px) {
    .item_num {
      font-size: 12px;
      font-size: 1.2rem; } }

.item_type {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .item_type {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 480px) {
    .item_type {
      font-size: 12px;
      font-size: 1.2rem; } }
  .item_type span {
    background-color: #c3d464;
    border-radius: 5px;
    line-height: 1; }

.cold,
.item_type span.cold {
  background-color: #00A8D2; }

.frozen,
.item_type span.frozen {
  background-color: #0d85fd; }

.ltd,
.item_type span.ltd {
  background-color: #D20054; }

.nomal,
.item_type span.nomal {
  background-color: #f5aa00; }

.other,
.item_type span.other {
  background-color: #57a744; }

body.no_scroll {
  overflow: hidden; }

.modal_window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s; }
  .modal_window:target, .modal_window.show_modal {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
  .modal_window > div {
    border: 1px solid #707070;
    width: 80vw;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em;
    background: #fff; }

p.modal_close_icon {
  margin: 0;
  line-height: 1;
  display: block;
  position: absolute;
  right: .5em;
  top: .5em;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../../images/icon-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -200vw;
  overflow: hidden;
  cursor: pointer; }

p.modal_close_button {
  text-align: center; }
  p.modal_close_button a,
  p.modal_close_button span {
    transition: .3s;
    cursor: pointer;
    display: inline-block;
    background-color: #039AB1;
    text-decoration: none;
    padding: .5em;
    line-height: 1;
    border-radius: 5px;
    width: 10em; }
    p.modal_close_button a, p.modal_close_button a:visited,
    p.modal_close_button span,
    p.modal_close_button span:visited {
      color: #fff; }
    p.modal_close_button a:hover,
    p.modal_close_button span:hover {
      background-color: #0B72C3; }
  p.modal_close_button:hover {
    color: #0B72C3; }

.container {
  position: relative;
  width: calc(100% - 4em); }

.swiper {
  width: 100%; }

.swiper figure {
  width: 100%;
  height: 100%;
  background-color: #fff; }
  .swiper figure figcaption {
    padding: .5em 1em;
    width: 100%;
    color: #fff;
    margin-left: 0;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .swiper figure figcaption {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 480px) {
      .swiper figure figcaption {
        font-size: 10px;
        font-size: 1rem; } }
    @media screen and (max-width: 480px) {
      .swiper figure figcaption {
        padding: .5em; } }
  .swiper figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    position: absolute;
    object-position: center;
    top: 0;
    left: 0; }

.swiper {
  position: relative; }

.container {
  margin-inline: auto;
  position: relative; }

.modal_window {
  display: flex;
  justify-content: space-between; }
  .modal_window p {
    margin: 0; }
  .modal_window .item_text {
    padding-bottom: 1em; }
  .modal_window .item_text_01 {
    display: flex;
    align-items: center; }
    .modal_window .item_text_01 .item_num {
      min-height: 3em;
      min-width: 5em;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: .2em;
      font-size: 14px;
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .modal_window .item_text_01 .item_num {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 480px) {
        .modal_window .item_text_01 .item_num {
          font-size: 12px;
          font-size: 1.2rem; } }
    .modal_window .item_text_01 .item_type {
      line-height: 1; }
      .modal_window .item_text_01 .item_type span {
        display: inline-block;
        padding: .25em .5em;
        margin: 0 0.25em;
        font-size: 12px;
        font-size: 1.2rem; }
        @media screen and (max-width: 768px) {
          .modal_window .item_text_01 .item_type span {
            font-size: 10px;
            font-size: 1rem; } }
        @media screen and (max-width: 480px) {
          .modal_window .item_text_01 .item_type span {
            font-size: 10px;
            font-size: 1rem; } }
  .modal_window .item_text_02 p {
    height: 100%;
    width: 4em;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    display: flex;
    align-items: center; }
    .modal_window .item_text_02 p a {
      cursor: pointer;
      height: 3em;
      width: 100%;
      text-align: center;
      padding: .25em 0 .25em .25em;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #707070;
      font-size: 14px;
      font-size: 1.4rem;
      transition: .3s; }
      @media screen and (max-width: 768px) {
        .modal_window .item_text_02 p a {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 480px) {
        .modal_window .item_text_02 p a {
          font-size: 12px;
          font-size: 1.2rem; } }
      .modal_window .item_text_02 p a:before {
        content: "";
        display: inline-block;
        width: 2em;
        height: 2em;
        background-image: url(../../images/icon-search.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .modal_window .item_text_02 p a, .modal_window .item_text_02 p a:visited {
        color: #333333; }
      .modal_window .item_text_02 p a:hover {
        background-color: rgba(11, 114, 195, 0.1); }
  .modal_window .modal_img_text {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 1em 0;
    width: 100%;
    background-color: rgba(11, 114, 195, 0.05);
    border: 3px solid rgba(11, 114, 195, 0.15);
    padding: .8em 1em;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      .modal_window .modal_img_text {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 480px) {
      .modal_window .modal_img_text {
        font-size: 10px;
        font-size: 1rem; } }
    @media screen and (max-width: 480px) {
      .modal_window .modal_img_text {
        padding: .5em; } }
  .modal_window .swiper-button-prev,
  .modal_window .swiper-button-next {
    background-color: rgba(255, 255, 255, 0.8); }
  .modal_window .swiper-slide {
    width: 100% !important; }
  .modal_window figure {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative; }
    .modal_window figure figcaption {
      text-align: left; }
  .modal_window .item_exp {
    margin: 1em 0; }
  .modal_window dl {
    margin: 0; }
    .modal_window dl dt,
    .modal_window dl dd {
      margin: 0; }
    .modal_window dl dt {
      padding: 0; }
      .modal_window dl dt span {
        display: inline-block;
        background-color: #0B72C3;
        border-radius: 5px;
        text-align: center;
        min-width: 6em;
        color: #fff; }
    .modal_window dl dd {
      padding: .2em 0 1em;
      margin: 0 .5em; }

.modal_window .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .modal_window .swiper-slide figcaption {
    transition: 3s; }
  .modal_window .swiper-slide .modal_img_text {
    transition: 3s; }
  .modal_window .swiper-slide[class*=-prev] figcaption,
  .modal_window .swiper-slide[class*=-prev] .modal_img_text {
    transform: translateX(-80vw); }
  .modal_window .swiper-slide[class*=-next] figcaption,
  .modal_window .swiper-slide[class*=-next] .modal_img_text {
    transform: translateX(80vw); }

.swiper-button-prev {
  left: -2em; }

.swiper-button-next {
  right: -2em; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 2em; }

@media screen and (max-width: 480px) {
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    font-size: 2em; } }

@media screen and (max-width: 480px) {
  .swiper-button-prev {
    left: -1em; } }

@media screen and (max-width: 480px) {
  .swiper-button-next {
    right: -1em; } }

@media screen and (max-width: 480px) {
  .container,
  .swiper {
    max-width: calc(100% - 2em); } }

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #333333 !important; }

fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0; }
  fieldset legend {
    margin: 0;
    padding: 0; }
  fieldset .fieldset_wrap {
    display: flex; }
    @media screen and (max-width: 768px) {
      fieldset .fieldset_wrap {
        flex-wrap: wrap; } }
    fieldset .fieldset_wrap legend {
      line-height: 1.3;
      padding: .5em .5em .5em 0;
      width: 14em;
      margin-bottom: 0;
      display: flex;
      align-items: flex-start;
      font-weight: normal;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        fieldset .fieldset_wrap legend {
          width: 100%;
          padding: 10px 10px 10px 0;
          justify-content: space-between; } }
      fieldset .fieldset_wrap legend span.red {
        display: block;
        background-color: #FF0000;
        color: #fff;
        padding: 5px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        border-radius: 5px; }
        @media screen and (max-width: 768px) {
          fieldset .fieldset_wrap legend span.red {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 480px) {
          fieldset .fieldset_wrap legend span.red {
            font-size: 12px;
            font-size: 1.2rem; } }
    fieldset .fieldset_wrap .fieldset_inner {
      width: calc(100% - 14em); }
      @media screen and (max-width: 768px) {
        fieldset .fieldset_wrap .fieldset_inner {
          width: 100%; } }
    fieldset .fieldset_wrap .form-group > label {
      width: 5em; }
    fieldset .fieldset_wrap .input_wrap {
      width: calc(100% - 5em); }

.form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form-group textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent; }
  .form-group input[type="text"],
  .form-group input[type="tel"],
  .form-group input[type="email"],
  .form-group input[type="date"], .form-group textarea, .form-group input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    height: auto;
    box-shadow: none;
    padding: .5em;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #333333;
    border-radius: 5px; }
  .form-group.email {
    width: 100%; }
  .form-group input, .form-group textarea {
    width: 100%; }
  .form-group input[type="tel"],
  .form-group input[type="date"], .form-group input[type="radio"], .form-group input[type="checkbox"], .form-group input[type="number"] {
    width: auto; }
  .form-group .input_alart {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 1em; }
    @media screen and (max-width: 768px) {
      .form-group .input_alart {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 480px) {
      .form-group .input_alart {
        font-size: 12px;
        font-size: 1.2rem; } }
  .form-group p {
    line-height: 1.2; }
  .form-group p.attention {
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .form-group p.attention {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 480px) {
      .form-group p.attention {
        font-size: 12px;
        font-size: 1.2rem; } }
  .form-group #zip {
    width: auto; }
  .form-group > label {
    line-height: 1.3;
    padding: .5em .5em .5em 0;
    width: 14em;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    font-weight: normal;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .form-group > label {
        width: 100%;
        padding: 10px 10px 10px 0;
        justify-content: space-between; } }
    .form-group > label span.red {
      display: block;
      background-color: #FF0000;
      color: #fff;
      padding: 5px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1;
      border-radius: 5px; }
      @media screen and (max-width: 768px) {
        .form-group > label span.red {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 480px) {
        .form-group > label span.red {
          font-size: 12px;
          font-size: 1.2rem; } }
  .form-group .input_wrap {
    width: calc(100% - 14em);
    height: 100%; }
    @media screen and (max-width: 768px) {
      .form-group .input_wrap {
        width: 100%; } }
  .form-group .your_name {
    width: 100%; }
  .form-group .your_name + .your_name {
    margin-left: 1em; }
    @media screen and (max-width: 768px) {
      .form-group .your_name + .your_name {
        margin-left: 0;
        margin-top: .5em; } }
  .form-group .input_flex {
    display: flex; }
    @media screen and (max-width: 768px) {
      .form-group .input_flex {
        flex-wrap: wrap; } }
  .form-group .error-message {
    width: 100%; }
  .form-group .form-control {
    border: 1px solid rgba(11, 114, 195, 0.5); }
    .form-group .form-control:hover {
      border: 1px solid #0B72C3; }
  .form-group .checkbox_wrap {
    display: flex;
    flex-wrap: wrap; }
    .form-group .checkbox_wrap input[type="checkbox"] {
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: transparent;
      margin: 0;
      border-radius: 0;
      border: none;
      padding: 0;
      height: auto;
      box-shadow: none;
      width: 1.3em;
      height: 1.3em;
      border: 2px solid #333333;
      border-radius: 4px;
      position: relative;
      margin-right: .3em; }
      .form-group .checkbox_wrap input[type="checkbox"]:checked:before {
        content: "";
        display: block;
        width: .3em;
        height: .8em;
        background-color: #fff;
        position: absolute;
        right: -.15em;
        top: -.2em; }
      .form-group .checkbox_wrap input[type="checkbox"]:checked:after {
        content: "";
        display: block;
        position: absolute;
        transform: rotate(50deg);
        width: .5em;
        height: 1em;
        border-right: 3px solid #000;
        border-bottom: 3px solid #000;
        top: -.2em;
        left: .5em; }
    .form-group .checkbox_wrap label {
      cursor: pointer;
      display: flex;
      align-items: center; }
    .form-group .checkbox_wrap label:has(+ label) {
      margin-right: 1em; }
  .form-group .radio_wrap {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    height: auto;
    box-shadow: none; }
    .form-group .radio_wrap label {
      position: relative;
      cursor: pointer;
      padding-left: 1.3em; }
    .form-group .radio_wrap label::before,
    .form-group .radio_wrap label::after {
      content: "";
      display: block;
      border-radius: 50%;
      position: absolute;
      transform: translateY(-50%);
      top: 50%; }
    .form-group .radio_wrap label::before {
      background-color: #fff;
      border: 1px solid #0B72C3;
      border-radius: 50%;
      width: 1em;
      height: 1em;
      left: .1em; }
    .form-group .radio_wrap label::after {
      background-color: #0B72C3;
      border-radius: 50%;
      opacity: 0;
      width: .7em;
      height: .7em;
      left: 0.25em; }
    .form-group .radio_wrap label:has(input:checked):after {
      opacity: 1; }
    .form-group .radio_wrap input {
      position: absolute;
      white-space: nowrap;
      border: 0;
      clip: rect(0 0 0 0);
      clip-path: inset(50%);
      overflow: hidden;
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0; }
    .form-group .radio_wrap label {
      cursor: pointer; }
    .form-group .radio_wrap label:has(+ label) {
      margin-right: 1em; }
  .form-group .formError {
    color: red; }
  .form-group input:has(+ .formError),
  .form-group input:has(+ .error-message .formError),
  .form-group .input_inner:has(.error-message .formError) input
   {
    border: 1px solid #f00; }
  .form-group .error-message {
    color: red; }
  .form-group input[type="text"]::placeholder,
  .form-group input[type="tel"]::placeholder,
  .form-group input[type="email"]::placeholder {
    color: #ddd; }
  .form-group .input_text {
    padding: .5em;
    line-height: 1.3;
    background-color: #fff;
    display: inline-block; }

.check_other {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fef095;
  padding: .5em 1em;
  margin: .5em 0; }
  @media screen and (max-width: 768px) {
    .check_other {
      display: block; } }
  .check_other span {
    display: block; }
  .check_other p.attention {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 1em;
    text-indent: -1em;
    margin-top: 0;
    margin-bottom: 0;
    left: 1.3em;
    position: relative; }
    @media screen and (max-width: 768px) {
      .check_other p.attention {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 480px) {
      .check_other p.attention {
        font-size: 12px;
        font-size: 1.2rem; } }
  .check_other input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    height: auto;
    box-shadow: none;
    width: 1.3em;
    height: 1.3em;
    border: 2px solid #333333;
    border-radius: 4px;
    position: relative;
    margin-top: .2em; }
    .check_other input:checked:before {
      content: "";
      display: block;
      width: .3em;
      height: .8em;
      background-color: #fef095;
      position: absolute;
      right: -.15em;
      top: -.2em; }
    .check_other input:checked:after {
      content: "";
      display: block;
      position: absolute;
      transform: rotate(50deg);
      width: .5em;
      height: 1em;
      border-right: 3px solid #000;
      border-bottom: 3px solid #000;
      top: -.2em;
      left: .5em; }
  .check_other label {
    cursor: pointer;
    display: flex; }
    .check_other label input {
      margin-right: .3em;
      margin-top: .3em; }
    .check_other label span {
      flex: 1; }

.form_indent {
  margin-left: 2em;
  margin-right: 2em; }
  @media screen and (max-width: 768px) {
    .form_indent {
      margin-left: 1em;
      margin-right: 1em; } }

.form_area h2 {
  line-height: 1.2;
  background-color: #0B72C3;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  padding: .5em 1em;
  margin-top: 2em;
  margin-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .form_area h2 {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 480px) {
    .form_area h2 {
      font-size: 16px;
      font-size: 1.6rem; } }
  .form_area h2:first-child {
    margin-top: 0; }
  .form_area h2 span {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 1em; }
    @media screen and (max-width: 768px) {
      .form_area h2 span {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 480px) {
      .form_area h2 span {
        font-size: 12px;
        font-size: 1.2rem; } }
.form_area .form_indent > p.attention {
  color: #f00;
  margin-left: 1em;
  text-indent: -1em; }
.form_area .delivery_attention {
  background-color: #fef095;
  padding: 1em 1em; }
  .form_area .delivery_attention p.attention {
    margin-top: 0;
    margin-bottom: 0;
    color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4; }
    @media screen and (max-width: 768px) {
      .form_area .delivery_attention p.attention {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 480px) {
      .form_area .delivery_attention p.attention {
        font-size: 12px;
        font-size: 1.2rem; } }
.form_area .button_next {
  min-width: 16em; }

.for_privacy {
  margin: 3em 1em;
  border: 1px solid #0B72C3;
  padding: 1em; }
  .for_privacy h2 {
    background-color: #549cd5;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .for_privacy h2 {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 480px) {
      .for_privacy h2 {
        font-size: 14px;
        font-size: 1.4rem; } }
  .for_privacy .for_privacy_wrap {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1em; }
    @media screen and (max-width: 768px) {
      .for_privacy .for_privacy_wrap {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 480px) {
      .for_privacy .for_privacy_wrap {
        font-size: 10px;
        font-size: 1rem; } }
    .for_privacy .for_privacy_wrap ol {
      margin: 0;
      padding: 0 0 0 1em; }
  .for_privacy .agree_btn {
    text-align: center;
    margin-top: 1em; }
    .for_privacy .agree_btn input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: transparent;
      margin: 0;
      border-radius: 0;
      border: none;
      padding: 0;
      height: auto;
      box-shadow: none;
      width: 1.3em;
      height: 1.3em;
      border: 2px solid #333333;
      border-radius: 4px;
      position: relative;
      position: relative;
      top: .3em;
      margin-right: .5em; }
      .for_privacy .agree_btn input:checked:before {
        content: "";
        display: block;
        width: .3em;
        height: .8em;
        background-color: #fff;
        position: absolute;
        right: -.15em;
        top: -.2em; }
      .for_privacy .agree_btn input:checked:after {
        content: "";
        display: block;
        position: absolute;
        transform: rotate(50deg);
        width: .5em;
        height: 1em;
        border-right: 3px solid #000;
        border-bottom: 3px solid #000;
        top: -.2em;
        left: .5em; }
    .for_privacy .agree_btn label {
      cursor: pointer; }

p.button_attention {
  margin-top: 4em;
  text-align: center;
  color: #f00;
  font-weight: 700;
  margin-bottom: 0; }

p.button_attention + .button_wrap {
  margin-top: 0; }

.selected_item_area {
  margin: 0 0 4em; }
  .selected_item_area h2 {
    line-height: 1.2;
    background-color: #039AB1;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    padding: .5em 1em;
    margin-top: 2em;
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .selected_item_area h2 {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 480px) {
      .selected_item_area h2 {
        font-size: 16px;
        font-size: 1.6rem; } }
    .selected_item_area h2:first-child {
      margin-top: 0; }
    .selected_item_area h2 span.change_item {
      display: inline-block;
      padding: .5em 1em;
      background-color: #fff;
      border-radius: .5em;
      color: #039AB1;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      cursor: pointer;
      transition: .3s; }
      @media screen and (max-width: 768px) {
        .selected_item_area h2 span.change_item {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 480px) {
        .selected_item_area h2 span.change_item {
          font-size: 12px;
          font-size: 1.2rem; } }
      .selected_item_area h2 span.change_item:hover {
        background-color: #fff9d5; }

ul.selected_item {
  padding: 0;
  list-style: none;
  margin: 0 2em; }
  @media screen and (max-width: 768px) {
    ul.selected_item {
      margin: 0 1em; } }
  ul.selected_item li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0; }
    ul.selected_item li + li {
      margin-top: .5em;
      border-top: 1px solid rgba(3, 154, 177, 0.5);
      padding-top: .5em; }
    ul.selected_item li p {
      margin: 0;
      line-height: 1.4; }
    ul.selected_item li .item_text {
      display: flex;
      align-items: center; }
    ul.selected_item li .item_text03 .item_type span {
      display: inline-block; }
    ul.selected_item li .item_text03 .item_name {
      margin-left: .5em; }
    ul.selected_item li .item_num {
      display: flex;
      justify-content: center;
      padding: .25em .5em;
      min-width: 6em;
      align-items: center;
      height: 80px; }
    ul.selected_item li .item_type span {
      display: block;
      margin: 0 .25em;
      padding: .25em .5em; }
    ul.selected_item li .item_type span + span {
      margin-top: .25em; }
    ul.selected_item li figure {
      width: 100px;
      height: 80px;
      border: 1px solid #333333;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      ul.selected_item li figure img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
  @media screen and (max-width: 768px) {
    ul.selected_item li .item_text {
      flex: 1;
      display: block;
      margin-right: .5em; }
    ul.selected_item li .item_num {
      height: auto;
      padding: .5em 0.25em; }
    ul.selected_item li figure {
      width: 80px;
      height: 80px; }
    ul.selected_item li .item_type span {
      margin: .25em; } }

.thanks {
  text-align: center;
  min-height: 50vh; }
  .thanks .thanks_title {
    margin-top: 3em;
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (max-width: 768px) {
      .thanks .thanks_title {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 480px) {
      .thanks .thanks_title {
        font-size: 16px;
        font-size: 1.6rem; } }
