@charset "UTF-8";
/* 不要なものを非表示
---------------------------------------------------------------- */
@media screen and (max-width: 479px) {}
/* 基本
---------------------------------------------------------------- */
.feature_create_wide {
  width: 300%;
  margin-left: -100%;
  color: #313131;
}
.feature_create_inner {
  width: 1050px;
  margin: 0 auto;
  padding: 90px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.feature_create_inner img {
  max-width: 100%;
  height: auto;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.pcOnlyBr::before {
  content: "\A";
  white-space: pre;
}
@media screen and (max-width: 479px) {
  .feature_create_wide {
    width: 100%;
    margin-left: 0;
  }
  .feature_create_inner {
    width: 100%;
    padding: 30px 0;
    justify-content: center;
    flex-direction: column;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .pcOnlyBr::before {
    content: none;
  }
  .spOnlyBr::before {
    content: "\A";
    white-space: pre;
  }
}
/* メインビジュアル
---------------------------------------------------------------- */
.feature_create_main {
  color: #fff;
  background-color: #7e7e7e;
}
.feature_create_main .feature_create_inner {
  height: 500px;
  position: relative;
  padding: 0;
}
.mv_img {
  position: absolute;
  bottom: 0;
  right: -180px;
}
.feature_create_main_box {
  width: 640px;
}
.feature_create_main h3 {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.feature_create_main h4 {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  margin: 0 120px 10px 0;
}
.feature_create_main h4:after {
  border-top: 1px solid #fff;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}
.feature_create_main p {
  font-size: 18px;
  margin-bottom: 20px;
}
.feature_create_main ul {
  padding-left: 20px;
}
.feature_create_main ul li {
  padding-left: 20px;
  font-size: 18px;
  line-height: 2;
  background: url(/5info/img/feature_create/ico_check.png) left 0px top 9px no-repeat;
  background-size: 15px auto;
}
@media screen and (max-width: 479px) {
  .feature_create_main .feature_create_inner {
    height: auto;
    padding: 30px 0;
  }
  .mv_img {
    display: none;
  }
  .feature_create_main_box {
    width: 94%;
  }
  .feature_create_main h3 {
    font-size: 6vw;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .feature_create_main h4 {
    font-size: 5.4vw;
    letter-spacing: 2px;
    margin: 0 0 10px;
  }
  .feature_create_main h4:after {
    border-top: none;
  }
  .feature_create_main p {
    font-size: 3.8vw;
    margin-bottom: 10px;
  }
  .feature_create_main ul {
    padding-left: 10px;
  }
  .feature_create_main ul li {
    font-size: 4.4vw;
  }
}
/* LDケース
---------------------------------------------------------------- */
.feature_create_case {
  background: url(/5info/img/feature_create/bg_ld_case.jpg) center no-repeat;
}
.feature_create_case .feature_create_inner {
  justify-content: space-between;
}
.feature_create_case img {
  width: 400px;
}
.feature_create_case_box {
  width: 640px;
  padding: 40px 60px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
}
.feature_create_case_box h3 {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.feature_create_case_box p {
  font-size: 18px;
}
@media screen and (max-width: 479px) {
  .feature_create_case .feature_create_inner {
    justify-content: center;
  }
  .feature_create_case img {
    width: 60%;
  }
  .feature_create_case_box {
    width: 94%;
    padding: 20px;
    margin-top: 20px;
  }
  .feature_create_case_box h3 {
    font-size: 5.4vw;
    letter-spacing: 0;
  }
  .feature_create_case_box p {
    font-size: 3.6vw;
  }
}
/* 高剛性タフボディー
---------------------------------------------------------------- */
.feature_create_gousei {
  background-color: #252324;
}
.feature_create_gousei .feature_create_inner {
  height: 500px;
  position: relative;
  padding: 0;
}
.gousei_img {
  position: absolute;
  bottom: 0;
  left: -180px;
}
.feature_create_gousei .feature_create_case_box {
  width: 560px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 222;
}
@media screen and (max-width: 479px) {
  .feature_create_gousei .feature_create_inner {
    height: auto;
    padding: 30px 0;
  }
  .feature_create_gousei .feature_create_case_box {
    width: 94%;
    padding: 20px;
    margin: 30px 0 0;
  }
}
/* エアフロー
---------------------------------------------------------------- */
.feature_create_airflow {
  background: #fff;
}
.feature_create_airflow .feature_create_inner {
  justify-content: space-between;
}
.feature_create_airflow img {
  width: 360px;
}
.feature_create_airflow .feature_create_case_box {
  width: 640px;
  padding: 0;
  background: none;
}
@media screen and (max-width: 479px) {
  .feature_create_airflow .feature_create_inner {
    justify-content: center;
  }
  .feature_create_airflow img {
    width: 80%;
  }
  .feature_create_airflow .feature_create_case_box {
    width: 94%;
    padding: 0;
    margin: 30px 0 0;
  }
}
/* デザイン
---------------------------------------------------------------- */
.feature_create_design {
  background: url(/5info/img/feature_create/bg_ld_design.jpg) top center no-repeat;
  background-size: contain;
}
.feature_create_design .feature_create_inner {
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0 30px;
}
h3.feature_create_title {
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 90px;
}
h3.feature_create_title span {
  font-size: 16px;
  display: block;
}
.feature_create_detail_box {
  width: 48%;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 60px;
  text-align: center;
}
.feature_create_detail_box h4 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}
.feature_create_detail_box p {
  text-align: left;
  font-size: 16px;
  margin-top: 20px;
}
.feature_create_detail_box img {
  width: 80%;
}
.logo_gtxImg {
  margin: 30px 0;
}
@media screen and (max-width: 479px) {
  .feature_create_design {
    background-size: cover;
  }
  .feature_create_design .feature_create_inner {
    justify-content: center;
    align-items: center;
    padding: 0 0 10px;
  }
  h3.feature_create_title {
    font-size: 6.4vw;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  h3.feature_create_title span {
    font-size: 3.6vw;
  }
  .feature_create_detail_box {
    width: 94%;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #eee;
  }
  .feature_create_detail_box h4 {
    font-size: 5.4vw;
    margin-bottom: 10px;
  }
  .feature_create_detail_box p {
    font-size: 3.6vw;
    margin-top: 10px;
  }
  .feature_create_detail_box img {
    width: 80%;
  }
  .logo_gtxImg {
    margin: 0;
  }
}
/* キーボード
---------------------------------------------------------------- */
.feature_create_keyboard {
  background: #17283d;
  color: #fff;
}
.feature_create_keyboard .feature_create_inner {
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 0;
}
.feature_create_keyboard img {
  width: 320px;
}
.feature_create_keyboard .feature_create_case_box {
  width: 660px;
  padding: 0;
  background: none;
}
@media screen and (max-width: 479px) {
  .feature_create_keyboard .feature_create_inner {
    justify-content: center;
    flex-direction: column;
  }
  .feature_create_keyboard img {
    max-width: 320px;
  }
  .feature_create_keyboard .feature_create_case_box {
    width: 94%;
    padding: 0;
    margin: 30px 0 0;
  }
}
/* パフォーマンス
---------------------------------------------------------------- */
.feature_create_performance {
  background: #f1f1f1;
  background: linear-gradient(135deg, #ffffff 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1);
}
.feature_create_performance .feature_create_inner {
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0 30px;
}
@media screen and (max-width: 479px) {
  .feature_create_performance .feature_create_inner {
    justify-content: center;
    align-items: center;
    padding: 0 0 10px;
  }
}
/* 寸法・重量
---------------------------------------------------------------- */
.feature_create_size {
  background: #fff;
}
.feature_create_size .feature_create_inner {
  justify-content: center;
}
.feature_create_size img {
  width: 360px;
}
.feature_create_size .feature_create_case_box {
  width: 300px;
  padding: 0;
  background: none;
  margin-left: 40px;
}
.feature_create_size .feature_create_case_box ol {
  margin-bottom: 20px;
}
.feature_create_size .feature_create_case_box ol li {
  font-size: 18px;
  margin-bottom: 10px;
  list-style-type: decimal;
  margin-left: 1.4em;
}
@media screen and (max-width: 479px) {
  .feature_create_size .feature_create_inner {
    flex-direction: row;
  }
  .feature_create_size img {
    width: 40%;
  }
  .feature_create_size .feature_create_case_box {
    width: 40%;
    padding: 0;
    margin: 0 0 0 4%;
  }
  .feature_create_size .feature_create_case_box ol {
    margin-bottom: 10px;
  }
  .feature_create_size .feature_create_case_box ol li {
    font-size: 3.6vw;
    margin-bottom: 4px;
  }
}
/* オプション
---------------------------------------------------------------- */
.feature_create_option {
  background: #f1f1f1;
  background: linear-gradient(135deg, #ffffff 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1);
}
.feature_create_option .feature_create_inner {
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0 30px;
}
.feature_create_option .feature_create_detail_box {
  width: 48%;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 60px;
  text-align: center;
}
.feature_create_option .feature_create_detail_box h4 {
  color: #0e358e;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.feature_create_option .feature_create_detail_box p {
  font-size: 14px;
  margin-top: 0;
}
.feature_create_option .feature_create_detail_box img {
  width: 60%;
  margin-bottom: 20px;
}
.optionFee {
  color: #0e358e;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.optionLink {
  margin-top: 10px;
}
.optionLink a {
  background-color: #0e358e;
  border: 2px solid #0e358e;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 18px;
  margin: auto;
  padding: 6px 0 4px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
  width: 60%;
}
.optionLink a:hover {
  background-color: #fff;
  color: #0e358e;
}
@media screen and (max-width: 479px) {
  .feature_create_option .feature_create_inner {
    justify-content: center;
    align-items: center;
    padding: 0 0 10px;
  }
  .feature_create_option .feature_create_detail_box {
    width: 94%;
    padding: 20px;
    margin-bottom: 30px;
  }
  .feature_create_option .feature_create_detail_box h4 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .feature_create_option .feature_create_detail_box p {
    font-size: 3.6vw;
  }
  .feature_create_option .feature_create_detail_box img {
    margin-bottom: 10px;
  }
  .optionFee {
    font-size: 3.8vw;
  }
  .optionLink a {
    font-size: 5.4vw;
    width: 80%;
  }
  .optionLink a:hover {
    background-color: #0e358e;
    color: #fff;
  }
}
/* バナー
---------------------------------------------------------------- */
.feature_create_banner_box {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .feature_create_banner_box {
    margin-bottom: 20px;
  }
}