@charset "UTF-8";
/* CSS Document */

.container{
  border: none  !important;
}

.products_nav{
  background: #1e365f;
  margin-top: 20px;
  margin-bottom: 110px;
}

.products_nav ul{
  display: flex;
  justify-content: space-between;
  flex-flow: nowrap;
}

.products_nav ul li{
  display: table;
  width: 16.5%;
  position: relative;
}

.products_nav ul li.active::before{
  content: "";
  border-top: 15px solid #1e365f;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%)
}


.products_nav ul li a{
  width: 100%;
  height: 70px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
  vertical-align: middle;
  display: table-cell;
  transition: 0.3s;
}

.products_nav ul li a:hover{
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}

.inner{
  max-width:1280px;
  margin:0 auto;
  padding:0;
}

#products .co{
  font-family:"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

#products .co h1,
#products .co h2,
#products .co h3{
  font-family:"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

#products .co .info{
  padding: 0 75px;
  margin-bottom: 85px;
}

#products .co  .info h1{
  font-size: 55px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 65px;
}

#products .co .info h2{
  font-family:'UD Shin Go DemiBold',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}

#products .co .info p{
  font-size: 18px;
  line-height: 1.3;
}

#products .box{
  padding: 60px;
  background: #eff2f6;
  display: flex;
  justify-content: space-between;
}

#products .box + .box{
  margin-top: 70px;
}

#products .box > img{
  vertical-align: top;
  align-items: flex-start;
}

#products .box > div{
  width: 700px;
  height: 475px;
  box-sizing: border-box;
  position: relative;
}

#products .box > div h2{
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 15px;
}

#products .box > div h3{
  font-family:'UD Shin Go DemiBold',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}

#products .box > div p{
  font-size: 16px;
  line-height: 1.4;
}

#products .box > div p + p{
  margin-top: 25px;
}

#products .box > div p strong,
#products .box > div p a{
  font-family:FrutigerBold, Arial, Helvetica, 'UD Shin Go DemiBold',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  display: inline-block;
  margin: 0;
  padding: 0;
}

#products .box > div a[target="_blank"]::after{
  font-family:'FontAwesome';
  content: "\f08e";
  color: #848585;
  font-size: 150%;
  margin-left: 0.5em;
  vertical-align: middle;
}


#products .box > div > div{
  position: absolute;
  bottom: 0;
  left: 0;
}

#products .box > div > div h3{
  font-size: 18px;
  margin-bottom: 15px;
}

#products .box > div > div img{
  display: block;
}

#products .box > div > div a{
  font-family:FrutigerBold, Arial, Helvetica, "sans-serif";
  font-size: 14px;
  line-height: 1.3;
  margin-top: 15px;
  display: inline-block;
}

.vsh{
  width: 100%;
  height: 440px;
  padding-top: 50px;
  margin: 70px 0 50px;
  position: relative;
  overflow: hidden;
}

.vsh > div{
  width: 100%;
  height: 396px;
  background: url("/~/Media/phchd/products/show.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -625px;
  overflow: visible;
  box-shadow: 10px 15px 15px 0px rgba(0, 0, 0, 0.37);
}

.vsh > div a{
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 32px;
  line-height: 1;
  color: #FFF;
  padding: 25px;
  background: #124597;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  right: -15px;
  transition: 0.3s;
}

.vsh > div a span{
  font-size: 14px;
  line-height: 1;
  color: #003894;
  padding: 8px;
  background: #FFF;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.vsh > div a span::after{
  font-family:'FontAwesome';
  content: "\f105";
  color: #959595;
  padding-left: 0.3em;
}

.vsh > div a:hover{
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}



@media screen and (max-width: 768px) {
  
  .products_nav{
    display: none;
  }
  
  .inner{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  #products .co .info{
    padding: 0 4vw;
    margin-bottom: 5vw;
  }

  #products .co  .info h1{
    font-size: 6vw;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 8vw;
  }

  #products .co .info h2{
    font-size: 4vw;
    line-height: 1.3;
  }

  #products .co .info p{
    font-size: 4vw;
    line-height: 1.3;
  }

  #products .box{
    padding: 8vw 6vw;
    background: #eff2f6;
    display: block;
    justify-content: space-between;
  }

  #products .box + .box{
    margin-top: 8vw;
  }

  #products .box > img{
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  #products .box > div{
    width: 100%;
    height: auto;
    margin-top: 5vw;
  }

  #products .box > div h2{
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }

  #products .box > div h3{
    font-size: 4.3vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }

  #products .box > div p{
    font-size: 3.8vw;
    line-height: 1.4;
  }
  
  #products .box > div p + p{
    margin-top: 5vw;
  }

  #products .box > div p strong,
  #products .box > div p a{
    font-size: 3.5vw;
    line-height: 1.3;
    word-break: break-all;
  }

  #products .box > div a[target="_blank"]::after{
    font-family:'FontAwesome';
    content: "\f08e";
    color: #848585;
    font-size: 150%;
    margin-left: 0.5em;
    vertical-align: middle;
  }


  #products .box > div > div{
    position: static;
    bottom: auto;
    left: auto;
    margin-top: 10vw;
  }

  #products .box > div > div h3{
    font-size: 5vw;
    margin-bottom: 2vw;
  }

  #products .box > div > div img{
    width: 40%;
    display: block;
  }

  #products .box > div > div a{
    font-size: 3.5vw;
    line-height: 1.3;
    margin-top: 2vw;
  }

  .vsh{
    width: 100%;
    height: 60vw;
    margin: 10vw 0 15vw;
    padding-top: 0;
    overflow: visible;
  }

  .vsh > div{
    width: 100%;
    height: 40vw;
    background: url("/~/Media/phchd/products/show.jpg") center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    overflow: visible;
    box-shadow: none;
  }

  .vsh > div a{
    width: 95%;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 5vw;
    line-height: 1;
    color: #FFF;
    text-align: center;
    padding: 7vw 0;
    margin: 30vw auto 0;
    background: #124597;
    display: block;
    position: static;
    bottom: auto;
    right: auto;
  }

  .vsh > div a span{
    font-size: 4vw;
    line-height: 1;
    color: #003894;
    padding: 2vw 3vw;
    background: #FFF;
    margin-left: 0;
    margin-top: 5vw;
  }

  .vsh > div a span::after{
    font-family:'FontAwesome';
    content: "\f105";
    color: #959595;
    padding-left: 0.3em;
  }

  .vsh > div a:hover{
    text-decoration: none;
    opacity: 1;
    transition: 0.3s;
  }

}






