@charset "UTF-8";
/* common */
#contentArea {
  background: white;
  width:1000px;
  margin: 0 auto;
}
#contentAreaInner {
  padding:0;
  margin:0;
}
#contentArea h2{
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6,
p,
ul,ol,li,dl,dt,dd,
img,
form {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
  border: 0;
  vertical-align: top;
}

/* content
----------------------------------------------------*/
#receiptArea {
	color: #221f20;
  font-family: "Noto Sans Japanese";
  font-size: 16px;
}

.main__block{
  margin-bottom: 60px;
}

.top-banner__area{
  margin-bottom: 60px;
}

.nav__area{
  letter-spacing: -.4em;
  margin-bottom: 60px;
  text-align: center;
}
.nav__list{
  letter-spacing: normal;
  display: inline-block;
  margin-right: 40px;
}
.nav__list:last-child{
  margin-right: 0;
}

.contents__block{
  margin-bottom: 60px;
}
.contents__block.typeA{
  margin-bottom: 170px;
}
.contents__title{
  background: #0361A6;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  padding: 7.5px 30px;
}
.contents__inner{
  text-align: center;
  padding: 30px 30px 0;
}

.buy-step__block{
  margin-bottom: 60px;
}
.buy-step__img{
  margin-bottom: 30px;
}

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

.contents-inner__title{
  background: #D8EDF7;
  font-size: 24px;
  line-height: 30px;
  padding: 7px 30px;
  text-align: left;
  color: #333333;
}

.buy-contents__img{
  margin-top: 30px;
}

.time__area{
  letter-spacing: -.4em;
  margin-bottom: 60px;
}
.time__block{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 455px;
  margin-right: 30px;
}
.time__block:last-child{
  margin-right: 0;
}
.time-contents__img{
  margin-top: 20px;
}
.time-contents__img.typeA{
  text-align: left;
  margin-top: 74px;
}

.time-table{
  margin-top: 30px;
  margin-bottom: 60px;
}
.time-table__block{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #0F2386;
  margin-bottom: 30px;
}
.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{
  width: 14%;
  border: 1px solid #0F2386;
}
.time-table__block th img{
  width: 100%;
}
.time-table__block td{
  color: #333333;
  font-size: 21px;
  text-align: center;
  border: 1px solid #0F2386;
}
.time-table__block td:first-child{
  background: #ffffff;
  font-size: 14px;
  padding: 8px 0 11px;
}
.time-table__block td sup{
  font-size: 16px;
}

.howto__img{
  margin-bottom: 60px;
}

.howto__block{
  border: 2px solid #1D2088;
  border-bottom: none;
  margin-bottom: 30px;
}
.howto__block.typeA{
  margin-bottom: 60px;
}
.howto__inner{
  padding: 20px 26px 0;
}
.howto__text{
  font-size: 24px;
  color: #000000;
  text-align: left;
  margin-bottom: 20px;
}
.howto__list{
  letter-spacing: -.4em;
  margin-bottom: 30px;
}
.howto__item{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 28px;
  width: 532px;
}
.howto__item:last-child{
  width: 322px;
  margin-right: 0;
}
.howto__context{
  font-size: 16px;
  text-align: left;
  color: #000000;
}
.howto__date{
  position: relative;
  bottom: -8px;
}
.howto__date img{
  width: 100%;
}

.win__area{
  margin-top: 30px;
}
.win__list{
  letter-spacing: -.4em;
}
.win__item{
  letter-spacing: normal;
  display: inline-block;
  width: 460px;
  vertical-align: middle;
  margin-right: 50px;
}
.win__item:nth-child(2){
  margin-right: 0;
  margin-bottom: 30px;
}
.win__item:last-child{
  margin-right: 0;
}
.win__item.typeA{
  width: 430px;
}

.faq__block{
  border-bottom: 1px solid #999999;
  text-align: left;
  margin-bottom: 30px;
}
.faq__block:last-child{
  margin-bottom: 0;
}
.faq__question{
  letter-spacing: -.4em;
  border-bottom: 1px dotted #0060B0;
  margin-left: 23px;
  padding-bottom: 23px;
}
.faq__answer{
  letter-spacing: -.4em;
  padding-top: 29px;
  padding-bottom: 40px;
}
.faq__title{
  font-size: 35px;
  text-align: left;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.faq__title--question{
  color: #3695F5;
  margin-left: -24px;
}
.faq__title--answer{
  color: #E60012;
}
.faq__text{
  font-size: 22px;
  text-align: left;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.faq__text--question{
  color: #3695F5;
  padding-left: 23px;
}
.faq__text--answer{
  color: #E60012;
  padding-left: 23px;
  vertical-align: text-top;
  width: 94%;
}

.contact__area{
  letter-spacing: -.4em;
}
.contact__block{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 450px;
  margin-right: 40px;
}
.contact__block:last-child{
  margin-right: 0;
}
.contact__textarea{
  text-align: left;
  margin-top: 30px;
  margin-left: 30px;
}
.contact__textarea:last-child{
  margin-left: 0;
}
.contact__title{
  font-family: tbudgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 17px;
  line-height: 1;
}
.contact__number{
  font-family: tbudgothic-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  margin-bottom: 17px;
  line-height: 1;
}
.contact__time{
  font-family: tbudgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
.contact__day{
  font-family: tbudgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}
.contact__link{
  font-family: tbudgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
}
.contact__link a{
  color: #0068B7;
}

/*20220222_Add*/
/*
#caution{
  background: url('../img/caution_bg01.png') top 80px right 30px no-repeat;
}
*/
.caution__text{
  color: #ff0000;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

/*20210929_Add*/
#annotation {
  width: 952px;
  margin: 10px auto 20px;
  padding: 10px 20px;
  border: #FF0000 solid 4px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#annotation p {
    color: #FF0000;
    font-size: 18px;
    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;
}

.bg_base{
  position :relative;
}

.bg_base .c{
  position:absolute;
  width:110px;
  top: -28px;
  right:0;
}

/*250128_Add*/
.win__area .win__list02 {
  width: 940px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.win__area .win__list02 .win__item02 {
  margin-right:20px;
  width: 220px;
  height:130px;
}
.win__area .win__list02 .win__item02:nth-child(4n) {
  margin-right:0 ;
}
a.howto__btn {
  width: 100%;
  height:100%;
  font-size: 1.2rem;
  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;
}
  a.howto__btn:hover {
  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;
  }

