@charset "UTF-8";
ul, ol, h3, h4, h5, p, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 100 !important;
}

#regichokuArea {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 100%;
  color: #000000;
  font-family: 'Noto Sans Japanese';
}

#regichokuArea img {
  width: 100%;
  vertical-align: bottom;
  margin: 0;
}

#regichokuArea .page-body {
  padding: 4%;
}

.PJ-header{
  text-align: center;
  margin-bottom: 4%;
  padding: 0 2%;
}

.PJ-header__title{
  display: inline-block;
  color: #076cb9;
  font-size: 140%;
  font-weight: 200;
  margin-bottom: 5%;
  position: relative;
}

.PJ-header__icon{
  width: 40%;
  margin: 0 auto;
}

.PJ-layout{
  padding: 0 4%;
}

.howto__area{
  border-top: 1px solid #999999;
  padding: 6% 0;
  margin-bottom: 6%;
}

.howto__area:first-child{
  margin-bottom: 0;
}

.howto__area:last-child{
  margin-bottom: 0;
  border-bottom: 1px solid #999999;
  padding: 6% 0 12%;
}

.howto__movie{
  text-align: center;
}

.howto__title{
  text-align: center;
  font-size: 120%;
  color: #076cb9;
  margin-bottom: 4%;
}

.howto__list{
  margin: 0 auto 5%;
  padding: 0;
}

.howto__item{
  position: relative;
  margin-bottom: 5%;
  padding-bottom: 50px; /* 矢印分の余白 */
}

/* 矢印を疑似要素で表示 */
.howto__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 35px;
  background: url("../img/arrow.png") no-repeat center center;
  background-size: contain;
}

.howto__item:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}
.howto__item:last-child::after {
  content: none;
}

.howto__img{
  margin: 0 auto 5%;
}

.howto__img.typeA{
  width: 60%;
}

.howto__img.typeB{
  width: 35%;
}

.howto__img.typeC{
  width: 45%;
}

.howto__text{
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.PJ-layout .contact__text--typeA{
  font-size: 90%;
}

.PJ-layout .contact__text--typeB{
  font-size: 3em;
}

.PJ-layout .contact__text{
  text-align: center;
}

/* クーポンの注意事項 */
#regichokuArea .howto__block ul li {
  list-style: disc;
  margin-left: 6%;
}
#regichokuArea .howto__block ul li strong {
  font-weight: 100;
}

/* 汎用CSS */
#regichokuArea .clearfix {
  zoom: 1;
}
#regichokuArea .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#regichokuArea .fl > * {
  float: left;
}
#regichokuArea .cl-red {
  color: #e60012;
}
#regichokuArea .fz80 {
  font-size: 80%;
  -webkit-text-size-adjust: 100%;
}
#regichokuArea .fz200 {
  font-size: 200%;
}
#regichokuArea .ta-l {
  text-align: left;
}
#regichokuArea .w48 {
  width: 48%;
}
#regichokuArea .w79 {
  width: 79%;
}
#regichokuArea .w77 {
  width: 77%;
}
#regichokuArea .mt4 {
  margin-top: 4%;
}
#regichokuArea .mb4 {
  margin-bottom: 4%;
}
#regichokuArea .mb8 {
  margin-bottom: 8%;
}
#regichokuArea .mb12 {
  margin-bottom: 12%;
}
#regichokuArea .ml21 {
  margin-left: 21%;
}
#regichokuArea .ml26 {
  margin-left: 26%;
}
#regichokuArea .pr4 {
  padding-right: 4%;
}