@charset "utf-8";
/*------------------------------------------------------------
デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;

    font-size: 1em;
}

body {
    font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
    font-family: "Yu Gothic",YuGothic,"Meiryo","ヒラギノ角ゴ Pro","メイリオ","Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
}

@media all and (-ms-high-contrast:none) {
    body,
    table,
    input, textarea, select, option {
        font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    }
}


article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
    max-width: 100%;
}

a,
a:link {
    color: #040404;
    text-decoration: none;
}

a:visited {
    color: #040404;
}

a:hover {
    color: #040404;
}

a:active {
    color: #040404;
}

/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
body {
    min-width: 1200px;
    color: #333;
    font-size: 12px;
    line-height: 24px;
    background-color: #FFF;
}

#container {
    text-align: left;
    position: relative;
}

#main {
}

.comBox {
    margin: 0 auto;
    max-width: 1200px;
}

/*------------------------------------------------------------
書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
    zoom: 1;
}

*+html .clearfix {
    zoom: 1;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

/*------------------------------------------------------------
pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 198px;
    padding: 40px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.pageTitle .bgCor {
    position: absolute;
    width: 46.2%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #F8F8F8;
}

.pageTitle .ttl {
    position: absolute;
    left: -234px;
    top: 50%;
    margin-top: -45px;
}

.pageTitle .pic {
    margin-left: auto;
    position: relative;
    width: 69.2%;
    height: 300px;
    z-index: 10;
    background: url(../img/concept/page_tiltle_bg.jpg) no-repeat center center;
    background-size: cover;
}

.pageTitle:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    content: "";
    background-color: #333;
}



/*------------------------------------------------------------
heading01
------------------------------------------------------------*/
.heading01 {
    margin-bottom: 64px;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
}

.heading01 b {
    padding: 50px 34px 24px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-width: 198px;
    box-sizing: border-box;
}

.heading01 b:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 198px;
    height: 62px;
    content: "";
    background: url(../../img/common/h2_bg01.png) no-repeat center top;
}

.heading01 b:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 198px;
    height: 32px;
    content: "";
    background: url(../../img/common/h2_bg02.png) no-repeat center bottom;
}

/*------------------------------------------------------------
comLink
------------------------------------------------------------*/
.comLink a {
    margin: 0 auto;
    padding: 5px;
    display: block;
    width: 120px;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #333;
    box-sizing: border-box;
}

.comLink a:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------
workBox
------------------------------------------------------------*/
.workBox li {
    position: relative;
    float: left;
    width: 25%;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}

.workBox li img {
    width: 100%;
    height: auto;
}

.workBox span {
    display: block;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 15px 25px;
    left: 0;
    bottom: 0;
}

.workBox a {
    display: block;
}

.workBox a:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------
newsBox
------------------------------------------------------------*/
.newsBox {
    margin: 0 auto;
    max-width: 1500px;
}

.newsBox li {
    margin-bottom: 38px;
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
}

.newsBox li:nth-child(2n+1) {
    padding-left: 26px;
}

.newsBox .pho {
    float: left;
    width: 190px;
}

.newsBox .txt {
    overflow: hidden;
    padding: 0 32px;
}

.newsBox .txt .ttl {
    margin-bottom: 15px;
    font-size: 16px;
}

.newsBox .txt p {
    font-size: 14px;
    line-height: 24px;
}

.newsBox a {
    display: block;
}

.newsBox a:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 35px 70px 101px;
    background-color: #333;
}

#gHeader.top {
    padding-bottom: 35px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
    background-color: transparent;
}

#gHeader .logo {
    float: left;
}


/*------------------------------------------------------------
gNavi
------------------------------------------------------------*/
#gNavi {
    float: right;
}

#gNavi li {
    margin-left: 2em;
    float: left;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.3em;
}

#gNavi li a {
    display: block;
    color: #fff;
    position: relative;
}

#gNavi li a:before {
    display: none;
    position: absolute;
    width: 85%;
    height: 1px;
    left: 4%;
    bottom: -30px;
    content: "";
    background-color: #fff;
}

#gNavi li a:hover:before {
    display: block;
}

#gNavi li.on a:before {
    display: block;
}

/*------------------------------------------------------------
パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
    display: inline;
    color: #000;
    font-size: 1.2em;
}

#pagePath li a {
}

/*------------------------------------------------------------
conts
------------------------------------------------------------*/
#conts {

}

/*------------------------------------------------------------
sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#gFooter {
    background: #b8c0c2;
}

#gFooter .contact {
    padding: 58px 0 71px;
    background: #f8f8f8;
}

#gFooter .contact p {
    margin-top: -14px;
    margin-bottom: 46px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
}

#gFooter .contact .mail {
    margin: 0 45px;
    display: inline-block;
    vertical-align: middle;
}

#gFooter .contact .mail a {
    margin: 0 auto;
    padding: 15px 25px 15px 20px;
    display: block;
    width: 228px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #333;
    box-sizing: border-box;
    background: url(../img/common/icon01.png) no-repeat right 13px center;
}

#gFooter .contact .tel {
    margin: -11px 25px 0 65px;
    display: inline-block;
    vertical-align: middle;
}

#gFooter .fNavi {
    padding: 24px 0;
    text-align: center;
}

#gFooter .fNavi li {
    margin: 0 55px;
    display: inline-block;
    vertical-align: top;
}

#gFooter .fNavi a {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#gFooter a:hover {
    opacity: 0.7;
}

#gFooter .btm {
    margin: 0 auto;
    padding-bottom: 32px;
    max-width: 1500px;
}

#gFooter .logo {
    float: left;
    padding: 60px 85px 60px 70px;
}

#gFooter .logo a:hover {
    opacity: 1;
}

#gFooter .lBox {
    padding-left: 5px;
    padding-top: 27px;
    float: left;
    width: 210px;
}

#gFooter .lBox + .lBox {
    width: 455px;
}

#gFooter .lBox p {
    margin-bottom: 24px;
}

#gFooter .rBox {
    margin: 18px 0 0 20px;
    float: left;
    padding: 14px 60px 106px;
    border-left: 1px solid #a0b2b6;
}

#gFooter .copyright {
    padding: 41px 0;
    text-align: center;
    color: #fff;
    letter-spacing: 0.055em;
    background-color: #333;
}

/*------------------------------------------------------------
index
------------------------------------------------------------*/
.mv {
    margin-bottom: 14px;
    display: table;
    width: 100%;
    height: 770px;
    background: url(../img/common/mv_bg.jpg) no-repeat top center;
    background-size: cover;
}

.mv .ttl {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 100px;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    line-height: 48px;
}

.mv .ttl span {
    margin: 15px;
    display: block;
    font-size: 24px;
    line-height: 38px;
    color: #898989;
}

.mv .ttl font {
    margin: 0 5px;
    vertical-align: top;
}

#index {
    margin-bottom: 60px;
}

#index .bgBox {
    margin-bottom: 179px;
    padding-top: 86px;
    background: #f8f8f8 url(../img/index/photo01.jpg) no-repeat left top 364px;
}

#index .bgBox .imgBox {
    margin-bottom: 20px;
}

#index .bgBox .imgBox .lBox {
    float: left;
    width: 50%;
    padding-top: 135px;
}

#index .bgBox .imgBox .lBox p {
    width: 340px;
    text-align: left;
    margin: 0 auto 40px;
    font-size: 24px;
    line-height: 1.8;
}

#index .bgBox .imgBox .rBox {
    float: right;
    width: 50%;
}

#index .bgBox .pho {
    text-align: right;
}

#index .bgBox .pho img {
    vertical-align: bottom;
}


#index .sec01 {
    margin-bottom: 175px;
}

#index .sec01 .imgBox {
    margin-bottom: 20px;
}

#index .sec01 .imgBox .lBox {
    float: left;
    width: 50%;
}

#index .sec01 .imgBox .heading01 {
    float: left;
    width: 240px;
    text-align: left;
    padding-top: 155px;
}

#index .sec01 .imgBox .pho {
    overflow: hidden;
    width: 340px;
}

#index .sec01 .imgBox .rBox {
    float: right;
    width: 50%;
    padding-top: 24px;
}

#index .sec01 .imgBox .rBox p {
    margin: 0 auto 24px;
    padding-left: 100px;
}

#index .sec01 .imgBox b {
    font-size: 14px;
}

#index .sec01 .imgBox .pho span {
    margin-left: 10px;
    font-size: 10px;
}

#index .sec01 .imgBox .pho p {
    margin-top: 17px;
    font-size: 12px;
}

#index .sec01 .imgBox .pho b {
    margin-bottom: 4px;
    display: block;
}

#index .sec02 {
    margin-bottom: 87px;
    padding-top: 84px;
    background: #f8f8f8;
}

#index .workBox {
    margin-top: -5px;
}

#index .newsBox {
    padding-top: 18px;
}



/*------------------------------------------------------------
office
------------------------------------------------------------*/
#office {
    margin-bottom: 203px;
}

#office .pageTitle .pic {
    background-image: url(../img/office/page_tiltle_bg.jpg);
}

#office .sec01 {
    margin-bottom: 235px;
}

#office .sec01 .imgBox {
    margin-top: -18px;
    margin-bottom: 20px;
}

#office .sec01 .imgBox .lBox {
    float: left;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
}

#office .sec01 .imgBox .heading01 {
    float: left;
    width: 240px;
    text-align: left;
    padding-top: 155px;
}

#office .sec01 .imgBox .pho {
    overflow: hidden;
    width: 340px;
}

#office .sec01 .imgBox .rBox {
    float: right;
    width: 50%;
    padding-top: 24px;
}

#office .sec01 .imgBox .rBox p {
    margin: 0 auto 24px;
    padding-left: 120px;
}

#office .sec01 .imgBox b {
    font-size: 14px;
}

#office .sec01 .imgBox .pho span {
    margin-left: 10px;
    font-size: 10px;
}

#office .sec01 .imgBox .pho p {
    margin-top: 17px;
    font-size: 12px;
}

#office .sec01 .imgBox .pho b {
    margin-bottom: 4px;
    display: block;
}

#office .sec02 .imgBox {
    margin-bottom: 114px;
    color: #474538;
}

#office .sec02 .imgBox .lBox {
    float: left;
    width: 400px;
    padding-left: 60px;
}

#office .sec02 .imgBox .h3Ttl01 {
    margin-bottom: 23px;
    padding-bottom: 24px;
    font-size: 26px;
    line-height: 34px;
    border-bottom: 1px solid #333;
}

#office .sec02 .imgBox .rBox {
    float: right;
    width: 49.5%;
    font-size: 14px;
}

#office .sec02 .imgBox .lBox p {
    margin: 0 auto 24px;
    font-size: 16px;
    line-height: 32px;
}

#office .sec02 .imgBox dt {
    float: left;
    width: 120px;
}

#office .sec02 .imgBox dd {
    overflow: hidden;
    padding-left: 20px;
    padding-bottom: 24px;
}
#office .sec02 .imgBox dd.gmap {
    padding-left: 0;
    width: 100%;
}
#office .sec02 .imgBox dd.gmap iframe {
    width: 100%;
    max-width: 594px;
}

/*------------------------------------------------------------
faq
------------------------------------------------------------*/
#faq {
    margin-bottom: 173px;
}

#faq .pageTitle .pic {
    background-image: url(../img/faq/page_tiltle_bg.jpg);
}

#faq .pageTitle {
    margin-bottom: 101px;
}

#faq .content {
    margin: 0 auto;
    padding-right: 3px;
    width: 1197px;
}

#faq .content .text {
    margin-bottom: 74px;
    color: #474538;
    font-size: 16px;
}

#faq .txtArea {
    margin: 0 28px 50px 0;
    padding: 23px 0 31px 17px;
    clear: both;
    background-color: #B8CED1;
}

#faq .txtArea .questionBox {
    width: 550px;
    float: left;
}

#faq .txtArea .questionBox .h3Ttl {
    margin-bottom: 37px;
    color: #FFF;
    font-size: 20px;
}

#faq .txtArea .questionBox .h3Ttl span {
    padding: 0 2px 13px;
    display: inline-block;
    border-bottom: 1px solid #FFF;
}

#faq .txtArea .questionBox p {
    margin: 0 7px;
    color: #474538;
    font-size: 18px;
    line-height: 2;
}

#faq .txtArea .answerBox {
    margin: 6px -28px 0 0;
    padding: 15px 14px 30px;
    width: 593px;
    min-height: 159px;
    float: right;
    background-color: #EFF7F8;
}

#faq .txtArea .answerBox .h3Ttl {
    margin-bottom: 28px;
    color: #9EBEC3;
    font-size: 20px;
}

#faq .txtArea .answerBox .h3Ttl span {
    padding: 0 5px 10px;
    display: inline-block;
    border-bottom: 1px solid #B8C0C2;
}

#faq .txtArea .answerBox p {
    margin: 0 24px;
    color: #474538;
    font-size: 16px;
}

#faq .txtArea:nth-child(2n) {
    background-color: #B8C0C2;
}

#faq .txtArea:nth-child(2n) .answerBox {
    background-color: #FAFCFD;
}

#faq .txtArea:nth-child(2n) .answerBox .h3Ttl {
    color: #B8C0C2;
}


/*------------------------------------------------------------
works
------------------------------------------------------------*/
#works .pageTitle .pic {
    background-image: url(../img/works/page_tiltle_bg.jpg);
}

#works {
    margin-bottom: 161px;
}

#works .workBox {
    padding-bottom: 10px;
}

#works .workBox span {
    padding: 0 22px;
    width: 100%;
    font-weight: normal;
    line-height: 30px;
    box-sizing: border-box;
    text-align: right;
    background-color: rgba(51,51,51,0.5);
}

/*------------------------------------------------------------
works-shosai
------------------------------------------------------------*/
#works .h2Ttl01 {
    margin-bottom: 90px;
}

#works .content {
    margin: 0 auto;
    width: 800px;
}

#works .photo {
    margin-bottom: 63px;
}

#works .photo img,
#works .imgList img {
    width: 100%;
    height: auto;
}

#works .h3Ttl01 {
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

#works .h3Ttl01 .ttl {
    margin-bottom: 15px;
    display: block;
    font-size: 30px;
}

#works .content .txtBox p {
    margin-bottom: 72px;
    font-size: 16px;
    line-height: 2.2;
}

#works .content p {
    margin-bottom: 40px;
}

#works .content .worksInfo {
    font-size: 14px;
    width: 660px;
    margin: 0 auto 40px;
    background: #f8f8f8;
    padding: 20px 30px;
}

#works .content .worksInfo .ttl01 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
    display: block;
    text-align: center;
}

#works .content .worksInfo .ttl01 span {
    border-bottom: 1px solid #333;
    display: inline-block;
    padding: 0 22px 22px;
}

#works .content .worksInfo .infoBox {
    padding: 0 60px;
}

#works .content .worksInfo .infoBox dt {
    float: left;
    width: 120px;
}

#works .content .worksInfo .infoBox dd {
    overflow: hidden;
    padding-left: 20px;
    padding-bottom: 24px;
}



/*------------------------------------------------------------
concept
------------------------------------------------------------*/
#concept {
    margin-bottom: 252px;
}

#concept .pageTitle {
    margin-bottom: 100px;
}

#concept .top {
    margin-bottom: 52px;
    position: relative;
    width: 100%;
    height: 9.4vw;
    min-height: 140px;
    overflow: hidden;
    text-align: center;
}

#concept .top:before {
    position: absolute;
    left: 49.95%;
    top: 0;
    width: 100vw;
    min-width: 600px;
    height: 2px;
    content: "";
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    background-color: #818181;
}

#concept .top:after {
    position: absolute;
    right: 49.95%;
    top: 0;
    width: 100vw;
    min-width: 600px;
    height: 2px;
    content: "";
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform-origin: right top;
    -webkit-transform-origin: right top;
    background-color: #818181;
}

#concept .imgBox {
    margin-bottom: 110px;
}

#concept .imgBox .lBox {
    float: left;
    width: 50%;
    padding-left: 60px;
    box-sizing: border-box;
}

#concept .imgBox .rBox {
    overflow: hidden;
}

#concept .imgBox .h3Ttl01 {
    font-size: 30px;
    font-weight: normal;
    line-height: 60px;
}

#concept .imgBox p {
    font-size: 14px;
    line-height: 40px;
}

/*------------------------------------------------------------
contact
------------------------------------------------------------*/
#contact {
    margin-bottom: 120px;
}

#contact .pageTitle .pic {
    background-image: url(../img/contact/page_tiltle_bg.jpg);
}

#contact .pageTitle {
    margin-bottom: 95px;
}

#contact .pText {
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 36px;
}

#contact .must {
    margin-right: 14px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ff0000;
    line-height: 25px;
    border: 1px solid #ff0000;
}

#contact .mailForm table {
    margin-bottom: 60px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

#contact .mailForm th,
#contact .mailForm td {
    padding: 25px;
    width: 74.5%;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px dotted #a9aaaa;
}

#contact .mailForm .pl0 td {
    padding-left: 0;
}

#contact .mailForm .pl0 td span {
    width: 50px;
    display: inline-block;
    vertical-align: top;
    line-height: 58px;
    text-align: right;
    box-sizing: border-box;
}

#contact .mailForm.confirm .pl0 td {
    padding-left: 25px;
}

#contact .mailForm.confirm .pl0 td span {
    display: none;
}

#contact .mailForm tr.bdNone th,
#contact .mailForm tr.bdNone td {
    border-bottom: 0;
}

#contact .mailForm th {
    padding: 25px 20px;
    width: 25.5%;
    background-color: #fafcfd;
}

#contact .mailForm th[valign="middle"] {
    vertical-align: middle;
}

#contact .mailForm .must {
    display: inline-block;
    width: 54px;
    box-sizing: border-box;
    margin: 0 0 0 10px;
}

#contact .mailForm input[type="text"],
#contact .mailForm input[type="email"],
#contact .mailForm input[type="tel"] {
    padding: 0 10px;
    width: 95%;
    font-size: 18px;
    line-height: 42px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    margin: 0 10px;
}

#contact .mailForm input[type="text"]::placeholder,
#contact .mailForm input[type="email"]::placeholder,
#contact .mailForm input[type="tel"]::placeholder {
    opacity: 1;
}

#contact .mailForm select {
    padding: 5px 10px 10px;
    font-size: 18px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    margin: 0 10px;
}

#contact .mailForm input.width200 {
    width: 100px;
}

#contact .mailForm input.width360 {
    width: 355px;
}

.mwform-zip-field {
    margin: 0 0 0 10px;
}

#contact .mailForm p {
    margin-top: 20px;
}

#contact .mailForm textarea {
    padding: 10px 15px;
    width: 95%;
    height: 280px;
    font-size: 18px;
    line-height: 30px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    margin: 0 0 0 10px;
}


#contact .submit {
    text-align: center;
}

#contact .submit li {
    margin: 0 30px;
    display: inline-block;
    vertical-align: top;
}

#contact .submit input {
    padding: 20px 55px 20px 20px;
    min-width: 345px;
    color: #000;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #313131;
    background: url(../img/common/icon02.png) no-repeat right 30px center;
    border-radius: 0;
    -webkit-appearance: none;
}

#contact .submit input.backBtn {
    background: url(../img/common/icon03.png) no-repeat left 30px center;
    padding: 20px 20px 20px 55px;
}

#contact .submit input:hover {
    opacity: 0.7;
}

#contact .mailForm .mw_wp_form .error {
    position: absolute;
    font-size: 16px;
    letter-spacing: 0;
    white-space: nowrap;
}

#contact .mailForm .mw_wp_form .pl0 .error {
    margin: 0 0 0 -100px;
}

.confirmBox {
    border: #e5e5e5 1px solid;
    background: #fafafa;
    padding: 20px;
    margin: 30px 0;
    line-height: 2;
    text-align: center;
    font-size: 18px;
}

.errorBox {
    color: #ff0000;
    border: #ffd6d6 1px solid;
    background: #fff0f0;
    padding: 20px;
    margin: 30px 0;
    line-height: 2;
    text-align: center;
    font-size: 18px;
}

.mw_wp_form_complete .ttl01 {
    font-size: 30px;
    text-align: center;
}

.mw_wp_form_complete .complete {
    text-align: center;
    padding: 50px 0 0;
    font-size: 18px;
    width: 780px;
    margin: auto;
}

.mw_wp_form_complete .ttl02 {
    padding: 0 0 20px;
}

.mw_wp_form_complete p {
    text-align: left;
}

.mw_wp_form_complete .completeInfo {
    border: #eee 3px solid;
    margin: 20px 0;
    padding: 20px 30px;
    display: inline-block;
}

.mw_wp_form_complete .completeInfo {
    border: #eee 3px solid;
    margin: 20px 0;
    padding: 20px 30px;
    display: inline-block;
}

.mw_wp_form_complete .tel {
    text-align: center;
    font-size: 40px;
}




@media all and (min-width: 0) and (max-width: 1400px) {
    #gFooter .inner {
        margin: 0 auto;
        max-width: 1200px;
    }

    #gFooter .logo {
        padding: 60px 45px 60px 35px;
    }

    #gFooter .lBox + .lBox {
        width: 355px;
    }

    #index .bgBox {
        background-size: 100px auto;
    }
}
