@charset "UTF-8";

/*========================================================*/
/* お問い合わせのみ
/*========================================================*/
.contact section {
    margin-bottom: 40px;
}
.contact section:last-child {
    margin-bottom: 0;
}
.contact .tel a {
    display: block;
    margin: 15px 0 auto;
    color: #027286;
    font-size: 25px;
    text-decoration: none;
}
.contact a {
    text-decoration: underline;
    font-weight: 600;
    color: #03a1bd;
    margin-left: 10px;
}
.contact .form-group {
    text-shadow: 1px 1px 2px #fff;
    margin-bottom: 15px;
}
.contact .form-group label {
    margin-bottom: 5px;
    font-weight: 700;
    color: #027286;
}
#submit > button {
    transition-property: all;
    transition: 0.3s linear;
}
span.required{
    color:red;
}
.contact_result > p{
    padding: 15px;
}
.contact > p.subtext{
    margin-bottom:10px;
    text-shadow: 1px 1px 2px #fff;
}
.contact .pre {
    word-wrap: break-word;
}
.contact pre{
    padding: 0;
    margin: 0;
    color: #111;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent;
    border: 0;
    font-family: -apple-system, 'Molengo', 'Lucida Grande', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', '游ゴシック', meiryo, sans-serif;
}
.sec_title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #888;
    color: #000;
    font-size: 140%;
}
.contact .sec_title + p{
    margin-bottom:10px;
    text-shadow: 1px 1px 2px #fff;
}
.contact_text {
    text-align: center;
    margin-bottom: 40px;
}
.contact_text > i {
    color: rgb(200, 0, 0);
}
.contact_text p {
    margin: 15px auto;
}
.contact_text > i + p {
    font-size: 120%;
}
.contact .checkbox label{
    padding-left:0px;
}
.contact .checkbox input{
    vertical-align:-0.2em!important;
    min-height: 10px;
    padding-left: 0px;
    margin: 5px 5px 5px 0;
    position: relative!important;
}
