@charset "utf-8";



/* form */

form {
    width:100%;
    max-width:800px;
    margin:50px auto;
}
form dl {
    margin:0 auto 30px;
    display:flex; flex-flow:row wrap; justify-content:space-between; align-content:flex-start; align-items:flex-start;
}
dl.hissu dt {
    width:20%;
    padding:0 0 20px 70px;
    font-size:1.2rem;
    font-weight:700;
    position: relative;
}
dl.hissu dt:after {
    content: "必須";
    padding: 0 10px;
    color: #fff;
    font-size:1rem;
    font-weight:normal;
    position:absolute; top:4px; left:0;
    border-radius:3px;
    background:#0e8453;
}
dl.hissu dd {
    width:70%;
}

button, [type="text"], [type="postal-code"], select, option, textarea {
    width:98%;
    margin: 0;
    padding:10px 1%;
    line-height:1.5;
    border-radius:2px;
    border:solid 1px #969696;
    background:#fff;
}

textarea {
    min-height:200px;
    border-radius: 3px 3px 0 3px;
}

form label {
    padding: 5px 0 0 50px;
    display: block;
    position: relative;
    cursor:pointer;
}

input[type="submit"] {
    width:300px;
    margin: 50px auto 0;
    padding: 15px 0;
    display:block;
    font-size: 1.15rem;
    color: #fff;
    text-align: center;
    border-radius:50px;
    background: #0e8453;
    transition: .3s;
    cursor: pointer;
}
input[type="submit"]:hover {
    color: #fff;
    background:#676460;
}

.back-advance {
    width:100%;
    margin:50px auto 0;
    display:flex; flex-flow:row wrap; justify-content:center; align-content:center; align-items:center;
}
.back-advance a ,
.back-advance input[type="submit"] {
    width:300px;
    margin: 0 5px;
    padding:15px 0;
    color: #fff;
    text-align: center;
    border-radius:50px;
    transition: .3s;
    cursor: pointer;
}
.back-advance a {
    background:#676460;
}
.back-advance input[type="submit"] {
    background:#0e8453;
}

.back-advance input[type="submit"]:hover {
    opacity: .6;
}

@media only screen and (max-width:640px){

    form dl {
        margin:30px auto 0;
    }
    dl.hissu dt {
        width:80%;
        padding:0 0 20px 70px;
    }
    dl.hissu dd {
        width:100%;
    }
    .back-advance {
        margin:30px auto 0;
    }
    .back-advance a ,
    .back-advance input[type="submit"] {
        width:80%;
        margin: 10px 0;
        padding:15px 0;
    }
    .back-advance input[type="button"] {
        width:80%;
        margin: 10px 0;
        padding:15px 0;
    }

}

input[type="button"] {
    width:300px;
    margin: 50px auto 0;
    padding: 15px 0;
    display:block;
    font-size: 1.15rem;
    color: #fff;
    text-align: center;
    border-radius:50px;
    background: #0e8453;
    transition: .3s;
    cursor: pointer;
}
input[type="button"]:hover {
    color: #fff;
    background:#676460;
}

.back-advance input[type="button"] {
    width:300px;
    margin: 0 5px;
    padding:15px 0;
    color: #fff;
    text-align: center;
    border-radius:50px;
    transition: .3s;
    cursor: pointer;
}
.back-advance input[type="button"] {
    background:#0e8453;
}
.back-advance input[type="button"]:hover {
    opacity: .6;
}




/* 確認画面 */

.kakunin dl.hissu dt {
    padding-left:0;
}
.kakunin dl.hissu dt::after {
    display:none;
}

@media only screen and (max-width:640px){
}



/* エラー画面 */

.error dl.hissu dd {
    color:#f04e8e;
}

@media only screen and (max-width:640px){
}



/* 完了画面 */

.thankyou p {
    margin-bottom:20px;
}

@media only screen and (max-width:640px){
}

#wait {
	display: none;
	position: fixed;
	z-index: 999999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.6);
	padding-top: 0px;
	text-align: center;
}
 
#loading_icon {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
}
