@charset "UTF-8";

.topArea1 {
    text-align: center;
    background-color:pink;
    color: red;
}

/* fair anchor
-------------------------*/
.fair__anchor {
    display: flex;
    gap: 4px;
    align-items: center;
    border-radius: 8px;
    background-color: #2EA307;
    transition: background-color 0.3s;
}
.fair__anchor::after {
    flex-shrink: 0;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    -webkit-mask-image: url("../images/arrow-down_black.svg?sanitize=true");
    mask-image: url("../images/arrow-down_black.svg?sanitize=true");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-left: auto;
}
@media (hover: hover) {
    .fair__anchor:not(.is-disabled-hover):hover {
        background-color: #268507;
    }
}
.fair__anchor-text {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 0.875rem;
    color: #FFFFFF;
}
.fair__anchor-text::before {
    flex-shrink: 0;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    -webkit-mask-image: url("../images/plane_black.svg?sanitize=true");
    mask-image: url("../images/plane_black.svg?sanitize=true");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
  
.topArea3 {
    text-align: center;
    background-color:skyblue;
    color: blue;
}

/* point
-------------------------*/
.point__lead {
    font-size: 0.875rem;
}
.point__heading {
    display: flex;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: bold;
}
.point__heading::before {
    flex-shrink: 0;
    content: "";
    width: 24px;
    height: 24px;
    display: block;
background: no-repeat center center / contain
}
.point__heading--plane::before {
  background-image: url("../images/icon_01.png")
}
.point__heading--japan::before {
  background-image: url("../images/icon_02.png")
}
.point__heading--calendar::before {
  background-image: url("../images/icon_03.png")
}
.point__heading--stores::before {
  background-image: url("../images/icon_04.png")
}
.point__detail {
    font-size: 0.875rem;
    margin-top: 8px;
}
@media print, screen and (min-width: 769px) {
    .point__contents {
        margin-top: 24px;
    }
    .point__item + .point__item {
        margin-top: 24px;
    }
}
@media not all and (min-width: 769px) {
    .point__contents {
        margin-top: 16px;
    }
    .point__item + .point__item {
        margin-top: 16px;
    }
}

.nopc{
  display: none
}
.c-section__heading.step{
  text-align: center;
  font-size: 24px;
  font-weight: normal
}
.step-nav{
  display: flex;
  justify-content: center;
  margin: 0 auto 32px;
  max-width: 335px;
}
.step-nav>li{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  background: #99C4FD;
  color: #fff;
  position: relative
}
.step-nav>li+li{
  margin-left: 72px;
}
.step-nav>li+li:before {
  content: '';
  position: absolute;
  left: -72px;
  top: 50%;
  z-index: 1;
  width: 72px;
  border-top: 1px dashed #3064D5;
}
.step-nav>li:nth-child(2){
  background: #4983d1;
}
.step-nav>li:last-child{
  background: #3064D5;
}
.step-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.step-midashi{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}
.step-midashi>small{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 17px;
  background: #F0F7FF;
  color: #0063B0;
  font-size: 12px;
  margin-right: 4px;
}
.step-txt{
  font-size: 14px;
  line-height: 1.5
}
.note-txt{
  display: block;
  font-size: 12px;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.payment-list{
  font-size: 14px;
}

@media screen and (max-width:768px){
  .nopc{
    display: block;
  }
  .step-list{
    grid-template-columns: auto
  }
}

