@charset "UTF-8";

/* 用途 */

ul.list_2col {
  margin: 0 0 60px 10px;
}
ul.list_2col li:nth-child(-n + 2) {
  border-top: 1px solid #DDDDDD;
}
ul.list_2col li {
  width: calc(50% - 20px);
  margin-right: 10px;
  display: inline-block;
  border-bottom: 1px solid #DDDDDD;
}
ul.list_2col li a {
  font-size: 1rem;
  line-height: 4;
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  text-decoration: none;
  position: relative;
}
ul.list_2col li a::after {
 content: " ";
 width: 8px;
 height: 8px;
 display: block;
 border-top: 2px solid #1B9531;
 border-right: 2px solid #1B9531;
 position: absolute;
 top: 50%;
 right: 20px;
 -webkit-transform: translateY(-50%) rotate(45deg);
 transform: translateY(-50%) rotate(45deg);
}

/* オプション */

.col2_option {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 0;
}
.col2_option div {
  margin: 10px;
  flex-basis: calc(50% - 20px);
}
.col2_option h4 {
  font-size: 1.2rem;
}
.col2_option a {
  text-decoration: underline;
  color: #1B9531;
  line-height: 2;
}
.col2_option img {
  max-width: 600px;
  width: 100%;
}
.col2_option ul {
  list-style-type: disc;
  padding: 20px;
}
table.grayth {
  width: 100%;
  border-collapse: collapse;
  margin: 20px;
}
.grayth th {
  width: 180px;
  padding: 20px;
  border: 1px solid #DDDDDD;
  line-height: 2;
  background: #F6F6F6;
}
.grayth td {
  padding: 20px 20px 10px 20px;
  border: 1px solid #DDDDDD;
}
.grayth ul li {
  display: inline-block;
  margin: 10px;
}
.grayth a {
  text-decoration: underline;
}
ul.custommade img {
  width: 100%;
  max-width: 240px;
}
ul.custommade {
  margin: 20px;
}
ul.custommade li {
  width: calc(25% - 40px);
  vertical-align: top;
  text-align: center;
  margin: 14px;
}
ul.custommade li,
ul.custommade li div {
  display: inline-block;
}
ul.custommade li div:nth-child(2) {
  text-align: left;
}
ul.custommade strong {
  display: block;
  font-weight: normal;
  text-align: center;
  color: #1B9531;
  line-height: 2;
}


/* □で角が丸い３カラム */

ul.col3_list {
  display: flex;
  flex-wrap: wrap;
}
ul.col3_list li {
  min-height: 187px;
  display: block;
  border: 2px solid #DDDDDD;
  border-radius: 15px;
  width: calc(33% - 41px);
  margin: 20px;
}
ul.col3_list div:first-child {
  position: relative;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
}
ul.col3_list a {
  display: block;
  padding: 30px;  
}
ul.col3_list img {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
ul.col3_list span {
  margin-left: 48px;
  display: inline-block;
}

/* 問い合わせ */

dl.contact_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
dl.contact_box dt {
  width: calc(30% - 20px);
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
}
dl.contact_box dt:before {
  content: " ";
  display: block;
  width: 27px;
  height: 27px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); 
}
dl.contact_box dt.tel:before {
  background: url(/wp/wp-content/uploads/2024/12/ico_tel.svg) no-repeat center;
}
dl.contact_box dt.fax:before {
  background: url(/wp/wp-content/uploads/2025/01/ico_fax.svg) no-repeat center;
}
dl.contact_box dt.mail:before {
  background: url(/wp/wp-content/uploads/2024/12/ico_mail.svg) no-repeat center;
}
dl.contact_box dd {
  width: calc(70% - 70px);
  border-left: 1px solid #DDDDDD;
  padding-left: 30px;
  margin: 20px 0;
}
dl.contact_box a, dl.contact_box span {
  pointer-events: none;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  color: #1B9531;
}
dl.contact_box li {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 10px;
}
dl.contact_box .small {
  display: inline;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
dl.contact_box a.form {
  width: 230px;
  border: 1px solid #1B9531;
  display: block;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.42857;
  text-align: center;
  text-decoration: none;
  color: #1B9531;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-property: color, background;
  transition-property: color, background;
}

/* 横長の縦並びボックス お役立ちコンテンツ*/

ul.useful_list {
  display: flex;
  flex-wrap: wrap;
}
ul.useful_list li {
  width: 100%;
  display: inline-block;
}
ul.useful_list div:first-child {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 45px;
  width: 60%;
  vertical-align: middle;
  text-align: left;
}
ul.useful_list div:before {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); 
}
ul.useful_list div:first-child:before {
  background: url(/wp/wp-content/uploads/2024/12/ico_useful.svg) no-repeat center;
}
ul.useful_list img {
  display: inline-block;
  width: calc(40% - 75px);
  vertical-align: middle;
  margin-left: 15px;
  max-width: 247px;
}
ul.useful_list span {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.69231;
  color: #1B9531;
  width: 100%;
  display: block;
}
ul.useful_list li a {
  display: block;
  text-align: center;
  padding: 40px;
  border: 2px solid #DDDDDD;
  text-decoration: none;
  border-radius: 15px;
  position: relative;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  ul.useful_list div:first-child {
    width: calc(100% - 40px);
    margin: 0 0 20px 0;
  }
  ul.useful_list img {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  ul.useful_list li a {
    padding: 20px;
  }
  ul.useful_list div {
    text-align: left;
  }
  ul.useful_list div:first-child {
    padding-left: 0;
    width: auto;
  }
  ul.useful_list div:first-child:before {
    position: relative;
    top: 0;
    margin: 20px auto 0;
  }

  ul.list_2col li {
    width: 100%;
  }

  .col2_option div {
    flex-basis: auto;
  }

  ul.col3_list {
    flex-direction: column;
  }
  ul.col3_list li {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  ul.col3_list img {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    top: 15px;
  }
  ul.col3_list span {
    margin-left: 0;
  }
  ul.col3_list li div:not(:first-child) {
    text-align: left;
  }

  dl.contact_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }
  dl.contact_box dt {
    width: auto;
  }
  dl.contact_box dd {
    width: auto;
    border-left: none;
    padding-left: 0;
  }
  dl.contact_box li {
    font-size: 1rem;
  }
}

/* 技術コンテンツ */

.tech_contents {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 20px 0;
  flex-direction: column;
}
.tech_contents a {
  text-decoration: underline;
}
.tech_contents h3 {
  padding: 20px 20px;
  margin: 0;
  font-weight: 500;
  border-left: none;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #1B9531;
  background: #D5EBD9;
  text-align: center;
}
.tech_contents div {
  border: 1px solid #DDDDDD;
  margin: 20px 0;
}
.tech_contents ul {
  margin: 30px;
}
.tech_contents ul li {
  display: inline-block;
  line-height: 2;
  padding: 0 20px;
}

/* 豆知識 */

.useful_box {
  border: 1px dashed #1B9531;
  display: inline-block;
  padding: 20px;
  margin: 20px 0;
  line-height: 2;
}
.useful_box div:first-child {
  position: relative;
  margin: 0 0 15px 0;
  font-size: 1rem;
  font-weight: 600;
}
.useful_box img {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.useful_box div span {
  margin-left: 48px;
  font-size: 1.4rem;
  display: inline-block;
}
.useful_box a {
  color: #1B9531;
  text-decoration: underline;
  transition: all 0.2s;
}

/* 下に線が端まで伸びた見出し */

.subtitle {
  color: #215db8;
  clear: both;
  border-bottom: solid 1px #707070;
  margin: 15px 0 15px 0;
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 500px;
}

/* 青い■に白地のタイトル */

h4.bluetitle {
  margin: 8px 0;
  background: #215DB8;
  color: white;
  padding: 10px 16px;
  display: inline-block;
  font-size: 1.1rem;
}

/* 青い点線の箱 */

.bluebox {
  clear: both;
  margin: 20px;
  padding: 20px;
  background: #EFF8FF;
  border: dashed 1px #006BBE;
}

/* 納入事例の緑色タイトルの□ */

ul.case  li {
  width: calc(33% - 61px);
  display: inline-block;
  padding: 0 30px;
  vertical-align: top;
  margin: 10px 0;
}
ul.case h3 {
  margin-bottom: 0;
}
ul.case img {
  width: 100%;
  margin-bottom: 10px;
}

/* 会員ログインボックス(ダウンロード用) */

.download_box {
  padding: 40px;
  background: #F6F6F6;
}
.download_box strong {
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  color: #1B9531;
}
.download_box div {
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.download_box .btn_box {
  display: flex;
  justify-content: center;
}
.download_box .btn_box li {
  width: 255px;
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
}
.download_box .btn_box li::before {
  content: " ";
  width: 0;
  height: 100%;
  display: block;
  background: #1B9531;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.download_box .btn_box li a {
  display: block;
  padding: 18px 0;
  border: 1px solid #1B9531;
  font-weight: 500;
  line-height: 1.42857;
  color: #1B9531;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: color 0.5s ease;
}
.download_box .btn_box li:hover a {
  color: #fff;
}
.download_box .btn_box li:hover::before {
  width: 100%;
}
.download_box .btn_box li:nth-child(even) a {
  color: #fff;
}
.download_box .btn_box li:nth-child(even) {
  background: #1B9531;
}
.download_box .btn_box li:nth-child(even):before {
  background: #fff;
}
.download_box .btn_box li:nth-child(even):hover a {
  color: #1B9531;
}

/* CADページ 箇条書き */

ul.cad_list li a {
  display: block;
  padding: 20px 20px 20px 80px;
  position: relative;
  text-decoration: none;
  color: #000000;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  line-height: 1;
}
ul.cad_list li a img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.cad_list li strong {
  margin-top: 5px;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.69231;
}
ul.cad_list li span {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.18182;
}
ul.cad_list li:hover a {
  color: #1B9531;
}
ul.cad_list  li:hover a img {
  opacity: 1;
}

/* CADダウンロードテーブル */

.cad_table td {
  text-align: center;
  vertical-align: middle;
}

/* FAQ */

.faq_list {
  margin: 25px 0;
}
.faq_list a {
  /*
  color: #1B9531;
  */
}

.faq_list dt {
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.73333;
  position: relative;
}
.faq_list dd {
  padding-left: 20px;
  font-weight: 300;
  line-height: 1.85714;
  position: relative;
}
.faq_list dt::before {
  content: "Q";
  margin-right: 10px;
  line-height: 1.73333;
  color: #1B9531;
}
.faq_list dd::before {
  content: "A";
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.73333;
  color: #FF8000;
  position: absolute;
  left: 0;
}

/* カタログ */

ul.catalog div:before {
    background: url(/wp/wp-content/uploads/2024/12/ico_catalog.svg) no-repeat center;
}

/* 取扱説明書 */

ul.manual div:before {
    background: url(/wp/wp-content/uploads/2024/12/ico_manual.svg) no-repeat center;
}

/* マテハン用語 */

ul.matehan div:before {
    background: url(/wp/wp-content/uploads/2024/12/ico_matehan.svg) no-repeat center;
}
ul.matehan div {
  width: 85%;
}
img.matehan {
  width: calc(100% - 30px);
  max-width: 520px;
  margin: 15px 30px;
}
.image5col img {
  width: calc(20% - 40px);
  margin: 10px 20px;
}
.image3col img {
  width: calc(33% - 60px);
  margin: 15px 30px;
}
.image2col img {
  width: calc(50% - 60px);
  max-width: 520px;
  margin: 15px 30px;
}
@media screen and (max-width: 768px) {
  .image5col img,
  .image3col img,
  .image2col img {
    width: 100%;
    margin: 0;
  }

  ul.case  li {
    width: auto;
  }

  .download_box {
    padding: 20px;
  }
  .download_box .btn_box {
    flex-direction: column;
  }
  .download_box .btn_box li {
    margin-bottom: 20px;
  }
}

/* テーブル内のリスト */
table ul li {
  margin: 0 20px;
}
table ul li:nth-child(odd) {
  list-style-type: square;
}
table ul li:nth-child(even) {
  margin-bottom: 20px;
}
table ul li a,
table td a {
  text-decoration: underline;
}

/* 注意 */
.caution_list {
  margin-bottom: 20px;
}
.caution_list li {
  padding: 0 25px;
  margin-bottom: 20px;
  display: block;
  border: 1px solid #1B9531;
}
.caution_list li .title {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.07692;
}
.caution_list li .title::before {
  content: " ";
  width: 50px;
  height: 43px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url(../image/trouble/ico_caution.svg) no-repeat center;
  background-size: contain;
}
.caution_list li .text {
  width: calc(100% - 156px);
  margin: 25px 0;
  display: inline-block;
  vertical-align: middle;
}

/* グレー四角 */
.report_item {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 670px;
  padding: 20px 40px;
  border: 2px solid #DDDDDD;
  border-radius: 15px;
  text-decoration: none;
  font-size: 1.125rem;
}
.report_item span {
  position: relative;
  padding-left: 32px;
}
.report_item span:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 20%;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/ico_circle_arrow.svg) no-repeat;
}

.archive_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 32px 0 0;
}
.archive_list li {
  width: 210px;
  border: 2px solid #ddd;
  border-radius: 15px;
  text-align: center;
  font-size: 0.75rem;
  padding: 10px
}
.archive_list li img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
  height: 105px;
}

.flex_row:has(table) {
  justify-content: flex-start;
}
.flex_row div:has(table) {
  width: 100%;
  margin: 10px;
}

@media screen and (max-width: 768px) {
  .report_item {
    flex-direction: column;
  }

  .archive_list {
    justify-content: space-around;
  }
  .archive_list li {
    width: 145px;
    padding: 4px;
  }
}

@media screen and (min-width: 767px) {
  .flex_row div:has(table) {
    width: calc(100% / 3);
  }
}

*:has(.fll) {
    clear: both;
}
