@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:root {
  --gothic:
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"YuGothic",
  	"Yu Gothic",
  	"游ゴシック体",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --black: #333;
  --red: #EF0C0C;
  --main: #B7673C;
  --brown: #80482A;
  --gray01: #B5B7B8;
  --gray02: #767676;
  --gray03: #EBEBEB;
  --back: #EBEAE5;
  --beige: #FCF6EC;
  --blue: #0271A2;
  --green: #059531;
}

/************************************************

	基本

*************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--gothic);
  line-height: 1.75;
  font-size: 1.6em;
  color: var(--black);
}

button:focus-visible,
a:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

input,
textarea {
  font-family: var(--gothic);
  font-size: 1.6rem;
}
input:focus-visible,
textarea:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 3px #333 inset;
}

select {
  font-family: var(--gothic);
  font-size: 1.6rem;
}
select:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-transform: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

sup {
  font-size: 0.8em;
  transform: translateY(-0.5em);
  display: inline-block;
}

/************************************************

	block

*************************************************/
.b-containter {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.b-back_color {
  background-color: var(--back);
}

.b-inner01 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .b-inner01 {
    padding: 0 15px;
  }
}

.b-inner--flex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 819px) {
  .b-inner--flex {
    flex-direction: column;
    gap: 60px 0;
  }
}

.b-inner02 {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 30px;
}

.b-sec__title__box {
  border-bottom: 1px solid var(--black);
  padding-bottom: 15px;
  display: flex;
}
.b-sec__title__box .b-sec__title {
  font-size: 2.8rem;
  line-height: 1;
  padding-left: 25px;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .b-sec__title__box .b-sec__title {
    font-size: 1.8rem;
    padding-left: 15px;
  }
}
.b-sec__title__box .b-sec__title::before {
  content: "";
  background-color: var(--main);
  width: 6px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-sec__title__box {
    display: block;
  }
  .b-sec__title__box .b-sec__title::before {
    width: 4px;
    height: 20px;
  }
}

.b-main__title__box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .b-main__title__box {
    margin-top: 20px;
  }
}
.b-main__title__box .b-main__title {
  font-size: 3rem;
  text-align: center;
  color: var(--main);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .b-main__title__box .b-main__title {
    font-size: 2.2rem;
  }
}

.b-form__box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .b-form__box {
    flex-direction: column;
    gap: 5px 0;
  }
}
.b-form__box:nth-child(n+2) {
  margin-top: 15px;
  border-top: 1px dashed var(--gray01);
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .b-form__box:nth-child(n+2) {
    margin-top: 0;
    border-top: none;
    padding-top: 20px;
  }
}

.b-form__label {
  width: 40%;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin-right: 10px;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .b-form__label {
    width: 100%;
    margin-top: 0;
  }
}
.b-form__label .b-any_icon {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--black);
  border: 1px solid var(--gray01);
  padding: 0 3px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .b-form__label .b-any_icon {
    font-size: 1.2rem;
    margin-left: 5px;
  }
}
.b-form__label .b-Full-width {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background-color: #5266AC;
  padding: 3px 10px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .b-form__label .b-Full-width {
    font-size: 1.2rem;
    padding: 0 5px;
    position: relative;
    top: -2px;
    margin-left: 10px;
  }
}
.b-form__label .b-half-width {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background-color: #B03D3D;
  padding: 3px 10px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .b-form__label .b-half-width {
    font-size: 1.2rem;
    padding: 0 5px;
    position: relative;
    top: -2px;
    margin-left: 10px;
  }
}

.b-input__box {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .b-input__box {
    width: 100%;
  }
}

.b-input__box--flex {
  display: -webkit-flex;
  display: flex;
  gap: 0 20px;
}
.b-input__box--flex.b-gap10 {
  gap: 0 10px;
}

.b-select__box {
  width: fit-content;
  position: relative;
}
.b-select__box::after {
  content: "";
  background-color: var(--black);
  width: 10px;
  height: 8px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0.9em;
  right: 10px;
  pointer-events: none;
}

.b-form__select {
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
  padding: 5px 40px 5px 10px;
  height: 35px;
  border-radius: 0;
  background: #fff;
  border: 1px solid var(--gray02);
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .b-form__select {
    font-size: 1.4rem;
  }
}

.b-input_box__list {
  width: 100%;
}

.b-input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  background: #fff;
  border: 1px solid var(--gray02);
}
@media screen and (max-width: 768px) {
  .b-input {
    font-size: 1.4rem;
  }
}
.b-input::placeholder {
  color: var(--gray01);
}
.b-input.b-input-short {
  max-width: 200px;
}
.b-input.b-input-sending {
  max-width: 273px;
}

.b-input_box_short {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .b-input_box_short {
    max-width: 180px;
  }
}

.b-input_box_short02 {
  width: 100%;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .b-input_box_short02 {
    max-width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .b-input_box_short02 {
    max-width: 100px;
  }
}

.b-input--dash {
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .b-input--dash {
    margin-top: 0.1em;
  }
}

.b-postal-flex {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 600px) {
  .b-postal-flex {
    display: block;
  }
}

.b-form__button button {
  background-color: var(--gray03);
  padding: 9px 20px;
  border: 1px solid var(--gray02);
  line-height: 1;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-form__button button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .b-form__button button {
    font-size: 1.4rem;
    padding: 9px 10px;
    border-radius: 5px;
  }
}

.b-form__button_auto_address {
  margin-left: 40px;
}
@media screen and (max-width: 600px) {
  .b-form__button_auto_address {
    margin: 10px 0 0;
    width: 160px;
  }
  .b-form__button_auto_address button {
    width: 100%;
  }
}

.b-form__button_copy {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .b-form__button_copy {
    flex-direction: column;
    gap: 10px 0;
  }
}
.b-form__button_copy button {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .b-form__button_copy button {
    width: 240px;
  }
}
.b-form__button_copy p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .b-form__button_copy p {
    font-size: 1.4rem;
    width: 240px;
  }
}

.b-button_area {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .b-button_area {
    margin-top: 40px;
  }
}
.b-button_area .btn {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 30px;
  margin: 0 auto;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-button_area .btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .b-button_area .btn {
    font-size: 1.6rem;
    padding: 20px 40px;
    border-radius: 5px;
  }
}
.b-button_area .submit_btn {
  color: #fff;
  background-color: var(--main);
  border: 2px solid var(--main);
  filter: drop-shadow(3px 3px 3px rgba(148, 92, 62, 0.3));
}
.b-button_area .cancel_btn {
  color: var(--gray02);
  background-color: #fff;
  border: 2px solid var(--gray02);
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}
.b-button_area.b-button_area--flex {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .b-button_area.b-button_area--flex {
    display: block;
  }
}
.b-button_area.b-button_area--flex .btn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .b-button_area.b-button_area--flex .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .b-button_area.b-button_area--flex .cancel_btn {
    margin-top: 30px;
  }
}

.b-footer_margin {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .b-footer_margin {
    margin-bottom: 40px;
  }
}

.b-textarea {
  width: 100%;
  padding: 5px 10px;
}
.b-textarea::placeholder {
  color: var(--gray01);
}

.b-form__lists {
  /*display: flex;*/
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-top: 0.2em;
}

.b-form__lists li {
  margin-bottom: 5px;
}

.b-radio {
  cursor: pointer;
}
.b-radio input {
  opacity: 0;
  position: absolute;
}
.b-radio input:checked + .b-radio__ico::before {
  opacity: 0;
}
.b-radio input:checked + .b-radio__ico::after {
  opacity: 1;
}
.b-radio input:focus-visible + .b-radio__ico::before {
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #333;
}
.b-radio input:focus-visible + .b-radio__ico::after {
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #333;
}
.b-radio .b-radio__ico {
  position: relative;
  padding-left: calc(0.9em + 8px);
  display: inline-block;
  line-height: 1.3;
}
.b-radio .b-radio__ico::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.b-radio .b-radio__ico::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid var(--brown);
  border-radius: 50%;
  background: var(--brown);
  outline: 2px solid #fff;
  outline-offset: -4px;
  position: absolute;
  top: 0.15em;
  left: 0;
  opacity: 0;
}
.b-radio .b-radio__txt {
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-radio .b-radio__txt:hover {
    opacity: 0.7;
  }
}

.b-checkbox {
  cursor: pointer;
}
.b-checkbox input {
  opacity: 0;
  position: absolute;
}
.b-checkbox input:checked {
  color: #d00;
}
.b-checkbox input:checked + .b-checkbox__ico::before {
  background: var(--brown);
  border-color: var(--brown);
}
.b-checkbox input:checked + .b-checkbox__ico::after {
  opacity: 1;
}
.b-checkbox input:focus-visible + .b-checkbox__ico::before {
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #333;
}
.b-checkbox .b-checkbox__ico {
  position: relative;
  padding-left: calc(0.9em + 8px);
  display: inline-block;
  line-height: 1.3;
}
.b-checkbox .b-checkbox__ico::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid;
  border-radius: 3px;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.b-checkbox .b-checkbox__ico::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.2em;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 0.4em;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.b-checkbox .b-checkbox__txt {
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-checkbox .b-checkbox__txt:hover {
    opacity: 0.7;
  }
}

/* 日曜日：赤 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n+1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n+1) {
  color: #EB1313;
}

/*.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n + 1),*/
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n+1).selected {
  color: #fff;
}

/* 土曜日：青 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
  color: #1B33D2;
}

/*.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),*/
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n).selected {
  color: #fff;
}

/* 祝日 */
.flatpickr-day.is-holiday {
  background: #ffcccc !important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #B7673C !important;
  border-color: #B7673C !important;
}

/************************************************

	bottom

*************************************************/
/************************************************

	icon

*************************************************/
/************************************************

	utility

*************************************************/
.b-m0 {
  margin: 0px !important;
}

.b-mt0 {
  margin-top: 0px !important;
}

.b-mb0 {
  margin-bottom: 0px !important;
}

.b-ml0 {
  margin-left: 0px !important;
}

.b-mr0 {
  margin-right: 0px !important;
}

.b-p0 {
  padding: 0px !important;
}

.b-pt0 {
  padding-top: 0px !important;
}

.b-pb0 {
  padding-bottom: 0px !important;
}

.b-pl0 {
  padding-left: 0px !important;
}

.b-pr0 {
  padding-right: 0px !important;
}

.b-m5 {
  margin: 5px !important;
}

.b-mt5 {
  margin-top: 5px !important;
}

.b-mb5 {
  margin-bottom: 5px !important;
}

.b-ml5 {
  margin-left: 5px !important;
}

.b-mr5 {
  margin-right: 5px !important;
}

.b-p5 {
  padding: 5px !important;
}

.b-pt5 {
  padding-top: 5px !important;
}

.b-pb5 {
  padding-bottom: 5px !important;
}

.b-pl5 {
  padding-left: 5px !important;
}

.b-pr5 {
  padding-right: 5px !important;
}

.b-m10 {
  margin: 10px !important;
}

.b-mt10 {
  margin-top: 10px !important;
}

.b-mb10 {
  margin-bottom: 10px !important;
}

.b-ml10 {
  margin-left: 10px !important;
}

.b-mr10 {
  margin-right: 10px !important;
}

.b-p10 {
  padding: 10px !important;
}

.b-pt10 {
  padding-top: 10px !important;
}

.b-pb10 {
  padding-bottom: 10px !important;
}

.b-pl10 {
  padding-left: 10px !important;
}

.b-pr10 {
  padding-right: 10px !important;
}

.b-m15 {
  margin: 15px !important;
}

.b-mt15 {
  margin-top: 15px !important;
}

.b-mb15 {
  margin-bottom: 15px !important;
}

.b-ml15 {
  margin-left: 15px !important;
}

.b-mr15 {
  margin-right: 15px !important;
}

.b-p15 {
  padding: 15px !important;
}

.b-pt15 {
  padding-top: 15px !important;
}

.b-pb15 {
  padding-bottom: 15px !important;
}

.b-pl15 {
  padding-left: 15px !important;
}

.b-pr15 {
  padding-right: 15px !important;
}

.b-m20 {
  margin: 20px !important;
}

.b-mt20 {
  margin-top: 20px !important;
}

.b-mb20 {
  margin-bottom: 20px !important;
}

.b-ml20 {
  margin-left: 20px !important;
}

.b-mr20 {
  margin-right: 20px !important;
}

.b-p20 {
  padding: 20px !important;
}

.b-pt20 {
  padding-top: 20px !important;
}

.b-pb20 {
  padding-bottom: 20px !important;
}

.b-pl20 {
  padding-left: 20px !important;
}

.b-pr20 {
  padding-right: 20px !important;
}

.b-m25 {
  margin: 25px !important;
}

.b-mt25 {
  margin-top: 25px !important;
}

.b-mb25 {
  margin-bottom: 25px !important;
}

.b-ml25 {
  margin-left: 25px !important;
}

.b-mr25 {
  margin-right: 25px !important;
}

.b-p25 {
  padding: 25px !important;
}

.b-pt25 {
  padding-top: 25px !important;
}

.b-pb25 {
  padding-bottom: 25px !important;
}

.b-pl25 {
  padding-left: 25px !important;
}

.b-pr25 {
  padding-right: 25px !important;
}

.b-m30 {
  margin: 30px !important;
}

.b-mt30 {
  margin-top: 30px !important;
}

.b-mb30 {
  margin-bottom: 30px !important;
}

.b-ml30 {
  margin-left: 30px !important;
}

.b-mr30 {
  margin-right: 30px !important;
}

.b-p30 {
  padding: 30px !important;
}

.b-pt30 {
  padding-top: 30px !important;
}

.b-pb30 {
  padding-bottom: 30px !important;
}

.b-pl30 {
  padding-left: 30px !important;
}

.b-pr30 {
  padding-right: 30px !important;
}

.b-m35 {
  margin: 35px !important;
}

.b-mt35 {
  margin-top: 35px !important;
}

.b-mb35 {
  margin-bottom: 35px !important;
}

.b-ml35 {
  margin-left: 35px !important;
}

.b-mr35 {
  margin-right: 35px !important;
}

.b-p35 {
  padding: 35px !important;
}

.b-pt35 {
  padding-top: 35px !important;
}

.b-pb35 {
  padding-bottom: 35px !important;
}

.b-pl35 {
  padding-left: 35px !important;
}

.b-pr35 {
  padding-right: 35px !important;
}

.b-m40 {
  margin: 40px !important;
}

.b-mt40 {
  margin-top: 40px !important;
}

.b-mb40 {
  margin-bottom: 40px !important;
}

.b-ml40 {
  margin-left: 40px !important;
}

.b-mr40 {
  margin-right: 40px !important;
}

.b-p40 {
  padding: 40px !important;
}

.b-pt40 {
  padding-top: 40px !important;
}

.b-pb40 {
  padding-bottom: 40px !important;
}

.b-pl40 {
  padding-left: 40px !important;
}

.b-pr40 {
  padding-right: 40px !important;
}

.b-m45 {
  margin: 45px !important;
}

.b-mt45 {
  margin-top: 45px !important;
}

.b-mb45 {
  margin-bottom: 45px !important;
}

.b-ml45 {
  margin-left: 45px !important;
}

.b-mr45 {
  margin-right: 45px !important;
}

.b-p45 {
  padding: 45px !important;
}

.b-pt45 {
  padding-top: 45px !important;
}

.b-pb45 {
  padding-bottom: 45px !important;
}

.b-pl45 {
  padding-left: 45px !important;
}

.b-pr45 {
  padding-right: 45px !important;
}

.b-m50 {
  margin: 50px !important;
}

.b-mt50 {
  margin-top: 50px !important;
}

.b-mb50 {
  margin-bottom: 50px !important;
}

.b-ml50 {
  margin-left: 50px !important;
}

.b-mr50 {
  margin-right: 50px !important;
}

.b-p50 {
  padding: 50px !important;
}

.b-pt50 {
  padding-top: 50px !important;
}

.b-pb50 {
  padding-bottom: 50px !important;
}

.b-pl50 {
  padding-left: 50px !important;
}

.b-pr50 {
  padding-right: 50px !important;
}

.b-m55 {
  margin: 55px !important;
}

.b-mt55 {
  margin-top: 55px !important;
}

.b-mb55 {
  margin-bottom: 55px !important;
}

.b-ml55 {
  margin-left: 55px !important;
}

.b-mr55 {
  margin-right: 55px !important;
}

.b-p55 {
  padding: 55px !important;
}

.b-pt55 {
  padding-top: 55px !important;
}

.b-pb55 {
  padding-bottom: 55px !important;
}

.b-pl55 {
  padding-left: 55px !important;
}

.b-pr55 {
  padding-right: 55px !important;
}

.b-m60 {
  margin: 60px !important;
}

.b-mt60 {
  margin-top: 60px !important;
}

.b-mb60 {
  margin-bottom: 60px !important;
}

.b-ml60 {
  margin-left: 60px !important;
}

.b-mr60 {
  margin-right: 60px !important;
}

.b-p60 {
  padding: 60px !important;
}

.b-pt60 {
  padding-top: 60px !important;
}

.b-pb60 {
  padding-bottom: 60px !important;
}

.b-pl60 {
  padding-left: 60px !important;
}

.b-pr60 {
  padding-right: 60px !important;
}

.b-m65 {
  margin: 65px !important;
}

.b-mt65 {
  margin-top: 65px !important;
}

.b-mb65 {
  margin-bottom: 65px !important;
}

.b-ml65 {
  margin-left: 65px !important;
}

.b-mr65 {
  margin-right: 65px !important;
}

.b-p65 {
  padding: 65px !important;
}

.b-pt65 {
  padding-top: 65px !important;
}

.b-pb65 {
  padding-bottom: 65px !important;
}

.b-pl65 {
  padding-left: 65px !important;
}

.b-pr65 {
  padding-right: 65px !important;
}

.b-m70 {
  margin: 70px !important;
}

.b-mt70 {
  margin-top: 70px !important;
}

.b-mb70 {
  margin-bottom: 70px !important;
}

.b-ml70 {
  margin-left: 70px !important;
}

.b-mr70 {
  margin-right: 70px !important;
}

.b-p70 {
  padding: 70px !important;
}

.b-pt70 {
  padding-top: 70px !important;
}

.b-pb70 {
  padding-bottom: 70px !important;
}

.b-pl70 {
  padding-left: 70px !important;
}

.b-pr70 {
  padding-right: 70px !important;
}

.b-m75 {
  margin: 75px !important;
}

.b-mt75 {
  margin-top: 75px !important;
}

.b-mb75 {
  margin-bottom: 75px !important;
}

.b-ml75 {
  margin-left: 75px !important;
}

.b-mr75 {
  margin-right: 75px !important;
}

.b-p75 {
  padding: 75px !important;
}

.b-pt75 {
  padding-top: 75px !important;
}

.b-pb75 {
  padding-bottom: 75px !important;
}

.b-pl75 {
  padding-left: 75px !important;
}

.b-pr75 {
  padding-right: 75px !important;
}

.b-m80 {
  margin: 80px !important;
}

.b-mt80 {
  margin-top: 80px !important;
}

.b-mb80 {
  margin-bottom: 80px !important;
}

.b-ml80 {
  margin-left: 80px !important;
}

.b-mr80 {
  margin-right: 80px !important;
}

.b-p80 {
  padding: 80px !important;
}

.b-pt80 {
  padding-top: 80px !important;
}

.b-pb80 {
  padding-bottom: 80px !important;
}

.b-pl80 {
  padding-left: 80px !important;
}

.b-pr80 {
  padding-right: 80px !important;
}

.b-m85 {
  margin: 85px !important;
}

.b-mt85 {
  margin-top: 85px !important;
}

.b-mb85 {
  margin-bottom: 85px !important;
}

.b-ml85 {
  margin-left: 85px !important;
}

.b-mr85 {
  margin-right: 85px !important;
}

.b-p85 {
  padding: 85px !important;
}

.b-pt85 {
  padding-top: 85px !important;
}

.b-pb85 {
  padding-bottom: 85px !important;
}

.b-pl85 {
  padding-left: 85px !important;
}

.b-pr85 {
  padding-right: 85px !important;
}

.b-m90 {
  margin: 90px !important;
}

.b-mt90 {
  margin-top: 90px !important;
}

.b-mb90 {
  margin-bottom: 90px !important;
}

.b-ml90 {
  margin-left: 90px !important;
}

.b-mr90 {
  margin-right: 90px !important;
}

.b-p90 {
  padding: 90px !important;
}

.b-pt90 {
  padding-top: 90px !important;
}

.b-pb90 {
  padding-bottom: 90px !important;
}

.b-pl90 {
  padding-left: 90px !important;
}

.b-pr90 {
  padding-right: 90px !important;
}

.b-m95 {
  margin: 95px !important;
}

.b-mt95 {
  margin-top: 95px !important;
}

.b-mb95 {
  margin-bottom: 95px !important;
}

.b-ml95 {
  margin-left: 95px !important;
}

.b-mr95 {
  margin-right: 95px !important;
}

.b-p95 {
  padding: 95px !important;
}

.b-pt95 {
  padding-top: 95px !important;
}

.b-pb95 {
  padding-bottom: 95px !important;
}

.b-pl95 {
  padding-left: 95px !important;
}

.b-pr95 {
  padding-right: 95px !important;
}

.b-m100 {
  margin: 100px !important;
}

.b-mt100 {
  margin-top: 100px !important;
}

.b-mb100 {
  margin-bottom: 100px !important;
}

.b-ml100 {
  margin-left: 100px !important;
}

.b-mr100 {
  margin-right: 100px !important;
}

.b-p100 {
  padding: 100px !important;
}

.b-pt100 {
  padding-top: 100px !important;
}

.b-pb100 {
  padding-bottom: 100px !important;
}

.b-pl100 {
  padding-left: 100px !important;
}

.b-pr100 {
  padding-right: 100px !important;
}

.b-d_ib {
  display: inline-block;
}

.b-pc_br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .b-pc_br {
    display: none;
  }
}

.b-sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp_br {
    display: inline;
  }
}

.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/************************************************

	text

*************************************************/
.b-center {
  text-align: center !important;
}

.b-left {
  text-align: left !important;
}

.b-right {
  text-align: right !important;
}

.b-small {
  font-size: 0.8em;
}

.b-big {
  font-size: 1.2em;
}

.b-bold {
  font-weight: bold;
}

.footer {
  margin-top: auto;
  border-top: 1px solid var(--black);
  padding: 0 30px;
}
.footer a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .footer a:hover {
    opacity: 0.7;
  }
}
.footer .footer__inner {
  max-width: 920px;
  height: 120px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner {
    height: 160px;
    flex-direction: column;
    justify-content: center;
    gap: 20px 0;
  }
}
.footer .footer__company_name {
  font-weight: bold;
}
.footer .footer__link {
  display: -webkit-flex;
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .footer .footer__link {
    flex-direction: column;
    text-align: center;
    gap: 10px 0;
  }
}

.p-top .b-containter .fv_slider {
  position: relative;
}
.p-top .b-containter .fv_slider .slider_item {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .fv_slider .slider_item {
    margin: 0;
  }
}
.p-top .b-containter .fv_slider .slider_item img {
  width: 100%;
}
.p-top .b-containter .fv_slider .slick-dots {
  bottom: -35px;
}
.p-top .b-containter .fv_slider .prev-arrow,
.p-top .b-containter .fv_slider .next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  bottom: -49px;
  z-index: 1000;
}
.p-top .b-containter .fv_slider .prev-arrow {
  transform: rotate(180deg) translateX(80px);
  margin-right: 20px;
  left: 50%;
}
.p-top .b-containter .fv_slider .next-arrow {
  right: 50%;
  transform: translateX(80px);
}
.p-top .b-containter .fv_slider .prev-arrow::before,
.p-top .b-containter .fv_slider .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .fv_slider .prev-arrow::before,
  .p-top .b-containter .fv_slider .next-arrow::before {
    width: 8px;
    height: 8px;
  }
}
.p-top .b-containter .fv_slider .slick-dots li.slick-active button:before {
  color: var(--main);
  opacity: 1;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .fv_slider .slick-dots li.slick-active button:before {
    font-size: 10px;
  }
}
.p-top .b-containter .fv_slider .slick-dots li button:before {
  color: var(--gray01);
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .fv_slider .slick-dots li button:before {
    font-size: 8px;
  }
}
.p-top .b-containter .top__wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .top__wrapper {
    margin-top: 30px;
  }
}
.p-top .b-containter .sec__wrapper01 {
  padding: 60px 0 60px;
}
.p-top .b-containter .attention {
  background-color: #fff;
  padding: 15px 20px;
  border: 1px solid var(--red);
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .attention {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-top .b-containter .attention .attention__text {
  font-size: 1.8rem;
  color: var(--red);
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .attention .attention__text {
    font-size: 1.4rem;
  }
}
.p-top .b-containter .attention .attention__text::before {
  content: "";
  background: url("../images/icon_caution01.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 21px;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .attention .attention__text::before {
    width: 21px;
    height: 18px;
  }
}
.p-top .b-containter .attention .attention__text:nth-child(n+2) {
  margin-top: 10px;
}
.p-top .b-containter .top__read {
  margin: 60px auto 0;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .top__read {
    padding: 15px 20px;
    margin-top: 30px;
  }
}
.p-top .b-containter .top__read::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  height: 15px;
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .top__read::before {
    height: 10px;
    width: 20px;
    bottom: -9px;
  }
}
.p-top .b-containter .top__read p {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 880px) {
  .p-top .b-containter .top__read p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .top__read p {
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 0;
  }
}
.p-top .b-containter .top__read p .main__color {
  color: var(--main);
}
.p-top .b-containter .top__read p .under__line {
  border-bottom: 1px solid var(--black);
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .top__read p .under__line {
    padding-bottom: 3px;
  }
}
.p-top .b-containter .top__read p .small {
  font-size: 0.7em;
}
.p-top .b-containter .top__period {
  margin: 20px auto 0;
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .period__notes {
    font-size: 1.3rem;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.p-top .b-containter .period {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 55px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .period {
    margin-top: 10px;
    flex-direction: column;
    height: auto;
  }
}
.p-top .b-containter .period .period__title, .p-top .b-containter .period .period__date {
  border: 2px solid var(--main);
  height: inherit;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top .b-containter .period .period__title {
  background-color: var(--main);
  border-right-width: 0px;
  width: 276px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .period .period__title {
    width: 100%;
  }
}
.p-top .b-containter .period .period__title::after {
  content: "";
  background-color: var(--main);
  height: 100%;
  width: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .period .period__title::after {
    width: 25px;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: auto;
    bottom: -10px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
  }
}
.p-top .b-containter .period .period__title p {
  font-size: 2rem;
  color: #fff;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .period .period__title p {
    padding-left: 25px;
    font-size: 1.6rem;
  }
}
.p-top .b-containter .period .period__title p::before {
  content: "";
  background: url("../images/icon_caution02.svg") no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .period .period__title p::before {
    width: 17px;
    height: 17px;
  }
}
.p-top .b-containter .period .period__date {
  background-color: #fff;
  border-left-width: 0px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .period .period__date {
    width: 100%;
    padding: 10px 0;
    border-left-width: 2px;
  }
}
.p-top .b-containter .period .period__date p {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 880px) {
  .p-top .b-containter .period .period__date p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .period .period__date p {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.p-top .b-containter .sec-select {
  /*input[type = "radio"]:checked {
  	+.item__box {
  		&::before, &::after {
  			content: "";
  			position: absolute;
  			width: 100%;
  			height: 100%;
  			z-index: 1000;
  			top: 50%;
  			left: 50%;
  			transform: translate(-50%, -50%);
  		}

  		&::before {
  			border: 12px solid #373A8B;
  			border-radius: 20px;
  		}

  		&::after {
  			border: 5px solid #373A8B;
  			outline: 2px solid #fff;
  			border-radius: 15px;
  		}

  		.item__img {
  			&::after {
  				content: "";
  				background: url("../images/check_icon_select.svg") no-repeat;
  				background-size: contain;
  				width: 43px;
  				height: 43px;
  				position: absolute;
  				top: -1px;
  				left: -1px;
  			}
  		}
  	}
  }*/
  /*input[type = "radio"]:focus {
  	+.item__box {
  		box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #000, 0px 0px 0px 5px #fff;
  	}
  }*/
}
.p-top .b-containter .sec-select legend {
  width: 100%;
}
.p-top .b-containter .sec-select .select_title {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .sec-select .select_title {
    margin-top: 10px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.p-top .b-containter .sec-select .select_title .small {
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .sec-select .select_title .small {
    font-size: 0.85em;
  }
}
.p-top .b-containter .sec-select .select_title__notes {
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .sec-select .select_title__notes {
    font-size: 1.4rem;
  }
}
.p-top .b-containter .sec-select .select__area {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .sec-select .select__area {
    margin-top: 15px;
  }
}
.p-top .b-containter .sec-select .select__item {
  width: 32%;
  position: relative;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}
.p-top .b-containter .sec-select .select__item:nth-child(n+4) {
  padding-top: 40px;
}
.p-top .b-containter .sec-select .select__item:nth-child(n+4)::before {
  content: "";
  border-top: 4px dotted #B5B7B8;
  width: 90%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .p-top .b-containter .sec-select .select__item {
    width: 48%;
  }
  .p-top .b-containter .sec-select .select__item:nth-child(n+3) {
    padding-top: 40px;
  }
  .p-top .b-containter .sec-select .select__item:nth-child(n+3)::before {
    content: "";
    border-top: 4px dotted #B5B7B8;
    width: 90%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .sec-select .select__item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .p-top .b-containter .sec-select .select__item:nth-child(n+2) {
    padding-top: 40px;
  }
  .p-top .b-containter .sec-select .select__item:nth-child(n+2)::before {
    content: "";
    border-top: 4px dotted #B5B7B8;
    width: 90%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-top .b-containter .sec-select .select__item .item__box {
  position: relative;
}
.p-top .b-containter .sec-select .select__item .item__box.is-check::before, .p-top .b-containter .sec-select .select__item .item__box.is-check::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top .b-containter .sec-select .select__item .item__box.is-check::before {
  border: 12px solid #373A8B;
  border-radius: 20px;
}
.p-top .b-containter .sec-select .select__item .item__box.is-check::after {
  border: 5px solid #373A8B;
  outline: 2px solid #fff;
  border-radius: 15px;
}
.p-top .b-containter .sec-select .select__item .item__box.is-check .item__box__radio::after {
  content: "";
  background: url("../images/check_icon_select.svg") no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.p-top .b-containter .sec-select .select__item .item__box.is-focus {
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #000, 0px 0px 0px 5px #fff;
}
.p-top .b-containter .sec-select .select__item .item__box__radio {
  position: relative;
}
.p-top .b-containter .sec-select .select__item .item__box__radio::after {
  content: "";
  background: url("../images/check_icon.svg") no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  cursor: pointer;
}
.p-top .b-containter .sec-select .select__item .item__img {
  position: relative;
}
.p-top .b-containter .sec-select .select__item .item__img .item__main_img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.p-top .b-containter .sec-select .select__item .item__img .item__logo {
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 100px;
  width: 100%;
}
.p-top .b-containter .sec-select .select__item .item__name_box__wrapper {
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  gap: 0 5%;
}
.p-top .b-containter .sec-select .select__item .item__name_box__wrapper .item__name_box {
  width: 100%;
}
.p-top .b-containter .sec-select .select__item .item__name_box__wrapper .item__name_box .item__num {
  font-size: 1.4rem;
}
.p-top .b-containter .sec-select .select__item .item__name_box__wrapper .item__name_box .item__name {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .sec-select .select__item .item__name_box__wrapper .item__name_box .item__name {
    font-size: 1.6rem;
  }
}
.p-top .b-containter .sec-select .select__item .item__name_box__wrapper .item__img__pkg {
  width: 30%;
  flex-shrink: 0;
}
.p-top .b-containter .sec-select .select__item .item__name_box__wrapper .item__img__pkg img {
  width: 100%;
}
.p-top .b-containter .sec-select .select__item .item__speck_wrapper {
  padding: 10px;
  background-color: var(--beige);
  border-radius: 0 0 5px 5px;
  font-size: 1.4rem;
}
.p-top .b-containter .sec-select .select__item .item__speck_wrapper .item__speck_text02 {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  margin-top: 10px;
  padding-top: 10px;
}
.p-top .b-containter .sec-select .select__item .item__speck_wrapper .item__speck_bin {
  background-color: #fff;
  width: 75px;
  line-height: 1;
  padding: 5px 0;
  border: 1px solid;
  text-align: center;
  margin: 10px 0 0 auto;
}
.p-top .b-containter .sec-select .select__item .item__speck_wrapper .item__speck_bin.blue {
  color: var(--blue);
  border-color: var(--blue);
}
.p-top .b-containter .sec-select .select__item .item__speck_wrapper .item__speck_bin.green {
  color: var(--green);
  border-color: var(--green);
}
.p-top .b-containter .sec-select .select__item .item__span__wrapper {
  background-color: #fff;
  border: 1px solid var(--brown);
  line-height: 1.5;
  margin-top: 10px;
}
.p-top .b-containter .sec-select .select__item .item__span__wrapper .item__span__title {
  color: #fff;
  background-color: var(--brown);
  padding: 3px 0;
  text-align: center;
}
.p-top .b-containter .sec-select .select__item .item__span__wrapper .item__span__text {
  padding: 4px 8px;
}
.p-top .b-containter .sec-select .select__item .item__modal__btn {
  margin: 15px auto 0;
  width: 150px;
  background-color: #fff;
  border: 1px solid #767676;
  padding: 0 3px;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .b-containter .sec-select .select__item .item__modal__btn:hover {
    opacity: 0.7;
  }
}
.p-top .b-containter .sec-select .select__item .item__modal__btn a {
  display: block;
}
.p-top .b-containter .sec-select .select__item .item__modal__btn p::after {
  content: "";
  background: url("../images/Icon_zoom-in.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.p-top .b-containter .sec-select input[type=radio] {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
}
.p-top .b-containter .sec__wrapper02 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .sec__wrapper02 {
    margin-top: 60px;
  }
}
.p-top .b-containter .input__wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .input__wrapper {
    margin-top: 30px;
  }
}
.p-top .b-containter .tarms_notes {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .tarms_notes {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}
.p-top .b-containter .terms_box {
  width: 100%;
  height: 340px;
  margin: 5px auto 0;
  overflow-y: scroll;
  /*border: 1px solid #000;*/
  padding: 20px;
  outline: 3px solid var(--gray03);
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .terms_box {
    height: 250px;
  }
}
.p-top .b-containter .terms_box:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}
.p-top .b-containter .terms_box .terms_box__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .terms_box .terms_box__title {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.p-top .b-containter .terms_box .terms_box__text01 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .terms_box .terms_box__text01 {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.p-top .b-containter .terms_box .terms_box__text01:first-child {
  margin-top: 0;
}
.p-top .b-containter .terms_box .terms_box__text01.right {
  width: fit-content;
  margin-left: auto;
  margin-bottom: 20px;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .terms_box .terms_box__text01.right {
    font-size: 1.2rem;
  }
}
.p-top .b-containter .terms_box .terms_box__text01.indent {
  text-indent: -3.3em;
  margin-left: 3.3em;
}
.p-top .b-containter .terms_box .terms_box__text01.border {
  margin-top: 30px;
  border-top: 1px dashed var(--black);
  padding-top: 30px;
}
.p-top .b-containter .terms_box .terms_box__contact {
  margin: 20px auto 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .terms_box .terms_box__contact {
    font-size: 1.3rem;
  }
}
.p-top .b-containter .terms_box .terms_box__contact .terms_box__contact__title {
  text-align: center;
  padding: 5px;
  background-color: var(--gray03);
}
.p-top .b-containter .terms_box .terms_box__contact .terms_box__contact__box {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  gap: 5px 0;
  max-width: 400px;
}
@media screen and (max-width: 450px) {
  .p-top .b-containter .terms_box .terms_box__contact .terms_box__contact__box {
    flex-direction: column;
    gap: 0;
  }
}
.p-top .b-containter .terms_box .terms_box__contact .terms_box__contact__box dt {
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .p-top .b-containter .terms_box .terms_box__contact .terms_box__contact__box dt {
    width: 100%;
    margin-top: 10px;
  }
}
.p-top .b-containter .terms_box .terms_box__contact .terms_box__contact__box dd {
  width: 80%;
  font-feature-settings: "palt";
}
@media screen and (max-width: 450px) {
  .p-top .b-containter .terms_box .terms_box__contact .terms_box__contact__box dd {
    width: 100%;
  }
}
.p-top .b-containter .terms_box::-webkit-scrollbar {
  width: 15px;
}
@media screen and (max-width: 768px) {
  .p-top .b-containter .terms_box::-webkit-scrollbar {
    width: 10px;
  }
}
.p-top .b-containter .terms_box::-webkit-scrollbar-track {
  background-color: var(--gray03);
}
.p-top .b-containter .terms_box::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 10px;
}
.p-top .remodal {
  max-width: 1260px;
  width: 90%;
  padding: 30px 0 0;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .remodal {
    max-width: 350px;
  }
}
.p-top .remodal .modal_close__btn {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.p-top .modal_contents {
  display: -webkit-flex;
  display: flex;
  padding: 30px;
  background-color: #fff;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents {
    flex-direction: column;
    gap: 20px 0;
    padding: 0;
  }
}
.p-top .modal_contents .modal_slider_wrapper {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents .modal_slider_wrapper {
    width: 100%;
  }
}
.p-top .modal_contents .modal_slider_wrapper .modal_slider_logo {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 10px;
  width: 40%;
  max-width: 200px;
}
.p-top .modal_contents .modal_slider_wrapper .modal_slider_logo img {
  width: 100%;
}
.p-top .modal_contents .modal_slider_wrapper .modal_slider .slider_item img {
  width: 100%;
}
.p-top .modal_contents .modal_slider_wrapper .modal_slider .modal_slide-arrow {
  display: block;
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.p-top .modal_contents .modal_slider_wrapper .modal_slider .modal_slide-arrow::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents .modal_slider_wrapper .modal_slider .modal_slide-arrow::before {
    /*width:8px;
    height:8px;*/
  }
}
.p-top .modal_contents .modal_slider_wrapper .modal_slider .modal_prev-arrow {
  top: 50%;
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}
.p-top .modal_contents .modal_slider_wrapper .modal_slider .modal_next-arrow {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.p-top .modal_contents .modal_slider_wrapper .modal_thumbs {
  margin-top: 10px;
}
.p-top .modal_contents .modal_slider_wrapper .modal_thumbs .slider_item {
  margin: 0 5px;
}
.p-top .modal_contents .modal_slider_wrapper .modal_thumbs .slider_item img {
  width: 100%;
}
.p-top .modal_contents .modal_slider_wrapper .modal_thumbs .slick-track.unset {
  transform: unset !important;
}
.p-top .modal_contents .modal_slider_wrapper .modal_thumbs .slick-list {
  margin: 0 30px !important;
}
.p-top .modal_contents .modal_slider_wrapper .modal_thumbs .thumbs_slide-arrow {
  display: block;
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.p-top .modal_contents .modal_slider_wrapper .modal_thumbs .thumbs_slide-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents .modal_slider_wrapper .modal_thumbs .thumbs_slide-arrow::before {
    /*width:8px;
    height:8px;*/
  }
}
.p-top .modal_contents .modal_slider_wrapper .modal_thumbs .thumbs_prev-arrow {
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.p-top .modal_contents .modal_slider_wrapper .modal_thumbs .thumbs_next-arrow {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-top .modal_contents .modal_slider_wrapper .modal_thumbs .slick-dots li.slick-active button:before {
  color: var(--main);
  opacity: 1;
}
.p-top .modal_contents .modal_slider_wrapper .modal_thumbs .slick-dots li button:before {
  color: var(--gray01);
  font-size: 8px;
}
.p-top .modal_contents .modal_item__box {
  width: 55%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents .modal_item__box {
    width: 100%;
    padding: 0 0 15px;
  }
}
.p-top .modal_contents .modal_item__box::before {
  content: "";
  background-color: var(--gray01);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents .modal_item__box::before {
    width: calc(100% - 30px);
    height: 2px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-top .modal_contents .modal_item__name_box__wrapper {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents .modal_item__name_box__wrapper {
    padding: 0 10px;
  }
}
.p-top .modal_contents .modal_item__name_box__wrapper .modal_item__name_box .modal_item__num {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents .modal_item__name_box__wrapper .modal_item__name_box .modal_item__num {
    font-size: 1.4rem;
  }
}
.p-top .modal_contents .modal_item__name_box__wrapper .modal_item__name_box .modal_item__name {
  font-size: 2.9rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents .modal_item__name_box__wrapper .modal_item__name_box .modal_item__name {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}
.p-top .modal_contents .modal_item__speck_wrapper {
  padding: 20px;
  background-color: var(--beige);
  border-radius: 0 0 5px 5px;
  font-size: 2.1rem;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents .modal_item__speck_wrapper {
    padding: 10px;
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.p-top .modal_contents .modal_item__speck_wrapper .modal_item__speck_text01 {
  text-align: left;
}
.p-top .modal_contents .modal_item__speck_wrapper .modal_item__speck_text02 {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  margin-top: 15px;
  padding-top: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents .modal_item__speck_wrapper .modal_item__speck_text02 {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.p-top .modal_contents .modal_item__speck_wrapper .modal_item__speck_bin {
  background-color: #fff;
  width: 120px;
  line-height: 1;
  padding: 5px 0;
  border: 1px solid;
  text-align: center;
  margin: 10px 0 0 auto;
}
.p-top .modal_contents .modal_item__speck_wrapper .modal_item__speck_bin.blue {
  color: var(--blue);
  border-color: var(--blue);
}
.p-top .modal_contents .modal_item__speck_wrapper .modal_item__speck_bin.green {
  color: var(--green);
  border-color: var(--green);
}
.p-top .modal_contents .modal_item__span__wrapper {
  background-color: #fff;
  border: 1px solid var(--brown);
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents .modal_item__span__wrapper {
    margin-top: 10px;
  }
}
.p-top .modal_contents .modal_item__span__wrapper .item__span__title {
  color: #fff;
  background-color: var(--brown);
  padding: 3px 0;
  text-align: center;
}
.p-top .modal_contents .modal_item__span__wrapper .item__span__text {
  padding: 4px 8px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents .modal_item__span__wrapper .item__span__text {
    font-size: 1.37rem;
  }
}
.p-top .modal_contents .modal_item__explain__wrapper {
  margin-top: 20px;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .p-top .modal_contents .modal_item__explain__wrapper {
    margin-top: 10px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
}
.p-top .modal_contents .modal_item__explain__wrapper .modal_item__explain__title {
  width: fit-content;
  padding: 2px 10px;
  background-color: var(--gray03);
}
.p-top .modal_contents .modal_item__explain__wrapper .modal_item__explain__txt {
  margin-top: 10px;
  text-align: justify;
}

.p-confirm .b-containter .sec__wrapper01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-confirm .b-containter .sec__wrapper01 {
    margin-top: 20px;
  }
}
.p-confirm .b-containter .sec-select {
  margin-top: 0;
  width: 40%;
}
@media screen and (max-width: 819px) {
  .p-confirm .b-containter .sec-select {
    width: 100%;
  }
}
.p-confirm .b-containter .sec-select .select__item {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  filter: none;
}
@media screen and (max-width: 768px) {
  .p-confirm .b-containter .sec-select .select__item:nth-child(n+2) {
    padding-top: 0;
  }
  .p-confirm .b-containter .sec-select .select__item:nth-child(n+2)::before {
    content: none;
  }
}
.p-confirm .b-containter .sec-select .select__item .item__img::after {
  content: none;
}
.p-confirm .b-containter .confirm__contents {
  width: 50%;
}
@media screen and (max-width: 819px) {
  .p-confirm .b-containter .confirm__contents {
    width: 100%;
  }
}
.p-confirm .b-containter .b-form__label {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-confirm .b-containter .b-form__label {
    width: 100%;
  }
}
.p-confirm .b-containter .b-input__box {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-confirm .b-containter .b-input__box {
    width: 100%;
  }
}
.p-confirm .b-containter .b-sec__title__box .b-sec__title {
  font-size: 2.2rem;
  line-height: 1;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-confirm .b-containter .b-sec__title__box .b-sec__title {
    font-size: 1.8rem;
    padding-left: 15px;
  }
}
.p-confirm .b-containter .b-sec__title__box .b-sec__title::before {
  content: "";
  background-color: var(--main);
  width: 4px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .p-confirm .b-containter .b-sec__title__box .b-sec__title::before {
    width: 4px;
    height: 20px;
  }
}
.p-confirm .b-containter .sec-sendinfo {
  margin-top: 80px;
}
.p-confirm .b-containter .input__wrapper {
  margin-top: 30px;
}

.p-complete .b-containter .sec__wrapper01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-complete .b-containter .sec__wrapper01 {
    margin-top: 20px;
  }
}
.p-complete .b-containter .complete__message .complete__message__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-complete .b-containter .complete__message .complete__message__title {
    font-size: 1.8rem;
  }
}
.p-complete .b-containter .complete__message .complete__message__text {
  margin-top: 35px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-complete .b-containter .complete__message .complete__message__text {
    margin-top: 25px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-error .b-containter .sec__wrapper01 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-error .b-containter .sec__wrapper01 {
    margin-top: 30px;
  }
}
.p-error .b-containter .error__message .error__message__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-error .b-containter .error__message .error__message__title {
    font-size: 1.8rem;
  }
}
.p-error .b-containter .error__message .error__message__text {
  margin-top: 20px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-error .b-containter .error__message .error__message__text {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}

/*エラーメッセージスタイル打ち消し*/
.formError .formErrorContent {
  min-width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
