@charset "utf-8";

/*トップ*/
.topimageweb{width:calc((100 / 1500) *  295.3877vw);}

/*テキスト↓*/
.formtxt{max-width:1920px;background-color: #E7F5FC;text-align: center;display: block;width:70%;margin:0 auto;padding:10% 5%;font-size: 1rem;}
.formtxt p{text-align: left; display: inline-block;margin-bottom: 7%;font-size:16px;}
.thanksspace{margin-top: 7%;}
/*ボタン↓*/
.topbutton{text-align:center;width:40%;font-size:21px;
color:white;background-color: #398DF3;box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
margin: auto;padding:2%;border-radius: 50px;}
.topbutton{display:inline-block;}


.topbutton::after{
    content:"";
    display: inline-block;
    position:relative;
    width:15px;
    height:15px;
    left:20%;
    background-image:url(../img/10.form/3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    }
/*ボタン↑*/

footer{padding-top:7%;}


/*SP版*/
@media screen and (max-width: 800px) {


/*テキスト↓*/
.formtxt{width:95%;font-size:0.7rem;}
.formtxt p{font-size:10px;}
/*テキスト↑*/

/*ボタン↓*/
.topbutton{width:90%;padding:4%;font-size:14px;}

.topbutton::after{
    width:10px;
    height:10px;
    }
    /*ボタン↑*/
    

    
}