@charset "utf-8";

body {
    line-height: 2;
    font-size: 17px;
    font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background-color: #2864a0;
    width:100%;
}

h2.h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    background: #0a6593;
    color: #fff;
    margin-bottom: 0.5em;
}

a {
    transition: 0.6s;
}

a:hover {
    opacity: 0.6;
}

p {
    margin-bottom: 20px;
}
img {
    width: 100%;
    height: auto;
}

section {
    width: 100%;
    margin: 0 auto;
}

.pt_40{
    padding-top:40px;
}

.pt_20{
    padding-top:20px;
}

.pt_10{
    padding-top:10px;
}

.mb-10{
    margin-bottom:-10px !important;
}

.small {
    font-size: 16px;
    text-align: right;
    color:#575757;
    font-weight: 400;
}
.fc_white {
    color:#fff;
}

.inner {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.inner p{
    line-height:1.4;
}

.bgBl {
    background:#0a6593;
    padding:0 5px 0 10px;
}
.bgStr {
  background-image: repeating-linear-gradient(90deg, #e3f2ff, #e3f2ff 13px, #d7eaf7 13px, #d7eaf7 26px);
padding:0;
}
.bgStr p{
font-size: 26px;
font-weight:bold;
color:#0a6593;
text-align: center;
line-height: 1.5;
}
p.lh2{
    line-height:2 !important;
}
.couponCovArea{
    width:80%;
    margin:0 10%;
    position: relative;
}

.couponArea{
    border:double 6px #3ca0c8;
    background: #fff;
    text-align: center;
    padding: 40px 20px 25px;
    width:100%;
    margin:100px 0 10px;
    color: #575757;
    font-weight:bold;
    
}
.couponArea span{
    font-size:20px;
}
.couponArea span.cpnom{
    font-size:32px;
    color:#d34929;
}
.imgOff {
  position: absolute;
  left: -10px;
  top: -75px;
  max-width:446px;
  width:90%;
}
.imgOffunder {
  position: absolute;
  right: -5px;
    bottom: -5px;
  width:73px;
}
.couponAreaSub{
    width:100%;
    margin-left: 0%;
    text-align: center;
}

.howArea{
    width:80%;
    margin:0 10%;
}
.howArea img{
    max-width: 250px;
}
.howAreainner{
    background-color: #fff;
    padding: 30px 30px 10px;
    margin:10px 0;

}
.howAreainner p{
        text-align: left;
        color:#575757;
}
.ftImg{
    width:95%;
    margin-left:2.5%;
    margin-right:2.5%;
}
.footer p{
    padding:30px;
    line-height: 1.5;
    font-size: 15px;
}


/* ボタン */
.button {
    margin: 2em auto 3em;
}

.button a {
    display: block;
    line-height: 70px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    max-width: 90%;
    border-radius: 45px;
    font-size: 30px;
    text-decoration: none;
    background-image: linear-gradient(to right, #dd2e1e 0%, #e6655a 50%, #dd2e1e 100%);
    background-size: 200% auto;
    width: 500px;
    transition: 0.5s;
    position: relative;
}

.button a:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 10%;
}

.button a:hover {
    background-position: right center;
    opacity: 0.9;
}
.spOnly{
    display: none;
}

@media screen and (max-width: 600px) {
.imgOff {
  position: absolute;
  left: -10px;
  top: -30%;
  max-width:446px;
  width:100%;
}
.bgStr p{
font-size: 21px;
}
.spOnly{
    display:initial;
}
.howAreainner{
    padding: 20px 20px 5px;
}
.button a{
    font-size:24px;
    margin: .5em auto 2em;
}
}