@charset "UTF-8";
section.page .chart_wrap {
  position: relative;
  padding: 50px 20px 40px 20px;
}
section.page .chart_wrap.no2 {
  padding: 50px 0px 40px 0px;
}
section.page .chart_wrap.no2 .chart_btn {
  right: 0px;
}
section.page .chart_wrap .chart {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 599px) {
  section.page .chart_wrap .chart {
    padding-bottom: 8px;
    overflow-x: scroll;
  }
}
section.page .chart_wrap .chart_in {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  section.page .chart_wrap .chart_in {
    padding: 10px;
    width: 100%;
  }
  section.page .chart_wrap .chart_in.on {
    width: 800px;
  }
}
section.page .chart_wrap .chart_btn {
  display: none;
}
@media screen and (max-width: 599px) {
  section.page .chart_wrap .chart_btn {
    cursor: pointer;
    background-color: chocolate;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 3px;
    position: absolute;
    right: 20px;
    top: 0;
    transform: translateY(15px);
    color: #fff;
    display: inline-block;
  }
  section.page .chart_wrap .chart_btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 599px) {
  section.page.lead.lead__business.n11 {
    padding-bottom: 20px;
  }
}

section.page div.business__001 ul.s001 {
  display: flex;
  gap: 0px 20px;
  padding-bottom: 85px;
}
section.page div.business__001 ul.s001 li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 599px) {
  section.page div.business__001 ul.s001 {
    display: flex;
    gap: 0px 5px;
    padding-bottom: 40px;
  }
  section.page div.business__001 ul.s001 li {
    width: calc((100% - 10px) / 3);
  }
}
section.page div.business__001 ul.s002 {
  display: flex;
  gap: 0px 20px;
  padding-bottom: 85px;
}
section.page div.business__001 ul.s002 li {
  width: calc((100% - 80px) / 5);
}
section.page div.business__001 ul.s002 li a {
  position: relative;
  height: 118px;
  color: #0071bd;
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
  border: 1px solid #0071bd;
  line-height: 1.35;
}
section.page div.business__001 ul.s002 li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #0071bd;
  border-right: 2px solid #0071bd;
  left: 50%;
  bottom: 10px;
  transform: rotate(135deg) translateY(50%);
}
@media screen and (max-width: 599px) {
  section.page div.business__001 ul.s002 {
    display: block;
    gap: 0px 20px;
    padding-bottom: 0px;
  }
  section.page div.business__001 ul.s002 li {
    width: 100%;
    margin-bottom: 10px;
  }
  section.page div.business__001 ul.s002 li a {
    position: relative;
    height: 58px;
    color: #0071bd;
    font-size: 20px;
    text-align: center;
    padding-top: 0px;
    border: 1px solid #0071bd;
    line-height: 58px;
    text-align: left;
    padding-left: 20px;
  }
  section.page div.business__001 ul.s002 li a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #0071bd;
    border-right: 2px solid #0071bd;
    left: auto;
    right: 10px;
    top: 20px;
    bottom: auto;
    transform: rotate(135deg) translateY(50%);
    transform: rotate(135deg);
  }
}

section.page.business ul.towcol {
  -moz-column-count: 2;
       column-count: 2; /* 2段組 */
  -moz-column-gap: 80px;
       column-gap: 80px; /* 段間の余白 */
  text-align: justify; /* きれいに揃える（任意） */
}
@media screen and (max-width: 599px) {
  section.page.business ul.towcol {
    -moz-column-count: 1;
         column-count: 1; /* 2段組 */
  }
}
section.page.business ul.towcol > li {
  width: 100%;
}
section.page.business ul.fx {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 80px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  section.page.business ul.fx {
    display: block;
  }
}
section.page.business ul.fx > li {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 599px) {
  section.page.business ul.fx > li {
    width: 100%;
  }
}
section.page.business ul.fx > li.w {
  width: 100%;
}
section.page.business ul.fx_n1 {
  display: flex;
  gap: 0 80px;
  width: 100%;
  padding-bottom: 70px;
}
section.page.business ul.fx_n1 > li:nth-of-type(1) {
  width: calc(100% - 516px);
}
section.page.business ul.fx_n1 > li:nth-of-type(2) {
  width: 436px;
}
@media screen and (max-width: 599px) {
  section.page.business ul.fx_n1 {
    display: block;
    padding-bottom: 30px;
  }
  section.page.business ul.fx_n1 > li:nth-of-type(1) {
    width: 100%;
  }
  section.page.business ul.fx_n1 > li:nth-of-type(2) {
    width: 100%;
  }
}

section.page.business {
  position: relative;
  z-index: 100;
}
section.page.business h3 {
  text-align: left;
  font-size: 20px;
  border-left: 11px solid #0071bd;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.35;
  padding: 6px 0 4px 20px;
}
@media screen and (max-width: 599px) {
  section.page.business h3 {
    border-left: 6px solid #0071bd;
    padding: 6px 0 4px 14px;
  }
}
section.page.business .wrap {
  position: relative;
  padding: 0 90px 0 90px;
}
@media screen and (max-width: 599px) {
  section.page.business .wrap {
    padding: 0 20px 0 20px;
  }
}

section.page.business.d001 {
  position: relative;
  z-index: 200;
  margin-top: 235px;
}
@media screen and (max-width: 599px) {
  section.page.business.d001 {
    margin-top: 135px;
  }
}
section.page.business.d001 .wrap {
  background: #fff;
  position: relative;
  z-index: 300;
  padding-top: 50px;
  padding-bottom: 250px;
}
@media screen and (max-width: 599px) {
  section.page.business.d001 .wrap {
    width: calc(100vw - 40px);
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 150px;
  }
}
section.page.business.d001::after {
  position: absolute;
  content: " ";
  height: 355px;
  display: block;
  width: calc((100vw - 1280px) / 2 + 1280px + 140px);
  top: -235px;
  left: 0;
  z-index: 95;
  background-image: url("https://www.hino-systech.com/jp/images/business__instrumentation_and_control__04.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width:600px) and (max-width:1260px) {
  section.page.business.d001::after {
    width: 1420px;
  }
}
@media screen and (max-width: 599px) {
  section.page.business.d001::after {
    height: 200px;
    top: -138px;
    width: 100vw;
    background-image: url("https://www.hino-systech.com/jp/images/business__instrumentation_and_control__04_sp.jpg");
  }
}
section.page.business.d001.n1 .wrap {
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n1 .wrap {
    padding-bottom: 80px;
  }
}
section.page.business.d001.n1::after {
  background-image: url("https://www.hino-systech.com/jp/images/business__instrumentation_and_control__04.jpg");
}
section.page.business.d001.n2::after {
  background-image: url("https://www.hino-systech.com/jp/images/business__instrumentation_and_control__06.jpg");
}
section.page.business.d001.n3::after {
  background-image: url("https://www.hino-systech.com/jp/images/business__instrumentation_and_control__08.jpg");
}
section.page.business.d001.n4::after {
  background-image: url("https://www.hino-systech.com/jp/images/business__instrumentation_and_control__10.jpg");
}
section.page.business.d001.n5::after {
  background-image: url("https://www.hino-systech.com/jp/images/business__instrumentation_and_control__11.jpg");
}
section.page.business.d001.n6::after {
  background-image: url("https://www.hino-systech.com/jp/images/business__computer_control_system__07.jpg");
}
section.page.business.d001.n10::after {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__13.jpg");
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n1::after {
    background-image: url("https://www.hino-systech.com/jp/images/business__instrumentation_and_control__04_sp.jpg");
  }
  section.page.business.d001.n2::after {
    background-image: url("https://www.hino-systech.com/jp/images/business__instrumentation_and_control__06_sp.jpg");
  }
  section.page.business.d001.n3::after {
    background-image: url("https://www.hino-systech.com/jp/images/business__instrumentation_and_control__08_sp.jpg");
  }
  section.page.business.d001.n4::after {
    background-image: url("https://www.hino-systech.com/jp/images/business__instrumentation_and_control__10_sp.jpg");
  }
  section.page.business.d001.n5::after {
    background-image: url("https://www.hino-systech.com/jp/images/business__instrumentation_and_control__11_sp.jpg");
  }
  section.page.business.d001.n6::after {
    background-image: url("https://www.hino-systech.com/jp/images/business__computer_control_system__07_sp.jpg");
  }
  section.page.business.d001.n10::after {
    background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__13_sp.jpg");
  }
}
section.page.business.d001::before {
  position: absolute;
  content: " ";
  height: 800px;
  width: 100vw;
  background: #f9f8f4;
  top: -60px;
  left: 0;
  z-index: 90;
}
section.page.business.d001 h3 {
  text-align: left;
  font-size: 20px;
  border-left: 11px solid #0071bd;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.35;
  padding: 6px 0 4px 20px;
}
@media screen and (max-width: 599px) {
  section.page.business.d001 h3 {
    border-left: 6px solid #0071bd;
    padding: 6px 0 4px 14px;
  }
}
section.page.business.d001.n6 h4 {
  font-size: 20px;
  text-align: left;
  padding-bottom: 20px;
  font-weight: bold;
}
section.page.business.d001 div.lead {
  padding-bottom: 60px;
  border-bottom: 1px solid #888;
}
section.page.business.d001 div.lead h2 {
  font-size: 40px;
  color: #0071bd;
}
section.page.business.d001 div.lead p.bold {
  font-size: 24px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
section.page.business.d001 div.lead p {
  text-align: justify;
  font-size: 18px;
  padding: 0 90px 10px 90px;
}
@media screen and (max-width: 599px) {
  section.page.business.d001 div.lead {
    padding-bottom: 50px;
  }
  section.page.business.d001 div.lead h2 {
    font-size: 32px;
  }
  section.page.business.d001 div.lead p.bold {
    font-size: 18px;
    padding-bottom: 30px;
    text-align: justify;
    font-weight: bold;
  }
  section.page.business.d001 div.lead p {
    text-align: justify;
    font-size: 18px;
    padding: 0 0px 10px 0px;
  }
}
section.page.business.d001 div.body {
  padding-top: 70px;
  padding-top: 70px;
  position: relative;
  z-index: 100;
}
section.page.business.d001 div.body p.note {
  font-size: 14px;
  padding-bottom: 6px;
  text-align: right;
}
@media screen and (max-width: 599px) {
  section.page.business.d001 div.body p.note {
    text-align: left;
  }
}
section.page.business.d001 div.body p.note.n1 {
  text-align: left;
}
section.page.business.d001 div.body dl.d002 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
section.page.business.d001 div.body dl.d002 > dt, section.page.business.d001 div.body dl.d002 > dd {
  border-top: 1px solid #cccccc;
  font-size: 18px;
  padding: 10px 0 10px 20px;
  text-align: left;
}
section.page.business.d001 div.body dl.d002 > dt {
  background: #f6f8fb;
  width: 210px;
}
section.page.business.d001 div.body dl.d002 > dd {
  width: calc(100% - 210px);
  border-left: 1px solid #cccccc;
}
section.page.business.d001 div.body dl.d002 > dd.waku {
  padding: 0;
}
section.page.business.d001 div.body dl.d002 > dd.waku dl {
  display: flex;
  flex-wrap: wrap;
}
section.page.business.d001 div.body dl.d002 > dd.waku dl dt, section.page.business.d001 div.body dl.d002 > dd.waku dl dd {
  border-top: 1px solid #cccccc;
  font-size: 18px;
  padding: 10px 0 10px 20px;
  text-align: left;
}
section.page.business.d001 div.body dl.d002 > dd.waku dl dt:nth-of-type(1), section.page.business.d001 div.body dl.d002 > dd.waku dl dd:nth-of-type(1) {
  border-top: none;
}
section.page.business.d001 div.body dl.d002 > dd.waku dl dt {
  width: 200px;
}
section.page.business.d001 div.body dl.d002 > dd.waku dl dd {
  border-left: 1px solid #ccc;
  width: calc(100% - 200px);
}
section.page.business.d001 div.body div.d003 {
  background: #f6f8fb;
  padding: 30px;
  margin-bottom: 40px;
}
section.page.business.d001 div.body div.d003.n2 {
  margin-bottom: 10px;
}
section.page.business.d001 div.body div.d003 h4 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 26px;
}
section.page.business.d001 div.body div.d003 div.fx {
  display: flex;
  gap: 0px 30px;
}
@media screen and (max-width: 599px) {
  section.page.business.d001 div.body div.d003 div.fx {
    display: block;
  }
}
section.page.business.d001 div.body div.d003 div.fx ul {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 599px) {
  section.page.business.d001 div.body div.d003 div.fx ul {
    width: 100%;
  }
}
section.page.business.d001 div.body div.d003 div.fx ul li {
  text-align: left;
  position: relative;
  padding-left: 20px;
  padding-bottom: 4px;
}
section.page.business.d001 div.body div.d003 div.fx ul li::before {
  background: #0071bd;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
section.page.business.d001 div.body div.d003 div.fx.c2 ul {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 599px) {
  section.page.business.d001 div.body div.d003 div.fx.c2 ul {
    width: 100%;
  }
}

section.page.business.d001.f011 .wrap div.gradation {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  z-index: 301;
  height: 500px;
  background: linear-gradient(to bottom, #f9f8f4, #ffffff);
}
section.page.business.d001.f011 .wrap {
  position: relative;
  z-index: 300;
  padding-bottom: 90px;
}
section.page.business.d001.f011 div.lead {
  position: relative;
  z-index: 310;
  padding-bottom: 60px;
  border-bottom: 1px solid #888;
}
section.page.business.d001.f011 div.lead h2 {
  font-size: 28px;
  color: #231815;
  padding-bottom: 0;
}
section.page.business.d001.f011 div.lead p.bold {
  font-size: 18px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
  color: #0071bd;
}
section.page.business.d001.f011 div.lead p {
  text-align: justify;
  font-size: 18px;
  padding: 0 90px 10px 90px;
}
@media screen and (max-width: 599px) {
  section.page.business.d001.f011 div.lead {
    padding-bottom: 50px;
  }
  section.page.business.d001.f011 div.lead h2 {
    font-size: 28px;
  }
  section.page.business.d001.f011 div.lead p.bold {
    font-size: 18px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
  }
  section.page.business.d001.f011 div.lead p {
    text-align: justify;
    font-size: 18px;
    padding: 0 0px 10px 0px;
  }
}
section.page.business.d001.f011 div.body {
  padding-top: 70px;
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
  z-index: 310;
}
@media screen and (max-width: 599px) {
  section.page.business.d001.f011 div.body {
    padding-bottom: 0px;
  }
}

section.page.business.d004 {
  position: relative;
  background: linear-gradient(to bottom, #f6f8fb, #ffffff);
}
section.page.business.d004 .wrap {
  position: relative;
  z-index: 300;
  padding-top: 70px;
}
section.page.business.d004 .n001 h2 {
  font-size: 22px;
}
section.page.business.d004 .n001 p {
  font-size: 16px;
  padding: 0 100px;
}
@media screen and (max-width: 599px) {
  section.page.business.d004 .n001 p {
    padding: 0;
  }
}
section.page.business.d004 .n002 {
  display: none;
}
@media screen and (max-width: 599px) {
  section.page.business.d004 .n002 {
    display: block;
    padding-bottom: 40px;
  }
  section.page.business.d004 .n002 a {
    font-size: 14px;
  }
}
section.page.business.d004 .n003 {
  background-image: url("https://www.hino-systech.com/jp/images/business__computer_control_system__01.png");
  background-size: 1560px auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  height: 1130px;
}
@media screen and (max-width: 599px) {
  section.page.business.d004 .n003 {
    display: none;
  }
}

section.page.business.d005 {
  background: #f9f8f4;
}
section.page.business.d005 .wrap {
  padding: 60px 40px;
}
section.page.business.d005 ul {
  display: flex;
  gap: 0px 20px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  section.page.business.d005 ul {
    display: block;
  }
}
section.page.business.d005 ul > li {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 599px) {
  section.page.business.d005 ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
}
section.page.business.d005 a {
  border: 1px solid #cccccc;
  background: #fff;
  position: relative;
  height: 90px;
  text-align: left;
}
section.page.business.d005 a span {
  line-height: 1.4;
  font-size: 18px;
  color: #231815;
  position: absolute;
  left: 0px;
  padding-left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  section.page.business.d005 a span {
    font-size: 16px;
  }
}
section.page.business.d005 a::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f1f1f1;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
section.page.business.d005 a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  right: 30px;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}

section.page.business.d006 {
  background: #0071bd;
}
section.page.business.d006 .wrap {
  padding: 0 40px;
}
section.page.business.d006.n1 .img {
  height: 346px;
  width: 100%;
  background-image: url("https://www.hino-systech.com/jp/images/business__09.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  section.page.business.d006.n1 .img {
    width: 100%;
    aspect-ratio: 823/450;
    background-image: url("https://www.hino-systech.com/jp/images/business__09_sp.jpg");
    background-size: cover;
  }
}
section.page.business.d006.n1 ul {
  background-image: none;
  padding-left: 0;
}
section.page.business.d006 ul {
  height: 241px;
  width: 100%;
  padding-left: calc(100% - 456px);
  padding-top: 60px;
  background-image: url("https://www.hino-systech.com/jp/images/business__instrumentation_and_control__12.jpg");
  background-size: auto 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  section.page.business.d006 ul {
    background-image: none;
    height: auto;
    padding-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  section.page.business.d006 ul li:nth-of-type(1) {
    padding-top: 10px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 599px) {
  section.page.business.d006 ul li:nth-of-type(2) {
    padding-top: 20px;
  }
}
section.page.business.d006 ul li {
  padding-bottom: 24px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
section.page.business.d006 ul li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  border-radius: 29px;
  background: #fff;
  color: #231815;
  font-size: 18px;
  display: inline-block;
  width: 300px;
  text-align: left;
  padding-left: 16px;
  margin-left: 20px;
}
section.page.business.d006 ul li a:nth-of-type(1) {
  margin-left: 0px;
}
@media screen and (max-width: 599px) {
  section.page.business.d006 ul li a {
    margin-left: 0px;
    margin-top: 20px;
  }
  section.page.business.d006 ul li a:nth-of-type(1) {
    margin-top: 0px;
  }
}
section.page.business.d006 ul li a::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f1f1f1;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
section.page.business.d006 ul li a:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  right: 30px;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}

section.page.business.d010 {
  background: #f9f8f4;
}
section.page.business.d010 .wrap {
  padding: 40px 40px;
}
@media screen and (max-width: 599px) {
  section.page.business.d010 .wrap {
    padding: 20px 20px;
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
section.page.business.d010 ul {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 599px) {
  section.page.business.d010 ul {
    padding: 20px;
    border: 1px solid #cccccc;
    background: #fff;
  }
}
section.page.business.d010 ul:nth-of-type(2) {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
section.page.business.d010 ul:nth-of-type(2) li:nth-of-type(1) {
  padding: 26px 46px 36px 155px;
}
section.page.business.d010 ul:nth-of-type(2) li:nth-of-type(2) {
  right: auto;
  left: 0;
}
@media screen and (max-width: 599px) {
  section.page.business.d010 ul:nth-of-type(2) {
    display: block;
  }
  section.page.business.d010 ul:nth-of-type(2) li:nth-of-type(1) {
    padding: 0px 0px 30px 0px;
  }
}
section.page.business.d010 ul li:nth-of-type(1) {
  background: #fff;
  width: 815px;
  padding: 26px 165px 36px 36px;
  border: 1px solid #cccccc;
}
section.page.business.d010 ul li:nth-of-type(2) {
  right: 0;
  top: 40px;
  position: absolute;
  width: 456px;
}
@media screen and (max-width: 599px) {
  section.page.business.d010 ul li:nth-of-type(1) {
    background: #fff;
    width: 100%;
    padding: 0px 0px 30px 0px;
    border: none;
  }
  section.page.business.d010 ul li:nth-of-type(2) {
    position: static;
    width: 100%;
    line-height: 0;
  }
}
section.page.business.d010 p {
  padding-bottom: 0;
}
section.page.business.d010 p.bold {
  font-size: 18px;
  padding-bottom: 16px;
  font-weight: bold;
}
section.page.business.d010 h3 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
}
section.page.business.d010 h3 span {
  font-size: 14px;
}
section.page.business.d010 h3 {
  margin-bottom: 30px;
}

section.page.business.d011 .wrap {
  padding: 60px 40px;
}
@media screen and (max-width: 599px) {
  section.page.business.d011 .wrap {
    padding: 60px 20px;
  }
}
section.page.business.d011 h2 {
  font-size: 18px;
  color: #0071bd;
}
section.page.business.d011 p {
  text-align: center;
  padding-bottom: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 599px) {
  section.page.business.d011 p {
    text-align: justify;
  }
}
section.page.business.d011 p.bold {
  font-size: 18px;
  padding-bottom: 30px;
}
@media screen and (max-width: 599px) {
  section.page.business.d011 p.bold {
    text-align: center;
  }
}
section.page.business.d011 li p {
  text-align: justify;
  padding-bottom: 0;
}
section.page.business.d011 li h4 {
  font-size: 20px;
  margin-bottom: 16px;
  text-align: left;
  font-weight: bold;
}
section.page.business.d011 li img {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  section.page.business.d011 li img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  section.page.business.d011 li {
    padding-bottom: 40px;
  }
}
section.page.business.d011 div.navi_solutions {
  padding: 80px 0;
}
section.page.business.d011 div.navi_solutions a {
  background: #231815;
  line-height: 0;
  display: flex;
}
section.page.business.d011 div.navi_solutions a img {
  width: 50%;
}
section.page.business.d011 div.navi_solutions a div {
  position: relative;
  width: 50%;
}
section.page.business.d011 div.navi_solutions a div span {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  text-align: left;
  display: block;
}
section.page.business.d011 div.navi_solutions a {
  position: relative;
}
section.page.business.d011 div.navi_solutions a::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f1f1f1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section.page.business.d011 div.navi_solutions a:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  left: calc(50% - 14px);
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
@media screen and (max-width: 599px) {
  section.page.business.d011 div.navi_solutions {
    padding: 40px 0;
  }
  section.page.business.d011 div.navi_solutions a {
    background: #231815;
    line-height: 0;
    display: block;
  }
  section.page.business.d011 div.navi_solutions a img {
    width: 100%;
  }
  section.page.business.d011 div.navi_solutions a div {
    position: relative;
    width: 100%;
    padding: 20px;
  }
  section.page.business.d011 div.navi_solutions a div span {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: relative;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    text-align: left;
    display: block;
    transform: translateY(0);
  }
  section.page.business.d011 div.navi_solutions a {
    position: relative;
  }
  section.page.business.d011 div.navi_solutions a::before {
    position: absolute;
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f1f1f1;
    left: auto;
    top: 20px;
    right: 20px;
    transform: translateX(0) translateY(0);
  }
  section.page.business.d011 div.navi_solutions a:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    left: auto;
    top: 36px;
    right: 38px;
    transform: rotate(45deg);
  }
}

section.page.business.d012 {
  background: #f9f8f4;
  margin-top: 140px;
}
section.page.business.d012 .lead {
  position: absolute;
  background-image: url("https://www.hino-systech.com/jp/images/business__08.jpg");
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  width: 1560px;
  left: -140px;
  top: -140px;
  padding-top: 100px;
  height: 285px;
}
section.page.business.d012 .lead h2 {
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 2px #000, 0 0 0.5em #ccc, 0 0 0.2em #aaa;
  text-shadow: 1px 1px 2px #000, 0 0 0.5em #ccc, 0 0 0.2em #aaa;
}
section.page.business.d012 .lead p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 2px #000, 0 0 0.5em #ccc, 0 0 0.2em #aaa;
  text-shadow: 1px 1px 2px #000, 0 0 0.5em #ccc, 0 0 0.2em #aaa;
}
section.page.business.d012 .wrap {
  padding: 60px 0px;
  position: relative;
}
section.page.business.d012 .body {
  padding-top: 150px;
}
section.page.business.d012 .body ul li {
  text-align: justify;
}
@media screen and (max-width: 599px) {
  section.page.business.d012 {
    margin-top: 0px;
  }
  section.page.business.d012 .lead {
    position: static;
    background-image: url("https://www.hino-systech.com/jp/images/business__08.jpg");
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    width: 100%;
    left: -20px;
    top: 0;
    padding: 30px 30px 30px 30px;
    height: auto;
  }
  section.page.business.d012 .lead h2 {
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 2px #000, 0 0 0.5em #ccc, 0 0 0.2em #aaa;
    text-shadow: 1px 1px 2px #000, 0 0 0.5em #ccc, 0 0 0.2em #aaa;
  }
  section.page.business.d012 .lead p {
    text-align: center;
    text-align: justify;
    color: #fff;
    font-size: 20px;
    padding-bottom: 0;
    text-shadow: 1px 1px 2px #000, 0 0 0.5em #ccc, 0 0 0.2em #aaa;
    text-shadow: 1px 1px 2px #000, 0 0 0.5em #ccc, 0 0 0.2em #aaa;
  }
  section.page.business.d012 .wrap {
    padding: 60px 0px 0px 0px;
    position: relative;
  }
  section.page.business.d012 .body {
    padding: 30px 20px;
  }
  section.page.business.d012 .body ul li {
    text-align: justify;
  }
}

section.page.business.d021 {
  background: #f9f8f4;
  margin-top: 30px;
  position: relative;
}
section.page.business.d021::after {
  background: #f9f8f4;
  width: 100vw;
  height: 230px;
  content: " ";
  position: absolute;
  bottom: -230px;
  left: 0%;
}
section.page.business.d021 .lead h2 {
  font-size: 22px;
}
section.page.business.d021 .lead p {
  font-size: 16px;
}
section.page.business.d021 .wrap {
  padding: 90px 134px 0px 134px;
  position: relative;
}
@media screen and (max-width: 599px) {
  section.page.business.d021 .wrap {
    padding: 30px 20px 0px 20px;
  }
}
section.page.business.d021 .wrap.f15_01 {
  padding: 90px 0px 0px 0px;
}
section.page.business.d021 .wrap.f15_01 p {
  padding-left: 134px;
  padding-right: 134px;
}
@media screen and (max-width: 599px) {
  section.page.business.d021 .wrap.f15_01 {
    padding: 40px 0px 0px 0px;
  }
  section.page.business.d021 .wrap.f15_01 p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.page.business.d021 .body {
  padding-top: 0px;
  padding-bottom: 100px;
}
section.page.business.d021 .body ul.f13_01 {
  position: relative;
}
section.page.business.d021 .body ul.f13_01::after {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__24.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  content: " ";
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
}
section.page.business.d021 .body ul.f13_01 {
  gap: 72px 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__01.png");
  background-size: 335px 335px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  height: 350px;
}
section.page.business.d021 .body ul.f13_01 li:nth-of-type(3) {
  transform: translateX(-40px);
}
section.page.business.d021 .body ul.f13_01 li:nth-of-type(4) {
  transform: translateX(40px);
}
section.page.business.d021 .body ul.f13_01 li {
  width: 232px;
  text-align: center;
  line-height: 38px;
  height: 38px;
  background: #231815;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  section.page.business.d021 .body ul.f13_01 {
    position: relative;
    padding-top: 300px;
  }
  section.page.business.d021 .body ul.f13_01::after {
    background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__24.png");
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    content: " ";
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.page.business.d021 .body ul.f13_01 {
    gap: 20px 20px;
    display: block;
    background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__01.png");
    background-size: 280px 280px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    height: auto;
  }
  section.page.business.d021 .body ul.f13_01 li {
    display: block;
    margin: 0 auto 20px auto;
  }
  section.page.business.d021 .body ul.f13_01 li:nth-of-type(3) {
    transform: translateX(0);
  }
  section.page.business.d021 .body ul.f13_01 li:nth-of-type(4) {
    transform: translateX(0);
  }
  section.page.business.d021 .body ul.f13_01 li {
    width: 80%;
    text-align: center;
    line-height: 38px;
    height: 38px;
  }
}
section.page.business.d021 .body ul.f15_01 {
  gap: 40px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  section.page.business.d021 .body ul.f15_01 {
    display: block;
  }
}
section.page.business.d021 .body ul.f15_01 li {
  position: relative;
  height: 132px;
  width: calc((100% - 80px) / 3);
  background: #fff;
  font-size: 20px;
  text-align: left;
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__plantsafety__01.png");
  background-size: 120px 120px;
  background-position: 30px 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  section.page.business.d021 .body ul.f15_01 li {
    height: 132px;
    width: 100%;
  }
}
section.page.business.d021 .body ul.f15_01 li:nth-of-type(2) {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__plantsafety__02.png");
}
section.page.business.d021 .body ul.f15_01 li:nth-of-type(3) {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__plantsafety__03.png");
}
section.page.business.d021 .body ul.f15_01 li:nth-of-type(4) {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__plantsafety__04.png");
}
section.page.business.d021 .body ul.f15_01 li:nth-of-type(5) {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__plantsafety__05.png");
}
section.page.business.d021 .body ul.f15_01 li:nth-of-type(6) {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__plantsafety__06.png");
}
section.page.business.d021 .body ul.f15_01 li span {
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 160px;
  transform: translateY(-50%);
}

section.page.business.d022 .wrap {
  padding: 90px 90px 0px 90px;
  background: #fff;
}
@media screen and (max-width: 599px) {
  section.page.business.d022 .wrap {
    padding: 40px 20px 0px 20px;
  }
}
section.page.business.d022 .wrap.n1 {
  padding: 0px 0px 0px 0px;
}
section.page.business.d022 .lead h2 {
  font-size: 24px;
  line-height: 2;
  padding-bottom: 30px;
}
section.page.business.d022 .lead h2 i {
  display: inline;
  color: #0071bd;
}
@media screen and (max-width: 599px) {
  section.page.business.d022 .lead h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
section.page.business.d022 .lead p {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  section.page.business.d022 .lead p {
    text-align: justify;
  }
}
section.page.business.d022 .body {
  padding-top: 0px;
  padding-bottom: 0px;
}
section.page.business.d022 .body ul.f13_02 {
  gap: 35px 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  section.page.business.d022 .body ul.f13_02 {
    display: block;
  }
}
section.page.business.d022 .body ul.f13_02 li {
  position: relative;
  height: 124px;
  width: calc((100% - 42px) / 2);
}
section.page.business.d022 .body ul.f13_02 li:nth-of-type(9) {
  width: 100%;
}
section.page.business.d022 .body ul.f13_02 li:nth-of-type(9) span {
  left: 45%;
}
section.page.business.d022 .body ul.f13_02 li:nth-of-type(9) {
  background-position: 36% 50%;
}
section.page.business.d022 .body ul.f13_02 li {
  border: 1px solid #0071bd;
  font-size: 22px;
  text-align: left;
}
section.page.business.d022 .body ul.f13_02 li span {
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 210px;
  transform: translateY(-50%);
}
section.page.business.d022 .body ul.f13_02 li span i {
  font-size: 18px;
}
section.page.business.d022 .body ul.f13_02 li {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__02.png");
  background-size: 120px 120px;
  background-position: 60px 50%;
  background-repeat: no-repeat;
}
section.page.business.d022 .body ul.f13_02 li:nth-of-type(2) {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__03.png");
}
section.page.business.d022 .body ul.f13_02 li:nth-of-type(3) {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__04.png");
}
section.page.business.d022 .body ul.f13_02 li:nth-of-type(4) {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__05.png");
}
section.page.business.d022 .body ul.f13_02 li:nth-of-type(5) {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__06.png");
}
section.page.business.d022 .body ul.f13_02 li:nth-of-type(6) {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__07.png");
}
section.page.business.d022 .body ul.f13_02 li:nth-of-type(7) {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__08.png");
}
section.page.business.d022 .body ul.f13_02 li:nth-of-type(8) {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__09.png");
}
section.page.business.d022 .body ul.f13_02 li:nth-of-type(9) {
  background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__10.png");
}
@media screen and (max-width: 599px) {
  section.page.business.d022 .body ul.f13_02 li {
    margin-bottom: 10px;
    position: relative;
    height: 90px;
    width: 100%;
  }
  section.page.business.d022 .body ul.f13_02 li:nth-of-type(9) {
    width: 100%;
  }
  section.page.business.d022 .body ul.f13_02 li:nth-of-type(9) span {
    left: 110px;
  }
  section.page.business.d022 .body ul.f13_02 li:nth-of-type(9) {
    background-position: 10px 50%;
  }
  section.page.business.d022 .body ul.f13_02 li {
    border: 1px solid #0071bd;
    font-size: 22px;
    text-align: left;
  }
  section.page.business.d022 .body ul.f13_02 li span {
    font-weight: bold;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    left: 110px;
    transform: translateY(-50%);
  }
  section.page.business.d022 .body ul.f13_02 li span i {
    font-size: 18px;
  }
  section.page.business.d022 .body ul.f13_02 li {
    background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__02.png");
    background-size: 80px 80px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
  }
  section.page.business.d022 .body ul.f13_02 li:nth-of-type(2) {
    background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__03.png");
  }
  section.page.business.d022 .body ul.f13_02 li:nth-of-type(3) {
    background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__04.png");
  }
  section.page.business.d022 .body ul.f13_02 li:nth-of-type(4) {
    background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__05.png");
  }
  section.page.business.d022 .body ul.f13_02 li:nth-of-type(5) {
    background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__06.png");
  }
  section.page.business.d022 .body ul.f13_02 li:nth-of-type(6) {
    background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__07.png");
  }
  section.page.business.d022 .body ul.f13_02 li:nth-of-type(7) {
    background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__08.png");
  }
  section.page.business.d022 .body ul.f13_02 li:nth-of-type(8) {
    background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__09.png");
  }
  section.page.business.d022 .body ul.f13_02 li:nth-of-type(9) {
    background-image: url("https://www.hino-systech.com/jp/images/systemsolution__pharmaceuticals__10.png");
  }
}
section.page.business.d022 .body ul.f15_02 {
  gap: 0px 48px;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  section.page.business.d022 .body ul.f15_02 {
    display: block;
  }
}
section.page.business.d022 .body ul.f15_02 li {
  position: relative;
  width: calc((100% - 48px) / 2);
  padding: 32px;
  border: 1px solid #231815;
  font-size: 22px;
  text-align: left;
  background: #f9fbec;
}
@media screen and (max-width: 599px) {
  section.page.business.d022 .body ul.f15_02 li {
    width: 100%;
    margin-bottom: 10px;
  }
}
section.page.business.d022 .body ul.f15_02 li p:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  padding-bottom: 10px;
}
section.page.business.d022 .body ul.f15_02 li p:nth-of-type(2) {
  text-align: justify;
  padding: 0;
}
section.page.business.d022 .con2 {
  padding-top: 90px;
  padding-bottom: 90px;
}
section.page.business.d022 .con2 h3 {
  font-size: 22px;
  position: relative;
  margin-bottom: 30px;
}
section.page.business.d022 .con2 h3::after {
  height: 1px;
  border-top: 1px solid #cccccc;
  width: calc(100% + 11px);
  content: " ";
  position: absolute;
  bottom: -10px;
  left: -11px;
}
section.page.business.d022 .con2 p {
  font-size: 18px;
}
section.page.business.d022 .con2 img {
  width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  section.page.business.d022 .con2 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  section.page.business.d022 .con2 h3 {
    font-size: 22px;
    position: relative;
    margin-bottom: 30px;
  }
  section.page.business.d022 .con2 h3::after {
    height: 1px;
    border-top: 1px solid #cccccc;
    width: calc(100% + 11px);
    content: " ";
    position: absolute;
    bottom: -10px;
    left: -11px;
  }
  section.page.business.d022 .con2 p {
    font-size: 18px;
  }
  section.page.business.d022 .con2 img {
    width: 100%;
  }
}
section.page.business.d022 .con_f15 {
  padding-top: 90px;
  padding-bottom: 160px;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 599px) {
  section.page.business.d022 .con_f15 {
    padding-top: 60px;
    padding-bottom: 6px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
section.page.business.d022 .con_f15 h2 {
  background: #0071bd;
  font-size: 22px;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  text-align: left;
  color: #fff;
}
section.page.business.d022 .con_f15 h4 {
  font-size: 24px;
  color: #0071bd;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
}
section.page.business.d022 .con_f15 p {
  font-size: 16px;
  padding-bottom: 0px;
}
section.page.business.d022 .con_f15 ul {
  gap: 60px 90px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  section.page.business.d022 .con_f15 ul {
    display: block;
  }
}
section.page.business.d022 .con_f15 ul li {
  padding-top: 30px;
  position: relative;
  width: calc((100% - 90px) / 2);
  border-top: 1px solid #231815;
  font-size: 22px;
}
@media screen and (max-width: 599px) {
  section.page.business.d022 .con_f15 ul li {
    width: 100%;
    padding-bottom: 30px;
  }
}
section.page.business.d022 .con_f15 ul li:nth-of-type(1), section.page.business.d022 .con_f15 ul li:nth-of-type(2) {
  border-top: none;
}
@media screen and (max-width: 599px) {
  section.page.business.d022 .con_f15 ul li:nth-of-type(1), section.page.business.d022 .con_f15 ul li:nth-of-type(2) {
    border-top: 1px solid #231815;
    width: 100%;
  }
}

section.page.business.d001.n10 div.lead {
  padding-bottom: 60px;
  border-bottom: none;
}
section.page.business.d001.n10 div.lead h2 {
  font-size: 32px;
  color: #231815;
  padding-bottom: 4px;
}
section.page.business.d001.n10 div.lead p {
  text-align: center;
}
section.page.business.d001.n10 div.lead p:nth-of-type(1) {
  text-align: center;
  font-size: 18px;
  color: #0071bd;
  padding-bottom: 40px;
}
section.page.business.d001.n10 div.lead p:nth-of-type(2) {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n10 div.lead p:nth-of-type(2) {
    font-size: 22px;
  }
}
section.page.business.d001.n10 ul.con03 {
  padding: 48px;
  display: flex;
  gap: 0px 56px;
  margin-bottom: 70px;
  background: #f6f8fb;
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n10 ul.con03 {
    padding: 20px;
    display: block;
  }
}
section.page.business.d001.n10 ul.con03 > li {
  width: calc((100% - 56px) / 2);
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n10 ul.con03 > li {
    width: 100%;
  }
}
section.page.business.d001.n10 ul.con03 h4 {
  font-size: 20px;
  color: #0071bd;
  text-align: left;
  padding-bottom: 16px;
  font-weight: bold;
}
section.page.business.d001.n10 ul.con03 p.bold::after {
  display: none;
}
section.page.business.d001.n10 ul.con03 p.bold {
  font-size: 19px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n10 ul.con03 p.bold::after {
    display: none;
  }
  section.page.business.d001.n10 ul.con03 p.bold {
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }
}
section.page.business.d001.n10 ul.con03 div.maru p {
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  padding-bottom: 6px;
}
section.page.business.d001.n10 ul.con03 div.maru p::after {
  height: 9px;
  width: 9px;
  border: 1px solid #231815;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0.5em;
  left: 2px;
}
section.page.business.d001.n10 dl.con04 {
  padding-bottom: 70px;
}
section.page.business.d001.n10 dl.con04 dt {
  border-bottom: 1px solid #cccccc;
}
section.page.business.d001.n10 dl.con04 dd {
  padding-top: 40px;
}
section.page.business.d001.n10 dl.con04 dd img.bor {
  border: 1px solid #cccccc;
}
section.page.business.d001.n10 dl.con04 dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 110px;
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n10 dl.con04 dd ul {
    display: block;
  }
}
section.page.business.d001.n10 dl.con04 dd ul > li {
  width: calc((100% - 110px) / 2);
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n10 dl.con04 dd ul > li {
    width: 100%;
    padding-bottom: 30px;
  }
}
section.page.business.d001.n10 dl.con04 dd ul > li.bor {
  border: 1px solid #cccccc;
  line-height: 0;
}
section.page.business.d001.n10 dl.con04 dd ul > li > p {
  padding-bottom: 30px;
  font-size: 18px;
}
section.page.business.d001.n10 dl.con04 dd div.maru p {
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  padding-bottom: 6px;
}
section.page.business.d001.n10 dl.con04 dd div.maru p::after {
  background: #0071bd;
  height: 9px;
  width: 9px;
  border: 1px solid #231815;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0.5em;
  left: 2px;
}
section.page.business.d001.n10 dl.con05 {
  background: #f6f8fb;
  padding: 40px 40px 0 40px;
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n10 dl.con05 {
    padding: 20px 20px 0 20px;
  }
}
section.page.business.d001.n10 dl.con05:nth-last-of-type(1) dd {
  padding-bottom: 0px;
}
section.page.business.d001.n10 dl.con05 dt {
  background: #dcdde6;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n10 dl.con05 dt {
    height: auto;
  }
}
section.page.business.d001.n10 dl.con05 dd {
  padding-top: 30px;
  padding-bottom: 60px;
}
section.page.business.d001.n10 dl.con05 dd img.bor {
  border: 1px solid #cccccc;
}
section.page.business.d001.n10 dl.con05 dd > p {
  padding-bottom: 20px;
  width: 90%;
  font-size: 18px;
}
section.page.business.d001.n10 dl.con05 dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 34px;
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n10 dl.con05 dd ul {
    display: block;
  }
}
section.page.business.d001.n10 dl.con05 dd ul.c1 {
  display: block;
  flex-wrap: wrap;
  gap: 50px 34px;
}
section.page.business.d001.n10 dl.con05 dd ul.c1 > li {
  background: #fff;
  padding: 30px;
  width: 100%;
}
section.page.business.d001.n10 dl.con05 dd ul.c3 {
  gap: 50px 20px;
}
section.page.business.d001.n10 dl.con05 dd ul.c3 > li {
  background: #fff;
  padding: 20px;
  width: calc((100% - 40px) / 3);
  padding-bottom: 60px;
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n10 dl.con05 dd ul.c3 > li {
    width: 100%;
    padding-bottom: 30px;
  }
}
section.page.business.d001.n10 dl.con05 dd ul.c3 > li h4 {
  border: 1px solid #0071bd;
  height: 74px;
  font-size: 20px;
  color: #0071bd;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
}
section.page.business.d001.n10 dl.con05 dd ul.c3 > li h4 span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section.page.business.d001.n10 dl.con05 dd ul.c3 > li h4 {
  margin-bottom: 20px;
}
section.page.business.d001.n10 dl.con05 dd ul.c3 > li p {
  padding-left: 20px;
  padding-bottom: 6px;
  position: relative;
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n10 dl.con05 dd ul.c3 > li p {
    font-size: 16px;
  }
}
section.page.business.d001.n10 dl.con05 dd ul.c3 > li p::after {
  background: #555;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0.7em;
  left: 7px;
}
section.page.business.d001.n10 dl.con05 dd ul > li {
  background: #fff;
  padding: 30px;
  width: calc((100% - 34px) / 2);
}
@media screen and (max-width: 599px) {
  section.page.business.d001.n10 dl.con05 dd ul > li {
    padding: 20px;
    width: 100%;
  }
}
section.page.business.d001.n10 dl.con05 dd ul > li.bor {
  border: 1px solid #cccccc;
  line-height: 0;
}
section.page.business.d001.n10 dl.con05 dd ul > li > p {
  padding-bottom: 30px;
  font-size: 18px;
}
section.page.business.d001.n10 dl.con05 dd div.maru p {
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  padding-bottom: 6px;
}
section.page.business.d001.n10 dl.con05 dd div.maru p::after {
  background: #0071bd;
  height: 9px;
  width: 9px;
  border: 1px solid #231815;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0.5em;
  left: 2px;
}
section.page.business.d001.n10 dl.con05 img.mv {
  transform: translateY(-50px);
}

section.page.business.d024 .wrap {
  padding: 0px 0px 200px 0px;
  background: #fff;
}
@media screen and (max-width: 599px) {
  section.page.business.d024 .wrap {
    padding: 0px 0px 80px 0px;
  }
}
section.page.business.d024 .body.f12_01 {
  padding-top: 0px;
  padding-bottom: 0px;
}
section.page.business.d024 .body.f12_01 ul.f12_01 {
  border-top: 1px solid #231815;
  display: flex;
  padding: 65px 0 95px 0;
}
section.page.business.d024 .body.f12_01 ul.f12_01 li {
  position: relative;
  width: calc((100% - 42px) / 2);
}
section.page.business.d024 .body.f12_01 ul.f12_01 li:nth-of-type(1) {
  padding-right: 72px;
  width: calc(100% - 707px);
}
section.page.business.d024 .body.f12_01 ul.f12_01 li:nth-of-type(2) {
  width: 707px;
}
@media screen and (max-width: 599px) {
  section.page.business.d024 .body.f12_01 ul.f12_01 {
    border-top: none;
    flex-wrap: wrap;
    padding: 20px;
  }
  section.page.business.d024 .body.f12_01 ul.f12_01 li {
    position: relative;
    width: 100%;
  }
  section.page.business.d024 .body.f12_01 ul.f12_01 li:nth-of-type(1) {
    padding-right: 0px;
    padding-bottom: 30px;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #231815;
  }
  section.page.business.d024 .body.f12_01 ul.f12_01 li:nth-of-type(1) P {
    padding-bottom: 10px;
  }
  section.page.business.d024 .body.f12_01 ul.f12_01 li:nth-of-type(2) {
    width: 100%;
    padding-bottom: 10px;
  }
}
section.page.business.d024 .body.f12_01 a {
  height: 60px;
  width: 288px;
  font-size: 18px;
  line-height: 60px;
  border: 1px solid #231815;
  border-radius: 30px;
  text-align: left;
  padding-left: 40px;
  position: relative;
}
section.page.business.d024 .body.f12_01 a:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  right: 28px;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
@media screen and (max-width: 599px) {
  section.page.business.d024 .body.f12_01 a {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    width: 100%;
  }
}/*# sourceMappingURL=for__business.css.map */