@charset "UTF-8";
#contentArea {
  background: #fff;
  width: 1000px;
  margin: 0 auto;
}

#contentArea header.PJ-header,
#contentArea .PJ-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

#contentArea header.PJ-header:before,
#contentArea .PJ-header:before {
  position: absolute;
  content: url(../img/main_title_icon.png);
  top: -30px;
  left: 0;
}

.PJ-header__title{
  color: #076cb9;
  font-size: 50px;
  font-weight: 200;
  margin: 45px 0;
}

.PJ-layout .howto__area{
  border-top: 1px solid #999999;
  padding: 40px 0;
  margin-bottom: 40px;
  overflow: hidden;
}

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

.PJ-layout .howto__area:last-child{
  margin-bottom: 0;
  padding: 40px 0 80px;
  border-bottom: 1px solid #999999;
}

.howto__movie{
  text-align: center;
}

.howto__title{
  text-align: center;
  font-size: 32px;
  color: #076cb9;
  margin-bottom: 30px;
}

.howto__block{
  overflow: hidden;
  margin-bottom: 15px;
}

.howto__block:last-child{
  margin-bottom: 0;
}

.howto__list{
  width: 100%;
  display: table;
  margin: 0 auto;
}

.howto__item{
  text-align: center;
  display: table-cell;
  /* padding-right: 15px; */
  position: relative;
  padding-right: 65px;
}

/* 矢印を疑似要素で表示 */
.howto__item::after {
  content: "";
  position: absolute;
  top: 128px;
  right: 15px;
  width: 35px;
  height: 132px;
  background: url("../img/arrow.png") no-repeat center center;
  background-size: contain;
}

/* 最後の要素だけ矢印を消す */
.howto__item:last-child {
  padding-right: 0;
}
.howto__item:last-child::after {
  content: none;
}

.howto__img{
  margin-bottom: 20px;
}

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

.PJ-layout .contact__text--typeA{
  font-size: 22px;
}

.PJ-layout .contact__text--typeB{
  font-size: 80px;
}

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

/* クーポンの注意事項 */
#contentArea .howto__block ul li {
  list-style: disc;
}
#contentArea .howto__block ul li strong {
  font-weight: normal;
}

/* 汎用CSS */
.is_hover:hover img {
  opacity: .75;
  -ms-filter: "alpha(opacity=70)";
}
#contentArea .fl > * {
  float: left;
}
#contentArea .cl-red {
  color: #e60012;
}
#contentArea .fz11 {
  font-size: 11px;
}
#contentArea .fz12 {
  font-size: 12px;
}
#contentArea .fz40 {
  font-size: 40px;
}
#contentArea .ta-l {
  text-align: left;
}
#contentArea .ta-c {
  text-align: center;
}
#contentArea .mr28 {
  margin-right: 28px !important;
}
#contentArea .mr50 {
  margin-right: 50px !important;
}
#contentArea .mb7 {
  margin-bottom: 7px !important;
}
#contentArea .mb15 {
  margin-bottom: 15px !important;
}
#contentArea .mb20 {
  margin-bottom: 20px !important;
}
#contentArea .mb27 {
  margin-bottom: 20px !important;
}
#contentArea .mb30 {
  margin-bottom: 30px !important;
}
#contentArea .mb40 {
  margin-bottom: 30px !important;
}
#contentArea .mb42 {
  margin-bottom: 42px !important;
}
#contentArea .mb60 {
  margin-bottom: 60px !important;
}
#contentArea .mb70 {
  margin-bottom: 70px !important;
}
#contentArea .mb100 {
  margin-bottom: 100px !important;
}
#contentArea .ml20 {
  margin-left: 20px !important;
}
#contentArea .ml91 {
  margin-left: 91px !important;
}
#contentArea .ml165 {
  margin-left: 165px !important;
}
#contentArea .ml200 {
  margin-left: 200px !important;
}
#contentArea .pr24 {
  padding-right: 24px !important;
}
.lh-none {
  line-height: 0;
}
.lh-2 {
  line-height: 2;
}