@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: 60px;
}
.maker_subkey .maker_logo {
  text-align: center;
  margin-bottom: 25px;
}
@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 p {
  text-align: center;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 1.7rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@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 .product_feature1 {
  display: grid;
  grid-template-columns: 47% 47%;
  column-gap: 6%;
  border-top: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 60px;
}
#product_content_wrap .product_feature1:nth-child(even) .info {
  order: 2;
}
#product_content_wrap .product_feature1:nth-child(even) .pic {
  order: 1;
}
@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 .info {
  padding: 20px;
}
#product_content_wrap .product_feature1 .info dl div {
  margin-bottom: 30px;
}
#product_content_wrap .product_feature1 .info dl div dt {
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
#product_content_wrap .product_feature1 .info dl div dd {
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
#product_content_wrap .product_feature1 .info .feature_desc p {
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #product_content_wrap .product_feature1 .info .feature_desc p {
    font-size: 1.4rem;
  }
}
#product_content_wrap .product_feature1 .info .info_accordion [name=dashboard] {
  font-size: 1.7rem;
  line-height: 1;
  border: 1px solid #efefef;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #product_content_wrap .product_feature1 .info .info_accordion [name=dashboard] {
    font-size: 1.45rem;
  }
}
#product_content_wrap .product_feature1 .info .info_accordion [name=dashboard][open] summary {
  background: #471FE8;
  color: #fff;
}
#product_content_wrap .product_feature1 .info .info_accordion [name=dashboard][open] summary::after {
  top: 25%;
  transform: rotate(180deg) translateY(-15%);
  color: #fff;
}
#product_content_wrap .product_feature1 .info .info_accordion [name=dashboard] summary {
  display: block;
  list-style-type: none;
  background: #CAD9FF;
  color: #363480;
  padding: 10px 15px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
#product_content_wrap .product_feature1 .info .info_accordion [name=dashboard] summary::after {
  content: "△";
  color: #2b2b68;
  font-size: 1.5rem;
  position: absolute;
  right: 15px;
  top: 28%;
  transition: 0.15s linear;
}
@media screen and (max-width: 520px) {
  #product_content_wrap .product_feature1 .info .info_accordion [name=dashboard] summary::after {
    font-size: 1.25rem;
  }
}
#product_content_wrap .product_feature1 .info .info_accordion [name=dashboard] .summary_inner {
  padding: 10px 15px;
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  background: #f2f2f2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  #product_content_wrap .product_feature1 .info .info_accordion [name=dashboard] .summary_inner {
    font-size: 1.4rem;
  }
}
#product_content_wrap .product_feature1 .info .info_accordion [name=dashboard] .summary_inner img {
  display: inline-block;
  margin-top: 10px;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1100px) {
  #product_content_wrap .product_feature1 .pic {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #product_content_wrap .product_feature1 .pic.exchange_pic {
    margin-bottom: 40px;
  }
}
#product_content_wrap .product_feature1 .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#product_content_wrap .product_feature2 {
  padding: 30px 0;
  margin-bottom: 60px;
}
#product_content_wrap .product_feature2 .pic {
  width: 95%;
  margin: 0 auto 30px;
}
#product_content_wrap .product_feature2 .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#product_content_wrap .product_feature2 .info dl dt {
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
#product_content_wrap .product_feature2 .info dl dd {
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
#product_content_wrap .product_document {
  margin-bottom: 60px;
}
#product_content_wrap .product_document ul {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 45% 45%;
  column-gap: 10%;
  row-gap: 20px;
}
@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 a {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #2b2b68;
  display: inline-block;
  text-align: center;
  font-size: 1.7rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 0;
  margin-bottom: 15px;
  transition: 0.15s linear;
  line-height: 1.8;
  background-color: #2b2b68;
  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 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;
  }
}

.maker_product_detail.single_column {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .maker_product_detail.single_column {
    width: 90%;
  }
}
@media screen and (max-width: 1100px) {
  .maker_product_detail.single_column {
    display: block;
  }
}
.maker_product_detail.single_column .box_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap {
    margin-bottom: 35px;
  }
}
.maker_product_detail.single_column .box_wrap .product_box {
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .maker_product_detail.single_column .box_wrap .product_box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .product_box {
    margin-bottom: 10px;
  }
}
.maker_product_detail.single_column .box_wrap .product_box:hover .pic {
  outline: 14px solid #471FE8;
  outline-offset: -14px;
  transition: 0.2s linear;
}
.maker_product_detail.single_column .box_wrap .product_box:hover .info .title {
  color: #471FE8;
  transition: 0.2s linear;
}
.maker_product_detail.single_column .box_wrap .product_box .pic {
  padding: 120px;
  min-height: 320px;
  height: auto;
  outline: 14px solid #efefef;
  outline-offset: -14px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 1280px) {
  .maker_product_detail.single_column .box_wrap .product_box .pic {
    min-height: 280px;
    height: auto;
    padding: 120px 80px;
  }
}
@media screen and (max-width: 1100px) {
  .maker_product_detail.single_column .box_wrap .product_box .pic {
    padding: 60px;
    min-height: 280px;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .product_box .pic {
    padding: 50px 30px;
    margin-bottom: 10px;
  }
}
.maker_product_detail.single_column .box_wrap .product_box .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
}
.maker_product_detail.single_column .box_wrap .product_box .pic img.square_pic {
  width: 55%;
}
@media screen and (min-width: 1280px) {
  .maker_product_detail.single_column .box_wrap .product_box .pic img {
    width: 70%;
    height: auto;
    vertical-align: bottom;
  }
}
.maker_product_detail.single_column .box_wrap .product_box .info {
  padding: 20px 0;
  display: inline-block;
}
.maker_product_detail.single_column .box_wrap .product_box .info .title {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #2b2b68;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .product_box .info .title {
    font-size: 2rem;
  }
}
.maker_product_detail.single_column .box_wrap .product_box .info .txt {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .product_box .info .txt {
    font-size: 1.35rem;
  }
}
.maker_product_detail.single_column .box_wrap .product_box .info a.link_btn {
  margin-top: 15px;
  display: inline-block;
  padding: 8px 18px 7px;
  border-radius: 5px;
  font-size: 1.5rem;
  background: #2b2b68;
  color: #fff;
}
.maker_product_detail.single_column .box_wrap .product_box .info a.link_btn:hover {
  background: #471FE8;
}
.maker_product_detail.single_column .box_wrap .product_box .link_line a {
  color: #2b2b68;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 15px;
  transition: 0.15s linear;
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .product_box .link_line a {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
  }
}
.maker_product_detail.single_column .box_wrap .product_box .link_line a i {
  color: #2b2b68;
  display: inline-block;
  margin-right: 5px;
}
.maker_product_detail.single_column .box_wrap .product_box .link_line a:hover {
  color: #471FE8;
}
.maker_product_detail.single_column .box_wrap .product_box .link_line a:hover i {
  color: #471FE8;
}
.maker_product_detail.single_column .box_wrap .feature_faq div {
  display: grid;
  grid-template-columns: 35% 62%;
  column-gap: 2%;
  margin-bottom: 3px;
  background: #fff;
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .feature_faq div {
    display: block;
  }
}
.maker_product_detail.single_column .box_wrap .feature_faq div dt, .maker_product_detail.single_column .box_wrap .feature_faq div dd {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .feature_faq div dt, .maker_product_detail.single_column .box_wrap .feature_faq div dd {
    font-size: 1.4rem;
  }
}
.maker_product_detail.single_column .box_wrap .feature_faq div dt {
  background: #c4daf6;
  display: grid;
  align-items: center;
  padding: 12px 20px;
}
.maker_product_detail.single_column .box_wrap .feature_faq div dd {
  padding: 15px;
}
.maker_product_detail.single_column .box_wrap .sub_box {
  display: grid;
  grid-template-columns: 50% 50%;
  place-items: center;
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .sub_box {
    display: block;
  }
}
.maker_product_detail.single_column .box_wrap .sub_box .title {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #6aaad7;
  padding: 12px;
  color: #fff;
  font-size: 2rem;
  display: grid;
  place-items: center;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .sub_box .title {
    padding: 12px;
    line-height: 1.8;
  }
}
.maker_product_detail.single_column .box_wrap .sub_box .pic {
  width: 100%;
  display: grid;
  place-items: center;
  outline: 14px solid #efefef;
  outline-offset: -14px;
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .sub_box .pic {
    padding: 20px;
  }
}
.maker_product_detail.single_column .box_wrap .sub_box .pic img {
  width: auto;
  height: 90%;
  vertical-align: bottom;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .maker_product_detail.single_column .box_wrap .sub_box .pic img {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .sub_box .pic img {
    width: 90%;
  }
}
.maker_product_detail.single_column .box_wrap h4.small_title {
  text-align: center;
  padding: 50px 0 25px;
  font-size: 1.8rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .sub_desc_box {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
}
.maker_product_detail.single_column .box_wrap .sub_desc_box .pioid_table {
  width: 100%;
  margin-bottom: 30px;
  background: #f8f8f8;
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .sub_desc_box .pioid_table {
    width: 800px;
  }
}
.maker_product_detail.single_column .box_wrap .sub_desc_box .pioid_table thead tr {
  background: #6aaad7;
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.maker_product_detail.single_column .box_wrap .sub_desc_box .pioid_table thead tr th {
  color: #fff;
  padding: 10px 15px;
  border-right: 1px solid #f7f7f7;
}
.maker_product_detail.single_column .box_wrap .sub_desc_box .pioid_table tbody tr:nth-child(odd) {
  background: #fff;
}
.maker_product_detail.single_column .box_wrap .sub_desc_box .pioid_table tbody tr td {
  padding: 10px 15px;
  border-right: 1px solid #f7f7f7;
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .maker_product_detail.single_column .box_wrap .sub_desc_box .pioid_table tbody tr td {
    font-size: 1.4rem;
  }
}
.maker_product_detail.single_column .box_wrap .annotation {
  font-size: 1.4rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
.maker_product_detail.single_column .box_wrap .annotation .title {
  text-align: center;
  background: #2a2a2a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.maker_product_detail.single_column .box_wrap .annotation .info {
  padding: 20px;
}

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