@charset "utf-8";
.formBox {
    margin: 50px 0 0 0;
	padding: 30px 40px;
    border: 2px solid #C7123A;
}
.formList {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
}
.formList .req {
    color: #bd3500;
    font-size: 22px;
    line-height: 50%;
}
.formList .div_text,
.formList .div_radio {
    width: 70%;
    min-width: 70%;
    margin-bottom: 0;
    padding: 0 0 0 20px;
}
.formList input[type=text], 
.formList input[type=email], 
.formList input[type=number], 
.formList input[type=url], 
.formList input[type=tel], 
.formList textarea {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    color: #2b2b2b;
    padding: 8px 10px 8px;
    background: none repeat scroll 0 0 #fff;
}
.formList.urlBox {
    display: block;
}
.formList.urlBox .div_text,
.formList.priv .div_text {
    width: 100%;
    padding: 0;
}
.formList.urlBox .div_text p span {
    display: block;
    margin-bottom: 10px;
}
.formList.urlBox .div_text p span input {
    width: 100%;
}
.wpcf7 form .wpcf7-response-output {
	display: none;
}
.button_div {
    display: flex;
    justify-content: center;
    padding: 50px 0 0;
}
.button_div input {
    cursor: pointer;
    position: relative;
    color: #fff;
    font-weight: bold;
    border: 0;
    background: #C7123A;
    background-image: url(../img/regist_btn_bg.png);
    background-repeat: no-repeat;
    height: 70px;
    width: 240px;
    font-size: 120%;
}
.button_div input:hover {
    opacity: 0.8;
}
.button_div input.wpcf7-previous {
    background: #ccc;
    background-image: none;
    margin-right: 30px;
}
.button_div .wpcf7-spinner {
    display: block;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 767px){

}