@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
.p-product-show-feature__section {
	overflow: hidden;
}
#container {
	z-index: 1;
}
/*-------------------------------------
vf-ad5 特長部分・基本
---------------------------------------*/
#lp_page_vf-ad5 {
  color: #003308;
  width: 300%;
  margin-left: -100%;
	background: #fff;
}
.f_section {
  padding: 50px 0;
}
.f_section * {
  box-sizing: border-box;
}
.f_inner {
  width: 1200px;
  margin: 0 auto;
}
.f_inner img {
  max-width: 100%;
  height: auto;
}
.f_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_text_box {
  margin-bottom: 30px;
}
.f_text_box p {
  font-size: 20px;
}
.f_text_box .f_kome {
  font-size: 18px;
}
.f_ttl {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.f_sub_ttl {
  font-size: 26px;
  font-style: italic;
}
.f_point {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.f_point dl {
  text-align: center;
  background: #f6f6f6;
    padding: 20px;
    border-radius: 20px;
    width: 30%;
}
.f_point4 dl {
  width: 23%;
}
.f_point p {
  font-size: 18px;
  text-align: left;
}
.f_point dt {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
.f_point dd {
    font-size: 30px;
    font-weight: bold;
}
.f_point dd span {
    font-size: 50px;
}
@media screen and (max-width:1199px) {
  #lp_page_vf-ad5 {
    width: 98vw;
    margin-left: calc((98vw - 805px)/2*-1);
  }
  .f_inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width:479px) {
  #lp_page_vf-ad5 {
    width: 100%;
    margin-left: 0;
  }
  .f_section {
    padding: 30px 0;
  }
  .f_inner {
    padding: 0 15px;
  }
  .f_flex {
    flex-direction: column;
    justify-content: center;
  }
  .f_text_box {
    margin-bottom: 10px;
  }
  .f_text_box p {
    font-size: 3.8vw;
  }
  .f_text_box .f_kome {
    font-size: 3.4vw;
  }
  .f_ttl {
    font-size: 5.8vw;
  }
  .f_sub_ttl {
    font-size: 4.8vw;
  }
  .f_point {
    flex-wrap: wrap;
    margin-top: 10px;
    display: block;
  }
  .f_point dl {
    margin-top: 10px;
  }
  .f_point dt {
    font-size: 6vw;
  }
  .f_point dd {
    font-size: 5vw;
  }
  .f_point dd span {
    font-size: 8vw;
  }
  .f_box_right {
    margin-top: 30px;
  }
}
/*-------------------------------------
vf-ad5 特長部分・BASIC
---------------------------------------*/
.f_title_basic {
  background: #f6f6f6;
}
.f_title_basic .f_box_left {
  width: 62%;
}
.f_title_basic .f_box_right {
  width: 38%;
}
.f_title_basic .f_box_right img {
  transform: rotate(-40deg);
}
.f_title_basic .f_point {
  flex-wrap: wrap;
}
.f_title_basic .f_point dl:nth-of-type(even) {
  width: 54%;
}
.f_title_basic .f_point dl:nth-of-type(odd) {
  width: 40%;
}
.f_title_basic .f_point dl:nth-of-type(n+3) {
  margin-top: 50px;
}
.f_title_basic .f_point dt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}
.f_title_basic .f_point dt span {
  width: 40px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width:479px) {
  .f_title_basic .f_box_left {
    width: 100%;
  }
  .f_title_basic .f_box_right {
    width: 80%;
    margin-top: 10px;
  }
  .f_title_basic .f_box_right img {
    transform: rotate(0);
  }
  .f_title_basic .f_point dl:nth-of-type(even), .f_title_basic .f_point dl:nth-of-type(odd) {
    width: 100%;
    flex-basis: content;
  }
  .f_title_basic .f_point dl:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .f_title_basic .f_point dt {
    font-size: 4.6vw;
  }
  .f_title_basic .f_point dt span {
    width: 36px;
    margin-right: 4px;
  }
}
/*-------------------------------------
vf-ad5 特長部分・TELEWORK
---------------------------------------*/
.f_title_telework .f_box_right {
  margin-left: 80px;
  width: 36%;
}
@media screen and (max-width:479px) {
  .f_title_telework .f_box_right {
    margin-left: 0;
    width: 80%;
  }
}
/*-------------------------------------
vf-ad5 特長部分・DISPLAY
---------------------------------------*/
.f_title_display {
  background-image: url(../5info/img/vf-ad5/bg_display.webp);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
  height: 700px;
}
.f_title_display .f_flex {
  justify-content: space-around;
}
.f_title_display .f_box_left {
  width: 40%;
}
.f_title_display .f_box_right {
  width: 36%;
}
.f_title_display .disp_txt {
  font-size: 38px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
}
.f_title_display .disp_txt:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (max-width:479px) {
  .f_title_display {
    background-size: cover;
    height: auto;
  }
  .f_title_display .f_flex {
    justify-content: center;
  }
  .f_title_display .f_box_left {
    width: 80%;
  }
  .f_title_display .f_box_right {
    width: 90%;
  }
  .f_title_display .disp_txt {
    font-size: 4vw;
    padding: 10px 0;
  }
  .f_title_display .disp_txt:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
/*-------------------------------------
vf-ad5 特長部分・PERFORMANCE
---------------------------------------*/
.f_title_performance .f_point dt {
  font-size: 20px;
}
.f_title_performance .f_point dd {
  font-size: 36px;
  font-weight: bold;
}
.f_title_performance .f_point dd:last-of-type {
  margin-top: 10px;
}
.f_title_performance .f_point dd:last-of-type img {
  width: 100px;
}
.f_title_performance .f_box_left {
  width: 77%;
}
.f_title_performance .f_box_right {
  width: 22%;
}
@media screen and (max-width:479px) {
  .f_title_performance .f_point dl {
    flex-basis: content;
    width: 100%;
  }
  .f_title_performance .f_point dt {
    font-size: 4.6vw;
  }
  .f_title_performance .f_point dd {
    font-size: 5vw;
  }
  .f_title_performance .f_point dd:last-of-type {
    margin-top: 4px;
  }
  .f_title_performance .f_point dd:last-of-type img {
    width: 80px;
  }
  .f_title_performance .f_box_left {
    width: 100%;
  }
  .f_title_performance .f_box_right {
    width: 80%;
  }
}
/*-------------------------------------
vf-ad5 特長部分・INTERFACE
---------------------------------------*/
.f_title_interface {
  background: #f6f6f6;
}
.interface_box {
  width: 90%;
  margin: 30px auto 0;
}
.interface_left {
  text-align: left;
}
.interface_right {
  text-align: right;
  margin-top: 20px;
}
.interface_number {
  font-size: 20px;
  margin-top: 30px;
}
.interface_number span {
  margin-right: 16px;
}
@media screen and (max-width:479px) {
  .interface_box {
    width: 100%;
    margin: 10px auto 0;
  }
  .interface_left {
    text-align: center;
  }
  .interface_right {
    text-align: center;
    margin-top: 10px;
  }
  .interface_number {
    font-size: 3.4vw;
    margin-top: 10px;
  }
  .interface_number span {
    margin-right: 0;
    display: block;
  }
}
/*-------------------------------------
vf-ad5 特長部分・FEATURE
---------------------------------------*/
.f_title_feature .f_box_half_box {
  width: 80%;
  align-items: stretch;
}
.f_title_feature .f_box_half {
  width: 48%;
  border: 1px solid #ccc;
  padding: 20px;
}
.f_title_feature .f_box_half h4 {
  font-size: 22px;
}
.f_title_feature .f_box_half p {
  font-size: 18px;
}
.f_title_feature .f_box_half img {
  max-width: 240px;
  display: block;
  margin: 20px auto 0;
}
.f_title_feature .f_box_half:last-of-type img {
  max-width: 300px;
  margin: 70px auto 0;
}
.f_title_feature .img_model_04 {
  width: 15%;
  margin-top: -120px;
}
@media screen and (max-width:479px) {
  .f_title_feature .f_box_half_box {
    width: 100%;
  }
  .f_title_feature .f_box_half {
    width: 100%;
  }
  .f_title_feature .f_box_half h4 {
    font-size: 4vw !important;
    border-bottom: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .f_title_feature .f_box_half p {
    font-size: 3.6vw;
  }
  .f_title_feature .f_box_half img {
    width: 70%;
    margin: 20px auto 0;
  }
  .f_title_feature .f_box_half:last-of-type {
    margin-top: 20px;
  }
  .f_title_feature .f_box_half:last-of-type img {
    width: 70%;
    margin: 20px auto 0;
  }
  .f_title_feature .img_model_04 {
    display: none;
  }
}
/*-------------------------------------
vf-ad5 特長部分・KEYBOARD
---------------------------------------*/
.f_title_keyboard {
  background: #f6f6f6;
}
.f_title_keyboard .p_img {
  text-align: center;
}
.f_title_keyboard .f_text_box span {
  font-weight: bold;
  display: inline-block;
  margin-top: 16px;
}
.f_title_keyboard .keyboard_popup {
  position: relative;
  width: 50%;
  margin: 0 auto 90px;
}
.f_title_keyboard .icon_lupe {
  position: absolute;
  right: 26px;
  bottom: 16px;
}
.f_title_keyboard .keyboard_flex {
  justify-content: space-around;
}
.f_title_keyboard .keyboard_flex .f_box_left, .f_title_keyboard .keyboard_flex .f_box_right {
  width: 36%;
}
.f_title_keyboard .keyboard_flex .f_box_center {
  width: 10%;
}
#keyboard_large_image {
  display: none;
}
.f_title_keyboard .popup_box {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 15px;
  border-radius: 9px;
  border: 2px solid #ccc;
  transform: translate(-50%, -50%);
}
.f_title_keyboard .popup_box::before {
  content: '×';
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(calc(-100% - 10px));
  font-size: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: rgba(0, 0, 0, .9);
  background: rgba(255, 255, 255, 0.4);
}
#keyboard_large_image ~ .bg_black {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  pointer-events: none;
  background: rgba(0, 0, 0, .85);
  opacity: 0;
  z-index: 10000;
  transition: opacity .5s;
}
#keyboard_large_image:checked ~ .bg_black {
  pointer-events: all;
  opacity: 1;
}
@media screen and (max-width:479px) {
  .f_title_keyboard .f_text_box span {
    margin-top: 10px;
  }
  .f_title_keyboard .keyboard_popup {
    width: 90%;
    margin: 0 auto 30px;
  }
  .f_title_keyboard .icon_lupe {
    width: 26%;
    margin-bottom: 0 !important;
  }
  .f_title_keyboard .keyboard_flex {
    justify-content: center;
  }
  .f_title_keyboard .keyboard_flex .f_box_left, .f_title_keyboard .keyboard_flex .f_box_right {
    width: 90%;
  }
  .f_title_keyboard .keyboard_flex .f_box_right {
    margin-top: 20px;
  }
  .f_title_keyboard .keyboard_flex .f_box_center {
    width: 20%;
    margin-top: 20px;
  }
  .f_title_keyboard .keyboard_flex .f_box_center img {
    transform: rotate(90deg);
  }
  .f_title_keyboard .popup_box {
    padding: 2vw;
  }
  .f_title_keyboard .popup_box .keyboard_large_image_tag {
    width: 90vw !important;
    max-width: 90vw !important;
  }
}
/*-------------------------------------
vf-ad5 特長部分・SECURITY
---------------------------------------*/
.f_title_security .security_box {
  width: 50%;
  margin: 0 auto;
}