@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  /* 明朝体 */
  /*font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
  /* ゴシック体 */
  /*font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;*/
  /*font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;*/
  font-family: "Noto Sans Japanese", sans-serif;
  list-style: none;
  color: #333333;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:link,
a:hover,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
  border: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table caption,
table th,
table td {
  font-family: sans-serif;
}

table th {
  font-weight: normal;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* My Custom CSS ------------------------------------------------------------------------*/
span.notice {
  color: #ed1c24 !important;
  font-size: 18px;
  font-weight: bold;
}

.fontmincho {
  /* 明朝体 */
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.fontgothic {
  /* ゴシック体 */
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif !important;
  /*   font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif!important; */
}

/* area center */
.rayout-center-m {
  margin: 0 auto;
}

.topbtn {
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 8000;
}
@media screen and (max-width: 768px) {
  .topbtn {
    bottom: 20px;
    right: 20px;
  }
}
.topbtn img {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: bottom;
}

#global_header {
  position: fixed;
  width: 100%;
  height: 93px;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 520px) {
  #global_header {
    height: 70px;
  }
}
#global_header .inner {
  position: relative;
  padding: 20px 0;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 11% 80%;
}
@media screen and (max-width: 1200px) {
  #global_header .inner {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #global_header .inner {
    padding: 10px 0;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
  }
}
#global_header .inner h1 {
  margin-right: 30px;
}
@media screen and (max-width: 520px) {
  #global_header .inner h1 {
    margin-right: 0;
    grid-column: 1/3;
  }
}
#global_header .inner h1 a {
  display: inline-block;
  width: fit-content;
}
#global_header .inner h1 a img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1200px) {
  #global_header .inner h1 a img {
    width: auto;
    height: 45px;
  }
}
@media screen and (max-width: 520px) {
  #global_header .inner h1 a img {
    height: 32px;
    position: relative;
    bottom: 4px;
  }
}
#global_header .inner #global_navi {
  padding-right: 15%;
}
@media screen and (max-width: 1200px) {
  #global_header .inner #global_navi {
    display: none;
  }
}
#global_header .inner #global_navi ul {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
}
#global_header .inner #global_navi ul li {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  display: grid;
  width: 100%;
  height: 100%;
}
#global_header .inner #global_navi ul li a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
}
#global_header .inner #global_navi ul li a:hover {
  background: #471FE8;
  color: #fff;
}

#header_contact {
  position: fixed;
  display: grid;
  place-items: center;
  background: #471FE8;
  top: 0;
  right: 0;
  z-index: 9100;
  width: 93px;
  height: 93px;
}
@media screen and (max-width: 520px) {
  #header_contact {
    width: 70px;
    height: 70px;
  }
}
#header_contact .header_contact_inner {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  width: 100%;
  display: grid;
  place-items: center;
}
#header_contact .header_contact_inner img {
  display: inline-block;
  margin-bottom: 12px;
  width: 28px;
  height: auto;
}
@media screen and (max-width: 520px) {
  #header_contact .header_contact_inner img {
    margin-bottom: 8px;
  }
}
#header_contact .header_contact_inner .hc_txt {
  color: #fff;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  #header_contact .header_contact_inner .hc_txt {
    font-size: 1rem;
  }
}

#pankuzu .inner {
  width: 1440px;
  margin: 0 auto;
  text-align: right;
  padding: 10px 0;
}
@media screen and (max-width: 1440px) {
  #pankuzu .inner {
    width: 90%;
  }
}
#pankuzu .inner a, #pankuzu .inner span {
  display: inline-block;
  margin-left: 10px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  #pankuzu .inner a, #pankuzu .inner span {
    font-size: 1.2rem;
  }
}
#pankuzu .inner a {
  color: #471FE8;
  text-decoration: none;
}
#pankuzu .inner span {
  color: #2a2a2a;
}

#global_footer {
  background: #142267;
  min-height: 300px;
  padding: 30px 0;
}
@media screen and (max-width: 520px) {
  #global_footer {
    padding-bottom: 100px;
  }
}
#global_footer .global_footer_inner {
  width: 95vw;
  margin: 0 auto 30px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  grid-template-columns: 30% 65%;
  column-gap: 5%;
}
@media screen and (max-width: 1200px) {
  #global_footer .global_footer_inner {
    grid-template-columns: 40% 57%;
    column-gap: 3%;
    width: 97.5vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #global_footer .global_footer_inner {
    display: block;
    width: 95vw;
  }
}
#global_footer .global_footer_inner .fcompany_info {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  #global_footer .global_footer_inner .fcompany_info {
    margin-right: 0;
  }
}
#global_footer .global_footer_inner .fcompany_info .company_name {
  margin-bottom: 30px;
}
#global_footer .global_footer_inner .fcompany_info .company_name a {
  color: #fff;
  font-size: 2.4rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #global_footer .global_footer_inner .fcompany_info .company_address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2%;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .global_footer_inner .fcompany_info .company_address {
    display: block;
  }
}
#global_footer .global_footer_inner .fcompany_info .company_address div {
  margin-bottom: 16px;
}
#global_footer .global_footer_inner .fcompany_info .company_address div:last-child {
  margin-bottom: 0;
}
#global_footer .global_footer_inner .fcompany_info .company_address div dt, #global_footer .global_footer_inner .fcompany_info .company_address div dd {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.1em;
}
#global_footer .global_footer_inner .fcompany_info .company_address div dt {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}
#global_footer .global_footer_inner .fcompany_info .company_address div dd {
  font-size: 1.4rem;
  line-height: 1.5;
}
#global_footer .global_footer_inner .fnavi {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  #global_footer .global_footer_inner .fnavi {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #global_footer .global_footer_inner .fnavi {
    display: none;
  }
}
#global_footer .global_footer_inner .fnavi .navi_wrap .title_navi {
  margin-bottom: 25px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#global_footer .global_footer_inner .fnavi .navi_wrap .title_navi:last-child {
  margin-bottom: 0;
}
#global_footer .global_footer_inner .fnavi .navi_wrap .title_navi a {
  color: #fff;
  font-size: 1.6rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
}
#global_footer .global_footer_inner .fnavi .navi_wrap .title_navi a:hover {
  color: #8264ff;
}
#global_footer .global_footer_inner .fnavi .navi_wrap ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#global_footer .global_footer_inner .fnavi .navi_wrap ul li a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
}
#global_footer .global_footer_inner .fnavi .navi_wrap ul li a:hover {
  color: #8264ff;
}
#global_footer #sns_copy {
  width: 95vw;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1200px) {
  #global_footer #sns_copy {
    width: 97.5vw;
  }
}
#global_footer #sns_copy .sns_wrap {
  margin-bottom: 30px;
}
#global_footer #sns_copy .sns_wrap a {
  display: inline-block;
  margin-right: 20px;
}
#global_footer #sns_copy .sns_wrap a img {
  width: 30px;
  height: auto;
  vertical-align: bottom;
}
#global_footer #sns_copy .copy small {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.18em;
}

#key_visual.recruit {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#key_visual.recruit .inner {
  min-height: 300px;
  height: 300px;
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  #key_visual.recruit .inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #key_visual.recruit .inner {
    height: 200px;
    min-height: 200px;
  }
}
#key_visual.recruit .inner .page_title {
  font-size: 4.2rem;
  font-weight: bold;
  display: grid;
  align-items: end;
  height: 100%;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #key_visual.recruit .inner .page_title {
    font-size: 5vw;
  }
}
#key_visual.recruit .inner .page_subtitle {
  color: #471FE8;
  font-size: 2.4rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  #key_visual.recruit .inner .page_subtitle {
    font-size: 1.8rem;
  }
}

main {
  padding-top: 93px;
  min-height: 800px;
}
@media screen and (max-width: 520px) {
  main {
    padding-top: 70px;
  }
}

#main_content {
  width: 1440px;
  margin: 0 auto;
  padding: 80px 0 40px;
}
@media screen and (max-width: 1440px) {
  #main_content {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  #main_content {
    width: 85%;
  }
}
@media screen and (max-width: 520px) {
  #main_content {
    width: 90%;
  }
}
#main_content .page_subkey {
  position: relative;
  z-index: 1;
}
#main_content .page_subkey img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
#main_content .page_subkey .txt_box {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 30px;
  z-index: 10;
}
#main_content .page_subkey .txt_box p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
}
#main_content .page_subkey .txt_box .l_txt {
  font-size: 8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  #main_content .page_subkey .txt_box .l_txt {
    font-size: 6.5vw;
  }
}
#main_content .page_subkey .txt_box .m_txt {
  font-size: 4.5rem;
}
@media screen and (max-width: 1000px) {
  #main_content .page_subkey .txt_box .m_txt {
    font-size: 3.5vw;
  }
}
#main_content h3 {
  font-size: 2.4rem;
  padding: 15px 15px 15px 30px;
  border-left: 10px solid #471FE8;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #main_content h3 {
    font-size: 2.1rem;
    padding: 15px 15px 15px 20px;
  }
}

#prod_all_wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #prod_all_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #prod_all_wrap {
    width: 100%;
  }
}
#prod_all_wrap h4 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 25px;
  text-align: center;
  padding: 12px;
  background: #f3f3f3;
  line-height: 1.5;
}
#prod_all_wrap h4.ltnx {
  color: #E95504;
}
#prod_all_wrap h4.vav {
  color: #3F285C;
}
#prod_all_wrap h4.bci {
  color: #2C6AB3;
}
@media screen and (max-width: 768px) {
  #prod_all_wrap h4 {
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.8;
  }
}
@media screen and (max-width: 520px) {
  #prod_all_wrap h4 {
    font-size: 1.6rem;
  }
}
#prod_all_wrap .prod_box {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #prod_all_wrap .prod_box {
    grid-template-columns: 1fr;
  }
}
#prod_all_wrap .prod_box .thumb {
  width: 100%;
  padding: 20px;
  outline: 15px solid #f6f6f6;
  outline-offset: -15px;
  display: grid;
  place-items: center;
}
#prod_all_wrap .prod_box .thumb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
#prod_all_wrap .prod_box .info_list {
  margin-bottom: 8px;
}
#prod_all_wrap .prod_box .info_list .list_item {
  display: grid;
  grid-template-columns: 26% 73%;
  column-gap: 1%;
  margin-bottom: 3px;
  align-items: center;
  box-sizing: border-box;
  background: #F6F6F6;
  transition: 0.15s linear;
}
#prod_all_wrap .prod_box .info_list .list_item:has(.list_in_pic) {
  display: block;
}
@media screen and (max-width: 1200px) {
  #prod_all_wrap .prod_box .info_list .list_item {
    display: block;
    border-right: none;
  }
}
#prod_all_wrap .prod_box .info_list .list_item:last-child {
  margin-bottom: 0;
}
#prod_all_wrap .prod_box .info_list .list_item .title {
  font-size: 1.35rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  height: 100%;
  padding: 15px;
  display: grid;
  align-items: center;
  transition: 0.15s linear;
  font-feature-settings: "palt";
}
#prod_all_wrap .prod_box .info_list .list_item .txt {
  background: #fff;
  height: 100%;
  font-size: 1.4rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  padding: 0 10px;
  word-break: break-all;
  line-height: 1.5;
  display: grid;
  align-items: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  #prod_all_wrap .prod_box .info_list .list_item .txt {
    padding: 8px;
  }
}
#prod_all_wrap .prod_box .info_list .list_item .txt img {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
}
#prod_all_wrap .prod_box .info_list .list_item .txt a {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2b2b68;
  width: fit-content;
  transition: 0.15s linear;
  text-align: center;
  border-radius: 4px;
}
#prod_all_wrap .prod_box .info_list .list_item .txt a i {
  font-size: 3rem;
  transition: 0.15s linear;
}
#prod_all_wrap .prod_box .info_list .list_item .txt a:hover {
  background: #2b2b68;
  color: #fff;
}
#prod_all_wrap .prod_box .info_list .list_item .txt a:hover i {
  color: #fff;
}
#prod_all_wrap .prod_box .info_list .list_in_pic {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2%;
  padding: 14px;
  width: 100%;
}
#prod_all_wrap .prod_box .info_list .list_in_pic li {
  flex: 1;
  width: 100%;
}
#prod_all_wrap .prod_box .info_list .list_in_pic li img {
  width: 100%;
  height: auto;
}

[id^=more_spec] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4px 2px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  [id^=more_spec] {
    display: block;
  }
}
[id^=more_spec] .spec_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fafafa;
}
@media screen and (max-width: 520px) {
  [id^=more_spec] .spec_item {
    display: block;
  }
}
[id^=more_spec] .spec_item .title, [id^=more_spec] .spec_item .txt {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
[id^=more_spec] .spec_item .title {
  padding: 8px 10px;
  background: #f1f1f1;
  font-size: 1.5rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: grid;
  align-items: center;
}
[id^=more_spec] .spec_item .txt {
  padding: 8px 10px;
  font-size: 1.5rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 520px) {
  [id^=more_spec] .spec_item .txt {
    font-family: "greycliff-cf", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}

.basic_list > div {
  margin-bottom: 20px;
}
.basic_list > div dt {
  background: #d4e7f6;
  font-size: 1.5rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 8px 14px;
  line-height: 1.8;
}
.basic_list > div dd {
  padding: 15px;
  font-size: 1.45rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}

.intab_boxlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 15px;
  margin-bottom: 40px;
}
.intab_boxlist.box_three {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 520px) {
  .intab_boxlist {
    grid-template-columns: 1fr;
  }
}
.intab_boxlist .intab_box h5 {
  background: #dce9f3;
  text-align: center;
  font-size: 1.7rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2a2a2a;
  padding: 8px 5px;
}
.intab_boxlist .intab_box .pic {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.intab_boxlist .intab_box .pic.inpad {
  padding: 20px;
  background: #fafafa;
  aspect-ratio: 16/9;
}
.intab_boxlist .intab_box .pic.inpad img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.intab_boxlist .intab_box .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.intab_boxlist .intab_box .txt {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2a2a2a;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}

#prod_detail .description_body {
  font-size: 1.5rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 25px;
}
#prod_detail .description_body.l_txt {
  font-size: 1.8rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #prod_detail .description_body {
    padding: 15px;
  }
}
@media screen and (max-width: 520px) {
  #prod_detail .description_body {
    font-size: 1.4rem;
  }
}
#prod_detail .description_body.annotation {
  color: #af122e;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
#prod_detail .description_body.annotation::before {
  content: "▶";
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 1.5rem;
}
#prod_detail .description_body b {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#prod_detail h5 {
  background: #ebeafd;
  font-size: 1.55rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 14px;
}
#prod_detail h5.viavi_mini_title {
  background: #5395d4;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
}
#prod_detail .description_list {
  padding: 0 8px 30px;
}
#prod_detail .description_list li {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  padding: 7px 10px;
  border-bottom: 1px solid #f6f6f6;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#prod_detail .description_list li::before {
  content: "▷";
  font-size: 1.2rem;
  color: #471FE8;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
}
#prod_detail .prod_description {
  margin-bottom: 35px;
  padding-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5%;
}
@media screen and (max-width: 768px) {
  #prod_detail .prod_description {
    grid-template-columns: 1fr;
  }
}
#prod_detail .prod_description .title {
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #prod_detail .prod_description .title {
    line-height: 1.8;
  }
}
#prod_detail .prod_description table {
  width: 100%;
  font-size: 1.45rem;
}
#prod_detail .prod_description table thead tr {
  background: #7EABD4;
}
#prod_detail .prod_description table thead tr th {
  color: #fff;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 10px 15px;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  border: 1px solid #eaeaea;
}
#prod_detail .prod_description table tbody tr {
  background: #fff;
}
#prod_detail .prod_description table tbody tr:nth-child(even) {
  background: #f6f6f6;
}
#prod_detail .prod_description table tbody tr td {
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #eaeaea;
}
#prod_detail .prod_description table tbody tr td i {
  color: #009245;
}
#prod_detail .prod_description dl div {
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #prod_detail .prod_description dl div {
    display: block;
  }
}
#prod_detail .prod_description dl div:nth-child(even) {
  background: #f9f9f9;
}
@media screen and (max-width: 520px) {
  #prod_detail .prod_description dl div:nth-child(even) {
    background: #fff;
  }
}
#prod_detail .prod_description dl div dt, #prod_detail .prod_description dl div dd {
  font-size: 1.45rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media screen and (max-width: 520px) {
  #prod_detail .prod_description dl div dt, #prod_detail .prod_description dl div dd {
    font-size: 1.3rem;
  }
}
#prod_detail .prod_description dl div dt {
  font-weight: bold;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 10px 15px;
}
@media screen and (max-width: 520px) {
  #prod_detail .prod_description dl div dt {
    background: #f9f9f9;
    padding: 7px 10px;
  }
}
#prod_detail .prod_description dl div dd {
  padding: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  #prod_detail .prod_description dl div dd {
    padding: 7px 6px;
  }
}
#prod_detail .prod_description dl div dd ul li {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
#prod_detail .prod_description dl div dd ul li::before {
  content: "▷";
  font-size: 1.2rem;
  color: #471FE8;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
}
#prod_detail .pic_l {
  padding: 15px;
  margin-bottom: 35px;
  text-align: center;
}
#prod_detail .pic_l .pictitle {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #prod_detail .pic_l .pictitle {
    line-height: 1.8;
  }
}
#prod_detail .pic_l img {
  width: 90%;
  height: auto;
  vertical-align: bottom;
}
#prod_detail .func_taglist {
  padding: 15px;
  margin-bottom: 40px;
}
#prod_detail .func_taglist .mini_title {
  margin: 20px 0;
  border-top: 1px solid #2b2b68;
  border-bottom: 1px solid #2b2b68;
  padding: 8px 14px;
  font-size: 1.7rem;
  background: #f3f3f3;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2b2b68;
}
#prod_detail .func_taglist ul {
  display: flex;
  grid-gap: 12px;
  flex-wrap: wrap;
}
#prod_detail .func_taglist ul li {
  border-radius: 2em;
  display: flex;
  width: fit-content;
  background: #dde4ee;
}
#prod_detail .func_taglist ul li span {
  display: inline-block;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  color: #242424;
  font-feature-settings: "palt";
}
#prod_detail .func_taglist ul li .num {
  border-radius: 2em;
  background: #8989c4;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
}
#prod_detail .func_taglist ul li .txt {
  display: grid;
  align-items: center;
  padding: 0 20px 0 10px;
}
#prod_detail .prod_function {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #prod_detail .prod_function {
    display: block;
  }
}
#prod_detail .prod_function .func_box {
  background: #fafafa;
}
#prod_detail .prod_function .func_box .title, #prod_detail .prod_function .func_box .txt {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
#prod_detail .prod_function .func_box .title {
  background: #E9EDF2;
  text-align: center;
  padding: 15px;
  font-size: 1.5rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: grid;
  align-items: center;
}
#prod_detail .prod_function .func_box .txt {
  padding: 15px;
  font-size: 1.45rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
#prod_detail .prod_function .func_box .txt img {
  display: inline-block;
  margin-top: 8px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  padding: 15px;
  background: #fff;
}
@media screen and (max-width: 520px) {
  #prod_detail .prod_function .func_box .txt img {
    padding: 8px;
  }
}
#prod_detail .prod_function .func_box .txt b {
  font-weight: bold;
  width: fit-content;
  margin-bottom: 10px;
  display: inline-block;
}
#prod_detail .prod_function .func_box .txt b.green_b {
  padding: 8px 12px 6px;
  line-height: 1;
  background: #438A4B;
  color: #fff;
  font-weight: bold;
}
#prod_detail .prod_function .func_box .func_box_list {
  padding: 10px;
}
#prod_detail .prod_function .func_box .func_box_list li {
  font-size: 1.4rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 8px 5px 18px;
  line-height: 1;
  position: relative;
}
#prod_detail .prod_function .func_box .func_box_list li::before {
  content: "▶";
  color: #471FE8;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 1rem;
  transform: translateY(-50%);
}
#prod_detail .prod_info_list {
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #prod_detail .prod_info_list {
    margin-bottom: 20px;
    width: 100%;
    overflow: scroll;
  }
}
#prod_detail .prod_info_list div {
  display: grid;
  grid-template-columns: 26% 73%;
  column-gap: 1%;
  margin-bottom: 3px;
  align-items: center;
  box-sizing: border-box;
  background: #F6F6F6;
  transition: 0.15s linear;
}
@media screen and (max-width: 520px) {
  #prod_detail .prod_info_list div {
    width: 750px;
  }
}
#prod_detail .prod_info_list div:first-child {
  background: #ccccda;
}
#prod_detail .prod_info_list div:first-child dt, #prod_detail .prod_info_list div:first-child dd {
  color: #2b2b68;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#prod_detail .prod_info_list div:first-child dt {
  background: #CCCCDA;
  border-right: 1px solid #fff;
}
#prod_detail .prod_info_list div dt, #prod_detail .prod_info_list div dd {
  font-size: 1.45rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  padding: 15px;
  display: grid;
  align-items: center;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
#prod_detail .prod_info_list div dt {
  background: #f1f1f1;
}
#prod_detail .prod_info_list div dd {
  line-height: 1.5;
  letter-spacing: 0.08em;
}
#prod_detail .prod_info_list div dd b {
  font-weight: bold;
}
#prod_detail .prod_info_list div dd b.annotation {
  color: #af122e;
}
@media screen and (max-width: 520px) {
  #prod_detail .prod_info_table {
    width: 100%;
    overflow: scroll;
  }
}
#prod_detail .prod_info_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.45rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  #prod_detail .prod_info_table table {
    width: 1000px;
  }
}
#prod_detail .prod_info_table table thead tr {
  background: #7EABD4;
}
#prod_detail .prod_info_table table thead tr th {
  color: #fff;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 10px 15px;
  text-align: center;
  font-size: 1.45rem;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  border: 1px solid #eaeaea;
}
#prod_detail .prod_info_table table tbody tr {
  background: #fff;
}
#prod_detail .prod_info_table table tbody tr:nth-child(even) {
  background: #f6f6f6;
}
#prod_detail .prod_info_table table tbody tr th {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.45rem;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  border: 1px solid #eaeaea;
}
#prod_detail .prod_info_table table tbody tr td {
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.45rem;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  border: 1px solid #eaeaea;
}
#prod_detail .prod_info_table table tbody tr td i {
  color: #009245;
}
#prod_detail .prod_info_table table tbody tr td a {
  color: #471FE8;
  font-size: 1.4rem;
  display: grid;
  place-items: center;
  text-decoration: underline;
}
#prod_detail .prod_info_table table tbody tr td a i {
  color: #471FE8;
  font-size: 25px;
}
#inner_tab_wrap {
  margin-bottom: 35px;
}
#inner_tab_wrap .tab-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #inner_tab_wrap .tab-buttons {
    display: block;
  }
}
#inner_tab_wrap .tab-buttons .tab-btn {
  flex: 1;
  background-color: #f1f1f1;
  color: black;
  border: none;
  outline: none;
  transition: 0.3s;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 8px 16px;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  #inner_tab_wrap .tab-buttons .tab-btn {
    display: inline-block;
    width: 100%;
  }
}
#inner_tab_wrap .tab-buttons .tab-btn.active {
  background-color: #2b2b68;
  color: white;
}
#inner_tab_wrap .tab-contents .tab-content.active {
  display: block;
}
#inner_tab_wrap .tab-contents .tab-content {
  display: none;
  padding: 20px;
  outline: 10px solid #f6f6f6;
  outline-offset: -10px;
}
#inner_tab_wrap .tab-contents .tab-content .in_tab_pic {
  text-align: center;
  width: 80%;
  margin: 15px auto;
}
#inner_tab_wrap .tab-contents .tab-content .in_tab_pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#inner_tab_wrap .tab-contents .tab-content .main_spec {
  background: #fff;
}
#inner_tab_wrap .tab-contents .tab-content .main_spec div {
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #inner_tab_wrap .tab-contents .tab-content .main_spec div {
    display: block;
  }
}
#inner_tab_wrap .tab-contents .tab-content .main_spec div:nth-child(even) {
  background: #f9f9f9;
}
@media screen and (max-width: 520px) {
  #inner_tab_wrap .tab-contents .tab-content .main_spec div:nth-child(even) {
    background: #fff;
  }
}
#inner_tab_wrap .tab-contents .tab-content .main_spec div dt, #inner_tab_wrap .tab-contents .tab-content .main_spec div dd {
  font-size: 1.45rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media screen and (max-width: 520px) {
  #inner_tab_wrap .tab-contents .tab-content .main_spec div dt, #inner_tab_wrap .tab-contents .tab-content .main_spec div dd {
    font-size: 1.3rem;
  }
}
#inner_tab_wrap .tab-contents .tab-content .main_spec div dt {
  font-weight: bold;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 10px 15px;
}
@media screen and (max-width: 520px) {
  #inner_tab_wrap .tab-contents .tab-content .main_spec div dt {
    background: #f9f9f9;
    padding: 7px 10px;
  }
}
#inner_tab_wrap .tab-contents .tab-content .main_spec div dd {
  padding: 10px;
}
@media screen and (max-width: 520px) {
  #inner_tab_wrap .tab-contents .tab-content .main_spec div dd {
    padding: 7px 6px;
  }
}
#inner_tab_wrap .tab-contents .tab-content .main_spec div dd ul li {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
#inner_tab_wrap .tab-contents .tab-content .main_spec div dd ul li::before {
  content: "▷";
  font-size: 1.2rem;
  color: #471FE8;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
}

#pic_list_wrap {
  margin-bottom: 35px;
}
#pic_list_wrap .pic_list {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 1024px) {
  #pic_list_wrap .pic_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 520px) {
  #pic_list_wrap .pic_list {
    grid-template-columns: 1fr;
  }
}
#pic_list_wrap .pic_list .pic {
  display: inline-block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
#pic_list_wrap .pic_list .pic:hover {
  outline: 5px solid #363480;
  outline-offset: -5px;
}
#pic_list_wrap .pic_list .pic img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  vertical-align: bottom;
}
#pic_list_wrap .pic_list .pic span {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 8px;
}

#pic_viavi_list {
  padding-top: 40px;
  margin-bottom: 35px;
}
#pic_viavi_list .pic_list {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}
@media screen and (max-width: 1024px) {
  #pic_viavi_list .pic_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 520px) {
  #pic_viavi_list .pic_list {
    grid-template-columns: 1fr;
  }
}
#pic_viavi_list .pic_list .pic {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#pic_viavi_list .pic_list .pic:hover {
  outline: 5px solid #363480;
  outline-offset: -5px;
}
#pic_viavi_list .pic_list .pic img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
}
#pic_viavi_list .pic_list .pic span {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 8px;
  text-align: center;
}

#prod_document {
  margin-bottom: 60px;
}
#prod_document .document_list a {
  color: #363480;
  display: inline-block;
  margin-right: 35px;
  font-size: 1.55rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 8px;
  transition: 0.15s linear;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media screen and (max-width: 520px) {
  #prod_document .document_list a {
    font-size: 1.35rem;
  }
}
#prod_document .document_list a:hover {
  background: #363480;
  color: #fff;
}
#prod_document .document_list a:hover i {
  color: #fff;
}
#prod_document .document_list a i {
  color: #363480;
  margin-right: 8px;
  display: inline-block;
  transition: 0.15s linear;
}

.prod_btn_wrap {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  .prod_btn_wrap {
    margin-bottom: 30px;
  }
}
.prod_btn_wrap a {
  display: inline-block;
  padding: 13px 20px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 1px solid #363480;
  color: #363480;
}
@media screen and (max-width: 520px) {
  .prod_btn_wrap a {
    font-size: 1.3rem;
    width: 80%;
    margin: 0 auto;
  }
}
.prod_btn_wrap a i {
  display: inline-block;
  margin-right: 5px;
}

/*# sourceMappingURL=product_detail.css.map */
