@charset "utf-8";

/* ===================================================================
CSS information

 file name  :about.css
 author     :PCBrain
 style info :Ryuflapについて用
=================================================================== */

#mainV {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url(../img/contact/h1_bg.png) no-repeat center center;
}

.small{
    font-size:12px;
}


#contact #main .telBox h4 {
    color: #000;
    background-color:transparent;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    margin-bottom:0;
}

#contact #main .telBox h4:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 7px solid transparent;
    border-left: 10px solid #b01115;
}

#contact #main .telBox p {
    margin-bottom: 0;
}

#contact #main .tel{
    color:#000;
}

#contact #main .tel span{
    color:#b01115;
}

#contact #main .telBox .tel span {
    background: none;
    float: left;
    margin-right: 10px;
    font-size: 30px;
    padding-left: 0;
}

.mwform-checkbox-field{
    display: inline-block;
}

#contact .mw_wp_form .horizontal-item{
    margin: 0 10px 0 0;
}

#main td input[type=text],
#main td input[type=email],
#main td input[type=tel],
#main td textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 5px;
}

#main td textarea {
    min-height: 200px;
}

#main table th{
    position: relative;
    padding: 15px 10px 10px 25px;
    width:25%;
}



#main th span {
    background: #999;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    float: right;
    line-height: 1.5;
    position: absolute;
    top: 16px;
    right: 15px;
}

#main th span.req {
    background: #b01115;
}

.submitBox{
    text-align: center;
}

.arwB input[type=button],
.arwB input[type=submit]{
    padding: 10px 80px 10px 80px;
}

.back{
    background: -webkit-linear-gradient(90deg, #333 0%, #666 100%);
    background: -moz-linear-gradient(90deg, #333 0%, #666 100%));
    background: -o-linear-gradient(90deg, #333 0%, #666 100%));
    background: -ms-linear-gradient(90deg, #333 0%, #666 100%));
    background: linear-gradient(0deg, #333 0%, #666 100%);
    margin-right:20px;
}

.contactBox{
    overflow: hidden;
}

.contactBox .leftBox{
    float:left;
    width:350px;
}

.contactBox .rightBox{
    float:right;
}
