@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 {
  height: 300px;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #key_visual.recruit .inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #key_visual.recruit .inner {
    height: 200px;
  }
}
#key_visual.recruit .inner .page_title {
  font-size: 48px;
  font-weight: bold;
  display: grid;
  align-items: end;
  height: 100%;
  padding-bottom: 50px;
  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: 768px) {
  #key_visual.recruit .inner .page_title {
    font-size: 8vw;
  }
}

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: 30px 0;
}
@media screen and (max-width: 1440px) {
  #main_content {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #main_content {
    width: 100%;
  }
}
#main_content > h3 {
  font-size: 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: 30px;
}
@media screen and (max-width: 768px) {
  #main_content > h3 {
    font-size: 2.1rem;
    padding: 15px 15px 15px 20px;
  }
}
#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;
  }
}

.maker_subkey {
  margin-bottom: 80px;
}
.maker_subkey .maker_logo {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.8rem;
}
@media screen and (max-width: 520px) {
  .maker_subkey .maker_logo img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  .maker_subkey .txt_box {
    width: 90%;
    margin: 0 auto;
  }
}
.maker_subkey .txt_box img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 20px;
}
.maker_subkey .txt_box p {
  text-align: center;
  margin: 0 auto;
  line-height: 1.8;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 834px) {
  .maker_subkey .txt_box p {
    font-size: 1.5rem;
  }
  .maker_subkey .txt_box p br {
    display: none;
  }
}

#product_content_wrap h3 {
  text-align: center;
}
#product_content_wrap .product_feature1 {
  display: grid;
  grid-template-columns: 47% 47%;
  column-gap: 6%;
  row-gap: 50px;
  padding: 20px 0;
  width: 85%;
  margin: 0 auto 65px;
}
@media screen and (max-width: 1100px) {
  #product_content_wrap .product_feature1 {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 520px) {
  #product_content_wrap .product_feature1 {
    margin-bottom: 0;
  }
}
#product_content_wrap .product_feature1 .feature_box.tsuranuki {
  grid-column: 1/3;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #product_content_wrap .product_feature1 .feature_box {
    width: 85%;
    margin: 0 auto;
  }
}
#product_content_wrap .product_feature1 .feature_box .pic {
  width: 100%;
  min-height: 320px;
  max-height: auto;
  padding: 30px;
  text-align: center;
  outline: 10px solid #efefef;
  outline-offset: -10px;
  margin-bottom: 30px;
}
#product_content_wrap .product_feature1 .feature_box .pic.morepadd {
  padding: 95px 60px;
}
#product_content_wrap .product_feature1 .pic {
  align-self: center !important; /* 縦に伸びるのを防ぎ、中央に配置します */
  height: auto !important;
}
#product_content_wrap .product_feature1 .pic img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; /* 枠に合わせて綺麗にトリミング表示します */
}

#product_content_wrap .product_feature1 .feature_box p {
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 15px;
}
#product_content_wrap .product_feature1 .feature_box p b {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: bold;
}
#product_content_wrap .product_movie {
  text-align: center;
  margin-bottom: 80px;
}
#product_content_wrap .product_movie p {
  margin: 0 auto;
  width: 720px;
  padding: 25px 20px;
  background: #2a2a2a;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
#product_content_wrap .product_movie .movie_wrap {
  width: 720px;
  height: 405px;
  margin: 0 auto;
}
#product_content_wrap .product_movie .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
#product_content_wrap .feature_sample {
  margin-bottom: 80px;
}
#product_content_wrap .feature_sample .feature_desc {
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 15px;
}
#product_content_wrap .feature_sample .feature_desc b {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: bold;
}
#product_content_wrap .feature_sample .sample_pic {
  text-align: center;
}
#product_content_wrap .feature_sample .sample_pic img {
  width: 70%;
  height: auto;
  vertical-align: bottom;
}
#product_content_wrap .product_document {
  margin-bottom: 60px;
}
#product_content_wrap .product_document h3 + p {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 40px;
}
#product_content_wrap .product_document ul {
  width: 80%;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5%;
  row-gap: 20px;
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  #product_content_wrap .product_document ul {
    width: 70%;
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #product_content_wrap .product_document ul {
    width: 98%;
  }
}
#product_content_wrap .product_document ul li {
  height: 100%;
}
#product_content_wrap .product_document ul li a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 1.7rem;
  transition: 0.15s linear;
  background-color: #2b2b68;
  border-radius: 8px;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 520px) {
  #product_content_wrap .product_document ul li a {
    font-size: 1.45rem;
    padding: 15px;
    box-sizing: border-box;
  }
}
#product_content_wrap .product_document ul li a i {
  transition: 0.15s linear;
  color: #fff;
}
#product_content_wrap .product_document ul li a:hover {
  background-color: #471FE8;
}
#product_content_wrap .product_document ul + p {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 40px;
}
#product_content_wrap h3 {
  font-size: 2.4rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid #2b2b68;
}
@media screen and (max-width: 520px) {
  #product_content_wrap h3 {
    font-size: 1.8rem;
  }
}

.product_contact_wrap {
  text-align: center;
  margin-bottom: 80px;
}
.product_contact_wrap a {
  display: inline-block;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 30px;
  line-height: 1.8;
  box-sizing: border-box;
  color: #fff;
  background-color: #ca29c7;
  transition: 0.15s linear;
}
.product_contact_wrap a:hover {
  background-color: #9377ff;
}
/* ==================================================== */
/* TM001文字サイズ＆アイコン色 徹底解決カスタム CSS       */
/* ==================================================== */

/* 1. 特徴エリア（.info）の中の文字サイズを標準サイズ（1.6rem = 16px相当）に強制 */
#product_content_wrap .product_feature1 .info p {
  font-size: 1.6rem !important;
  line-height: 1.8 !important;
  margin-bottom: 15px !important;
  color: #333333 !important; /* テキストを読みやすい濃いグレーに */
}

/* 特徴エリアの太字（見出し部分）を 2.4rem（24px相当）に強制 */
#product_content_wrap .product_feature1 .info p b {
  font-size: 2.4rem !important;
  font-weight: bold !important;
}

/* 2. 仕様テーブル（dl.sample_kikaku）の文字サイズを 1.7rem（17px相当）に強制 */
#product_content_wrap .feature_sample dl.sample_kikaku div dt,
#product_content_wrap .feature_sample dl.sample_kikaku div dd {
  font-size: 1.7rem !important;
  line-height: 1.8 !important;
}

/* 万が一、仕様表を <table> タグで書き換えられた場合でも文字が小さくならないよう保護 */
#product_content_wrap table,
#product_content_wrap table th,
#product_content_wrap table td {
  font-size: 1.6rem !important;
  line-height: 1.8 !important;
}
/* ==================================================== */
/* TM001 最終調整：文字サイズ・ボーダー・アイコン完全解決 CSS */
/* ==================================================== */

/* ---------------------------------------------------- */
/* 1. リード文セクションの文字サイズを強制適正化        */
/* ---------------------------------------------------- */
/* 親のIDを無視し、どこに書かれていてもリード文の文字サイズを大きく（タイトル24px/本文18px）強制します */
.feature_txt_box .product_lead_title {
  font-size: 2.4rem !important;
  color: #2b2b68 !important;
  font-weight: bold !important;
  margin-top: 1.0em !important;
  margin-bottom: 20px !important;
  line-height: 1.6 !important;
}

.feature_txt_box p {
  font-size: 1.8rem !important;
  line-height: 1.8 !important;
  color: #333333 !important;
  margin-bottom: 20px !important;
}


/* ---------------------------------------------------- */
/* 2. 製品仕様テーブル（dl.sample_kikaku）の格子ボーダー化 */
/* ---------------------------------------------------- */
/* div同士の3pxの隙間をゼロにしてくっつけ、綺麗な表（テーブル）にします */
#product_content_wrap dl.sample_kikaku_border {
  border: 1px solid #dfdfdf !important;
  border-bottom: none !important; /* 下線は中のセルで引くため */
  margin-bottom: 40px !important;
}

#product_content_wrap dl.sample_kikaku_border div {
  margin-bottom: 0 !important; /* 3pxの隙間を撤廃 */
  border-bottom: 1px solid #dfdfdf !important; /* 行ごとの横線を引く */
  display: grid !important;
  grid-template-columns: 25% 75% !important;
}

/* 各セルの文字サイズを17pxに強制し、dtとddの間に縦線を引きます */
#product_content_wrap dl.sample_kikaku_border div dt,
#product_content_wrap dl.sample_kikaku_border div dd {
  font-size: 1.7rem !important;
  line-height: 1.8 !important;
  padding: 20px 25px !important;
}

#product_content_wrap dl.sample_kikaku_border div dt {
  background: #f6f6f6 !important;
  font-weight: bold !important;
  border-right: 1px solid #dfdfdf !important; /* dtの右側に境界の縦線を引く */
}

#product_content_wrap dl.sample_kikaku_border div dd {
  background: #ffffff !important;
}


/* ---------------------------------------------------- */
/* 3. ダウンロードアイコンを「白」に強制（紹介・メーカー一覧）*/
/* ---------------------------------------------------- */
/* 製品紹介ページ（tm001.html）のダウンロード用アイコン */
#product_content_wrap .product_document ul li a i.fa-download {
  color: #ffffff !important;
  margin-left: 8px !important;
}
/* ==================================================== */
/* サイト全体・インサイト・製品紹介：太字（b / strong）復活・強調設定 */
/* ==================================================== */

/* 1. 【サイト全体共通】
   リセットCSSによって細くされてしまった b と strong の太字を本来の状態に戻します */
b, strong {
  font-weight: 700 !important; /* リセットCSSの normal を強制的に上書きします */
}

/* 2. 【インサイト（CyberSecurity Insight）記事本文内】
   pタグの中の b / strong タグを、視認性の高い「ブランドネイビー（#2b2b68）」の極太字で強調します */
.news_detail .detail_inner .post_body p b,
.news_detail .detail_inner .post_body p strong {
  font-weight: 700 !important;
  color: #2b2b68 !important; /* 規定のネイビーカラーで統一感を出して際立たせます */
  font-family: "greycliff-cf", "heisei-kaku-gothic-std", sans-serif !important;
}

/* 3. 【製品紹介ページ内（TM001など）】
   製品紹介コンテンツ内の b / strong を確実に極太にします */
#product_content_wrap p b,
#product_content_wrap p strong,
#product_content_wrap .info p b {
  font-weight: 700 !important;
  display: inline !important;
}

/* 4. 【明朝体（fontmincho）用の特別対策】
   明朝体フォント指定されたブロック内で太字を指定した際、
   ゴシック体にフォールバックしたり細くなったりするのを防ぎ、綺麗に明朝体のまま太字化します */
.fontmincho b,
.fontmincho strong {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-weight: 700 !important;
}
/* ---------------------------------------------------- */
/* 6. 画像を1枚だけ中央寄せにするレイアウト（.single_pic_layout） */
/* ---------------------------------------------------- */
/* PC表示時：2カラム用の設定を1カラム（ブロック要素）に上書きし、中央寄せにします */
#product_content_wrap .single_pic_layout {
  display: block !important; 
  text-align: center !important; /* 中の要素を中央に寄せます */
}

#product_content_wrap .single_pic_layout .pic {
  /* PCで画像が大きすぎてボケたり威圧感が出たりするのを防ぐため、
     横幅を「75%」に設定して上品に中央に配置します（100%幅にしたい場合は「100%」に変更してください） */
  width: 75% !important; 
  max-width: 100% !important;
  margin: 0 auto !important; /* 左右をオートにすることで100%確実に中央寄せにします */
  height: auto !important;
  background: transparent !important; /* 1枚画像にグレーの背景枠が不要な場合は透明化 */
  border: none !important;             /* 枠線を排除して画像単体を際立たせます */
  box-shadow: none !important;
}

/* スマホ・タブレット表示（画面幅1100px以下）の挙動：
   画面が狭くなったら自動的に画像を横幅いっぱい（100%）に広げて見やすくします */
@media screen and (max-width: 1100px) {
  #product_content_wrap .single_pic_layout .pic {
    width: 100% !important;
  }
}