
@charset "UTF-8";

/*====================================

    #wp_contact

====================================*/

#wp_contact {
    padding: 0 20px;
}

/*====================================

    #wp_step

====================================*/

#wp_step {
    padding: 0 20px;
    margin-bottom: 40px;
}
#wp_step ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 300px;
}
#wp_step ul:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
#wp_step ul li {
    margin-right: 10px;
}
#wp_step ul li:last-child {
    margin-right: 0px;
}
#wp_step ul li p {
    line-height: 1em;
    padding: .4rem 1rem;
    border: 1px solid #000;
    background: #fff;
}
#wp_step ul li.active p {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

/*====================================

    #wp_form

====================================*/

.input_container {
    width: 100%;
    max-width: 100%;
}
.input_container input:focus ~ label,
.input_container textarea:focus ~ label,
.input_container input:valid ~ label,
.input_container textarea:valid ~ label {
    font-size: 0.75em;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
    position: absolute;
}
.input_container .styled-input {
    float: left;
    width: 100%;
    position: relative;
}
.input_container .styled-input label {
    color: #999;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}
.input_container input,
.input_container textarea,
.confirm_area .styled-input .confirm {
    padding: 20px 0;
    border: 0;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
.confirm_area .styled-input .confirm {
    display: block;
}
.input_container input:focus,
.input_container textarea:focus {
    outline: 0;
}
.input_container input:focus ~ span,
.input_container textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}
.input_container textarea {
    width: 100%;
    min-height: 200px;
}
.input_container input[type=checkbox] + label {
    color: #ccc;
}
.input_container input[type=checkbox]:checked + label {
    color: #f00;
    font-style: normal;
}
.input_container .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

/*====================================

    #wp_thanks

====================================*/

#wp_thanks {
    padding: 0 20px;
    margin-bottom: 60px;
}
#wp_thanks h5 {
    font-size: 160%;
    margin-bottom: 20px;
}
#wp_thanks p {
    margin-bottom: 20px;
}






/*====================================

    #contact form 7

====================================*/

.confirm_area,
.thanks_area {
    display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}

.input_container .styled-input label.is-active {
    font-size: 0.75em;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
    position: absolute;
}

.wpcf7-not-valid-tip {
    margin-top: -20px;
}