@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.content * {
  font-family: "游ゴシック  Medium", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.head_set {
  position: relative;
  width: 980px !important;
}

.head_set .head_set__title{
  width: 100%;
  display: inline-block;
  position: relative;
}

.head_set .head_set__title .head_set__title_inner{
  width:700px;
  display: inline-block;
}

.head_set .head_set__title .countries{
  display: inline-block;
  position: absolute;
  right: 0;
  top:0;
  text-align: right;
}

.head_set__title .countries ul{
  display: inline-block;
  margin-bottom: 5px;
}

.head_set__title .countries ul li{
  width: 60px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.head_set__title .countries ul li:last-child{
  margin-right: 0;
}

.head_set .product_catchphrase_pokayoke {
  margin: 0 0 .75em;
  line-height: 1em;
  color: #850001;
  font-size: 1.75em;
  font-weight: bold;
}

.head_set .product_catchphrase_pokayoke__sub {
  margin: 0 0 .25em;
  line-height: 1.25em;
  font-size: 2.8em;
  color: #000;
  font-weight: 1000;
}

.head_set h1 {
  font-size: 2em !important;
  font-weight: 600 !important;
  line-height: 1em !important;
}

.head_set h1 span {
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  border: 0 !important;
}

.head_set .text-box {
  width: 470px;
  float: left;
  margin-top: 20px;
}

.head_set .text-box p {
  font-size: 1.1em;
  line-height: 2em;
  text-align: justify;
}

.head_set .text-box .product_intro{
  margin-bottom: 20px;
}

.text-box .catalog_btn{
  width: 360px;
  display: flex;
  background: #399fd9;
  padding: 7px 14px;
  border-radius: 10px;
  transition: .3s;
  margin-bottom: 10px;
}

.text-box .catalog_btn:hover{
  text-decoration: none;
  transition: .3s;
  opacity: 1;
  background: #1f7bb0;
}

.text-box .contact_btn{
  width: 360px;
  display: flex;
  background: #ea9636;
  padding: 7px 14px;
  border-radius: 10px;
  transition: .3s;
}

.text-box .contact_btn:hover{
  text-decoration: none;
  transition: .3s;
  opacity: 1;
  background: #c47a26;
}

.text-box .btn_text{
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  align-self: center;
}

.text-box .catalog_btn .btn_text{
  margin-left: 22%;
}

.text-box .contact_btn .btn_text{
  margin-left: 18%;
}

.text-box .btn_icon{
  width: 35px;
  height: 35px;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
}

.text-box .catalog_btn .btn_icon .icon_svg{
    width: 19px;
    fill: rgb(57, 159, 217);
    transition: .3s;
}

.text-box .catalog_btn:hover .btn_icon .icon_svg {
  fill: rgb(31, 115, 164);
  transition: .3s;
}

.text-box .contact_btn .btn_icon .icon_svg{
    width: 19px;
    fill: rgb(234, 150, 54);
    transition: .3s;
}

.text-box .contact_btn:hover .btn_icon .icon_svg {
  fill: rgb(196, 122, 38);
  transition: .3s;
}

.head_set .gif-box{
  width: 464px;
  height: 261px;
  display: inline-block;
  float: right;
  background: #e7e7e7;
}

.head_set .gif-box img{
  border: 1px solid #9e9e9e;
}

/* 通信距離 */

.wcp-lr16j__distance{
  width: 100%;
  display: inline-block;
  margin-bottom: 70px;
}

.wcp-lr16j__distance .distance_img{
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

.wcp-lr16j__distance .distance_img img{
  width: auto;
  display: block;
  margin: 0 auto;
}

.wcp-lr16j__distance .distance_text{
  width: 100%;
  padding: 20px;
  line-height: 1em;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: bold;
  background: #ac8c38;
  text-align: center;
  border-radius: 5px;
}

.wcp-lr16j__distance .distance_text span{
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  margin: 0 3px;
  position: relative;
  top: 1px;
}

/* 使用事例 */

.wcp-lr16j__use_case{
  width: 100%;
  display: inline-block;
  margin-bottom: 70px;
}

.wcp-lr16j__use_case h3{
  padding: 20px;
  line-height: 1em;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  background: #999999;
  margin: 0 0 35px;
  text-align: center;
}

.wcp-lr16j__use_case .use_case_list{
  width: 100%;
  display: inline-block;
}

.use_case_list .use_case_list_li{
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #9a9a9a;
}

.use_case_list .use_case_list_li:last-child{
  margin-bottom: 0;
}

.use_case_list .use_case_list_li .use_case_img{
  width: 462px;
  margin-right: 48px;
  display: inline-block;
}

.use_case_list .use_case_list_li .use_case_img img{
  border: 1px solid #b3891e;
}

.use_case_list .use_case_list_li .use_case_text{
  width: 470px;
  display: inline-block;
}

.use_case_text .use_case_tag_list{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.use_case_text .use_case_tag_list .use_case_tag{
  width: auto;
  min-width: 130px;
  margin-right: 10px;
  padding: 8px 15px 6px 15px;
  display: inline-block;
  color: #ac8c38;
  border: 1px solid #ac8c38;
  font-size: .875rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 50px;
}

.use_case_text .ba_text_area{
  width: 100%;
  display: inline-block;
}

.use_case_text .mb_space{
  margin-bottom: 25px;
}

.use_case_text .ba_text_area .ba_title{
  width: 100%;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  padding: 0 0 5px 20px;
  margin-bottom: 10px;
  position:relative;
}

.use_case_text .ba_text_area .before{
  color: #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
}

.use_case_text .ba_text_area .after{
  color: #b3891e;
  border-bottom: 1px solid #b3891e;
}

.use_case_text .ba_text_area .ba_title::before{
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 5.5px;
  left: 0;
}

.use_case_text .ba_text_area .before::before{
  background: #8f8f8f;
}

.use_case_text .ba_text_area .after::before{
  background: #b3891e;
}

.use_case_text .ba_text_area p{
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 1.5;
}

/* デモ貸出・オンライン販売 */

.wcp-lr16j__separate_box{
  width: 100%;
  display: inline-block;
  margin-bottom: 70px;
}

.separate_box_area{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.separate_box_area .separate_box{
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px;
}

.separate_box_area .separate_box h4{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.separate_box_area .separate_box p{
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.separate_box_area .separate_box a{
  width: 360px;
  display: block;
  margin: 0 auto;
  padding: 15px 10px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.separate_box_area .demo{
  border: 3px solid #399fd9;
}

.separate_box_area .demo h4{
  color: #399fd9;
}

.separate_box_area .demo a{
  background: #399fd9;
  transition: .3s;
}

.separate_box_area .demo a:hover{
  background: #1f7bb0;
  transition: .3s;
  text-decoration: none;
  opacity: 1;
}

.separate_box_area .online{
  border: 3px solid #ea9636;
}

.separate_box_area .online h4{
  color: #ea9636;
}

.separate_box_area .online a{
  background: #ea9636;
  transition: .3s;
}

.separate_box_area .online a:hover{
  background: #c47a26;
  transition: .3s;
  text-decoration: none;
  opacity: 1;
}

/* 通信環境を簡単に確認 */

.wcp-lr16j__confirm{
  width: 100%;
  display: inline-block;
  margin-bottom: 70px;
}

.wcp-lr16j__confirm .confirm_title_inner{
  width: 100%;
  display: inline-block;
  text-align: center;
}

.wcp-lr16j__confirm .confirm_title_inner .confirm_title{
  display: inline-block;
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  font-weight: 600;
  border-bottom: 4px solid #f58d17;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.wcp-lr16j__confirm .confirm_separate{
  width: 100%;
  display: inline-block;
}

.wcp-lr16j__confirm .confirm_separate .confirm_text{
  width: 450px;
  display: inline-block;
  margin-right: 50px;
  float: left;
}

.wcp-lr16j__confirm .confirm_separate .confirm_text p{
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 1.5;
  margin-bottom: 20px;
}

.wcp-lr16j__confirm .confirm_separate .confirm_text table{
  width: 100%;
  border-collapse: collapse;
}

.wcp-lr16j__confirm .confirm_separate .confirm_text th,
.wcp-lr16j__confirm .confirm_separate .confirm_text td{
  width: 50%;
  border: solid 1px #4b4443;
  padding: 5px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.wcp-lr16j__confirm .confirm_separate .confirm_text th{
  color: #fff;
  background: #a1a2a2;
}

.wcp-lr16j__confirm .confirm_separate .confirm_text td{
  background: #e5e6df;
}

.wcp-lr16j__confirm .confirm_separate .confirm_text td img{
  width: 100px;
}

.wcp-lr16j__confirm .confirm_separate .confirm_text .table_title{
  color: #373737;
  background: #f3f3f3;
}

.wcp-lr16j__confirm .confirm_separate .confirm_video{
  width: 480px;
  display: inline-block;
  aspect-ratio: 16 / 9;
  border: 1px solid #a9a9a9;
}

.wcp-lr16j__confirm .confirm_separate .confirm_video iframe{
  width: 100%;
  height: 100%;
}

/* info */

.info_block_area{
  width: 100%;
  display: inline-block;
  margin-bottom: 70px;
}

.info_block_area .info_block{
  width: 100%;
  display:flex;
  box-sizing: border-box;
  background: #e3eff6;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 30px;
}

.info_block_area .info_block dt{
  width: 35px;
  height: 35px;
  background: #399fd9;
  color: #fff;
  border-radius:50%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 6px;
}

.info_block_area .info_block dd{
  align-self: center;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 12px;
}

.info_block_area .check_btn{
  width: 400px;
  display: block;
  margin: 0 auto;
  padding: 15px 10px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background: #ea9636;
  transition: .3s;
}

.info_block_area .check_btn:hover{
  background: #c47a26;
  transition: .3s;
  text-decoration: none;
  opacity: 1
}

/* 外部アンテナ */

.wcp-lr16j__external_antenna{
  width: 100%;
  display: inline-block;
  margin-bottom: 70px;
}

.wcp-lr16j__external_antenna .external_antenna_inner{
  width: 100%;
  display: flex;
}

.external_antenna_inner .external_antenna_text{
  width: 490px;
  margin: 20px 50px 0 0;
  display: inline-block;
}

.external_antenna_inner .external_antenna_text .antena_tag{
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background: #ac8c37;
  margin-bottom: 15px;
  padding: 8px 20px;
  text-align: center;
}

.external_antenna_inner .external_antenna_text .antena_title{
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 600;
  line-height: 1.3;
  border-bottom: 1px solid #8e8e8e;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.external_antenna_text .antena_list{
  width: 100%;
  display: inline-block;
}

.external_antenna_text .antena_list li{
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.external_antenna_text .antena_list li:last-child{
  margin-bottom: 0;
}

.external_antenna_text .antena_list li dl{
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.external_antenna_text .antena_list li dl dt {
  margin-right: 10px;
}

.external_antenna_text .antena_list li dl dd {
  font-size: 18px;
  padding: 2px 0;
}

.external_antenna_inner .external_antenna_img{
  width: 440px;
  border: 1px solid #939393;
  padding: 20px;
}

.external_antenna_inner .external_antenna_img img{
  display: block;
  margin: 0 auto;
}


.dli-check-circle {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  box-sizing: content-box;
  background: #ea9636;;
}

.dli-check-circle > span {
  width: 14px;
  height: 7px;
  border: 0.15em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}




.wcl-lr16j__benefit {
  position: relative;
  margin: 0 0 35px;
}

.wcl-lr16j__benefit .wcl-lr16j__benefit__item {
  padding: 20px;
  line-height: 1em;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  background: #ac8c38;
  margin: 0 0 10px;
  text-align: center;
}

.wcl-lr16j__benefit .wcl-lr16j__benefit__item span {
  font-size: .6em;
}

.wcl-lr16j__benefit .wcl-lr16j__benefit__item:last-of-type {
  margin: 0;
}

.wcl-lr16j__case {
  padding: 45px;
  background: #f3e0b4;
  margin: 0 0 40px;
  border-radius: 10px;
}

.wcl-lr16j__case ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wcl-lr16j__case ul li {
  position: relative;
  width: 50%;
  margin: 0 0 1em;
  padding: 0 10px;
  color: #000;
  font-size: 1.4em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.wcl-lr16j__case ul li::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #000;
  margin: 0 10px 0 0;
}

.wcl-lr16j__case ul li:nth-last-child(1), .wcl-lr16j__case ul li:nth-last-child(2) {
  margin: 0;
}

.wcl-lr16j__case_detail {
  margin: 0 0 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item {
  position: relative;
  width: 48.5%;
  margin: 0 0 40px;
  border: 3px solid #ac8c38;
  border-radius: 5px;
  padding: 60px 40px 10px 40px;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item:nth-last-child(1), .wcl-lr16j__case_detail .wcl-lr16j__case_detail__item:nth-last-child(2) {
  margin: 0;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item p.wcl-lr16j__case_detail__label {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160px;
  margin: 0 0 0 -80px;
  padding: 10px;
  line-height: 1em;
  font-weight: 600;
  background: #b5b5b5;
  color: #fff;
  text-align: center;
  border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item h3 {
  font-size: 1.275em;
  margin: 0 0 45px -7.5%;
  letter-spacing: -.05em;
  width: 115%;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item h3 img {
  position: absolute;
  width: 60px;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item h3 img:nth-of-type(1) {
  left: 15px;
  top: 85px;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item h3 img:nth-of-type(2) {
  right: 15px;
  top: 85px;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item .flex .lr16j__case_detail__img {
  position: relative;
  width: 140px;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item .flex .lr16j__case_detail__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
  height: 90px;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item .flex .lr16j__case_detail__img p {
  text-align: center;
  color: #fff;
  background: #ac8c38;
  padding: 5px;
  height: 25px;
  border-radius: 15px;
  line-height: 1em;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item .flex .lr16j__case_detail__img p.position {
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 206px;
  margin: 0 0 0 -103px;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item .flex .lr16j__case_detail__arrow {
  position: relative;
  margin: 0 15px;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item .flex .lr16j__case_detail__arrow.margin0 {
  margin: 0;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item .flex .lr16j__case_detail__arrow img {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

.wcl-lr16j__case_detail .wcl-lr16j__case_detail__item .flex .lr16j__case_detail__arrow p {
  text-align: center;
  line-height: 1.5em;
  white-space: nowrap;
}

.wcl-lr16j__feature {
  margin: 0 0 30px;
}

.wcl-lr16j__feature h3 {
  padding: 20px;
  line-height: 1em;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  background: #999999;
  margin: 0 0 15px;
  text-align: center;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item {
  border: 1px solid #ac8c38;
  margin-bottom: 30px;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item h4 {
  padding: 20px;
  line-height: 1em;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  background: #ac8c38;
  margin: 0 0 30px;
  text-align: center;
  letter-spacing: 0;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item h4 span {
  font-size: 1rem;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item h5 {
  line-height: 1.2em;
  width: calc(100% - 60px);
  margin: 0 auto 30px;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex {
  width: calc(100% - 60px);
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex .wcl-lr16j__feature__child {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex .wcl-lr16j__feature__child:nth-of-type(1) {
  border-right: 1px solid #999999;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex .wcl-lr16j__feature__child figure {
  position: relative;
  width: 40%;
  display: block;
  margin: 0;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex .wcl-lr16j__feature__child figure img {
  position: relative;
  display: block;
  margin: 0 auto 10px;
  z-index: 100;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex .wcl-lr16j__feature__child figure figcaption {
  margin: 0 0 20px;
  text-align: center;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex .wcl-lr16j__feature__child figure figcaption:nth-of-type(2) {
  margin: 0;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex .wcl-lr16j__feature__child figure::before {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  width: 50px;
  height: 125px;
  border: 1px solid #000;
  border-right: 0;
  top: 55px;
  left: 15px;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex .wcl-lr16j__feature__child figure:nth-of-type(2)::before {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  width: 50px;
  height: 125px;
  border: 1px solid #000;
  border-left: 0;
  top: 55px;
  right: 15px;
  left: auto;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex .wcl-lr16j__feature__child .lr16j__case_detail__arrow img {
  display: block;
  margin: 0 0 10px;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex .wcl-lr16j__feature__child .lr16j__case_detail__arrow p {
  border-radius: 50%;
  background: #eab97b;
  padding: 15px;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 1.2em;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex ul {
  width: 430px;
  position: relative;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex ul li {
  position: relative;
  width: 100%;
  margin: 0 0 1em;
  color: #000;
  font-size: 1.1em;
  padding: 0 0 0 20px;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex ul li::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #000;
  position: absolute;
  left: 5px;
  top: 10px;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex .wcl-lr16j__feature__img {
  width: 450px;
  position: relative;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .flex .wcl-lr16j__feature__img img {
  display: block;
  width: 100%;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .caption {
  width: calc(100% - 60px);
  margin: 0 auto 30px;
  font-size: .85em;
  line-height: 1.5em;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .wcl-lr16j__feature__renge__wrap {
  width: 630px;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .wcl-lr16j__feature__renge__wrap .wcl-lr16j__feature__renge {
  display: grid;
  grid-template-columns: 150px 65px auto 100px;
  column-gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #000;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .wcl-lr16j__feature__renge__wrap .wcl-lr16j__feature__renge:first-of-type div img {
  width: 80px;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .wcl-lr16j__feature__renge__wrap .wcl-lr16j__feature__renge:nth-of-type(2) div {
  position: relative;
  width: 165px;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .wcl-lr16j__feature__renge__wrap .wcl-lr16j__feature__renge p {
  line-height: 1.5em;
  white-space: nowrap;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .wcl-lr16j__feature__renge__wrap .wcl-lr16j__feature__renge dl {
  background: #ccc;
  font-size: .8rem;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .wcl-lr16j__feature__renge__wrap .wcl-lr16j__feature__renge dl dt {
  background: #828282;
  padding: 3px 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .wcl-lr16j__feature__renge__wrap .wcl-lr16j__feature__renge dl dd {
  padding: 3px 0;
  color: #000;
  width: 160px;
  text-align: center;
  font-weight: 600;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .wcl-lr16j__feature__renge__wrap .wcl-lr16j__feature__renge > img {
  display: block;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .wcl-lr16j__feature__renge__wrap .wcl-lr16j__feature__renge .respnse img {
  width: 100px;
  position: relative;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item .wcl-lr16j__feature__renge__wrap .wcl-lr16j__feature__renge:nth-of-type(2) {
  margin: 0;
  padding: 0;
  border: 0;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item table {
  width: 270px;
  position: relative;
  border: solid 1px #827d7b;
  border-spacing: 0;
  text-align: center;
  line-height: 1.4;
  font-size: .8rem;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item table thead {
  background: #9fa0a0;
  color: white;
  text-align: center;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item table thead th {
  padding: 6px 0;
  border-bottom: solid 1px #827d7b;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item table thead th:not(:last-of-type) {
  border-right: solid 1px #827d7b;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item table tbody th {
  background: #EFEFEF;
  border-right: solid 1px #827d7b;
  padding: 6px 0;
  line-height: 1.3;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item table tbody td {
  padding: 6px 0;
  font-weight: 600;
  line-height: 1.3;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item table tbody tr:not(:last-of-type) th, .wcl-lr16j__feature .wcl-lr16j__feature__item table tbody tr:not(:last-of-type) td {
  border-bottom: solid 1px #827d7b;
}

.wcl-lr16j__feature .wcl-lr16j__feature__item table tbody tr td:not(:last-of-type) {
  border-right: solid 1px #827d7b;
}

.wcl-lr16j__feature__positionguide {
  position: relative;
  margin: 0 0 30px;
  width: 980px;
  height: 870px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wcl-lr16j__feature__positionguide > p img {
  position: relative;
  bottom: 64px;
  right: 30px;
}

.wcl-lr16j__feature__positionguide01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px;
  border-radius: 10px;
  background: #e6e7ed;
  width: 640px;
}

.wcl-lr16j__feature__positionguide01 div {
  width: 320px;
}

.wcl-lr16j__feature__positionguide02 {
  position: absolute;
  right: 0;
  top: 200px;
  padding: 25px;
  border-radius: 10px;
  background: #e6e7ed;
  width: 260px;
}

.wcl-lr16j__feature__positionguide02 div {
  margin: 0 0 15px;
}

.wcl-lr16j__feature__positionguide03 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  border-radius: 10px;
  background: #e6e7ed;
  width: 100%;
}

.wcl-lr16j__feature__positionguide03 div {
  width: 470px;
}

.wcl-lr16j__feature__positionguide03 > p {
  width: 190px;
  padding: 10px;
  background: #fff;
  text-align: center;
  font-size: .9em;
  line-height: 1.75em;
  border-radius: 10px;
}

.wcl-lr16j__feature__positionguide03 > p img {
  display: block;
  margin: 10px auto 0;
}

.wcl-lr16j__feature__positionguide03 > p:nth-of-type(2) img {
  margin: 2.1em auto 0;
}

.wcl-lr16j__feature__positionguide04 {
  position: absolute;
  left: 0;
  top: 300px;
  padding: 20px;
  border-radius: 10px;
  background: #eab97b;
}

.wcl-lr16j__feature__positionguide04 h6 {
  text-align: center;
  border: 0;
  line-height: 1.5em;
  color: #fff;
}

.wcl-lr16j__feature__positionguide04 img {
  display: block;
  margin: 0 auto;
}

.specification {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.specification h3 {
  width: 100%;
}

.specification .specification_box {
  width: 100%;
}

.specification .specification_box h4 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 17px;
}

.specification .specification_box table {
  border-spacing: 0px;
  width: 100%;
}

.specification .specification_box table tr:nth-of-type(1) td {
  border-top: solid 1px #ccc;
}

.specification .specification_box table tr:nth-of-type(even) td {
  background: #f6f6f6;
}

.specification .specification_box table tr td {
  padding: 10px;
  vertical-align: top;
  font-size: 14px;
  vertical-align: middle;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.specification .specification_box table tr td:nth-of-type(1) {
  border-left: solid 1px #ccc;
  font-weight: bold;
  width: 150px;
}

.specification .specification_box table td.flex div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.specification .specification_box table td.flex div img {
  display: block;
  margin: 0 1rem 0 0;
  height: 80px;
}

.specification .specification_box table td.flex div dt {
  font-size: .8em;
  line-height: 1em;
}

.specification .specification_box table td.flex div dd {
  font-size: 1.2em;
  font-weight: 600;
}

.option {
  margin: 0 0 45px;
  position: relative;
}

.option a.anchor {
  position: absolute;
  top: -80px;
}

.option .option_wrap {
  padding: 40px 60px;
  border-radius: 10px;
  background: #f7f8f8;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.option .option_wrap .option_item {
  position: relative;
  display: block;
  width: 30%;
}

.option .option_wrap .option_item img {
  display: block;
  height: 200px;
  margin: 0 auto 15px;
}

.option .option_wrap .option_item a {
  display: block;
  text-align: center;
  color: #000;
}

.p-global__title {
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  margin: 0 0 30px;
  padding: 0 0 15px;
  border-bottom: 1px solid #000;
  color: #000;
}

.font-size_large {
  font-size: 1.75em;
}

.p-global__title span {
  font-size: 0.8rem;
}

h6 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #000;
  color: #000;
}

.wcl-lr16j__ver2_contents,
.wcl-lr16j__ver2__feature {
  margin: 0 0 40px;
}

.wcl-lr16j__ver2_contents {
  position: relative;
  border: solid 2px #ed744a;
  padding: 18px;
}

.wcl-lr16j__ver2_flag {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 140px;
  height: 140px;
  aspect-ratio: 1/1;
  background: #ed744a;
  color: white;
  text-align: center;
  padding: 15px 5px;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 600;
}

.wcl-lr16j__ver2_flag p {
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

.wcl-lr16j__ver2_flag span {
  font-size: 1.8rem;
}

.wcl-lr16j__ver2_title {
  display: grid;
  grid-template-columns: 140px auto;
  margin-bottom: 18px;
}

.wcl-lr16j__ver2_title p {
  display: grid;
  align-items: center;
  border: solid 1px black;
  padding: 15px;
  height: 120px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  background: white;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.wcl-lr16j__ver2_table {
  border: solid 1px #8c7d6d;
}

.wcl-lr16j__ver2_table table {
  border-spacing: 0;
}

.wcl-lr16j__ver2_table thead th {
  padding: 15px;
  font-size: 1.2rem;
  border-bottom: solid 1px #614a19;
}

.wcl-lr16j__ver2_table thead th:not(:first-of-type) {
  background: #b38a1e;
  color: white;
  font-weight: 500;
  text-align: center;
}

.wcl-lr16j__ver2_table thead th:not(:last-of-type) {
  border-right: solid 1px #614a19;
}

.wcl-lr16j__ver2_table tbody > tr:not(:last-of-type) .rl, .wcl-lr16j__ver2_table tbody > tr:not(:last-of-type) .main {
  border-bottom: solid 1px #614a19;
}

.wcl-lr16j__ver2_table tbody > tr.bg_orange {
  background: #f7e2c6;
}

.wcl-lr16j__ver2_table tbody > tr.bg_blue {
  background: #dae3f4;
}

.wcl-lr16j__ver2_table tbody > tr.bg_blue .main th::before {
  content: "●";
  color: #9fa0a0;
}

.wcl-lr16j__ver2_table tbody .rl {
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  text-align: center;
  padding: 18px 0;
  font-size: 1.2rem;
  border-right: solid 1px #614a19;
}

.wcl-lr16j__ver2_table tbody td.main {
  padding: 15px;
}

.wcl-lr16j__ver2_table tbody td.main:not(:last-of-type) {
  border-right: solid 1px #614a19;
}

.wcl-lr16j__ver2_table tbody td.main .fit {
  width: fit-content;
  margin: 0 auto;
}

.wcl-lr16j__ver2_table tbody td.main .fit dl {
  position: relative;
}

.wcl-lr16j__ver2_table tbody td.main .fit dl:not(:last-of-type) {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: solid 1px #614a19;
}

.wcl-lr16j__ver2_table tbody td.main dt, .wcl-lr16j__ver2_table tbody td.main dd {
  font-weight: 600;
}

.wcl-lr16j__ver2_table tbody td.main dt {
  font-size: 1rem;
}

.wcl-lr16j__ver2_table tbody td.main dt::before {
  content: "●";
  color: #9fa0a0;
}

.wcl-lr16j__ver2_table tbody td.main dd table {
  width: 100%;
}

.wcl-lr16j__ver2_table tbody td.main dd table th, .wcl-lr16j__ver2_table tbody td.main dd table td {
  font-size: 1.2rem;
}

.wcl-lr16j__ver2_table tbody td.main dd table th:not(:last-of-type), .wcl-lr16j__ver2_table tbody td.main dd table td:not(:last-of-type) {
  border-bottom: solid 1px #a59b8f;
}

.wcl-lr16j__ver2_table tbody td.main dd th {
  padding-left: 15px;
}

.wcl-lr16j__ver2_table tbody td.main dd td {
  padding-left: 30px;
}

.wcl-lr16j__ver2_table tbody table {
  width: fit-content;
  margin: 0 auto;
}

.wcl-lr16j__ver2_table tbody table th, .wcl-lr16j__ver2_table tbody table td {
  white-space: nowrap;
}

.wcl-lr16j__ver2_table tbody table th {
  font-size: 1rem;
  letter-spacing: -1.5px;
  padding-right: 0.2rem;
}

.wcl-lr16j__ver2_table tbody table td {
  font-size: 1.1rem;
  font-weight: 600;
}

.wcl-lr16j__ver2_hub {
  border: solid 1px #6b6969;
  margin-bottom: 15px;
}

.wcl-lr16j__ver2_hub .bg_blue {
  background: #e3eff6;
  padding: 15px;
  position: relative;
}

.wcl-lr16j__ver2_hub .bg_blue .product_detail_btn{
    width: 260px;
    background: #399fd9;
    display: block;
    margin: 0 auto;
    padding: 10px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.wcl-lr16j__ver2_hub .bg_blue .product_detail_btn:hover{
  background: #1f7bb0;
  transition: .3s;
  text-decoration: none;
}

.wcl-lr16j__ver2_hub_title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  column-gap: 15px;
  padding-bottom: 9px;
  margin-bottom: 15px;
  border-bottom: solid 1px black;
}

.wcl-lr16j__ver2_hub_title h4 {
  color: #727171;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
}

.wcl-lr16j__ver2_hub_title h4 span {
  font-size: 2.4rem;
}

.wcl-lr16j__ver2_hub_title h4 + p {
  text-align: right;
}

.wcl-lr16j__ver2_hub_outline {
  display: grid;
  grid-template-columns: 110px 1fr;
  column-gap: 15px;
}

.wcl-lr16j__ver2_hub_outline li {
  display: grid;
  grid-template-columns: auto 1fr;
  font-weight: 600;
  column-gap: 3px;
}

.wcl-lr16j__ver2_hub_outline li:not(:last-of-type) {
  font-size: 1.1rem;
  margin-bottom: 3px;
}

.wcl-lr16j__ver2_hub_outline li:not(:last-of-type)::before {
  content: "●";
}

.wcl-lr16j__ver2_hub_outline li:last-of-type {
  margin-left: 1rem;
  text-align: left;
}

.wcl-lr16j__ver2_hub_outline li:last-of-type::before {
  content: "※";
}

.wcl-lr16j__ver2_hub_all {
  padding: 15px 30px;
}

.wcl-lr16j__ver2_hub_detail {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 630px 270px;
  column-gap: 15px;
  align-items: center;
  margin-bottom: 18px;
}

.wcl-lr16j__ver2_hub_detail:not(:last-of-type) {
  padding-bottom: 18px;
  border-bottom: solid 1px black;
}

.wcl-lr16j__ver2_hub_detail_simulate {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 5px;
}

.wcl-lr16j__ver2_hub_detail_simulate_title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  background: #7092c4;
  color: white;
  font-weight: 600;
  border-radius: 3px;
  padding: 9px 0;
  line-height: 1.35;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.wcl-lr16j__ver2_hub_detail_simulate_item {
  display: grid;
  grid-template-columns: 120px auto 100px;
  align-items: center;
  column-gap: 15px;
}

.wcl-lr16j__ver2_hub_detail_simulate_item:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: dotted 1px black;
}

.wcl-lr16j__ver2_hub_detail_simulate_item_img {
  position: relative;
}

.wcl-lr16j__ver2_hub_detail_simulate_item_img p {
  position: absolute;
  top: -10px;
  left: 70px;
  font-size: .95rem;
  white-space: nowrap;
}

.wcl-lr16j__ver2_hub_detail_simulate_item_img .img01 {
  width: 65%;
}

.wcl-lr16j__ver2_hub_detail_simulate_item_img .img02 {
  width: 82%;
}

.wcl-lr16j__ver2_hub_detail_simulate_item_img .img03 {
  width: 80%;
}

.wcl-lr16j__ver2_hub_detail_simulate_item_title {
  background: #d5d5d6;
  text-align: center;
  font-weight: 600;
  font-size: .8rem;
  padding-bottom: 3px;
  letter-spacing: -.08em;
}

.wcl-lr16j__ver2_hub_detail_simulate_item_title p {
  background: #828282;
  color: white;
  padding: 3px 0;
  margin-bottom: 3px;
}

.wcl-lr16j__ver2_hub_detail_spec {
  border: solid 1px #827d7b;
}

.wcl-lr16j__ver2_hub_detail_spec .table_spec {
  border-spacing: 0;
  letter-spacing: -.03em;
  width: 100%;
  font-size: .8rem;
}

.wcl-lr16j__ver2_hub_detail_spec thead {
  background: #9fa0a0;
  color: white;
  text-align: center;
}

.wcl-lr16j__ver2_hub_detail_spec thead th {
  padding: 6px;
  border-bottom: solid 1px #827d7b;
}

.wcl-lr16j__ver2_hub_detail_spec thead th:not(:last-of-type) {
  border-right: solid 1px #827d7b;
}

.wcl-lr16j__ver2_hub_detail_spec tbody tr:not(:last-of-type) th, .wcl-lr16j__ver2_hub_detail_spec tbody tr:not(:last-of-type) td {
  border-bottom: solid 1px #827d7b;
}

.wcl-lr16j__ver2_hub_detail_spec tbody th, .wcl-lr16j__ver2_hub_detail_spec tbody td {
  text-align: center;
  font-weight: 600;
}

.wcl-lr16j__ver2_hub_detail_spec tbody th {
  line-height: 1.3;
  background: #efefef;
  border-right: solid 1px #827d7b;
}

.wcl-lr16j__ver2_hub_detail_spec tbody td {
  line-height: 1.4;
  padding: 6px;
}

.wcl-lr16j__ver2_hub_detail_spec tbody td:not(:last-of-type) {
  border-right: solid 1px #827d7b;
}

.wcl-lr16j__ver2_hub_caption {
  text-align: left;
  font-size: .7rem;
  font-weight: 600;
}

.wcl-lr16j__ver2_hub_option {
  display: grid;
  grid-template-columns: .6fr 1fr;
  column-gap: 18px;
  padding: 30px;
}

.wcl-lr16j__ver2_hub_option_list {
  display: grid;
  grid-template-columns: 1fr .54fr;
  column-gap: 18px;
}

.wcl-lr16j__ver2_hub_option_title {
  background: #898989;
  text-align: center;
  color: white;
  font-weight: 600;
  padding: 6px;
  font-size: 1.2rem;
  letter-spacing: 0.5em;
  margin-bottom: 9px;
}

.wcl-lr16j__ver2_hub_option_item img {
  margin-bottom: 6px;
}

.wcl-lr16j__ver2_hub_option_item p {
  text-align: center;
  font-size: .9rem;
  line-height: 1.3;
  letter-spacing: -.6px;
}

.wcl-lr16j__ver2_hub_option_item p a {
  color: black;
}

.wcl-lr16j__ver2_hub_option_title02 {
  display: grid;
  grid-template-columns: auto 1fr;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 6px;
}

.wcl-lr16j__ver2_hub_option_title02::before {
  content: "●";
  color: #807f80;
}

.wcl-lr16j__ver2_hub_option_example {
  border: solid 2px white;
}

.wcl-lr16j__ver2_hub_option_example_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 9px;
}

.wcl-lr16j__ver2_hub_option_example_item img {
  margin-bottom: 6px;
}

.wcl-lr16j__ver2_hub_option_example_item p {
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}
