@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*レスポンシブ*/
/*レイアウト*/
/*テキストボックス*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*スケールズーム*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
/*表組み*/
/*背景スクリーン*/
/*コラム全体をリンク化*/
.content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.content figure {
  margin: 0;
  padding: 0;
}

section:after,
.products_headline:after {
  content: "";
  clear: both;
  display: block;
}

.line_title{
  width: 100%;
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 600;
  color: #00478a;
  line-height: 1.5;
  border-bottom: 1px solid #e1e5e9;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.ptitle .main_r{
  width: auto;
  display: inline-block;
  position: relative;
  top: -10px;
  left: 5px;
}

.ptitle .sub_r{
  font-size: 12px;
  width: auto;
  display: inline-block;
  position: relative;
  top: -7px;
  left: 3px;
}

/* イントロ */

.en_guard__intro{
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.en_guard__intro h2{
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}

.en_guard__intro ul{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.en_guard__intro ul li{
  width: 100%;
}

.en_guard__intro ul li h3{
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  background: url(../img/title2bg.gif) no-repeat 0px 0px;
  line-height: 20px;
  padding-left: 12px;
}

.en_guard__intro ul li .intro_img{
  width: 100%;
  display: inline-block;
  border: 1px solid #9e9e9e;
}

.en_guard__intro ul li .intro_img img{
  width: 100%;
}

.en_guard__intro .country_list{
  width: auto;
  padding: 6px 15px;
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
  background: #0e6eb8;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 50px;
}

.en_guard__intro .intro_text{
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 50px;
}

.en_guard__intro .intro_btn_area{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.intro_btn_area .catalog_btn{
  width: 100%;
  display: flex;
  background: #399fd9;
  padding: 12px 20px;
  border-radius: 10px;
  transition: .3s;
}

.intro_btn_area .catalog_btn:hover{
  text-decoration: none;
  transition: .3s;
  opacity: 1;
  background: #1f7bb0;
}

.intro_btn_area .contact_btn{
  width: 100%;
  display: flex;
  background: #ea9636;
  padding: 12px 20px;
  border-radius: 10px;
  transition: .3s;
}

.intro_btn_area .contact_btn:hover{
  text-decoration: none;
  transition: .3s;
  opacity: 1;
  background: #c47a26;
}

.intro_btn_area .btn_text{
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  align-self: center;
}

.intro_btn_area .catalog_btn .btn_text{
  margin-left: 10%;
}

.intro_btn_area .contact_btn .btn_text{
  margin-left: 23%;
}

.intro_btn_area .btn_icon{
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
}

.intro_btn_area .catalog_btn .btn_icon .icon_svg{
    width: 25px;
    fill: rgb(57, 159, 217);
    transition: .3s;
}

.intro_btn_area .catalog_btn:hover .btn_icon .icon_svg {
  fill: rgb(31, 115, 164);
  transition: .3s;
}

.intro_btn_area .contact_btn .btn_icon .icon_svg{
    width: 25px;
    fill: rgb(234, 150, 54);
    transition: .3s;
}

.intro_btn_area .contact_btn:hover .btn_icon .icon_svg {
  fill: rgb(196, 122, 38);
  transition: .3s;
}

/* 使用事例 */

.en_guard__example{
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.en_guard__example .example_list{
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
}

.example_list .example{
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

.example_list .example:last-child{
  margin-bottom: 0;
}

.example_list .example .example_img{
  width: 220px;
  height: 220px;
  box-sizing: border-box;
  display: inline-block;
  background: #e3eff6;
  margin-right: 30px;
  padding: 30px 10px;
}

.example_list .example .example_text{
  width: 730px;
  margin-top: 10px;
}

.example_list .example .example_text h4{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

.example .example_text .tag_list{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.example .example_text .tag_list .industry{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #0e6eb8;
  margin-right: 10px;
  position: relative;
  top: 7px;
}

.example .example_text .tag_list .tag{
  width: auto;
  margin-right: 10px;
  padding: 6px 15px;
  display: inline-block;
  color: #fff;
  background: #0e6eb8;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 50px;
}

.example .example_text p{
  font-size: 1rem;
  line-height: 1.5;
}

.separate_box_area{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

.separate_box_area .separate_box{
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px;
}

.separate_box_area .separate_box h4{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.separate_box_area .separate_box p{
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.separate_box_area .separate_box a{
  width: 360px;
  display: block;
  margin: 0 auto;
  padding: 15px 10px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.separate_box_area .demo{
  border: 3px solid #399fd9;
}

.separate_box_area .demo h4{
  color: #399fd9;
}

.separate_box_area .demo a{
  background: #ea9636;
  transition: .3s;
}

.separate_box_area .demo a:hover{
  background: #c47a26;
  transition: .3s;
  text-decoration: none;
  opacity: 1;
}

.separate_box_area .online{
  border: 3px solid #ea9636;
}

.separate_box_area .online h4{
  color: #ea9636;
}

.separate_box_area .online a{
  background: #ea9636;
  transition: .3s;
}

.separate_box_area .online a:hover{
  background: #c47a26;
  transition: .3s;
  text-decoration: none;
  opacity: 1;
}

/* 製品の特徴 */

.en_guard__feature{
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.en_guard__feature .product_section_block{
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #6b6969;
  margin-bottom: 40px;
}

.en_guard__feature .mb_0{
  margin-bottom: 0;
}

.product_section_block .section_title{
  width: 100%;
  display: inline-block;
  background: #00478a;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.product_section_block .section_title span{
  font-size: 16px;
}

.product_section_block_wrap{
  width: 100%;
  padding: 30px 30px 40px 30px;
}

.product_section_block_wrap .intro_text{
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.product_section_block_wrap .intro_text .strong_text{
  color: #ff0000;
  font-weight: 600;
}

.product_section_block_wrap .center_img{
  display: block;
  margin: 0 auto;
}

.product_section_block_wrap .section_1_img_area{
  width: 100%;
  display: inline-block;
  background: #e3eff6;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 40px;
}

.product_section_block_wrap .section_1_img_area img{
  width: 100%;
  position: relative;
  z-index: 1;
}

.section_1_img_area p{
  position: absolute;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.section_1_img_area .point_01_01{
  font-size: 1rem;
  top: 42px;
  left: 160px;
  width: 350px;
  height: 21px;
  background: #bbbcbc;
}
.section_1_img_area .point_01_02{
  font-size: 1rem;
  top: 42px;
  left: 572px;
  width: 304px;
  height: 21px;
  background: #bbbcbc;
}
.section_1_img_area .point_01_03{
  font-size: 0.8125rem;
  top: 106px;
  left: 42px;
  background: #898989;
  width: 100px;
  padding: 10px 5px;
  border-radius: 10px;
  z-index: 1;
}
.section_1_img_area .point_01_04{
  font-size: 0.6875rem;
  top: 170px;
  left: 202px;
  z-index: 1;
}
.section_1_img_area .point_01_05{
  font-size: 0.6875rem;
  top: 170px;
  left: 357px;
  z-index: 1;
}
.section_1_img_area .point_01_06{
  font-size: 0.75rem;
  top: 177px;
  left: 641px;
  z-index: 1;
}
.section_1_img_area .point_01_07{
  font-size: 0.6875rem;
  top: 152px;
  left: 745px;
  color: #373737;
  z-index: 1;
}
.section_1_img_area .point_01_08{
  font-size: 0.8125rem;
  top: 253px;
  left:42px;
  background: #898989;
  width: 100px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  z-index: 1;
}
.section_1_img_area .point_01_09{
  font-size: 0.6875rem;
  top: 327px;
  left: 140px;
  color: #373737;
  z-index: 1;
}
.section_1_img_area .point_01_10{
  font-size: 0.75rem;
  top: 330px;
  left: 293px;
  z-index: 1;
}
.section_1_img_area .point_01_11{
  font-size: 0.75rem;
  top: 330px;
  left: 643px;
  z-index: 1;
}
.section_1_img_area .point_01_12{
  font-size: 0.6875rem;
  top: 302px;
  left: 745px;
  color: #373737;
  z-index: 1;
}

.product_section_block_wrap .text_separate{
  width: 100%;
  display:inline-block;
  text-align: center;
}

.product_section_block_wrap .text_separate li{
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 600;
  color: #373737;
  margin-right: 45px;
}

.product_section_block_wrap .text_separate li:last-child{
  margin-right: 0;
}

.product_section_block_wrap .text_separate li span{
  background: linear-gradient(transparent 60%, #d2eeff 60%);
  padding-bottom: 5px;
}

.product_section_block_wrap .section_2_img_area{
  width: 100%;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0 40px;
}

.product_section_block_wrap .section_2_img_area img{
  width: 100%;
  position: relative;
}

.section_2_img_area p{
  position: absolute;
  line-height: 1.2;
  color: #fff;
}

.section_2_img_area .point_02_01{
  font-size: 0.875rem;
  top: 32px;
  left: 40px;
  width: 150px;
  text-align: center;
  background: #6798c4;
  padding: 5px;
}
.section_2_img_area .point_02_02{
  font-size: 0.625rem;
  top: 43px;
  left: 400px;
  text-align: center;
  color: #373737;
}
.section_2_img_area .point_02_02 span{
  font-size: 0.75rem;
}

.section_2_img_area .point_02_03{
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  text-align: center;
  top: 15px;
  left: 695px;
  background: #cbb8c1;
  padding: 12px 20px;
  border-radius: 50%;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.section_2_img_area .point_02_04{
  font-size: 0.875rem;
  top: 130px;
  left: 40px;
  width: 150px;
  text-align: center;
  background: #6798c4;
  padding: 5px;
}

.section_2_img_area .point_02_05{
  font-size: 0.875rem;
  top: 145px;
  left: 418px;
  color: #373737;
}
.section_2_img_area .point_02_05 span{
  font-size: 1.125rem;
}

.section_2_img_area .point_02_06{
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  text-align: center;
  top: 115px;
  left: 695px;
  background: #cbb8c1;
  padding: 12px 20px;
  border-radius: 50%;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.section_2_img_area .grey_line{
  width: 838px;
  border: 1px dotted #202d59;
  position: absolute;
  top: 95px;
  left: 40px;
}

.product_section_block_wrap .caution_text{
  font-size: 0.875rem;
  line-height: 1.8;
  color: #373737;
  margin-bottom: 30px;
}

.product_section_block_wrap .info_block{
  width: 100%;
  display:flex;
  align-items: center;
  box-sizing: border-box;
  background: #e3eff6;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 30px;
}

.product_section_block_wrap .info_block dt{
  width: 35px;
  height: 35px;
  background: #399fd9;
  color: #fff;
  border-radius:50%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 5px 6px;
}

.product_section_block_wrap .info_block dd{
  width: 840px;
  align-self: center;
  font-size: 1rem;
  line-height: 1.4;
  margin-left: 12px;
}

.product_section_block_wrap .check_btn{
  width: 550px;
  display: block;
  margin: 0 auto;
  padding: 15px 10px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background: #ea9636;
  transition: .3s;
}

.product_section_block_wrap .check_btn:hover{
  background: #c47a26;
  transition: .3s;
  text-decoration: none;
  opacity: 1;
}

.product_section_block_wrap .section_3_1_img_area,
.product_section_block_wrap .section_3_2_img_area,
.product_section_block_wrap .section_3_3_img_area{
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 40px 50px;
  border: 1px solid #6b6969;
}

.product_section_block_wrap .section_3_3_img_area{
  margin-bottom: 0;
}

.product_section_block_wrap .section_3_1_img_area img,
.product_section_block_wrap .section_3_2_img_area img,
.product_section_block_wrap .section_3_3_img_area img{
  width: 100%;
  position: relative;
}

.section_3_1_img_area p,
.section_3_2_img_area p,
.section_3_3_img_area p{
  position: absolute;
  line-height: 1.5;
  color: #fff;
}

.section_3_1_img_area .point_03_01,
.section_3_2_img_area .point_03_01,
.section_3_3_img_area .point_03_01{
  width: 120px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #373737;
  top: 0;
  left: 0;
  background: #e6e6e6;
  border-right: 1px solid #6b6969;
  border-bottom: 1px solid #6b6969;
}

.point_03_01_01{
  position: relative;
  margin-bottom: 40px;
}
.point_03_01_01 .point_03_02{
  font-size: 0.6875rem;
  top: 104px;
  left: 21px;
}
.point_03_01_01 .point_03_03{
  font-size: 0.6875rem;
  top: 105px;
  left: 615px;
}

.point_03_01_02{
  position: relative;
}
.point_03_01_02 .point_03_04{
  font-size: 0.6875rem;
  top: 104px;
  left: 10px;
  letter-spacing: -0.02rem;
}
.point_03_01_02 .point_03_05{
  font-size: 0.6875rem;
  top: 104px;
  left: 617px
}

.point_03_02_01{
  position: relative;
  margin-bottom: 40px;
}

.point_03_02_01 .point_03_02{
  font-size: 0.6875rem;
  top: 97px;
  left: 21px;
}
.point_03_02_01 .point_03_03{
  font-size: 0.6875rem;
  top: 98px;
  left: 615px;
  letter-spacing: -0.02rem;
}
.point_03_02_01 .point_03_04{
  font-size: 1.125rem;
  font-weight: 600;
  top: 59px;
  left: 695px;
  color: #373737;
}

.section_3_2_img_area .img_separate{
  width: 100%;
  display: inline-block;
}

.point_03_02_02{
  width: 50%;
  padding-right: 2%;
  border-right: 1px solid #ddd;
  float: left;
}
.point_03_02_02 .point_03_05{
  font-size: 0.625rem;
  top: 312px;
  left: 60px;
  letter-spacing: -0.02rem;
}
.point_03_02_02 .point_03_06{
  font-size: 0.625rem;
  top: 312px;
  left: 264px;
  letter-spacing: -0.02rem;
}
.point_03_02_02 .point_03_07{
  font-size: 1.125rem;
  font-weight: 600;
  top: 270px;
  left: 355px;
  color: #373737;
}

.point_03_02_03{
  width: 50%;
  float: left;
  padding-left: 2%;
}
.point_03_02_03 .point_03_08{
  font-size: 0.625rem;
  top: 313px;
  left: 483px;
  letter-spacing: -0.02rem;
}
.point_03_02_03 .point_03_09{
  font-size: 0.625rem;
  top: 313px;
  left: 689px;
  letter-spacing: -0.02rem;
}
.point_03_02_03 .point_03_10{
  font-size: 1.125rem;
  font-weight: 600;
  top: 270px;
  left: 794px;
  color: #373737;
}


.point_03_03_01{
  position: relative;
  margin-bottom: 40px;
}

.point_03_03_01 .point_03_02{
  font-size: 0.75rem;
  top: 101px;
  left: 28px;
}
.point_03_03_01 .point_03_03{
  font-size: 0.625rem;
  top: 103px;
  left: 637px;
  text-align: center;
  line-height: 1.2;
}
.point_03_03_01 .point_03_04{
  font-size: 1.125rem;
  font-weight: 600;
  top: 62px;
  left: 122px;
  color: #373737;
}
.point_03_03_01 .point_03_05{
  font-size: 1.125rem;
  font-weight: 600;
  top: 62px;
  left: 292px;
  color: #373737;
}
.point_03_03_01 .point_03_06{
  font-size: 1.125rem;
  font-weight: 600;
  top: 62px;
  left: 499px;
  color: #373737;
}

.point_03_03_02{
  position: relative;
  margin-bottom: 40px;
}

.point_03_03_02 .point_03_02{
  font-size: 0.75rem;
  top: 101px;
  left: 28px;
}
.point_03_03_02 .point_03_03{
  font-size: 0.625rem;
  top: 103px;
  left: 637px;
  text-align: center;
  line-height: 1.2;
}
.point_03_03_02 .point_03_04{
  font-size: 1.125rem;
  font-weight: 600;
  top: 55px;
  left: 73px;
  color: #373737;
}
.point_03_03_02 .point_03_05{
  font-size: 1.125rem;
  font-weight: 600;
  top: 55px;
  left: 270px;
  color: #373737;
}
.point_03_03_02 .point_03_06{
  font-size: 1.125rem;
  font-weight: 600;
  top: 60px;
  left: 479px;
  color: #373737;
}

.point_03_03_03{
  position: relative;
}

.point_03_03_03 .point_03_02{
  font-size: 0.75rem;
  top: 101px;
  left: 28px;
}
.point_03_03_03 .point_03_03{
  font-size: 0.625rem;
  top: 103px;
  left: 637px;
  text-align: center;
  line-height: 1.2;
}
.point_03_03_03 .point_03_04{
  font-size: 1.125rem;
  font-weight: 600;
  top: 55px;
  left: 56px;
  color: #373737;
}
.point_03_03_03 .point_03_05{
  font-size: 1.125rem;
  font-weight: 600;
  top: 55px;
  left: 246px;
  color: #373737;
}
.point_03_03_03 .point_03_06{
  font-size: 1.125rem;
  font-weight: 600;
  top: 55px;
  left: 450px;
  color: #373737;
}


.product_section_block_wrap .output_block_area{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.output_block_area .output_block{
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}

.output_block_area .output_block h4{
  width: 100%;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  background: #e3eff6;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}

.output_block_area .output_block .output_wrap{
  width: 100%;
  display: inline-block;
  padding: 30px;
}

.output_wrap .output_text{
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.output_wrap .output_text span{
  font-weight: 600;
  position: relative;
  left: -7px;
}

.output_wrap .output_img{
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.output_wrap .output_caution{
  font-size: 0.75rem;
  line-height: 1.5;
}

.output_wrap .output_img img{
  max-width: 100%;
}

.output_img p{
  font-size: 0.75rem;
  line-height: 1.2;
  position: absolute;
}

.output_img .point_04_01{
  top: 45px;
  left: 8px;
}
.output_img .point_04_02{
  top: 130px;
  left: 8px;
}
.output_img .point_04_03{
  top: 195px;
  left: 8px;
}
.output_img .point_04_04{
  top: 105px;
  left: 53px;
}
.output_img .point_04_05{
  top: 175px;
  left: 53px;
}
.output_img .point_04_06{
  top: 8px;
  left: 48px;
}
.output_img .point_04_07{
  top: 8px;
  left: 170px;
}
.output_img .point_04_08{
  top: 200px;
  left: 97px;
  text-align: center;
}
.output_img .point_04_08 span{
  font-size: 0.625rem;
}
.output_img .point_04_09{
  top: 200px;
  left: 221px;
  text-align: center;
}
.output_img .point_04_09 span{
  font-size: 0.625rem;
}
.output_img .point_04_10{
  top: 45px;
  left: 8px;
}
.output_img .point_04_11{
  top: 130px;
  left: 8px;
}
.output_img .point_04_12{
  top: 195px;
  left: 8px;
}
.output_img .point_04_13{
  top: 105px;
  left: 53px;
}
.output_img .point_04_14{
  top: 175px;
  left: 53px;
}
.output_img .point_04_15{
  top: 4px;
  left: 75px;
}
.output_img .point_04_16{
  top: 200px;
  left: 99px;
  text-align: center;
}
.output_img .point_04_16 span{
  font-size: 0.625rem;
}
.output_img .point_04_17{
  top: 200px;
  left: 285px;
  text-align: center;
}
.output_img .point_04_17 span{
  font-size: 0.625rem;
}

.product_section_block_wrap .other_list{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.other_list .other_block{
  width: 100%;
  display: inline-block;
  border: 1px solid #d9d9d9;
}

.other_list .other_block h4{
  width: 100%;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  background: #e3eff6;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}

.other_list .other_block .other_block_wrap{
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
}

.other_block_wrap .other_01_img{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.other_01_img .other_01_img_box{
  width: 100%;
  display: inline-block;
  position: relative;
}

.other_01_img .other_01_img_box img{
  width: 100%;
  position: relative;
}

.other_01_img_box p{
  position: absolute;
  line-height: 1.5;
}
.other_01_img_box .point_06_01_01{
  font-size: 0.625rem;
  top: 60px;
  left: 32px;
}
.other_01_img_box .point_06_01_02{
  font-size: 0.625rem;
  top: 37px;
  left: 97px;
  text-align: center;
  line-height: 1.2;
}
.other_01_img_box .point_06_01_03{
  font-size: 0.6875rem;
  top: 75px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.other_01_img_box .point_06_01_03 span{
  font-size: 0.9375rem;
  font-weight: 700;
  color: #00478a;
}
.other_01_img_box .point_06_01_04{
  font-size: 0.6875rem;
  top: 93px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.other_01_img_box .point_06_01_05{
  font-size: 0.6875rem;
  top: 112px;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
.other_01_img_box .point_06_01_05 span{
  font-size: 0.9375rem;
  font-weight: 700;
  color: #00478a;
}
.other_01_img_box .point_06_01_06{
  font-size: 0.625rem;
  top: 62px;
  left: 32px;
  text-align: center;
  line-height: 1.2;
}
.other_01_img_box .point_06_01_07{
  font-size: 0.625rem;
  top: 50px;
  left: 91px;
  text-align: center;
  line-height: 1.2;
}
.other_01_img_box .point_06_01_08{
  font-size: 0.6875rem;
  top: 86px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.other_01_img_box .point_06_01_08 span{
  font-size: 0.9375rem;
  color: #00478a;
  font-weight: 700;
}
.other_01_img_box .point_06_01_09{
  font-size: 0.6875rem;
  top: 103px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.other_01_img_box .point_06_01_10{
  font-size: 0.6875rem;
  top: 121px;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
.other_01_img_box .point_06_01_10 span{
  font-size: 0.9375rem;
  font-weight: 700;
  color: #00478a;
}

.other_block_wrap .other_caution{
  font-size: 0.75rem;
  line-height: 1.5;
}
.other_block_wrap .intro_text{
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.other_block_wrap .other_02_img_box{
  width: 80%;
  margin: 0 10% 10px 10%;
  display: inline-block;
}

.other_block .flex_box{
  display: flex;
}
.flex_box .other_flex_text_box{
  width: 65%;
  margin-right: 5%;
}
.flex_box .other_flex_text_box .other_flex_text{
  margin-bottom: 10px;
}
.flex_box .other_flex_img_box{
  width: 35%;
  display: inline-block;
  position: relative;
}
.flex_box .other_flex_img_box img{
  width: 100%;
}

.flex_box .mt_20{
  margin-top: 20px;
}

.other_flex_img_box p{
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  line-height: 1.5;
}
.other_flex_img_box .point_06_04_01{
  top: 76px;
  left: 27px;
}
.other_flex_img_box .point_06_04_02{
  top: 126px;
  left: 27px;
}
.other_flex_img_box .point_06_04_03{
  font-size: 0.5625rem;
  top: 84px;
  left: 85px;
}
.other_flex_img_box .point_06_04_04{
  font-size: 0.5625rem;
  top: 133px;
  left: 83px;
}

/* 製品ラインナップ */

.en_guard__lineup{
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.en_guard__lineup .lineup_wrap{
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.lineup_wrap .lineup_category{
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  background: url(../img/title2bg.gif) no-repeat 0px 0px;
  line-height: 20px;
  padding-left: 14px;
}

.lineup_wrap .lineup_list{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.lineup_wrap .lineup_list li{
  width: 100%;
  display: inline-block;
}

.lineup_list li .product_img{
  width: 100%;
  height:228px;
  border: 1px solid #dee2e7;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.lineup_list li .product_img .product_img_wrap{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 30px;
}

.lineup_list li .product_name{
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 12px;
}

.lineup_list li .detail_btn,
.lineup_list li .purchase_btn{
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: .3s;
}

.lineup_list li .detail_btn{
  background: #399fd9;
  margin-bottom: 5px;
}

.lineup_list li .purchase_btn{
  background: #ea9636;
  margin-bottom: 5px;
}

.lineup_list li .detail_btn:hover{
  background: #1f7bb0;
  transition: .3s;
  text-decoration: none;
  opacity: 1;
}

.lineup_list li .purchase_btn:hover{
  background: #c47a26;
  transition: .3s;
  text-decoration: none;
  opacity: 1;
}


/* 仕様 */

.specification{
  width: 100%;
  margin-bottom: 80px;
  display: inline-block;
  box-sizing: border-box;
}

.specification .table_wrap{
  width: 100%;
  margin-bottom: 50px;
}

.specification .last_table{
  margin-bottom: 20px;
}

.specification .table_wrap .specification_category{
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  background: url(../img/title2bg.gif) no-repeat 0px 0px;
  line-height: 20px;
  padding-left: 12px;
}

.specification .specification_table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.specification .specification_table th,
.specification .specification_table td{
  border: solid 1px #767271;
  padding: 10px;
  line-height: 1.5;
}

.specification .specification_table th{
  width: 150px;
  color: #fff;
  background: #898989;
  line-height: 1.2;
}

.specification .specification_table td .caution_number{
  font-size: 0.625rem;
  position: relative;
  top: -5px;
}

.specification .specification_table tr:nth-child(even) td{
  background: #efefef;
}

.specification .specification_table .product_table{
  padding: 20px 10px 15px 10px;
}

.specification_table .product_table img{
  display: block;
  margin: 0 auto 10px auto;
}

.specification_table .product_table .product_01{
  max-width: 50px;
}
.specification_table .product_table .product_02{
  max-width: 60px;
}
.specification_table .product_table .product_03{
  max-width: 80px;
}
.specification_table .product_table .product_04{
  max-width: 143px;
}

.specification_table .product_table .product_name{
  font-weight: 600;
  text-align: center;
}

.specification .caution_number_list{
  width: 100%;
  display: inline-block;
}

.specification .caution_number_list li{
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 3px;
}

.specification .caution_number_list li:last-child{
  margin-bottom: 0;
}

/* PDFダウンロード */

.en_guard__download{
  width: 100%;
  display: inline-block;
  position: relative;
}

.en_guard__download .download_block{
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}

.en_guard__download .mb_0{
  margin-bottom: 0;
}

.download_block .download_title{
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: solid 2px #c9cdd2;
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 10px;
}

.download_block .download_title:after{
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 2px #3473ae;
  left: 0;
  bottom: -2px;
  width: 136px;
}

.download_block .download_contents{
  width: 100%;
  display: inline-block;
  padding: 12px;
  background: #f3f3f3;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

.download_block .download_contents .download_name{
  display: inline-block;
  float: left;
  font-weight: 600;
  margin: 10px 0;
  line-height: 1;
}

.download_block .download_contents .pdf_btn_wrap{
  display: inline-block;
  border-radius: 3px;
  background: #0d609a;
  float: right;
  transition: .3s;
}

.download_block .download_contents .pdf_btn_wrap:hover{
  background: #0b426a;
  transition: .3s;
}

.download_block .download_contents .pdf_btn_wrap a{
  color: #fff;
  display: inline-block;
  padding: 5px 20px 3px 40px;
  background: url(../img/pdf.webp) no-repeat 5px 5px;
}

.download_block .download_contents .pdf_btn_wrap a:hover{
  text-decoration: none;
}







