@charset "utf-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}
body {
  line-height: 1
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none
}
ins {
  background-color: #fff;
  color: #333;
  text-decoration: none
}
mark {
  background-color: #fff;
  color: #333;
  font-style: italic;
  font-weight: 700
}
del {
  text-decoration: line-through
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input,
select {
  vertical-align: middle
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
* {
  list-style-type: none
}
*,
::after,
::before {
  box-sizing: border-box
}
html {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Hiragino Kaku Gothic ProN","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  box-sizing: border-box;
  scroll-margin-top: 180px
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}
dl,
menu,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0
}
img {
  max-width: 100%
}
header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff
}
header .inner .btnarea a {
  display: inline-block
}
#wrap a img #wrap a,
header .inner .btnarea a img,
header .logo {
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
body.hover #wrap a:hover,
body.hover #wrap a:hover img,
body.hover header .inner .btnarea a:hover img,
body.hover header .logo:hover {
  opacity: .7
}
header {
  margin-bottom: 10px;
  height: 88px
}
@media only screen and (max-width:768px) {
  header {
    border-bottom: 2px solid #bd262f
  }
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  max-width: 1100px;
  margin-inline: auto;
  padding: 20px
}
header .logo {
  height: 48px
}
header .inner .nav01 {
  margin-left: 6px;
  height: 55%
}
@media only screen and (max-width:768px) {
  header {
    margin-bottom: 5px;
    height: 64px
  }
  header .logo {
    height: auto;
    margin: 0;
    max-width: 133px
  }
  header .inner {
    padding: 10px
  }
  header .inner .nav01 {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    max-width: 188px
  }
}
#wrap a img {
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
#wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden
}
.content {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px
}
@media only screen and (max-width:768px) {
  .content {
    padding-left: 12px;
    padding-right: 12px
  }
}
.block {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 20px;
  overflow: hidden
}
@media only screen and (min-width:769px) {
  .block {
    padding: 50px;
    border-radius: 10px
  }
}
.block--no-padding {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden
}
.block--no-padding + .block {
  margin-top: 16px
}
.hero__inner {
  margin-inline: auto;
  width: 100%;
  max-width: 1200px;
  display: block
}
.anchor__wrapper {
  background-color: #fef6d0;
  border-radius: 10px;
  width: 100%;
  margin-top: 60px
}
@media only screen and (max-width:768px) {
  .anchor__wrapper {
    margin-top: 15px
  }
}
.anchor__list {
  padding: 42px 50px 50px;
  gap: 32px;
  display: flex;
  flex-direction: column
}
@media only screen and (max-width:768px) {
  .anchor__list {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 24px;
    padding-bottom: 30px;
    gap: 20px
  }
}
.anchor__item {
  display: inline-block;
  padding-top: 20px;
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom right,#ff7f0c 50%,#ff5701 50%);
  position: relative;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  box-sizing: border-box;
  padding-top: 18px;
  padding-bottom: 15px;
  padding-right: 12px;
  min-height: 50px
}
@media only screen and (min-width:769px) {
  .anchor__item {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 40px;
  }
}
.anchor__item::after {
  content: "";
  position: absolute;
  background-image: url('https://d18f657670wm8u.cloudfront.net/otona/ldp/top/general0/assets/img/ico-arrow-down.png?20250916');
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}
@media only screen and (min-width:769px) {
  .anchor__item::after {
    width: 30px;
    height: 30px
  }
}
.anchor__label {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  background-color: #fff;
  color: #ff7043;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 20px;
  border: 2px solid #ffbe86;
  font-size: 20px;
  white-space: nowrap
}
@media only screen and (max-width:768px) {
  .anchor__label {
    font-size: 10px;
    padding: 4px 25px;
    top: -12px
  }
}
.anchor__text {
  font-size: 14px;
  color: #fff;
  flex: 1;
  text-align: center;
  font-weight: 600
}
@media only screen and (min-width:769px) {
  .anchor__text {
    font-size: 28px
  }
}
.point__label {
  transform: translateY(-18px);
  background-image: url('https://d18f657670wm8u.cloudfront.net/otona/ldp/top/general0/assets/img/deco-ribbon.png?20250916');
  height: auto;
  padding: 10px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-inline: auto;
  color: #fff
}
@media only screen and (min-width:769px) {
  .point__label {
    line-height: 1.2;
    font-size: 30px;
    padding: 16px 68px;
    transform: translateY(-32px)
  }
}
.p1__wrapper {
  width: 100%;
  background: linear-gradient(to right,#cee9f9,#a6d9f6);
  position: relative;
  isolation: isolate;
  margin-top: 42px;
  padding-bottom: 46px
}
@media only screen and (min-width:769px) {
  .p1__wrapper {
    margin-top: 104px;
    padding-bottom: 100px
  }
}
.p1__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to right,#e1f1fa,#c5e6f8);
  clip-path: polygon(0 0,100% 0,0 100%);
  z-index: -1
}
@media only screen and (min-width:769px) {
  .p1__wrapper::before {
    height: 324px
  }
}
.p1-head__wrapper {
  width: 100%;
  font-size: 20px;
  color: #333;
  position: relative;
  margin-top: 0;
  width: fit-content;
  margin-inline: auto
}
@media only screen and (min-width:769px) {
  .p1-head__wrapper {
    font-size: 40px;
    margin-top: 54px
  }
}
.p1-head__deco {
  position: absolute;
  top: -56px;
  right: -4px;
  width: 74px;
  z-index: -1
}
@media only screen and (min-width:769px) {
  .p1-head__deco {
    width: 180px;
    top: -170px
  }
}
.p1-head__top {
  font-feature-settings: "palt";
  margin-bottom: 15px;
  padding-right: 74px;
  display: inline-block
}
.p1-head__bottom {
  display: flex;
  text-align: right;
  white-space: nowrap;
  font-size: 18px;
  align-items: center;
  justify-content: center
}
@media only screen and (min-width:769px) {
  .p1-head__top{
    padding-right: 180px;
  }
  .p1-head__bottom {
    font-size: 38px
  }
}
.p1-head__price {
  background-color: #f15a24;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #ff0;
  padding: 6px 7px 0;
  gap: 5px;
  white-space: nowrap;
  line-height: 1;
  flex: 1;
  letter-spacing: -2px;
  text-align: center;
  max-width: 272px
}
@media only screen and (min-width:769px) {
  .p1-head__price {
    font-size: 50px;
    max-width: initial;
  }
}
.p1-head__price sup {
  font-size: 16px
}
@media only screen and (min-width:769px) {
  .p1-head__price sup {
    font-size: 32px
  }
}
.p1-head__price-num {
  font-size: 48px;
  font-weight: 600;
  color: #ff0;
  font-feature-settings: "palt" 1;
  letter-spacing: -2px
}
@media only screen and (min-width:769px) {
  .p1-head__price-num {
    font-size: 96px
  }
}
@media only screen and (max-width:375px) {
  .p1-head__top {
    font-size: 16px;
  }
  .p1-head__br{
    font-size: 14px;
  }
  .p1-head__price-num{
    font-size: 36px;
  }
  .p1-head__price sup{
    font-size: 14px;
  }
}

.p1-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.5
}
.p1-title sup {
  font-size: 10px
}
@media only screen and (min-width:769px) {
  .p1-title sup {
    font-size: 16px
  }
}
@media only screen and (min-width:769px) {
  .p1-title {
    font-size: 30px
  }
}
.p1__img {
  margin-top: 16px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center
}
@media only screen and (min-width:769px) {
  .p1__img {
    margin-top: 30px
  }
}
.p1 #p1-generation img {
  width: 270px
}
@media only screen and (min-width:769px) {
  .p1 #p1-generation img {
    width: 420px
  }
}
.p1 #p1-mileage img {
  width: 244px
}
@media only screen and (min-width:769px) {
  .p1 #p1-mileage img {
    width: 364px
  }
}
.p1 #p1-plan img {
  width: 255px
}
@media only screen and (min-width:769px) {
  .p1 #p1-plan img {
    width: 366px
  }
}
.p1__desc {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8
}
@media only screen and (min-width:769px) {
  .p1__desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-inline: auto;
    width: fit-content;
  }
}
.p1__desc--label {
  background-color: #142e8a;
  border-radius: 33px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: block;
  width: fit-content;
  padding: 8px 16px;
  color: #fff;
  margin-inline: auto;
  margin-top: 15px
}
@media only screen and (min-width:769px) {
  .p1__desc--label {
    font-size: 24px;
    padding: 10px 14px
  }
}
.p1__desc--label + .p1__desc {
  margin-top: 15px
}
.p1-slider {
  position: relative;
}
.swiper-p1{
  overflow: hidden;
}
@media only screen and (max-width:768px) {
  .p1-slider {
    margin-top: 15px
  }
}
.p1-slider__item {
  border-radius: 10px;
  border: 2.5px solid transparent;
  background-image: linear-gradient(#fff,#fff),linear-gradient(45deg,#d7bf4e,#f6e8a7,#d7bf4e);
  background-origin: border-box;
  background-clip: content-box,border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto
}
.p1-slider__label {
  margin-top: 15px;
  background-color: #d7bf4e;
  padding: 4px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  width: fit-content;
  line-height: 1
}
@media only screen and (min-width:769px) {
  .p1-slider__label {
    margin-top: 50px;
    font-size: 22px
  }
}
.p1-slider__title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 12px;
  padding: 0 20px
}
@media only screen and (min-width:769px) {
  .p1-slider__title {
    font-size: 30px;
    margin-top: 20px
  }
}
.p1-slider__img {
  margin-top: 14px;
  height: 72px
}
@media only screen and (min-width:769px) {
  .p1-slider__img {
    height: 146px;
    margin-top: 30px
  }
}
.p1-slider__desc {
  padding: 20px 15px;
  line-height: 1.8;
  font-weight: 300
}
@media only screen and (min-width:769px) {
  .p1-slider__desc {
    padding: 50px 30px 50px;
    font-size: 18px
  }
}
.p1-slider__list {
  margin-bottom: 10px
}
.p1-slider__pagination {
  position: static;
  margin-top: 12px
}
@media only screen and (min-width:769px) {
  .p1-slider__pagination {
    position: static;
    margin-top: 18px
  }
}
.p1-slider__pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1
}
.p1-slider__pagination .swiper-pagination-bullet-active {
  background: #85afcc
}
@media only screen and (min-width:769px) {
  .p1 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px
  }
}
.p1-slider .swiper-button-prev-custom {
  width: 30px;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  z-index: 10
}
@media only screen and (min-width:769px) {
  .p1-slider .swiper-button-prev-custom {
    width: 60px;
    left: -30px
  }
  .p1-slider .swiper-button-prev-custom:hover {
    cursor: pointer;
  }
}
.p1-slider .swiper-button-next-custom {
  width: 30px;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%) rotate(180deg);
  z-index: 10
}
@media only screen and (min-width:769px) {
  .p1-slider .swiper-button-next-custom {
    width: 60px;
    right: -30px
  }
  .p1-slider .swiper-button-next-custom:hover{
    cursor: pointer;
  }
}
.p1-slider .swiper-button-next-custom.swiper-button-disabled,
.p1-slider .swiper-button-prev-custom.swiper-button-disabled {
  opacity: .6;
  cursor: auto
}
.p1-premiums_example {
  margin-top: 24px
}
@media only screen and (min-width:769px) {
  .p1-premiums_example {
    margin-top: 50px
  }
}
.p1-saved__list {
  display: grid;
  margin-top: 12px;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(2,1fr);
  gap: 4px
}
.p1-saved__list img {
  width: 100%
}
@media only screen and (min-width:769px) {
  .p1-saved__list {
    margin-top: 32px;
    gap: 30px
  }
}
@media only screen and (min-width:769px) {
  .p1-grid__container {
    display: flex;
    gap: 14px 30px;
    flex-wrap: wrap
  }
  .p1-grid__one {
    width: 100%
  }
  .p1-grid__one-wrapper {
    display: flex;
    justify-content: space-between
  }
  .p1-grid__one-left {
    width: 43.4%
  }
  .p1-grid__one-right {
    width: 52.5%;
  }
  .p1-grid__half {
    width: calc((100% - 30px)/ 2);
    display: flex;
    flex-direction: column
  }
  .p1-grid__half + .p1-grid__half {
    margin-top: 0
  }
  .p1-grid__half .p1__img {
    margin-bottom: 24px
  }
  .p1-grid__half .p1__desc {
    margin-top: auto
  }
  .p1-subgrid__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 30px;
  }
  .p1-subgrid__item{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
@media only screen and (min-width:769px) and (max-width:1100px) {
  .p1-subgrid__container{
    grid-template-columns: repeat(1, 1fr);
  }
  .p1-grid__one-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .p1-grid__one-left, .p1-grid__one-right{
    width: 100%;
  }
}
.p2__wrapper {
  width: 100%;
  background: #fef6d0;
  padding-bottom: 40px
}
@media only screen and (min-width:769px) {
  .p2__wrapper {
    padding-bottom: 100px
  }
}
.p2-head__wrapper {
  width: 100%;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 24px;
  text-align: center;
  display: block;
  margin-inline: auto;
  width: fit-content
}
@media only screen and (min-width:769px) {
  .p2-head__wrapper {
    padding-bottom: 48px
  }
}
.p2-head__top {
  font-size: 20px;
  display: block
}
@media only screen and (min-width:769px) {
  .p2-head__top {
    font-size: 40px
  }
}
.p2-head__bottom {
  font-size: 34px;
  color: #f15a24;
  margin-top: 20px;
  display: block
}
@media only screen and (min-width:769px) {
  .p2-head__bottom {
    font-size: 68px
  }
}
.p2__container {
  position: relative;
  width: 100%;
  isolation: isolate
}
.p2__deco {
  position: absolute;
  top: -18px;
  right: 6px;
  width: 80px;
  z-index: -1
}
@media only screen and (min-width:500px) and (max-width:699px) {
  .p2__deco {
    right: 74px;
  }
}
@media only screen and (min-width:700px) and (max-width:768px) {
  .p2__deco {
    right: 160px;
  }
}
@media only screen and (min-width:769px) and (max-width:959px) {
  .p2__deco {
    width: 180px;
    top: -100px;
    transform: translateX(0px)
  }
}
@media only screen and (min-width:960px) and (max-width:1099px) {
  .p2__deco {
    width: 180px;
    top: -100px;
    transform: translateX(-100px)
  }
}
@media only screen and (min-width:1100px) {
  .p2__deco {
    width: 180px;
    top: -98px;
    transform: translateX(-170px)
  }
}
@media only screen and (max-width:375px) {
  .p2-head__top {
    font-size: 18px;
    font-feature-settings: "palt";
  }
  .p2-head__bottom{
    font-size: 28px;
    font-feature-settings: "palt";
  }
  .p2__deco {
    top: -14px;
    right: 0px;
    width: 75px;
  }
}
.p2__oricon {
  left: 0;
  z-index: 2;
  width: 100%
}
.p2-accordion .accordion__title {
  font-size: 14px;
  padding: 15px;
  position: relative;
  cursor: pointer;
  user-select: none;
  max-width: 300px;
  border-style: solid;
  border-width: 2px;
  border-color: #85afcc;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 15px;
  margin-inline: auto;
  text-align: center;
  color: #85afcc;
  font-weight: 600
}
@media only screen and (min-width:769px) {
  .p2-accordion .accordion__title {
    font-size: 28px;
    margin-top: 30px;
    max-width: 600px;
    width: 600px;
    padding: 32px 44px
  }
}
.p2-accordion .accordion__title::after,
.p2-accordion .accordion__title::before {
  content: '';
  display: block;
  background-color: #85afcc;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 15px
}
@media only screen and (min-width:769px) {
  .p2-accordion .accordion__title::after,
  .p2-accordion .accordion__title::before {
    width: 30px;
    height: 4px;
    right: 44px
  }
}
.p2-accordion .accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s
}
.p2-accordion .accordion__title.is-active::before {
  opacity: 0
}
.p2-accordion .accordion__title.is-active::after {
  transform: rotate(0)
}
.p2-accordion .accordion__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s
}
.p2-accordion .accordion__content.is-open {
  line-height: normal;
  height: auto;
  opacity: 1;
  margin-top: 24px
}
.p2-accordion__container {
  padding: 30px 20px 24px
}
@media only screen and (min-width:769px) {
  .p2-accordion__container {
    padding: 50px
  }
}
.p2-alsok__heading {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  font-weight: 600
}
@media only screen and (min-width:769px) {
  .p2-alsok__heading {
    font-size: 40px
  }
}
.p2-alsok__heading img {
  width: 30px;
  display: block;
  margin-inline: auto;
  margin-bottom: 8px
}
@media only screen and (min-width:769px) {
  .p2-alsok__heading img {
    width: 50px
  }
}
.p2-alsok__desc {
  line-height: 1.8;
  text-align: center;
  margin-top: 20px
}
@media only screen and (min-width:769px) {
  .p2-alsok__desc {
    margin-top: 30px
  }
}
.p2-alsok__list {
  display: flex;
  gap: 12px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 24px
}
@media only screen and (min-width:769px) {
  .p2-alsok__list {
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: row;
    flex-wrap: wrap
  }
}
.p2-alsok__item {
  border-radius: 10px;
  background-color: #f8f8f8;
  padding: 30px 15px 20px;
  width: 100%
}
@media only screen and (min-width:769px) {
  .p2-alsok__item {
    padding: 50px
  }
  .p2-alsok__item.--one {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px
  }
  .p2-alsok__item.--half {
    width: calc(50% - 15px)
  }
}
@media only screen and (min-width:769px) {
  .p2-alsok .--one-left {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }
  .p2-alsok .--one-right {
    width: 330px
  }
}
.p2-alsok__item-img {
  width: 165px;
  margin-inline: auto;
  display: block;
  margin-top: 20px
}
@media only screen and (min-width:769px) {
  .p2-alsok__item-img {
    width: 330px;
    margin-top: 30px
  }
}
.p2-alsok__title {
  font-size: 20px;
  font-weight: 600;
  color: #f15a24;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}
.p2-alsok__title img {
  width: 20px
}
@media only screen and (min-width:769px) {
  .p2-alsok__title {
    font-size: 40px
  }
  .p2-alsok__title img {
    width: 36px;
    margin-right: 10px
  }
}
.p2-alsok #alsok-rush .p2-alsok__item-img {
  width: 165px
}
@media only screen and (min-width:769px) {
  .p2-alsok #alsok-rush .p2-alsok__item-img {
    width: 330px
  }
}
.p2-alsok #alsok-support .p2-alsok__item-img {
  width: 124px
}
@media only screen and (min-width:769px) {
  .p2-alsok #alsok-support .p2-alsok__item-img {
    width: 246px
  }
}
.p2-alsok #alsok-log .p2-alsok__item-img {
  width: 150px
}
@media only screen and (min-width:769px) {
  .p2-alsok #alsok-log .p2-alsok__item-img {
    width: 305px
  }
}
.p2-group__border {
  border-top: #ccc 3px dotted;
  padding-top: 24px
}
@media only screen and (min-width:769px) {
  .p2-group__border {
    border-top: #ccc 4px dotted;
    padding-top: 50px
  }
}
.p2-group__list {
  display: grid;
  gap: 14px 18px;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(2,1fr);
  margin-top: 20px
}
@media only screen and (min-width:769px) {
  .p2-group__list {
    max-width: 612px;
    gap: 32px 40px;
    margin-inline: auto;
    margin-top: 56px
  }
}
.p2-group__item-img {
  width: 100%
}
.p2-group__desc {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  font-feature-settings: "palt"
}
@media only screen and (min-width:769px) {
  .p2-group__desc {
    font-size: 24px;
    margin-top: 18px
  }
}
.p3__wrapper {
  width: 100%;
  background: linear-gradient(to right,#cee9f9,#a6d9f6);
  position: relative;
  isolation: isolate;
  padding-bottom: 46px
}
@media only screen and (min-width:769px) {
  .p3__wrapper {
    padding-bottom: 100px
  }
}
.p3__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to right,#e1f1fa,#c5e6f8);
  clip-path: polygon(0 0,100% 0,0 100%);
  z-index: -1
}
@media only screen and (min-width:769px) {
  .p3__wrapper::before {
    height: 230px;
  }
}
.p3-head__wrapper {
  width: 100%;
  font-size: 34px;
  color: #333;
  position: relative;
  margin-top: 0;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 24px;
  width: fit-content;
  margin-inline: auto
}
@media only screen and (min-width:769px) {
  .p3-head__wrapper {
    margin-bottom: 50px;
    margin-top: 48px
  }
}
.p3-head__deco {
  position: absolute;
  width: 110px;
  z-index: -1;
  left: -50px;
  top: -62px
}
@media only screen and (min-width:769px) and (max-width:839px) {
  .p3-head__deco {
    width: 230px;
    left: -100px;
    top: -180px
  }
}
@media only screen and (min-width:840px) and (max-width:999px) {
  .p3-head__deco {
    width: 230px;
    left: -180px;
    top: -180px
  }
}
@media only screen and (min-width:1000px) {
  .p3-head__deco {
    width: 230px;
    left: -200px;
    top: -180px
  }
}
.p3-head__top {
  text-align: center;
  font-size: 32px
}
@media only screen and (min-width:769px) {
  .p3-head__top {
    font-size: 68px
  }
}
.p3__lead {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background-color: #85afcc;
  color: #fff;
  padding: 15px 24px;
  margin-bottom: 36px
}
@media only screen and (min-width:769px) {
  .p3__lead {
    font-size: 40px;
    padding: 30px;
    margin-bottom: 50px
  }
}
.p3-discount__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 24px;
  padding-left: 24px
}
@media only screen and (min-width:769px) {
  .p3-discount__list {
    gap: 30px;
    padding-right: 48px;
    padding-left: 48px;
    display: flex;
    flex-direction: row;
    gap: 32px 30px;
    flex-wrap: wrap
  }
}
.p3-discount__item {
  border-radius: 10px;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff,#fff),linear-gradient(45deg,#d7bf4e,#f6e8a7,#d7bf4e);
  background-origin: border-box;
  background-clip: content-box,border-box
}
@media only screen and (min-width:769px) {
  .p3-discount__item {
    width: calc(50% - 15px);
    border: 4px solid transparent
  }
}
.p3-discount__item-inner {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}
@media only screen and (min-width:769px) {
  .p3-discount__item-inner {
    padding: 50px 24px
  }
}
.p3-discount__title {
  color: #a98d58;
  font-size: 24px;
  text-align: center;
  margin-bottom: 12px
}
@media only screen and (min-width:769px) {
  .p3-discount__title {
    font-size: 40px;
  }
}
.p3-discount__desc {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-bottom: 14px
}
@media only screen and (min-width:769px) {
  .p3-discount__desc {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 28px
  }
}
.p3-discount__img {
  max-width: 100%
}
@media only screen and (min-width:769px) {
  .p3-discount__img {
    margin-top: auto;
    margin-bottom: auto
  }
}
.p3 #discount-early img {
  width: 216px
}
@media only screen and (min-width:769px) {
  .p3 #discount-early img {
    width: 100%
  }
}
.p3 #discount-gold img {
  width: 80px
}
@media only screen and (min-width:769px) {
  .p3 #discount-gold img {
    width: 300px
  }
}
.p3 #discount-second img {
  width: 120px
}
@media only screen and (min-width:769px) {
  .p3 #discount-second img {
    width: 240px
  }
}
.p3 #discount-elect img {
  width: 80px
}
@media only screen and (min-width:769px) {
  .p3 #discount-elect img {
    width: 219px
  }
}
.p3 #discount-new img {
  width: 80px
}
@media only screen and (min-width:769px) {
  .p3 #discount-new img {
    width: 238px
  }
}
.p3 #discount-grade img {
  width: 50px
}
@media only screen and (min-width:769px) {
  .p3 #discount-grade img {
    width: 161px
  }
}
.p3-accordion {
  padding-bottom: 24px
}
@media only screen and (min-width:769px) {
  .p3-accordion {
    padding-bottom: 50px
  }
}
.p3-accordion .accordion__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p3-accordion .accordion__title {
  background-color: #fef6d0;
  font-size: 14px;
  padding: 15px;
  position: relative;
  cursor: pointer;
  user-select: none;
  max-width: 300px;
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #85afcc;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 15px;
  margin-inline: 20px;
  text-align: center;
  color: #85afcc;
  font-weight: 600
}
@media only screen and (min-width:769px) {
  .p3-accordion .accordion__title {
    font-size: 28px;
    margin-top: 30px;
    max-width: 600px;
    width: 600px;
    padding: 32px 44px
  }
}
.p3-accordion .accordion__title::after,
.p3-accordion .accordion__title::before {
  content: '';
  display: block;
  background-color: #85afcc;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 15px
}
@media only screen and (min-width:769px) {
  .p3-accordion .accordion__title::after,
  .p3-accordion .accordion__title::before {
    width: 30px;
    height: 4px;
    right: 44px
  }
}
.p3-accordion .accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s
}
.p3-accordion .accordion__title.is-active::before {
  opacity: 0
}
.p3-accordion .accordion__title.is-active::after {
  transform: rotate(0)
}
.p3-accordion .accordion__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s
}
.p3-accordion .accordion__content.is-open {
  line-height: normal;
  height: auto;
  opacity: 1;
  margin-top: 20px
}
.p4__wrapper {
  padding-bottom: 46px
}
@media only screen and (min-width:769px) {
  .p4__wrapper {
    padding-bottom: 100px
  }
}
.p4-head__wrapper {
  width: 100%;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 24px
}
@media only screen and (min-width:769px) {
  .p4-head__wrapper {
    margin-bottom: 54px
  }
}
.p4-head__top {
  text-align: center;
  font-size: 20px;
  display: grid;
  place-content: center;
  position: relative;
  line-height: 1.3;
  width: fit-content;
  margin-inline: auto
}
@media only screen and (min-width:769px) {
  .p4-head__top {
    font-size: 40px
  }
}
.p4-head__top::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -44px;
  width: 30px;
  height: 100%;
  border-right: 2px solid #333;
  transform: translateY(-50%) skewX(20deg)
}
.p4-head__top::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -44px;
  width: 30px;
  height: 100%;
  border-left: 2px solid #333;
  transform: translateY(-50%) skewX(-20deg)
}
@media only screen and (min-width:769px) {
  .p4-head__top::before {
    left: -84px;
    width: 60px
  }
  .p4-head__top::after {
    right: -84px;
    width: 60px
  }
}
.p4-head__bottom {
  font-size: 32px;
  color: #f15a24;
  line-height: 1.322;
  margin-top: 14px;
  display: block
}
@media only screen and (min-width:769px) {
  .p4-head__bottom {
    font-size: 68px
  }
}
.p4__list {
  display: flex;
  gap: 20px;
  flex-direction: column;
  counter-reset: list-number
}
@media only screen and (min-width:769px) {
  .p4__list {
    gap: 32px
  }
}
.p4__item {
  border-style: solid;
  border-width: 2px;
  border-color: #85afcc;
  border-radius: 10px;
  counter-increment: list-number
}
.p4-accordion .accordion__title {
  font-size: 14px;
  padding: 8px 25px 8px 48px;
  position: relative;
  cursor: pointer;
  user-select: none;
  background-color: #85afcc;
  width: 100%;
  color: #fff;
  font-weight: 600;
  min-height: 48px;
  display: flex;
  align-items: center
}
@media only screen and (min-width:769px) {
  .p4-accordion .accordion__title {
    font-size: 24px;
    padding: 36px 90px 36px 105px
  }
}
.p4-accordion .accordion__title-number {
  content: counter(list-number);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #85afcc;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%)
}
@media only screen and (min-width:769px) {
  .p4-accordion .accordion__title-number {
    font-size: 30px;
    width: 60px;
    height: 60px;
    left: 25px
  }
}
.p4-accordion .accordion__title::after,
.p4-accordion .accordion__title::before {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 15px
}
@media only screen and (min-width:769px) {
  .p4-accordion .accordion__title::after,
  .p4-accordion .accordion__title::before {
    width: 30px;
    height: 4px;
    right: 30px
  }
}
.p4-accordion .accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s
}
.p4-accordion .accordion__title.is-active::before {
  opacity: 0
}
.p4-accordion .accordion__title.is-active::after {
  transform: rotate(0)
}
.p4-accordion .accordion__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s
}
.p4-accordion .accordion__content.is-open {
  line-height: normal;
  height: auto;
  opacity: 1
}
.p4-accordion__container {
  padding: 25px 20px;
  text-align: center
}
@media only screen and (min-width:769px) {
  .p4-accordion__container {
    padding: 50px 40px
  }
}
.p4-accordion__desc {
  line-height: 1.8;
  font-size: 14px
}
@media only screen and (min-width:769px) {
  .p4-accordion__desc {
    font-size: 24px;
    line-height: 1.6
  }
}
.p4-feature__list {
  display: flex;
  gap: 12px;
  flex-direction: column
}
@media only screen and (min-width:769px) {
  .p4-feature__list {
    flex-direction: row;
    gap: 24px
  }
}
.p4-feature__title {
  text-align: center;
  display: flex;
  align-items: flex-end;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  line-height: 1;
  margin-bottom: 10px
}
@media only screen and (min-width:769px) {
  .p4-feature__title {
    margin-bottom: 20px
  }
}
.p4-feature__title img {
  width: 48px;
  margin-right: 4px
}
@media only screen and (min-width:769px) {
  .p4-feature__title img {
    width: 96px;
    margin-right: 6px
  }
}
.p4-feature__title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -28px;
  width: 15px;
  height: 100%;
  border-right: 2px solid #333;
  transform: translateY(-50%) skewX(20deg)
}
.p4-feature__title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -28px;
  width: 15px;
  height: 100%;
  border-left: 2px solid #333;
  transform: translateY(-50%) skewX(-20deg)
}
.p4-feature__item {
  display: flex;
  flex-direction: column;
  flex: 1
}
.p4-feature__container {
  display: block;
  border-radius: 10px;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff,#fff),linear-gradient(45deg,#d7bf4e,#f6e8a7,#d7bf4e);
  background-origin: border-box;
  background-clip: content-box,border-box;
  flex: 1
}
.p4-feature__container-inner {
  display: flex;
  flex-direction: column;
  padding: 20px 15px
}
@media only screen and (min-width:769px) {
  .p4-feature__container-inner {
    padding: 50px 34px;
    justify-content: center;
    height: 100%
  }
}
.p4-feature__bottom {
  display: flex;
  gap: 5px;
  align-items: center;
  text-align: left
}
@media only screen and (min-width:769px) {
  .p4-feature__bottom {
    flex-direction: column;
    text-align: center
  }
}
.p4-feature__img {
  width: 80px
}
@media only screen and (min-width:769px) {
  .p4-feature__img {
    width: 160px
  }
}
.p4 .comparison-table {
  margin: 0 auto;
  border: 2px solid #fff;
  overflow: hidden
}
.p4 .table-row {
  display: flex;
  border-bottom: 2px solid #fff
}
.p4 .table-row:last-child {
  border-bottom: none
}
.p4 .type-cell {
  flex-basis: 74x;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #fff
}
@media only screen and (min-width:769px) {
  .p4 .type-cell {
    flex-basis: 148px
  }
}
.p4 .type-cell h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 600
}
@media only screen and (min-width:769px) {
  .p4 .type-cell h4 {
    font-size: 24px
  }
}
.p4 .features-cell {
  flex-grow: 1;
  padding: 15px
}
@media only screen and (min-width:769px) {
  .p4 .features-cell {
    padding: 28px
  }
}
.p4 .features-cell ul {
  margin: 0
}
.p4 .features-cell li {
  line-height: 1.8;
  font-size: 10px;
  text-align: left
}
@media only screen and (min-width:769px) {
  .p4 .features-cell li {
    font-size: 18px
  }
}
.p4 .features-cell li::before {
  content: "・"
}
.p4 .features-cell li:last-child {
  padding-bottom: 0
}
.p4 .online-bg {
  background-color: #f15a24
}
.p4 .online-features-bg {
  background-color: #fff2e6
}
.p4 .agency-bg {
  background-color: #85afcc
}
.p4 .agency-features-bg {
  background-color: #e1f1fa
}
.p5__wrapper {
  background: #fef6d0;
  position: relative;
  isolation: isolate;
  padding-bottom: 46px;
  width: 100%
}
@media only screen and (min-width:769px) {
  .p5__wrapper {
    padding-bottom: 100px
  }
}
.p5-head__wrapper {
  font-size: 34px;
  color: #333;
  position: relative;
  margin-top: 0;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 24px;
  margin-inline: auto
}
@media only screen and (min-width:769px) {
  .p5-head__wrapper {
    text-align: center;
    font-size: 68px
  }
}
.p5-head__deco {
  position: absolute;
  width: 100px;
  z-index: -1;
  left: 0px;
  top: -25px
}
@media only screen and (min-width:1100px) {
  .p5-head__deco {
    width: 177px;
    z-index: -1;
    left: -189px;
    top: -25px
  }
  .p5-head__wrapper{
    width: fit-content;
  }
}
@media only screen and (min-width:1000px) and (max-width:1099px) {
  .p5-head__deco {
    width: 177px;
    z-index: -1;
    left: 35px;
    top: -25px
  }
  .p5-head__wrapper{
    width: 100%;
  }
}
@media only screen and (min-width:769px) and (max-width:999px) {
  .p5-head__deco {
    width: 155px;
    z-index: -1;
    left: -4px;
    top: -8px;
  }
  .p5-head__top{
    font-size: 60px;
  }
  .p5-head__wrapper{
    width: 100%;
  }
}

.p5-head__top {
  text-align: center;
  font-feature-settings: "palt";
  font-size: 34px;
  line-height: 1.4;
  color: #f15a24;
  -webkit-text-stroke: 3px #FEF6D0;
  text-stroke: 2px #FEF6D0;
  paint-order: stroke
}
@media only screen and (min-width:769px) {
  .p5-head__top {
    font-size: 68px;
    -webkit-text-stroke: 6px #FEF6D0;
    text-stroke: 4px #FEF6D0;
    paint-order: stroke
  }
}
@media only screen and (max-width:768px) {
  .p5-head__top {
    font-size: 28px;
    font-feature-settings: "palt";
    padding-left: 100px;
    display: block;
    text-align: left;
  }
  .p5-head__deco{
    width: 95px;
  }
}

.p5-slider {
  position: relative
}
.p5-slider__item {
  background-color: #85afcc;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  height: auto;
  min-height: 100%
}
@media only screen and (min-width:769px) {
  .p5-slider__item {
    padding: 20px
  }
}
.p5-slider__item-inner {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 20px 0;
  height: 100%
}
@media only screen and (min-width:769px) {
  .p5-slider__item-inner {
    border-radius: 16px;
    padding: 0 40px 0;
  }
}
.p5-slider__label {
  background-color: #85afcc;
  color: #fff;
  padding: 2px 32px 12px;
  display: block;
  width: fit-content;
  margin-inline: auto;
  border-radius: 0 0 10px 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1
}
@media only screen and (min-width:769px) {
  .p5-slider__label {
    padding: 0 64px 14px;
    font-size: 24px
  }
}
.p5-slider__desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8
}
@media only screen and (min-width:769px) {
  .p5-slider__desc {
    font-size: 24px
  }
}
.p5-slider__check {
  width: 33px;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 8px
}
@media only screen and (min-width:769px) {
  .p5-slider__check {
    width: 66px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 16px
  }
}
.p5-slider .swiper-button-prev-custom {
  width: 40px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  z-index: 10
}
.p5-slider .swiper-button-prev-custom:hover {
  cursor: pointer;
}
@media only screen and (min-width:1101px)  {
  .p5-slider .swiper-button-prev-custom {
    width: 80px;
    left: -30px
  }
}
@media only screen and (min-width:769px) and (max-width:1100px) {
  .p5-slider .swiper-button-prev-custom {
    width: 80px;
    left: -16px
  }
}
.p5-slider .swiper-button-next-custom {
  width: 40px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%) rotate(180deg);
  z-index: 10
}
.p5-slider .swiper-button-next-custom:hover{
  cursor: pointer;
}
@media only screen and (min-width:1101px) {
  .p5-slider .swiper-button-next-custom {
    width: 80px;
    right: -30px
  }
}
@media only screen and (min-width:769px) and (max-width:1100px) {
  .p5-slider .swiper-button-next-custom {
    width: 80px;
    right: -16px
  }
}
.p5-slider .swiper-button-next-custom.swiper-button-disabled,
.p5-slider .swiper-button-prev-custom.swiper-button-disabled {
  opacity: .6;
  cursor: auto
}
.faq__wrapper {
  width: 100%;
  background: #f3f3f0;
  position: relative;
  isolation: isolate
}
.faq-head__wrapper {
  font-size: 34px;
  color: #333;
  position: relative;
  margin-top: 0;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  padding-top: 45px;
  margin-bottom: 25px
}
@media only screen and (min-width:769px) {
  .faq-head__wrapper {
    padding-top: 90px;
    margin-bottom: 50px;
    font-size: 68px;
    width: 100%
  }
}
.faq-head__deco--male {
  position: absolute;
  bottom: -54px;
  left: 0;
  width: 70px;
  z-index: -1
}
@media only screen and (min-width:769px) {
  .faq-head__deco--male {
    bottom: -90px;
    left: 0;
    width: 140px
  }
}
.faq-head__deco--female {
  position: absolute;
  bottom: -54px;
  right: 0;
  width: 70px;
  z-index: -1
}
@media only screen and (min-width:769px) {
  .faq-head__deco--female {
    bottom: -90px;
    right: 0;
    width: 120px
  }
}
.faq-head__top {
  margin-bottom: 15px;
  display: inline-block
}
@media only screen and (min-width:769px) {
  .faq-head__top {
    margin-bottom: 30px
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 15px
}
@media only screen and (min-width:769px) {
  .faq__list {
    gap: 30px
  }
}
.faq-accordion .accordion__title {
  font-size: 14px;
  padding: 15px 40px 15px 15px;
  position: relative;
  cursor: pointer;
  user-select: none;
  border-style: solid;
  background-color: #fff;
  font-weight: 600;
  display: flex;
  line-height: 1.5
}
@media only screen and (min-width:769px) {
  .faq-accordion .accordion__title {
    font-size: 24px;
    padding: 18px 70px 18px 30px;
    align-items: center
  }
}
.faq-accordion .accordion__title p {
  flex: 1
}
.faq-accordion .accordion__title::after,
.faq-accordion .accordion__title::before {
  content: '';
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 15px
}
@media only screen and (min-width:769px) {
  .faq-accordion .accordion__title::after,
  .faq-accordion .accordion__title::before {
    width: 30px;
    height: 4px;
    right: 30px
  }
}
.faq-accordion .accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s
}
.faq-accordion .accordion__title.is-active::before {
  opacity: 0
}
.faq-accordion .accordion__title.is-active::after {
  transform: rotate(0)
}
.faq-accordion .accordion__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s
}
.faq-accordion .accordion__content.is-open {
  line-height: 1.5;
  height: auto;
  opacity: 1;
  background-color: #fff2e6;
  padding: 15px
}
.faq-accordion .accordion__content.is-open p {
  flex: 1
}
@media only screen and (min-width:769px) {
  .faq-accordion .accordion__content.is-open {
    padding: 30px;
    font-size: 28px
  }
}
.faq-accordion__question {
  border-radius: 50%;
  background-color: #85afcc;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: grid;
  place-content: center;
  margin-right: 6px
}
@media only screen and (min-width:769px) {
  .faq-accordion__question {
    width: 84px;
    height: 84px;
    font-size: 40px;
    margin-right: 16px
  }
}
.faq-accordion__answer {
  border-radius: 50%;
  background-color: #f15a24;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: grid;
  place-content: center;
  margin-right: 6px
}
@media only screen and (min-width:769px) {
  .faq-accordion__answer {
    width: 84px;
    height: 84px;
    font-size: 40px;
    margin-right: 16px
  }
}
.faq-accordion__container {
  display: flex
}
@media only screen and (min-width:769px) {
  .faq-accordion__container {
    align-items: center;
  }
}
.faq-accordion__desc {
  flex: 1
}
@media only screen and (min-width:769px) {
  .faq-accordion__desc {
    font-size: 18px
  }
}
.note {
  background-color: #f3f3f0
}
.note__list {
  list-style-type: none;
  padding-left: 0;
  font-size: 10px;
  line-height: 1.1;
  color: #333;
  padding-top: 28px;
  padding-bottom: 40px
}
@media only screen and (min-width:769px) {
  .note__list {
    padding-top: 54px;
    padding-bottom: 100px;
    font-size: 12px;
    line-height: 1.6
  }
}
.note__list li {
  position: relative;
  padding-left: 2em;
  text-indent: -2em
}
.note li + li {
  margin-top: 1rem
}
.simulation__link {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-top: 15px
}
@media only screen and (min-width:769px) {
  .simulation__link {
    margin-top: 72px
  }
}
.simulation__text-link {
  font-size: 24px;
  text-decoration: underline;
  display: flex;
  width: fit-content;
  margin-inline: auto;
  justify-content: center;
  margin-top: 16px;
  font-weight: 600;
  color: #142e8a
}
.simulation__text-link:visited {
  color: #142e8a
}
.simulation__text-link::after {
  content: "＞ "
}
@media only screen and (max-width:768px) {
  .simulation__text-link {
    font-size: 14px;
    margin-top: 8px
  }
}
.quick__link {
  font-size: 14px;
  padding: 15px;
  position: relative;
  cursor: pointer;
  user-select: none;
  max-width: 300px;
  border-style: solid;
  border-width: 2px;
  border-color: #85afcc;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-inline: auto;
  text-align: center;
  color: #85afcc;
  font-weight: 600;
  display: grid
}
.quick__link::after {
  content: "";
  position: absolute;
  background-image: url('https://d18f657670wm8u.cloudfront.net/otona/ldp/top/general0/assets/img/ico-arrow-sky.png?20250916');
  width: 15px;
  height: 15px;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}
@media only screen and (min-width:769px) {
  .quick__link {
    font-size: 28px;
    width: 600px;
    max-width: 600px;
    margin-inline: auto;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px
  }
  .quick__link::after {
    content: "";
    position: absolute;
    background-image: url('https://d18f657670wm8u.cloudfront.net/otona/ldp/top/general0/assets/img/ico-arrow-sky.png?20250916');
    width: 20px;
    height: 20px;
    right: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
  }
}
/*! premiums_exampleへのスタイル  */
.premiums_example .lead01 {
  background-color: #85afcc;
  display: block;
  padding: 6px 4px;
  font-size: 20px;
  font-weight: 600;
  font-feature-settings: "palt";
  color: #fff;
  margin-inline: auto;
  text-align: center;
  width: fit-content;
  margin-top: 24px
}
@media only screen and (min-width:769px) {
  .premiums_example .lead01 {
    font-size: 40px;
    padding: 13px 8px;
    margin-top: 50px
  }
}
@media only screen and (max-width:375px) {
  .premiums_example .lead01 {
    font-size: 18px;
  }
}
.premiums_example .of-giver {
  margin-top: 15px;
  position: relative;
}
@media only screen and (min-width:769px) {
  .premiums_example .of-giver {
    margin-top: 30px
  }
}
.premiums_example .p-unq-swiper__next{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: rotate(180deg);
  z-index: 10;
  background-image: url('https://d18f657670wm8u.cloudfront.net/otona/ldp/top/general0/assets/img/ico-circle-arrow.png?20250916');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}
.premiums_example .p-unq-swiper__prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 4%;
  z-index: 10;
  background-image: url('https://d18f657670wm8u.cloudfront.net/otona/ldp/top/general0/assets/img/ico-circle-arrow.png?20250916');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}
.premiums_example .p-unq-swiper__next::after, .premiums_example .p-unq-swiper__prev::after{
  content: "";
}
@media only screen and (min-width:769px) {
  .premiums_example .p-unq-swiper__next{
    width: 60px;
    height: 60px;
    right: 2%;
    transform: translateY(-50%) rotate(180deg);
  }
  .premiums_example .p-unq-swiper__prev {
    width: 60px;
    height: 60px;
    left: 2%;
    transform: translateY(-50%);
  }
}
.premiums_example .p-unq-swiper__pagination {
  position: static;
  margin-top: 10px
}
@media only screen and (min-width:769px) {
  .premiums_example .p-unq-swiper__pagination {
    margin-top: 32px
  }
  .premiums_example .p-unq-swiper__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px
  }
}
.premiums_example .p-unq-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #85afcc
}
@media only screen and (max-width:768px) {
  .premiums_example .accordion {
    margin-top: 15px;
    padding-left: 24px;
    padding-right: 24px
  }
}
@media only screen and (min-width:769px) {
  .premiums_example .accordion {
    margin-top: 32px
  }
}
.premiums_example .accordion__title {
  background-color: #fef6d0;
  font-size: 14px;
  padding: 15px 15px 15px 15px;
  position: relative;
  cursor: pointer;
  user-select: none
}
@media only screen and (min-width:769px) {
  .premiums_example .accordion__title {
    max-width: 600px;
    margin-inline: auto;
    font-size: 28px;
    padding: 32px 24px 32px 24px;
    margin-bottom: 48px
  }
}
.premiums_example .accordion__title::after,
.premiums_example .accordion__title::before {
  content: '';
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 15px
}
@media only screen and (min-width:769px) {
  .premiums_example .accordion__title::after,
  .premiums_example .accordion__title::before {
    width: 30px;
    height: 4px;
    right: 24px
  }
}
.premiums_example .accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s
}
.premiums_example .accordion__title.is-active::before {
  opacity: 0
}
.premiums_example .accordion__title.is-active::after {
  transform: rotate(0)
}
.premiums_example .accordion__content {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
  background: #fef6d0
}
@media only screen and (max-width:768px) {
  .premiums_example .accordion__content {
    margin-bottom: 24px
  }
}
.premiums_example .accordion__content.is-open {
  line-height: normal;
  height: auto;
  opacity: 1;
  margin-top: 24px;
  padding: 15px 10px
}
@media only screen and (min-width:769px) {
  .premiums_example .accordion__content.is-open {
    padding: 82px 50px 50px
  }
}
.premiums_example .accordion__content .lead02 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: center
}
@media only screen and (min-width:769px) {
  .premiums_example .accordion__content .lead02 {
    font-size: 28px;
    margin-bottom: 20px
  }
}
.premiums_example .accordion__content .lead03 {
  font-size: 14px;
  margin-top: 25px;
  font-weight: 600;
  text-align: center
}
@media only screen and (min-width:769px) {
  .premiums_example .accordion__content .lead03 {
    font-size: 28px;
    margin-top: 50px
  }
}
.premiums_example .accordion__content .lead04 {
  font-size: 10px;
  color: #85afcc;
  font-weight: 600
}
@media only screen and (min-width:769px) {
  .premiums_example .accordion__content .lead04 {
    font-size: 20px;
    margin-bottom: 20px
  }
}
.premiums_example .accordion__content dl div {
  display: flex;
  padding-bottom: 3px;
  font-weight: 700
}
.premiums_example .accordion__content dt {
  background: #ebdaa1;
  width: 32%;
  padding: 8px;
  font-size: 10px;
  display: grid;
  place-content: center;
  text-align: center
}
@media only screen and (min-width:769px) {
  .premiums_example .accordion__content dt {
    padding: 16px 28px;
    font-size: 18px
  }
}
.premiums_example .accordion__content dd {
  background: #fff;
  width: 68%;
  padding: 8px;
  margin: 0;
  font-size: 10px;
  display: grid;
  align-items: center
}
@media only screen and (min-width:769px) {
  .premiums_example .accordion__content dd {
    padding: 16px 28px;
    font-size: 18px
  }
}
.premiums_example .accordion__content .list-type02 {
  margin-bottom: 15px
}
@media only screen and (min-width:769px) {
  .premiums_example .accordion__content .list-type02 {
    margin-bottom: 20px
  }
}
.premiums_example .accordion__content .list-type02 dt {
  background: #85afcc;
  color: #fff
}
.footer__wrapper {
  background-color: #85afcc;
  padding: 15px 12px
}
@media only screen and (min-width:769px) {
  .footer__wrapper {
    padding: 50px 20px
  }
}
.footer__inner {
  background-color: #e1f1fa;
  padding: 30px 15px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  margin-inline: auto
}
@media only screen and (min-width:769px) {
  .footer__inner {
    padding: 50px;
    font-size: 18px;
    max-width: 1100px
  }
}
.copyright {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: block
}
@media only screen and (min-width:769px) {
  .copyright {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 80px
  }
}
.u-overflow-hidden {
  overflow: hidden
}
.u-inline-block {
  display: inline-block
}
@media only screen and (min-width:769px) {
  .u-only-pc {
    display: inline-block
  }
  .u-only-sp {
    display: none
  }
}
@media only screen and (max-width:768px) {
  .u-only-pc {
    display: none
  }
  .u-only-sp {
    display: inline-block
  }
}
@media only screen and (max-width:1000px) {
  .u-only-tb {
    display: inline-block
  }
}
@media only screen and (min-width:1001px) {
  .u-only-tb {
    display: none
  }
}
.u-font-yellow {
  color: #ff0
}
.u-font-orange {
  color: #f15a24
}
.u-font-blue {
  color: #142e8a
}
.u-font-gold {
  color: #a98d58
}
.u-weight-600 {
  font-weight: 600
}
.u-font-palt {
  font-feature-settings: "palt"
}
.u-underline-yellow {
  text-decoration: underline;
  text-decoration-color: #ffff00;
  text-decoration-thickness: 6px;
  text-underline-offset: 0px;
  text-decoration-skip-ink: none
}
.u-font-right {
  text-align: right
}
.u-max-width-600 {
  max-width: 600px;
  margin-inline: auto
}
.u-font-10 {
  font-size: 10px
}
@media only screen and (min-width:769px) {
  .u-font-10-pc {
    font-size: 10px
  }
}
@media only screen and (max-width:768px) {
  .u-font-10-sp {
    font-size: 10px
  }
}
.u-font-12 {
  font-size: 12px
}
@media only screen and (min-width:769px) {
  .u-font-12-pc {
    font-size: 12px
  }
}
@media only screen and (max-width:768px) {
  .u-font-12-sp {
    font-size: 12px
  }
}
.u-font-14 {
  font-size: 14px
}
@media only screen and (min-width:769px) {
  .u-font-14-pc {
    font-size: 14px
  }
}
@media only screen and (max-width:768px) {
  .u-font-14-sp {
    font-size: 14px
  }
}
.u-font-18 {
  font-size: 18px
}
@media only screen and (min-width:769px) {
  .u-font-18-pc {
    font-size: 18px
  }
}
@media only screen and (max-width:768px) {
  .u-font-18-sp {
    font-size: 18px
  }
}
.u-font-20 {
  font-size: 20px
}
@media only screen and (min-width:769px) {
  .u-font-20-pc {
    font-size: 20px
  }
}
@media only screen and (max-width:768px) {
  .u-font-20-sp {
    font-size: 20px
  }
}
.u-font-24 {
  font-size: 24px
}
@media only screen and (min-width:769px) {
  .u-font-24-pc {
    font-size: 24px
  }
}
@media only screen and (max-width:768px) {
  .u-font-24-sp {
    font-size: 24px
  }
}
.u-font-26 {
  font-size: 26px
}
@media only screen and (min-width:769px) {
  .u-font-26-pc {
    font-size: 26px
  }
}
@media only screen and (max-width:768px) {
  .u-font-26-sp {
    font-size: 26px
  }
}
.u-font-28 {
  font-size: 28px
}
@media only screen and (min-width:769px) {
  .u-font-28-pc {
    font-size: 28px
  }
}
@media only screen and (max-width:768px) {
  .u-font-28-sp {
    font-size: 28px
  }
}
.u-font-30 {
  font-size: 30px
}
@media only screen and (min-width:769px) {
  .u-font-30-pc {
    font-size: 30px
  }
}
@media only screen and (max-width:768px) {
  .u-font-30-sp {
    font-size: 30px
  }
}
.u-font-32 {
  font-size: 32px
}
@media only screen and (min-width:769px) {
  .u-font-32-pc {
    font-size: 32px
  }
}
@media only screen and (max-width:768px) {
  .u-font-32-sp {
    font-size: 32px
  }
}
.u-font-40 {
  font-size: 40px
}
@media only screen and (min-width:769px) {
  .u-font-40-pc {
    font-size: 40px
  }
}
@media only screen and (max-width:768px) {
  .u-font-40-sp {
    font-size: 40px
  }
}
.u-font-50 {
  font-size: 50px
}
@media only screen and (min-width:769px) {
  .u-font-50-pc {
    font-size: 50px
  }
}
@media only screen and (max-width:768px) {
  .u-font-50-sp {
    font-size: 50px
  }
}
.u-lh-100 {
  line-height: 1
}
.u-lh-130 {
  line-height: 1.3
}
.u-lh-160 {
  line-height: 1.6
}
.u-mt-10 {
  margin-top: 10px
}
@media only screen and (min-width:769px) {
  .u-mt-10-pc {
    margin-top: 10px
  }
}
@media only screen and (max-width:768px) {
  .u-mt-10-sp {
    margin-top: 10px
  }
}
.u-mt-14 {
  margin-top: 14px
}
@media only screen and (min-width:769px) {
  .u-mt-14-pc {
    margin-top: 14px
  }
}
@media only screen and (max-width:768px) {
  .u-mt-14-sp {
    margin-top: 14px
  }
}
.u-mt-16 {
  margin-top: 16px
}
@media only screen and (min-width:769px) {
  .u-mt-16-pc {
    margin-top: 16px
  }
}
@media only screen and (max-width:768px) {
  .u-mt-16-sp {
    margin-top: 16px
  }
}
.u-mt-18 {
  margin-top: 18px
}
@media only screen and (min-width:769px) {
  .u-mt-18-pc {
    margin-top: 18px
  }
}
@media only screen and (max-width:768px) {
  .u-mt-18-sp {
    margin-top: 18px
  }
}
.u-mt-20 {
  margin-top: 20px
}
@media only screen and (min-width:769px) {
  .u-mt-20-pc {
    margin-top: 20px
  }
}
@media only screen and (max-width:768px) {
  .u-mt-20-sp {
    margin-top: 20px
  }
}
.u-mt-24 {
  margin-top: 24px
}
@media only screen and (min-width:769px) {
  .u-mt-24-pc {
    margin-top: 24px
  }
}
@media only screen and (max-width:768px) {
  .u-mt-24-sp {
    margin-top: 24px
  }
}
.u-mt-32 {
  margin-top: 32px
}
@media only screen and (min-width:769px) {
  .u-mt-32-pc {
    margin-top: 32px
  }
}
@media only screen and (max-width:768px) {
  .u-mt-32-sp {
    margin-top: 32px
  }
}
.u-mt-52 {
  margin-top: 52px
}
@media only screen and (min-width:769px) {
  .u-mt-52-pc {
    margin-top: 52px
  }
}
@media only screen and (max-width:768px) {
  .u-mt-52-sp {
    margin-top: 52px
  }
}
.u-mt-70 {
  margin-top: 70px
}
@media only screen and (min-width:769px) {
  .u-mt-70-pc {
    margin-top: 70px
  }
}
@media only screen and (max-width:768px) {
  .u-mt-70-sp {
    margin-top: 70px
  }
}
.u-mb-0 {
  margin-bottom: 0
}
@media only screen and (min-width:769px) {
  .u-mb-0-pc {
    margin-bottom: 0
  }
}
@media only screen and (max-width:768px) {
  .u-mb-0-sp {
    margin-bottom: 0
  }
}
.u-mb-2 {
  margin-bottom: 2px
}
@media only screen and (min-width:769px) {
  .u-mb-2-pc {
    margin-bottom: 2px
  }
}
@media only screen and (max-width:768px) {
  .u-mb-2-sp {
    margin-bottom: 2px
  }
}
.u-border-dot {
  border-top: #ccc 3px dotted;
  margin-top: 24px;
  margin-bottom: 24px
}
@media only screen and (min-width:769px) {
  .u-border-dot {
    border-top: #ccc 6px dotted;
    margin-top: 50px;
    margin-bottom: 50px
  }
}
.u-flex-1{
  flex: 1;
}