@media all{

h2 {
    margin: 0 0 1.5em !important;
    font-size: 1.1em !important;
    font-weight: normal;
    text-align: center;
}

h2 + p {
    display: block;
    overflow: hidden;
    margin: 0 auto 5em;
    width: fit-content;
}
	
h3 + ul,h3 + p + ul{list-style:none;}
h3 + ul li,h3 + p + ul li{margin:0;}
h3 + ul li::before,h3 + p + ul li::before{content:"・";}
.btn{width:300px !important;}
.btn + h3{padding-top:3em;}

.btn {
    width: 300px !important;
}
	
}

@media screen and (max-width:640px) {
.btn{width:99% !important;}

}