.bg_base_top {
	height: 100%;
}

.contact_contents{
    text-align: center;
}

.bg_frame-contact {
    background-color: rgba(181, 129, 52, 0.31);
    width: 80%;
    margin: 2vh auto 7vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 29%);
}

#cal_num_contact {
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

#mw_wp_form_mw-wp-form-90 {
    width:50vw;
    margin:auto;
}

#mw_wp_form_mw-wp-form-69 {
    width:50vw;
    margin:auto;
}

.fixed_contents{
    text-align: left;
}

#contents{
    width:50vw;
}

#cal_num_break_flg {
    display: none;
}

/*ラジオボタン編集*/
span label{
    background-color: #ffffff;
    font-weight: bold;
    border-radius: 11px;
    padding: 7px 8px;
    margin-left: 10px;
    accent-color: #444;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 29%);
}

span label:hover{
    cursor: pointer;
}

input[type="text"],
input[type="email"],
textarea {
    font-family: 'Klee One', cursive;
    outline: none;
    border: 1px solid #aaa;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 29%);
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0 7px rgba(181, 129, 52, 0.31);
  border: 1px solid rgba(181, 129, 52, 0.31);
}

/* 同意 */
.agree_para {
    text-align: left;
}

.agree_policy {
	color:rgba(105, 85, 85, 1);
}

.agree_policy:visited {
	color:rgba(105, 85, 85, 1);
}

/*ボタン編集*/
input[type="submit"] {
    color: #ededed;
    background-color: #909090;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px 15px;
    font-family: 'Klee One', cursive;
    font-size: 1.2rem;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 29%);
}

input[type="submit"]:hover {
    cursor: pointer;
    background-color: white;
    color: #666;
}

/**タブレット対応*/
@media screen and (max-width: 840px){
    #mw_wp_form_mw-wp-form-90 {
        width:80vw;
    }

    #mw_wp_form_mw-wp-form-69 {
        width:80vw;
    }

    .fixed_contents{
        text-align: center;
    }

    #contents{
        width:60vw;
    }
}

/**
スマホ対応
*/
@media screen and (max-width: 428px){
    .bg_frame-contact {
        width:95%;
    }

    .contact_contents {
        font-size: 0.8rem;
    }

    #mw_wp_form_mw-wp-form-90 {
        width:95%;
    }

    #mw_wp_form_mw-wp-form-69 {
        width:95%;
    }

    #cal_num_contact {
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }

    #mail_ad{
        width: 80vw;
    }

    #contents{
        width:80vw;
    }

    #cal_num_break_flg {
        display: inline;
    }

    .mw_wp_form .horizontal-item{
        display: block;
        margin-left:0 !important;
        margin-bottom:25px;
    }
}