@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  template_c2.css
 style info :  corporate No.2 用の cssの定義
=================================================================== */
/*-----------------------------------------------------------------

common 共通

-----------------------------------------------------------------*/
@media only screen and (max-width: 690px) {
  .txt_l_sp {
    text-align: left !important;
  }
  .txt_c_sp {
    text-align: center !important;
  }
  .txt_r_sp {
    text-align: right !important;
  }
}

/*-----------------------------------------------------------------

header

-----------------------------------------------------------------*/
header.template_c2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
header.template_c2 #header {
  padding: 10px 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
header.template_c2 #header_area {
  max-width: 1200px;
  width: 94%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
header.template_c2 #header_logo {
  position: relative;
  width: 190px;
  top: 50%;
  margin-right: auto;
}
header.template_c2 #header_logo a {
  display: block;
}
header.template_c2 #header_logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}

header.template_c2 #header_area .inn_ {
  display: flex;
  align-items: center;
}

header.template_c2 #header_area .inn_.db_mtmb5 {
  margin: 7px 0;
}



header.template_c2 #header_area .inn_ .tel {
  font-size: 11px;
  line-height: 1.2;
  margin-right: 20px;
}
header.template_c2 #header_area .inn_ .tel .num {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
}
header.template_c2 #header_area .inn_ .tel .num::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../image/common/icon_tel_s.png) no-repeat center center /
    contain;
  vertical-align: middle;
  margin-top: -3px;
}
header.template_c2 #header_area .inn_ .tel .time {
  font-weight: bold;
  letter-spacing: 0.1em;
}
header.template_c2 #header_area .inn_ .tel_sp {
  display: none;
}

header.template_c2 #header_area .inn_ .cv {
  display: flex;
  flex-wrap: wrap;
  max-width: 388px;
  justify-content: flex-end;
  align-items: center;
}
header.template_c2 #header_area .inn_ .cv .qa a {
  font-size: 13px;
  line-height: 1.2;
  display: block;
  text-align: right;
  margin-bottom: 2px;
}
header.template_c2 #header_area .inn_ .cv .qa a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: url(../image/common/arr_pl.png) no-repeat center center / contain;
}
header.template_c2 #header_area .inn_ .cv .gl a {
    font-size: 13px;
    line-height: 1.2;
    display: block;
    text-align: right;
    margin-bottom: 2px;
    margin-left: 15px;
}
  header.template_c2 #header_area .inn_ .cv .gl a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background: url(../image/common/arr_pl.png) no-repeat center center / contain;
}
header.template_c2 #header_area .inn_ .cvbtn {
  display: flex;
}
header.template_c2 #header_area .inn_ .cvbtn li {
  list-style-type: none;
  width: 50%;
  white-space: nowrap;
}
header.template_c2 #header_area .inn_ .cvbtn li + li {
  margin-left: 2px;
}
header.template_c2 #header_area .inn_ .cvbtn a {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
}
header.template_c2 #header_area .inn_ .cvbtn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
header.template_c2 #header_area .inn_ .cvbtn a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
header.template_c2 #header_area .inn_ .cvbtn .dl a {
  background-color: #9ac32d;
}
header.template_c2 #header_area .inn_ .cvbtn .dl a::before {
  background: url(../image/common/icon_catalog.png) no-repeat center center /
    contain #9ac32d;
}
header.template_c2 #header_area .inn_ .cvbtn .mail a {
  background-color: #444aad;
}
header.template_c2 #header_area .inn_ .cvbtn .mail a::before {
  background: url(../image/common/icon_mail.png) no-repeat center center /
    contain #444aad;
}

header.template_c2 .gnavi_area {
  width: 94%;
  height: 100%;
  display: block;
  max-width: 1200px;
  margin: auto;
}
header.template_c2 .gnavi_area nav {
  height: 100%;
}
header.template_c2 .gnavi_contact {
  display: none;
}
header.template_c2 .gnavi_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
  height: 100%;
}

header.template_c2 .gnavi_area ul li {
  width: calc(100% / 6);
  list-style: none;
  height: 100%;
  border-right: 1px solid #ddd;
}
header.template_c2 .gnavi_area ul li:first-child {
  border-left: 1px solid #ddd;
}
header.template_c2 .gnavi_area ul li.dl,
header.template_c2 .gnavi_area ul li.mail {
  display: none;
}

header.template_c2 .gnavi_area ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  padding: 8px 0;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 13px;
}
header.template_c2 .gnavi_area ul li .en {
  display: block;
  text-align: center;
  color: #2f337b;
  font-size: 11px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
header.template_c2 .gnavi_area ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header.template_c2 .gnavi_area ul li a:hover {
  text-decoration: none;
  color: #2f337b;
}

header.template_c2 .gnavi_area ul li a:hover::after {
  background-color: #2f337b;
}

header.template_c2 .gnavi_area ul li.main_current a {
  text-decoration: none;
  color: #2f337b;
}

header.template_c2 .gnavi_area ul li.main_current a::after {
  background-color: #2f337b;
}

header.template_c2 #contact_area {
  position: absolute;
  right: 101px;
  top: 0;
  width: 100px;
  height: 85px;
}

header.template_c2 #contact_area a {
  display: block;
  height: 100%;
  background-color: #2f337b;
  color: #ffffff;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
}

header.template_c2 #contact_area a .far {
  display: block;
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 4px;
}

header.template_c2 #contact_area a:hover {
  background-color: #bf080d;
}

header.template_c2 #contact_area2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 85px;
}

header.template_c2 #contact_area2 a {
  display: block;
  height: 100%;
  background-color: #293337;
  color: #ffffff;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
}

header.template_c2 #contact_area2 a .far {
  display: block;
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 4px;
}

header.template_c2 #contact_area2 a:hover {
  background-color: #111111;
}

header.template_c2 .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 85px;
  background-color: #293337;
  color: #ffffff;
  padding: 8px;
  text-align: center;
}

header.template_c2 .search_btn .fab {
  display: block;
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 4px;
}

header.template_c2 .search_area {
  display: none;
  padding: 16px 8px;
  background-color: #ffffff;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

header.template_c2 .search_area::after {
  content: "";
  display: table;
  clear: both;
}

header.template_c2 .search_txt {
  float: left;
  width: 80%;
  height: 56px;
  line-height: 60px;
  padding: 0 20px;
  border: 2px solid #eeeeee;
  border-radius: 4px;
  background-color: #ffffff;
  vertical-align: middle;
}

header.template_c2 .submit_btn {
  float: right;
  width: 19%;
  background-color: #293337;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  height: 56px;
  line-height: 56px;
}

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

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

@media only screen and (max-width: 1119px) {
  header.template_c2 #header_logo {
    /*margin-left: 16px;*/
    width: 140px;
  }
  header.template_c2 .gnavi_area ul li {
    width: auto;
    flex-grow: 1;
  }
  header.template_c2 .search_btn {
    width: 90px;
    font-size: 12px;
  }
  header.template_c2 .search_btn .fab {
    font-size: 20px;
    margin-top: 12px;
  }
  header.template_c2 #contact_area {
    right: 91px;
    width: 90px;
  }
  header.template_c2 #contact_area a {
    font-size: 12px;
  }
  header.template_c2 #contact_area a .far {
    font-size: 20px;
    margin-top: 12px;
  }
  header.template_c2 #contact_area2 {
    width: 90px;
  }
  header.template_c2 #contact_area2 a {
    font-size: 12px;
  }
  header.template_c2 #contact_area2 a .far {
    font-size: 20px;
    margin-top: 12px;
  }
  header.template_c2 .gnavi_area {
  }
}

@media only screen and (max-width: 1024px) {
  header.template_c2 #header_area .inn_ .tel,
  header.template_c2 #header_area .inn_ .cv {
    display: none;
  }
  #top_mainimage {
    margin-top: 84px;
  }
  header.template_c2 {
    /* -------- gnavi st */
  }
  header.template_c2 #header {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }
  header.template_c2 #header_area {
    margin-bottom: 0;
    padding-right: 60px;
  }
  header.template_c2 #header_logo {
    width: auto;
    margin: 0;
  }
  header.template_c2 #header_logo img {
    height: 45px;
    display: block;
    padding: 8px 0;
  }
  header.template_c2 #header_area .inn_ {
    align-items: center;
  }

  header.template_c2 #contact_area,
  header.template_c2 #contact_area2 {
    display: none;
  }
  header.template_c2 .search_btn .txt {
    display: none;
  }
  header.template_c2 .search_btn {
    width: 50px;
    height: 50px;
    right: 50px;
  }
  header.template_c2 .search_btn .fab {
    margin-top: 6px;
  }
  header.template_c2 .search_txt {
    width: 75%;
    height: 46px;
    line-height: 50px;
  }
  header.template_c2 .submit_btn {
    width: 24%;
    height: 46px;
    line-height: 46px;
  }
  header.template_c2 .gnavi_area {
    display: none;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  header.template_c2 #header_area .inn_ .tel_sp {
    display: block;
  }
  header.template_c2 #header_area .inn_ .tel_sp a {
    font-size: 15px;
    line-height: 1.2;
    color: #2f337b;
    font-weight: bold;
    border: 2px solid #2f337b;
    padding: 5px 7px;
    border-radius: 5px;
  }
  header.template_c2 #header_area .inn_ .tel_sp a:hover {
    text-decoration: none;
  }
  header.template_c2 #header_area .inn_ .tel_sp a::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../image/common/icon_tel_sp.png) no-repeat center center /
      contain;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: -3px;
  }
  header.template_c2 .gnavi_area ul {
    display: block;
    border-top: 1px solid #eeeeee;
  }
  header.template_c2 .gnavi_area ul li {
    width: 100%;
    margin-right: 0;
    height: auto;
    border-bottom: 1px solid #eeeeee;
  }
  header.template_c2 .gnavi_area ul li a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    padding: 12px 16px;
    flex-direction: row;
    justify-content: space-between;
  }
  header.template_c2 .gnavi_area ul li a::after {
    display: none;
  }
  header.template_c2 .gnavi_btn_sp {
    display: block;
    position: absolute;
    top: 20px;
    right: 8px;
  }
  header.template_c2 .gnavi_btn_sp_in {
    position: relative;
    width: 26px;
    height: 24px;
    cursor: pointer;
    z-index: 2;
  }
  header.template_c2 .gnavi_btn_sp_in,
  header.template_c2 .gnavi_btn_sp_in span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.template_c2 .gnavi_btn_sp_in span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333333;
    border-radius: 4px;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(1) {
    top: 0;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(2) {
    top: 10px;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(3) {
    top: 20px;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    -ms-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
    top: -4px;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(2) {
    opacity: 0;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    -ms-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
    top: 28px;
  }
}
body.dcms_editor header.template_c2 {
  position: static;
}

@media only screen and (max-width: 820px) {
header.template_c2 #header_area .inn_ .cv .gl {
    display: none;
}
}

@media only screen and (max-width: 640px) {
  header.template_c2 .gnavi_area ul li.dl,
  header.template_c2 .gnavi_area ul li.mail {
    display: block;
  }
  header.template_c2 #header_area {
    padding-right: 45px;
  }
}

.h_lead_lang {
  font-size: 10px;
  margin-left: 21px;
  margin-bottom: 5px;
}
.h_lead_lang a {
  display: inline-block;
  background: url(../image/img_flag_jp.jpg) no-repeat center 0 / cover;
  height: 22px;
  width: 36px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: transparent;
}
.h_lead_lang a + a {
  margin-left: 10px;
}
.h_lead_lang a:last-child {
  background: url(../image/img_flag_usa.jpg) no-repeat center 0 / cover;
}
.h_lead_lang a.on,
.h_lead_lang a:hover {
  /*    text-decoration: none;
    background-color: #2F337B;
    color: #FFFFFF;*/
}

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

@media only screen and (max-width: 820px) {
  .sp_only .h_lead_lang {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-top: 5px;
  }
  .h_lead_lang a {
    padding: 0 !important;
    width: 65px !important;
    height: 36px !important;
    background: url(../image/img_flag_jp.jpg) no-repeat center 0 / contain;
  }
  .h_lead_lang a:last-child {
    background: url(../image/img_flag_usa.jpg) no-repeat center 0 / contain;
  }
  header.template_c2 .gnavi_area ul li.sp_only .h_lead_lang a {
    justify-content: center;
  }
}

/*-----------------------------------------------------------------

footer

-----------------------------------------------------------------*/
body.page_index footer.template_c2 {
}

footer.template_c2 #footer_lead {
  border-top: 1px solid #cccccc;
}

footer.template_c2 .footer_lead_block {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.template_c2 .footer_logo {
  width: 220px;
}

footer.template_c2 .footer_logo a {
  display: block;
}

footer.template_c2 .footer_logo a img {
  max-width: 100%;
  width: auto;
  height: auto;
}

footer.template_c2 .footer_sns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.template_c2 .footer_sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

footer.template_c2 #footer_nav {
  background-color: #2b3638;
}

footer.template_c2 #footer_nav .footer_nav_block {
  padding-top: 48px;
  padding-bottom: 16px;
}

footer.template_c2 .footer_nav_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer.template_c2 .fnav_unit {
  width: 25%;
}

footer.template_c2 .fnav_unit_one {
  margin-bottom: 32px;
}

footer.template_c2 .fnav_title {
  margin-bottom: 16px;
}

footer.template_c2 .fnav_title a {
  background: url(../image/common/arr_wh.png) no-repeat left 5px/10px auto;
  padding-left: 18px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

footer.template_c2 .fnav_list li {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 8px;
  line-height: 1.4;
}

footer.template_c2 .fnav_list li a {
  position: relative;
  padding-left: 13px;
}

footer.template_c2 .fnav_list li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #2f337b;
  border-right: solid 1px #2f337b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

footer.template_c2 #footer_info {
  background-color: #232c2d;
}

footer.template_c2 #footer_info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

footer.template_c2 #footer_info .footer_info_navi a {
  color: #ffffff;
  padding-right: 32px;
}

footer.template_c2 #footer_info .footer_info_navi a + a {
  padding-left: 32px;
  border-left: 1px solid #ffffff;
}

footer.template_c2 #footer_info small {
  margin-left: auto;
  color: #ffffff;
}

@media only screen and (max-width: 979px) {
  body.page_index footer.template_c2 {
  }
  footer.template_c2 .fnav_unit {
    width: 33.333%;
  }
}

@media only screen and (max-width: 690px) {
  body.page_index footer.template_c2 {
  }
  footer.template_c2 .fnav_unit {
    width: 100%;
  }
  footer.template_c2 .fnav_unit_one {
    margin-bottom: 0;
  }
  footer.template_c2 #footer_nav .footer_nav_block {
    padding: 0;
  }
  footer.template_c2 .fnav_list {
    display: none;
  }
  footer.template_c2 .fnav_title {
    margin-bottom: 0;
  }
  footer.template_c2 .fnav_title a {
    display: block;
    padding: 12px 8px 12px 35px;
    background-position: 15px 15px;
    border-top: 1px solid #eeeeee;
    font-size: 14px;
    font-weight: normal;
  }
  footer.template_c2 .fnav_unit:last-child .fnav_title a {
    border-bottom: 1px solid #eeeeee;
  }
  footer.template_c2 #footer_info .inner {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 8px;
  }
  footer.template_c2 #footer_info .footer_info_navi a {
    color: #ffffff;
    padding: 2px 24px;
    font-size: 12px;
  }
  footer.template_c2 #footer_info .footer_info_navi a + a {
    padding-left: 0;
    border-left: none;
  }
  footer.template_c2 #footer_info small {
    display: block;
    margin-top: 20px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer.template_c2 .footer_logo {
    max-width: 120px;
  }
  footer.template_c2 .footer_sns a img {
    width: 30px;
    height: 30px;
  }
}
/*===============================================================

/*FOOTER お問合せ

===============================================================*/
.footercv {
  background: url(../image/footercv_bg.jpg) no-repeat center center / cover;
  padding: 9vh 0;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.footercv .TitlArea {
  text-align: center;
  margin-bottom: 30px;
}
.footercv .Titl {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
}
.footercv .en {
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #2f337b;
}
.footercv .col2_m {
  justify-content: center;
  align-items: center;
}
.footercv .col {
  width: auto;
}
.footercv .col + .col {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px dotted #555555;
}
.footercv .num,
.footer .tel_sp a {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.footercv .num::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../image/common/icon_tel.png) no-repeat center center /
    contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.footercv .num.fax::before {
  background: url(../image/common/icon_fax.png) no-repeat center center /
    contain;
}
.footercv .tel_sp {
  display: none;
}
.footercv .btn + .btn {
  margin-top: 5px;
}
.footercv .btn a {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 54px;
}
.footercv .dl.btn a {
  background-color: #9ac32d;
}
.footercv .mail.btn a {
  background-color: #444aad;
}

.footercv .btn a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
.footercv .dl.btn a::before {
  background: url(../image/common/icon_catalog.png) no-repeat center center /
    contain #9ac32d;
}
.footercv .mail.btn a::before {
  background: url(../image/common/icon_mail.png) no-repeat center center /
    contain #444aad;
}
@media only screen and (max-width: 850px) {
  .footercv {
    padding: 3vh 0;
  }
  .footercv .col2_m {
    flex-wrap: wrap;
  }
  .footercv .col2_m .col {
    width: 100%;
  }
  .footercv .col2_m .col {
    width: 100%;
    text-align: center;
  }
  .footercv .col + .col {
    margin-left: auto;
    padding-left: 0;
    border-left: none;
  }
  .footercv .btn a {
    margin: auto;
  }
}
@media only screen and (max-width: 690px) {
  .footercv .tel {
    display: none;
  }
  .footercv .tel_sp {
    display: block;
  }
}

.cta_footer_following_banner {
  position: relative;
  max-width: 1200px;
  margin: 0;
  display: none;
}
.cta_footer_following_banner .cta_footer_following_banner__img {
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 9;
}
.cta_footer_following_banner__img__inner {
  box-sizing: border-box;
}
.cta_footer_following_banner__img__inner figure.pc img {
  width: 267px;
  height: 267px;
}
.cta_footer_following_banner__img__inner figure.sp img {
  width: 100%;
}
.cta_footer_following_banner__img__inner figure.pc {
  display: block;
}
.cta_footer_following_banner__img__inner figure.sp {
  display: none;
}
@media only screen and (max-width: 690px) {
  .cta_footer_following_banner__img__inner figure.pc {
    display: none;
  }
  .cta_footer_following_banner__img__inner figure.sp {
    display: block;
  }
  .cta_footer_following_banner .cta_footer_following_banner__img {
    bottom: 0;
    right: 0;
  }
}
.cta_footer_following_banner__img p.close {
  position: absolute;
  right: 0px;
  top: -25px;
}
.cta_footer_following_banner__img p.close a {
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.cta_footer_following_banner__img p.close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


/*===============================================================

/*FOOTER #18318 改修

===============================================================*/
section.footer_cv {
  padding: 30px 20px 80px;
}

.title_wrap {
  text-align: center;
  margin-bottom: 30px;
}
.title_wrap .title {
  line-height: 1.2;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}

.title_wrap  .en {
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #2f337b;
}

.cv_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cv_wrap > div {
  width: 48%;
  padding: 25px;
}

.cv_wrap .left {
  border: solid 1px #614ECF;
}

.cv_wrap .right {
  border: solid 1px #99C415;
}

.cv_wrap > div .sub_title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.cv_wrap > div .cv_list {
  width: 70%;
  margin:0 auto;
}

.cv_wrap > div .cv_list dl {
  display:flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom:10px;
}

.cv_wrap > div .cv_list dt {
  width: 20%;
}

.cv_wrap > div .cv_list dt .tips {
  border: solid 1px  #333;
  border-radius: 50px;
  background-color:#fff;
  padding: 2px 10px 1px;
  margin-right:10px;
  font-size: 12px;
  font-weight: 600;
}

.cv_wrap > div .cv_list dd {
  width: 80%;
}

.cv_wrap > div .cv_list dd a {
  display: flex;
  width: 100%;
  height: 100%;
  color:#333;
  font-size:16px;
  font-weight:600;
  text-decoration: none;
}

.cv_wrap .left .cv_list dd a:hover {
  color:#614ecf;
}

.cv_wrap .right .cv_list dd a:hover {
  color:#99c415;
}

.tel_area {
  margin: 20px auto 0;
  text-align: center;
}

.tel_area .num,
.tel_area .tel_sp a {
  position:relative;font-size: 32px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.tel_area .num::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/dcms_media/image/common/icon_tel.png) no-repeat center center / contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

.tel_area .tel_sp {
  display: none;
}


@media only screen and (max-width: 979px) {
  .cv_wrap > div {
    width: 49%;
    padding: 20px;
  }
  
  .cv_wrap > div .cv_list {
    width: 100%;
  }

  .cv_wrap > div .cv_list dt {
    width: 23%;
  }

  .cv_wrap > div .cv_list dd {
    width: 70%;
  }
}

@media only screen and (max-width: 690px) {
  .cv_wrap > div {
    width: 100%;
    padding: 15px;
    margin-bottom:15px;
  }

  .cv_wrap > div .cv_list dl {
    margin-bottom:15px;
  }

  .cv_wrap > div .cv_list dt {
    width: 100%;
    margin-bottom:5px;
  }
  .cv_wrap > div .cv_list dd {
    width: 100%;
  }

  .tel_area .tel {
    display: none;
  }
  
  .tel_area .tel_sp {
    display: block;
  }
}
/* #18318 改修　ここまで*/




/*-----------------------------------------------------------------

pagetitle

-----------------------------------------------------------------*/
#pagetitle.template_c2 {
  padding: 80px 0;
  margin-bottom: 40px;
  text-align: center;
  background-image: url(../image/pagetitle_bg_template_c2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#pagetitle.template_c2 .pagetitle_bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

#pagetitle.template_c2 .pagetitle_block {
  position: relative;
  z-index: 3;
}

#pagetitle.template_c2 .pagetitle_block .pagetitle {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 979px) {
  #contents_left #pagetitle.template_c2 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  #pagetitle.template_c2 {
    margin-bottom: 24px;
    padding: 16px 0 24px;
  }
  #pagetitle.template_c2 .pagetitle_block .pagetitle {
    font-size: 24px;
    margin: 8px 0;
  }
  #pagetitle.template_c2 .pagetitle_block .pagetitle::after {
    height: 3px;
  }
}

/*-----------------------------------------------------------------

 rss

-----------------------------------------------------------------*/

.sub_rss dl {
  display: flex;
  flex-wrap: wrap;
}

.sub_rss .rss_title {
  float: none !important;
  padding-left: 0;
  width: calc(100% - 100px - 16px);
}

.rss_box dl {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-width: 0 0 1px 0;
  border-style: solid;
}

.rss_box dl:after {
  content: "";
  display: table;
  clear: both;
}

.NEWS .dlb_rss .rss_date {
  float: left;
  width: 100px;
}

.rss_title {
  float: right;
  width: 88%;
  padding-left: 20px;
}

.rss_title a:hover {
  text-decoration: underline;
}

.NEWS .dlb_rss .rss_contents {
  display: block;
  clear: both;
  margin-top: 10px;
  font-size: 0.9em;
  padding: 5px 0 0 calc(100px + 20px);
  width: 100%;
}

.rss_new {
  display: inline-block;
  padding: 3px 12px 2px;
  font-size: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

@media only screen and (max-width: 979px) {
  .rss_date {
    width: 14%;
  }
  .rss_title {
    width: 86%;
  }
  .rss_contents {
    padding-left: calc(14% + 15px);
  }
}

@media only screen and (max-width: 690px) {
  .NEWS .dlb_rss .rss_contents {
    padding: 0;
  }
  .rss_date,
  .rss_title {
    width: 100%;
    float: none;
  }
  .rss_date {
    font-size: 0.85em;
  }
  .rss_title {
    padding: 3px 0;
  }
  .rss_contents {
    padding: 5px 0 0 0;
  }
}

/*-----------------------------------------------------------------

NEWS-F

-----------------------------------------------------------------*/
.rss_f {
  border-width: 1px;
  border-style: solid;
}

.rss_f_title {
  font-size: 20px;
  font-weight: bold;
  padding: 12px 24px;
  border-width: 0 0 1px 0;
  border-style: solid;
}

.rss_f dl {
  border-bottom: none;
  padding-bottom: 0;
}

.rss_f dl:last-child {
  margin-bottom: 0;
}

.rss_f .rss_contents {
  display: none;
}

.rss_f_wrap {
  height: 240px;
  padding: 20px 32px;
}

.rss_f_in {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.rss_f .rss_box {
  padding-right: 40px;
}

@media only screen and (max-width: 979px) {
  .rss_f_wrap {
    padding: 20px 16px;
  }
}

/*-----------------------------------------------------------------

メインイメージ

-----------------------------------------------------------------*/
.top-animation {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 440px;
  background: url(../image/top_animation.png) no-repeat center center / cover;
}

.top-animation355 {
  height: 355px;
}
.aniTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.aniTxt img {
  width: 350px;
  height: 263px;
}
#top_mainimage {
  margin-bottom: 30px;
  position: relative;
  margin-top: 110px;
}
.mainimage01 {
  background-image: url("../image/mainimage01_bg.png");
}

#top_mainimage .flexslider .slides > li {
  width: 100%;
  height: 460px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

#top_mainimage355 .flexslider .slides > li {
  height: 355px;
}

#top_mainimage .main_txt {
  display: table;
  max-width: 1120px;
  padding: 0 24px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  color: #fff;
}

#top_mainimage .main_txt_in {
  display: table-cell;
  vertical-align: middle;
}

#top_mainimage .main_lead {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  margin: auto;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}
#top_mainimage .subtxt {
  font-size: 16px;
  line-height: 2;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

#top_mainimage .main_txt_in.absolute_txt_in {
  vertical-align: unset;
  padding-top: 80px;
}

@media only screen and (max-width: 690px) {
  #top_mainimage .main_txt_in.absolute_txt_in {
    padding-top: 45px;
  }
}

/*top-animation_new*/
.top-animation2 {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 440px;
  background: url(../image/top_animation_new.jpg) no-repeat center center /
    cover;
}
.top-animation355 {
  height: 355px;
}

@media only screen and (max-width: 820px) {
  .top-animation2 {
    top: 80px;
  }
  .top-animation2 {
    background: url(../image/top_animation_sp_new.jpg) no-repeat center center /
      cover;
  }
}
@media only screen and (max-width: 690px) {
  .top-animation2 {
    height: 320px;
  }
  .aniTxt img {
    width: 320px;
    height: 240px;
  }
}

/*---------------------------------------
TOP main text black&navy
---------------------------------------*/
#top_mainimage .main_txt.black {
  color: #000;
}
#top_mainimage .main_txt.navy {
  color: #000b4b;
}
#top_mainimage .main_txt.navy .main_lead,
#top_mainimage .main_txt.navy .subtxt,
#top_mainimage .main_txt.black .main_lead,
#top_mainimage .main_txt.black .subtxt {
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1),
    0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1),
    0 0 5px rgba(255, 255, 255, 1);
}

#top_mainimage .main_btn a {
  display: inline-block;
  background-color: #293337;
  color: #ffffff;
  padding: 16px 4em;
  text-align: center;
  position: relative;
  line-height: 1.2;
  border-color: #293337;
  border-width: 2px;
  border-style: solid;
  margin-top: 48px;
  min-width: 240px;
}

#top_mainimage .main_btn a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  padding-right: 10px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
}

#top_mainimage .main_btn a:hover {
  background-color: #ffffff;
  color: #293337;
  text-decoration: none;
  border-color: #293337;
}

#top_mainimage .main_btn a:hover::before {
  left: 2px;
}

@media only screen and (max-width: 1119px) {
  #top_mainimage {
    margin-bottom: 40px;
  }
  #top_mainimage .flexslider .slides > li {
    height: 460px;
  }
  #top_mainimage .main_btn a {
    margin-top: 32px;
  }
  #top_mainimage .main_txt {
    padding: 0 54px;
  }
  #top_mainimage .main_lead {
    text-shadow: rgba(0, 0, 0, 0.5) 2px 0px 0px, rgba(0, 0, 0, 0.5) -2px 0px 0px,
      rgba(0, 0, 0, 0.5) 0px -2px 0px, rgba(0, 0, 0, 0.5) 0px 2px 0px,
      rgba(0, 0, 0, 0.5) 2px 2px 0px, rgba(0, 0, 0, 0.5) -2px 2px 0px,
      rgba(0, 0, 0, 0.5) 2px -2px 0px, rgba(0, 0, 0, 0.5) -2px -2px 0px,
      rgba(0, 0, 0, 0.5) 1px 2px 0px, rgba(0, 0, 0, 0.5) -1px 2px 0px,
      rgba(0, 0, 0, 0.5) 1px -2px 0px, rgba(0, 0, 0, 0.5) -1px -2px 0px,
      rgba(0, 0, 0, 0.5) 2px 1px 0px, rgba(0, 0, 0, 0.5) -2px 1px 0px,
      rgba(0, 0, 0, 0.5) 2px -1px 0px, rgba(0, 0, 0, 0.5) -2px -1px 0px,
      rgba(0, 0, 0, 0.5) 1px 1px 0px, rgba(0, 0, 0, 0.5) -1px 1px 0px,
      rgba(0, 0, 0, 0.5) 1px -1px 0px, rgba(0, 0, 0, 0.5) -1px -1px 0px;
  }
  #top_mainimage .subtxt {
    line-height: 1.6;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 0px 0px, rgba(0, 0, 0, 0.5) -2px 0px 0px,
      rgba(0, 0, 0, 0.5) 0px -2px 0px, rgba(0, 0, 0, 0.5) 0px 2px 0px,
      rgba(0, 0, 0, 0.5) 2px 2px 0px, rgba(0, 0, 0, 0.5) -2px 2px 0px,
      rgba(0, 0, 0, 0.5) 2px -2px 0px, rgba(0, 0, 0, 0.5) -2px -2px 0px,
      rgba(0, 0, 0, 0.5) 1px 2px 0px, rgba(0, 0, 0, 0.5) -1px 2px 0px,
      rgba(0, 0, 0, 0.5) 1px -2px 0px, rgba(0, 0, 0, 0.5) -1px -2px 0px,
      rgba(0, 0, 0, 0.5) 2px 1px 0px, rgba(0, 0, 0, 0.5) -2px 1px 0px,
      rgba(0, 0, 0, 0.5) 2px -1px 0px, rgba(0, 0, 0, 0.5) -2px -1px 0px,
      rgba(0, 0, 0, 0.5) 1px 1px 0px, rgba(0, 0, 0, 0.5) -1px 1px 0px,
      rgba(0, 0, 0, 0.5) 1px -1px 0px, rgba(0, 0, 0, 0.5) -1px -1px 0px;
  }
}

@media only screen and (max-width: 820px) {
  #top_mainimage {
    height: 440px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 690px) {
  #top_mainimage {
    margin-bottom: 20px;
    height: auto;
  }
  #top_mainimage .flexslider .slides > li {
    height: 320px;
    background-size: cover;
    background-position: center center;
  }
  #top_mainimage .main_lead {
    font-size: 22px;
  }
  #top_mainimage .main_btn a {
    padding: 16px 2em;
    margin-top: 32px;
    min-width: 200px;
  }
}

/*-----------------------------------------------------------------

top lead

-----------------------------------------------------------------*/
#top_lead {
  background-color: #f5f5f5;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

#top_lead .lead_block {
  background-color: #ffffff;
  width: 100%;
  max-width: 880px;
  margin: -160px auto 0;
  position: relative;
  z-index: 100;
  padding: 40px 40px;
  text-align: center;
  -webkit-box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.1);
}

#top_lead .lead_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 1119px) {
  #top_lead .lead_block {
    width: 88%;
    margin-top: -120px;
  }
}

@media only screen and (max-width: 690px) {
  #top_lead {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  #top_lead .lead_block {
    margin: -70px auto 0;
    padding: 24px 16px;
  }
  #top_lead .lead_title {
    font-size: 22px;
  }
}

body.dcms_editor #top_lead .lead_block,
body#tinymce #top_lead .lead_block {
  margin: 0 auto;
}

/*===============================================================

/*TOP _css

===============================================================*/

/*-----------------------------------------------------------------

top title

-----------------------------------------------------------------*/
.top_title_center_underbar {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
}

.top_title_center_underbar_en {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-top: 15px;
}

.top_title_left_underbar {
  text-align: left;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
}

.top_title_left_underbar_en {
  text-align: left;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  margin-top: 24px;
}

.top_title_s_left_underbar {
  display: inline;
  text-align: left;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
}

.top_title_s_left_underbar_en {
  display: inline;
  text-align: left;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  /*letter-spacing: .1em;*/
  margin-top: 12px;
  margin-left: 5px;
}

@media only screen and (max-width: 690px) {
  .top_title_center_underbar,
  .top_title_left_underbar {
    font-size: 24px;
  }
  .top_title_center_underbar_en,
  .top_title_left_underbar_en {
    font-size: 14px;
    margin-top: 20px;
  }
  .top_title_s_left_underbar {
    font-size: 24px;
  }
  .top_title_s_left_underbar_en {
    font-size: 12px;
  }
}

/*TOP ---- FAQ + coaxial connector + glossary----*/
.col.border {
    border: solid 1px #bcbfff;
    padding: 15px;
}

.bg_mauve {
    background-color: #d8d9ee;
}

.bg_white {
    background-color: #fff;
}

.bg_img {
    background: url('/dcms_media/image/n_top_bg01.jpg') no-repeat left top / cover;
}

.color_fff {
    color: #fff;
}

.col.border {
    display: flex;
    flex-direction: column;
}

.col.border .dlb_btn {
    margin-top: auto;
}




/*-----------------------------------------------------------------

製品検索　下層、TOP　共通

-----------------------------------------------------------------*/
.searchArea .innBox {
  display: flex;
  justify-content: space-between;
  background-color: #d8d9ee;
  border: 1px solid #dedede;
  padding: 40px;
  margin: 20px auto 120px;
}
.searchArea .innBox .col {
  width: 32%;
}
.searchArea .innBox .col_2 {
  padding-left: 2%;
  width: 66%;
  border-left: 1px dotted #555;
}

.searchArea .innBox02 {
  display: flex;
  justify-content: space-between;
}

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

.acc_btn {
  background: #eeeeee;
  padding: 15px 10px;
  position: relative;
}
.acc_btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #006253;
  border-right: solid 2px #006253;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 20px;
  right: 20px;
}

.searchInn.acc_area {
  display: none;
  background: #eeeeee;
  padding: 10px;
}

.search_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
.search_tit::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1em;
  background: #6153cc;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -3px;
}
.search_subtit {
  font-size: 14px;
  color: #00458b;
}

.searchArea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.searchArea select::-ms-expand {
  display: none;
}

.checkList input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 15px;
  height: 15px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  display: inline-block;
  vertical-align: middle;
}
.checkList label {
  margin-right: 20px;
}

#checkbox1core {
  display: flex;
  flex-wrap: wrap;
}
#checkbox1core input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin-right: 10px;
}
#checkbox1core label + label {
  margin-right: 10px;
}
.form_input_01 {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 50px 0 10px;
  background: #fff url(../image/common/arr_search.png) no-repeat right center /
    contain;
  cursor: pointer;
  border: 1px solid #e7e7e7;
}
.keyword {
  width: 100%;
  height: 40px;
  border: 1px solid #e7e7e7;
  padding: 0 5px;
}
.serachBtn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: block;
  max-width: 320px;
  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 left 100px center /
    auto #333448;
}

.page_products .serachBtn input {
  max-width: 240px;
  background: url(../image/common/icon_search.png) no-repeat left 50px center /
    auto #333448;
}

@media only screen and (max-width: 690px) {
  .serachBtn input,
  .page_products .serachBtn input {
    background: url(../image/common/icon_search.png) no-repeat left 20px center /
      auto #333448;
  }
}

.searchArea select[disabled*="disabled"],
.searchArea select[disabled*="disabled"]:hover {
  background-color: #eee;
  border: 1px solid #eee !important;
  color: #ccc;
  cursor: not-allowed;
}
@media only screen and (max-width: 690px) {
  .searchArea .innBox {
    display: block;
  }
  .searchArea .innBox .col {
    width: 100%;
    margin-bottom: 30px;
  }
  .searchArea .innBox .col + .col {
    margin-top: 30px;
    padding-left: 0;
    border-left: none;
  }
  .searchArea .innBox .col_2 {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .searchArea .innBox02 {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .searchArea .innBox02 > div {
    width: 100%;
  }
}

/*-----------------------------------------------------------------

TOP 製品検索 お知らせ

-----------------------------------------------------------------*/
.searchInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.searchInfo .Index.searchArea {
  width: 63.5%;
  padding: 0;
  margin: 0;
}
.Index.searchArea .innBox {
  flex-wrap: wrap;
}
.Index.searchArea .innBox .col {
  width: 100%;
  margin-bottom: 30px;
}

.Index.searchArea .innBox .col_2 {
  width: 100%;
  border-left: none;
}
.Index.searchArea .innBox .col_2 {
  padding-left: 0;
}
.Index.searchArea .innBox02 {
  margin-bottom: 30px;
}
.Index.searchArea .innBox02 .bdl {
  position: relative;
}
.Index.searchArea .innBox02 .bdl::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dotted #555;
  position: absolute;
  top: 0;
  left: -20px;
}
.searchInfo .toprss {
  width: 30%;
  position: relative;
}

.searchInfo .toprss .side_faq_link {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #cccccc;
  padding: 3px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.searchInfo .toprss .side_faq_link a {
  display: 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 .toprss .side_faq_link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .searchInfo .toprss .top_title_s_left_underbar_en {
    display: block;
    line-height: 1;
    margin-top: 0;
  }
}
@media only screen and (max-width: 400px) {
  .searchInfo .toprss .top_title_s_left_underbar_en {
    display: block;
    line-height: 1;
    margin-top: 0;
  }
}

.searchInfo .toprss .Titlarea {
  margin-bottom: 18px;
  border-bottom: 4px solid #ddd;
  padding-bottom: 18px;
}
.toprss dl {
  position: relative;
  padding: 20px 0 !important;
  border-top: none !important;
  border-bottom: 1px dotted #555 !important;
}
.toprss .rss_date {
  margin-bottom: 8px;
}
.toprss .rss_date,
.toprss .rss_title {
  float: none !important;
  width: 100% !important;
  padding: 0;
}

@media only screen and (max-width: 690px) {
  .toprss .rss_date,
  .toprss .rss_title {
    padding-top: 5px;
  }
}
.toprss .rss_title {
}
.tag_01,
.tag_02,
.tag_03,
.tag_04,
.tag_05,
.tag_06 {
  display: inline;
  color: #fff;
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 11px;
  line-height: 1;
  padding: 7px 18px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.NEWS .tag_01,
.NEWS .tag_02,
.NEWS .tag_03,
.NEWS .tag_04,
.NEWS .tag_05,
.NEWS .tag_06 {
  display: inherit;
  position: inherit;
  color: #fff;
  right: 0;
  top: 20px;
  font-size: 11px;
  line-height: 1;
  padding: 7px 18px;
  border-radius: 15px;
  width: 80px;
  margin-right: 10px;
}
.toprss .txt_link a {
  position: relative;
  text-align: right;
  display: block;
  margin-top: 20px;
}
.toprss .txt_link a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.tag_01 {
  background-color: #e00707;
}
.tag_02 {
  background-color: #00b9ae;
}
.tag_03 {
  background-color: #6153cc;
}
.tag_04 {
  background-color: #3371e5;
}
.tag_05 {
  background-color: #f7821e;
}
.tag_06 {
  background-color: #d6348b;
}

@media only screen and (max-width: 979px) {
  .searchInfo .Index.searchArea {
    width: 100%;
  }
  .searchArea .innBox {
    margin: 20px auto 40px;
  }
  .searchInfo .toprss {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 690px) {
  .Index.searchArea .innBox02 .bdl::before {
    display: none;
  }
  .serachBtn input {
    max-width: none;
  }
}

/*-----------------------------------------------------------------

infoblocks

-----------------------------------------------------------------*/
.infoblocks {
  background: url(../image/info_bg.png) repeat #ebeded;
  margin-bottom: 60px;
}

.no_img .infoblocks {
  background: none;
}

.infoblocks .inner {
  width: 94%;
  padding: 50px 0 20px;
}
.infoblocks .col {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ddd, 0 0 0 3px #fff inset, 0 0 0 4px #8a90f5 inset;
}
.infoblocks .col .icon {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.infoblocks .col .icon .en {
  color: #2f337b;
  font-size: 12px;
  line-height: 1.2;
}
.infoblocks .col .txtArea {
  border-left: 1px solid #ddd;
  padding: 0 30px;
}
.infoblocks .col .txtArea .Titl a {
}
.infoblocks .col .txtArea .Titl a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 14px;
  background-color: #bbb;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}

/*-----------------------------------------------------------------

coaxial connector

-----------------------------------------------------------------*/
.coaxial_block .dlb_c49_title_area {
  padding: 80px;
}
@media only screen and (max-width: 1024px) {
  .coaxial_block .dlb_c49_title_area {
    padding: 60px;
  }
}
@media only screen and (max-width: 690px) {
  .coaxial_block .dlb_c49_title_area {
    padding: 40px;
  }
}

/*===============================================================

/*下層用 _css

===============================================================*/
/*-----------------------------------------------------------------

subtitl

-----------------------------------------------------------------*/
.subtitl_h2 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.subtitl_h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background-color: #6153cc;
  margin: 10px auto 0;
}
.subtitl_h2_lft {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
.subtitl_h2_lft::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 26px;
  margin-right: 15px;
  background-color: #005faf;
  vertical-align: middle;
  margin-top: -3px;
}
/*.subtitl_h2_lft::after{
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background-color: #6153CC;
  margin-top: 10px;
}*/

.subtitl_h3 {
  position: relative;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.subtitl_h3::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30px;
  height: 6px;
  background-color: #6153cc;
}
.subtitl_h4 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin-left: 10px;
}
.subtitl_h4::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -10px;
  display: block;
  width: 5px;
  height: 14px;
  background-color: #6153cc;
}

/*-----------------------------------------------------------------

case info

-----------------------------------------------------------------*/
.case_info {
  padding: 16px 0 16px 24px;
  border-left: 2px solid #dddddd;
}

.case_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.case_info_list dt {
  width: 120px;
  font-weight: bold;
}

.case_info_list dd {
  width: calc(100% - 120px);
  padding-left: 16px;
}

/*-----------------------------------------------------------------

support info

-----------------------------------------------------------------*/
.support_info {
  padding: 3em 5% 1.5em;
  border: 1px solid #dddddd;
}

.support_info_title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.si_tel,
.si_mail {
  font-size: 48px;
  line-height: 1.2;
}

.si_tel::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: 22px;
  font-size: 24px;
}

.si_mail::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  display: inline-block;
  padding-right: 8px;
  /*vertical-align: middle;*/
  font-size: 20px;
}

@media only screen and (max-width: 979px) {
  .support_info_title {
    font-weight: bold;
    font-size: 20px;
  }
  .si_tel,
  .si_mail {
    font-size: 30px;
  }
  .si_tel::before {
    font-size: 20px;
  }
  .si_mail::before {
    font-size: 16px;
  }
}

@media only screen and (max-width: 690px) {
  .support_info {
    padding: 2em 16px 0.5em;
  }
  .si_tel,
  .si_mail {
    font-size: 26px;
  }
  .si_tel::before {
    font-size: 16px;
  }
  .si_mail::before {
    font-size: 14px;
  }
}

.dlb_box2-2_it .dlb_box2-2_txt {
  position: relative;
}

.dlb_box2-2_it .dlb_box2-2_txt::before {
  position: absolute;
  top: calc(50% - 10px);
  left: -16px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 16px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.dlb_box2-2_ti .dlb_box2-2_txt {
  position: relative;
}

.dlb_box2-2_ti .dlb_box2-2_txt::after {
  position: absolute;
  top: calc(50% - 10px);
  right: -16px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #ffffff;
}

@media only screen and (max-width: 690px) {
  .dlb_box2-2_it .dlb_box2-2_txt::before,
  .dlb_box2-2_ti .dlb_box2-2_txt::after {
    display: none;
  }
}

/*-----------------------------------------------------------------

faq

-----------------------------------------------------------------*/
.faq_block {
  padding-top: 16px;
  border-top: 2px solid #dddddd;
}

.faq_title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dddddd;
}

/*-----------------------------------------------------------------

adobe link

-----------------------------------------------------------------*/
.adobe_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  padding: 3em 1em;
}

.adobe_link .icon {
  margin-right: 5%;
}

.adobe_link .txt a {
  text-decoration: underline;
}

@media only screen and (max-width: 690px) {
  .adobe_link {
    display: block;
  }
  .adobe_link .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .adobe_link .txt {
    text-align: center;
  }
}

/*-----------------------------------------------------------------

TOP サービス紹介ブロック

-----------------------------------------------------------------*/
.list_icon li {
  list-style: none;
  background-position: left center;
  background-size: 48px auto;
  padding: 12px 0 12px 70px;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
}

.list_icon li.list_icon01 {
  background-image: url(../image/icon_chat.png);
}

.list_icon li.list_icon02 {
  background-image: url(../image/icon_headset.png);
}

.list_icon li.list_icon03 {
  background-image: url(../image/icon_laptop.png);
}

.list_icon li.list_icon04 {
  background-image: url(../image/icon_help.png);
}

.col_bg .dlb_box2-2_area .dlb_box2-2_txt {
  background-color: #ffffff;
}

.col_bg .dlb_box2-2_area {
  -webkit-box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

.list_link .col {
  height: 280px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.list_link .col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
}

.list_link .col:hover {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.list_link .col:hover a {
  text-decoration: underline;
}

.list_link .col:hover::before {
  background-color: rgba(51, 51, 51, 0.4);
}

.list_link .list_link_img {
  height: 100%;
}

.list_link .list_link_txt {
  position: absolute;
  z-index: 2;
  height: 100%;
  display: table;
}

.list_link .list_link_txt_in {
  padding: 16px 2em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}

.list_link .list_link_txt_in a {
  color: #ffffff;
}

.list_link .list_link_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}

.list_link .list_link_title_en {
  font-size: 13px;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media only screen and (max-width: 690px) {
  .list_link .col {
    height: 160px;
  }
  .list_link .list_link_title {
    font-size: 24px;
  }
  .list_link .list_link_txt_in {
    padding: 8px 1.5em;
  }
}

/*---------------------------------------------------------------
-----------------------------------------------------------------

dlb_box3-6_area ブロックダウンロード

-----------------------------------------------------------------
-----------------------------------------------------------------*/
.dlb_box3-6_area .col {
  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: #ffffff;
}

.dlb_box3-6_area .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);
}

.dlb_box3-6_area .col:hover .txt_link {
  text-decoration: underline;
  color: #2f337b;
}

.dlb_box3-6_area .dlb_box3-6_txt {
  padding: 24px;
  background: #f0f2f2;
}

/* ----------------------------

サムネイル名 ： フロー図 No.01

----------------------------- */
.dlb-flow_area_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.dlb-flow_area_2 .dlb-flow_item {
  width: 120px;
  text-align: center;
  padding: 4% 2%;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dlb-flow_area_2 .dlb-flow_num {
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.dlb-flow_area_2 .dlb-flow_num::after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 8px);
}

.dlb-flow_area_2 .dlb-flow_txt {
  width: calc(100% - 120px);
  padding: 1.5em;
  border-width: 1px;
  border-style: solid;
}

.dlb-flow_area_2 .dlb-flow_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.dlb-flow_area_2 + .dlb-flow_area_2 {
  margin-top: 40px;
}

.dlb-flow_area_2 + .dlb-flow_area_2 .dlb-flow_item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  position: absolute;
  top: -30px;
  left: calc(50% - 12px);
}

@media only screen and (max-width: 690px) {
  .dlb-flow_area_2 {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dlb-flow_area_2 .dlb-flow_item {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 1em 1.5em;
  }
  .dlb-flow_area_2 .dlb-flow_num {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    font-size: 12px;
  }
  .dlb-flow_area_2 .dlb-flow_num::after {
    display: none;
  }
  .dlb-flow_area_2::after {
    display: none;
  }
  .dlb-flow_area_2 .dlb-flow_txt {
    display: block;
    width: 100%;
    padding: 32px 16px 16px;
  }
  .dlb-flow_area_2 .dlb-flow_title {
    font-size: 18px;
  }
  .dlb-flow_area_2 .col_l {
    margin-top: 0;
  }
  .dlb-flow_area_2 .dlb-flow_txt {
    padding-bottom: 1em;
  }
}

.dlb-flow_area_2.last .dlb-flow_item::after,
.dlb-flow_area_2.last::after {
  display: none;
}

/* ----------------------------

サムネイル名 ： ポイント No.01

----------------------------- */
.dlb-point_area_1 .col {
  padding: 24px;
  border: 1px solid #dddddd;
  border-radius: 6px;
}

.dlb-point_area_1 .dlb-point_num {
  width: 90%;
  margin: -44px auto 24px;
  text-align: center;
  background-color: #2f337b;
  color: #ffffff;
  line-height: 40px;
  font-weight: bold;
}

.dlb-point_area_1 .dlb-point_title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.4;
}

@media only screen and (max-width: 690px) {
  .dlb-point_area_1 .col {
    margin-bottom: 32px;
  }
}

/*-----------------------------------------------------------------

サムネイル名 ： box No.

-----------------------------------------------------------------*/
.dlb_box2-9_img {
  float: right;
  width: 240px;
  margin-right: 0;
  margin-left: 32px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 690px) {
  .dlb_box2-9_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dlb_box2-9_img {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 16px 0 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .dlb_box2-9_txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/*-----------------------------------------------------------------

CTA 共通お問い合わせ

-----------------------------------------------------------------*/
#cta_area.template_c2 {
  margin-top: 80px;
  background-color: #293337;
  padding: 32px 16px 40px;
}

#cta_area.template_c2 .cta_block {
  max-width: 880px;
  margin: auto;
}

#cta_area.template_c2 .cta_title {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 32px;
  font-weight: bold;
  line-height: 1.4;
}

#cta_area.template_c2 .cta_block .col {
  padding: 0 16px;
}

#cta_area.template_c2 .cta_txt {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
}

#cta_area.template_c2 .cta_btn {
  max-width: 400px;
  margin: auto;
}

#cta_area.template_c2 .cta_btn a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 24px 16px 24px 8px;
  background-color: #2f337b;
  background-image: url(../image/common/icon_arr.png);
  background-position: calc(100% - 1em) center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

#cta_area.template_c2 .cta_l .cta_btn a {
  background-color: #2f337b;
}

#cta_area.template_c2 .cta_r .cta_btn a {
  background-color: #1e7b7e;
}

#cta_area.template_c2 .cta_btn a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 699px) {
  #cta_area.template_c2 {
    margin-top: 40px;
    padding-bottom: 16px;
  }
  #cta_area.template_c2 .cta_title {
    margin-bottom: 8px;
    font-size: 18px;
  }
  #cta_area.template_c2 .cta_block .col {
    width: 100%;
    margin: 16px auto 24px;
  }
  #cta_area.template_c2 .cta_btn a {
    font-size: 16px;
    background-size: 16px auto;
  }
  #cta_area.template_c2 .cta_txt {
    margin-bottom: 12px;
  }
}

/*-----------------------------------------------------------------

LINK BTN

-----------------------------------------------------------------*/
.linkbtn {
  display: flex;
}
.linkbtn a {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  width: calc(100% / 4 - 2%);
  margin-right: 2%;
  border: 2px solid;
  box-sizing: border-box;
  border-radius: 7px;
}
.linkbtn a.colr01 {
  color: #45b9f2;
}
.linkbtn a.colr02 {
  color: #ff679a;
}
.linkbtn a.colr03 {
  color: #66cc00;
}
.linkbtn a.colr04 {
  color: #fe9900;
}

.linkbtn a:hover {
  color: #fff !important;
  text-decoration: none;
}
.linkbtn a.colr01:hover {
  background-color: #45b9f2;
}
.linkbtn a.colr02:hover {
  background-color: #ff679a;
}
.linkbtn a.colr03:hover {
  background-color: #66cc00;
}
.linkbtn a.colr04:hover {
  background-color: #fe9900;
}

@media only screen and (max-width: 690px) {
  .linkbtn {
    flex-wrap: wrap;
  }
  .linkbtn a {
    width: calc(100% / 2 - 2%);
    margin-bottom: 10px;
  }
}

/*-----------------------------------------------------------------

カタログダウンロード　ブロック

-----------------------------------------------------------------*/

.pdf_link_list {
  display: flex;
  flex-wrap: wrap;
}
.pdf_link_list li:nth-child(3n + 1) {
  margin-left: 0;
}
.pdf_link_list li {
  list-style-type: none;
  width: 33.2%;
  margin-left: 0.2%;
  margin-bottom: 2px;
}
.pdf_link_list li a {
  display: flex;
  width: 100%;
  background: #e7ebeb;
  padding: 25px 20px 25px 20px;
  font-size: 20px;
  align-items: center;
}
.pdf_link_list li {
  list-style-type: none;
  width: 33.2%;
  margin-left: 0.2%;
  margin-bottom: 2px;
}
.pdf_link_list li:nth-child(even) a {
  background: #f2f2f2;
}
.pdf_link_list li {
  list-style-type: none;
  width: 33.2%;
  margin-left: 0.2%;
  margin-bottom: 2px;
}

.PDF .pdf_link_list li {
  width: 60%;
}

.pdf_link_list li a::before {
  content: "";
  background-image: url(../image/pdf_icon.png);
  width: 57px;
  display: block;
  margin-right: 20px;
  height: 57px;
  background-repeat: no-repeat;
  background-position: left center;
}

@media only screen and (max-width: 690px) {
  .PDF .pdf_link_list li {
    width: 100%;
  }
  .pdf_link_list li a {
    font-size: 15px;
  }
  .pdf_link_list li a::before {
    background-size: 35px;
  }
  .pdf_link_list li {
    width: 100%;
  }
}

/*-----------------------------------------------------------------

製品取扱先紹介

-----------------------------------------------------------------*/
/*MAP*/
.map {
  position: relative;
  height: 500px;
  background: url(../other/map.svg) no-repeat center center / contain;
  width: 600px;
  margin: 0 auto 100px;
}
.Listmap li {
  list-style-type: none;
}
.Listmap li a {
  position: absolute;
  background-color: #2f337b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #2f337b;
  box-sizing: border-box;
  transition: 0.8s;
}
.Listmap li a:hover {
  color: #2f337b;
  text-decoration: none;
  background-color: #fff;
}
.Listmap li.pl01 a {
  top: 0;
  left: 0%;
}
.Listmap li.pl02 a {
  top: 0;
  left: 50%;
}
.Listmap li.pl03 a {
  top: 170px;
  left: 80%;
}
.Listmap li.pl04 a {
  top: 300px;
  left: 73%;
}
.Listmap li.pl05 a {
  top: 180px;
  left: 40%;
}
.Listmap li.pl06 a {
  top: 230px;
  left: 30%;
}
.Listmap li.pl07 a {
  top: 385px;
  left: 62%;
}
.Listmap li.pl08 a {
  top: 430px;
  left: 38%;
}
.Listmap li.pl09 a {
  top: 280px;
  left: 7%;
}
.Listmap li.pl10 a {
  top: 420px;
  left: 0%;
}

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

.or_external_link_2 li {
  list-style-type: none;
  width: 100%;
  margin-left: 0.2%;
  margin-bottom: 20px;
}
.or_external_link_2 li a {
  position: relative;
  color: #2f337b;
  margin-left: 13px;
  display: inline-block;
}
.or_external_link_2 li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: -10px;
  transition: all 0.2s ease 0s;
}
@media only screen and (max-width: 690px) {
  .map {
    display: none;
  }
  .or_external_link_2 li {
    width: 100%;
  }
}

/*-----------------------------------------------------------------

会社案内

-----------------------------------------------------------------*/

.list_g li {
  list-style: none;
  background-image: url(../image/list_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 5px;
  padding-left: 15px;
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 820px) {
  .sp_only {
    display: block;
  }
}

/*---------------------------------------------------------------

dlb_table_06 ブロックダウンロード

-----------------------------------------------------------------*/

.dlb_table_06 tr:nth-child(odd) td {
  background-color: #dbdcef;
}
.dlb_table_06 tr:nth-child(even) td {
  background-color: #f0f2f2;
}

.dlb_table_06 tr td:first-child {
  background-color: #6153cc !important;
  color: #ffffff !important;
}

/*---------------------------------------------------------------

company 企業理念

-----------------------------------------------------------------*/
.philosophy_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.philosophy_txt {
  width: 48.5%;
}
.philosophy_img {
  width: 48.5%;
}

@media only screen and (max-width: 980px) {
  .philosophy_txt .fs140_bold {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 690px) {
  .philosophy_box {
    flex-direction: column;
  }
  .philosophy_txt {
    width: 100%;
    margin-bottom: 30px;
  }
  .philosophy_txt .fs140_bold {
    font-size: 4vw;
  }
  .philosophy_img {
    width: 100%;
  }
}
/*---------------------------------------------------------------

download.html ボタン

-----------------------------------------------------------------*/
.col.dl_btn {
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.col.dl_btn.blue {
  background-color: #33cccc;
}
.col.dl_btn.green {
  background-color: #9ac32d;
}
.col.dl_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
}
/* マウスオーバー時の背景色 */
.col.dl_btn.blue:hover {
  background-color: #66e0e0;
}
.col.dl_btn.green:hover {
  background-color: #afd251;
}



/* ------------------------------------
追従CTA
------------------------------------ */
.floatBoxWrapper.is-show{
  position: fixed;
}
.floatBoxWrapper {
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(219, 241, 245, 0.9);
  z-index:10;
  position: relative;
  transition: 0.5s ease;
}
.floatBoxWrapper.is-show .floatBoxWrapperBtn{
  display: block;
}
.floatBoxWrapperBtn{
 display:none;
 width: 40px;
 height: 40px;
 position: absolute;
 right: 0;
 top: -40px;
 background: rgba(219, 241, 245, 0.9);
 z-index: 10;
}
.floatBoxWrapper.active .floatBoxWrapperBtn::after{
  transform: rotate(0deg);
}
.floatBoxWrapper.active .floatBoxWrapperBtn::before{
  transform: rotate(-90deg);
}
.floatBoxWrapperBtn::after{
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #35a19b;
  transform: rotate(45deg);
  top: 20px;
  left: 9px;
  transition: 0.5s ease;
} 
.floatBoxWrapperBtn::before{
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #35a19b;
  transform: rotate(-45deg);
  top: 20px;
  left: 9px;
  transition: 0.5s ease;
} 
.floatBoxWrapper.active {
  bottom: -80px;
  height: auto;
}
.floatBoxArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  width: 100%;
  margin: auto;
}

.floatBoxArea .conArea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(80% - 20px);
  padding: 10px;
}

.floatBoxArea .btnArea {

  width: calc(30% - 20px);
}

.redBtn a {
  color: #fff;
  background-color: #ff463e;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: .8s;
  margin: 0 auto;
}
.redBtn a:hover {
  opacity: .7;
  text-decoration: none
}
.redBtn a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url(../image/icon_cv.png)no-repeat center top /cover;
}

.redBtn.W316 a {
  max-width: 316px;
  height: 46px;
  border-radius: 50px;
  font-size: 15px;
}

.floatBoxArea .conArea .imgArea {
  width: calc(20% - 10px);
  text-align: center;
}
.floatBoxArea .conArea .imgArea img {
  max-width: 50%;
}
.floatBoxArea .conArea .textArea {
  width: calc(80% - 10px);
}

.floatBoxArea .conArea .textArea .fontB {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  color: #000;
}

.floatBoxArea .conArea .textArea .fontS {
  font-size: 12px;
  line-height: 1.4;
  color: #000;
}

.btnStyle01 {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  background: #F9A03F;
  border-radius: 50px;
  border: 2px solid #F9A03F;
  transition: 0.5s ease;
  text-decoration: none;
}

.btnStyle01:hover {
  text-decoration: none;
  background: transparent;
  color: #F9A03F;
  background-color: #fff;
}

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