<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contact{
    background-color: #F5F4F0;
    padding-bottom: 80px;
}
#contact .contents{
    padding-top: 80px;
}
#contact h3{
    font-size: 1.4em;
}
h3.method{
    margin: 60px auto 40px;
    text-align: center;
}
.contact_message{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(155,149,124,.3);
    border-radius: 15px;
    text-align: center;
    padding: 60px 80px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.contact_message #first_message{
    font-size: 1.2em;
    line-height: 1.8em;
}
.contact_half_area{
    width: 800px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto 0;
}
.contact_half:first-child{
    border-right: 1px solid #ccc;
}
.contact_half{
    width: calc(50% - 1px);
    text-align: center;
}
.contact_half_inner{
    width: 280px;
    margin: auto;
}
#contact .contact_half h3{
    color: #39B54A;
    font-size: 2.3em;
}
#contact .contact_half h3 span{
    font-size: 0.8em;
}
.contact_half p{
    text-align: right;
}
.form_comment{
    margin: 40px auto 60px;
}
.contact_message h5{
    text-align: left;
    background-color: #F5F4F0;
    border-left: 3px solid #39B54A;
    position: relative;
    padding: 10px 10px 10px 20px;
    margin-top: 30px;
}
::placeholder {
  color: #bbb;
}
.c_table{
    width: 100%;
    border-collapse: collapse;
    margin: 30px auto 50px;
    text-align: left;
    border-top: 1px solid #ddd;
}
.c_table tr{
    border-bottom: 1px solid #ddd;
}
.c_table th,
.c_table td{
    vertical-align: top;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
}
.c_table th{
    font-size: 0.9em;
    width: 260px;
}
.c_table th span.req{
    color: #C1272D;
    background-color: #F4E2E2;
    padding: 0 8px;
    line-height: 1.8em;
    position: absolute;
    font-size: 0.9em;
    right: 20px;
    top: 25px;
}
.c_table td p{
    font-size: 0.8em;
}
.c_table td p.addp{
    margin-top: 5px;
}
.c_table td .min{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.c_table input,
.c_table select,
.c_table textarea{
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #FAFAFA;
    padding: 10px 15px;
    box-sizing: border-box;
}
.c_table input,
.c_table textarea{
    width: 100%;
}
#agree_area{
    font-size: 0.9em;
    margin-bottom: 60px;
}
#agree_area p{
    margin-bottom: 30px;
}
#agree_area a{
    color: crimson;
    text-decoration: underline;
}
#btn_area{
    text-align: center;
}
#btn_area #submit_button,
#btn_area #reset_button{
    display: inline-block;
    background-color: #39B54A;
    color: #fff;
    width: 400px;
    text-align: center;
    padding: 15px 10px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
}
#btn_area #reset_button{
    background-color: #999;
}
#btn_area #submit_button:hover,
#btn_area #reset_button:hover{
    opacity: 0.7;
}
#btn_area #submit_button:after{
    content: url(/home/imgs/arrow_w.svg);
    vertical-align: middle;
    position: absolute;
    top: 19px;
    right: 100px;
    width: 20px;
}
/* #繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ ========================================================================================================== */
@media only screen and (max-width: 750px) {
.contact_message{
    padding: 50px 40px;
}
.contact_message #first_message{
    font-size: 1em;
    line-height: 2em;
}
#contact h3{
    line-height: 1.6em;
}
.contact_half_area{
    width: 100%;
    display: block;
    margin: 0;
}
.contact_half,
.contact_half_inner{
    width: 100%;
}
.contact_half:first-child{
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.contact_half{
    padding-top: 30px;
}
#contact .contact_half h3{
    line-height: 1em;
}
.contact_half p{
    text-align: center;
}
.form_comment{
    font-size: 0.95em;
}
.c_table th, .c_table td{
    display: block;
    width: 100%;
}
.c_table th{
    font-size: 1em;
}
.c_table input,
.c_table select,
.c_table textarea{
    font-size: 26px;
    line-height: 45px;
}
#agree_area{
    font-size: 0.95em;
}
#btn_area #submit_button,
#btn_area #reset_button{
    width: 450px;
}
#btn_area #reset_button{
    margin-bottom: 30px;
}
#btn_area #submit_button:after{
    top: 20px;
    right: 40px;
    width: 35px;
}

}/* @media only screen and (max-width: 750px) */
</pre></body></html>