*{
    margin: 0;
    padding: 0;
}
.pc_none{
    display: none;
}
@media (max-width: 800px){
    .sp_none{
        display: none;
    }
    .pc_none{
        display: block;
    }
}
.contents_box{
    width: 1000px;
    margin: auto;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue,Hiragino Kaku Gothic ProN","ãƒ¡ã‚¤ãƒªã‚ª",meiryo,sans-serif;

}
.ctaBtn {
    text-align: center;
    margin: 40px 0;
}
.ctaBtn p {
    margin-top: 10px;
}
.fvTxet {
    text-align: center;
    padding: 30px;
    margin-bottom: 50px;
    border: 6px solid #04a438;
    font-weight: bold;
    line-height: 29px;
}
.fvTxet p span{
    color: #04a438;
}
h2.ttl {
    background: #029df9;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    font-size: 35px;
    letter-spacing: 1px;
}
h2.ttl {
    background: #029df9;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    font-size: 35px;
    letter-spacing: 1px;
    margin: 70px 0 40px;
}
h2.ttl span {
    font-size: 125%;
}
h3.point3_ttl {
    border-bottom: 2px solid #029df9;
    margin: 25px 0 15px;
}
h3.point3_ttl_kaso{
    border-bottom: 2px solid #029df9;
    margin: 25px 0 15px;
    color:#029df9;
    font-size: 1.3em;
}

h3.point3_ttl > span {
    display: block;
    color: #029df9;
}
h3.point3_ttl > span > span{
    color: #029df9;
    font-size: 25px;
}
.discountText {
    background-image: url(../img/discountBg_pc.png);
    background-size: cover;
    height: 280px;
    box-sizing: border-box;
    padding: 85px 0;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 1px;
}
.discountText span:nth-of-type(1) {
    border-bottom: 2px solid #04a438;
}
.discountText span:nth-of-type(2) {
    color: #f10505;
}
p.annotation {
    font-size: 13px;
}
.discountArea {
    margin: 70px 0;
}

footer {
    background: #029df9;
    color: #ffffff;
    padding: 50px 100px;
    font-size: 15px;
    margin-top: 100px;
}
footer h2 {
    font-size: 18px;
    margin-bottom: 8px;
    display: inline-block;
}
footer h2:after {
    content: "";
    background: #ffffff;
    height: 1px;
    width: 690px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
footer p {
    font-size: 14px;
    letter-spacing: 1px;
}
@media (min-width: 800px){
    .companyListImg{
        padding: 10px;
        text-align: center;
    }
    .companyListImg img {
        width: 19%;
        border: 1px solid #c3c3c3;
    }

}
@media (max-width: 800px){
    .contents_box {
        width: 100%;
    }
    img {
        max-width: 100%;
    }
    .ctaBtn {
        margin: 5% auto 10%;
        width: 94%;
    }
    .ctaBtn p {
        margin-top: 3%;
        font-size: 13px;
        text-align: left;
    }
    .fvTxet {
        text-align: center;
        padding: 3%;
        margin-bottom: 50px;
        border: 2px solid #04a438;
        font-weight: bold;
        line-height: 30px;
        width: 94%;
        box-sizing: border-box;
        margin: 5% auto;
        text-align: left;
        font-size: 17px;
    }
    h2.ttl {
        padding: 3% 0;
        font-size: 6.2vw;
        letter-spacing: 0px;
        margin: 12% 0 6%;
    }
    h3.point3_ttl {
        border-bottom: 1px solid #029df9;
        width: 94%;
        margin: 5% auto 3%;
        font-size: 18px;
    }
    h3.point3_ttl_kaso{
        border-bottom: 1px solid #029df9;
        width: 94%;
        margin: 5% auto 3%;
        font-size: 19px;
        color:#209df9;
    }
    h3.point3_ttl > span {
        font-size: 15px;
    }
    h3.point3_ttl > span > span {
        font-size: 20px;
    }
    .point3 > p {
        width: 94%;
        margin: auto;
        line-height: 1.6;
    }
    .discountText {
        background-image: url(../img/discountBg_sp.png);
        height: auto;
        padding: 10% 0;
        font-size: 5.3vw;
        font-weight: bold;
        line-height: 37px;
        letter-spacing: 0px;
    }
    p.annotation {
        font-size: 12px;
        width: 94%;
        margin: 2% auto;
    }
    .discountArea {
        margin: 15% 0 10%;
    }
    .companyListImg{
        padding: 10px;
        text-align: center;
    }
    .companyListImg img {
        /* margin: auto; */
        width: 28vw;
        /* margin: 3%; */
        border: 1px solid #c3c3c3;
    }
    .flow {
        margin-bottom: 12%;
    }
    .flow img {
        width: 94%;
        margin: auto;
        display: block;
    }
    footer {
        padding: 10% 10% 15%;
    }
    footer h2:after {
        width: 180px;
    }
    footer p {
        line-height: 1.8;
    }
}
.footer a {
    color: #fff!important;
}	


.mt10{
    margin-top: 10px!important;
}
.fwB{
    font-weight: bold;
}

dl{
    margin-top: 10px;
    width:98%;
    margin:auto;
}
@media (max-width: 800px){
    dl{
        margin-top: 10px!important;
        width: 94%;
        margin: auto;
    }
    dd{
        width: 90%;
        margin: auto;
    }
}

dt{
    margin-top: 10px;
}
dt{
    border-left: 4px solid #029df9;
    padding: 0px 0px 0 10px;
    font-weight: bold;
}


@media (min-width: 800px){
    dd{
        width: 97%;
        margin: auto;
    }
}
