.alertArea {
	display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #eee;
  z-index: 100000;
}
.alertArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  width: auto;
  height: 100%;
  transform: translate(-50%,-50%);
}
@media (orientation: landscape) and (max-height: 500px){
	.alertArea {
		display: block;
  }
}

/*スマホ最適化*/
@media only screen and (max-width: 751px) {
/* =========================================================
container
========================================================= */
  sup{
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
  }
  div#container img{
    max-width: 100%;
  }
  div#container .inner{
    padding: 0;
  }

/* =========================================================
eyecatch
========================================================= */
  div#eyecatch{
    padding-top: 60px;
  }
  div#eyecatch .detail{
    padding: 0 20px 30px;
  }
  div#eyecatch .detail .inner > p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  div#eyecatch .detail .inner > p:last-of-type{
    margin-bottom: 0;
  }

/* =========================================================
sec
========================================================= */
  div.sec{
    padding-bottom: 40px;
  }
  div#sec04{
    padding-bottom: 20px;
  }
  div.sec .tit-box{
    margin-bottom: 15px;
  }
  div.sec .detail h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #007bc7;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  div.sec .detail .text-box{
    padding: 0 20px;
    margin-bottom: 15px;
  }
  div.sec .detail .text-box p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
  }

  div.sec .detail .text-box p.notes{
    font-size: 12px;
    text-indent: -22px;
    padding-left: 22px;
    margin-bottom: 0;
  }

  div.sec .detail .text-box p:last-of-type{
    margin-bottom: 0;
  }
  div.sec .detail .img{
    padding: 0 10px;
    margin: 0 auto 15px;
  }
  div.sec .img-box{
    margin-bottom: 15px;
  }
  div.sec .img-box .img{
    margin: 0;
  }
  div.sec .balloon-box{
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  div.sec .balloon-box .balloon{
    background: #eee;
    box-shadow: 5px 5px 0 #ffdf01;
    padding: 15px;
  }
  div.sec .balloon-box .balloon p{
    font-size: 16px;
    line-height: 1.8;
  }
  div.sec .balloon-box .ico{
    flex-shrink: 0;
    width: 64px;
  }
  .btn{
    padding: 0 20px;
    margin-top: 20px;
  }
  .btn a{
    background: #0071be url(../img/arrow_r_wh.svg) right 10px  center no-repeat;
    background-size: 8px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    box-shadow: 0 0 14px rgb(0, 0, 0, 0.25);
    padding: 20px 0;
  }
  div#sec05{
    background: #eee;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
  }
  div#sec05 h2{
    margin-bottom: 20px;
  }
  div#sec05 .box01{
    margin:0 20px 20px;
  }
  div#sec05 .box01 ul li{
    background: #fff;
    display: flex;
    align-items: stretch;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
  }
  div#sec05 .box01 ul li .simg{
    width: 105px;
    flex-shrink: 0;
    margin-right: 15px;
  }
  div#sec05 .box01 ul li .simg img{
    width: 100%;
  }
  div#sec05 .box01 ul li .detail{
    width: 100%;
    position: relative;
  }
  div#sec05 .box01 ul li .detail .name{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 25px;
  }
  div#sec05 .box01 ul li:nth-of-type(4) .detail .name{
    padding-top: 35px;
  }
  div#sec05 .box01 ul li .detail .name strong{
    color: #f12174;
  }
  div#sec05 .box01 ul li .detail .t-link{
    position: absolute;
    bottom: 0;
    right: 0;
  }
  div#sec05 .box01 ul li .detail .t-link a{
    background: url(../img/arrow_r_bl.svg) right center no-repeat;
    background-size: 6px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-align: right;
    padding-right: 10px;
    display: block;
  }
  div#sec05 .box02{
    background: #fff;
    box-sizing: border-box;
    box-shadow: 5px 5px 0 #ffdf01;
    padding: 15px;
    margin: 0 20px 20px;
  }
  div#sec05 .box02 .img{
    margin-bottom: 10px;
  }
  div#sec05 .box02 .detail h3,
	div#sec05 .box02 .detail .h3-style {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #007bc7;
    margin-bottom: 8px;
  }
  div#sec05 .box02 .detail p{
    font-size: 16px;
    line-height: 1.8;
  }
  div#sec05 .box02 .detail p.t-link{
    font-weight: 700;
    text-align: right;
    margin-top: 5px;
  }
  div#sec05 .coop{
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }
  #footer{
    padding-top: 10px;
  }

}


