html{
    font-size: 62.5%;
}
body {
    /*font: 16px/26px Helvetica, Helvetica Neue, Arial;*/
    font-size: 1.6rem;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    letter-spacing: 2px;
    overflow-x: hidden;
}

ul,li{
  margin:0;
  padding:0;
  list-style-type: none;
}



@media screen and (min-width:768px){
  .sp{
    display:none!Important;
  }
}
@media screen and (max-width:767px){
  .pc{
    display:none!Important;
  }
}

p{
  margin:0;
}
a{
    transition: all .3s;
    cursor: pointer;
    text-decoration: none;
    color: #252525;
}
  
}
a:hover {
    opacity: .7;
    transition-duration: 1s;
}

h1,h2,h3,h4,h5{
    font-weight: normal;
    line-height: 1.4;
}


img{
  width:100%;
}

li{
  list-style-type:none;
}
.sub-page .fv-contact{
    background: url(https://shoei-flex.com/pj/contact/img/fv-contact.jpg) no-repeat center;
    background-size: cover;
    height: 30vh;
    width: 100%;
    position: relative;
}

.text-C{
    text-align: center!Important;
}



.fv-in{
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
          color: #fff;
        font-size: 120%;
        font-weight: bold;
  /* color: #6d4e1b; */
  text-align:center;
}
.fv-in h2{
 font-weight:bold; 
  margin: 0px 0;
}

.flex-block{
    display: flex;
    flex-wrap: wrap;
}


.container{
    width: 100%;
    max-width: 1080px;
    margin: 8% auto;
}

.container-in{
    background: #f4f3ea;
    border-radius: 10px;
    padding:8%;
}
.container.ct-copy-wrap .container-in{
    margin: 6% auto 0;
    max-width: 1280px;
    padding: 8%;
}

.container .ct-copy,.container-in .ct-copy{
    text-align: center;
    /* padding:0% 14% 4%; */
    padding:0% 0% 4%;
    color: #6d4e1b;
    text-align:center;
}

.container .ct-copy h2{
    margin: 0 0 10px;
    font-weight: 600;
    font-size:3rem;
}

.container .ct-copy p{
    text-align: left;
}



/* ==========================================================================
   フッター
   ========================================================================== */
.footer-container{
/*    padding-top: 50px;*/
}

.footer-container .container{
    _background: url(../img/share/bg_footer.png) center bottom no-repeat;
    background-size: contain;
    height: auto;
    padding-bottom: 0;
    max-width: 1280px;
    margin: 8% auto 3%;
}

.footer-in{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-logo{
    width: 280px;
    text-align: center;
    margin:100px auto 30px;
}
.footer-logo img{
    width: 80%;
}
.footer-logo p{
    margin:20px 0;
    font-size: 2rem;
}

.footer-in-menu{
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 930px;
}

.footer-sns{
    display: flex;
    justify-content: space-around;
}

.footer-in-menu a{
    color: #fff;
}

.footer-in-menu .item1{
    width: 340px;
    background: #fff;
    border-radius: 40px;
    padding:5px 0;
}

.footer-in-menu .item1 img{
    width: 260px;
}
.footer-in-menu .item2,
.footer-in-menu .item3{
    width: 60px;
    margin: 0 6px;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
}

.footer-in-menu .item2 img,
.footer-in-menu .item3 img{
    width: 100%;
}

.footer-in-menu .item4 a{
    padding: 15px;
    /*height: 46px;*/
    /*line-height: 46px;*/
    vertical-align: middle;
    background: #7bbad2;
    color: #f4f2e6;
    width: 320px;
    display: block;
    position: relative;
}

.footer-in-menu .item4 a:after {
    position: absolute;
    top: 24px;
    right: 25px;
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
}


/* ==========================================================================
   フッターメインメニュー
   ========================================================================== */
.footer-menu{
    background: #6d4e1b;
    width: 100%;
    padding:20px;
    font-size: 1.4rem;
}

.footer-menu .container{
    margin: 15px auto;
}

.footer-menu a{
    color: #fff;
}
.footer-menu ul{
    display: flex;
    justify-content: space-between;
}




.footer-info{
    padding:60px 0;
}
.footer-info .container{
    margin: 15px auto;
}
.footer-info .container01{
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
    letter-spacing: 0;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: 30px;
}
.footer-info img{
    width: 100%;
}
.footer-info .item{
    display: flex;
    width: 50%;
    align-items: flex-end;
}

.footer-info .item:nth-child(2){
    justify-content: flex-end;
}

.footer-info .item .foot1{
    width: 220px;
    margin-right: 15px;
}
.footer-info .item .tel{
    width: 280px
}


.footer-info .container02{
    font-size: 1.3rem;
    letter-spacing: 0;
    text-align: center;
    margin: 2% auto;
}

.copy{
    margin-top: 30px;
    text-align: center;
}




.header-container {
    /*position: fixed;*/
    width: 100%;
    top: 0;
    background: #f4f2e6;
    z-index: 999;
}

header.wrapper{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  width: 80%;
  margin: auto;
  align-items: center;
}

.header-sns ul {
    display: flex;
    justify-content: center;
}
.header-sns ul li {
    width: 48px;
    margin: 0 6px;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
}

h1.title{
  width: 300px;
}


.thanks-box h2{

}

.thanks-box p{

}




@media only screen and (max-width: 767px) {
  header.wrapper{
    width:90%;
  }
  h1.title{
    width: 200px;
  }
    header h1{
        margin: 0.67em 0 0.3em;
    }

    .header-sns{
        display:none;
    }
    .menu_wrap{
        right: 10px;
    }
    .header-contact a{
        right: 140px;
    }
 .footer-logo {
        width: 50%;
        text-align: center;
        margin: 0 0 20px;
    }

    .footer-in-menu {
        display: block;
        width: 100%;
    }
    .footer-in-menu .item1,
    .footer-in-menu .item4{
        margin: auto;
        width: 90%;
    }
    .footer-in-menu .item4 a{
        width: 100%;
    }
    .footer-sns{
        margin:20px 0;
        justify-content: center;
    }
    .footer-sns .item{
        margin:0 20px;
    }




    .footer-menu ul{
        flex-wrap: wrap;
    }
    .footer-menu ul li{
        width: 46%;
        padding: 6px 0 6px 16px;
        position: relative;
    }
    .footer-menu ul li a{
        display: block;
    }

    .footer-menu ul li a:before{
    position: absolute;
    top: 15px;
    left: -5px;
    /*top: 0px;
    right: 0px;*/
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #f8f4e9;
    border-right: 2px solid #f8f4e9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
}




    .footer-info .container01{
        display: block;
    }
    .footer-info .item{
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-info .item .foot1{
        margin: auto;
    }
    .footer-info .item .tel{
        width: 100%;
        font-size: 3rem;
    }


    .footer-info .container02{
        font-size: 1.2rem;
        padding:15px;
        text-align: left;
    }

    .tel .sp img{
        width: 30px;
        margin-right: 10px;
    }
  
  .footer-in-menu .header-sns{
    margin: 30px 0 0;
  }

  .container.ct-copy-wrap .container-in{
    width: 90%;
  }
}





