@charset "UTF-8";
.top-page #key_visual {
  position: relative;
}
.top-page #key_visual img {
  wxidth: 100%;
}
.top-page #key_visual picture img {
  width: 100%;
  margin-top: -80px;
}
.top-page #key_visual .flex_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
.top-page #key_visual .flex_wrap .text {
  border-left: 1px solid #FFF;
  padding-left: 2.75em;
  margin-left: 2.75em;
}
.top-page #key_visual .flex_wrap .text h2 {
  font-size: 2.625em;
}
.top-page #key_visual .flex_wrap .text p {
  font-weight: 500;
}
.top-page #product_slider {
  padding-top: 6.25em;
}
@media (min-width: 1200px) {
  .top-page #product_slider {
    padding-top: 4em;
  }
}
.top-page #product_slider .product_slider_wrap {
  overflow: hidden;
}
.top-page #product_slider .product_slider_wrap .product_slider_list {
  list-style: none;
  padding: 0;
  animation: product_slider 30s infinite linear 0.5s both;
}
.top-page #product_slider .product_slider_wrap .product_slider_list .item {
  width: 25vw;
}
.top-page #product_slider .product_slider_wrap .product_slider_list .item img {
  width: 100%;
}
@media (min-width: 1200px) {
  .top-page #product_slider .product_slider_wrap .product_slider_list .item {
    max-width: 300px;
  }
}
@keyframes product_slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top-page #contents_list {
  padding: 6.25em 0;
}
.top-page #contents_list .section_inner .ttl_wrap {
  padding-bottom: 3em;
  text-align: center;
  color: #003387;
}
.top-page #contents_list .section_inner .ttl_wrap h3 {
  font-size: 1.125em;
}
.top-page #contents_list .section_inner .ttl_wrap h2 {
  letter-spacing: 0.1em;
}
.top-page #contents_list .section_inner ul {
  flex-wrap: wrap;
  gap: 2.5em;
}
.top-page #contents_list .section_inner ul li {
  position: relative;
  width: calc(33% - 26px);
  min-height: 245px;
  background: #617387;
  overflow: hidden;
}
.top-page #contents_list .section_inner ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 15px solid #FFF;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #FFF;
  border-right: 15px solid transparent;
}
.top-page #contents_list .section_inner ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid #FFF;
  border-left: 15px solid transparent;
  border-right: 15px solid #FFF;
}
.top-page #contents_list .section_inner ul li:nth-child(1) a::before {
  background: url(../img/top/contens_list_01.png) no-repeat;
  background-size: cover;
}
.top-page #contents_list .section_inner ul li:nth-child(2) a::before {
  background: url(../img/top/contens_list_02.png) no-repeat;
  background-size: cover;
}
.top-page #contents_list .section_inner ul li:nth-child(3) a::before {
  background: url(../img/top/contens_list_03.png) no-repeat;
  background-size: cover;
}
.top-page #contents_list .section_inner ul li:nth-child(4) a::before {
  background: url(../img/top/contens_list_04.png) no-repeat;
  background-size: cover;
}
.top-page #contents_list .section_inner ul li:nth-child(5) a::before {
  background: url(../img/top/contens_list_05.png) no-repeat;
  background-size: cover;
}
.top-page #contents_list .section_inner ul li:nth-child(6) a::before {
  background: url(../img/top/contens_list_06.png) no-repeat;
  background-size: cover;
}
.top-page #contents_list .section_inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}
.top-page #contents_list .section_inner ul li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.3s ease-out;
}
.top-page #contents_list .section_inner ul li a span {
  position: relative;
  padding-right: 0.5em;
  letter-spacing: 0.2em;
}
.top-page #contents_list .section_inner ul li a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  left: 100%;
  width: 28px;
  height: 28px;
  background: url(../img/common/arrow_white.png) no-repeat;
  background-size: cover;
  z-index: 1;
}
.top-page #contents_list .section_inner ul li a span:hover {
  opacity: 0.8;
  text-decoration: none;
}
.top-page #contents_list .section_inner ul li a span:hover::after {
  transform: scale(1.1);
  overflow: hidden;
}
.top-page #contents_list .section_inner ul li a span:hover span::after {
  background: url(../img/common/arrow_gray.png) no-repeat;
  background-size: cover;
}
.top-page #contents_list .section_inner .btn_box {
  padding: 3em 0 2em;
  text-align: center;
}
.top-page #contents_list .section_inner .btn_box a {
  color: #003387;
  font-size: 1.125em;
  font-weight: bold;
}
.top-page #contents_list .section_inner .btn_box a span {
  position: relative;
  padding-right: 1.6em;
}
.top-page #contents_list .section_inner .btn_box a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow_blue.png) no-repeat;
  background-size: cover;
}
.top-page #contents_list .section_inner .btn_box a:hover {
  color: #617387;
}
.top-page #contents_list .section_inner .btn_box a:hover span::after {
  background: url(../img/common/arrow_gray.png) no-repeat;
  background-size: cover;
}
.top-page #news {
  background: #154EAC;
  padding: 5em 0;
}
.top-page #news .section_inner .news_wrap {
  align-items: flex-start;
  gap: 2.5em;
}
.top-page #news .section_inner .news_wrap .ttl_wrap {
  width: 220px;
  color: #FFF;
}
.top-page #news .section_inner .news_wrap .ttl_wrap h2 {
  line-height: 1;
  margin-bottom: 0.5em;
}
.top-page #news .section_inner .news_wrap .ttl_wrap a {
  color: #FFF;
}
.top-page #news .section_inner .news_wrap .ttl_wrap a span {
  position: relative;
  padding-right: 2.5em;
}
.top-page #news .section_inner .news_wrap .ttl_wrap a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow_white.png) no-repeat;
  background-size: cover;
}
.top-page #news .section_inner .news_wrap .ttl_wrap a:hover {
  color: #617387;
}
.top-page #news .section_inner .news_wrap .ttl_wrap a:hover span::after {
  background: url(../img/common/arrow_gray.png) no-repeat;
  background-size: cover;
}
.top-page #news .section_inner .news_wrap ul.news_list {
  width: calc(100% - 240px);
}
.top-page #news .section_inner .news_wrap ul.news_list li {
  border-bottom: 1px solid #FFF;
  padding-bottom: 1em;
}
.top-page #news .section_inner .news_wrap ul.news_list li:first-child {
  padding-top: 1em;
  border-top: 1px solid #FFF;
}
.top-page #news .section_inner .news_wrap ul.news_list li:not(:last-child) {
  margin-bottom: 1em;
}
.top-page #news .section_inner .news_wrap ul.news_list li a {
  color: #FFF;
  font-size: 0.9375em;
  font-weight: 500;
}
.top-page #news .section_inner .news_wrap ul.news_list li a:hover {
  color: #617387;
}
.top-page #company {
  padding: 7.5em 0 8.75em;
}
.top-page #company .company_wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.top-page #company .company_wrap img {
  width: calc(50% - 20px);
  box-shadow: 20px 20px rgba(38, 81, 131, 0.5);
  overflow: hidden;
}
.top-page #company .company_wrap .company_text {
  width: calc(50% - 20px);
  max-width: 480px;
  margin-left: 80px;
}
.top-page #company .company_wrap .company_text h3 {
  color: #003387;
  font-size: 1.125em;
}
.top-page #company .company_wrap .company_text h2 {
  color: #003387;
  letter-spacing: 0.1em;
}
.top-page #company .company_wrap .company_text p {
  margin-top: 3em;
}

.product-page #product_detail {
  padding: 1.875em 0 5em;
}
.product-page #product_detail .section_inner #breadcrumb {
  background-color: #154EAC;
}
.product-page #product_detail .section_inner #breadcrumb span {
  font-size: 0.5em;
}
.product-page #product_detail .section_inner #breadcrumb span a {
  font-size: 0.5em;
}
.product-page #product_detail .section_inner .product_name {
  margin-bottom: 3.75em;
}
.product-page #product_detail .section_inner .product_name p {
  font-weight: bold;
}
.product-page #product_detail .section_inner .product_name h2 {
  font-size: 2.4em;
}
.product-page #product_detail .section_inner .product_name h2 span {
  font-size: 0.4em;
}
.product-page #product_detail .section_inner .product_main_img {
  margin-bottom: 2.4em;
}
.product-page #product_detail .section_inner .product_main_img img {
  margin: 0 auto;
}
.product-page #product_detail .section_inner .product_lead {
  text-align: center;
  border-bottom: 2px solid #B3C2DB;
  padding-bottom: 3.75em;
  margin-bottom: 3.75em;
}
.product-page #product_detail .section_inner .product_lead h2 {
  color: #003387;
  font-size: 2.5em;
  margin-bottom: 0.5em;
}
.product-page #product_detail .section_inner .product_lead p {
  font-size: 1.2em;
  font-weight: 500;
}
.product-page #product_detail .section_inner .product_feature h3 {
  color: #003387;
  font-size: 2.25em;
  text-align: center;
  margin-bottom: 0.75em;
}
.product-page #product_detail .section_inner .product_feature span.border_two_color {
  display: block;
  position: relative;
  width: 64px;
  height: 6px;
  background: #D9D9D9;
  margin: 0 auto 3.75em;
}
.product-page #product_detail .section_inner .product_feature span.border_two_color::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 6px;
  background-color: #003387;
}
.product-page #product_detail .section_inner .product_feature .product_feature_box {
  gap: 2.5em;
  margin-bottom: 3.75em;
}
.product-page #product_detail .section_inner .product_feature .product_feature_box .img {
  position: relative;
  width: calc(40% - 20px);
}
.product-page #product_detail .section_inner .product_feature .product_feature_box .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 20px solid #FFF;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #FFF;
  border-right: 20px solid transparent;
}
.product-page #product_detail .section_inner .product_feature .product_feature_box .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid #FFF;
}
.product-page #product_detail .section_inner .product_feature .product_feature_box .img img {
  width: 100%;
}
.product-page #product_detail .section_inner .product_feature .product_feature_box .text {
  width: calc(60% - 20px);
}
.product-page #product_detail .section_inner .product_feature .product_feature_box .text ul li {
  position: relative;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 1.25em;
}
.product-page #product_detail .section_inner .product_feature .product_feature_box .text ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.product-page #product_detail .section_inner .product_feature .product_feature_box .text ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #000;
}
.product-page #product_detail .section_inner .product_feature .product_feature_point {
  margin-bottom: 3.75em;
}
.product-page #product_detail .section_inner .product_feature .product_feature_point ul {
  gap: 2.5em;
  flex-wrap: wrap;
}
.product-page #product_detail .section_inner .product_feature .product_feature_point ul li {
  width: calc(33% - 24px);
}
.product-page #product_detail .section_inner .product_feature .product_feature_point ul li img {
  margin-bottom: 1.25em;
}
.product-page #product_detail .section_inner .product_feature .product_feature_point ul li p {
  line-height: 1.3em;
}
.product-page #product_detail .section_inner .product_feature .product_feature_demo {
  gap: 2.5em;
  background: #F5F5F5;
}
.product-page #product_detail .section_inner .product_feature .product_feature_demo .img {
  width: 33%;
}
.product-page #product_detail .section_inner .product_feature .product_feature_demo .text {
  width: calc(67% - 40px);
  padding: 3em 1em 3em 0;
}
.product-page #product_detail .section_inner .product_feature .product_feature_demo .text h4 {
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.product-page #product_detail .section_inner .product_feature .product_feature_demo .text p {
  line-height: 1.5;
}
.product-page #product_detail .section_inner .product_feature .product_feature_demo .text .btn_wrap {
  max-width: 421px;
  margin-top: 1.5em;
}
.product-page #product_detail .section_inner .product_feature .product_feature_demo .text .btn_wrap a {
  font-size: 1.375em;
}
.product-page #product_spec {
  padding: 6em 0;
}
.product-page #product_spec .section_inner h2 {
  font-size: 1.75em;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.product-page #product_spec .section_inner .product_spec_table {
  margin-bottom: 3.75em;
}
.product-page #product_spec .section_inner .product_spec_table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.product-page #product_spec .section_inner .product_spec_table table thead {
  background: #D4DAE4;
}
.product-page #product_spec .section_inner .product_spec_table table thead th {
  font-weight: 500;
  width: 24%;
  vertical-align: middle;
}
.product-page #product_spec .section_inner .product_spec_table table thead th:not(:first-child) {
  width: auto;
}
.product-page #product_spec .section_inner .product_spec_table table thead th.cls03 {
  font-weight: 500;
  width: 38%;
  vertical-align: middle;
}
.product-page #product_spec .section_inner .product_spec_table table thead th.cls03:not(:first-child) {
  width: 31%;
}
.product-page #product_spec .section_inner .product_spec_table table tbody th {
  text-align: left;
}
.product-page #product_spec .section_inner .product_spec_table table tbody th sup {
  font-size: 0.8em;
}
.product-page #product_spec .section_inner .product_spec_table table tbody td {
  text-align: center;
}
.product-page #product_spec .section_inner .product_spec_table table th, .product-page #product_spec .section_inner .product_spec_table table td {
  font-size: 0.9375em;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #A2A2A2;
  padding: 0.625em 1em;
}
.product-page #product_spec .section_inner .product_spec_table ul li {
  position: relative;
  font-size: 0.75em;
  padding-left: 2.75em;
}
.product-page #product_spec .section_inner .product_spec_table ul li::before {
  position: absolute;
  left: 0;
}
.product-page #product_spec .section_inner .product_spec_table ul li:first-child::before {
  content: "※1 .";
}
.product-page #product_spec .section_inner .product_spec_table ul li:nth-child(2)::before {
  content: "※2 .";
}
.product-page #product_spec .section_inner .product_spec_table ul li:nth-child(3)::before {
  content: "※3 .";
}
.product-page #product_spec .section_inner .product_spec_table ul li:nth-child(4)::before {
  content: "【注】";
  font-weight: 500;
  font-size: 0.75em;
  top: 2px;
}
.product-page #product_spec .section_inner .product_spec_table02 {
  margin-bottom: 3.75em;
}
.product-page #product_spec .section_inner .product_spec_table02 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.product-page #product_spec .section_inner .product_spec_table02 table thead {
  background: #D4DAE4;
}
.product-page #product_spec .section_inner .product_spec_table02 table thead .cls03 {
  font-weight: 500;
  width: auto;
  vertical-align: middle;
}
.product-page #product_spec .section_inner .product_spec_table02 table thead .cls03:not(:first-child) {
  width: auto;
}
.product-page #product_spec .section_inner .product_material, .product-page #product_spec .section_inner .product_option {
  margin-bottom: 3.75em;
}
.product-page #product_spec .section_inner .product_material .flex_wrap, .product-page #product_spec .section_inner .product_option .flex_wrap {
  gap: 2.5em;
}
.product-page #product_spec .section_inner .product_material .flex_wrap.first, .product-page #product_spec .section_inner .product_option .flex_wrap.first {
  border-bottom: 1px solid #B3C2DB;
  padding-bottom: 1.875em;
  margin-bottom: 1.875em;
}
.product-page #product_spec .section_inner .product_material .flex_wrap .text, .product-page #product_spec .section_inner .product_option .flex_wrap .text {
  width: calc(52% - 20px);
}
.product-page #product_spec .section_inner .product_material .flex_wrap .text h3, .product-page #product_spec .section_inner .product_option .flex_wrap .text h3 {
  color: #003387;
  margin-bottom: 0.5em;
}
.product-page #product_spec .section_inner .product_material .flex_wrap .text ul li, .product-page #product_spec .section_inner .product_option .flex_wrap .text ul li {
  position: relative;
  font-size: 0.9375em;
  line-height: 1.8;
  list-style: disc;
  margin-left: 1em;
}
.product-page #product_spec .section_inner .product_material .flex_wrap .img, .product-page #product_spec .section_inner .product_option .flex_wrap .img {
  width: calc(48% - 20px);
}
.product-page #product_spec .section_inner .product_download {
  background: url(../img/product/product_download_bg.jpg) no-repeat;
  background-size: cover;
  padding: 2.5em;
}
.product-page #product_spec .section_inner .product_download .product_download_inner {
  width: 640px;
  text-align: center;
  background: #FFF;
  padding: 2em;
  margin: 0 auto;
}
.product-page #product_spec .section_inner .product_download .product_download_inner h2 {
  color: #003387;
  font-weight: 900;
  margin-bottom: 0.75em;
}
.product-page #product_spec .section_inner .product_download .product_download_inner p {
  font-size: 0.875em;
  margin-bottom: 1.5em;
}
.product-page #product_spec .section_inner .product_download .product_download_inner .btn_wrap a {
  max-width: 448px;
  font-size: 1.375em;
}
.product-page .product_spec_table {
  margin-bottom: 3.75em;
}
.product-page .product_spec_table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.product-page .product_spec_table table thead {
  background: #D4DAE4;
}
.product-page .product_spec_table table thead th {
  font-weight: 500;
  width: 38%;
  vertical-align: middle;
}
.product-page .product_spec_table table thead th:not(:first-child) {
  width: 31%;
}
.product-page .product_spec_table table tbody th {
  text-align: left;
}
.product-page .product_spec_table table tbody th.sm {
  width: 30%;
}
.product-page .product_spec_table table tbody td {
  text-align: center;
}
.product-page .product_spec_table table th, .product-page .product_spec_table table td {
  font-size: 0.9375em;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #A2A2A2;
  padding: 0.625em 1em;
}
.product-page .product_spec_table ul li {
  position: relative;
  font-size: 0.75em;
  padding-left: 2.75em;
}
.product-page .product_spec_table ul li::before {
  position: absolute;
  left: 0;
}
.product-page .product_spec_table ul li:first-child::before {
  content: "※1 .";
}
.product-page .product_spec_table ul li:nth-child(2)::before {
  content: "※2 .";
}
.product-page .product_spec_table ul li:nth-child(3)::before {
  content: "※3 .";
}
.product-page .product_spec_table ul li:nth-child(4)::before {
  content: "【注】";
  font-weight: 500;
  font-size: 0.75em;
  top: 2px;
}

.company-page #company_box1 {
  padding: 7.5em 0 0;
}
.company-page #company_box1 .section_inner {
  display: flex;
}
.company-page #company_box1 .section_inner .photo {
  width: calc(50% - 40px);
  padding-right: 40px;
}
.company-page #company_box1 .section_inner .text {
  width: calc(50% - 20px);
}
.company-page #company_box1 .section_inner img {
  width: 100%;
}
.company-page #company_box2 {
  padding: 7.5em 0 0;
}
.company-page #company_box2 h2 {
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.company-page #company_box2 .company_info {
  margin-top: 30px;
}
.company-page #company_box2 .company_info dl {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #B3C2DB;
}
.company-page #company_box2 .company_info dl dt {
  width: 20%;
}
.company-page #company_box2 .company_info dl dd {
  width: 80%;
}
.company-page #company_box3 {
  padding: 7.5em 0 8.75em;
}
.company-page #company_box3 h2 {
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.company-page #company_box3 .address {
  padding-top: 26px;
}
.company-page #company_box3 .map iframe {
  width: 100%;
}

.contact-page #contact_box1 {
  padding: 5em 0 0;
}
.contact-page #contact_box1 .section_inner {
  padding-bottom: 4em;
  border-bottom: 1px solid #B3C2DB;
  text-align: center;
}
.contact-page #contact_box1 .section_inner .text {
  padding-top: 20px;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.contact-page #contact_box1 .section_inner .flex_wrap {
  align-items: center;
  color: #265183;
  font-size: 1.5em;
  gap: 0;
}
.contact-page #contact_box1 .section_inner .flex_wrap a {
  color: #F39005;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-left: 0.25em;
}
.contact-page #contact_box1 img {
  width: 100%;
}
.contact-page #contact_box2 {
  padding: 4.5em 0 7.5em;
}
.contact-page #contact_box2 h2 {
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.contact-page #contact_box2 .contact_info {
  margin-top: 30px;
}
.contact-page #contact_box2 .contact_info dl {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #B3C2DB;
}
.contact-page #contact_box2 .contact_info dl dt {
  width: 20%;
}
.contact-page #contact_box2 .contact_info dl dd {
  width: 80%;
}
.contact-page .wpcf7 {
  background-color: #efefef; /* ライトグレー */
  padding: 2.6em;
  border-radius: 10px;
  max-width: 860px;
  margin: auto;
}
.contact-page .wpcf7 p {
  padding-bottom: 10px;
  line-height: 2.4em;
}
.contact-page .wpcf7 p input, .contact-page .wpcf7 p textarea {
  width: 100%;
  height: 34px;
  border: solid 1px #B3C2DB;
  border-radius: 6px;
}
.contact-page .wpcf7 p textarea {
  height: auto;
}
.contact-page .wpcf7 p span {
  color: #FE6060;
}
.contact-page .wpcf7 p .wpcf7-submit {
  width: 20%;
  margin-left: 40%;
  background-color: #265183;
  color: #FFF;
}
.contact-page .wpcf7 p .wpcf7-submit:hover {
  opacity: 0.7;
}

.product-cat-page #product_cat_box1 {
  padding: 4.5em 0 0;
}
.product-cat-page #product_cat_box1 ul {
  display: flex;
  margin-bottom: 30px;
}
.product-cat-page #product_cat_box1 ul li.start {
  width: 38%;
  background-color: #617387;
  text-align: center;
  color: #FFF;
  display: table;
}
.product-cat-page #product_cat_box1 ul li.start span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.9em;
  letter-spacing: 6px;
  font-weight: 700;
}
.product-cat-page #product_cat_box1 ul li.end {
  width: 62%;
  padding: 30px;
  background-color: #f9f9f9;
}
.product-cat-page #product_cat_box1 ul li.end h2 {
  padding-top: 1em;
  font-size: 1.5em;
}
.product-cat-page #product_cat_box1 ul li.end p {
  padding: 10px 0 20px;
  line-height: 1.4em;
  fxont-size: 0.9375em;
}
.product-cat-page #product_cat_box1 ul li.end a {
  color: #265183;
  font-size: 1.15em;
  font-weight: 700;
  letter-spacing: 2px;
}
.product-cat-page #product_cat_box1 ul li.end .arrow {
  position: relative;
  padding-left: 25px;
}
.product-cat-page #product_cat_box1 ul li.end .arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 2px;
  width: 10px; /* くの字を山なりに見た時、左側の長さ */
  height: 10px; /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #265183; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #265183; /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); /* くの字の向き */
}
.product-cat-page #product_cat_box1 img {
  width: 100%;
}
.product-cat-page #product_cat_box1 p {
  padding-top: 40px;
}
.product-cat-page #product_cat_box2 {
  padding: 4em 0 6.5em;
}
.product-cat-page #product_cat_box2 h3 {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 0.65em;
  color: #265183;
}
.product-cat-page #product_cat_box2 .product_list {
  margin-top: 10px;
}
.product-cat-page #product_cat_box2 .product_list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #B3C2DB;
}
.product-cat-page #product_cat_box2 .product_list ul li {
  flex: 1 1 420px;
  height: 30px;
}
.product-cat-page #product_cat_box2 .product_list ul li a {
  font-weight: 500;
  color: #000;
}
.product-cat-page #product_cat_box2 .product_list ul li span {
  hxeight: 18px;
  padding-left: 10px;
  display: inline-flex;
  vertical-align: top;
  color: #265183;
}
.product-cat-page #product_cat_box3 {
  padding: 0 0 2.5em;
}
.product-cat-page #product_cat_box3 .section_inner {
  padding: 30px 40px 40px;
  background-color: #efefef;
  text-align: center;
}
.product-cat-page #product_cat_box3 .section_inner h2 {
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
}
.product-cat-page #product_cat_box3 .section_inner .product_list {
  margin-top: 1.6em;
  padding: 30px;
  background-color: #FFF;
  text-align: left;
}
.product-cat-page #product_cat_box3 .section_inner .product_list ul {
  display: flex;
  flex-wrap: wrap;
}
.product-cat-page #product_cat_box3 .section_inner .product_list ul li {
  flex: 1 1 300px;
  height: 30px;
}
.product-cat-page #product_cat_box3 .section_inner .product_list ul li a {
  font-weight: 500;
  color: #000;
}
.product-cat-page #product_cat_box3 .section_inner .product_list ul li span {
  padding-left: 10px;
  display: inline-flex;
  vertical-align: top;
  color: #265183;
}

.news_post #news_box {
  padding: 7em 0;
}
.news_post #news_box .section_inner {
  display: flex;
}
.news_post #news_box .section_inner .news_col_post {
  width: 78%;
  padding-right: 6%;
}
.news_post #news_box .section_inner .news_col_post .entry_header {
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
  border-bottom: 1px solid #265183;
}
.news_post #news_box .section_inner .news_col_post .entry_header .entry_title {
  padding-bottom: 0.4em;
  font-size: 1.5em;
  letter-spacing: 2px;
}
.news_post #news_box .section_inner .news_col_post .entry_header .date {
  font-size: 0.8em;
  color: #617387;
}
.news_post #news_box .section_inner .news_col_post .entry_content .btnbox {
  padding: 4.5em 0 2em;
  text-align: center;
}
.news_post #news_box .section_inner .news_col_post .entry_content .btnbox a {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 2px;
  color: #265183;
}
.news_post #news_box .section_inner .news_col_post .entry_content .btnbox a span {
  vertical-align: top;
}
.news_post #news_box .section_inner .news_col_side {
  width: 32%;
}
.news_post #news_box .section_inner .news_col_side h4 {
  margin-bottom: 0.6em;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 2px;
  color: #265183;
}
.news_post #news_box .section_inner .news_col_side ul {
  margin-bottom: 1.6em;
}
.news_post #news_box .section_inner .news_col_side ul li a {
  color: #666;
  letter-spacing: 2px;
}

.news_archive #news_box {
  padding: 7em 0;
}
.news_archive #news_box .section_inner {
  display: flex;
}
.news_archive #news_box .section_inner .news_col_post {
  width: 78%;
  padding-right: 6%;
}
.news_archive #news_box .section_inner .news_col_post .post {
  padding-bottom: 3em;
}
.news_archive #news_box .section_inner .news_col_post .post .date {
  padding-bottom: 0.6em;
  font-size: 0.8em;
  color: #617387;
}
.news_archive #news_box .section_inner .news_col_post h3 {
  font-size: 1.5em;
  letter-spacing: 2px;
  color: #265183;
}
.news_archive #news_box .section_inner .news_col_post h3 a {
  color: #265183;
}
.news_archive #news_box .section_inner .news_col_post .entry_header {
  hxeight: 100px;
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
  border-bottom: 1px solid #265183;
}
.news_archive #news_box .section_inner .news_col_post .entry_header .entry_title {
  padding-bottom: 0.4em;
  font-size: 1.5em;
  letter-spacing: 2px;
}
.news_archive #news_box .section_inner .news_col_post .entry_header .date {
  font-size: 0.8em;
  color: #617387;
}
.news_archive #news_box .section_inner .news_col_post .entry_content .btnbox {
  padding: 40px 0;
  text-align: center;
}
.news_archive #news_box .section_inner .news_col_post .entry_content .btnbox a {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 2px;
  color: #265183;
}
.news_archive #news_box .section_inner .news_col_post .entry_content .btnbox a span {
  vertical-align: top;
}
.news_archive #news_box .section_inner .news_col_side {
  width: 22%;
}
.news_archive #news_box .section_inner .news_col_side h4 {
  margin-bottom: 0.6em;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 2px;
  color: #265183;
}
.news_archive #news_box .section_inner .news_col_side ul {
  margin-bottom: 1.6em;
}
.news_archive #news_box .section_inner .news_col_side ul li a {
  color: #666;
  letter-spacing: 2px;
}

.afterservice-page #afterservice_box1 {
  padding: 7.5em 0 3em;
}
.afterservice-page #afterservice_box1 ul {
  padding-bottom: 4em;
}
.afterservice-page #afterservice_box1 ul li.start {
  padding: 1.4em 3.8em;
  background-color: #265183;
}
.afterservice-page #afterservice_box1 ul li.start h2 {
  font-size: 1.9em;
  color: #FFF;
}
.afterservice-page #afterservice_box1 ul li.end {
  padding: 2.8em 3.8em 3.2em;
  background-color: #F5F5F5;
}
.afterservice-page #afterservice_box1 ul li.end h3 {
  padding-bottom: 0.5em;
  font-size: 1.6em;
}
.afterservice-page #afterservice_box1 ul li.end p {
  margin-bottom: 1.8em;
}
.afterservice-page #afterservice_box1 ul li.end .btnbox {
  display: flex;
  justify-content: center;
}
.afterservice-page #afterservice_box1 ul li.end .btnbox .btn_wrap {
  width: 50%;
  jxustify-content: center;
}
.afterservice-page #afterservice_box1 ul li.end .btnbox .btn_wrap a {
  padding: 0.6em;
  font-size: 1.15em;
}
.afterservice-page #after_ot_box1 {
  padding: 4em 0 0em;
}
.afterservice-page #after_ot_box1 h2 {
  padding-bottom: 1em;
  font-size: 2.4em;
}
.afterservice-page #after_ot_box1 .caption {
  margin-bottom: 2em;
  padding: 1.8em 2em;
  background-color: #F5F5F5;
  text-align: center;
}
.afterservice-page #after_ot_box1 .caption p {
  font-size: 1.2em;
  line-height: 1.4em;
}
.afterservice-page #after_ot_box1 .caption p span {
  font-weight: 700;
  color: #FE6060;
}
.afterservice-page #after_ot_box1 .imgbox {
  padding: 3em 0;
  text-align: center;
}
.afterservice-page #after_ot_box1 .imgbox img {
  display: inline;
}
.afterservice-page #after_ot_box1 .linebox {
  padding: 2.5em 3.5em;
  border: 2px solid #265183;
  text-align: center;
}
.afterservice-page #after_ot_box1 .linebox h3 {
  padding-bottom: 1em;
  font-size: 1.5em;
}
.afterservice-page #after_ot_box1 ul {
  display: flex;
  pxadding-bottom: 4em;
}
.afterservice-page #after_ot_box1 ul li.start {
  width: 42%;
}
.afterservice-page #after_ot_box1 ul li.end {
  pxadding: 2.8em 3.8em 3.2em;
  padding-left: 4em;
  font-size: 0.8em;
  text-align: left;
}
.afterservice-page #after_ot_box1 ul li.end p {
  font-size: 1en;
  text-align: left;
}
.afterservice-page #after_old_box1 {
  padding: 4em 0 0em;
}
.afterservice-page #after_old_box1 h2 {
  padding-bottom: 1em;
  font-size: 2.4em;
}
.afterservice-page #after_old_box1 .caption {
  margin-bottom: 2em;
  text-align: left;
}
.afterservice-page #after_old_box1 .caption p {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 500;
  color: #265183;
}
.afterservice-page #after_old_box1 .imgbox {
  padding: 3em 0;
  text-align: center;
}
.afterservice-page #after_old_box1 .imgbox img {
  display: inline;
}
.afterservice-page #after_old_box1 .linebox {
  padding: 2.5em 3.5em;
  border: 2px solid #265183;
  text-align: center;
}
.afterservice-page #after_old_box1 .linebox h3 {
  padding-bottom: 1em;
  font-size: 1.5em;
}
.afterservice-page #after_old_box1 ul {
  display: flex;
  pxadding-bottom: 4em;
}
.afterservice-page #after_old_box1 ul li.start {
  width: 42%;
}
.afterservice-page #after_old_box1 ul li.end {
  pxadding: 2.8em 3.8em 3.2em;
  padding-left: 4em;
  font-size: 0.8em;
  text-align: left;
}
.afterservice-page #after_old_box1 ul li.end p {
  font-size: 1en;
  text-align: left;
}

.originalblade-page #originalblade_box1 {
  padding: 7.5em 0 0;
}
.originalblade-page #originalblade_box1 .section_inner {
  display: flex;
}
.originalblade-page #originalblade_box1 .section_inner .photo {
  width: calc(50% - 40px);
  padding-right: 40px;
}
.originalblade-page #originalblade_box1 .section_inner .text {
  width: calc(50% - 20px);
}
.originalblade-page #originalblade_box1 .section_inner img {
  width: 100%;
}
.originalblade-page #originalblade_box2 {
  padding: 4.5em 0 0;
}
.originalblade-page #originalblade_box2 h2 {
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  color: #154EAC;
}
.originalblade-page #originalblade_box2 .listbox {
  display: flex;
  fxlex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
.originalblade-page #originalblade_box2 .listbox .post {
  width: 46%;
  display: flex;
  margin-bottom: 2em;
}
.originalblade-page #originalblade_box2 .listbox .post .photo img {
  max-width: 180px;
}
.originalblade-page #originalblade_box2 .listbox .post .text {
  padding-left: 20px;
}
.originalblade-page #originalblade_box2 .listbox .post .text h3 {
  font-size: 1.1em;
}
.originalblade-page #originalblade_box2 .originalblade_info {
  margin-top: 30px;
}
.originalblade-page #originalblade_box2 .originalblade_info dl {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #B3C2DB;
}
.originalblade-page #originalblade_box2 .originalblade_info dl dt {
  width: 20%;
}
.originalblade-page #originalblade_box2 .originalblade_info dl dd {
  width: 80%;
}/*# sourceMappingURL=style.css.map */