/* CSS Document */
html{
    overflow: inherit !important;
}
body{
    overflow: auto;
}
@media screen and ( min-width:751px )
{

  .wrapper{
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;<strong></strong>
  }
  .pc{
    display: block;
  }
  .sp{
    display: none;
  }
  /* effect -------------------------- */
  .effect{
    opacity: 0;
  }
  .effect-left{
    position: relative;
    opacity: 0;
    left:100px;
  }
  .effect-right{
    position: relative;
    opacity: 0;
    right:100px;
  }
  .effect-bottom{
    position: relative;
    opacity: 0;
    bottom:-100px;
  }
  .effect_contact{
  }
  /* effect End -------------------------- */

  /* top -------------------------- */
    .top{
        width:100%;
        height:100%;
        background-size:100% auto;
        position: relative;

    }
    .top-img{
        object-fit: cover;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center';
        width: 100%;
        height: 100%;
        position: fixed;
    }
    .top h1{
        margin: 0;
    }
    .top h1 img{
        height: 300px;
        width: auto;
        margin: auto;
        display: none;
        position:absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
    }
  .contact_button{
    width: 60px;
    height: auto;
    float: right;
    display: none;
    text-align: center;
    margin: 20px;
    position: relative;
    top: -100px;
  }
  .contact_button .fa-envelope{
    color: #fff;
    font-size: 50px;
  }
  .contact_button span{
    color: #fff;
    font-size: 11px;
    display: block;
  }
  .down-link{
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    display: none;
    margin: auto;
    width: 30px;
  }
  .down-link i{
    font-size: 30px;
    color: #fff;
    position: relative;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  }

  .down-link:after{
    content: '';
    display: block;
    border-left: #fff 1px solid;
    height: 50px;
    position: relative;
    left: 10px;
    top: 10px;
  }
  /* top End -------------------------- */

  /* nav -------------------------- */
  .navmenu{
    width: 100%;
    height: 80px;
     box-shadow: 0px 5px 3px 0 rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 5px 3px 0 rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 5px 6px 0 rgba(0,0,0,0.04);
    position: absolute;
    z-index: 99;
    background: #fff;
  }
  .navmenu ul{
    width: 100%;
    height: 100%;
  }
  .navmenu ul li{
    width: 20%;
    height: 100%;
    float: left;
  }
  .navmenu ul li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 25px;
  }
  .navmenu ul li:nth-child(1) a{
    background-image: url(/image/nav_01.svg);
  }
  .navmenu ul li:nth-child(2) a{
    background-image: url(/image/nav_02.svg);
  }
  .navmenu ul li:nth-child(3) a{
    background-image: url(/image/nav_03.svg);
  }
  .navmenu ul li:nth-child(4) a{
    background-image: url(/image/nav_04.svg);
  }
  .navmenu ul li:nth-child(5) a{
    background-image: url(/image/nav_05.svg);
  }

  /* nav End -------------------------- */

  /* Message -------------------------- */
  .message{
    padding: 160px 0;
    margin: 0 10px;
  }
  .message h2{
    width: 100%;
    height: 50px;
    background: url(/image/nav_01.svg) no-repeat center;
    background-size: auto 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .mes_wrap{
    width: 100%;
    max-width: 1000px;
    margin: 100px auto 0 auto;  
  }
  .mes_wrap p{
    width: 47%;
    float: left;
    padding-left: 3%;
  }
  .mes_wrap img{
    width: 50%;
    float: left;
  }


  /* Message End -------------------------- */

  /* Service -------------------------- */
  .service{
    padding: 80px 10px;
    background: #f9f9f9;
  }
  .service h2{
    width: 100%;
    height: 50px;
    background: url(/image/nav_02.svg) no-repeat center;
    background-size: auto 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;  
  }
  .service ul{
    width: 100%;
    max-width: 1000px;
    margin: 100px auto 0 auto;
  }
  .service ul li{
    width: 33.33%;
    float: left;
  }
  .service ul li img{
    width: auto;
    height: 150px;
    margin: 0 auto;
  }
  .service ul li em{
    font-size: 18px;
    display: block;
    font-style: normal;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .service ul li .txt{
    margin: 0 10px;
    display: block;
  }
  .service ul li .svc_img{
    height: 150px;
    display: block;
    text-align: center;
  }

  /* Service End -------------------------- */

  /* Works -------------------------- */
  .works{
    width: 100%;
    padding: 80px 0;
  }
  .works h2{
    width: 100%;
    height: 50px;
    background: url(/image/nav_03.svg) no-repeat center;
    background-size: auto 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;  
  }
  .works ul{
    width: 80%;
    margin: 100px auto 0 auto;
  }
  .works ul li{
    width: 50%;
    float: left;
    margin-bottom: 50px;
  }
    .works ul li .work-img-tm{
        position: relative;
        display: block;
        text-align: center;
    }
    .works ul li .work_txt{
        margin: 30px 50px;
        display: block;
    }
    .works ul li a:hover{
        opacity:0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
    }
    .work-frame-pc{
        width: auto;
        height: 230px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    .work-pc-img{
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
        margin: auto;
        height: 150px;
        width: 260px;
        z-index: 1;
        object-fit: cover;
        object-position: top;
        font-family: 'object-fit: cover; object-position: top;';
    }
    .work-sp{
        position: absolute;
        top: 60px;
        right: 10px;
        width: 25%;
    }
    .work-frame-sp{
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    .work-sp-img{
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
        
    }
    .work-frame-logo{
        height: 230px;
    }
    
    /*モーダル部分*/
    .modal-img{
    }
    .modal-img i{
        font-size: 30px;
        position: absolute;
        top: 30px;
        right: 5vw;
        color: #fff;
    }
    .work-contents{
        width: 65%;
        height: 70%;
        max-width: 600px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .work-pc-modal{
        width: 80%;
        display: block;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }
    .work-pc-md-frame{
        width: 100%;
        z-index: 2;
        position: relative;
    }
    .work-pc-md-img{
        width: 93%;
        height: 60%;
        position: absolute;
        top: 4.2%;
        left: 0;
        right: 0;
        margin: auto;
        object-fit: cover;
        object-position: top;
        font-family: 'object-fit: cover; object-position: top;';
        z-index: 1;
    }
    .work-sp-modal{
        width: 20%;
        position: absolute;
        top: 25%;
        right: 20px;
        z-index: 3;
    }
    .work-sp-md-frame{
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .work-sp-md-img{
        width: 90%;
        position: absolute;
        top: 12%;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }
    .work-logo-md{
        height: 70%;
    }
    .work-contents p{
        width: 70%;
        margin: 20px auto 0 auto;
        color: #fff;
        line-height: 2;
    }
    .work-contents a{
        color: #fff !important;
    }
  /* Works End -------------------------- */


  /* Company -------------------------- */
  .company{
    padding: 80px 10px;
    background: #f9f9f9;
  }
  .company h2{
    width: 100%;
    height: 50px;
    background: url(/image/nav_04.svg) no-repeat center;
    background-size: auto 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;  
  }
  .company table{
    max-width: 800px;
    width: 100%;
    margin: 100px auto 0 auto;
    border-collapse:collapse;
  }
  .company table th{
    width: 30%;
    padding: 15px;
    border-bottom: #000 1px solid;
    font-weight: normal;
  }
  .company table td{
    width: 70%;
    padding: 15px;
    border-bottom: #000 1px solid;
  }

  /* Company End -------------------------- */

  /* Contact -------------------------- */
    .contact{
    padding: 80px 10px;
    }
    .contact h2{
    width: 100%;
    height: 50px;
    background: url(/image/nav_05.svg) no-repeat center;
    background-size: auto 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;  
    }
    .contact p{
    width: 100%;
    text-align: center;
    margin-top: 50px;
      margin-bottom: 50px;
    }

    .contact table{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    }
    .contact th{
        width: 22%;
        text-align: left;
        vertical-align: middle;
        padding: 10px;
        font-weight: normal;
    }
    .contact td{
        width: 70%;
        padding: 10px;
        position: relative;
    }
    .contact td:before{
          content: '';
          border-right: #cbced3 2px solid;
          height: 30px;
          position: absolute;
          top: 20px;
          left: 65px;
    }
    .contact tr:last-child td:before{
        border: none;
    }
    .contact tr:last-child td{
        width: 100%;
        text-align: center;
    }
    .contact td i{
        position: absolute;
        top: 23px;
        left: 25px;
        font-size: 25px;
        color: #cbced3;
    }
    .contact th em{
        color: #D80003;
        font-style: normal;
        font-size: 12px;
        position: relative;
        left: 5px;
    }
    .contact .form-err{
        background-color: #F8D4D4;
    }
    .contact .err-mes{
        margin: 0;
        margin-bottom: 30px;
        color: #D80003;
    }
  .focus:before{
        border-right: #000 2px solid !important;
    }
  /*フォームタグ設定*/
  input[type="text"],
  input[type="email"],
  input[type="tel"]{
    width: 100%;
    height: 47px;
    border: #cbced3 1px solid;
    border-radius: 5px;
    text-indent: 70px;
    font-size: 18px;
    color: #666;
  }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus{
      outline: none;
      border-color: #000;
      color: #000;
  }
  input[type="text"]:focus::-webkit-input-placeholder,
  input[type="email"]:focus::-webkit-input-placeholder,
  input[type="tel"]:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder{
      color: #000;
  }
  input[type="text"]:focus:-ms-input-placeholder,
  input[type="email"]:focus:-ms-input-placeholder,
  input[type="tel"]:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder{
      color: #000;
  }
    input[type="text"]::placeholder,
    input[type="email"]::placeholder,
    input[type="tel"]::placeholder{
        opacity: 0.4;
    }
/*  input[type="submit"]{
      background-color: #000;
      color: #fff;
      border: none;
      width: 200px;
      height: 35px;
      font-size: 16px;
      border-radius: 3px;
      margin: 0 auto;
      display: block;
  }
    */
  textarea{
      width: 100%;
      height: 200px;
      border: #cbced3 1px solid;
      border-radius: 5px;
      font-size: 18px;
      line-height: 2;
      padding: 5px 5%;
    padding-left: 65px;
  }
  textarea:focus{
      outline: none;
      border-color: #000;
      color: #000;
  }

  /* Contact End -------------------------- */

  /* Footer -------------------------- */
  footer{
    width: 100%;
    background: #f9f9f9;
    padding: 30px 0;
    position: relative;
  }
  footer ul{
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
  }
  footer ul li{
    float: left;
    margin-right: 50px;
  }
  footer ul li:last-child{
    margin-right: 0;
  }
    .copy{
        width: 100%;
        text-align: center;
        margin-top: 50px;
        font-size: 12px;

    }
    .pagetop{
        display: block;
        width: 50px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        display: none;
    }
    .pagetop .fa-arrow-circle-up{
        color: #1f1f1f;
        font-size: 50px;
    }
  /* Footer End -------------------------- */
  
  
  /* contents-page End -------------------------- */
  .wrapper-page{
    overflow: inherit;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    background: #fff;
  }
  .wrapper-page h1{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: #000 1px solid;
  }
  .wrapper-page h1 img{
    height: 50px
  }
  /* contents-page End -------------------------- */
    
    /* wapper-02 -------------------------- */
    .wrapper-02{
        overflow: hidden;
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        background: #fff;
    }
    .wrapper-02 h1{
        margin: 0;
        padding-top: 30px;
        text-align: center;
    }
    .wrapper-02 h1 img{
        width: 120px;
    }
    .wrapper-02 .navmenu{
        position: relative;
    }
    .footer-02{
        top: 0;
    }
    /* wapper-02 End -------------------------- */
    
    /* contact-finish -------------------------- */
    .contact-finish{
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 80px;
        margin-bottom: 50px;
    }
    .contact-finish h2{
        text-align: center;
        font-size: 28px;
    }
    .finish-thanks{
        text-align: center;
        margin: 50px 0;
    }
    .finish-company{
        text-align: right;
        width: 50%;
        margin: 0 auto;
    }
    /* contact-finish End -------------------------- */
    
  
  
}

@media screen and ( max-width:750px )
{
  .wrapper{
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;<strong></strong>
  }
  
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  /*slide-menu -------------------------- */
  .slide-menu{
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 11;
  }
  .slide-menu i{
    color: #fff;
    font-size: 30px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
  }
  .slide-area{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,.7);
    z-index: 10;
    padding-top: 80px;
    display: none;
  }
  .slide-area li{
    height: 50px;
    border-bottom: #fff 1px solid;
  }
  .slide-area li:first-child{
    border-top: #fff 1px solid;
  }
  .slide-area li a{
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #666;
    line-height: 3.5
  }
  .slide-close{
    display: none;
  }
  /*slide-menu End -------------------------- */
  /* effect -------------------------- */
  .effect{
    opacity: 0;
  }
  .effect-left{
    position: relative;
    opacity: 0;
    left:100px;
  }
  .effect-right{
    position: relative;
    opacity: 0;
    right:100px;
  }
  .effect-bottom{
    position: relative;
    opacity: 0;
    bottom:-100px;
  }
  .effect_contact{
  }
  /* effect End -------------------------- */

  /* top -------------------------- */
    .top{
        width:100%;
        height:100%;
        background-size:100% auto;
        position: relative;

    }
    .top-img{
        object-fit: cover;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center';
        width: 100%;
        height: 100%;
        min-height: 100vh;
        position: fixed;
    }
    .top h1{
        margin: 0;
    }
  .top h1 img{
    height: 250px;
    width: auto;
    margin: auto;
    display: none;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  }
  .contact_button{
    width: 60px;
    height: auto;
    float: right;
    display: none;
    text-align: center;
    margin: 20px;
    position: relative;
    top: -100px;
  }
  .contact_button .fa-envelope{
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 5px #000;
  }
  .contact_button span{
    color: #fff;
    font-size: 11px;
    display: block;
    text-shadow: 0 0 5px #000;
  }
  .down-link{
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    display: none;
    margin: auto;
    width: 30px;
  }
  .down-link i{
    font-size: 30px;
    color: #fff;
    position: relative;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  }

  .down-link:after{
    content: '';
    display: block;
    border-left: #fff 1px solid;
    height: 50px;
    position: relative;
    left: 10px;
    top: 10px;
  }
  /* top End -------------------------- */

  /* nav -------------------------- */


  /* nav End -------------------------- */

  /* Message -------------------------- */
  .message{
    padding: 50px 20px;
  }
  .message h2{
    width: 100%;
    height: 35px;
    background: url(/image/nav_01.svg) no-repeat center;
    background-size: auto 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .mes_wrap{
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0 auto;  
  }
  .mes_wrap p{
    width: 100%;
      margin-top: 20px;
      font-size: 14px;
      line-height: 1.8;
  }
  .mes_wrap img{
    width: 100%;
  }


  /* Message End -------------------------- */

  /* Service -------------------------- */
  .service{
    padding: 50px 10px;
    background: #f9f9f9;
  }
  .service h2{
    width: 100%;
    height: 35px;
    background: url(/image/nav_02.svg) no-repeat center;
    background-size: auto 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;  
  }
  .service ul{
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0 auto;
  }
  .service ul li{
    width: 100%;
      padding-bottom: 50px;
  }
  .service ul li img{
    width: auto;
    height: 150px;
    margin: 0 auto;
  }
  .service ul li em{
    font-size: 18px;
    display: block;
    font-style: normal;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .service ul li .txt{
    margin: 0 10px;
    display: block;
      font-size: 14px;
  }
  .service ul li .svc_img{
    height: 150px;
    display: block;
    text-align: center;
  }

  /* Service End -------------------------- */

  /* Works -------------------------- */
  .works{
    width: 100%;
    padding: 50px 0;
  }
  .works h2{
    width: 100%;
    height: 35px;
    background: url(/image/nav_03.svg) no-repeat center;
    background-size: auto 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;  
  }
  .works ul{
    width: 80%;
    margin: 100px auto 0 auto;
  }
  .works ul li{
    width: 100%;
    margin-bottom: 50px;
  }
    .works ul li .work-img-tm{
        position: relative;
        display: block;
        text-align: center;
    }
    .works ul li .work_txt{
        margin: 30px 50px;
        display: block;
    }
    .works ul li a:hover{
        opacity:0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
    }
    .work-frame-pc{
        width: auto;
        height: 230px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    .work-pc-img{
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
        margin: auto;
        height: 150px;
        width: 260px;
        z-index: 1;
        object-fit: cover;
        object-position: top;
        font-family: 'object-fit: cover; object-position: top;';
    }
    .work-sp{
        position: absolute;
        top: 60px;
        right: 10px;
        width: 25%;
    }
    .work-frame-sp{
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    .work-sp-img{
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
        
    }
    .work-frame-logo{
        height: 230px;
    }
    
    /*モーダル部分*/
    .modal-img{
    }
    .modal-img i{
        font-size: 30px;
        position: absolute;
        top: 30px;
        right: 5vw;
        color: #fff;
    }
    .work-contents{
        width: 90%;
        height: 50%;
        max-width: 600px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .work-pc-modal{
        width: 80%;
        display: block;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }
    .work-pc-md-frame{
        width: 100%;
        z-index: 2;
        position: relative;
    }
    .work-pc-md-img{
        width: 93%;
        height: 60%;
        position: absolute;
        top: 4.2%;
        left: 0;
        right: 0;
        margin: auto;
        object-fit: cover;
        object-position: top;
        font-family: 'object-fit: cover; object-position: top;';
        z-index: 1;
    }
    .work-sp-modal{
        width: 20%;
        position: absolute;
        top: 25%;
        right: 20px;
        z-index: 3;
    }
    .work-sp-md-frame{
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .work-sp-md-img{
        width: 90%;
        position: absolute;
        top: 12%;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }
    .work-logo-md{
        height: 70%;
    }
    .work-contents p{
        width: 70%;
        margin: 20px auto 0 auto;
        color: #fff;
        line-height: 2;
    }
    .work-contents a{
        color: #fff !important;
    }
  /* Works End -------------------------- */


  /* Company -------------------------- */
  .company{
    width: auto;
    padding: 50px 10px;
    background: #f9f9f9;
  }
  .company h2{
    width: 100%;
    height: 35px;
    background: url(/image/nav_04.svg) no-repeat center;
    background-size: auto 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;  
  }
  .company table{
    max-width: 800px;
    width: 100%;
    margin: 50px auto 0 auto;
    border-collapse:collapse;
  }
  .company table th{
    width: 25%;
    padding: 10px;
    border-bottom: #000 1px solid;
    font-weight: normal;
  }
  .company table td{
    width: 75%;
    padding: 10px;
    border-bottom: #000 1px solid;
  }
    .company table th span,
    .company table td span{
        font-size: 14px;
    }
  /* Company End -------------------------- */

  /* Contact -------------------------- */
    .contact{
        padding: 50px 10px;
    }
    .contact h2{
        width: 100%;
        height: 35px;
        background: url(/image/nav_05.svg) no-repeat center;
        background-size: auto 100%;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;  
    }
    .contact p{
        width: 100%;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 14px;
    }

    .contact table{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    }
    .contact th{
        width: 22%;
        text-align: left;
        vertical-align: middle;
        padding: 5px;
        font-weight: normal;
        font-size: 12px;
    }
    .contact td{
        width: 70%;
        padding: 5px;
        position: relative;
    }
    .contact td:before{
          content: '';
          border-right: #cbced3 2px solid;
          height: 25px;
          position: absolute;
          top: 13px;
          left: 50px;
    }
    .contact tr:last-child td:before{
        border: none;
    }
    .contact tr:last-child td{
        width: 100%;
        text-align: center;
    }
    .contact td i{
        position: absolute;
        top: 15px;
        left: 20px;
        font-size: 20px;
        color: #cbced3;
    }
    .contact th em{
        color: #D80003;
        font-style: normal;
        font-size: 12px;
        position: relative;
        left: 5px;
    }
    .contact .form-err{
        background-color: #F8D4D4;
    }
    .contact .err-mes{
        margin: 0;
        margin-bottom: 30px;
        color: #D80003;
    }
  .focus:before{
        border-right: #000 2px solid !important;
    }
  /*フォームタグ設定*/
  input[type="text"],
  input[type="email"],
  input[type="tel"]{
    width: 100%;
    height: 40px;
    border: #cbced3 1px solid;
    border-radius: 5px;
    text-indent: 55px;
    font-size: 14px;
    color: #666;
  }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus{
      outline: none;
      border-color: #000;
      color: #000;
  }
  input[type="text"]:focus::-webkit-input-placeholder,
  input[type="email"]:focus::-webkit-input-placeholder,
  input[type="tel"]:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder{
      color: #000;
  }
  input[type="text"]:focus:-ms-input-placeholder,
  input[type="email"]:focus:-ms-input-placeholder,
  input[type="tel"]:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder{
      color: #000;
  }
    input[type="text"]::placeholder,
    input[type="email"]::placeholder,
    input[type="tel"]::placeholder{
        opacity: 0.4;
    }
/*  input[type="submit"]{
      background-color: #000;
      color: #fff;
      border: none;
      width: 200px;
      height: 35px;
      font-size: 16px;
      border-radius: 3px;
      margin: 0 auto;
      display: block;
  }
    */
  textarea{
      width: 100%;
      height: 200px;
      border: #cbced3 1px solid;
      border-radius: 5px;
      font-size: 18px;
      line-height: 2;
      padding: 5px 5%;
    padding-left: 65px;
  }
  textarea:focus{
      outline: none;
      border-color: #000;
      color: #000;
  }
    
    .contact input[type="submit"]{
        width: 150px !important;
        font-size: 14px;
    }
  /* Contact End -------------------------- */

  /* Footer -------------------------- */
  footer{
    width: 100%;
    background: #f9f9f9;
    padding: 0;
    position: relative;
  }
  footer ul{
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
    border-top: #ddd 1px solid;
  }
  footer ul li{
    height: 40px;
    border-bottom: #ddd 1px solid;
    text-align: center;
  }
  footer ul li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 2.8;
  }
  .copy{
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 5;
      margin: 0;
  }
  .pagetop{
    display: block;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
  }
  .pagetop .fa-arrow-circle-up{
    color: #1f1f1f;
    font-size: 50px;
  }
  /* Footer End -------------------------- */
  
}
