@charset "utf-8";
/***********************************************************************************************************************
* 横サイズ1025px以下
***********************************************************************************************************************/
@media screen and (max-width: 1025px){
/*
基本構造
*--------------------------------------------------------*/
.pc{ display:none !important; }
.sp{ display: block !important; }

a:hover{
    opacity: 1 !important;
}
a[href^="tel:"] {
    pointer-events:auto;
}

body{
	position: relative;
	font-size: 1.3rem;
	line-height: 1.6em;
}
main {
    margin-top: 60px;
}

.lower {
    padding: 25px 0 0;
}

.conts {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 4%;
}

.bdr{
    border:3px solid #0085B2;
}
.rds{
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

header {
    height: 60px;
    padding-left: 15px;
    background: #fff;
}

header .logo {
    position: relative;
    width: 150px;
    margin-top: 0px;
    z-index: 11;
}

header .shop {
    position: fixed;
    width: 88px;
    height: 32px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    background: #59493f;
    right: 70px;
    top: 14px;
    padding-top: 7px;
    padding-left: 35px;
    font-size: 1.2rem;
    letter-spacing:     0.1em;
    z-index: 10;
}

header .shop>i {
    left: 12px;
    top: 4px;
    width: 15px;
}

header::before{
content:"";
position: fixed;
display: none;
left:0;
top:0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0);
z-index: 13;
opacity: 1;
}

header.block::before{
    display: block;
}
header.active::before{
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .5s;
   -moz-transition: all .5s;
    -ms-transition: all .5s;
     -o-transition: all .5s;
        transition: all .5s;
    opacity: 1;
}

body header #menu-button {
    position:fixed;
    display: block;
    right: 0px;
    top: 0;
    width: 59px;
    height: 57px;
    cursor: pointer;
    z-index: 16;
    margin-top: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
        body header #menu-button>div{
            width: 28px;
            height: 2px;
            background: #59493f;
            position: absolute;
            -webkit-transition: all .5s;
               -moz-transition: all .5s;
                -ms-transition: all .5s;
                 -o-transition: all .5s;
                    transition: all .5s;
        }
            body header.on #menu-button>div{
                background: #59493f;
            }

            body header.block #menu-button>div {
            }

        body header #menu-button>div:nth-child(1){
            top: 35%;
            left: 16px;
            -webkit-transform: translate(0%,0%);
               -moz-transform: translate(0%,0%);
                -ms-transform: translate(0%,0%);
                 -o-transform: translate(0%,0%);
                    transform: translate(0%,0%);
        }

        body header #menu-button.active {
            top: 0px;
        }

        body header #menu-button.active>div{
        }

            body header #menu-button.active>div:nth-child(1) {
                top: 50%;
                -webkit-transform: translate(-5%,-50%) rotate(45deg);
                   -moz-transform: translate(-5%,-50%) rotate(45deg);
                    -ms-transform: translate(-5%,-50%) rotate(45deg);
                     -o-transform: translate(-5%,-50%) rotate(45deg);
                        transform: translate(-5%,-50%) rotate(45deg);
            }
        body header #menu-button>div:nth-child(2){
            top: 50%;
            left: 16px;
        }
            body header #menu-button.active>div:nth-child(2) {
                opacity: 0;
            }
        body header #menu-button>div:nth-child(3){
            top: 65%;
            left: 16px;
            -webkit-transform: translate(0%,0%);
               -moz-transform: translate(0%,0%);
                -ms-transform: translate(0%,0%);
                 -o-transform: translate(0%,0%);
                    transform: translate(0%,0%);
        }
            body header #menu-button.active>div:nth-child(3) {
                top: 50%;
                -webkit-transform: translate(-5%,-50%) rotate(-45deg);
                   -moz-transform: translate(-5%,-50%) rotate(-45deg);
                    -ms-transform: translate(-5%,-50%) rotate(-45deg);
                     -o-transform: translate(-5%,-50%) rotate(-45deg);
                        transform: translate(-5%,-50%) rotate(-45deg);
            }

/*メニュー*/
body header nav {
    text-align: center;
    z-index: 7;
    position: absolute;
    display: none;
    opacity: 0;
    top:0px;
    right:-100%;
    width:250px;
    padding:0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
    background: rgba(255,255,255,1);
    z-index:    15;
}


body header nav.block {
    display: block;
}

body header nav.block.active {
    opacity: 1;
    right:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body header nav .menu {
    position: static;
    display: block;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
    width: 100%;
    margin-top: 25px;
}

body header nav .menu>li{
    text-align: left;
    margin-left: 0;
}
body header nav .menu>li>a{
    position: relative;
    padding: 15px 30px ;
    display: block !important;
    font-size: 1.6rem;
    height: auto;
}
header nav .menu>li>a::before,
header nav .menu>li>a::after {
    display: none !important;
}


header nav .nav-logo {
    text-align:left;
    padding: 70px 30px 0;
}
header nav .nav-logo img{
    width: 135px;
}
header nav .nav-logo span{display:block;}
header nav .nav-logo img {
    max-width: 131px;
    width: 100%;
}

header nav .nav-tel {
    padding: 20px 30px 10px;
    text-align: center;
}

header nav .nav-tel img{
    width: 167px;
}


header .logo {
    position: relative;
    width: 120px;
    margin-top: 0px;
    padding-left: 0;
}

header .tel {
    position: absolute;
    padding: 6px 0;
    right: 60px;
    top: 8px;
    width: 120px;
}

header .tel a strong {
    font-size: 1.8rem;
}
header .tel a span {
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4em;
}

header .nav-tel{
    width: 100%;
    height: auto;
    padding-top: 20px;
    text-align: center;
}

header .nav-tel strong {
    font-size: 2.7rem;
}

header .nav-tel a span{
    display: block;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.4em;
}

header .mail {
    width: 100%;
    padding-top: 10px;
    padding-left: 57px;
    text-align: center;
    color: #000;
    background: #fff;
    height: auto;
}

header .mail a{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}


header .mail span{
    color:#000;
    display: block;
    font-size: 1.4rem;
    margin-left: 10px;
}

header .mail span>i{
}

footer address,
footer .copyright {
    font-size: 1.1rem;
}


/*ページ遷移ボタン*/
#pagetop{
    position: fixed;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .5s ease;
       -moz-transition: opacity .5s ease;
        -ms-transition: opacity .5s ease;
         -o-transition: opacity .5s ease;
            transition: opacity .5s ease;
    width: 45px;
    height: 45px;
    overflow: hidden;
    z-index: 99;
}

    #pagetop>span{
        display: block;
        width: 45px;
        height: 45px;

    }

    #pagetop.open>span{
        top: 0px;
        opacity: 1;
    }
        #pagetop>span>span,
        #pagetop>span>a{
            width: 45px;
            height: 45px;
            opacity: 1;
        }
            #pagetop>span>a::after{
                content: "";
                position: absolute;
                left: 50%;
                top: 41%;
                width: 10px;
                height: 10px;
                border-top: 2px solid #fff;
                border-left: 2px solid #fff;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transform-origin: left top;
                transform-origin: left top;
            }






/*
パーツ
*--------------------------------------------------------*/

.headline-l {
    text-align: center;
    margin-bottom: 30px;
}

.headline-l>strong {
    font-size: 2.4rem;
}
.headline-l>span{
    font-size: 1.2rem;
}

.pager {
    text-align: center;
    letter-spacing: -0.5em;
    padding: 15px 0;
}

.pager li {
    display: inline-block;
    margin: 0px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: 0 3px;
}
.pager li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
}

-------------------------------------*/
/*見出し*/
.headline-lg {
    text-align: center;
    font-size: 5vw;
    font-weight: 900;
}

.headline-m {
    font-size: 1.6rem;
}

.heading-box {
    font-size: 1.3rem;
    padding: 13px 110px 13px 42px;
    margin-bottom: 10px;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    -ms-border-radius: 2.5em;
    -o-border-radius: 2.5em;
    border-radius: 2.5em;
}
.heading-box>i {
    position: absolute;
    top: 20px;
    width: 25px;
    left: 13px;
}

.headline-red{
    display: block;
    width: 100%;
    max-width: 246px;
    font-size: 2rem;
    border-radius:2em;
    padding: 5px;
    margin:0 auto;
}

.headline-blue{
    padding: 0.8em 0;
    font-weight:900;
    font-size: 2rem;
    margin-bottom: 15px;
}

.data-tbl,
.data-tbl>table,
.data-tbl>table>tbody,
.data-tbl>table>tbody>tr,
.data-tbl>table>tbody>tr>th,
.data-tbl>table>tbody>tr>td{
    display: block;
}
.data-tbl>table>tbody>tr>th,
.data-tbl>table>tbody>tr>td{
    padding: 1em;
}
.data-tbl>table>tbody>tr:last-child{
    border-bottom: none;
}

.link-btn {
    display: block;
    width: 265px;
    font-size: 1.4rem;
}

.link-btn>span::after {
    -webkit-transform: translate(0,-51%) rotate(-45deg) scale(0.4,0.4);
    transform: translate(0,-51%) rotate(-45deg) scale(0.4,0.4);
}


/*
トップページ
*--------------------------------------------------------*/
#top-main-visual {
    margin-bottom: 35px;
}

#top-main-visual .txt-layer .inr{
    max-width:unset;
}
#top-main-visual .txt-layer .inr .catch{
    max-width:300px;
    font-size: 2rem;
    border:3px solid #fff;
    padding: 15px;
    margin-bottom: 5px;
}
#top-main-visual .txt-layer .inr .catch>i{
    margin-left:0.8em;
}

#top-main-visual .txt-layer .inr p{
    font-size: 1.3rem;
}

#top-main-visual .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px;
}

/*- .top-message -*/
.top-message{
    padding-top: 30px;
    padding-left:5%;
    padding-right: 5%;
}

.top-message .block {
    margin-top: 20px;
    display: block;
}

.top-message .block .img-box{
    width: 100%;
    background:none!important;
    height: auto;
}
.top-message .block .txt-box{
    width: 100%;
    padding-left:0;
    padding-right:0;
}

.top-message .block .txt-box .inr {
    max-width: unset;
    padding-top: 25px;

}

.top-message .block .txt-box .inr .ttl {
    font-size: 1.5rem;
    margin-bottom: 1em;
}

.top-message .block .txt-box .inr .txt-group p{
    padding-bottom: 1em;

}

.top-works {
    padding: 20px 20px;
}



.data-block{}

.data-block a{
    width:49%;
    display: block;
    margin-right: 2%;
    margin-bottom: 10px;
}
.data-block a:nth-child(3n){
    margin-right: 2%;
}
.data-block a:nth-child(2n){
    margin-right: 0;
}

.data-block a article>.pic img{
    width: 100%;
}
.data-block a article .txt{
    padding: 0;
}

    .data-block a article .info {
        margin: 10px 0 6px;
    }
        .data-block a article .info>time{
            font-size: 1.1rem;
            color:#999999;
            margin-right: 10px;
            display: inline-block;
        }
            .data-block a article .info>i{
                border:1px solid #000;
                padding: 0 10px;
                font-size: 1.1rem;
            }

.data-block a article .ttl{
    font-size: 1.4rem;
    margin-bottom: 0.5em;
}

.data-bck a article .btn{
    text-align: right;
}

.data-block a article dl{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    font-size: 1rem;
}
.data-block a article dl>dd{
    display: inline-block;
    background:#EEEEEE;
    padding-right: 0.5em;
}
.data-block a article dl>dt{
    background:#EEEEEE;
    display: inline-block;
    padding-left: 0.5em;
    white-space: nowrap;
}

.data-block a article p{
    font-size: 1.2rem;
    padding: 0.5em 0em;
}

.data-block a article .btn{
    text-align: right;
    font-size: 1.1rem;
    padding-right: 10px;
}

.top-btn-area{
    padding: 20px 0;
}
/*.top-banner */

.top-banner{
    padding: 0 5%;
    margin-bottom: 20px;
}

.top-banner .block{
    max-width: 1042px;
    margin:0 auto;
    display: block;
}
.top-banner .block .box{
    width: 100%;
    margin-right:0%;
    margin-bottom: 15px;
}
.top-banner .block .box:nth-child(2n){
    margin-right:0;
}

.top-banner .block .box>figcaption{
    font-size: 1.3rem;
    padding: 0.8em 0.5em;
}


.top-section-nav{
    display: block;
}

.top-section-nav>.box{
    position: relative;
    width: 100%;
}
.top-section-nav>.box a{
    display: block;
}

.top-section-nav>.box a:hover{
    opacity: 1;
}

.top-section-nav>.box a img{
   transform: none;
}

.top-section-nav>.box a:hover img{
   transform: none;
}

.top-section-nav>.box a::after{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background:#000;
    opacity: 0.26;
    z-index: 1;
}

.top-section-nav>.box a .ttl>strong{
    font-size: 2rem;
    line-height: 1.5em;
}
.top-section-nav>.box a .ttl>span{
    font-size: 1.2rem;
    display: block;
    font-weight: normal;
}

/*top-contact*/

.top-contact{
    position: relative;
    height: 300px;
}
.top-contact .inr .info{
    display: block;
    padding:0 30px;
}

.top-contact .inr .info p{
    font-size: 1.2rem;
}

.top-contact .inr .info .tel {
    width: 100%;
    background: #fff;
    height: auto;
    padding :10px;
    display: block;
}

.top-contact .inr .info .info-ttl{
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0.5em;
}

.top-contact .inr .info .tel .label {
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 30px;
}
.top-contact .inr .info .tel .label>i{
    position: absolute;
    left:0;
    top:0px;
    width: 25px;
}

.top-contact .inr .info .mail .label {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 30px;
    color: #fff;
    margin-top: 3px;
    letter-spacing: 0.1em;
}

.top-contact .inr .info .mail .label>i{
    position: absolute;
    left:0;
    top:1px;
    width: 25px;
}

.top-contact .inr .info  .mail .info-ttl{
    color:#fff;

}

.top-contact .inr .info .mail {
    width: 100%;
    padding: 15px 0 20px;
    background: #000;
    display: block;
}

/*
下層ページ
*--------------------------------------------------------*/
    .sort-nav {
        padding: 10px;
        margin-bottom: 15px;
    }

    .sort-nav>li>a {
        padding: 10px 5px;
        font-size: 1.1rem;
    }



    .cate-nav {
        padding: 8px 10px;
        margin-bottom: 25px;
    }


    .cate-nav>li,
    .cate-nav>li:nth-child(5n),
    .cate-nav>li:nth-child(4n) {
        width:100%;
        margin-right: 0%;
    }
     .cate-nav>li:nth-child(2n) {
        margin-right: 0%;
    }
    .cate-nav>li a {
        text-align: left;
        padding-left: 20px;
    }
     .cate-nav>li a >div{
        justify-content: flex-start;
     }

    .cate-nav>li a span {
        font-size: 1.2rem;
    }

    .cate-nav>li a i {
        margin-top: 0;
        display: block;
        width: auto;
        font-size: 1rem;
        line-height: 1em;
    }

    .cate-nav>li a>div {
        height: 38px;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

/*
works 記事詳細
---------------------------------*/
.works .conts {
    padding-bottom: 30px;
}


.clm-block{
    display: block;
}
    .clm-block>article{
        padding-right: 0;
        width: 100%;
    }
        .clm-block> .aside{
            display: none;
        }


.article-detail{
    padding-bottom: 30px;
}
.article-detail .article-contents{
    padding: 0 2.5%;
}

.article-detail .info {
    margin: 10px 0 6px;
}
    .article-detail .info>time{
        font-size: 1.1rem;
        color:#999999;
        margin-right: 10px;
        display: inline-block;
    }
        .article-detail .info>i{
            border:1px solid #000;
            padding: 0 10px;
            font-size: 1.1rem;
        }

.article-detail .goods-name {
    margin: 0.2em 0 1.2em;
    font-size: 1.2rem;
}

.article-detail .main-copy {
    line-height: 1.4em;
    font-size: 1.2rem;
    padding: 10px 0;
    margin-bottom: 15px;
}

.article-detail .main-info{
    padding: 0;
    margin-bottom: 20px;
}

.article-detail .main-info>div.box {
    padding: 1px 0;
}

.article-detail .main-info>.box{ width: 100%;}
.article-detail .main-info>div.box{ padding: 0px;}
.article-detail .main-info>figure.box{
    text-align: center;
    padding-right: 0px;
    margin-bottom: 15px;
}


.article-detail .main-info img {
    max-width: unset;
    width: 100%;
}

.article-detail .main-info .link-btn{
    margin-top: 15px;
    font-size: 1.3rem;
    padding: 0.6em;
}


/*見出し*/
.article-detail .article-ttl{ font-size:1.8rem; margin-bottom: 0.8em; }
.article-detail .heading-main{font-size:1.8rem; margin-bottom: 0em;}
.article-detail .heading-mm{font-size: 1.6rem; margin-bottom: 0.8em;}
.article-detail .heading-ss{font-size: 1.4rem; margin-bottom: 0.8em;}

/*ディティールトップ*/
.article-detail .main-info {
    display: block;
    margin-bottom: 35px;
}


/*画像*/
.article-detail figcaption{font-size: 1.1rem;}

/*横並び画像設定*/
.article-detail .two-parallel-img,
.article-detail .three-parallel-img{
    padding-bottom: 1em;
}

/*テキスト*/
.article-detail .block { overflow: hidden; margin-bottom: 1em;}
.article-detail .block .txt { padding: 0px;}


/*リスト*/
.article-detail figure.f-right { max-width: 35%; margin: 0 0 0 20px;}
.article-detail figure.f-left  { max-width: 35%; margin: 0 20px 0px 0px;}

/*表組*/
.article-detail .all-text table{ width: 100%;
    margin: 15px 0 0;
}
.article-detail .all-text td,
.article-detail .all-text th{
    padding: 0.5em 1em;
    border-bottom: 1px solid #DDDDDD;
    font-size: 1.3rem;
    vertical-align: top;
}
.article-detail .all-text th {
    background: #F3F3F3;
}

.article-detail .spec{
    margin:30px 0 0;
}

.article-detail .spec .article-ttl{
    margin-bottom: 15px;
}

.data-tbl{ width: 100%; margin: 20px 0 0;}
.data-tbl td,
.data-tbl th{
    padding: 0.5em 1em;
    border-bottom: 1px solid #DDDDDD;
    font-size: 1.3rem;
    vertical-align: top;
}
.data-tbl th {
    width: 10%;
    text-align: left;
    white-space: nowrap;
}

.tbl-sm{ width: 100%;}
.tbl-sm tr{ border-bottom: 1px solid #DDDDDD;}
.tbl-sm tr:last-child{ border-bottom: none;}
.tbl-sm td,
.tbl-sm th{
    padding: 0.8em 1em;
    font-size: 1.3rem;
    vertical-align: top;
}
.tbl-sm th {
    text-align: left;
    width: 10%;
    white-space: nowrap;
}


/*service*/
.service-list{
    display: block;
    margin-bottom: 30px;
    padding: 0 2%;
}
.service-list>li{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.service-list>li img{}
.service-list>li p {
    padding: 10px 0;
}

.service-list>li{
    margin-right: 2%;
}
.service-list>li:nth-child(3n){
    margin-right: 0;
}

.service-ttl{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.2em;
}

.oem-list>li{
    position: relative;
    padding-left: 1em;
    font-size: 1.4rem;
    margin-bottom: 0.5em;
}
.oem-list>li>i{
    position: absolute;
    left:0;
    top:0;
}

/*company*/

.company .inr-block {
    padding-bottom: 30px;
}

.company .headline-l{
    margin-bottom: 25px;
}

.company .data-tbl td,
.company .data-tbl th {
    padding: 0.8em 1em;
    border-bottom: 1px solid #DDDDDD;
    font-size: 1.3rem;
    vertical-align: top;
}

.company .headline-m{
    text-align: center;
    margin-bottom: 25px;
}

.company .data-tbl{
    margin-top:20px;
    margin-bottom:30px;
}

.company address{
    margin-top: 0.5em;
    margin-bottom: 1em;
}



.company .data-tbl,
.company .data-tbl tr,
.company .data-tbl tbody,
.company .data-tbl td,
.company .data-tbl th {
    width: 100%;
    display: block !important
}

.company .data-tbl th {
    border-bottom: 0;
    padding-bottom: 0;
}








label>select {
    width: 133px;
    padding: 0 25px 0 18px;
    font-size: 1.4rem;
}
label.size-s,
label.size-m,
label.size-l{
    position: relative;
    display: inline-block;
    z-index: 1;
}

  label.size-l{
    width: 100%;
  }
 label.size-l>select{ width: 100%;
    display: block;}


 label.size-s::after,
 label.size-m::after,
 label.size-l::after{
    right: 12px;
    top: 50%;
    margin-top: -3px;
    border: 5px solid transparent;
    border-top: 7px solid #000;
    z-index: 2;
}
input[type="text"]{
    height: 36px;
    max-width:436px;
}
textarea{
    height:132px ;
    max-width:600px;
}

#contact .inter-para {
    margin: 10px 0 3px;
}

#contact input.input-s{ width: 144px;}
#contact input.input-m{ width: 218px;}

#contact .address>li{
    margin-bottom: 8px;
}
#contact .address>li>span{
    display: inline-block;
    width: 110px;
}
/*#contact */
#contact{
    padding-bottom: 30px;
}
#contact .wrap{
    padding: 0 5%;
}

#contact .box2,
#contact .box3{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#contact .box2 .size-s{
    margin-right:15px;
}
#contact .box3 .input-m{
    margin-right:30px;
}

#contact .subject{
    padding: 5px 0 15px;
}

#contact .block{
    padding:20px 15px;
}

#contact span.after{
    padding-left: 0.5em;
}
#contact p.btm{
    padding: 0.5em 0;
    font-size: 1.4rem;
}

#contact .inter-label{
    padding: 0 0.7em;
}

#contact .form-tbl,
#contact .form-tbl>table,
#contact .form-tbl>table>tbody,
#contact .form-tbl>table>tbody>tr,
#contact .form-tbl>table>tbody>tr:last-child,
#contact .form-tbl>table>tbody>tr>th,
#contact .form-tbl>table>tbody>tr>td{
    width: 100%;
    display: block;
}

#contact .form-tbl table>tbody>tr {
}


#contact .form-tbl>table>tbody>tr>th{
    padding: 1em 0 0.5em;
    font-size:  1.3rem;
}
#contact .form-tbl>table>tbody>tr>td{
    font-size:  1.3rem;
    padding: 0.2em 0 1.2em 0;
}
#contact .form-tbl>table>tbody>tr>th>i{
    float:none;
    margin-left: 0.5em;
}

#contact .box1 .input-s{
    max-width: 75px;
    width: 100%;
}
#contact .box3 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    height: 36px;
}

#contact .box3 .input-m {
    margin-right: 10px;
    max-width: 137px;
}

#contact .box3 label.size-m select {
    position: relative;
    display: inline-block;
    max-width: 70px;
    z-index: 1;
}
#contact .box3 label.size-m{
    margin-bottom: -5px;
}


#contact .priv{
    padding: 20px 0;
}
#contact .submit-area{
    text-align: center;
}

#contact .confirm.submit-area{
    margin: 20px 0;
    display: block;
}

#contact .confirm.submit-area button{
    margin: 0 10px;
}

#contact .submit-btn {
    font-size: 1.4rem;
}

#contact .confirm .btn-area {
    margin-top: 40px;
    display: block;
}
#contact .confirm .btn-area .submit-btn{
    margin-right:0;
    margin-bottom: 15px;
}


#contact  .errBox ul{
    color:#ff0000;
    margin: 1em 0 2em;
}

#contact .complete {
    max-width: 750px;
    margin:0 auto;
}
#contact .complete strong{
    display: block;
    margin:20px 0 0px;
    font-size: 1.4rem;
}

#contact .complete p{
    font-size:1.2rem;
}

#contact .complete .submit-area{
    margin-top: 15px;
}
#contact .privacy {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.service .inr-block {
    padding-bottom: 30px;
}

#contact .caution {
    color: #ff0000;
    margin-bottom: 20px;
}
#contact .complete {
    padding-bottom: 34px;
    text-align: center;
}
#contact .complete .headline-m{
    font-size:  1.6rem;
}

#contact .complete p strong {
    font-size: 1.4rem;
    display: block;
    margin: 10px 0 0px;
    margin-bottom: 0.5em;
}

.policy .headline-m {
    margin-bottom: 21px;
}

}/*1025完了*/

/***********************************************************************************************************************
* 横サイズ374px以下
***********************************************************************************************************************/
@media screen and (max-width: 374px){

header .shop {
    right: 55px;
}

.inter-info .txt-box .ttl {
    font-size: 3.8vw;
}

}