@charset "utf-8";

.contact #h2-title {
    background-image: url(../images/contact/bg-h2-title.jpg);
}

h3 {
    font-size: 5.5rem;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Arimo', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    margin: 0 auto 80px;
}

span.ja {
    font-size: 1.7rem;
    display: block;
    font-weight: 500;
}


span.point {
    background-color: #c1272d;
    color: #fff;
    padding: 2px 5px;
    margin-left: 20px;
    font-weight:500;
}

table.contact-table th {
    text-align: left;
}

table.contact-table {
    margin: 0 auto 60px;
    max-width: 835px;
    width: 100%;
}
.contact #contents .article-area table tr th {
    min-width: 250px !important;
}
/*
.section-area table.contact-table th,
table.contact-table td {
    padding: 20px 15px;
}*/

.mw_wp_form table.contact-table input {
    border: 0.5px solid #999999;
    padding: 5px;
}

.mw_wp_form table.contact-table textarea {
    border: 0.5px solid #999999;
    display: block;
    width: 100%;
    height: 150px;
    margin: 5px 0 0;
}

.mw_wp_form table.contact-table input[type=text],
.mw_wp_form table.contact-table input[type=email] {
    height: 35px;
}

.mw_wp_form table.contact-table input[type="text"].long,
.mw_wp_form table.contact-table input[type="email"] {
    width: 100%;
}
label {
  white-space: nowrap;
}
/*確認ボタン*/
.mw_wp_form .button-wrap, .send {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mw_wp_form .button-wrap input[type="submit"]{
    width: 240px;
    padding: 10px 15px;
    background: #4169e1;
    color: #fff;
    font-size: 2.0rem;
    border:none;
}

.contact .caution{
    max-width:1024px;
    width:100%;
    margin:0 auto;
}
.contact .caution dl dt{
    background:#FEFEFE;
    padding:10px 20px;
    font-weight:600;
    border-top:0.5px solid #CCCCCC;
    border-bottom:0.5px solid #CCCCCC;
}

.contact .caution dl dd{
    padding:20px;
    
}
.contact .caution ul{
    padding:15px;
}
.contact .caution ul li{
    margin:0 0 5px 20px;
    list-style-type:disc;
}
.contact .caution ul li:last-child{
    margin:0;
}


.contact .error {
    display: block;
    font-size: 1.3rem;
    color: #c1272d;
    background: #ffe4e4;
    padding: 5px 10px;
    margin: 0 0 5px;
}

.confirm .contact-form span.point {
    display: none;
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1136px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 835px) {}

@media screen and (max-width: 750px) {
    .contact #contents .article-area table tr th {
        min-width: 230px !important;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 350px) {}