
/************************
お問い合わせフォーム
****************/
#contact {
    background-color: #fff;
    margin-bottom: 2em;
    text-align: center;
    padding: 2em 0;
}
#contact table {
    margin: 0 auto;
}
.contact_th {
    padding: 1em 0;
    font-weight: bold;
    display: block;
    width: 100%;
    color: #02187d;
}
#contact table td {
    display: block;
    width: 100%;
}
.wpcf7-form-control {
    width: 70%;
    display: block;
    background-color: #eaf1f4;
    padding: 8px;
    margin: 0 auto;
}
.submit {
    background: #02187d;
    color: #fff;
    border-radius: 4px;
    width: 200px;
    height: 50px;
    cursor: pointer;
    margin: 2em auto;
}
#contact h2.title {
    display: inline-block;
}
#contact p {
    font-size: 20px;
    font-weight: bold;
}
#contact .blue {
    font-size: 25px;
}
@media (max-width: 425px) {
    /**********
	タブレットサイズとスマートフォンを分けた方がきれいな場合
	ケータイはこちら
	***********/
    .content_box {
        width: 45%;
        height: 45%;
    }
    .case .case_content {
        width: 100%;
    }
}

.header_contact_line a {
    background: #00b900;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}

.header_contact_line a p {
    margin: 10px 20px;
}

.header_contact_line .line_icon {
    width: 50px;
}

.header_contact_line .line_arrow_bottom {
    width: 35px;
}

.contact_line_area {
    padding-top: 60px;
    margin-top: -60px;
}

.contact_line_area > div {
    border: 10px solid #00b900;
    border-radius: 5px;
}

.contact_line_area .df {
    background: #fff;
    padding: 10px 10px 0;
    margin-top: -15px;
    text-align: center;
}

.contact_line_area .df .pc {
    display: none;
}

.mizu {
    margin-top: 20px;
}

.oisogi .toggle_open_btn {
    width: 40px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.oisogi .open {
    position: relative;
    display: none;
    line-height: 0;
}

.oisogi .close {
    position: relative;
    line-height: 0;
}

.oisogi .toggle_close_btn {
    position: absolute;
    top: -25px;
    right: 20px;
    width: 40px;
}

.oisogi .oisogi_tel {
    position: absolute;
    bottom: 7px;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
    width: 97%;
}
