@charset "utf-8";
#wrapper {
  width: 100%; max-width: 800px;
  margin: 0 auto; background: #fff;
}
img{width: 100%;}

header{
  border-bottom: solid 1px #000;
}
.caution{
  padding: 80px 25px 40px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
}
.caution .inner{
  max-width: 1000px;
  margin: 0 auto;
  border: solid 7px #C1272D;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  padding: 60px 0 40px;
  position: relative;
}
.caution-ttl{
  position: absolute;
  top: -40px;
  width: 100%;
  text-align: center;
}
.caution-txt1{
  display: inline-block;
  background-image: url(../img/caution-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  padding: 20px 70px 40px;
  text-shadow: 0 0 5px rgba(0,0,0,0.5)
}
.caution-img1{
  position: absolute;
  width: 100%;
  top: -20px;
}
.caution-txt2{
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.caution-txt3{
  font-size: 18px;
  line-height: 1.7;
}
.caution .red{
  font-size: 22px;
  margin-bottom: -3px;
  display: inline-block;
}
.bold{
  font-weight: bold;
}
.red{
  color: #C1272D;
}
.underline {
  background: -webkit-linear-gradient(transparent 60%, #FFFF00 0%);
  background: -o-linear-gradient(transparent 60%, #FFFF00 0%);
  background: linear-gradient(transparent 60%, #FFFF00 0%);
  padding: 0 3px 2px 3px;
}
.offer01 {
  position: relative;
}
.offer01 a {
  display: block;
 /* width: 310px;
  height: 230px;
  position: absolute;
  top: 70px;
  left: 56px;*/
}
.offer01 a:hover {
  background: #FFF;
  opacity: .2;
}
#offer ul{
  letter-spacing: -.4em;
}
#offer li {
  display: inline-block;
  width: 50%;
  ;text-shadow: none;
}

.forminfo{text-align: center; margin: 30px 0 20px; font-weight: bold; font-size: 18px;}
.forminfo2{background: #3998D0; padding: 20px; }
.forminfo2 li{color: #fff; font-size: 20px; font-weight: bold; text-indent: -1em; padding-left: 1em; margin-bottom: 10px; border-bottom: solid 1px #ddd; padding-bottom: 5px;}
.forminfo2 li:last-of-type{border: none; padding-bottom: 0;}
.forminfo2 li span:first-of-type{font-size: 18px; font-weight: normal;}
.forminfo2 li span:nth-of-type(2){font-weight: normal; color: #F3EA2E;}
.forminfo2 li span b{font-weight: bold; font-size: 26px;}

footer {
  background: #f2f2f2;
  padding: 5.9vw 0;
}
footer ul li a {
  color: #4d4d4d;
  font-size: 24px;
  display: block;
  padding: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

footer .copy{text-align: center; font-size: 14px;}

@media screen and (max-width: 480px){
  .pc{
    display: none;
  }
  .caution{
    padding: 25px 3%;
    -webkit-text-size-adjust: auto;
    text-size-adjust: auto;
  }
  .caution-txt1 p{
    font-size: 30px;
  }
  .caution-txt1 p img{
    width: 35px;
  }
  .caution-txt2{
    font-size: 26px;
  }
  .caution-txt2 .red{
    font-size: 30px;
  }
  .caution-txt3{
    font-size: 26px;
    padding-right: 150px;
  }
	.forminfo2 li{font-size: 18px;}
	.forminfo2 li span:first-of-type{font-size: 16px;}
	footer ul li a{font-size: 16px;}
}

