@charset "UTF-8";
#contact_info{
    border: 1px solid #6c8193;
    padding: 40px;
    margin-top: 10px;
}

#contact_info .tel_box{
    margin-bottom: 50px;
}
#contact_info .tel_box h2{
    margin-top: 0 !important;
}

#contact_info a.tel{
	color: #1b52aa;
	font-weight: 700;
}
#contact_info a.tel small{
	font-size: 120%;
	padding-right: 0.5em;
}
#contact_info a.tel em{
	font-size: 2.6em;
}
#contact_info .address_box{
    align-content: center;
}
#contact_info .address_box dl{
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#contact_info .address_box dl:first-of-type{
    border-right: 1px solid #ccc;
    margin-right: 20px;
}
#contact_info .address_box dt{
    width: 100px;
    margin-right: 2em;
    text-align: center;
}

input,textarea{
    display: block;
    width: 100%;
    font-size: 110%;
}
textarea{
    resize: vertical;
    min-height: 200px;
}
input::placeholder,textarea::placeholder{
    color: #6c8193;
}
#postcode1{
    display: inline-block;
    width: 30%;
    min-width: 150px;
    margin-left: 0.5em;
}
#address1{
    margin-top: 0.5em;
}

#mail{
    max-width: 680px;
}
#mail table,
#mail table tr,
#mail table th{
    border: none;
}
#mail table td,
#mail table th{
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
#mail table td{
    padding-top: 5px;
    padding-bottom: 25px;
}
#mail table th{
    padding-top: 25px;
    padding-bottom: 0;
}
#mail table th.hissu::after{
    content: "\5FC5\9808\9805\76EE";
    display: inline-block;
    background: #1b52aa;
    color: #fff;
    font-size: 70%;
    font-weight: normal;
    vertical-align: text-bottom;
    padding: 1px 5px;
    margin-left: 10px;
}
#mail table td img{
    display: block;
    margin-bottom: 10px;
}
#mail small{
    display: block;
}
#mail .txt{
    text-align: center;
}
#mail button{
    font-size: 120%;
    font-weight: bold;
    display: block;
    margin: 50px auto;
    cursor: pointer;
    width: 100%;
    filter: drop-shadow(0 5px 20px rgba(11%, 32%, 67%,0.3));
    transition: all ease .3s;
}
#mail button:hover{
    transform: translateY(5px);
    background: #154387;
    filter: drop-shadow(0 5px 20px rgba(11%, 32%, 67%,0.8));
}

#policy > dt{
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 110%;
    position: relative;
    padding: 15px 15px 15px 25px;
    border-color: #ccc;
    transition: all ease .3s;
}
#policy > dt:hover,#policy > dt.open{
    background: #f0f4f7;
}
#policy > dt::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #1b52aa;
    transition: all ease .3s;
}

#policy dl dt{
    margin-top: 30px;
    margin-bottom: 10px;
}
#policy dl dt{
    display: table;
}
#policy ul.list{
    margin-left: 1em;
}


@media screen and (min-width: 0px) and (max-width: 600px){/* smart */
    #contact_info{
        padding:40px 15px;
    }

    #contact_info .address_box dl{
        width: 100%;
        flex-direction: column;
    }
    #contact_info .address_box dl:first-of-type{
        border-right: 0;
        border-bottom: 1px solid #ccc;
        margin-right: 0px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #contact_info .address_box dt{
        width: 100px;
        margin-right: 0;
        margin-bottom: 10px;
    }
}