@charset "UTF-8";
/*============================
base
============================*/
body{
  -webkit-text-size-adjust: none;
}

ul,h2,h3,h4,h5,p,dl,dt,dd {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/* content
----------------------------------------------------*/
#receiptArea {
  font-size: 100%;
  font-family: "Noto Sans Japanese";
}

#receiptArea img{
  width: 100%;
  vertical-align: bottom;
}

.main__block{
  margin-bottom: 12%;
}

.top-banner__area{
  margin: 0 3% 12%;
}

.nav__area{
  letter-spacing: -.4em;
  margin: 0 3% 12%;
  text-align: center;
}
.nav__list{
  width: 30%;
  letter-spacing: normal;
  display: inline-block;
  margin-right: 4%;
}
.nav__list:last-child{
  margin-right: 0;
}

.contents__block{
  margin-bottom: 12%;
}
.contents__block.typeA{
  margin-bottom: 20%;
}

.contents__block.operation{
  position: relative;
}

#receiptArea .contents__block.operation img.c{
  width: 80px;
  position: absolute;
  top: -15px;
  right: -5px;
}

.contents__title{
  background: #0361A6;
  color: #ffffff;
  font-size: 110%;
  line-height: 30px;
  padding: 1% 4%;
}
.contents__inner{
  text-align: center;
  padding: 5% 3% 0;
}

.buy-step__block{
  margin-bottom: 12%;
}
.buy-step__img{
  margin-bottom: 5%;
}

.contents__list{
  text-align: left;
}
.contents__item{
  font-size: 70%;
  color: #333333;
}
.contents__list.typeA .contents__item{
  color: #000000;
}

.contents-inner__title{
  background: #D8EDF7;
  font-size: 100%;
  line-height: 30px;
  padding: 1% 4%;
  text-align: left;
  color: #333333;
}


.buy-contents__img{
  margin: 8% 12% 0;
}
.buy-contents__text{
  color: #0060B0;
  text-align: center;
  font-size: 80%;
  margin-top: 2%;
}

.time__area{
  margin-bottom: 12%;
}
.time__block{
  margin-bottom: 10%;
}
.time__block:last-child{
  margin-bottom: 0;
}


.time-contents__img{
  margin-top: 6%;
}
.time-contents__img:last-child{
  margin-top: 4%;
}
.time-contents__img.typeA{
  text-align: left;
  margin: 6% 10% 0;
}

.time-table{
  margin-top: 5%;
  margin-bottom: 12%;
}

.time-table_image{
  text-align: center;
  margin: 3% 15% 0;
}

.time-table__block{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #0F2386;
  margin-bottom: 5%;
}
.time-table__block tr:nth-child(odd){
  background: #D1DEF3;
}
.time-table__block tr:nth-child(even){
  background: #E4F6FF;
}
.time-table__block tr:first-child{
  background: #ffffff;
}
.time-table__block th{
  box-sizing: border-box;
  border: 1px solid #0F2386;
}
#receiptArea .time-table__block th img{
  margin: 0 auto;
}
.time-table__block td{
  color: #333333;
  font-size: 85%;
  text-align: center;
  border: 1px solid #0F2386;
}
.time-table__block td:first-child{
  background: #ffffff;
  font-size: 75%;
  padding: 2% 1% 2%;
  width: 22%;
}
.time-table__block td sup{
  font-size: 85%;
}

.howto__img{
  margin-bottom: 8%;
}

.howto__block{
  border: 2px solid #1D2088;
  margin-bottom: 12%;
}
.howto__block:last-child{
  margin-bottom: 12%;
}
.howto__inner{
  padding: 5% 4%;
}
.howto__text{
  font-size: 80%;
  color: #000000;
  text-align: left;
  margin-bottom: 4%;
}
.howto__list{
  letter-spacing: -.4em;
}
.howto__item{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 6%;
  width: 38%;
}
.howto__item:last-child{
  width: 55%;
  margin-right: 0;
}
.howto__context{
  font-size: 80%;
  text-align: left;
  color: #000000;
}
.howto__section{
  border: 2px solid #1D2088;
}
.howto__date{
  position: relative;
}
.howto__btn{
  margin: 4% 4%;
}

.win__area{
  margin-top: 5%;
}
.win__item{
  margin-bottom: 5%;
}
.win__item:last-child{
  margin-bottom: 0;
}
.win__item.typeA{
  width: 95%;
}

.faq__block{
  border-bottom: 1px solid #999999;
  text-align: left;
  margin-bottom: 6%;
}
.faq__block:last-child{
  margin-bottom: 0;
}
.faq__question{
  letter-spacing: -.4em;
  border-bottom: 1px dotted #0060B0;
  margin-left: 6%;
  padding-bottom: 5%;
}
.faq__answer{
  letter-spacing: -.4em;
  padding-top: 5%;
  padding-bottom: 8%;
}
.faq__title{
  font-size: 150%;
  text-align: left;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: baseline;
}
.faq__title--question{
  color: #3695F5;
  margin-left: -6%;
}
.faq__title--answer{
  color: #E60012;
}
.faq__text{
  font-size: 90%;
  text-align: left;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: text-top;
  width: 90%;
}
.faq__text--question{
  color: #3695F5;
  padding-left: 5%;
}
.faq__text--answer{
  color: #E60012;
  padding-left: 5%;
  vertical-align: text-top;
}

.contact__block{
  margin-bottom: 6%;
}
.contact__block:last-child{
  margin-bottom: 0;
}
.contact__textarea{
  text-align: left;
  margin: 6% 4% 0;
}
.contact__title{
  font-family: tbudgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 100%;
  margin-bottom: 5%;
  line-height: 1;
}
.contact__number{
  font-family: tbudgothic-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 205%;
  margin-bottom: 5%;
  line-height: 1;
  text-decoration: none;
}
.contact__time{
  font-family: tbudgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 100%;
  line-height: 1;
  margin-bottom: 3%;
}
.contact__day{
  font-family: tbudgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 1;
}
.contact__link{
  font-family: tbudgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 100%;
}
.contact__link a,
.contact__number a{
  color: #0068B7;
}

/*20220220_Add*/

.caution__text{
  color: #ff0000;
  text-align: center;
  font-size: 80%;
  margin-bottom: 6%;
}

/*20210929_Add*/
#annotation {
  width: 98%;
  margin: 10px auto 20px;
  border: #FF0000 solid 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.annotationInner {
  padding: 4%;
}
#annotation p {
    color: #FF0000;
    font-size: 14px;
    text-align: left;
    line-height:1.5;
}
#annotation p a {
  color: #FF0000;
}
.oshirase {
  text-align: left;
  color: #FF0000;
  padding:20px 0 0 0;
}
.oshirase .bold {
  font-weight: bold;
}
.mb15 {
  margin-bottom: 15px;
}
/*250128_Add*/
.win__area .win__list02 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.win__area .win__list02 .win__item02 {
  margin:0 5px 20px 5px;
  width: 100%;
  max-width: 400px;
  height:5em;

}
.win__item02 a.howto__btn {
  width: 100%;
  height:100%;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 15px;
  border: #3695f5 1px solid;
  color: #3695f5;
  background: #fff84f;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin: 0;
}
  a.howto__btn:hover,
  a.howto__btn:active,
  a.howto__btn:focus {
  opacity: 0.6;
  text-decoration: none;
  }
  a.howto__btn:visited {
    color: #3695f5;
  }
  a.howto__btn .howto_button_txt {
  text-align: left;
  width: 75%;
  padding:0 5% 0 8%;
  }
  a.howto__btn .howto_button_txt .button_txt_under {
  text-decoration: underline;
  }
  a.howto__btn .howto_button_arrow {
  content:"";
  width: 25%;
  height:80%;
  border-left: 1px solid #3695f5;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  a.howto__btn .howto_button_arrow_inner01 {
  position: relative;
  width: 30px;
  height: 30px;
  }
  a.howto__btn .howto_button_arrow_inner01::before,
  a.howto__btn .howto_button_arrow_inner01::after {
  content: "";
  position: absolute;
  top: calc(50% - -1px);
  right: 0;
  width: 20px;
  height: 3px;
  border-radius: 9999px;
  background-color: #3695f5;
  transform-origin: calc(100% - 1px) 50%;
  }
  a.howto__btn .howto_button_arrow_inner01::before {
  transform: rotate(45deg);
  }
  a.howto__btn .howto_button_arrow_inner01::after {
  transform: rotate(-45deg);
  }
  a.howto__btn .howto_button_arrow_inner02 {
  position: relative;
  }
  a.howto__btn .howto_button_arrow_inner02::before,
  a.howto__btn .howto_button_arrow_inner02::after {
  content:"";
  width: 5px;
  height:5px;
  background: #3695f5;
  border-radius: 5px;
  }
  a.howto__btn .howto_button_arrow_inner02::before {
  position: absolute;
  top:50%;
  right:15px;
  }
  a.howto__btn .howto_button_arrow_inner02::after {
  position: absolute;
  top:50%;
  right:25px;
  }