@charset "UTF-8";
/*PDFのボタン*/

.pdf_link_list li a {
  background: #9ac32d;
  color: #fff;
}

.adobe_link img {
  max-width: 70%;
}

/**/
/*mediaページのカテゴリボタンの色*/

.new-product {
  background-color: #0ed918 !important;
}

.developed-products {
  background-color: #21b2ff !important;
}

.archivelist .list a {
  color: #fff;
}

/**/
/*カスタム製品のご案内　ボタン色変更*/
.linkbtn a.colr01 {
  background-color: #45b9f2;
  color: #fff !important;
}

.linkbtn a.colr02 {
  background-color: #ff679a;
  color: #fff !important;
}

.linkbtn a.colr03 {
  background-color: #66cc00;
  color: #fff !important;
}

.linkbtn a.colr04 {
  background-color: #fe9900;
  color: #fff !important;
}

/*dbの50Ωの色*/

.t-default p.flag01_08 {
  background: #e52689;
}

.t-default p.flag01_04 {
  background: #289b3a;
}

.t-default p.flag01_06 {
  background: #955024;
}

/*TOPページ　カテゴリ色*/
.id_developed-products {
  background-color: #21b2ff !important;
}

.id_new-product {
  background-color: #0ed918 !important;
}

/**/
.btn_pdf a {
  color: #333448;
  text-align: center;
  padding: 7px 0.6em;
  display: block;
  border: 1px solid #333448;
  background-color: #fff;
  font-size: 13px;
  transition: 0.3s;
}

.btn_pdf a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #333448;
}

header.template_c2 #header_area .inn_ .cvbtn .order a {
  background-color: #e00707;
}

header.template_c2 #header_area .inn_ .cvbtn .order a::before {
  background: url(../image/common/icon_order.png) no-repeat center center / contain #e00707;
}

header.template_c2 #header_area .inn_ .cvbtn.btn3 a {
  font-size: 12px;
}

header.template_c2 #header_area .inn_ .cvbtn.btn3 li {
  width: auto;
}

header.template_c2 #header_area .inn_ .cv.long {
  max-width: 600px;
}

header.template_c2 #header_area .inn_ .tel {
  font-size: 11px;
  line-height: 1.2;
  margin-right: 8.2vw;
}

header.template_c2 #header_area .inn_ .cvbtn .sp_mail a {
  background-color: #ea5098;
}

header.template_c2 #header_area .inn_ .cvbtn .sp_mail a::before {
  background: url(/dcms_media/image/icon_sp_mail.png) no-repeat center center / contain #ea5098;
  width: 15px;
}

@media only screen and (max-width: 1400px) {
  header.template_c2 #header_area .inn_ .cvbtn a {
    padding-left: 8px;
    padding-right: 8px;
  }

  header.template_c2 #header_area .inn_ .tel {
    margin-right: 5.5vw;
  }
}

@media only screen and (max-width: 1100px) {
  header.template_c2 #header_area .inn_ .cvbtn a {
    padding-left: 5px;
    padding-right: 5px;
  }

  header.template_c2 #header_area .inn_ .tel {
    margin-right: 3.5vw;
  }
}

@media only screen and (max-width: 1023px) {
  header.template_c2 #header_area .inn_ .cvbtn.btn3 {
    display: none;
  }
}

/****************************************************************/
/* INDEX用スタイル */
/****************************************************************/
.TitlAreaCenter {
  text-align: center;
}

/*RSS*/
.side_faq_link a {
  display: inline-block;
  color: #2f337b;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 5px 3px 40px;
  border: 1px solid #8a90f5;
  background: url(../image/common/icon_faq.png) no-repeat;
  background-position: left 4px center;
  background-size: 30px auto;
}

/*製品検索*/
.searchInfo {
  margin-bottom: 80px;
}

.searchInfo .Index.searchArea {
  width: 260px;
}

.searchInfo .Index.searchArea .TitlAreaCenter {
  background-color: #6153cc;
  padding: 1em 0.5em 0.5em;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.top_title_s_left_underbar_en {
  display: block;
  text-align: inherit;
  margin: auto;
}

.searchArea .innBox {
  margin: auto;
  padding: 15px;
}

.searchArea .innBox02 {
  display: block;
}

.searchArea .innBox02>div {
  width: 100%;
}

.serachBtn input {
  background: url(../image/common/icon_search.png) no-repeat center right 20px #333448;
}

.mediaBox {
  width: calc(100% - 300px);
}

@media only screen and (max-width: 690px) {
  .searchInfo {
    display: block;
  }

  .searchInfo .Index.searchArea {
    margin-bottom: 30px;
  }

  .searchInfo .Index.searchArea,
  .mediaBox {
    width: 100%;
  }
}

/*MEDIA*/
.mediaBox .slider {
  display: flex;
  flex-wrap: wrap;
}

.mediaBox .slider .dlb_media_block {
  position: relative;
  width: 31.5%;
  margin-right: 2%;
  margin-bottom: 6vh;
}

.mediaBox .slider .dlb_media_block:nth-child(3n) {
  margin-right: 0;
}

/*.dlb_media_block + .dlb_media_block{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #DDD;
}*/
.dlb_media_block:hover {
  text-decoration: none;
}

.dlb_media_left {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.dlb_media_left .dlb_media_left_in {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dlb_media_cate {
  position: absolute;
  bottom: 0;
  right: 0;
}

.dlb_media_right {
  /*width: calc(100% - 300px);*/
  width: 100%;
}

.dlb_media_title {
  position: relative;
  padding-left: 0.8em;
}

.dlb_media_title::before {
  content: "";
  display: block;
  width: 5px;
  height: 1em;
  background: #6153cc;
  margin-right: 4px;
  position: absolute;
  top: 2px;
  left: 0;
}

.slider .dlb_media_cate span {
  color: #ffffff;
}

@media only screen and (max-width: 980px) {
  /*	.dlb_media_block{
		display: block;
	}
	.dlb_media_left, .dlb_media_left_in{
		width: 100%;
	}
	.dlb_media_right{
		width: 100%;
	}*/
}

@media only screen and (max-width: 690px) {
  .mediaBox .slider {
    display: block;
  }

  .mediaBox .slider .dlb_media_block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }

  .dlb_media_block+.dlb_media_block {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}

/*製品情報*/
.pdctArea {
  width: calc(100% - 300px);
}

.pdctInn {
  display: flex;
  flex-wrap: wrap;
}

.pdctInn .col {
  position: relative;
  width: 31.5%;
  margin-right: 2%;
  margin-bottom: 5vh;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #f0f2f2;
}

.pdctInn.col6 .col {
  position: relative;
  width: 15.4%;
  margin-right: 1.52%;
  margin-bottom: 5vh;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #f0f2f2;
}
.pdctInn.col6 .col > div {
  flex-direction: column;
  display: flex;
  height: 100%;
  flex-grow: 1;
}


.pdctInn .col:nth-child(3n) {
  margin-right: 0;
}

.pdctInn.col6 .col:nth-child(3n) {
  margin-right: 1.52%;
}
.pdctInn.col6 .col:nth-child(6n) {
  margin-right: 0;
}

@media only screen and (max-width: 980px) {
  .pdctInn.col6 .col {
    width:23.2%;
    margin-right: 2.4%;
  }
  .pdctInn.col6 .col:nth-child(3n) {
    margin-right: 2.4%;
  }
  .pdctInn.col6 .col:nth-child(6n) {
    margin-right: 2.4%;
  }
  .pdctInn.col6 .col:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .pdctInn.col6 .col {
    width:32%;
    margin-right: 2%;
  }

  .pdctInn.col6 .col:nth-child(6n) {
    margin-right: 2%;
  }
  .pdctInn.col6 .col:nth-child(4n) {
    margin-right: 2%;
  }
  .pdctInn.col6 .col:nth-child(3n) {
    margin-right: 0;
  }
}

.pdctInn .col:hover {
  -webkit-box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.pdctInn .col .btn_pdf {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: calc(100% - 48px);
}

.pdctInn .col .btn_pdf br {
  display: none;
}

.pdctInn .products_box_txt {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.pdctInn.col6 .products_box_txt {
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
  flex-grow: 1;
}
.pdctInn.col6 .products_box_txt h3 {
  font-size: 1.2rem;
}


.pdctInn .leadtxt {
  flex-grow: 1;
  margin-bottom: 50px;
}

.pdctInn .foto {
  position: relative;
  background-color: #fff;
}

.pdctInn .foto.round_bk {
  border: 1px solid #000;
}

.hover_baloon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 11px;
  background: rgba(97, 83, 204, 0.7);
  color: #ffffff;
  padding: 1px 4px;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 1;
  white-space: nowrap;
}

.bl-hover .hover_baloon {
  display: block;
}

.pdctArea .pdctInn .col {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .pdctInn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pdctInn .col {
    width: 48%;
  }

  .pdctInn .col:nth-child(even) {
    margin-right: auto;
  }

  .pdctInn .col:nth-child(3n) {
    margin-right: auto;
  }
}

@media only screen and (max-width: 690px) {
  .pdctArea {
    width: 100%;
  }

  .pdctArea .pdctInn .products_box_txt {
    padding: 10px;
  }

  .pdctArea .subtitl_h4 {
    font-size: 15px;
  }
}

/*製品情報 SMA型コネクタ2*/
/*-- local nav --*/
.localnav {
  padding: 30px;
  background-color: #f8f8f8;
}

.localnav_in {
  border-left: 5px solid #6153cc;
  padding-left: 40px;
}

.localnav_title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}

.localnav_txt {
  color: #6153cc;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

.localnav .num {
  padding-right: 12px;
}

.localnav ol {
  padding-left: 25px;
}

.localnav li {
  margin-left: 1em;
  text-indent: -1em;
}

.localnav a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
  color: #6153cc;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

.localnav a:hover {
  text-decoration: underline;
  color: #ce3030 !important;
}

@media only screen and (max-width: 690px) {
  .localnav {
    padding: 15px;
  }

  .localnav_in {
    padding-left: 20px;
  }

  .localnav_txt {
    margin-top: 5px;
  }
}

/*-- productarea --*/
.pdctArea.full {
  width: 100%;
}

.pdctArea.full .pdctInn .col {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
}

.pdctArea.full .pdctInn .col:nth-child(4n) {
  margin-right: 0;
}

.pdctArea.full .pdctInn .col:last-child {
  margin-right: auto;
}

.pdctInn .products_box_txt {
  padding: 24px 12px;
}

.pdctArea.full .pdctInn .product_num {
  text-align: center;
  word-break: break-all;
}

.pdctArea.full .pdctInn .product_num a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .pdctArea.full .pdctInn .col {
    margin-right: 4%;
    width: 48%;
  }

  .pdctArea.full .pdctInn .col:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 690px) {
  .pdctArea.full .pdctInn .products_box_txt {
    padding: 10px;
  }

  .pdctArea.full .subtitl_h4 {
    font-size: 15px;
  }
}

/*-- link btn --*/
.linkbtn.wide a {
  width: calc(100% / 3 - 2%);
}

@media only screen and (max-width: 690px) {
  .linkbtn.wide a {
    width: 100%;
  }
}

/*-- column box --*/
.column_box {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  position: relative;
  width: 90%;
}

.column_title {
  background-color: #6153cc;
  border-radius: 7px;
  color: #fff;
  font-weight: bold;
  left: 2%;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.column_text {
  background-color: #f8f8f8;
  border-radius: 7px;
  padding: 40px 40px 30px;
  position: relative;
}

.column_text .column_item {
  margin-bottom: 10px;
}

.column_text .column_item dt {
  font-weight: bold;
}

.column_text .column_item dt:before {
  content: "■";
}

.column_text .column_item dt:after {
  content: "：";
}

@media only screen and (max-width: 1024px) {
  .column_box {
    width: 100%;
  }

  .column_text {
    padding: 30px 20px 20px;
  }
}

/*-- table --*/
.tidy {
  display: flex;
  flex-wrap: wrap;
}

.tidy+.tidy {
  margin-top: 8px;
}

/*-- faq area --*/
.faq_area a,
.faq_accrdion_Menu a {
  color: #6153cc;
}

.nav_list {
  padding-top: 5px;
  margin-left: 70px;
}

.nav_list li {
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}

.nav_list li:before {
  content: ">";
  margin-right: 3px;
}

.nav_list.il_block li {
  display: inline-block;
  margin-right: 20px;
}

.faq_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq_q .initials {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 10px 16px 16px;
  border-width: 2px;
  border-style: solid;
  line-height: 1;
  margin-right: 16px;
  display: inline-block;
}

.faq_q .faq_q_txt {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

.faq_a {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.faq_a .initials {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 10px 16px 16px;
  border-width: 2px;
  border-style: solid;
  line-height: 1;
  margin-right: 16px;
  display: inline-block;
}

.faq_a .faq_a_txt {
  line-height: 1.6;
}

@media only screen and (max-width: 690px) {
  .faq_q .initials {
    font-size: 18px;
    padding: 8px 12px 14px;
    margin-right: 12px;
  }

  .faq_a .initials {
    font-size: 18px;
    padding: 8px 12px 14px;
    margin-right: 12px;
  }
}

.faq_q .initials {
  background-color: #6153cc;
  border-color: #6153cc;
  color: #ffffff;
}

.faq_a .initials {
  border-color: #6153cc;
  color: #6153cc;
}

.faq_accrdion_Menu {
  border: 1px solid #000;
  padding: 40px;
}

.faq_accrdion_Menu .faq_q_round {
  display: block;
  cursor: pointer;
}

.faq_accrdion_Menu .faq_a_round {
  display: none;
}

@media only screen and (max-width: 690px) {
  .faq_accrdion_Menu {
    padding: 20px;
  }
}

/*header*/
#header_logo .txt {
  font-size: 10px;
  text-align: center;
}

/*top*/
.top_topicsArea .top_blogBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.top_topicsArea .dlb_media_left {
  position: relative;
  width: 20%;
  height: 64px;
  overflow: hidden;
}

.top_topicsArea .dlb_media_right {
  position: relative;
  width: 78%;
}

.top_topicsArea .dlb_media_title {
  font-size: 14px;
}

.top_topicsArea .dlb_media_txt {
  display: none;
}

.top_topicsArea .dlb_media_cate {
  position: absolute;
  top: -5px;
  left: 70px;
  margin: 0;
}

/*mainimage*/
.btn_red a {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #444;
  text-align: center;
  padding: 10px 20px;
  background: #e00707;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #e00707;
  max-width: 320px;
  transition: 0.5s ease;
  text-decoration: none;
  position: relative;
}

.btn_red a:hover {
  text-decoration: none;
  background: transparent;
  background-color: #fff;
  color: #e00707;
}

.btn_red a::after {
  content: "";
  position: absolute;
  top: calc(50% - (6px / 2));
  right: 8px;
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.btn_red a:hover::after {
  border-top: solid 1px #e00707;
  border-right: solid 1px #e00707;
}

@media only screen and (max-width: 680px) {
  .btn_red a {
    max-width: auto;
  }
}

.purple .dlb_c49_title_area::before {
  background-color: rgba(97, 83, 204, 0.15) !important;
}

/*TOP FAQ*/
.topFAQ .dlb_c62_box a {
  border-width: 0;
  background-color: #fff;
}

.topFAQ .dlb_c62_box a:hover {
  color: #fff;
}

.topFAQ .dlb_c62_box a:hover::after {
  border-color: #fff #fff transparent transparent;
}

.mw320.dlb_btn a {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px !important;
  padding: 15px 10px;
}

.topFAQ .dlb_c62_box {
  position: relative;
  z-index: 0;
}

.dlb_c62_box.border {
  border: solid 1px #8a90f5;
}

.topFAQ .dlb_c62_box::before {
  content: "Q";
  display: flex;
  font-size: 22px;
  align-items: center;
  line-height: 1;
  background: #d8d9ee;
  width: 40px;
  height: 40px;
  color: #6153cc;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - (40px / 2));
  left: 15px;
  z-index: 1;
}

.topFAQ .dlb_c62_box a {
  padding: 15px 30px 15px 70px;
}

/*TOPbanner*/
.first_view_banner_area {
  display: none;
  background: #f5f5f5;
  margin-top: -60px;
  padding: 10px 0;
}

.first_view_banner_area .flex_set {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.first_view_banner_area .flex_col {
  width: 32%;
}

@media only screen and (max-width: 690px) {
  .first_view_banner_area {
    display: block;
    margin-top: -30px;
  }

  .first_view_banner_area .flex_col {
    width: 100%;
  }
}

.first_view_pickup_area {
  display: flex;
  /*flex-flow: row wrap;
	justify-content: space-between;*/
  justify-content: center;
  margin-top: -40px;
  color: #fff;
}

.first_view_pickup_area .flex_col {
  width: 32%;
  height: 300px;
  /*padding: 1.0rem;*/
  background: #fff;
  border: 1px solid #ddd;
}

.first_view_pickup_area .blockA {
  background: url(../image/blockA.png) no-repeat center center / cover;
}

.first_view_pickup_area .blockB {
  background: url(../image/blockB.png) no-repeat center center / cover;
}

.first_view_pickup_area .blockC {
  background: url(../image/blockC.png) no-repeat center center / cover;
}

.first_view_pickup_area .bck_gray {
  height: 100%;
  /*padding: 25% 1.5rem;*/
  background: rgba(0, 0, 0, 0.4);
}

.first_view_pickup_area .catch a {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.first_view_pickup_area .catch a::before {
  position: absolute;
  top: calc(50% - 5px);
  left: -1.5em;
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  transition: all 0.2s ease-in 0s;
}

@media only screen and (max-width: 979px) {
  .first_view_pickup_area {
    margin-top: 0px;
  }

  .first_view_pickup_area .catch a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 690px) {
  .first_view_pickup_area {
    display: none;
  }
}

.bnrtoComparative .innflex {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
}

.bnrtoComparative .TitlArea {
  position: relative;
  width: 70%;
}

.bnrtoComparative .arr {
  position: relative;
  display: block;
  width: 3%;
  margin-left: 2%;
}

.bnrtoComparative .arr::before,
.bnrtoComparative .arr::after {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  display: block;
  width: 10px;
  height: 40px;
  background-color: #6153cc;
  transform: translateY(-50%) skew(20deg);
}

.bnrtoComparative .arr::after {
  top: calc(50% + 20px);
  background-color: #444aad;
  transform: translateY(-50%) skew(-20deg);
}

.bnrtoComparative .leadtxt {
  font-size: 14px;
}

.bnrtoComparative .Img {
  width: 25%;
}

.bnrtoComparative .Img img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.bnrtoComparative .tag {
  display: flex;
  flex-wrap: wrap;
}

.bnrtoComparative .tag li {
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 5px;
  color: #fff;
  list-style-type: none;
  font-size: 13px;
  margin-bottom: 5px;
}

.bnrtoComparative .tag .colr01 {
  background-color: #45b9f2;
}

.bnrtoComparative .tag .colr02 {
  background-color: #ff679a;
}

.bnrtoComparative .tag .colr03 {
  background-color: #66cc00;
}

.bnrtoComparative .tag .colr04 {
  background-color: #fe9900;
}

.bnrtoComparative .mw320.dlb_btn a {
  padding: 5px 10px;
}

@media only screen and (max-width: 980px) {
  .bnrtoComparative .TitlArea {
    width: 100%;
  }

  .bnrtoComparative .arr {
    display: none;
  }

  .bnrtoComparative .Img {
    width: 100%;
    margin-top: 10px;
  }

  .bnrtoComparative .tag li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 690px) {
  .bnrtoComparative .tag li {
    width: 100%;
  }

  .bnrtoComparative .mw320.dlb_btn a {
    padding: 15px 10px;
  }
}

.borderGray {
  border: 3px solid #f5f5f5;
  padding: 30px;
}

.bannerArea2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.bannerArea2 .col {
  width: 49%;
}

@media only screen and (max-width: 690px) {
  .bannerArea2 {
    width: 100%;
  }

  .bannerArea2 .col {
    width: 100%;
    margin-bottom: 10px;
  }

  .bannerArea2 .col:last-child {
    margin-bottom: 0;
  }
}

.sma_connecter_01 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.sma_connecter_01 .flex_col {
  width: 30%;
  padding: 15px;
  border: 1px solid #ccc;
}

.sma_connecter_02 {
  padding: 60px;
  background: #f5f5f5;
}

.sma_connecter_02 h3 {
  font-size: 24px;
  font-weight: bold;
}

.sma_connecter_02 .flex_set {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.sma_connecter_02 a.button {
  display: inline-block;
  width: 280px;
  height: 50px;
  margin-right: 20px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 3;
}

.sma_connecter_02 a.buttonA {
  background: #45b9f2;
}

.sma_connecter_02 a.buttonB {
  background: #fe9900;
}

.sma_connecter_02 a.buttonC {
  background: #e00707;
}

.sma_connecter_02 a.buttonD {
  background: #ff679a;
}

.sma_connecter_02 a.buttonE {
  background: #444aad;
  margin-right: 0px;
}

@media only screen and (max-width: 690px) {
  .sma_connecter_01 .flex_col {
    width: 100%;
  }

  .sma_connecter_02 {
    padding: 40px;
  }

  .sma_connecter_02 p {
    width: 100%;
  }

  .sma_connecter_02 a.button {
    margin-right: 0px;
  }
}

/* オンライン相談 */
.online_h2 {
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
  font-size: 210%;
  font-weight: bold;
}

.online_h2 span {
  color: #f8b800;
}

.online_block {
  text-align: center;
  font-size: 20px;
}

.btn_online a {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  color: #333448;
  text-align: center;
  padding: 14px 0.6em;
  display: block;
  border: 1px solid #333448;
  border-radius: 5px;
  background-color: #fff;
  font-size: 15px;
  transition: 0.3s;
}

.btn_online a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #333448;
}

.btn_online a::before {
  content: "";
  display: block;
  right: 12px;
  z-index: 3;
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -3px;
}

.online_h3 {
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  font-weight: 200;
  margin-bottom: 30px;
}

.online_p {
  text-align: center;
  font-size: 120%;
}

.online_01 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.online_01 .flex_col {
  width: 30%;
  padding: 40px 30px;
  text-align: center;
  font-size: 120%;
  border: 2px solid #ccc;
  border-radius: 5px;
}

.online_01 span {
  font-weight: bold;
}

.online_02 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.online_02 .flex_col {
  width: 30%;
  position: relative;
  list-style-type: none;
  border: 5px solid #ddd;
  padding: 2em;
  text-align: center;
  font-size: 110%;
  border-radius: 5px;
  box-sizing: border-box;
}

.online_02 .col_:before {
  content: counter(number);
  font-size: 30px;
  line-height: 1;
  display: flex;
  background-color: #ddd;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: absolute;
  top: -45px;
  left: -5px;
  border: 5px solid #ddd;
}

.online_02 .col_1:before {
  counter-increment: number 1;
}

.online_02 .col_2:before {
  counter-increment: number 2;
}

.online_02 .col_3:before {
  counter-increment: number 3;
}

.online_ul li {
  list-style-type: none;
}

@media only screen and (max-width: 690px) {
  .online_01 .flex_col {
    width: 100%;
  }
}

@media only screen and (max-width: 690px) {
  .online_02 .flex_col {
    width: 100%;
    margin-top: 20px;
  }

  .online_02 .col_:before {
    width: 40px;
    height: 40px;
    top: -25px;
    left: -5px;
  }
}

.about_us_recommend_space .Titl {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
}

.about_us_recommend_space .flex_set {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.about_us_recommend_space .flex_col {
  width: 32%;
  padding: 55px 0;
  color: #fff;
  background: #6153cc;
}

.about_us_recommend_space .flex_col :hover {
  opacity: 0.7;
}

.about_us_recommend_space .flex_col a {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 690px) {
  .about_us_recommend_space .flex_col {
    width: 100%;
    padding: 10px 0;
  }
}

/* 資料ダウンロード2カラム */
.catalogue_flex_set,
.flex_set_inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.catalogue_flex_set .flex_col {
  width: 47%;
}

.flex_set_inner .flex_col_innerA {
  width: 35%;
}

.flex_set_inner .flex_col_innerB {
  width: calc(100% - 36%);
}

.catalogue_flex_set .bttn_download {
  width: 100%;
}

.catalogue_flex_set .bttn_download a {
  position: relative;
  display: block;
  margin: 10px auto;
  /* padding: 25px 20px 25px 70px; */
  padding: 25px 20px;
  font-size: 20px;
  align-items: center;
  background-color: #33cccc;
  color: #fff;
}

/* .catalogue_flex_set .bttn_download a::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background-image: url(../image/pdf_icon.png);
  background-repeat: no-repeat;
} */

@media only screen and (max-width: 979px) {
  .catalogue_flex_set .bttn_download a {
    /* padding: 25px 20px 25px 100px; */
    padding: 25px 20px;
  }
/*
  .catalogue_flex_set .bttn_download a::before {
    top: 25px;
    left: 20px;
  } */
}

@media only screen and (max-width: 690px) {
  .catalogue_flex_set .flex_col {
    width: 100%;
  }
}

.pc_display,
.pc_display.tab_display,
.pc_display.sp_display {
  display: block;
}

.tab_display,
.sp_display,
.tab_display.sp_display {
  display: none;
}

@media only screen and (max-width: 979px) {

  .pc_display,
  .pc_display.sp_display {
    display: none;
  }

  .tab_display,
  .pc_display.tab_display,
  .tab_display.sp_display {
    display: block;
  }
}

@media only screen and (max-width: 690px) {

  .tab_display,
  .pc_display.tab_display {
    display: none;
  }

  .sp_display,
  .pc_display.sp_display,
  .tab_display.sp_display {
    display: block;
  }
}

/* henkan */
/*------------------------------------------------

tab

-------------------------------------------------*/
.tabConArea {
  width: 100%;
  padding: 20px;
}

.tabListArea {
  border-bottom: 1px solid #6153cc;
  margin-bottom: 10px;
}

.tabItem {
  padding: 10px;
  text-align: center;
  width: 12%;
  color: #333;
  background-color: #f0f2f2;
  font-weight: bold;
  cursor: pointer;
  list-style-type: none;
}

.tabItem.is-show {
  background-color: #6153cc;
  color: #fff;
}

.tabCon.is-hide {
  display: none;
  opacity: 0;
}

.tabCon.is-show {
  display: block;
  opacity: 1;
}

.tabCon .col4_m_442 {
  justify-content: left;
}

.tabList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
}

@media only screen and (max-width: 980px) {
  .tabList {
    font-size: 13px;
  }
}

@media only screen and (max-width: 690px) {
  .tabItem {
    width: 24%;
    margin-bottom: 6px;
  }
}

.innerL {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 2000px;
  padding: 0 16px;
}

.innerM {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1420px;
  padding: 0 16px;
}

@media only screen and (max-width: 1119px) {

  .innerL,
  .innerM {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 690px) {

  .innerL,
  .innerM {
    padding: 0 16px;
  }
}

.flowB {
  position: relative;
  margin-top: 60px;
}

.flowNum {
  position: absolute;
  top: -30px;
  left: 0;
  background-color: #005faf;
  color: #fff;
  text-align: center;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.flowB::after {
  content: "";
  width: 14px;
  height: calc(100% - 129px);
  background: url(../image/flow_arr.jpg) no-repeat center top / 14px auto;
  position: absolute;
  top: 120px;
  left: 50px;
}

.flowB.last::after {
  display: none;
}

.flowTxt {
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: 0;
  padding: 30px 40px 30px 50px;
  border: 1px solid #005faf;
  color: #005faf;
}

.flowTitle {
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: normal;
  font-size: 20px;
}

@media only screen and (max-width: 690px) {
  .flowB {
    margin-top: 40px;
  }

  .flowNum {
    top: -20px;
    width: 70px;
    height: 70px;
    font-size: 16px;
  }

  .flowTxt {
    width: calc(100% - 40px);
    padding: 30px 20px 20px 40px;
  }

  .flowB::after {
    top: 70px;
    left: 10px;
  }

  .flowTitle {
    font-size: 18px;
    font-weight: bold;
  }
}

.btnarr a {
  display: inline-block;
  min-width: 470px;
  padding: 15px;
  color: #005faf;
  border: 1px solid #005faf;
  font-size: 18px;
  position: relative;
  text-decoration: none;
}

.btnarr a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #005faf transparent;
}

.btnarr a:hover {
  background-color: #005faf;
  color: #fff;
}

.btnarr a:hover::after {
  border-color: transparent transparent #fff transparent;
}

@media only screen and (max-width: 690px) {
  .btnarr a {
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.linkAn {
  display: flex;
  flex-wrap: wrap;
}

.linkAn li {
  list-style: none;
  width: calc(20% - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.linkAn li:nth-child(5n) {
  margin-right: 0;
}

.linkAn li a {
  display: block;
  background-color: #205fa9;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  border: 1px solid #205fa9;
}

.linkAn li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-135deg);
  margin-right: 10px;
}

.linkAn li a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #205fa9;
}

.linkAn li a:hover::before {
  border-color: transparent transparent #205fa9 #205fa9;
}

@media only screen and (max-width: 979px) {
  .linkAn li {
    width: calc(25% - 9px);
    margin-right: 12px;
  }

  .linkAn li:nth-child(5n) {
    margin-right: 12px;
  }

  .linkAn li:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .linkAn li {
    width: 0%;
    margin-right: auto;
  }

  .linkAn li:nth-child(5n) {
    margin-right: auto;
  }

  .linkAn li a {
    padding: 10px 10px;
  }
}

.boxB {
  padding: 30px;
  border: 1px solid #205fa9;
}

.color_blue {
  color: #205fa9;
}




.itemSearch {
  background-color: #d8d9ee;
  padding: 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.itemSL {
  width: 57%;
}

.itemSL.--small {
  width: 40%;
}

.itemSL form {
  display: flex;
  align-items: center;
}

.itemS_title {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1;
}

.itemSL .form-control {
  padding: .25em 1em;
  height: 50px;
}

.itemS_btn {
  appearance: none;
  border: none;
  display: block;
  max-width: 150px;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin: auto;
  transition: 0.8s;
  cursor: pointer;
  background: url(../image/common/icon_search.png) no-repeat center right 20px #333448;
}

.itemSR {
  width: 40%;
  margin-left: auto;
}

.itemSR.--large {
  width: 57%;
  margin-left: auto;
}

.itemSR ul {
  display: flex;
  align-items: center;
}

.itemSR li {
  width: 48%;
  list-style: none;
}

.itemSR li+li {
  margin-left: 4%;
}

.itemSR li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  background-color: #6153CC;
  color: #fff;
  position: relative;
}

.itemSR li a.pink {
    background-color: #ea5098;
}

.itemSR li a.orange {
    background-color: #FD8C25;
}

.itemSR li a::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  content: "";
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  transition: all .2s ease 0s;
}

@media only screen and (max-width: 1024px) {
  .itemSL {
    width: 100%;
  }

  .itemSR {
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
  }

  .itemSL.--small,
  .itemSR.itemSR.--large {
    width: 100%;
  }
}

@media only screen and (max-width: 690px) {
  .itemS_title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .itemSearch {
    padding: 30px 20px;
    margin-bottom: 40px;
  }

  .itemS_btn {
    max-width: 90px;
    font-size: 14px;
    background-image: none;
  }

  .itemSR {
    margin-top: 20px;
  }

  .itemSR.--large ul {
    flex-wrap: wrap;
    gap: 8px 2%;
  }

  .itemSR li {
    width: 49%;
  }

  .itemSR li+li {
    margin-left: 2%;
  }

  .itemSR.--large li+li {
    margin-left: 0;
  }

  .itemSR li a {
    padding: 15px 15px 15px 5px;
    font-size: 13px;
  }

  .itemSR li a::after {
    right: 10px;
  }
}



#top_pickup_wrapper {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  right: calc(50% - 588px);
  max-width: 300px;
  padding: 10px 30px 20px;
  background-color: rgba(255, 255, 255, .8);
  border-top: 8px solid #444aad;
}

body#tinymce #top_pickup_wrapper {
  position: static;
}

#top_pickup_wrapper .slider {
  margin-bottom: 0;
}

.pickup_ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
}

#top_pickup_wrapper .pickup_name {
  width: 66%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  /*margin-bottom: 10px;*/
}

#top_pickup_wrapper .pickup_link {
  text-align: right;
}

#top_pickup_wrapper .pickup_link a {
  text-decoration: underline;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}

.pickup_img {
  display: flex;
  justify-content: space-between;
  /*margin-bottom: 10px;*/
}

.pickup_img img {
  width: 30%;
  height: auto;
}

.topMnew .flexslider {
  position: relative;
}

@media only screen and (max-width: 1120px) {

  /* #top_pickup_wrapper{
    right: 5%;
    max-width: 260px;
    border-top: 8px solid #444aad;
  }*/
  #top_pickup_wrapper .slick-prev {
    left: -25px;
  }

  #top_pickup_wrapper .slick-next {
    right: -25px;
  }

  #top_pickup_wrapper {
    position: static;
    max-width: 800px;
    padding: 30px;
    width: 80%;
    margin: 50px auto;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .pickup_ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }

  #top_pickup_wrapper .pickup_img {
    /*float: left;*/
    width: 100%;
    display: block;
  }

  .pickup_img img {
    width: 100%;
    height: auto;
  }

  #top_pickup_wrapper .pickup_name,
  #top_pickup_wrapper .pickup_link {
    /*float: right;*/
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 820px) {
  #top_mainimage.topMnew {
    height: auto;
  }
}

@media only screen and (max-width: 690px) {
  #top_pickup_wrapper {
    padding: 20px 30px 20px;
    width: 90%;
    margin: 40px auto;
  }

  .pickup_ttl {
    font-size: 22px;
  }
}


/* --------------------------------------------------------
catalogs
-------------------------------------------------------- */
.flex-start {
    justify-content: flex-start;
}

.catalogs .col figure {
    width: 100%;
    height: 350px;
}

.catalogs .col figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalogs .btn01,
.catalogs .btn02 {
    margin-top: 10px;
    width: 100%;
}

.catalogs .btn01 a,
.catalogs .btn02 a {
    position: relative;
    display: flex;
    color: #fff;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
}

.catalogs .btn01 a {
    background-color: #ea5098;
}

.catalogs .btn02 a {
    background-color: #9ac32d;
}

.catalogs .btn01 a::before,
.catalogs .btn02 a::before {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    left: 1.25em;
    top: calc(50% - 7px);
}

.catalogs .btn01 a::before {
    background: url("../other/icon_dl.svg") no-repeat center center;
}

.catalogs .btn02 a::before {
    background: url("../image/common/icon_catalog.png") no-repeat center center;
}

.catalogs .btn01 a:hover, .catalogs .btn02 a:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 979px) {
    .catalogs .col figure {
        height: 300px;
    }
}

@media only screen and (max-width: 690px) {
    .catalogs .col figure {
        height: 400px;
    }

    .catalogs .btn01 a, .catalogs .btn02 a {
        padding: 10px 20px;
    }
}



.p-dw-wp{

}
.p-dw-wp-box{
	background-color: #F8F8F8;
  padding: 30px 20px;
}

.p-dw-wp-box02{
border: 1px solid #005FAF;
  padding: 30px 20px;
}

.p-dw-wp-h2{
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 5px solid #005FAF!important;
  }

.p-dw-wp-h3{
color: #005FAF;
margin-bottom: 10px;
}
.p-dw-wp-list{
padding-left: 30px;
list-style-type: none;
}
.p-dw-wp-list li{
  position: relative;
}
.p-dw-wp-list li:before{
  content: "";
  width: 14px;
  position: absolute;
  top: 3px;
  left: -25px;
  height: 20px;
  margin-right: 15px;
  display: inline-block;
  background-color: #000;
}
.bownow_content{
  line-height: 0;
}

.bownow_block{
  padding: 25px 30px;
  border: 1px solid #ced4da
}

@media only screen and (min-width: 980px) {
  .table_wrap_w1080_note {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .table_wrap_w1080 {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
  }
  .table_wrap_w1080_note {
    display: block;
    margin-bottom: 6px;
  }
	.table_wrap_w1080 table {
    width: 1080px;
  }
}
#tinymce .table_wrap_w1080_note {
  display: block;
}
.table_sticky th,
.table_sticky td {
  line-height: 1.4;
  padding: 1px;
}
@media only screen and (min-width: 1200px) {
  .table_sticky_thead_only {
    position: sticky;
    top: 114px;
    left: 0;
    z-index: 2;
  }
  .table_sticky_thead {
    position: sticky;
    top: 114px;
    left: 0;
    border-top: 1px solid;
    z-index: 2;
  }
  .table_sticky_thead td {
    position: relative;
  }
  .table_sticky_thead td::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    left: -1px;
    top: -1px;
  }
  tbody .table_sticky_td {
    top: 114px;
  }
}
@media only screen and (max-width: 1199px) {
  tbody .table_sticky_td {
    position: sticky;
    width: 80px;
    top: 0;
    z-index: 2;
  }
  .table_sticky .bg-white {
    position: sticky;
    width: 160px;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .table_sticky .bg-white::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    left: -1px;
    top: -1px;
  }
}

.bg-white {
  background-color: #fff;
}

/* 
新規記述反映用
new-sub.scssをコンパイルして追記。
*/

body {
  overflow: clip;
}

.megamenu-product-btn {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  max-width: 90%;
  padding: 30px 0 0;
  margin-left: auto;
  margin-right: auto;
}
.megamenu-product-btn a {
  color: #2f337b;
  background-color: #fff;
}
.megamenu-product-btn a:hover {
  color: #fff;
  background-color: #2f337b;
}

@media only screen and (min-width: 980px) {
  #pagetitle.template_c2 {
    padding: 40px 0;
  }
}
.subtitl_h5 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin-left: 10px;
}

.subtitl_h5::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -10px;
  display: block;
  width: 5px;
  height: 14px;
  background-color: #6153cc;
}

.subtitl_h6 {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin-left: 10px;
}

.subtitl_h6::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -10px;
  display: block;
  width: 5px;
  height: 14px;
  background-color: #6153cc;
}

.tab-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
@media only screen and (min-width: 980px) {
  .tab-switch {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 979px) {
  .tab-switch {
    margin-bottom: 20px;
  }
}
.tab-switch__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  background-color: #d8d9ee;
  border-radius: 5px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
@media only screen and (min-width: 980px) {
  .tab-switch__item {
    min-height: 60px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 979px) {
  .tab-switch__item {
    min-height: 30px;
    font-size: 1.8rem;
  }
}
.tab-switch__item:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(97, 83, 204, 0.5);
}
.tab-switch__item::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-bottom: 0;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
@media only screen and (min-width: 980px) {
  .tab-switch__item::after {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 21px solid #6153cc;
    bottom: -20px;
    left: calc(50% - 20px);
  }
}
@media only screen and (max-width: 979px) {
  .tab-switch__item::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 11px solid #6153cc;
    bottom: -10px;
    left: calc(50% - 10px);
  }
}
.tab-switch__item.--is-active {
  background-color: #6153cc;
}
.tab-switch__item.--is-active::after {
  opacity: 1;
}

.tab-area {
  transition: all 0.2s ease 0s;
}
.tab-area:not(.--is-active) {
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  cursor: none;
}

.tab-con {
  padding: 30px 20px;
  background-color: #f0f2f2;
}
.tab-con + .tab-con {
  margin-top: 24px;
}
@media only screen and (min-width: 691px) {
  .tab-con a[id] {
    padding-top: 160px;
    margin-top: -160px;
  }
}
.tab-con a[id] + .subtitl_h4 {
  margin-top: -3rem;
}
.tab-con__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 980px) {
  .tab-con__area {
    gap: 14px;
  }
}
@media only screen and (max-width: 979px) {
  .tab-con__area {
    gap: 14px 2%;
  }
}
@media only screen and (min-width: 980px) {
  .tab-con__link {
    width: calc(20% - 11.2px);
    font-size: 2rem;
  }
}
@media only screen and (max-width: 979px) {
  .tab-con__link {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 691px) and (max-width: 979px) {
  .tab-con__link {
    width: 32%;
  }
}
@media only screen and (max-width: 690px) {
  .tab-con__link {
    width: 49%;
  }
}
.tab-con__link a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #C5C5C5;
  border-radius: 5px;
}
@media only screen and (min-width: 980px) {
  .tab-con__link a {
    min-height: 64px;
  }
}
@media only screen and (max-width: 979px) {
  .tab-con__link a {
    min-height: 40px;
  }
}

.main-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 691px) {
  .main-con__right {
    width: calc(100% - 300px);
    order: 1;
  }
}
@media only screen and (max-width: 690px) {
  .main-con__right {
    width: 100%;
  }
  .main-con__right table {
    table-layout: auto;
  }
}
@media only screen and (min-width: 691px) {
  .main-con__left {
    width: 260px;
    order: 0;
  }
  .main-con__left_in {
    position: sticky;
    top: 115px;
  }
}
@media only screen and (max-width: 690px) {
  .main-con__left {
    width: 100%;
    margin-top: 40px;
  }
}

.product-list__in {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}
@media only screen and (min-width: 691px) {
  .product-list__in {
    gap: 20px;
  }
}
@media only screen and (max-width: 690px) {
  .product-list__in {
    gap: 12px;
  }
}
@media only screen and (min-width: 980px) {
  .product-list__in:not(.--is-open) {
    height: 153px;
  }
}
@media only screen and (max-width: 979px) {
  .product-list__in:not(.--is-open) {
    height: 142px;
  }
}
.product-list__in.--is-open {
  height: auto !important;
}
@media only screen and (min-width: 980px) {
  .product-list__in .col {
    width: calc(25% - 15px);
  }
}
@media only screen and (min-width: 691px) and (max-width: 979px) {
  .product-list__in .col {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 690px) {
  .product-list__in .col {
    width: calc(50% - 6px);
  }
}
.product-list__in .col .foto a {
  display: block;
  aspect-ratio: 32/19;
  background: #fff;
}
.product-list__in .col .foto a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}
.product-list__in .col .products_box_txt {
  margin-top: 8px;
}
@media only screen and (min-width: 980px) {
  .product-list__in.list__in__1 + .product-list__btn, .product-list__in.list__in__2 + .product-list__btn, .product-list__in.list__in__3 + .product-list__btn, .product-list__in.list__in__4 + .product-list__btn {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .product-list__in.list__in__1 + .product-list__btn, .product-list__in.list__in__2 + .product-list__btn {
    display: none;
  }
}
.product-list__btn {
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 12px;
  background-color: #333448;
}
@media only screen and (min-width: 691px) {
  .product-list__btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 690px) {
  .product-list__btn {
    margin-top: 12px;
  }
}
.product-list__btn__text {
  position: relative;
}
.product-list__btn__text::before {
  content: "開く";
}
.product-list__btn__in {
  position: relative;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-left: 12px;
}
.product-list__btn__in::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 13.86px 8px 0px 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease 0s;
}
.product-list__btn.--is-open .product-list__btn__text::before {
  content: "閉じる";
}
.product-list__btn.--is-open .product-list__btn__in::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.index-con {
  border: 1px solid #d8d9ee;
  padding: 20px;
}
@media only screen and (max-width: 690px) {
  .index-con {
    position: fixed;
    width: 80%;
    height: calc(100% - 72px);
    top: 72px;
    right: -80%;
    background-color: #fff;
    transition: all 0.2s ease 0s;
    z-index: 10;
  }
  .index-con.--is-active {
    right: 0;
  }
}
.index-con.--is-scroll {
  overflow-y: scroll;
}
.index-con__title {
  font-size: 18px;
  text-align: center;
}
.index-con__list li {
  list-style-type: none;
}
.index-con__list li + li {
  margin-top: 10px;
}
.index-con__list li a {
  position: relative;
  display: block;
  line-height: 1.2;
  padding-left: 1.6rem;
}
.index-con__list li a::before, .index-con__list li a::after {
  position: absolute;
  content: "";
}
.index-con__list li a::before {
  width: 10px;
  height: 10px;
  background-color: #6153cc;
  border-radius: 50%;
  left: 0;
}
@media only screen and (min-width: 691px) {
  .index-con__list li a::before {
    top: 4px;
  }
}
@media only screen and (max-width: 690px) {
  .index-con__list li a::before {
    top: 3px;
  }
}
.index-con__list li a::after {
  width: 3px;
  height: 3px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  left: 2px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 691px) {
  .index-con__list li a::after {
    top: 7px;
  }
}
@media only screen and (max-width: 690px) {
  .index-con__list li a::after {
    top: 6px;
  }
}
@media only screen and (min-width: 691px) {
  .index-con__btn {
    display: none;
  }
}
@media only screen and (max-width: 690px) {
  .index-con__btn {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    left: 10px;
    bottom: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    z-index: 10;
  }
  .index-con__btn__line {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
  }
  .index-con__btn__line::before, .index-con__btn__line::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #333;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.2s ease 0s;
  }
  .index-con__btn__line::before {
    top: 10px;
  }
  .index-con__btn__line::after {
    top: 20px;
  }
  .index-con__btn__text {
    font-size: 10px;
  }
  .index-con__btn.--is-active .index-con__btn__line::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .index-con__btn.--is-active .index-con__btn__line::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.fixed-banner {
  position: fixed;
  z-index: 10;
  transition: all 0.2s ease 0s;
}
.fixed-banner:not(.--is-exist) {
  opacity: 0;
}
@media only screen and (min-width: 980px) {
  .fixed-banner {
    bottom: 100px;
    right: 100px;
  }
}
@media only screen and (max-width: 979px) {
  .fixed-banner {
    bottom: 50px;
    right: 10px;
  }
}
.fixed-banner img {
  width: revert-layer !important;
}
.fixed-banner__close {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #333448;
  border-radius: 50%;
  top: -24px;
  right: 0;
  cursor: pointer;
}
.fixed-banner__close::before, .fixed-banner__close::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
}
.fixed-banner__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fixed-banner__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

table.table_td_sm td {
  padding: 2px;
}

table.table_odd_bg tr:nth-child(odd) {
  background-color: #f8f8f8;
}