@charset "utf-8";

/*
Theme Name: L-Tech Co.,Ltd
Theme URL: http://ltech-ltd.jp/
Description: 有限会社エルテックのテーマです。
Author: L-Tech Co.,Ltd
*/
/*------------------共通----------------------*/

body{
  margin: 0;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}

.container{
  width: 1000px;
  margin: 0 auto;
}

a:hover{
  opacity: 0.75;
  transition-duration:2s;
  }

.button{
  display: inline-block;
  width:350px;
  height: 40px;
  background-color: #217ebc;
  border-radius: 30px;
  line-height:40px;
  box-shadow: 2px 2px 4px gray;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: 2px;
  text-align: center;
  color:#fff;
}

@media (max-width: 770px){
.container{
  width: 94%;
  margin: 0 auto;
}  

.button{
  margin-bottom: 10px;
  width:85%;
}
}

@media (max-width: 480px){
.container{
  width: 94%;
  margin: 0 auto;
}  

}
/*header.php(トップページのみ)*/
header{
  position: absolute;
  width: 100%;
  padding-top: 10px;
}
header img{
  width: 250px;
  display: inline-block;
}
.site-top{
  background:url('/wp-content/themes/ltech-ltd/images/bg_fuji.jpg') no-repeat;
  background-size: cover;
  height: 500px;
  background-position : right top;
  z-index: -100;
  vertical-align: top;
  position: relative;
}

.global-nav{
  float:right;
}
.global-nav ul{
  margin-bottom: 10px;
}

.global-nav ul{
  margin-top:10px;
}

.global-nav .nav-item {
  display: inline-block;
}

.global-nav .nav-item a {
  display: inline-block;
  width: 120px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-decoration: none;
}


.site-philosophy{
  color:#fff;
  position: absolute;
  line-height: 2.6rem;
  font-size: 2rem;
  font-weight: 400;
  top: 120px;
}

.site-message {
  width:400px;
  font-size: 0.75rem;
  color:#fff;
  position:absolute;
  top:100px;
  margin-top:30px;
  line-height:1.8rem; 
}

.site-message-sp{
  width:100%;
  background-color:#aeaeae;
  padding:60px 0px;
}

.site-message-sp p{
  color:#fff;
  margin:0;
  font-size:0.9rem;
  line-height:2rem;
}

@media (max-width: 900px){
.global-nav{
  display: none;
}
.site-top img{
  width:250px;  
}
.global-nav-2{
  display:none;
}
.site-philosophy{
  left:40px;
}

}
@media (max-width: 33.9em){
.site-top img{
  width:200px;
}

.site-philosophy{
  top:250px;
  left:30px;
  width:300px;
  font-size:1.6rem;
  line-height:2;
}

.site-message {
  display:none;
}
}

@media (min-width: 900px){
  .g-header{
  display:none;    
}
}
@media (min-width: 33.9em){
.site-message-sp{
  display: none;
}
}

/*header-2.php(トップページ以外)*/

.header-2 {
  background-color:#0066aa;
  height:55px;
}

.header-wrapper img{
  width:350px;
}

.page-wrapper a{
  color:#9b9b9b;
  text-decoration:none;
}

@media (max-width: 900px){
  .header-2{
    height:42px;
  }
  .header-2 img{
    width:250px;
  }
  
}

@media (max-width: 33.9em){
 .global-nav .nav-item {
    display:none;
  }
   .header-2 img{
    width:200px;
  }
  
}

/*sp-manu*/
.g-header{
  position: absolute;
  width: 100%;
  height: 50px;
  top:0px;
  right:0;
}
.g-nav{
  display: none;
  position: absolute;
  width:100%;
  top: 0px;
}
.menu{
  width: 70%;
}  

.menu li{
  list-style: none;
  margin-top:3%;
  margin-bottom: 3%;
}

.menu__item{
  width:80%;
}

.g-nav{
    background-color: #7e7e7e;
    z-index: 100;
}    
.menu a{
      display: block;
      color: #fff;
      text-decoration: none;
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size:0.9rem;
}

.sp-menu{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

.menu-trigger{
   display: inline-block;
    transition: all .4s;
}
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
}
    
.menu-trigger{
  position: relative;
  width: 44px;
  height: 44px;
}
        
.menu-trigger span{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 200;
}
.menu-trigger span:nth-of-type(1){
  top: 5px;
}
.menu-trigger span:nth-of-type(2){
  top: 15px;
}
.menu-trigger span:nth-of-type(3){
  top: 25px;
}

.active span:nth-of-type(1){
  -webkit-transform: translateY(10px) rotate(-45deg);
  -moz-transform:translateY(10px) rotate(-45deg);
  -ms-transform:translateY(10px) rotate(-45deg);
  -o-transform:translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.active span:nth-of-type(2){
  opacity: 0;
}
.active span:nth-of-type(3){
  -webkit-transform:  translateY(-10px) rotate(45deg);
  -moz-transform:  translateY(-10px) rotate(45deg);
  -ms-transform:  translateY(-10px) rotate(45deg);
  -o-transform:  translateY(-10px) rotate(45deg);
  transform:  translateY(-10px) rotate(45deg);
}


/*共通、表題文字など*/
.wrapper{
  background-color: #f5f5f5;
  padding:110px 0 60px 0;
}

.wrapper-small{
  color:#9b9b9b;
  font-size:0.9rem;
  letter-spacing: 1.2px;
  margin-bottom: 50px;
}

.wrapper-small a{
  text-decoration:none;
  color:#9b9b9b;
}

.wrapper-small a:hover{
  text-decoration:underline;
}

.wrapper-title{
  font-size: 2.0rem;
  color: #00599c;
  margin:0 0 10px 0;
  letter-spacing: 2px;
  font-weight: 500;
}

.heading{
  width:100%;
  display: inline-block;
  letter-spacing: 2px;
  color: #00599c;
  margin:0 0 10px 0;
}

.heading-sub{
  width:100%;
  display: inline-block;
  margin:0 0 30px 0;
  color: #9b9b9b;
  font-weight: normal;
}

.white-heading{
  color: #fff;
}

.white-heading-sub{
  color:#fff;
}

.contact-sub{
  margin-bottom:30px;
}

@media (max-width:770px){
.heading{
   font-size:1.25rem; 
}

.wrapper-small{
  margin-bottom: 30px;
  width:100%;
}

.wrapper-title{
  font-size:1.25rem;
}

}

/*footer*/
.footer {
  background-color: #8c8c8c;
  background-size: 100% auto;
  padding-bottom:20px;
  width:100%;
}

.footer img{
  margin:25px 0;
  width:250px;
}

.horizontal-list {
  float:right;
  padding:30px 0;
  margin:0;
}

.horizontal-list .horizontal-item {
  display: inline-block;
  padding: 0 3px;
  letter-spacing: 1px;
}

.horizontal-list .horizontal-item a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
}

.copyright{
  color:#fff;
  font-size:0.75rem;
}

.border{
  color: #fff;
}

@media (max-width: 900px){
  .horizontal-list .horizontal-item{
    display:none;
  }
  
   .border{
    display:none;
  }
}
@media (max-width: 33.9em){
  .footer{
    padding-bottom:5px;
  }
  
  .footer img{
    width:200px;
  }
  
  .copyright{
    padding-top:10px;
    margin:0;
    width:200px;
  }
}


/*------------------front-page.php------------------*/
.products-botton{
  margin-top: 30px;
}

/*固定ページのボーダー*/

.white-border{
	border-style:solid;
	border-color:#fff;
	background-color:#fff;
  width:10%;
  height:1px;
  margin:0 0 30px 0;
}

@media (max-width: 33.9em){
 .white-border{
  width:80%;
  margin-left: auto;
  margin-right: auto;
}
}



/*新着情報*/
.news-wrapper{
  display:table;
  table-layout: fixed;
  width:100%;
}

.news-box {
  display: table-cell;
  vertical-align: middle;
  background-color:#00919c;
  width:200px;
}

.news-box p{
  color: #fff; 
  text-align: center;
  font-size:0.9rem;
}

.news-item{
  display: table-cell;
  vertical-align: middle;
}

.scroll-list{
  max-height: 220px;
  overflow-y: auto;
  font-size: 15px;
  list-style-type: none;
  padding-left: 15px;
}

.scroll-list a{
  text-decoration: none;
  color:#000;
}

.news-item-detail{
  margin-right: 10px;
}
@media (max-width: 770px){
.news-wrapper{
  width:100%;
  padding: 20px 0;
}  
.news-box{
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 0;
}

.news-item{
  display: block;
}
.scroll-list{
  padding: 0;
  margin: 0;
}
.news-box p{
  margin:0;
  padding: 0;
  color: #00919c;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.news-item-detail{
  margin: 0;
}

}

/*事業内容*/

.services{
  background-color: #e4e4e4;
  text-align: center;
  padding: 110px 0;
}

.service-wrapper{
  display:table;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  table-layout: fixed;
}

.service-box{
  display: table-cell;
}

.service-box img{
  display:table-cell;
  width:100%;
}

.service-title{
  width:100%;
  height: 70px;
  text-align: center;
  color: #fff;
  line-height:70px;
  margin: 0 0 50px 0;
  font-weight: normal;
  background-color: #217ebc;
}

.service-discription{
  margin-bottom:30px;
}

.service-discription-2{
  margin-bottom: 80px;
}

.heading-sub-2{
  margin-bottom:80px;
}

.service-discription p{
  font-size:0.9rem;
  margin:0;
}

.front-rubber{
  background-color: #00919c;
}

.front-beautyhealth{
  background-color: #0066aa;
}

.rubber-service{
  width:100%;
  height:280px;
  background:url('/wp-content/themes/ltech-ltd/images/service_rubber.png') no-repeat;
  background-size: cover;
}

.defense-service{
  width:100%;
  height:280px;
   background:url('/wp-content/themes/ltech-ltd/images/service_defense.png') no-repeat;
  background-size: cover;
}

.beautyhealth-service{
  width:100%;
  height:280px;
   background:url('/wp-content/themes/ltech-ltd/images/service_beautyhealth.png') no-repeat;
  background-size: cover;
}

@media (max-width: 33.9em){
  .service-box{
    display:block;
  }
  
  .service-discription{
  margin-bottom:5%;
}

.service-discription p{
  font-size:0.9rem;
  margin:0;
}
}

/*私たちについて*/
.about {
  background:url('/wp-content/themes/ltech-ltd/images/bg_about.png') no-repeat;
  background-size: cover;
  text-align: center;
  padding: 110px 0;
}

/*商品について*/

.products{
  background:url('/wp-content/themes/ltech-ltd/images/bg_products.png') no-repeat;
  background-size: cover;
  text-align: center;
  padding: 110px 0;
}

.products-sub{
  padding-bottom: 20px;
}

@media (max-width: 33.9em){
  .service-discription{
    margin-bottom:20px;
    padding:0;
  }
}

/*お問い合わせ*/
.contact-wrapper-front{
  display:table;
  width:100%;
 table-layout: fixed;
 text-align: center;
 margin:0;
}

.contact-left{
  display: table-cell;
  vertical-align:middle;
  background-color: #217ebc;
  color: #fff;
}

.contact-right{
  display: table-cell;
  vertical-align:middle;
}

.contact-right img{
  width: 60px;
  margin:0 20px 0 0;
}

.top-right{
  color: #fff;
  background-color: #00919c;
  padding:5% 0;
}

.contact-detail-wrapper{
  margin:auto;
}

.contact-right-wrapper-top a{
  text-decoration:none;
}

.contact-right-wrapper-top:hover{
  transition-duration:2s;
  opacity: 0.75;
  }

.bottom-right{
  background-color: #fff;
  color:#464444;
  padding:5% 0;
}

.detail-main1{
  font-size:1.2rem;
  color:#fff;
  font-weight: 400;
}

.detail-main2{
  font-size:1.2rem;
  text-align: left;
  font-weight: 400;
}

.detail-main3{
  font-size:1.2rem;
  text-align: left;
  font-weight: 400;
  letter-spacing: 1.5px;
}

@media (max-width: 900px){
  .contact-wrapper-front{
    background-color:#217ebc;
    padding:110px 0;
  }
  
  .contact-left{
    display: block;
    margin-bottom:80px;
  }
  .contact-right{
    display:block;
  }
  
  .contact-right img{
    width:40px;
  }

  .top-right{
    margin:5%;
  }
  
  .bottom-right{
    margin:5%;
  }
  .detail-main1{
    font-size: 20px;
  }
  
  .detail-main2{
    font-size:20px;
  }
  
  .detail-main3{
    font-size:15px;
  }
  
  .contact-sp{
    margin:0;
  }
}




/*-------------------page-services.php------------------*/
.service-guide-wrapper{
  display:table;
  width:100%;
  table-layout: fixed;
}

.service-guide-box-left{
  display: table-cell;
  vertical-align:top;
  padding: 100px 0 100px 10%;
  border:none;
}

.category-title-service{
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.6rem;
  font-weight: 500;
}

.service-border{
  margin-bottom: 50px;
}

.service-guide-box-left p{
  font-size: 1.0rem;
  line-height: 40px;
  font-weight: 400;
}

.service-guide-box-right{
  display: table-cell;
}

.rubber-2{
  background-color: #00919c;
  color: #fff;
}

.defense-2{
  background-color: #217ebc;
  color: #fff;
}

.beautyhealth-2{
  background-color: #0066aa;
  color: #fff;
}

.beautyhealth-2 a{
  color:#fff;
}

.service-bottom{
  padding:50px 0;
}

.service-last {
  font-size: 0.9rem;
}

.service-last p{
  margin:0;
}

.service-last a{
  color:#0066aa;
  font-weight:bold;
}

.trim-services{
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin:0;
}

.trim-services img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 140%;
  max-height:140%;
}



@media (max-width: 770px){
  .trim-services img{
  max-width: 200%;
  max-height: 200%;
  }
  
  .rubber-services img{
    max-width: 130%;
  max-height: 130%;
  }
  .service-guide-box-left{
    padding:30px 0 30px 10px;
}
}
@media (max-width: 480px){
  .trim-services img{
  max-width: 110%;
  max-height: 110%;
  }
  .trim-services{
    height:350px;
  }
  
  .service-guide-box-left{
    display:block;
    position:relative;
    padding-left:0;
  }
  
  .rubber-2:before{
	content: "";
	position: absolute;
	top: 93%;
	left: 50%;
 	margin-left: -50px;
	border: 50px solid transparent;
	border-top: 50px solid #00919c;
	z-index:100;
}

 .defense-2:before{
	content: "";
	position: absolute;
	top: 93%;
	left: 50%;
 	margin-left: -50px;
	border: 50px solid transparent;
	border-top: 50px solid #217ebc;
	z-index:100;
}

 .beautyhealth-2:before{
	content: "";
	position: absolute;
	top: 93%;
	left: 50%;
 	margin-left: -50px;
	border: 50px solid transparent;
	border-top: 50px solid #0066aa;
	z-index:100;
}
  
  .service-guide-box-left p{
    width:300px;
    margin-left: auto;
    margin-right:auto;
    text-align: center
  }
  
  .service-guide-box-right{
    display:block;
  }
  
  .category-title-service{
    color:#fff;
    margin-bottom:30px;
    text-align: center;
  }
  
.service-last{
  text-align: left;
  width:300px;
}  

.service-border{
  margin-bottom: 30px;
}
}

/*-------------------page-about.php------------------*/

.about-wrapper-top{
  background: url('/wp-content/themes/ltech-ltd/images/bg_tree.png')no-repeat;
  display:table;
  width:100%;
  table-layout: fixed;
  background-size: cover;
}

.about-wrapper-bottom{
  display:table;
  width:100%;
  table-layout: fixed;
}

.about-box{
  display: table-cell;
  vertical-align:top;
  padding: 110px 0 110px 10%;
  font-weight: 500;
}

.company-detail{
  background-color:rgb(255,255,255);
  opacity:0.8;
  color:  #0066aa;
  padding-bottom: 220px;
 }

.company-detail-discription{
	color:  #000;
	font-weight:normal;
	font-size:0.9rem;
	line-height: 1.8rem;
	width:80%;
}

.history{
  background-color: #5e99c0;
  color:#fff;
}

.history-detail-discription{
  font-size:0.9rem;
  line-height: 1.8rem;
  width:80%;
  font-weight: 400;
}

.philosophy{
  background-color: #00919c;
  color:#fff;
}

.detail-about1{
  width:150px;
  vertical-align: top;
}

.detail-about3{
  width:100px;
  vertical-align: top;
}

.detail-about5{
  font-weight: normal;
  line-height: 1.8rem;
}

hr {
  border-style: solid;
  background-color:#0066aa;
  border-color:#0066aa;
  width:10%;
  height:1px;
  margin:0 0 30px 0;
}

@media (max-width: 770px){
.detail-about1{
  width:120px;
}

.detail-about3{
  width:60px;
}
}

@media (max-width: 33.9rem){
  .about-box{
    display: block;
    text-align: center;
    padding-left: 0;
  }
  
  .company-detail{
    padding-bottom:110px;
  }
  
  .landscape{
    display:none;
  }
  
  hr{
    width:80%;
    text-align: center;
    margin-left: auto;
    margin-right:auto;
  }
  
.company-detail-discription{
  text-align: left;
  margin-left:auto;
  margin-right: auto;
  font-size:0.9rem;
}

.history-detail-discription{
  font-size:0.9rem;
  text-align: left;
  margin-left:auto;
  margin-right:auto;
}

.detail-about3{
  display:block;
  width:60px;
}

.detail-about1{
  width:130px;
  font-weight:bold;
  display:block;
}

.detail-about5{
  font-size:0.9rem;
}
}
/*-------------------page-products.php------------------*/
.products-wrapper{
  display:table;
  width: 100%;
  table-layout: fixed;
}

.product-box-left{
  display: table-cell;
  vertical-align:top;
  padding:100px 0 100px 10%;
}
.product-box-left h3{
  letter-spacing: 2px;
    font-size: 1.6rem;
    font-weight: 500;
}
.product-border-2{
  margin-bottom: 50px;
}

.product-link{
  font-size:0.9rem;
}

.product-box-right{
  display: table-cell;
}

.deepblue{
  background-color: #5e99c0;
  color: #fff;
}

.deepblue a{
  color:#fff;
}

.lightblue{
  background-color: #f7fdff;
  color: #5e99c0;
}

.lightblue a{
  color:#5e99c0;
}

.product-border {
  border-style: solid;
  background-color:#5e99c0;
  border-color:#5e99c0;
  width:10%;
  height:1px;
}

.trim-products{
  position: relative;
  width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  height: 450px;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}

.trim-products img{
/* 画像を上下左右に中央配置する（絶対指定） */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-500%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 画像の最大サイズ*/
  max-width: 140%;
  max-height: 140%;
}

@media (max-width: 770px){
  .trim-products{
  height: 350px;
}
   .product-box-left{
    padding:30px 0 30px 10px;
}
  
  .trim-products img{
  max-width: 140%;
  max-height: 140%;
  }
}
@media (max-width: 480px){
  .trim-products img{
  max-width: 150%;
  max-height: 150%;
  }
  
  .trim-products{
    height:350px;
  }
  .product-box-left{
    display:block;
    text-align: center;
    padding-left:0;
    position:relative;
}
  
  .deepblue:before{
	content: "";
	position: absolute;
	top: 93%;
	left: 50%;
 	margin-left: -50px;
	border: 50px solid transparent;
	border-top: 50px solid #5e99c0;
	border-top-color: #5e99c0;
	z-index:100;
}

 .lightblue:before{
	content: "";
	position: absolute;
	top: 93%;
	left: 50%;
 	margin-left: -50px;
	border: 50px solid transparent;
	border-top: 50px solid #f7fdff;
	border-top-color: #f7fdff;
	z-index:100;
}

  .product-box-right{
    display:block;
  }

.product-border {
  width:80%;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.product-border-2{
  margin-bottom: 30px;
}
}

/*-------------------商品詳細共通------------------*/
.product-wrapper{
  display:table;
  table-layout: fixed;
  width:100%;
  padding:110px 0;
}

.contain-products-box{
  display: table-cell;
  vertical-align:top;
}

.products-box-small-1 img{
  width: 100%;
  height:auto;
}

.products-box-small-2{
  padding-left:30px;  
}

.contain-product-detail-right-title{
  margin-top:0;
}

.product-detail-discription{
  margin-bottom:50px;
  font-size:0.9rem;
}

.detail-product1{
  width:80px;
  vertical-align:top;
}

.detail-product2 a{
  color:#0066aa;
}

@media (max-width: 770px){
  .contain-product-detail-right-title{
    margin:0;
  }

  .shop-button{
    width:90%;
  }
}

@media (max-width: 33.9em){

  .contain-products-box{
    display:block;
    text-align: center;
  }
.products-box-small-1{
  margin-bottom: 20px;
}
.products-box-small-2{
  padding-left:0;  
}

 .product-detail-discription{
   text-align: left;
   font-size:0.9rem;
   width:100%;
 }
  
  .contain-product-detail-right-title{
    text-align: left;
    margin-bottom: 20px;
  }
  .button{
    width:300px;
  }
}

/*-------------------page-contact.php------------------*/

.contact-wrapper{
  padding:110px 0;
}

.contact-wrapper-top{
  display:table;
  width:100%;
  table-layout: fixed;
}

.contact-wrapper-bottom{
  display:table;
  width:100%;
  table-layout: fixed;
}

.contact-box{
  display: table-cell;
  vertical-align:top;
}

.contact-form-left{
  width:300px;
  background-color: #f2f2f2;
  padding: 30px;
}
.contact-form-right{
  padding: 30px;
}
.contact-form-right input{
  width: 100%;
  height: 26px;
  border: 1px solid #716d6d;
  padding: 5px;
  font-size: 1.0rem;
}
.contact-form-right textarea{
  width: 100%;
  height: 120px;
  border: 1px solid #716d6d;
  padding: 5px;
  font-size: 1.0rem;
}

.contact-form-left-title{
  text-align: left;
  font-weight:normal;
  font-size:0.9rem;
}

.contact-form-left span{
  color: #ff0000;
}

.top-left{
  width:301px;
}

.contact-form-detail{
  background-color: #f7f7f7;
   border-style:solid;
   border-width:1.2px;
   border-color:#979797;
   width:400px;
   margin:28px 0 0 40px;
   height: 28px;
   border-radius: 2px;
}


.contact-form-detail-last{
   height: 120px;
}

.contact-attention p{
  color: #716d6d;
  font-size: 0.9rem;
  margin-top:30px;
}

.contact-end{
  text-align: center;
  padding-bottom: 50px;
}
.wpcf7-submit{
  color: #fff;
  background: #00599c;
  font-size: 1.2rem;
  width: 200px;
  height: 50px;
  border: none;
}

.send-button{
  display: inline-block;
  width:320px;
  height: 50px;
  background-color: #0066aa;
  font-size: 1.25rem;
  text-decoration: none;
  letter-spacing: 20px;
  text-align: center;
  line-height:50px;
  color:#fff;
  margin:50px 0;
}

.contact-fax{
  width:550px;
  background-color: #f3f3f3;
  color:#716d6d;
  text-align: left;
  font-weight: bold;
  font-size:15px;
  padding:20px 0;
  margin-left:auto;
  margin-right:auto;
}

.contact-fax img{
  width:60px;
  margin-right:20px;
}

.detail-contact-fax{
  margin-left:auto;
  margin-right:auto;
  font-size:0.9rem;
}
@media (max-width: 770px){
 .contact-attention p{
   margin:30px 30px 0 30px;
   width:600px;
 }
 .contact-form-left{
   width:200px;
 }
.contact-form-left p{
   margin-right:30px;
 }
 
.contact-form-detail{
  width:400px;
}

.contact-wrapper{
  width:100%
}
}


@media (max-width: 33.9em){
  .contact-box{
    display:block;
}
  .top-left{
  width:100%;
}

.contact-form-left{
  width:100%;
  height: 30px;
  line-height:30px;
}

.contact-form-left-title{
  margin-left:10%;
}

.contact-form-detail{
  width:300px;
  margin:28px 0 28px 40px;
  height: 28px;
}

.contact-form-detail-last{
   height: 80px;
}

.contact-attention p{
  margin:10% 10% 0 10%;
  width:300px;
}

.contact-fax{
  width:320px;
}

.fax-discription{
  width:200px;
}

.contact-wrapper-top{
  border-style:none;
}
}


.shop-button2{
  background-color: #00919C;
  letter-spacing: none;
  margin-top: 10px;
}

.set-item{
  margin-top: 30px;
}
@media (max-width: 33.9em){
  .set-item{
    margin-top: 0px;
  }
}

.product-video-pc{
  margin-bottom: 30px;
}
.product-video-sp{
  display: none;
}
@media (max-width: 33.9em){
  .product-video-pc{
    display: none;
  }
  .product-video-sp{
    display: block;
    margin-bottom: 30px;
  }
}

.plan-page{
  padding: 50px 0;
}
.plan-page-left,.plan-page-right{
  width: 49%;
  display: inline-block;  
}
.plan-page-right{
  float: right:
}
.plan-page-left img{
  margin: 0 auto;
  width: 80%; 
}
.plan-page-right img{
  margin: 0 auto;
  width: 100%; 
}

.plan-text{
  padding: 50px 0;
}