@charset "utf-8";

/*---------------------------------------------
 grid system
---------------------------------------------*/
.grid{display:flex;flex-wrap:wrap;}.grid.jc-c{justify-content:center;}.grid.ai-c{align-items:center;}[class*="grid-"] .col{flex:inherit;}.grid-1 > .col{width:100%;}.grid-5.gd1,.grid-4.gd1,.grid-3.gd1,.grid-2.gd1{margin-right:-1px;margin-bottom:-1px;}.gd1 > .col{margin-right:1px;margin-bottom:1px;}.grid-2.gd1 > .col{width:calc(50% - 1px);}.grid-3.gd1 > .col{width:calc(33.333% - 1px);}.grid-4.gd1 > .col{width:calc(25% - 1px);}.grid-5.gd1 > .col{width:calc(20% - 1px);}.grid-5.gd10,.grid-4.gd10,.grid-3.gd10,.grid-2.gd10{margin-right:-10px;margin-bottom:-10px;}.gd10 > .col{margin-right:10px;margin-bottom:10px;}.grid-2.gd10 > .col{width:calc(50% - 10px);}.grid-3.gd10 > .col{width:calc(33.333% - 10px);}.grid-4.gd10 > .col{width:calc(25% - 10px);}.grid-5.gd10 > .col{width:calc(20% - 10px);}.grid-5.gd20,.grid-4.gd20,.grid-3.gd20,.grid-2.gd20{margin-right:-20px;margin-bottom:-20px;}.gd20 > .col{margin-right:20px;margin-bottom:20px;}.grid-2.gd20 > .col{width:calc(50% - 20px);}.grid-3.gd20 > .col{width:calc(33.333% - 20px);}.grid-4.gd20 > .col{width:calc(25% - 20px);}.grid-5.gd20 > .col{width:calc(20% - 20px);}.grid-5.gd30,.grid-4.gd30,.grid-3.gd30,.grid-2.gd30{margin-right:-30px;margin-bottom:-30px;}.gd30 > .col{margin-right:30px;margin-bottom:30px;}.grid-2.gd30 > .col{width:calc(50% - 30px);}.grid-3.gd30 > .col{width:calc(33.333% - 30px);}.grid-4.gd30 > .col{width:calc(25% - 30px);}.grid-5.gd30 > .col{width:calc(20% - 30px);}.grid-5.gd40,.grid-4.gd40,.grid-3.gd40,.grid-2.gd40{margin-right:-40px;margin-bottom:-40px;}.gd40 > .col{margin-right:40px;margin-bottom:40px;}.grid-2.gd40 > .col{width:calc(50% - 40px);}.grid-3.gd40 > .col{width:calc(33.333% - 40px);}.grid-4.gd40 > .col{width:calc(25% - 40px);}.grid-5.gd40 > .col{width:calc(20% - 40px);}.grid-5.gd50,.grid-4.gd50,.grid-3.gd50,.grid-2.gd50{margin-right:-50px;margin-bottom:-50px;}.gd50 > .col{margin-right:50px;margin-bottom:50px;}.grid-2.gd50 > .col{width:calc(50% - 50px);}.grid-3.gd50 > .col{width:calc(33.333% - 50px);}.grid-4.gd50 > .col{width:calc(25% - 50px);}.grid-5.gd50 > .col{width:calc(20% - 50px);}

body {
  display:none;
}

/* title */
.page-ttl-section {
  min-height: 500px;
  background: url(/assets/images/component/pic_bg_h1_dummy.jpg) no-repeat center / cover;
  display: flex;
  align-items: center;
  padding: 20px 0;
  margin-top: 74px;
}
.page-ttl-section .txt-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-shadow: 0 0 8px rgba(255, 255, 255, .8) , 0 0 8px rgba(255, 255, 255, .8);
}
.page-ttl-section .ttl-label {
  margin-bottom: 5px;
}
.page-ttl-section .ttl-label > span {
  color: #fff;
  display: inline-block;
  padding: 1px 18px 2px;
  background-color: #2b2b2b;
  text-shadow: none;
  font-size: 1.6rem;
}
.page-ttl-section .ttl-label.v2 {
  margin-bottom: 10px;
}
.page-ttl-section .ttl-label.v2 > span {
  min-width: 190px;
  text-align: center;
  line-height: 1.2;
}
.page-ttl {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.page-subttl {
  font-size: 1.8rem;
  font-weight: 500;
}
.page-subttl .initial {
  color: #e60012;
}
.page-ttl-section.ht-sm {
  min-height: 270px;
}
.page-ttl-section.simple {
  min-height: auto;
  padding: 56px 0;
  background-image: none;
  background-color: #eeeeee;
}
.simple .page-ttl {
  font-size: 3.6rem;
}
* + .h2ttl-cmn {
  margin-top: 60px;
}
.h2ttl-cmn {
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
  margin-bottom: 26px;
}
.h2ttl-cmn::before {
  content: "";
  width: 29px;
  height: 30px;
  background: url(/assets/images/icn_ttl_01.png) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: calc(.7em - 14px);
}
.h2ttl-cmn.icn-mail::before {
  width: 23px;
  height: 20px;
  background: url(/assets/images/icn_ttl_02.png) no-repeat center / contain;
  left: 3px;
  top: calc(.8em - 10px);
}
.h2ttl-cmn.icn-tel::before {
  width: 28px;
  height: 28px;
  background: url(/assets/images/icn_ttl_03.png) no-repeat center / contain;
  top: calc(.8em - 12px);
}
* + .h3ttl-cmn {
  margin-top: 55px;
}
.h3ttl-cmn {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 2px solid #d3d3d3;
  margin-bottom: 10px;
}
.h4ttl-cmn {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.h5ttl-cmn {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 13px;
  position: relative;
}
.h5ttl-cmn::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 5px;
  border: 2px solid #de0303;
  position: absolute;
  left: 0;
  top: calc(.7em - 3px);
}
.simple-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.catch-copy {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
}
.txt-cmn {
  font-size: 1.6rem;
}
.txt-cmn-v2 {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .1em;
}
.txt-red {
  color: #de0303;
}
.txt-black {
  color: #333 !important;
}
.txt-serif {
  font-family: 'Noto Serif JP', serif;
}
.txt-rmark {
  font-size: 120%;
  position: relative;
  top: .1em;
}
.indent-ttl-1em {
  padding-left: 1em;
  text-indent: -1em;
}
.pl-1_5em {
  padding-left: 1.5em;
}
.lh-m {
  line-height: 1.66 !important;
}
.lh-l {
  line-height: 1.75;
}
.lh-l2 {
  line-height: 1.875;
}
.lh-xl {
  line-height: 2;
}
.url-break {
  word-break: break-all;
}
.ls-200 {
  letter-spacing: .2em;
}
.single-label {
  line-height: 1.3;
}
.single-label span {
  display: inline-block;
  background-color: #e60012;
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 10px;
}
.arrow-toBtm {
  position: relative;
  margin-bottom: 56px;
  padding-bottom: 30px;
}
.arrow-toBtm::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 80px 0 80px;
  border-color: #666666 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 80px);
  bottom: -26px;
}
.link-arrow {
  padding-right: 40px;
  position: relative;
}
.link-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-width: 2px 2px 0 0;
  border-color: #de0303;
  border-style: solid;
  right: 3px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/* box */
.bg-txt-box {
  background-color: #f3f3f3;
  padding: 15px 20px;
}
.bg-txt-box > .box-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.bg-txt-box > .box-ttl.blue {
  color: #2672a7;
}
.bg-txt-box.bg-red {
  background-color: #f8e6e7;
}
.bg-txt-box.bg-blue {
  background-color: #d4ecfc;
}
.bg-txt-box.bg-lblue {
  background-color: #ebf6ff;
}
.bg-txt-box.bg-red2 {
  background-color: #ffe0e0;
}
.bg-txt-box.bg-red3 {
  background-color: #faeded;
}
.bg-txt-box.pd-lg {
  padding: 34px 40px 36px;
}

.attention-box {
  position: relative;
}
.attention-box > .box-head {
  background: #de0303;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 8px 21px;
}
.attention-box > .box-head .icn {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
}
.attention-box > .box-head .ttl {
  flex: 1;
}
.attention-box > .box-body {
  background: #f8e6e7;
  padding: 16px 21px;
}
.border-box-grey {
  padding: 40px;
  border: 2px solid #cfcfcf;
}
.border-box-red {
  padding: 40px;
  border: 2px solid #de0303;
}
.bd-curl-box {
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

/* list */
.nml-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.note-list,
.num-list,
.nml-list  {
  font-size: 1.6rem;
}
.note-list > li + li,
.num-list > li + li,
.nml-list > li + li {
  margin-top: 13px;
}
.nml-list > li::before {
  content: "・";
}
.num-list > li ul,
.num-list > li ol,
.nml-list > li ul,
.nml-list > li ol {
  margin-top: 10px;
}
.note-list > li,
.num-list > li {
  display: flex;
}
.num-list > li > .initial {
  margin-right: 12px;
  color: #de0303;
  font-weight: bold;
}
.note-list > li > .list-inner,
.num-list > li > .list-inner {
  flex: 1;
}
.num-list > li ol .initial {
  color: #333;
}
.note-list > li > .initial {
  margin-right: 15px;
}
.note-list > li .txt-link-cmn {
  font-size: 1.4rem;
  line-height: 1.5;
}
.bgc-link-list > li .txt-link-cmn {
  display: block;
  background-color: #f3f3f3;
  padding: 20px;
}
.bgc-link-list > li .txt-link-cmn span {
  border-bottom: none;
}
.circle-dot-list > li {
  position: relative;
  padding-left: 12px;
  font-size: 1.6rem;
}
.circle-dot-list > li::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #de0303;
  border-radius: 7px;
  position: absolute;
  left: 0;
  top: .6em;
}
.circle-dot-list > li + li {
  margin-top: 3px; 
}

/* accordion */
.acc-ttl {
  display: block;
  position: relative;
}
.acc-mark {
  width: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.acc-mark::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-width: 4px 4px 0 0;
  border-color: #ff0000;
  border-style: solid;
  right: 0;
  top: calc(50% - 10px);
  transform: rotate(135deg);
  transform-origin: center center;
  transition: all .3s ease;
}
.acc-mark.plus {
  transform: none;
  right: 0;
}
.acc-mark.plus::before {
  content: "";
  width: 28px;
  height: 4px;
  background-color: #de0303;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}
.acc-mark.plus::after {
  border: none;
  width: 4px;
  height: 28px;
  background-color: #de0303;
  transform: rotate(0deg);
  top: calc(50% - 13px);
  right: 12px;
}
.acc-ttl.cur .acc-mark::after {
  transform: rotate(-45deg);
  top: calc(50% - 3px);
}
.acc-ttl.cur .acc-mark.plus::after {
  transform: rotate(90deg);
  top: calc(50% - 13px);
}
.acc-contents {
  display: none;
}
.acc-contents.show {
  display: block;
}

/* faq */
.faq-box-cmn .acc-contents {
  padding-top: 20px;
  padding-bottom: 1px;
}
.faq-box-cmn .faq-q {
  border: 2px solid #cfcfcf;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 19px 45px 19px 24px;
  margin-top: 20px;
}
.faq-box-cmn .faq-q > .initial,
.faq-box-cmn .faq-a > .initial {
  color: #de0303;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 18px;
}
.faq-box-cmn .faq-a > .initial {
  margin-left: 4px;
}
.faq-box-cmn .faq-q-ttl,
.faq-box-cmn .faq-a-txt {
  flex: 1;
}
.faq-box-cmn .faq-q-ttl {
  font-size: 1.8rem;
  line-height: 1.66;
}
.faq-box-cmn .faq-a-txt {
  font-size: 1.6rem;
}
.faq-box-cmn .faq-a {
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  padding: 21px 24px;
}
.faq-box-cmn .faq-a.ai-start {
  align-items: flex-start;
}
.faq-box-cmn .faq-a.ai-start .faq-a-txt {
  padding-top: 10px;
}

.dl-wrap-cmn .dl-item {
  display: flex;
}
.dl-wrap-cmn .dl-item.ai-center {
  align-items: center;
}
.dl-wrap-cmn .dl-item + .dl-item {
  margin-top: 5px;
}
.dl-wrap-cmn .dl-item {
  border-bottom: 1px solid #cfcfcf;
}
.dl-wrap-cmn .dl-item > dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 6px;
  width: 230px;
}
.dl-wrap-cmn .dl-item > dd {
  font-size: 1.6rem;
  flex: 1;
  min-width: 1px;
  padding: 0 0 6px 20px;
}

/* layout */
.flx-box-cmn {
  display: flex;
}
.flx-box-cmn.jc-c {
  justify-content: center;
}
.flx-box-cmn.jc-a {
  justify-content: space-around;
}
.flx-box-cmn.ai-c {
  align-items: center;
}
.flx-box-cmn.fd-col {
  flex-direction: column;
}
.flx-box-cmn .flx-1 {
  flex: 1;
}

/* table */
.table-wrap {
  width: 100%;
  position: relative;
}
.nml-table {
  width: 100%;
  font-size: 1.6rem;
}
.nml-table th {
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
  color: #fff;
  padding: 3px 18px;
}
.nml-table thead th {
  border: 1px solid #fff;
  border-bottom: none;
  text-align: center;
}
.nml-table thead tr:first-of-type th {
  border-top: 1px solid #2b2b2b;
}
.nml-table thead tr:first-of-type th:first-of-type {
  border-left: 1px solid #2b2b2b;
}
.nml-table thead tr:first-of-type th:last-of-type {
  border-right: 1px solid #2b2b2b;
}
.nml-table thead th:first-of-type {
  border-left-color: #2b2b2b;
}
.nml-table thead th:last-of-type {
  border-right-color: #2b2b2b;
}
.nml-table thead th.bg-red {
  border-right-color: #2b2b2b;
}
.nml-table .bg-green {
  background: #567524;
}

.nml-table tbody th {
  border-bottom-color: #fff;
}
.nml-table tbody tr:last-of-type th {
  border-bottom-color: #2b2b2b;
}
.nml-table td {
  background: #fff;
  border: 1px solid #2b2b2b;
  padding: 3px 20px;
}
.nml-table .cell-none {
  background: none;
  border: none;
}
.nml-table .bg-red {
  background: #ff0000;
}
.nml-table .bg-lt-red {
  background: #ffe3e3;
}
.nml-table .bg-lt-gray {
  background: #eee;
}
.nml-table th.bg-lt-gray {
  color: #2b2b2b;
  border-top-color: #2b2b2b;
  border-right-color: #2b2b2b;
}
.nml-table tbody th.bg-lt-gray {
  border-bottom-color: #2b2b2b;
}
.nml-table tbody tr:last-of-type .bg-color01 {
  border-bottom-color: #2b2b2b;
}
.nml-table .bdb-white {
  border-bottom-color: #fff !important;
}
.nml-table.no-vl-table tbody td {
  border: none;
  border-bottom: 1px solid #2b2b2b;
}
.nml-table .bdt-none {
  border-top: none !important;
}
.nml-table .bdb-none {
  border-bottom: none !important;
}
.nml-table .bdr-none {
  border-right: none !important;
}
.nml-table th.bg-green {
  border-right: 1px solid #fff;
}

.nml-table.v2 td {
  padding: 16px 20px;
}

.h3ttl-cmn + .graph-wrap {
  margin-top: 30px;
}
.graph-wrap + .table-wrap {
  margin-top: 30px;
}
.e-ir-table {
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-collapse: collapse;
  width: 100%;
}
.e-ir-table th,
.e-ir-table td {
  padding: 2px 6px;
  font-size: 1.6rem;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  vertical-align: middle;
}
.e-ir-table th {
  color: #848484;
  background-color: #EEE;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
.e-ir-table td {
  text-align: right;
}
.e-ir-table,
.e-ir-table th,
.e-ir-table td {
  border-style: solid;
  border-color: #CCCCCC;
}
/* block */
.article-wrap {
  display: flex;
  flex-wrap: wrap;
}
.article-wrap + .article-wrap {
  margin-top: 70px;
}
.article-wrap > .img-wrap {
  margin-right: 40px;
}
.article-wrap > .txt-wrap {
  flex: 1;
}
.article-wrap .article-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.article-wrap > .txt-wrap .txt-cmn {
  line-height: 1.875;
  letter-spacing: .1em;
}
.article-wrap.rev > .img-wrap {
  order: 2;
  margin-left: 40px;
  margin-right: 0;
}
.article-wrap.rev > .txt-wrap {
  order: 1;
}
.article-float-wrap + .article-float-wrap {
  margin-top: 70px;
}
.article-float-wrap {
  overflow: hidden;
}
.article-float-wrap > .img {
  float: left;
  margin-right: 40px;
  margin-bottom: 8px;
}
.article-float-wrap .txt-cmn {
  line-height: 1.875;
}
.article-float-wrap.rev > .img {
  float: right;
  margin-right: 0;
  margin-left: 40px;
}
.step-article-list > li + li {
  padding-top: 50px;
}
.step-article-list > li {
  padding-bottom: 50px;
  border-bottom: 1px solid #cfcfcf;
}

/*  modal  */
.img-modal-link {
  position: relative;
}
.img-modal-link::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(/assets/images/icn_modal_open.png) no-repeat center / contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
body.modal-open {
  width: 100%;
  position: fixed;
}
.modal-overlay {
  background-color: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
.modal-win.show,
.modal-overlay.show {
  opacity: 1;
}
.modal-win {
  margin: auto;
  opacity: 0;
  position: fixed;
  z-index: 1001;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 90%;
  max-height: calc(100% - 64px);
}
.modal-win .modal-close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: calc(100% + 4px);
}
.modal-win .modal-close::after,
.modal-win .modal-close::before {
  background: #fff;
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.modal-win .modal-close::before {
  transform: rotate(45deg);
}
.modal-win .modal-close::after {
  transform: rotate(-45deg);
}
.modal-win .modal-inner {
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.modal-win .modal-inner .modal-caption {
  margin-top: 10px;
}
.modal-win .modal-inner img {
/*  max-width: none;*/
}

/* text link */
.anchor-target {
  margin-top: -73px !important;
  padding-top: 73px !important;
  pointer-events: none;
}
.txt-link-cmn {
  color: #004d99;
  font-size: 1.6rem;
  position: relative;
}
.txt-link-cmn.e-ir-link {
  font-size: 1.4rem;
  line-height: 1.5;
}
.txt-link-cmn > span {
  border-bottom: 1px solid #004d99;
  transition: all .3s ease;
}
.txt-link-cmn.anchor {
  margin-right: 15px;
}
.txt-link-cmn.anchor::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 9px;
  height: 9px;
  border-width: 2px 2px 0 0;
  border-color: #ff0000;
  border-style: solid;
  transform: rotate(135deg);
  margin-left: 10px;
  margin-top: -6px;
}
.txt-link-cmn[target="_blank"]:not(.no-icn)::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url(/assets/images/icn_blank_black.png) no-repeat center / contain;
  margin-top: -6px;
  margin-right: 15px;
}
.txt-link-cmn[href*=".pdf"]:not(.no-icn)::after {
  content: "";
  width: 32px;
  height: 18px;
  background: url(/assets/images/icn_pdf_red.png) no-repeat center / contain;
  margin-top: -2px;
}
.txt-link-cmn.dwg:not(.no-icn)::after,
.txt-link-cmn.pptx:not(.no-icn)::after,
.txt-link-cmn.ppt:not(.no-icn)::after,
.txt-link-cmn.xlsx:not(.no-icn)::after,
.txt-link-cmn.docx:not(.no-icn)::after,
.txt-link-cmn.doc:not(.no-icn)::after,
.txt-link-cmn.zip:not(.no-icn)::after,
.txt-link-cmn.jww:not(.no-icn)::after,
.txt-link-cmn.xls:not(.no-icn)::after,
.txt-link-cmn.dxf:not(.no-icn)::after {
  content: "";
  width: 32px;
  height: 18px;
  margin-top: -2px;
}
.txt-link-cmn.dxf:not(.no-icn)::after {
  width: 44px;
  background: url(/assets/images/icn_dxf.png) no-repeat center / auto 100%;
}
.txt-link-cmn.jww:not(.no-icn)::after {
  width: 44px;
  background: url(/assets/images/icn_jww.png) no-repeat center / auto 100%;
}
.txt-link-cmn.xls:not(.no-icn)::after {
  background: url(/assets/images/icn_xls.png) no-repeat center / auto 100%;
}
.txt-link-cmn.zip:not(.no-icn)::after {
  background: url(/assets/images/icn_zip.png) no-repeat center / auto 100%;
}
.txt-link-cmn.doc:not(.no-icn)::after {
  width: 36px;
  background: url(/assets/images/icn_doc.png) no-repeat center / auto 100%;
}
.txt-link-cmn.docx:not(.no-icn)::after {
  width: 44px;
  background: url(/assets/images/icn_docx.png) no-repeat center / auto 100%;
}
.txt-link-cmn.xlsx:not(.no-icn)::after {
  width: 40px;
  background: url(/assets/images/icn_xlsx.png) no-repeat center / auto 100%;
}
.txt-link-cmn.ppt:not(.no-icn)::after {
  background: url(/assets/images/icn_ppt.png) no-repeat center / auto 100%;
}
.txt-link-cmn.pptx:not(.no-icn)::after {
  width: 42px;
  background: url(/assets/images/icn_pptx.png) no-repeat center / auto 100%;
}
.txt-link-cmn.dwg:not(.no-icn)::after {
  width: 36px;
  background: url(/assets/images/icn_dwg.png) no-repeat center / auto 100%;
}
.txt-link-cmn.return-arrow {
  padding-left: 18px;
  display: inline-block;
}
.txt-link-cmn.return-arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-color: #ff0000;
  border-style: solid;
  left: 0;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%) rotate(-135deg);
}
.txt-link-cmn.arrow-icn {
  padding-right: 18px;
  display: inline-block;
}
.txt-link-cmn.arrow-icn::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-color: #ff0000;
  border-style: solid;
  right: 0;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%) rotate(45deg);
}
.txt-link-cmn.arrow-icn {
  padding-right: 18px;
  display: inline-block;
}
.txt-link-cmn.disabled {
    pointer-events: none;
    text-decoration: none;
    cursor: default;
}


/*  button  */
.btn-wrap-cmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-wrap-cmn.jc-start {
  justify-content: flex-start;
}
.btn-wrap-cmn.jc-end {
  justify-content: flex-end;
}
.btn-wrap-cmn.btn-col2 {
  margin: 0 0 -20px;
  justify-content: space-evenly;
}
.btn-wrap-cmn.btn-col2 a {
  margin-bottom: 20px;
}
.btn-wrap-cmn.btn-col3 {
  margin: 0 -15px -20px;
}
.btn-wrap-cmn.btn-col3 a {
  width: calc(33.333% - 30px);
  margin: 0 15px 20px;
}
.btn-wrap-cmn.btn-col4 {
  margin: 0 -10px -20px;
}
.btn-wrap-cmn.btn-col4 a {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-cmn[target="_blank"]:not(.nml-icn):not(.sub-btn)::after {
  width: 16px;
  height: 16px;
  background: url(/assets/images/icn_blank_black.png) no-repeat center / contain;
  right: 12px;
  top: 50%;
  transform: rotate(0) translateY(-50%);
  border: none;
}
.btn-cmn[href*=".pdf"]:not(.nml-icn):not(.sub-btn) {
  padding-left: 45px;
  padding-right: 45px;
}
.btn-cmn[href*=".pdf"]:not(.nml-icn):not(.sub-btn)::after {
  width: 32px;
  height: 18px;
  transform: rotate(0) translateY(-50%);
  border: none;
  background: url(/assets/images/icn_pdf_red.png) no-repeat center / contain;
}
.btn-cmn.red[target="_blank"]:not(.nml-icn):not(.sub-btn)::after {
  background: url(/assets/images/icn_blank_white.png) no-repeat center / contain;
}
.btn-cmn.red[href*=".pdf"]:not(.nml-icn):not(.sub-btn)::after {
  background: url(/assets/images/icn_pdf_white.png) no-repeat center / contain;
}
.btn-cmn.dl-btn::after {
  width: 18px;
  height: 18px;
  background: url(/assets/images/icn_dl.png) no-repeat center / contain;
  right: 12px;
  top: calc(50% - 9px);
  transform: none;
  border: none;
}
.btn-cmn.return,
.btn-cmn.white {
  background-color: #fff;
  color: #de0303;
  border-color: #de0303;
}
.btn-cmn.return::after,
.btn-cmn.white::after {
  border-color: #de0303;
}
.btn-cmn.return::after {
  border-width: 0 0 2px 2px;
  right: auto;
  left: 12px;
}
.btn-cmn.disabled {
  color: #616161;
  pointer-events: none;
  border-color: #9d6161;
  background-color: #e1e1e1;
}
.btn-cmn.disabled::after {
  content: none;
}
.btn-cmn.red.disabled {
  background-color: #9d6161;
  color: #dabebe;
  border-color: #9d6161;
}
.btn-cmn.return.disabled,
.btn-cmn.white.disabled {
  color: #a16d6d;
}
.btn-cmn.atn-btn::before {
  content: "";
  width: 30px;
  height: 26px;
  background: url(/assets/images/icn_attention.png) no-repeat center / contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 13px);
}
.btn-cmn.anchor-btn {
  padding-left: 5px;
  padding-right: 45px;
  font-weight: bold;
}
.btn-cmn.anchor-btn::after {
  transform: translateY(-50%) rotate(135deg);
  margin-top: -3px;
  right: 20px;
}
.btn-cmn.btn-lg {
  width: 575px;
  min-height: 84px;
  border: 1px solid #666;
  justify-content: flex-start !important;
  text-align: left;
  padding: 11px 42px 11px 28px;
  color: #666;
}
.btn-cmn.btn-lg::after {
  right: 30px;
}
.btn-cmn.sub-btn {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-cmn.sub-btn > .txt-inr {
  width: 100%;
}
.btn-cmn.sub-btn .main {
  padding-left: 5px;
  padding-right: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.btn-cmn.sub-btn .main::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-width: 2px 2px 0 0;
  border-color: #333;
  border-style: solid;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.btn-cmn.sub-btn .sub {
  font-size: 1.4rem;
  display: block;
  width: 100%;
  border-top: 1px solid #666;
  padding-top: 8px;
  margin-top: 12px;
  text-align: left;
}
.btn-cmn.sub-btn::after {
  top: calc(50% - 20px) !important;
  right: 14px !important;
}
.btn-cmn.sub-btn[href*=".pdf"] {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-cmn.cell-btn {
  display: inline-block;
  width: auto;
  min-width: 50px;
  padding: 2px 5px 2px !important;
  font-size: 1.4rem;
}
.btn-cmn.cell-btn.red::after {
  content: none !important;
}
.btn-cmn.no-link {
  pointer-events: none;
}
.btn-cmn.no-link::after {
  content: none;
}
.btn-cmn.pd-sm {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.btn-cmn.pd-sm::after {
  right: 15px !important;
}
.btn-cmn.bd-white {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.btn-cmn.bd-white::after {
  border-color: #fff;
}
.pdf-icn {
  position: relative;
}
.pdf-icn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 18px;
  margin: -5px 3px 0;
  background: url(/assets/images/icn_pdf_red.png) no-repeat center / contain;
}

.local-nav-list .btn-cmn,
.grid > .col .btn-cmn,
.btn-wrap-cmn .btn-cmn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anchor-btn-list {
  display: flex;
}
.anchor-btn-list > li {
  width: 100%;
}
.anchor-btn-list > li + li {
  border-left: 1px solid #b6b6b6;
}
.anchor-btn-cmn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-align: center;
  padding: 2px 10px 15px;
  position: relative;
}
.anchor-btn-cmn::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-width: 0 1px 1px 0;
  border-color: #333;
  border-style: solid;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%) rotate(45deg);
}
.anchor-btn-list .anchor-btn-cmn {
  height: 100%;
}
.local-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -14px;
}
.local-nav-list > li {
  margin-right: 22px;
  margin-bottom: 14px;
}
.local-nav-list.col3,
.local-nav-list.col4 {
  margin-right: -22px;
}
.local-nav-list.col3 > li {
  width: calc(33.333% - 22px);
}
.local-nav-list.col4 > li {
  width: calc(25% - 22px);
}
.local-nav-list .btn-cmn {
  width: 284px;
  height: 100%; 
}
.local-nav-list .btn-cmn.cur {
  background-color: #333;
  color: #fff;
  pointer-events: none;
}
.local-nav-list.col3 .btn-cmn {
  width: 100%;
}

/*  panel  */
.linkpanel-cmn {
  display: block;
  background-color: #fff;
  box-shadow: 2px 2px 18px rgba(0, 0, 0, .2);
  position: relative;
}
.bgi-linkpanel::after,
.linkpanel-cmn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 26px 26px;
  border-color: transparent transparent #ff0000 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.linkpanel-cmn > .img-wrap img {
  width: 100%;
}
.linkpanel-cmn > .txt-wrap {
  padding: 10px 20px 15px;
}
.linkpanel-cmn .panel-ttl {
  font-size: 2rem;
  font-weight: bold;
}
.linkpanel-cmn .sub-panel-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  color: #7f7f7f;
}
.linkpanel-cmn .panel-txt {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.66;
}
.bgi-linkpanel {
  display: block;
  position: relative;
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bgi-linkpanel.bgi-01 {
  background-image: url(/assets/images/img_ir_top_01.png);
}
.bgi-linkpanel.bgi-02 {
  background-image: url(/assets/images/img_ir_top_02.png);
}
.bgi-linkpanel.bgi-03 {
  background-image: url(/assets/images/img_ir_top_03.png);
}
.bgi-linkpanel > .txt-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 22px 30px 30px;
}
.bgi-linkpanel .panel-ttl {
  font-size: 3.6rem;
  margin-bottom: 10px;
  line-height: 1.4;
}
.bgi-linkpanel .sub-panel-ttl {
  font-size: 2rem;
}
.document-panel {
  width: 100%;
  background-color: #eee;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.document-panel.new {
  position: relative;
}
.document-panel.new::before {
  content: "NEW";
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
}
.document-panel.new::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #de0303 transparent transparent transparent;
  z-index: 1;
}
.document-panel > .img-wrap {
  width: 170px;
  margin-right: 20px;
}
.document-panel > .txt-wrap {
  width: calc(100% - 170px - 20px);
}
.document-panel .panel-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 14px;
}
.document-panel .panel-sub-ttl {
  margin-top: 12px;
  font-size: 1.4rem;
}
.document-panel .panel-sub-ttl + .panel-ttl {
  margin-top: 4px;
}
/*
.document-panel .panel-ttl.check-icn {
  padding-left: 26px;
  background: url(/assets/images/icn_check.png) no-repeat left calc(.75em - 9px) / 18px auto;
}
*/

.document-panel .genre + .btn-wrap-cmn {
  margin-top: 20px;
}
.document-panel .genre span {
  padding: 2px 12px;
  background-color: #fff;
  display: inline-block;
}
.document-panel .panel-txt {
  font-size: 1.6rem;
}
.document-panel .btn-wrap-cmn {
  margin-top: 14px;
/*  margin-bottom: -14px;*/
}
.document-panel .btn-wrap-cmn.btn-col2 {
  justify-content: space-between;
  margin-bottom: -14px;
}
.document-panel .btn-cmn {
  background-color: #fff;
/*  margin-bottom: 14px;*/
}
.document-panel .btn-cmn + .btn-cmn {
/*  margin-left: auto;*/
}
.document-panel .btn-wrap-cmn.btn-col2 .btn-cmn {
  margin-bottom: 14px;
}
.document-panel .btn-cmn.btn-sm {
  width: 165px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.4rem;
}
.document-panel .btn-cmn.btn-sm::after {
  width: 10px;
  height: 10px;
  right: 8px;
}
.document-panel .btn-cmn.btn-sm.dl-btn::after {
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
}
.document-panel .btn-cmn.btn-sm[href*=".pdf"]::after {
  width: 25px;
  height: 15px;
}
input.checkbox-cmn[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.checkbox-cmn[type="checkbox"] + label {
  position: relative;
  padding-left: 28px;
  display: inline-block;
  cursor: pointer;
}
input.checkbox-cmn[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #989898;
  left: 0;
  top: calc(.7em - 8px);
  z-index: 2;
}
input.checkbox-cmn[type="checkbox"]:checked + label::before {
  background: #989898 url(/assets/images/icn_check_gray.png) no-repeat 0 0 / contain;
}

/*  tab  */
.tab-contents-cmn {
  display: none;
}
.tab-contents-cmn.cur {
  display: block;
}
.tab-ttl-wrap-cmn > ul {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #333;
}
.tab-ttl-wrap-cmn > ul > li {
  width: 100%;
}
.tab-ttl-cmn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 9px 2px;
  text-align: center;
  background-color: #fff;
  white-space: nowrap;
}
.tab-ttl-cmn.cur {
  background-color: #333;
  color: #fff;
}

/*  select  */
.select-wrap-cmn {
  height: 37px;
  width: auto;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}
.select-wrap-cmn::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-width: 0 1px 1px 0;
  border-color: #333;
  border-style: solid;
  right: 10px;
  bottom: 15px;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 3;
}
.select-wrap-cmn select {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  padding-left: 20px;
  padding-right: 45px;
  min-width: 190px;
  border: none;
  background-color: #f0f0f0;
  position: relative;
  color: #707070;
}
.select-wrap-cmn select.w-auto {
  min-width: auto;
}
.select-wrap-cmn select::-ms-expand {
  display: none;
}
.select-option-wrap {
  display: none;
}
.select-option-wrap.show {
  display: block;
}
.quantity-select {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.quantity-select .ttl {
  margin-right: 20px;
  font-size: 1.6rem;
}
.quantity-select .select-wrap-cmn {
  margin-bottom: 0;
}
.quantity-select .select-wrap-cmn select {
  background-color: #fff;
  padding-left: 28px;
  padding-right: 26px;
  min-width: 86px;
}

/*  cv  */
.cv-section {
  padding: 42px 0 50px;
}
.cv-section.catalog {
  background: url(/assets/images/pic_cv_bg_01.jpg) no-repeat center / cover;
}
.cv-section.contact {
  background-color: #5e5e5e;
  color: #fff;
}
.cv-section.contact.last-section {
  margin-bottom: -80px;
}
.cv-section.contact .cv-ttl {
  color: #fff;
}
.cv-section .cv-col2-wrap {
  display: flex;
}
.cv-section .cv-col2-wrap > .col {
  width: 100%;
}
.cv-section .cv-col2-wrap > .col + .col {
  border-left: 1px solid #fff;
}
.cv-section.contact .btn-cmn {
  border-color: #fff;
  color: #fff;
  width: 350px;
  border-width: 1px;
  background-color: transparent;
  padding-right: 40px;
  padding-left: 40px;
}
.cv-section.contact .btn-cmn::after {
  right: 28px;
}
.cv-section.contact .btn-cmn[target="_blank"]:not(.nml-icn):not(.sub-btn)::after {
  background: url(/assets/images/icn_blank_white.png) no-repeat center / contain;
  right: 22px;
}
.cv-section .btn-cmn::after {
  border-color: #fff;
}
.cv-ttl {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 44px;
}
.cv-section.contact .cv-ttl {
  margin-bottom: 26px;
}
.cv-ttl .sub {
  font-weight: 500;
  margin-top: 8px;
  display: block;
  font-size: 1.4rem;
}
.cv-sub-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
.cv-col-section {
  display: flex;
  flex-wrap: wrap;
}
.cv-col-section {
  margin: 0 -15px -30px;
}
.cv-col-section > .col {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
}
.cv-col-box {
  background-color: #f0f0f0;
  padding: 24px 20px 18px;
  height: 100%;
}
.cv-col-box > .box-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cv-col-box > .box-ttl.fz-sm {
  font-size: 2rem;
}
.cv-col-box .sm-ttl {
  font-size: 1.8rem;
  text-align: center;
}
.cv-col-box .tel-wrap-cmn {
  text-align: center;
}
.cv-col-box .tel-wrap-cmn a {
  font-size: 3.2rem;
  font-weight: bold;
  padding-left: 40px;
  background: url(/assets/images/icn_tel.png) no-repeat 0 calc(50% + 4px) / 30px auto;
}
.hours-note {
  text-align: center;
  margin-top: 5px;
}
.sdgs-flx-box {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.sdgs-flx-box .icons {
  gap: 10px;
  padding: 10px;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.icons-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.icons-list li {
  aspect-ratio: 1/1;
}
.sdgs-flx-box .lists {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 20px;
}
.square-list li {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
  padding-left: 36px;
  padding: 9px 0 9px 36px;
}
.square-list li + li {
  border-top: 2px solid #f3f3f3;
}
.square-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: 16px;
  background: #333;
}
.square-list.green li::before {
  background: #567524;
}
.square-list.blue li::before {
  background: #2672a7;
}
.square-list.red li::before {
  background: #a61717;
}
/*==========================================================================================
 PC Only
 ==========================================================================================*/
@media screen and (min-width: 768px) {

  .sp-img-scroll,
  .sp-table-scroll {
    display: none;
  }
  .pc-flx-1 {
    flex: 1;
  }

  .list-flx {
    display: flex;
    flex-wrap: wrap;
  }
  .num-list.list-flx > li,
  .nml-list.list-flx > li {
    margin-right: 15px;
  }
  .num-list.list-flx > li + li,
  .nml-list.list-flx > li + li {
    margin-top: 0;
  }
  /* hover */
  .bgc-link-list > li .txt-link-cmn:hover,
  .bgi-linkpanel:hover,
  .linkpanel-cmn:hover,
  .anchor-btn-cmn:hover,
  .modal-win .modal-close:hover,
  .img-modal-link:hover img {
    opacity: .7;
  }
  .tab-ttl-cmn:hover {
    background-color: #efefef;
  }
  .tab-ttl-cmn.cur:hover {
    background-color: #333;
  }
  .txt-link-cmn:hover > span {
    border-bottom-color: transparent;
  }
  .btn-cmn.atn-btn:hover::before {
    background: url(/assets/images/icn_attention-red.png) no-repeat center / contain;
  }
  .cv-section.contact .btn-cmn[target="_blank"]:not(.nml-icn):not(.sub-btn):hover::after {
    background: url(/assets/images/icn_blank_black.png) no-repeat center / contain;
  }
  .btn-cmn.red[target="_blank"]:not(.nml-icn):not(.sub-btn):hover::after {
    background: url(/assets/images/icn_blank_red.png) no-repeat center / contain;
  }
  .btn-cmn.red[href*=".pdf"]:not(.nml-icn):not(.sub-btn):hover::after {
    background: url(/assets/images/icn_pdf_red.png) no-repeat center / contain;
  }
    .tel-link-cmn {
    pointer-events: none;
  }
  .cv-section.contact .btn-cmn:hover {
    background-color: #fff;
    color: #333;
    opacity: 1;
  }
  .cv-section.contact .btn-cmn:hover::after {
    border-color: #333;
  }
  

}

/*==========================================================================================
 SP Only
==========================================================================================*/
@media screen and (max-width: 767px){

  /*---------------------------------------------
   grid system
  ---------------------------------------------*/
  .grid:not(.sp-grid){margin-right:0;margin-bottom:0;display:block}.grid:not(.sp-grid)>.col{width:100%;margin-right:0;margin-bottom:30px}.grid.sp-grid{flex-wrap:nowrap}.grid.sp-grid.sp-grid-5,.grid.sp-grid.sp-grid-4,.grid.sp-grid.sp-grid-3,.grid.sp-grid.sp-grid-2{flex-wrap:wrap;margin-right: -10px;}.grid.sp-grid.sp-grid-3 .col{width:calc(33.333% - 10px);margin-right: 10px}.grid.sp-grid.sp-grid-2 .col{width:calc(50% - 10px);margin-right: 10px}
  
  /* title */
  .page-ttl-section {
    padding: 20px 11px;
    min-height: 300px;
    background-position: 20% center;
    margin-top: 67px;
    position: relative;
  }
  .page-ttl-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .4);
    z-index: 1;
  }
  .page-ttl-section .txt-box {
    text-shadow: none;
    position: relative;
    z-index: 2;
  }
  .page-ttl-section.sp-ai-start {
    align-items: flex-start;
    padding-top: 40px;
  }
  .page-ttl-section .ttl-label.v2 > span {
    min-width: 150px;
  }
  .page-ttl {
    font-size: 2.8rem;
  }
  .page-subttl {
    font-size: 1.6rem;
  }
  .page-subttl.sp-base {
    background-color: rgba(255, 255, 255, .8);
    padding: 3px 6px;
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .page-ttl-section.ht-sm {
    min-height: 180px;
  }
  .page-ttl-section.simple {
    padding: 30px 11px;
  }
  .simple .page-ttl {
    font-size: 3rem;
  }
  * + .h2ttl-cmn {
    margin-top: 42px;
}
  .h2ttl-cmn {
    font-size: 2.4rem;
    padding-left: 30px;
    margin-bottom: 14px;
    line-height: 1.3;
  }
  .h2ttl-cmn::before {
    width: 24px;
    height: 24px;
    top: calc(0.7em - 10px);
  }
  .h2ttl-cmn.icn-mail::before {
    width: 20px;
    height: 19px;
    top: calc(.7em - 10px);
  }
  .h2ttl-cmn.icn-tel::before {
    width: 24px;
    height: 24px;
    top: calc(0.7em - 12px);
  }
  * + .h3ttl-cmn {
    margin-top: 37px;
  }
  .h3ttl-cmn {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 7px;
  }
  .h4ttl-cmn {
    font-size: 1.8rem;
  }
  .catch-copy {
    font-size: 2rem;
    line-height: 1.8;
  }
  .txt-cmn {
    font-size: 1.4rem;
  }
  .txt-cmn-v2 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .bg-txt-box.pd-lg {
    padding: 15px 20px;
  }
  .bg-txt-box > .box-ttl {
    font-size: 1.8rem;
  }
  .simple-ttl {
    font-size: 2.2rem;
  }
  .acc-mark {
    right: 15px;
  }
  .acc-mark.plus::before {
    width: 22px;
    height: 2px;
    top: calc(50% - 2px);
  }
  .acc-mark.plus::after {
    width: 2px;
    height: 22px;
    right: 10px;
    top: calc(50% - 12px);
  }
  .acc-ttl.cur .acc-mark.plus::after {
    top: calc(50% - 12px);
  }
  .arrow-toBtm {
    margin-bottom: 45px;
    padding-bottom: 24px;
  }
  .arrow-toBtm::after {
    border-width: 20px 60px 0 60px;
    left: calc(50% - 60px);
    bottom: -20px;
  }
  .bgc-link-list > li .txt-link-cmn {
    padding: 15px 20px;
  }
  .circle-dot-list > li {
    font-size: 1.4rem;
  }
  
  /* faq */
  .faq-box-cmn .faq-q > .initial,
  .faq-box-cmn .faq-a > .initial {
    margin-right: 10px;
    font-size: 2.6rem;
  }
  .faq-box-cmn .faq-a > .initial {
    margin-left: 0;
  }
  .faq-box-cmn .faq-q {
    padding: 15px 40px 15px 10px;
  }
  .faq-box-cmn .faq-q-ttl {
    font-size: 1.6rem;
  }
  .faq-box-cmn .acc-contents {
    margin-top: 10px;
    padding-top: 10px;
  }
  .faq-box-cmn .faq-a {
    padding: 15px;
  }
  .faq-box-cmn .faq-a-txt {
    font-size: 1.4rem;
  }
  .faq-box-cmn .faq-a-txt .txt-link-cmn {
    font-size: 1.4rem;
  }
  
  .dl-wrap-cmn .dl-item {
    flex-direction: column;
  }
  .dl-wrap-cmn .dl-item + .dl-item {
    margin-top: 20px;
  }
  .dl-wrap-cmn .dl-item > dt {
    width: 100%;
  }
  .dl-wrap-cmn .dl-item > dd {
    padding: 5px 0 12px;
    width: 100%;
  }
  .nml-table {
    font-size: 1.4rem;
  }
  .nml-table td,
  .nml-table th {
    padding: 3px 15px;
  }
  .nml-table.sp-vertical thead {
    display: none;
  }
  .nml-table.sp-vertical tbody tr,
  .nml-table.sp-vertical tbody tr td {
    width: 100%;
    display: block;
  }
  .nml-table.sp-vertical tbody tr td {
    padding: 0 15px 10px;
  }
  .nml-table.sp-vertical tbody tr td:not(:last-of-type) {
    border-bottom: none;
  }
  .nml-table.sp-vertical tbody td[data-cell]::before {
    background-color: #2b2b2b;
    content: attr(data-cell);
    display: block;
    color: #fff;
    font-weight: bold;
    border: 1px solid #2b2b2b;
    text-align: center;
    padding: 10px 15px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 10px;
  }
  .h3ttl-cmn + .graph-wrap {
    margin-top: 20px;
  }
  .graph-wrap + .table-wrap {
    margin-top: 36px;
  }
  .e-ir-table th,
  .e-ir-table td {
    font-size: 1.3rem;
    padding: 2px;
  }
  .e-ir-table td {
    font-size: 1.4rem;
    padding: 2px 4px;
  }

  .sp-scroll-wrap {
    overflow: auto;
    padding-bottom: 10px;
  }
  .sp-scroll-wrap .nml-table {
    width: 488px;
  }
  .sp-scroll-wrap .nml-table.sp-w-lg {
    width: 650px;
  }
  .sp-scroll-wrap .nml-table.sp-w-lg2 {
    width: 700px;
  }
  .sp-img-scroll,
  .sp-table-scroll {
    margin-top: 12px;
    text-align: center;
  }
  .sp-img-scroll img,
  .sp-table-scroll img {
    width: 23px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .sp-img-scroll .txt,
  .sp-table-scroll .txt {
    display: inline-block;
    vertical-align: middle;
  }
  .sp-scroll-wrap > .img-wrap {
    width: auto;
  }
  .sp-scroll-wrap > .img-wrap img {
    max-width: 1110px;
  }
  .sp-scroll-wrap > .img-wrap img.sp-w-md {
    width: 490px;
  }
  .sp-scroll-wrap > .img-wrap img.sp-w-md2 {
    width: 559px;
  }
  .sp-scroll-wrap > .img-wrap img.sp-w-md3 {
    width: 610px;
  }
  .sp-scroll-wrap > .img-wrap img.sp-w-lg {
    width: 740px;
  }
  .article-wrap + .article-wrap {
    margin-top: 40px;
  }
  .article-wrap > .img-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .article-wrap > .txt-wrap {
    flex: none;
    width: 100%;
  }
  .article-wrap > .txt-wrap .txt-cmn {
    line-height: 1.8;
  }
  .article-wrap.rev > .img-wrap {
    order: 1;
    margin-left: 0;
  }
  .article-wrap.rev > .txt-wrap {
    order: 2;
  }
  .article-float-wrap + .article-float-wrap {
    margin-top: 40px;
  }
  .article-float-wrap.rev > .img,
  .article-float-wrap > .img {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .step-article-list > li {
    padding-bottom: 25px;
  }
  .step-article-list > li + li {
    padding-top: 35px;
  }
  .step-article-list .article-wrap > .img-wrap,
  .step-article-list .article-wrap.rev > .img-wrap {
    order: 2;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .step-article-list .article-wrap > .txt-wrap,
  .step-article-list .article-wrap.rev > .txt-wrap {
    order: 1;
  }
  .article-wrap .article-ttl {
    font-size: 1.8rem;
  }
  .flx-box-cmn.sp-block {
    display: block;
  }
  
  /*  modal  */
  .modal-win {
    width: 100%;
    max-width: calc(100% - 20px);
    max-height: 100%;
  }
  
  /*  button  */
  .btn-wrap-cmn.btn-col4 a,
  .btn-wrap-cmn.btn-col3 a {
    width: 100%;
  }
  .btn-wrap-cmn.sp_btn-col2 {
    margin: 0 -7px -7px 0;
  }
  .btn-wrap-cmn.sp_btn-col2 a {
    width: calc(50% - 7px);
    margin: 0 7px 7px 0;
  }
  .btn-wrap-cmn.sp_btn-col2 a.anchor-btn {
    padding-left: 5px;
    padding-right: 30px;
    font-size: 1.3rem;
  }
  .btn-wrap-cmn.sp_btn-col2 a.anchor-btn::after {
    right: 10px;
    width: 12px;
    height: 12px;
  }
  .local-nav-list {
    margin-bottom: -10px;
    margin-right: -5px;
  }
  .local-nav-list > li {
    width: calc(50% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .local-nav-list.col3,
  .local-nav-list.col4 {
    margin-right: -7px;
    margin-bottom: -7px;
  }
  .local-nav-list.col3 > li,
  .local-nav-list.col4 > li {
    width: calc(50% - 7px);
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .local-nav-list .btn-cmn {
    font-size: 1.3rem;
    width: 100%;
    padding: 12px 15px;
  }
  .local-nav-list .btn-cmn::after {
    width: 10px;
    height: 10px;
    right: 8px;
  }
  .btn-cmn.btn-lg {
    padding: 11px 25px 11px 8px;
    min-height: 62px;
  }
  .btn-cmn.btn-lg::after {
    right: 11px;
  }
  .btn-cmn.sub-btn .sub {
    font-size: 1.2rem;
  }
  
  /*  list  */
  .note-list,
  .num-list,
  .nml-list  {
    font-size: 1.4rem;
  }
  .num-list > li .txt-link-cmn {
    font-size: 1.4rem;
  }

  /*  box  */
  .attention-box > .box-head {
    font-size: 1.8rem;
    padding: 10px 15px;
  }
  .attention-box > .box-head .icn {
    margin-right: 8px;
  }
  .border-box-grey,
  .border-box-red {
    padding: 20px;
  }
  .bd-curl-box {
    padding: 20px 20px 20px 19px;
  }
  .anchor-target {
    margin-top: -66px !important;
    padding-top: 66px !important;
  }
  .txt-cmn .txt-link-cmn {
    font-size: 1.4rem;
  }
  
  /*  select  */
  .select-wrap-cmn select {
    padding-left: 10px;
    padding-right: 35px;
    min-width: 160px;
  }
  
  /*  cv  */
  .cv-section {
    padding: 40px 11px;
  }
  .cv-ttl {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .cv-sub-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .cv-section .cv-col2-wrap {
    flex-wrap: wrap;
  }
  .cv-section .cv-col2-wrap > .col {
    width: 100%;
  }
  .cv-section .cv-col2-wrap > .col + .col {
    border-top: 1px solid #fff;
    border-left: none;
    padding-top: 30px;
    margin-top: 35px;
  }
  .cv-col-section {
    margin: 0 0 -20px;
  }
  .cv-col-section > .col {
    width: 100%;
    margin: 0 0 20px;
  }
  .cv-col-box > .box-ttl.fz-sm,
  .cv-col-box > .box-ttl {
    font-size: 1.7rem;
  }
  .cv-col-box .sm-ttl {
    font-size: 1.7rem;
  }
  .cv-col-box .tel-wrap-cmn a {
    font-size: 3rem;
    background-size: 25px auto;
    padding-left: 30px;
  }
  .hours-note {
    font-size: 1.2rem;
  }

  .sdgs-flx-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 4px;
  }
  .sdgs-flx-box .icons {
    flex-direction: row;
  }
  .icons-list {
    gap: 10px;
    flex-direction: row;
  }
  .icons-list li {
    max-width: 72px;
  }
  .sdgs-flx-box .lists {
    padding: 10px 12px;
  }
  .square-list li {
    font-size: 1.6rem;
    padding-left: 18px;
  }
  .square-list li + li {
    margin-top: 8px;
  }
  .square-list li::before {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    left: 0;
  }
  
  /*  anchor  */
  .anchor-btn-list {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .anchor-btn-list > li {
    width: 50%;
    border-right: 1px solid #b6b6b6;
    margin-bottom: 10px;
  }
  .anchor-btn-list > li + li {
    border-left: none;
  }
  .anchor-btn-list > li:nth-of-type(2n + 1) {
    border-left: 1px solid #b6b6b6;
  }
  .anchor-btn-list > li:first-of-type {
    border-left: 1px solid #b6b6b6 !important;
  }
  .anchor-btn-cmn {
    font-size: 1.4rem;
    padding-bottom: 12px;
  }
  
  /*  panel  */
  .bgi-linkpanel {
    min-height: 250px;
  }
  .bgi-linkpanel.bgi-01 {
    background-image: url(/assets/images/img_ir_top_01_sp.png);
  }
  .bgi-linkpanel.bgi-02 {
    background-image: url(/assets/images/img_ir_top_02_sp.png);
  }
  .bgi-linkpanel.bgi-03 {
    background-image: url(/assets/images/img_ir_top_03_sp.png);
  }
  .bgi-linkpanel > .txt-wrap {
    padding: 20px;
  }
  .bgi-linkpanel .panel-ttl {
    font-size: 2.4rem;
    margin-bottom: 2px;
  }
  .bgi-linkpanel .sub-panel-ttl {
    font-size: 1.8rem;
  }
  .document-panel > .img-wrap {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .document-panel > .img-wrap img {
    max-width: 130px;
  }
  .document-panel > .txt-wrap {
    width: 100%;
    margin-top: 20px;
  }
  .document-panel input.checkbox-cmn[type="checkbox"] {
    display: none;
  }
  .document-panel .quantity-select .select-wrap-cmn select,
  .document-panel .quantity-select .ttl,
  .document-panel input.checkbox-cmn[type="checkbox"] + label {
    font-size: 1.6rem;
  }
  .document-panel .panel-ttl {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .document-panel .panel-sub-ttl {
    margin-top: 0;
  }
  .document-panel .btn-wrap-cmn.btn-col2 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .document-panel .btn-cmn.btn-sm {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .new-product-wrap .document-panel > .img-wrap img {
    width: 170px;
  }
  
  /*  tab  */
  .tab-ttl-wrap-cmn > ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -5px;
    border-bottom: none;
  }
  .tab-ttl-wrap-cmn > ul > li {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  .tab-ttl-wrap-cmn.sp-col3 > ul > li {
    width: calc(33.333% - 5px);
  }
  .tab-ttl-cmn {
    padding: 7px 15px;
    white-space: normal;
    font-size: 1.3rem;
    border-bottom: 2px solid #333;
  }
  .select-wrap-cmn {
    margin-bottom: 25px;
  }

}


@media print {

  .sp-img-scroll,
  .sp-table-scroll {
    display: none;
  }
  
}
