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

html {
  font-size: 62.5% /*16px × 62.5% = 10px */;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  font-feature-settings: "palt";
}
body {
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
.sp_img,
.sp_br {
  display: block;
}
.pc_img,
.pc_br {
  display: none;
}
a {
  display: block;
  height: 100%;
  transition: 0.5s;
}
a:hover {
  opacity: 0.6;
}
.inner {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
/*------------ header ------------*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 57px;
  background-color: rgba(255, 255, 255, 0.8);
  /* margin-bottom: 24px; */
  z-index: 200;
}
header h1 {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  line-height: 0;
}

/*------------ Top page ------------*/
.os_menu .menu_list {
  width: 90%;
  margin: 80px auto 60px;
  text-align: center;
}
.os_menu .menu_list li {
  font-size: 2.5rem;
  padding: 20px 0;
  font-weight: bold;
  border-bottom: 1px solid #828282;
}
.os_menu .menu_list li a {
  color: #828282;
}
.os_menu .menu_list li:last-of-type {
  border-bottom: none;
}

/*=============================
.btn-trigger
=============================*/

.btn-trigger {
  float: right;
  position: relative;
  width: 28px;
  height: 21px;
  cursor: pointer;
  margin: 18px 20px 0 0;
  right: 0;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #464646;
}
.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 9px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn02.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
#btn02.active span:nth-of-type(2) {
  opacity: 0;
}
#btn02.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
/*------------ navigation ------------*/

.main_nav {
  /* position: absolute; */
  position: fixed;
  width: 100%;
  font-size: 1.8rem;
  background-color: #fff;
  z-index: 100;
  transition: 0.6s;
  top: -120%;
  z-index: 50;
}
.main_nav > li {
  width: 100%;
  /* height: 75px; */
  line-height: 75px;
  /* padding-left: 20px; */
  width: 100%;
  border-top: 1px solid #969696;
}
.main_nav > li p {
  margin-left: 6%;
}
.main_nav > li:last-of-type {
  border-bottom: 1px solid #969696;
}
.product_nav li a {
  text-align: center;
  /* background-color: cadetblue; */
  padding-left: 0;
  border: none;
}
.product_nav {
  box-shadow: 0px 0px 8px 3px #ccc inset;
}
.product_nav {
  display: none;
}
.menu_on {
  top: 57px;
}
.display_on {
  display: block;
}
.overlay {
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
body.open {
  position: fixed;
  width: 100%;
}

/*------------ breadcrumb ------------*/
.breadcrumb {
  display: flex;
  /* width: 50%; */
  /* flex-wrap: wrap; */
  margin: 0;
  padding: 0;
  list-style: none;
  /* margin-bottom: 50px; */
  margin: 70px 0 30px 0;
}
.breadcrumb li {
  display: flex;
  list-style: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 0.3em;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 0.2em;
  color: #555;
  margin-left: 0.4em;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  text-decoration: none;
  color: #afafaf;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/*------------ /breadcrumb ------------*/

/*------------ kv_slider ------------*/
.kv_slider .sp_img {
  width: 100vw;
}
.kv {
  margin-top: 57px;
}

/* ------------------------
Top page
------------------------ */

.product_list,
.shop_list {
  width: 100%;
  text-align: center;
}
.head-border {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  justify-content: space-between;
  color: #6e6e6e;
  margin-bottom: 50px;
  white-space: nowrap;
}
.head-border:before,
.head-border:after {
  content: "";
  border-top: 1px solid #6e6e6e;
  width: 34%;
}
.head-border:before {
  margin-right: 1em;
}
.head-border:after {
  margin-left: 1em;
}

.item_img {
  height: auto;
}

.item_list {
  margin-bottom: 100px;
}
.item_info img {
  width: 68%;
  margin-bottom: 15px;
}
.item_info .item_name {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 15px;
}
.item_info .item_spec {
  font-size: 1.3rem;
  color: #6e6e6e;
  margin-bottom: 20px;
}
.btn_detail a {
  display: block;
  width: 108px;
  height: 28px;
  margin: 0 auto 70px;
  line-height: 28px;
  color: #fff;
  background-color: #4faed8;
  border-radius: 14px;
}
.btn_detail a:hover {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}

.btn_pastmodel a {
  position: relative;
  display: block;
  width: 90%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  color: #828282;
  background-color: #fff;
  border: 1px solid #828282;
  border-radius: 3px;
  margin-bottom: 160px;
}
.btn_pastmodel a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10%;
  border-top: 1px solid #828282;
  border-right: 1px solid #828282;
  transform: rotate(45deg) translateY(-50%);
}
.btn_pastmodel a:hover {
  opacity: 1;
  color: #fff;
  background-color: #828282;
}
.btn_pastmodel a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.shop_list {
  margin-bottom: 100px;
}
.sub-title {
  font-size: 1.6rem;
  color: #fff;
  background-color: #828282;
  padding: 2% 4%;
  border-radius: 20px;
  margin-bottom: 50px;
}
.t_bold {
  font-size: 2.2rem;
  font-weight: bold;
}
.shop_list img {
  margin-bottom: 26px;
}
.shop_item li {
  margin-bottom: 70px;
}
/*---------- footer ----------*/
footer {
  position: relative;
  width: 100%;
  padding: 50px 20px 90px;
  background-color: #6e6e6e;
  box-sizing: border-box;
  color: #fff;
  z-index: 300;
}
footer .footer_top {
  position: absolute;
  display: block;
  top: -140px;
  right: 20px;
}
footer .footer_top #goTop {
  position: relative;
  width: 56px;
  height: 56px;
  transition: all 0.25s;
  border: 1px solid #828282;
  cursor: pointer;
}
#goTop::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 46%;
  left: 41%;
  border-top: 2px solid #828282;
  border-left: 2px solid #828282;
  transform-origin: center;
  transform: rotate(45deg);
}
#goTop:hover {
  background-color: #828282;
}
#goTop:hover::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.btn_contact {
  margin-bottom: 50px;
}
.btn_contact a {
  position: relative;
  display: block;
  width: 70%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #4faed8;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
  /* background-color: #828282; */
}
.btn_contact a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.btn_contact a:hover {
  opacity: 1;
  color: #828282;
  background-color: #fff;
  border: 1px solid #828282;
}
.btn_contact a:hover:after {
  border-top: 1px solid #828282;
  border-right: 1px solid #828282;
}
.footer_logo {
  display: flex;
  width: 90%;
  justify-content: space-between;
  margin: 0 auto 30px;
}
.btn_privacy a {
  color: #fff;
}

.footer_copy {
  font-size: 1rem;
  text-align: center;
}

/* ------------------------
Product page
------------------------ */
.product_title h2 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
/*
.model_num{
    font-size: 1.3rem;
    text-align: right;
    margin-bottom: 20px;
}
*/
.num_btn {
  font-size: 1.3rem;
  text-align: right;
  margin-bottom: 20px;
}

.full_img {
  position: relative;
  width: 100vw;
  height: 296px;
  margin: 0 calc(50% - 50vw) 50px;
  background: #323232;
}

/*---------- product_menu ----------*/
.product_menu {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #fff;
}
.menu_btn {
  position: relative;
  width: 100%;
  height: 46px;
  font-size: 2rem;
  line-height: 46px;
  color: #fff;
  padding-left: 12%;
  background-color: #969696;
  box-sizing: border-box;
}
.menu_btn .toggle_btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 4%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;

  /* 1125 追記 */
  transition: 0.5s;
  transform-origin: 50% 50%;
  transform: rotate(45deg) translateY(-50%);
  /* transform: rotate(45deg) translateY(-50%); */
}
/* 1125 追記 */
.menu_btn.m_op .toggle_btn::before {
  transition: 0.5s;
  transform: rotate(135deg) translateY(10%) translateX(-70%);
}

.btn_list li a {
  height: 46px;
  padding-left: 12%;
  font-size: 2rem;
  line-height: 46px;
  color: #323232;
  background-color: #c8c8c8;
  border-bottom: 1px solid #6e6e6e;
}
.btn_list .contact_btn a {
  position: relative;
  color: #fff;
  background-color: #68b9d6;
}
.btn_list .contact_btn a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 6%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.btn_list {
  display: none;
}

.full_img img {
  width: 100%;
  height: 250px;
  margin-top: 46px;
  object-fit: cover;
}
.feature {
  width: 100%;
  margin-bottom: 50px;
}
.feature h2 {
  font-size: 3.2rem;
  color: #6e6e6e;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.feature_list {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
}
.feature_list li {
  margin-bottom: 90px;
}
.feature_list img {
  margin-bottom: 30px;
}
.feature_name {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.full_bg {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 50px;
  /* background-image: url(../images/product/jt10-x1/img_jt10-x1_04_sp.png); */
}
.full_bg .sp_img {
  width: 100%;
  height: 520px;
}

.point_inside {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 20px;
  box-sizing: border-box;
}
.point_inside p {
  color: #fff;
  margin-bottom: 20px;
}
.point_title {
  font-size: 2.2rem;
  font-weight: bold;
}
.point_img {
  display: flex;
}
.p_img_list {
  position: relative;
  width: 100%;
}
.p_img_list p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0;
}

.feature_s {
  width: 100%;
  margin: 0 auto 100px;
  max-width: 375px;
}
.feature_list_s li {
  display: flex;
  width: 90%;
  margin: 0 auto 40px;
}
.feature_list_s img {
  width: 28%;
  margin-right: 2%;
}
.feature_list_s .list_read {
  width: 70%;
  margin-top: 4%;
  font-size: 1.3rem;
}
.list_read .feature_name {
  font-size: 1.7rem;
  margin-bottom: 4px;
}
.note_text {
  font-size: 1.1rem;
}

.detail {
  color: #828282;
  margin-bottom: 100px;
}
.icon_title {
  font-size: 2.7rem;
  font-weight: bold;
  color: #828282;
  text-align: center;
  margin-bottom: 30px;
}
.icon_title p {
  font-weight: bold;
}
.detail .menu_list li {
  position: relative;
  width: 68%;
  height: 90px;
  border: 1px solid #828282;
  border-radius: 3px;
  margin: 0 auto 20px;
  text-align: center;
}
.detail .menu_list li p {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail .menu_list li a {
  color: #828282;
}
.detail .menu_list li a:hover {
  opacity: 1;
  color: #fff;
}
.btn_menu {
  transition: 0.5s;
}
.btn_menu:hover {
  background-color: #828282;
}

.service {
  margin-bottom: 180px;
}
.service_text {
  position: absolute;
  width: 100%;
  top: -38px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.service_text .icon_title {
  color: #fff;
}
.service_detail {
  color: #fff;
}
.service_detail li {
  margin-bottom: 30px;
}
.detail_title {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.detail_read {
  font-size: 1.3rem;
}

/* ------------------------
Chat bot
------------------------ */
.chatbot {
  position: fixed;
  width: 60px;
  height: 50px;
  bottom: 20px;
  left: 20px;
  color: #fff;
  background-color: #4faed8;
  box-shadow: 4px 4px 8px #00000040;
  border-radius: 10px;
  cursor: pointer;
  z-index: 100;
}
.chatbot img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chatbot_text {
  display: none;
  width: 90%;
  margin-top: 2%;
  line-height: 1.3;
}

/*---------- dialog ----------*/

.dialog {
  display: none;
  box-sizing: border-box;
  position: fixed;
  width: 60px;
  bottom: 20px;
  left: 20px;
  border: 2px solid #4faed8;
  box-shadow: 4px 4px 8px #00000040;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 20px;
  z-index: 999;
}

.dialog .dialog-header {
  position: relative;
  display: flex;
  /* padding: 10px; */
  color: #fff;
  background-color: #4faed8;
}

.dialog .dialog-header .dialog-img {
  /* margin: 2% 4% 0 2%; */
  position: relative;
  width: 60px;
  height: 50px;
}
.dialog .dialog-header .dialog-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialog .dialog-header .close-btn {
  display: none;
  position: absolute;
  width: 14px;
  bottom: 26px;
  right: 10px;
}

.dialog__inner {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  /*height: 400px;*/
  height: 0px;
  /* background-color: #115baa; */
}

.dialog iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}
.dialog .dialog-header .close-btn {
  bottom: 13px;
}

/*-------------------------------------
    //chatbot
    -------------------------------------*/

.purchase {
  position: fixed;
  width: 46%;
  height: 62px;
  bottom: -1px;
  right: 20px;
  background-color: #278bb7;
  box-shadow: 4px 4px 8px #00000040;
  border: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  z-index: 200;
}
.purchase_text {
  text-align: center;
  margin-top: 4%;
  line-height: 1.4;
  color: #fff;
  font-size: 1.2rem;
}
.purchase_text span {
  font-size: 1.7rem;
  font-weight: bold;
}

/* ------------------------
Spec page
------------------------ */
.specification {
  margin: 0 auto 150px;
}
.full_menu {
  position: relative;
  width: 100vw;
  height: 46px;
  margin: 0 calc(50% - 50vw) 50px;
}
.spec_list {
  width: 100%;
  font-size: 1.2rem;
  margin: 0 auto 20px;
}
.spec_list tr {
  border-top: 1px solid #000;
}
.spec_list tr:last-of-type {
  border-bottom: 1px solid #000;
}
.spec_list th,
.spec_list td {
  padding: 10px;
}
.spec_list th {
  width: 40%;
  text-align: left;
  background-color: #f5f5f5;
  border-right: 1px solid #000;
}
.list_note,
.list_display {
  font-size: 1.1rem;
  margin-bottom: 40px;
}
.list_note li:first-of-type::before {
  content: "■";
}
.list_note li::before {
  content: "※";
}
.list_display {
  margin-bottom: 50px;
}
.list_display li:first-of-type::before {
  content: "■";
}
.list_display li::before {
  content: "◯";
}

.back_btn {
  position: relative;
  width: 70%;
  height: 45px;
  margin: auto;
  background-color: #828282;
  border-radius: 4px;
  transition: 0.5s;
}
.back_btn a {
  font-size: 1.4rem;
  line-height: 45px;
  color: #fff;
  text-align: center;
}
.back_btn a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 28%;
  left: 10%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg) translateY(-50%);
}
.back_btn:hover {
  opacity: 0.6;
}
.back_btn a:hover {
  opacity: 1;
}

/* ------------------------
Package page
------------------------ */
.fancybox-wrap {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  z-index: 8020;
  margin: auto !important;
}

.package_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.package_list li {
  margin: 0 2% 0;
}
.package_list li::before {
  content: "□ ";
}
.spec_detail {
  margin-bottom: 100px;
}
.size_list {
  font-size: 1.2rem;
  margin-bottom: 50px;
}
.size_list li img {
  margin-bottom: 30px;
}
.size_list p {
  margin-bottom: 12px;
}
.size_name::before {
  content: "□ ";
}
.size_text {
  font-size: 1.2rem;
  text-align: center;
  color: #4d4d4d;
}
.parts_name {
  font-size: 1.1rem;
}
.parts_name li {
  margin-bottom: 10px;
}

.photos_list {
  margin-bottom: 180px;
}
.photos_list .read {
  text-align: center;
  margin-bottom: 30px;
}
.photos_item {
  margin-bottom: 100px;
}
.photos_item img {
  width: 100%;
}
/* ------------------------
Archive page
------------------------ */
.archive {
  margin-bottom: 180px;
}
.archive .page_title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.list_name {
  color: #6e6e6e;
  margin-bottom: 20px;
}
.archive_list {
  margin-bottom: 70px;
}
.archive_list li {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  border-radius: 6px;
}
.archive_list li p {
  color: #6e6e6e;
}
.archive_list li p:first-of-type {
  font-size: 1.6rem;
  color: #464646;
  font-weight: bold;
}
.archive_list li p:last-of-type {
  font-size: 1.3rem;
}

.btn_index {
  width: 100%;
  height: 14px;
  font-size: 1.3rem;
}
.btn_index {
  position: relative;
}
.btn_index a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 20%;
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
.back_top {
  margin-left: 12px;
}

/*-----------------------------
form
-----------------------------*/
.contact_title {
  margin-bottom: 50px;
}
.f_title {
  text-align: center;
  margin-bottom: 50px;
}
.box_text {
  width: 110px;
  height: 32px;
  margin: 0 auto 16px;
  font-size: 1.3rem;
  line-height: 32px;
  color: #ffffff;
  background-color: #278bb7;
  border-radius: 16px;
}
.f_title .text_bold {
  font-size: 2.3rem;
  font-weight: bold;
}

.confirm_btn::after {
  transition: 0.3s;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid #c40018;
  border-right: 1px solid #c40018;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: skew(-30deg) rotate(45deg);
  /*  -webkit-transform: rotate(45deg) skew(-30deg,0);*/
  /*  -ms-transform: rotate(45deg) skew(-30deg,0);*/
}
.confirm_btn:hover::after {
  /*  right: 12px;*/
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.form {
  max-width: 540px;
  margin: 0 auto;
}
.form-body {
  margin-bottom: 60px;
}
.form-item {
  margin-bottom: 52px;
}
.form-item:last-of-type {
  margin-bottom: 50px;
}
.form-title {
  width: 100%;
  margin-bottom: 10px;
}
.form-title span {
  display: inline-block;
  width: 36px;
  height: 20px;
  margin-left: 10px;
  background-color: #c41418;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
}
.form_read {
  margin-bottom: 30px;
}
.read_small {
  font-size: 1.2rem;
  margin-bottom: 82px;
}
.radio_btn {
  margin-bottom: 6px;
}
/* .radio_btn label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
  }
  .radio_btn label::before,
  .radio_btn label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  
  .radio_btn label::before {
    background-color: #F5F5F5;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }
  
  .radio_btn label::after {
    background-color: #55ACEE;
    border-radius: 50%;
    opacity: 0;
    width: 14px;
    height: 14px;
    left: 4px
  }
  input:checked + label::after {
    opacity: 1;
  }
  label::after + input:checked {
    opacity: 1;
  } */

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.select_btn {
  box-sizing: border-box;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  border: none;
}

.form-parts {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: #f5f5f5;
}
.form-parts__text {
  width: 100%;
  padding: 11px 8px;
  border-radius: 3px;
  color: #333333;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.form-parts__checkbox {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  vertical-align: -6px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}
.confirm_text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #c41418;
  margin-bottom: 70px;
}
.confirm_body .form-item {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.confirm_body .form-title {
  width: 40%;
}
.confirm_body .form-detail {
  width: 60%;
}
.btn_back {
  width: 130px;
}
.btn_bk {
  position: relative;
  width: 130px;
  height: 32px;
  font-size: 1.3rem;
  line-height: 32px;
  background-color: #fff;
  border: 1px solid #646464;
  margin: 0 0 60px 20px;
}

.btn_bk::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -19px;
  top: -1px;
  border-right: 18px solid #646464;
  border-top: 18px solid transparent;
  border-bottom: 16px solid transparent;
}
.btn_bk::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -17px;
  top: 0;
  border-right: 17px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 15px solid transparent;
}
.thanks_text {
  margin-bottom: 100px;
  text-align: center;
}
.thanks_text .complate {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #828282;
  margin-bottom: 20px;
}

/*------------ 404 content_note ------------*/
.content_note {
  text-align: center;
  margin: 24% auto 25%;
}
.note_text {
  color: #969696;
  margin-bottom: 6%;
}
.big_text {
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.2;
}
.small_text {
  font-size: 2.2rem;
  margin-bottom: 5%;
}
.note_read {
  font-size: 2.5rem;
  font-weight: bold;
}
.bt_space {
  margin-bottom: 10%;
}
.content_note .btn_contact {
  width: 100%;
  margin: 0 auto;
}

/*------------ IE_note modal ------------*/

.ie_note {
  /*  display: none;*/
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 500;
}
.ie_icon img {
  width: 50px;
  height: 45px;
}
.ie_note .note_text {
  position: absolute;
  width: 60%;
  /*  height: 50%;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  padding: 4%;
}
.note_text .close_btn {
  display: inline-block;
  margin-top: 8%;
  border: 1px solid #666;
  padding: 1% 6%;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.8rem;
}
.note_text .close_btn:hover {
  background-color: #666;
  color: #fff;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.nav {
  display: flex;
  width: 310px;
}

.nav > li {
  position: relative;
  width: 100px;
  border-right: 1px solid #0071b9;
}
.nav > li:first-child {
  border-left: 1px solid #0071b9;
}

.nav a {
  display: block;
  padding: 0.5em 0;
  font-size: 16px;
  color: #0071b9;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
.sub {
  position: absolute;
  left: 0;
  top: 2em;
  display: none;
  width: 100%;
  z-index: 3;
}
.sub > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  background-color: #0071b9;
}
.sub > li > a:hover {
  background-color: #004b83;
  opacity: 1;
}

@media screen and (min-width: 600px) {
  /* for tablet */
}

@media screen and (min-width: 750px) {
  /* fot PC */

  .pc_img,
  .pc_br {
    display: block;
  }
  .sp_img,
  .sp_br {
    display: none;
  }
  .inner {
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding: 0;
  }
  .product_list {
    width: 960px;
    margin: 0 auto;
  }
  .head-border:before,
  .head-border:after {
    width: 46%;
  }

  .item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .item_info {
    width: 40%;
  }

  .btn-trigger {
    display: none;
  }
  .main_nav {
    display: flex;
    height: 57px;
    top: 0;
    left: 200px;
    z-index: 250;

    background-color: rgba(255, 255, 255, 0);
  }
  .main_nav > li {
    width: 148px;
    line-height: 57px;
    font-size: 1.4rem;
    text-align: center;
    padding: 0;
    border: none;
    transition: 0.5s;
  }
  .main_nav > li p {
    margin-left: 0;
    transition: 0.5s;
  }
  .main_nav > li:last-of-type {
    border: none;
  }
  .main_nav > li p:hover {
    color: #fff;
    background-color: #969696;
  }
  .main_nav > li p:hover {
    opacity: 1;
    color: #fff;
  }
  #pro {
    cursor: pointer;
    user-select: none;
  }
  .product_nav {
    /* display: block; */
    box-shadow: unset;
    background-color: #fff;
  }
  .product_nav li {
    display: table;
    width: 148px;
    height: 60px;
  }
  .product_nav li a {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    background-color: #969696;
    line-height: 1.5;
  }

  /*------------ Top page ------------*/

  .kv {
    margin-bottom: 80px;
  }

  /*------------ kv_slider ------------*/
  .kv_slider .pc_img {
    width: 100vw;
  }

  .os_menu .menu_list {
    width: 90%;
  }
  .os_menu .menu_list li {
    display: table;
    width: 30%;
    padding: 8px 0;
    border-bottom: 0;
    border-left: 1px solid #828282;
  }
  .os_menu .menu_list li a {
    display: table-cell;
    vertical-align: middle;
  }

  .os_menu .menu_list li:last-of-type {
    border-right: 1px solid #828282;
  }
  .item_list {
    width: 80%;
    /* justify-content: left; */
    margin: auto;
  }
  .item_info {
    width: 44%;
  }

  .btn_pastmodel a {
    width: 30%;
  }
  .sub-title {
    padding: 1% 0;
  }
  .shop_list {
    width: 80%;
    margin: 0 auto;
  }
  .shop_item {
    width: 90%;
    display: flex;
    margin: 0% auto;
    justify-content: space-between;
  }
  .shop_item li {
    width: 48%;
  }

  /*------------ breadcrumb ------------*/
  .breadcrumb {
    margin: 70px 0 30px 0;
  }

  /*-----------------
    product
    -----------------*/
  .product_title {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .product_title h2 {
    width: 80%;
  }
  /*
    .model_num{
        position: absolute;
        width: 20%;
        bottom: 0;
        right: 0;
    }
*/
  .num_btn {
    position: absolute;
    width: 20%;
    bottom: 0;
    right: 0;
  }
  .product_menu {
    background-color: #969696;
  }
  .menu_btn {
    display: none;
  }
  .btn_list {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 960px;
    top: 0;
    margin: auto;
  }
  .btn_list li a {
    width: 190px;
    font-size: 1.4rem;
    line-height: 52px;
    color: #fff;
    text-align: center;
    padding: 0;
    background-color: #969696;
    border: none;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
  }
  .btn_list li a:hover {
    border-bottom-color: #fff; /* 色だけ変える */
  }
  .btn_list .contact_btn {
    position: absolute;
    right: 0;
  }
  .btn_list .contact_btn a {
    width: 236px;
  }
  .btn_list .contact_btn a:hover {
    border-bottom-color: transparent;
  }

  .full_img {
    height: 403px;
  }
  .full_img img {
    height: 357px;
  }
  .feature {
    width: 68%;
    margin: 0 auto 70px;
  }
  .feature_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 130px;
  }
  .feature_list li {
    width: 28%;
    margin: 0 2% 4%;
  }
  .feature_name {
    font-size: 2.2rem;
  }
  .feature_icon {
    position: relative;
    width: 100%;
    height: 100px;
  }
  .feature_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
  }

  .feature_point.full_bg .pc_img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
  }

  .feature_s {
    width: 100%;
    max-width: 960px;
  }

  .point_inside {
    display: flex;
    width: 86%;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    padding: 0;
    transform: translate(-50%, -50%);
    max-width: 900px;
  }
  .point_text {
    width: 32%;
    margin: 5% 4% 0 0;
  }
  .point_img {
    width: 60%;
    margin: 4%;
  }
  .full_bg {
    margin-bottom: 120px;
  }

  .feature_list_s {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .feature_list_s li {
    width: 30%;
    margin: 0 5% 3% 0;
  }
  .feature_list_s li:nth-of-type(3n) {
    margin-right: 0;
  }
  .menu_list {
    display: flex;
    justify-content: center;
  }
  .detail .menu_list li {
    width: 26%;
    margin: 0 1% 0;
  }
  .service_text {
    width: 46%;
    max-width: 480px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .btn_contact a {
    width: 50%;
  }
  .service {
    margin-bottom: 150px;
  }
  .service.full_bg .pc_img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
  }

  footer {
    padding: 30px 0;
  }
  .footer {
    width: 80%;
    margin: 0 auto;
    position: relative;
    height: 80px;
  }
  .footer_logo {
    position: absolute;
    /* width: 30%; */
    width: 60%;
    left: 0;
    justify-content: left;
  }
  .footer_logo img {
    margin-right: 10%;
  }
  footer .btn_contact {
    margin-bottom: 0;
  }
  footer .btn_contact a {
    position: absolute;
    width: 26%;
    right: 0;
  }
  .footer_copy {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .chatbot {
    width: 250px;
  }
  .chatbot a {
    display: flex;
    width: 90%;
    margin: auto;
  }
  .chatbot img {
    position: static;
    width: 18%;
    top: 0;
    left: 0;
    transform: unset;
    margin-right: 4%;
  }
  .chatbot_text {
    display: block;
    width: 78%;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-top: 3%;
    font-feature-settings: "palt";
  }
  .purchase.cta {
    position: fixed !important;
  }
  .purchase {
    width: 52px;
    height: 240px;
    top: 200px;
    right: -1px;
    border-radius: 10px 0 0 10px;
  }
  .purchase_text {
    /* margin: 30%; */
    writing-mode: vertical-rl;
    margin: 20px 0 0 14px;
  }

  .dialog {
    width: 250px;
  }
  .dialog .dialog-header {
    padding: 0 6px;
  }
  .dialog .dialog-header .close-btn {
    bottom: 14px;
  }

  /* ------------------------
    Spec page
    ------------------------ */
  .specification {
    width: 90%;
  }
  .back_btn {
    width: 30%;
  }
  .package_list li {
    margin: 0 2%;
  }
  .spec_detail .size_detail,
  .spec_detail .parts_name {
    display: flex;
    justify-content: space-around;
  }
  .size_detail ul:nth-of-type(odd) {
    width: 54%;
    margin-right: 30px;
  }
  .size_list {
    width: 45%;
    margin-bottom: 0;
  }
  .photos_item {
    display: flex;
    flex-wrap: wrap;
  }
  .photos_item li {
    width: 46%;
  }

  /* ------------------------
    Archive page
    ------------------------ */
  .archive .page_title {
    margin-bottom: 70px;
  }
  .archive_list {
    width: 72%;
    margin: 0 auto 70px;
  }
  .archive_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .archive_list a {
    width: 48.5%;
    margin-right: 3%;
  }
  .archive_list a:nth-of-type(even) {
    margin-right: 0;
  }

  /*------------ 404 content_note ------------*/
  .content_note {
    margin: 10% auto 20%;
  }
  .note_text {
    margin-bottom: 1%;
  }
  .small_text,
  .bt_space {
    margin-bottom: 4%;
  }
  .content_note .btn_contact {
    width: 50%;
  }
}

/* contact form css */
/* 入力時 */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7-form span.wpcf7-list-item label {
  display: block;
  margin-bottom: 3%;
}
.wpcf7-form span.wpcf7-list-item label input[type="radio"] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.wpcf7-form span.wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.wpcf7-form span.wpcf7-list-item label .wpcf7-list-item-label::before,
.wpcf7-form span.wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.wpcf7-form span.wpcf7-list-item label .wpcf7-list-item-label::before {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.wpcf7-form span.wpcf7-list-item label .wpcf7-list-item-label::after {
  background-color: #55acee;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 4px;
}
.wpcf7-form span.wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-form .confirm_btn {
  width: 50%;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 45px;
  line-height: 1;
  color: #fff;
  background-color: #6e6e6e;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
}
.wpcf7-form .confirm_btn:hover {
  opacity: 1;
  color: #828282;
  background-color: #fff;
  border: 1px solid #828282;
  transition: 0.5s;
}
.wpcf7-form .confirm_btn .wpcf7c-btn-confirm,
.wpcf7-form .confirm_btn .wpcf7-submit {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.wpcf7-form .confirm_btn:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 0.5em;
  right: 10%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.wpcf7-form .confirm_btn:hover:after {
  border-top: 1px solid #828282;
  border-right: 1px solid #828282;
}

/* 確認時 */
.custom-wpcf7c-confirmed .form-item {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.custom-wpcf7c-confirmed input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.custom-wpcf7c-confirmed .form-title {
  width: 40%;
}
.custom-wpcf7c-confirmed .form-detail {
  width: 60%;
}
.custom-wpcf7c-confirmed .form-parts__text {
  width: 100%;
  padding: 0;
  border-radius: none;
  color: unset;
  background: transparent;
  resize: none;
  outline: none;
}
.custom-wpcf7c-confirmed span.wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 0;
}

.custom-wpcf7c-confirmed span.wpcf7-list-item label .wpcf7-list-item-label::before,
.custom-wpcf7c-confirmed span.wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
}
.custom-wpcf7c-confirmed .radio_btn {
  margin-bottom: 0;
  height: 0;
}
.custom-wpcf7c-confirmed span.wpcf7-list-item label .wpcf7-list-item-label {
  display: none;
}
.custom-wpcf7c-confirmed span.wpcf7-list-item label input[type="hidden"] + .wpcf7-list-item-label {
  cursor: text;
  display: block;
  padding-left: 0;
}
.custom-wpcf7c-confirmed .btn_bk {
  display: block;
  position: relative;
  width: 130px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #646464;
  margin: 0 0 60px 20px;
}
.custom-wpcf7c-confirmed .btn_bk:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.custom-wpcf7c-confirmed .btn_bk input[type="button"] {
  cursor: pointer;
  display: inline;
  font-size: 1.3rem;
  line-height: 32px;
}

.wpcf7 form .send_before,
.wpcf7 form.sent .send_comp {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.25s;
}
.wpcf7 form.sent .send_before,
.wpcf7 form .send_comp {
  display: none;
  animation-name: fade-out;
  animation-duration: 0.25s;
}

.wpcf7 .wpcf7-response-output {
  display: none !important;
}
.breadcrumb li.wpcf7c-elm-step1::after,
.breadcrumb li.wpcf7c-elm-step2::after {
  content: "";
}

/* 20240521 サポート */
.support_box {
  width: 100%;
  margin-bottom: 20%;
}
.sub_title h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 36px;
  text-align: center;
}
.sub_title .subtitle_ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #c40018;
  margin-top: 16px;
}

.suptab {
  width: 80%;
  margin: 0 auto 6%;
  text-align: center;
}
.suptab_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}
.suptab_list .tab_btn.selected {
  border-bottom: 4px solid #333;
}
.suptab_list .tab_btn {
  width: 30%;
  font-size: 2.4rem;
  padding: 2% 0;
  border-bottom: 4px solid #d9d9d9;
}
.support_select {
  width: 100%;
  max-width: 784px;
  margin: 0 auto 100px;
}
.support_select ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.support_select ul li {
  width: 32%;
  height: 174px;
  border: 1px solid #707070;
  border-radius: 10px;
  text-align: center;
  line-height: 174px;
  font-size: 1.7rem;
}

.sup_read {
  font-size: 2rem;
}
.suplist,
.box-item {
  margin-bottom: 4%;
}
.sup_list li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-bottom: 1%;
}
.bk_title {
  color: #fff;
  font-size: 2.8rem;
  background-color: #000;
  padding: 1% 0;
  text-align: center;
  margin-bottom: 4%;
}
.b-title {
  font-size: 2.4rem;
  margin-bottom: 2.4%;
}
.l-line::before {
  content: "";
  border-left: 8px solid #000;
  margin-right: 1%;
}

.sub_h4 {
  margin-bottom: 50px;
}
.sub_h4 h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 45px;
  border-bottom: 2px solid #787878;
  margin-bottom: 20px;
}
.sup_inner {
  width: 960px;
  margin: 0 auto;
}
/* accordion */
/* .tab-group {
  display: flex;
  justify-content: left;
}
.tab {
  position: relative;
  width: 154px;
  height: 38px;
  flex-grow: 1;
  padding: 8px 0;
  margin-right: 10px;
  text-align: center;
  background-color: #dcdcdc;
  border-radius: 5px 5px 0px 0px;
  border: solid 1px #c8c8c8;
  border-bottom: none;
  cursor: pointer;
  box-sizing: border-box;
}
.tab.is-active {
  color: #000;
  background: #fff;
  transition: all 0.2s ease-out;
}
.panel-group {
  width: 100%;
  height: auto;
  padding: 20px 20px 3px;
  border-top: none;
  background: #fff;
  border: solid 1px #c8c8c8;
  margin-bottom: 100px;
  box-sizing: border-box;
}
.panel {
  display: none;
}
.panel.is-show {
  display: block;
}
.li-open {
  position: relative;
  width: 100%;
  padding: 6px 20px;
  background: #ffe8ee;
  border: 1px solid #707070;
  border-radius: 5px;
  margin-bottom: 17px;
  box-sizing: border-box;
}
.act_btn::before {
  position: absolute;
  content: url(../images/arrow_1_red.svg);
  width: 15px;
  right: 20px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.act_btn.rotate::before {
  transform: rotate(180deg);
}

.level_one {
  background: #f45e6f 0% 0% no-repeat padding-box;
  margin-bottom: 10px;
  opacity: 1;
}
.question {
  position: relative;
  margin: 14px 0 0;
  padding: 6px 13px;
  color: #fff;
  background-color: #f45e6f;
}
.question.rotate::before {
  transform: rotate(180deg);
}
.question::before {
  position: absolute;
  content: url(../images/arrow_1_wh.svg);
  width: 15px;
  right: 12px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.answer {
  padding: 20px 13px;
  background-color: #fff;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  line-height: 1.5em;
}
.question p {
  line-height: inherit;
}
.red_text {
  color: #f45e6f;
  font-weight: bold;
  margin-right: 4px;
} */
.tab-group {
  display: flex;
  justify-content: left;
}
.tab {
  position: relative;
  width: 154px;
  height: 38px;
  /* flex-grow: 1; */
  padding: 8px 0;
  margin-right: 10px;
  text-align: center;
  background-color: #dcdcdc;
  border-radius: 5px 5px 0px 0px;
  border: solid 1px #c8c8c8;
  border-bottom: none;
  cursor: pointer;
  box-sizing: border-box;
}
.tab.is-active {
  color: #000;
  background: #fff;
  transition: all 0.2s ease-out;
}
.tab.is-active::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -2px;
  background-color: #fff;
}
.panel-group {
  width: 100%;
  height: auto;
  padding: 20px 20px 3px;
  border-top: none;
  background: #fff;
  border: solid 1px #c8c8c8;
  margin-bottom: 100px;
  box-sizing: border-box;
}
.panel {
  display: none;
}
.panel.is-show {
  display: block;
}

.support_list {
  padding: 20px;
  background-color: #f45e6f;
}
.li-open {
  position: relative;
  width: 100%;
  padding: 6px 20px;
  background: #ffe8ee;
  border: 1px solid #707070;
  border-radius: 5px;
  margin-bottom: 17px;
  box-sizing: border-box;
}
.act_btn::before {
  /* 閉じている時 */
  position: absolute;
  content: url(../images/arrow_1_red.svg);
  width: 15px;
  right: 20px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.act_btn.rotate::before {
  /* 開いている時 */
  transform: rotate(180deg);
}
.tab_inner {
  display: none;
}
.answer {
  display: none;
}
.open {
  display: block;
}
.question {
  position: relative;
  margin: 14px 0 0;
  padding: 6px 13px;
  color: #fff;
  background-color: #f45e6f;
}
.question p {
  line-height: inherit;
}
.question::before {
  /* 閉じている時 */
  position: absolute;
  content: url(../images/arrow_1_wh.svg);
  width: 15px;
  right: 12px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.question.rotate::before {
  /* 開いている時 */
  transform: rotate(180deg);
}
.answer {
  padding: 20px 13px;
  background-color: #fff;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  line-height: 1.5em;
}
.red_text {
  color: #f45e6f;
  font-weight: bold;
  margin-right: 4px;
}
.level_btn {
  position: relative;
  padding: 6px 4%;
  z-index: +1;
  cursor: pointer;
  color: #000;
  background-color: #ffe8ee;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  transition-duration: 0.2s;
  border: 1px solid #707070;
  margin-bottom: 10px;
}
.level_one {
  background: #f45e6f 0% 0% no-repeat padding-box;
  margin-bottom: 10px;
  opacity: 1;
}
.link_text a {
  color: #386bcc;
}
.btn_red p {
  text-align: center;
  line-height: 1.8;
  font-size: 1.7rem;
  margin-bottom: 30px;
}
.btn_red a {
  position: relative;
  width: 264px;
  height: 62px;
  background-color: #e60039;
  color: #fff;
  border-radius: 15px;
  line-height: 62px;
  text-align: center;
  margin: 0 auto 66px;
}
.btn a {
  position: relative;
  display: block;
  width: 30%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #4faed8;
  border: 1px solid #fff;
  border-radius: 2em;
  text-align: center;
  margin: 0 auto;
}

/* 掲載機種一覧 */
h3 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5%;
}
.supitem {
  width: 90%;
  margin: 0 auto 6%;
}
.supitem_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.supitem_list li {
  border-left: 4px solid #000;
  padding-left: 2%;
  margin-bottom: 4%;
}
.supitem_list .sup-item {
  width: 46%;
  font-size: 1.8rem;
  font-size: 1.6rem;
}
.sup_about {
  width: 68%;
  margin: 0 auto 4%;
  padding-bottom: 4%;
  /* border-bottom: 2px solid #d3d3d3; */
}
.text-center {
  text-align: center;
}
.text_link a {
  display: inline-block;
  font-size: 2rem;
  text-decoration: underline;
  color: #0a33ca;
  margin-bottom: 4%;
}
.sup_btn {
  width: 70%;
  margin: 0 auto;
}
.sup_btn a {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  background-color: #c40018;
  padding: 2.6%;
  margin-bottom: 4%;
}
.small_text {
  display: block;
  font-size: 1rem;
}

/* 240711 footer 下固定 */
#main,
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

/* 240716 support */
.sup_page {
  margin-bottom: 140px;
}

/* chatbot */
.chat_info {
  width: 100%;
  margin: 0 auto 120px;
  border-radius: 1em;
  max-width: 784px;
}
.btn_support {
  position: relative;
  width: 270px;
  border-radius: 1em;
  transition: 0.5s;
  background-color: #f45e6f;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 3.4% 0;
}
.chat_info .btn_support {
  width: 374px;
  margin: 0 auto 4%;
}
.chat_info .btn_support::before {
  position: absolute;
  content: url(../images/icon_headphone.svg);
  width: 48px;
  top: 52%;
  left: 4%;
  transform: translateY(-50%);
}
.chat_info .btn_support::after {
  position: absolute;
  content: url(../images/arrow_wh.svg);
  width: 24px;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

/* form */
.form-body dl {
  position: relative;
}
.form-body .desc_from {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.3rem;
}
.wpcf7-form .main_content_box {
  width: 100%;
  margin: 0 auto 10px;
  height: 300px;
  box-sizing: border-box;
  border: 1px solid #9f9f9f;
  border-radius: 6px;
  overflow-x: hidden;
}
.wpcf7-form .main_content_box dl.howto_box.privacy_text {
  padding: 0.5em 1em;
  font-size: 1.4rem;
  counter-reset: item;
}
.rule_list {
  font-size: 1.4rem;
  margin-top: 1%;
  counter-reset: item;
}
ol.rule_list {
  padding: 0.5em 1em;
}
.rule_list li {
  margin-bottom: 8px;
  text-indent: -1em;
  padding-left: 1em;
}
.link_open a {
  text-align: right;
  margin-bottom: 4px;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.link_open a:hover {
  opacity: 0.5;
}
.wpcf7-form .form-body .captcha_area {
  margin: 5% 0 10% 0;
  text-align: center;
}
.wpcf7c-force-hide {
  display: block !important;
}
.form_input_btn {
  position: relative;
  display: block;
  width: 50%;
  height: 45px;
  margin: 0 auto;
  line-height: 1;
  color: #fff;
  background-color: #6e6e6e;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
}
.wpcf7-form .back_area_btn {
  display: block;
  margin: 0 auto 5%;
  /* border: 1px solid #666666; */
  overflow: hidden;
}
.form_input_btn input {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.wpcf7-form .confirm_btn:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 0.5em;
  right: 10%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.wpcf7-form .privacy_check span.wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 1.75em;
  cursor: pointer;
}
.privacy_check label .form-parts__checkbox {
  display: none;
}
.wpcf7-form .privacy_check span.wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background-color: #f5f5f5;
}
.wpcf7-form span.wpcf7-list-item label .wpcf7-list-item-label::after {
  background-color: #55acee;
  background-color: #c40018;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 4px;
}
.wpcf7-form .privacy_check span.wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
}

/* 20240910 */
.privacy_check.wpcf7c-elm-step1 {
  margin-bottom: 4%;
}

.grecaptcha-badge {
  z-index: 500;
}

.notice_red {
  width: 416px;
  color: #e60039;
  margin: 40px auto;
  text-align: center;
}

/* 20241008 サポート 掲載機種一覧 */
.pub_main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 140px;
}
.pub_main .article_item {
  width: 68%;
  margin: auto;
}
.pub_main .suparticle {
  margin-bottom: 60px;
}

/* パンクズ内 br 無効 */
.breadcrumb li span > br {
  display: none;
}

@media screen and (max-width: 750px) {
  .suptab {
    width: 100%;
  }
  .suptab_list .tab_btn {
    font-size: 1.4rem;
    margin-bottom: 8%;
  }
  .sup_box h3,
  .sup_about h3 {
    font-size: 2.2rem;
    margin-bottom: 10%;
  }
  .supitem_list {
    display: block;
  }
  .supitem_list .sup-item {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 10%;
  }
  .text_link a {
    font-size: 1.6rem;
  }
  .sup_read {
    font-size: 1.6rem;
    margin-bottom: 10%;
  }

  /* 230716 support */
  footer .footer_top {
    top: -100px;
  }
  .tab-group {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
  .tab {
    width: 46%;
    border: 1px solid #000000;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    opacity: 0.25;
  }
  .tab.is-active {
    opacity: 1;
  }
  .tab.is-active::before {
    display: none;
  }
  .sup_inner {
    width: 100%;
  }
  .sup_page {
    /* margin-bottom: 340px; */
    margin-bottom: 40%;
  }
  .panel-group {
    margin-bottom: 60px;
  }
  .btn_red a {
    margin-bottom: 50px;
  }
  .sup_page .btn a {
    width: 80%;
  }
  .question p {
    width: 94%;
  }
  /* chatbot */
  .chat_info {
    width: 84%;
    padding: 25px 20px 20px;
  }
  .chat_info .btn_support {
    width: 100%;
    font-size: 1.6rem;
    padding: 10% 0;
    margin-bottom: 8%;
  }
  .chat_info .btn_support::before {
    left: 0;
  }
  section .btn {
    margin-bottom: 140px;
  }

  /* 240910 support */
  .support_select ul {
    display: block;
    margin-bottom: 40%;
  }
  .support_select ul li {
    width: 75%;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 20px;
  }
  /* form */
  .breadcrumb {
    flex-wrap: wrap;
  }
  .form {
    padding: 0 20px;
  }
  .form-body .desc_from {
    position: inherit;
    margin-top: 8px;
    line-height: 1.3;
  }
  .form_table td input,
  .form_table td textarea,
  .notice_red {
    width: 100%;
  }

  /* 20241008 サポート 掲載機種一覧 */
  .pub_main .article_item {
    width: 100%;
  }
  .pub_main .btn a {
    width: 80%;
  }
}
