@charset "UTF-8";
/*break point*/
/*color*/
/**
 * fz
 */
/**
 * notfirst
 */
/**
 * placeholder
 */
/**
 * formスタイルリセット
 */
/* letter-spacing */
/*共有*/
.bg-black-none {
  display: none !important;
}

.footer-mark-area {
  display: flex;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 640px) {
  .footer-mark-area {
    justify-content: center;
  }
}
.footer-mark-area > li {
  margin: 0 10px 0 0;
}
.footer-mark-area > li:last-of-type {
  margin: 0;
}

.oil-sidemenu {
  display: block;
  width: 100%;
  padding: 16px 0 16px 15px;
  box-sizing: border-box;
}

.parent_list:nth-of-type(n+3) > .oil-sidemenu {
  pointer-events: none;
  background: none !important;
}
.parent_list .oil-ul-open {
  display: block !important;
  height: 100% !important;
}
.parent_list .oil-ul-open .current a {
  background-color: transparent !important;
}
.parent_list .oil-ul-open .current a:hover {
  background-color: #f5f5f5 !important;
}

.category-title,
.category-title-sub {
  width: 100%;
  background-color: #026cb6;
  border-radius: 4px;
  margin: 32px 0;
}
.category-title:first-of-type,
.category-title-sub:first-of-type {
  margin-top: 0;
}
.category-title > h3,
.category-title-sub > h3 {
  font-size: 24px;
  text-align: left;
  color: #fff;
  padding: 8px 8px 8px 16px;
}
.category-title > h4,
.category-title-sub > h4 {
  font-size: 14px;
  text-align: left;
  color: #fff;
  padding: 8px 0 8px 16px;
  font-weight: normal;
}

.side-border {
  display: block;
  padding-left: 10px;
  margin: 15px 0;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #333;
}
.side-border:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #e50110;
  top: 0;
  left: 0;
}
@media screen and (max-width: 639px) {
  .side-border {
    font-size: 100%;
  }
}

.label-area {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 639px) {
  .label-area {
    display: block;
  }
}
.label-area .label-wrap {
  display: flex;
}
.label-area .label-wrap .label-head {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 50px;
  height: 22px;
  background: #1f1b12;
  color: #fffefe;
  font-weight: 600;
  word-break: keep-all;
  font-size: 13px;
  line-height: 1.8461538462;
  font-feature-settings: "palt";
}
@media screen and (max-width: 639px) {
  .label-area .label-wrap .label-head {
    font-size: 11px;
  }
}
.label-area .label-wrap .label-body {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 600;
  margin-right: 15px;
}
.products-target {
  margin: 10px 0 8px 0;
  width: 100%;
}
.products-target .product-target-title {
  font-size: 14px;
  line-height: 1.71429;
  font-weight: 600;
  padding: 0 1px;
  margin: 0 0 10px 0;
  display: inline-block;
  background-color: #1f1b12;
  color: #fff;
  word-break: keep-all;
}
.products-target .product-target-list {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
  word-break: keep-all;
}

.caution-area {
  background: #f5f5f5;
  border-radius: 4px;
  max-width: 100%;
  padding: 20px;
}
.caution-area > p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

/* button */
.exchange_or_cock {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
}
.exchange_or_cock > li {
  width: 270px;
  margin: 0 0 20px 0;
}
.exchange_or_cock > li:last-of-type {
  margin-bottom: 0;
}
.exchange_or_cock > li > a {
  border-radius: 8px;
  border: solid 1px #ccc;
  padding: 10px 0 10px;
  text-align: center;
  display: block;
  width: 100%;
}
.exchange_or_cock > li > a:hover {
  background: #999;
  border: solid 1px #999;
  color: #fff;
}

.btn-2col {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 639px) {
  .btn-2col {
    display: block;
    text-align: center;
  }
}

.btn-default {
  display: block;
  width: 260px;
  padding: 4px 0 5px 20px;
  text-align: left;
  border: solid 1px #ccc;
  border-radius: 8px;
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .btn-default {
    margin: 0 0 20px 0;
  }
}
.btn-default:last-of-type {
  margin-right: 0;
}
.btn-default.btn-red {
  border: solid 1px #e50110;
  text-align: center;
  padding: 8px 10px 8px;
}
@media screen and (max-width: 639px) {
  .btn-default.btn-red {
    padding: 4px 0 5px 5px;
  }
}
.btn-default.btn-red:hover {
  background-color: #e50110;
  color: #fff;
}

.catalog-dl {
  display: inline-block;
  position: relative;
  min-height: 26px;
  line-height: 26px;
  padding: 8px 0px 8px 20px !important;
}
.catalog-dl:hover::after {
  background: url(/img/common/document_icon_pc-hover.png) no-repeat left center;
}
.catalog-dl::after {
  content: "";
  display: inline-block;
  background: url(/img/common/document_icon_pc.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: 18px;
  height: 19px;
}

.btn-shop {
  position: relative;
  display: inline-block;
  min-height: 26px;
  line-height: 26px;
  padding: 8px 0 0 23px;
}
.btn-shop:hover:after {
  background: url(/img/common/icon_shop-hover.png) no-repeat left center;
}
.btn-shop::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/img/common/icon_shop.png) no-repeat left center;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: 18px;
  height: 19px;
}

.youtube-wrap {
  position: relative;
}
.youtube-wrap:before {
  display: inline-block;
  content: "";
  padding-top: 56.25%;
}
.youtube-wrap > iframe {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.footer-message {
  margin-left: auto;
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 639px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 639px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only--inline {
  display: inline !important;
}
@media screen and (max-width: 639px) {
  .pc-only--inline {
    display: none !important;
  }
}

.sp-only--inline {
  display: none !important;
}
@media screen and (max-width: 639px) {
  .sp-only--inline {
    display: inline !important;
  }
}

.pc-only--inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 639px) {
  .pc-only--inline-block {
    display: none !important;
  }
}

.sp-only--inline-block {
  display: none !important;
}
@media screen and (max-width: 639px) {
  .sp-only--inline-block {
    display: inline-block !important;
  }
}

.pc-only--flex {
  display: flex !important;
}
@media screen and (max-width: 639px) {
  .pc-only--flex {
    display: none !important;
  }
}

.sp-only--flex {
  display: none !important;
}
@media screen and (max-width: 639px) {
  .sp-only--flex {
    display: flex !important;
  }
}

/* インデント */
.text-indent {
  text-indent: initial !important;
}

/* 下線 */
.under-line {
  text-decoration: underline;
}
.under-line.-color-red {
  color: #D73016;
  opacity: 1;
}
.under-line:hover {
  opacity: 0.5;
}

/* ポインターイベント */
.pointer-none {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .pointer-none {
    pointer-events: auto;
  }
}

.page-norov {
  /*商品詳細*/
  /* テーブル */
}
@media all and (-ms-high-contrast: none) {
  .page-norov .appImg-wrap .appImg-num img {
    width: 80%;
    height: auto;
    max-width: none;
    max-height: none;
  }
}
.page-norov .only-app:nth-of-type(3) {
  display: none;
}
.page-norov .category-wrap {
  margin-bottom: 60px;
}
.page-norov .category-wrap .category_list {
  display: flex;
  flex-wrap: wrap;
}
.page-norov .category-wrap .category_list li {
  width: 273px;
  margin-right: 20px;
  position: relative;
}
.page-norov .category-wrap .category_list li .danger-icon {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 8px;
  z-index: 10;
  width: 50px;
  max-width: 100%;
}
@media screen and (max-width: 639px) {
  .page-norov .category-wrap .category_list li .danger-icon {
    width: 30px;
    right: 0;
  }
}
@media screen and (max-width: 639px) {
  .page-norov .category-wrap .category_list li {
    margin-right: 3%;
    width: 48.5%;
  }
}
@media screen and (max-width: 639px) {
  .page-norov .category-wrap .category_list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 640px) {
  .page-norov .category-wrap .category_list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .page-norov .category-wrap .category_list li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 640px) {
  .page-norov .category-wrap .category_list li:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.page-norov .category-wrap .category_list li .img-wrap {
  width: 266px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 639px) {
  .page-norov .category-wrap .category_list li .img-wrap {
    width: 100%;
  }
}
.page-norov .category-wrap .category_list li .img-wrap > img {
  max-width: 100%;
  height: 266px;
}
@media screen and (max-width: 639px) {
  .page-norov .category-wrap .category_list li .img-wrap > img {
    height: 100px;
  }
}
.page-norov .category-wrap .category_list li p {
  margin-top: 5px;
  font-size: 14px;
}
.page-norov .category-wrap .category_list .danger-icon-parent {
  position: relative;
}
.page-norov .category-wrap .category_list .danger-icon-parent .danger-icon-child {
  position: absolute;
}
.page-norov .detail_download > .headImg {
  width: 335px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .page-norov .detail_download > .headImg {
    width: 100%;
  }
}
.page-norov .detail_download > .headImg img {
  max-width: 100%;
  height: 335px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}
.page-norov .detail_download > dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 335px;
  margin: 10px 0 30px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .page-norov .detail_download > dl {
    width: 100%;
  }
}
.page-norov .detail_download > dl:after {
  display: block;
  content: "";
  width: 31.34%;
}
.page-norov .detail_download > dl dt {
  width: 31.34%;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-norov .detail_download > dl dt:hover {
  border: 1px solid #e50110;
}
.page-norov .detail_download > dl dt img {
  width: 102px;
  height: 102px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}
.page-norov .detail_download .hukidashi-area {
  position: relative;
}
.page-norov .detail_download .hukidashi-area .hukidashi {
  position: absolute;
  width: 50px;
  max-height: 50px;
  display: inline-block;
  top: -40px;
  right: 200px;
  z-index: 10;
}
.page-norov .detail_download .hukidashi-area .hukidashi-2 {
  position: absolute;
  width: 50px;
  max-height: 50px;
  display: inline-block;
  top: -40px;
  right: 90px;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  .page-norov .detail_download .hukidashi-area .hukidashi-2 {
    right: 100px;
  }
}
.page-norov .detail_download .hukidashi-area .hukidashi-2:nth-of-type(3) {
  right: -40px;
}
@media screen and (max-width: 639px) {
  .page-norov .detail_download .hukidashi-area .hukidashi-2:nth-of-type(3) {
    right: -5px;
  }
}
.page-norov .detail_download .hukidashi-area .hukidashi-3 {
  position: absolute;
  width: 50px;
  max-height: 50px;
  display: inline-block;
  top: -40px;
  right: -40px;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  .page-norov .detail_download .hukidashi-area .hukidashi-3 {
    right: -5px;
  }
}
.page-norov .detail_download .hukidashi-area .hukidashi2 {
  position: absolute;
  width: 50px;
  max-height: 50px;
  display: inline-block;
  top: -40px;
  right: 200px;
  z-index: 10;
}
.page-norov .detail_download .hukidashi-area .hukidashi2-2 {
  position: absolute;
  width: 50px;
  max-height: 50px;
  display: inline-block;
  top: -40px;
  right: 90px;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  .page-norov .detail_download .hukidashi-area .hukidashi2-2 {
    right: 100px;
  }
}
.page-norov .detail_download .hukidashi-area .hukidashi2-3 {
  position: absolute;
  width: 50px;
  max-height: 50px;
  display: inline-block;
  top: -40px;
  right: -40px;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  .page-norov .detail_download .hukidashi-area .hukidashi2-3 {
    right: -5px;
  }
}
.page-norov .detail_download > ul {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.page-norov .detail_download > ul li {
  width: 270px !important;
  float: none;
  margin-bottom: 20px;
  margin-left: 0 !important;
}
.page-norov .detail_download > ul li:first-child {
  float: none;
  margin-left: 0;
}
.page-norov .detail_download > ul li:last-of-type {
  margin-bottom: 0;
}
.page-norov .detail_download > ul li a {
  padding: 4px 0 5px 20px;
  text-align: left;
}
.page-norov .detail_download > ul li a > span {
  padding-left: 28px;
}
.page-norov .detail_download > ul li a .shop-btn {
  background: url(/img/common/icon_shop.png) no-repeat left center;
}
.page-norov .detail_download > ul li a .opentab-btn {
  background: url(/img/common/icon_tab.png) no-repeat left center;
}
.page-norov .detail_content .detail_info > p {
  margin: 0;
}
.page-norov .detail_content .detail_info .icon-danger-wrap {
  text-align: right;
  margin: 5px 0 0 0;
}
.page-norov .detail_content .detail_info .icon-danger-wrap .icon-danger {
  width: 50px;
  max-width: 100%;
}
.page-norov .detail_content .detail_info table td {
  border-right: solid 1px #ccc;
}
.page-norov .detail_content .detail_info table td:first-of-type {
  background: #f5f5f5;
  border-top: solid 1px #ccc;
  padding: 4px 10px;
  text-align: left;
  width: 100px;
  font-weight: bold;
}
.page-norov .detail_content .detail_info table td:last-of-type {
  border-right: none;
}
.page-norov .detail_content .detail_info table td:empty {
  background-color: #fff;
}
.page-norov .detail_content .detail_info table tr {
  height: 29px;
}
.page-norov .img_content > p > img {
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #d8d8d8;
}

.page-oil {
  /* テーブル */
  /*商品詳細*/
}
@media screen and (max-width: 639px) {
  .page-oil .two_column .side_inner .side_menu_list li.parent_list.parent_current > a > span {
    background: url(/img/common/side_icon_plus_pc.png) no-repeat 95% center !important;
  }
}
@media screen and (max-width: 639px) {
  .page-oil .two_column .side_inner .side_menu_list li.parent_list.parent_current > a.menu_open > span {
    background: url(/img/common/side_icon_minus_pc.png) no-repeat 95% center !important;
  }
}
.page-oil .detail_info > p {
  margin: 0;
}
.page-oil .detail_info .icon-danger-wrap {
  text-align: right;
  margin: 5px 0 0 0;
}
.page-oil .detail_info .icon-danger-wrap .icon-danger {
  width: 50px;
  max-width: 100%;
}
.page-oil .detail_info table td {
  border-right: solid 1px #ccc;
}
.page-oil .detail_info table td:first-of-type {
  background: #f5f5f5;
  border-top: solid 1px #ccc;
  padding: 4px 10px;
  text-align: left;
  width: 100px;
  font-weight: bold;
}
.page-oil .detail_info table td:last-of-type {
  border-right: none;
}
.page-oil .detail_info table td:empty {
  background-color: #fff;
}
.page-oil .detail_info table tr {
  height: 29px;
}
.page-oil .products_inner .second_title {
  padding-top: 70px;
  margin-top: -30px;
}
.page-oil .category-title, .page-oil .category-title-sub {
  background-color: #279e57;
}
.page-oil .side-border {
  display: block;
  padding-left: 10px;
  margin: 15px 0 5px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 639px) {
  .page-oil .side-border {
    font-size: 100%;
  }
}
.page-oil .category-wrap .type_list li a p {
  margin-top: 5px;
  font-size: 14px;
}
.page-oil .category-wrap .type_list li a img {
  border-radius: 4px;
  border: 1px solid #ccc;
}
.page-oil .detail_download > .headImg {
  width: 335px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .page-oil .detail_download > .headImg {
    width: 100%;
  }
}
.page-oil .detail_download > .headImg img {
  max-width: 100%;
  height: 335px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}
.page-oil .detail_download > dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 335px;
  margin: 10px 0 30px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .page-oil .detail_download > dl {
    width: 100%;
  }
}
.page-oil .detail_download > dl:after {
  display: block;
  content: "";
  width: 31.34%;
}
.page-oil .detail_download > dl dt {
  width: 31.34%;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-oil .detail_download > dl dt:hover {
  border: 1px solid #e50110;
}
.page-oil .detail_download > dl dt img {
  width: 102px;
  height: 102px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}

.page-detergent .products_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .page-detergent .products_list {
    display: block;
  }
}
.page-detergent .products_list-item {
  width: 31%;
  height: 100px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin: 0 27px 27px 0;
}
@media screen and (min-width: 640px) {
  .page-detergent .products_list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-detergent .products_list-item:last-of-type {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .page-detergent .products_list-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.page-detergent .products_list-item .item_wrap {
  display: flex;
}
.page-detergent .products_list-item .item_wrap .products-img {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-detergent .products_list-item .item_wrap .products-img > img {
  max-height: 80px;
  max-width: 100%;
}
.page-detergent .products_list-item .item_wrap .products-text {
  width: 100%;
  height: 100px;
  background: #f5f5f5;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-detergent .products_list-item .item_wrap .products-text > span {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #333;
  font-feature-settings: "palt";
  font-weight: 600;
  word-break: break-all;
  padding: 0 7px 0px 7px;
}

.page-cock_pump {
  /*商品詳細*/
}
.page-cock_pump .category-wrap {
  margin-bottom: 60px;
}
.page-cock_pump .category-wrap .category_list {
  display: flex;
  flex-wrap: wrap;
}
.page-cock_pump .category-wrap .category_list > li {
  width: 273px;
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .page-cock_pump .category-wrap .category_list > li {
    margin-right: 3%;
    width: 48.5%;
  }
}
@media screen and (max-width: 639px) {
  .page-cock_pump .category-wrap .category_list > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 640px) {
  .page-cock_pump .category-wrap .category_list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .page-cock_pump .category-wrap .category_list > li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 640px) {
  .page-cock_pump .category-wrap .category_list > li:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.page-cock_pump .category-wrap .category_list > li .img-wrap {
  width: 266px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 639px) {
  .page-cock_pump .category-wrap .category_list > li .img-wrap {
    width: 100%;
  }
}
.page-cock_pump .category-wrap .category_list > li .img-wrap > img {
  max-width: 100%;
  height: 266px;
}
@media screen and (max-width: 639px) {
  .page-cock_pump .category-wrap .category_list > li .img-wrap > img {
    height: 100px;
  }
}
.page-cock_pump .category-wrap .category_list > li > p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 0.9375;
  font-weight: 600;
  color: #333;
}
.page-cock_pump .detail_download > dl {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 30px;
}
.page-cock_pump .detail_download > dl dt {
  width: 105px;
  margin-right: 10px;
  border-radius: 4px;
}
.page-cock_pump .detail_download > dl dt:nth-of-type(3n) {
  margin-right: 0;
}
.page-cock_pump .detail_download > dl dt a {
  display: inline-block;
  border-radius: 4px;
}
.page-cock_pump .detail_download > dl dt a:hover {
  border: 1px solid #e50110;
}
.page-cock_pump .detail_download > dl dt a img {
  max-width: 100%;
}
.page-cock_pump .detail_download > ul li {
  width: 270px;
  float: none;
  margin-bottom: 20px;
  margin-left: 0;
}
.page-cock_pump .detail_download > ul li:first-child {
  float: none;
  margin-left: 0;
}
.page-cock_pump .detail_download > ul li:last-of-type {
  margin-bottom: 0;
}
.page-cock_pump .detail_download > ul li a {
  padding: 4px 0 5px 20px;
  text-align: left;
}
.page-cock_pump .detail_download > ul li a > span {
  padding-left: 28px;
}
.page-cock_pump .detail_download > ul li a .shop-btn {
  background: url(/img/common/icon_shop.png) no-repeat left center;
}
.page-cock_pump .detail_download > ul li a .opentab-btn {
  background: url(/img/common/icon_tab.png) no-repeat left center;
}

.page-control #liquid-method,
.page-control #dryblend,
.page-control #alcohol {
  margin-top: -60px;
  padding-top: 60px;
}
.page-control .control-topic > h4 {
  margin-top: 35px;
  font-size: 143%;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
  font-weight: normal;
  font-weight: bold;
  margin-bottom: 18px;
}
.page-control .control-topic > p {
  font-size: 14px;
  line-height: 1.7857142857;
  margin-bottom: 30px;
}
.page-control .control-topic .img-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .page-control .control-topic .img-wrap {
    display: block;
  }
}
.page-control .control-topic .img-wrap .img-wrap-single {
  margin: 0px 20px 0px 0;
  position: relative;
  height: 250px;
  width: 400px;
  overflow: hidden;
}
.page-control .control-topic .img-wrap .img-wrap-single:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .page-control .control-topic .img-wrap .img-wrap-single {
    width: 100%;
  }
}
.page-control .control-topic .img-wrap .img-wrap-single > img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}
@media screen and (max-width: 639px) {
  .page-control .control-topic .img-wrap .img-wrap-single > img {
    margin-bottom: 30px;
  }
  .page-control .control-topic .img-wrap .img-wrap-single > img:last-of-type {
    margin-bottom: 0;
  }
}
.page-control .control-topic .control-topic-wrap {
  display: flex;
  margin-bottom: 23px;
}
@media screen and (max-width: 639px) {
  .page-control .control-topic .control-topic-wrap {
    display: block;
  }
}
.page-control .control-topic .control-topic-wrap .control-topic-left {
  margin-right: 30px;
  position: relative;
  width: 400px;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .page-control .control-topic .control-topic-wrap .control-topic-left {
    width: 100%;
    margin-right: 0;
  }
}
.page-control .control-topic .control-topic-wrap .control-topic-left > img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}
@media screen and (max-width: 639px) {
  .page-control .control-topic .control-topic-wrap .control-topic-left > img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .page-control .control-topic .control-topic-wrap .control-topic-right {
    margin-bottom: 30px;
  }
}
.page-control .control-topic .control-topic-wrap .control-topic-right .topic-right-title {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #026cb6;
  margin-bottom: 18px;
}
.page-control .control-topic .control-topic-wrap .control-topic-right > p {
  font-weight: 600;
  font-size: 14px;
}
.page-control .control-topic .control-topic-wrap .control-topic-right .control_top_table {
  border-bottom: solid 1px #ccc;
  width: 100%;
  margin-top: 15px;
}
.page-control .control-topic .control-topic-wrap .control-topic-right .control_top_table th {
  width: 215px;
  border-top: solid 1px #ccc;
  padding: 15px 0 15px 0px;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}
.page-control .control-topic .control-topic-wrap .control-topic-right .control_top_table td {
  width: 219px;
  border-top: solid 1px #ccc;
  padding: 15px 0;
  text-align: left;
  line-height: 1.7;
  font-size: 14px;
}
.page-control .control-flow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .page-control .control-flow {
    display: block;
  }
}
.page-control .control-flow .item-link {
  border: 1px solid #333;
  border-radius: 4px;
  width: 272px;
  height: 43px;
  position: relative;
}
.page-control .control-flow .item-link:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 639px) {
  .page-control .control-flow .item-link {
    margin-bottom: 10px;
  }
}
.page-control .control-flow .item-link > a {
  width: 100%;
  line-height: 43px;
  display: inline-block;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.page-product .border-side {
  position: relative;
}
.page-product .border-side:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1370px;
  width: 2px;
  background-color: #cccccc;
  top: 55px;
  left: 0;
}
@media screen and (max-width: 639px) {
  .page-product .border-side:before {
    content: none;
  }
}
.page-product .product_flow-section {
  margin-top: 84px;
}
.page-product .product_flow-section .product_title {
  font-size: 20px;
  margin-left: 70px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .page-product .product_flow-section .product_title {
    margin-left: 0;
  }
}
.page-product .product_flow-section .product_title::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  width: 46px;
  height: 1px;
  background-color: #333;
}
@media screen and (max-width: 639px) {
  .page-product .product_flow-section .product_title::before {
    content: none;
  }
}
.page-product .product_flow-section .product_title:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: -75px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #026cb6;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  .page-product .product_flow-section .product_title:after {
    content: none;
  }
}
.page-product .product_flow-section .product_title .num {
  color: #026cb6;
  padding-right: 15px;
  position: relative;
}
.page-product .product_flow-section .product_title .num:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: -75px;
  width: 20px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 5;
}
@media screen and (max-width: 639px) {
  .page-product .product_flow-section .product_title .num:before {
    content: none;
  }
}
.page-product .product_flow-section .product_title .num:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -25px;
  left: -80px;
  width: 20px;
  height: 20px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  z-index: 6;
  transform: rotate(45deg);
}
@media screen and (max-width: 639px) {
  .page-product .product_flow-section .product_title .num:after {
    content: none;
  }
}
.page-product .product_flow-section .product_title .remove-arw {
  position: relative;
}
.page-product .product_flow-section .product_title .remove-arw::after {
  content: none;
}
.page-product .product_flow-section .product_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  width: 795px;
}
@media screen and (max-width: 639px) {
  .page-product .product_flow-section .product_list {
    display: block;
    width: 100%;
  }
}
.page-product .product_flow-section .product_list .col3 {
  width: 30.4%;
}
@media screen and (max-width: 639px) {
  .page-product .product_flow-section .product_list .col3 {
    width: 100%;
  }
}
.page-product .product_flow-section .product_list .col3:nth-of-type(2n) {
  margin-right: 30px;
}
.page-product .product_flow-section .product_list .col3:nth-of-type(3n) {
  margin-right: 0;
}
.page-product .product_flow-section .product_list > li {
  width: 48%;
  margin: 30px 30px 0 0;
}
@media screen and (max-width: 639px) {
  .page-product .product_flow-section .product_list > li {
    width: 100%;
  }
}
.page-product .product_flow-section .product_list > li:nth-of-type(2n) {
  margin-right: 0;
}
.page-product .product_flow-section .product_list > li p img {
  max-width: 100%;
  width: 100%;
  height: 227px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}
@media screen and (max-width: 639px) {
  .page-product .product_flow-section .product_list > li p img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit:cover;";
  }
}
.page-product .product_flow-section .suggestion-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 639px) {
  .page-product .product_flow-section .suggestion-wrap {
    display: block;
    width: 100%;
  }
}
.page-product .product_flow-section .suggestion-wrap .suggestion-list {
  width: 44.18%;
  margin-right: 33px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 2px solid #e50110;
  border-radius: 4px;
}
@media screen and (max-width: 639px) {
  .page-product .product_flow-section .suggestion-wrap .suggestion-list {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-product .product_flow-section .suggestion-wrap .suggestion-list:last-of-type {
  margin-right: 0;
}
.page-product .product_flow-section .suggestion-wrap .suggestion-list .suggestion-title {
  background-color: #e50110;
  color: #fff;
  padding: 7px 20px;
}
.page-product .product_flow-section .suggestion-wrap .suggestion-list .suggestion-item {
  font-size: 14px;
  padding: 10px 0 0 33px;
}
.page-product .product_flow-section .suggestion-wrap .suggestion-list .suggestion-item > span {
  position: relative;
}
.page-product .product_flow-section .suggestion-wrap .suggestion-list .suggestion-item > span::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/img/common/icon_arrow_01_pc.png) no-repeat left 0.3em;
  width: 15px;
  height: 20px;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.page-product .product_flow-section .suggestion-wrap .suggestion-list .suggestion-item:last-of-type {
  padding-bottom: 10px;
}
.page-product .product_flow-section .product-col3-wrap {
  margin: 10px 0 0 65px;
}
@media screen and (max-width: 639px) {
  .page-product .product_flow-section .product-col3-wrap {
    margin: 10px 0 0 0;
  }
}
.page-product .product_flow-section .control-wrap {
  margin: 25px 0 30px;
}
.page-product .product_flow-section .product_list-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 10px 0;
}
.page-product .product_flow-section .product_label {
  display: flex;
}
.page-product .product_flow-section .product_label li {
  color: #fff;
  background-color: #026cb6;
  padding: 2px 4px;
  font-size: 12px;
  margin: 0 5px;
  border-radius: 4px;
}
.page-product .product_flow-section .product_label li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 639px) {
  .page-product .product_flow-section .product_label li {
    font-feature-settings: "palt";
    word-break: keep-all;
  }
}
.page-product .img-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 639px) {
  .page-product .img-wrap {
    display: block;
  }
}
.page-product .img-wrap > img {
  width: 415px;
  height: 264px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}
@media screen and (max-width: 639px) {
  .page-product .img-wrap > img {
    margin-bottom: 20px;
  }
}

.page-sales .sales-wrap .sales-content {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .page-sales .sales-wrap .sales-content {
    display: block;
  }
}
.page-sales .sales-wrap .sales-content:last-of-type {
  margin-bottom: 40px;
}
.page-sales .sales-wrap .sales-content .content-left {
  width: 400px;
}
@media screen and (max-width: 639px) {
  .page-sales .sales-wrap .sales-content .content-left {
    width: 100%;
  }
}
.page-sales .sales-wrap .sales-content .content-left > img {
  height: 255px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}
.page-sales .sales-wrap .sales-content .content-right {
  width: 430px;
  margin-left: 30px;
}
@media screen and (max-width: 639px) {
  .page-sales .sales-wrap .sales-content .content-right {
    width: 100%;
    margin-left: 0;
  }
}
.page-sales .sales-wrap .sales-content .content-right > h4 {
  font-size: 20px;
  line-height: 0.75;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
  margin: 8px 0 20px;
  padding-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .page-sales .sales-wrap .sales-content .content-right > h4 {
    margin: 30px 0 5px;
  }
}
.page-sales .sales-wrap .sales-content .content-right > p {
  font-size: 14px;
  line-height: 1.7142857143;
}

.page-control .mv-container .top-wrap,
.page-sales .mv-container .top-wrap,
.page-product .mv-container .top-wrap {
  margin-bottom: 60px;
}
.page-control .mv-container .logo-wrap,
.page-sales .mv-container .logo-wrap,
.page-product .mv-container .logo-wrap {
  margin-bottom: 30px;
  max-width: 100%;
}
@media screen and (max-width: 639px) {
  .page-control .mv-container .logo-wrap,
  .page-sales .mv-container .logo-wrap,
  .page-product .mv-container .logo-wrap {
    max-width: 80%;
  }
}
.page-control .mv-container .message-wrap > h3,
.page-sales .mv-container .message-wrap > h3,
.page-product .mv-container .message-wrap > h3 {
  font-size: 32px;
  line-height: 1.59375;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 639px) {
  .page-control .mv-container .message-wrap > h3,
  .page-sales .mv-container .message-wrap > h3,
  .page-product .mv-container .message-wrap > h3 {
    font-size: 18px;
  }
}
.page-control .mv-container .message-wrap > p,
.page-sales .mv-container .message-wrap > p,
.page-product .mv-container .message-wrap > p {
  font-size: 14px;
  line-height: 1.7857142857;
  margin-top: 20px;
}
.page-control .category-title,
.page-sales .category-title,
.page-product .category-title {
  margin: 60px 0 32px;
}

.page_esg .esg-btn {
  width: 280px;
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 8px;
  font-size: 14px;
  display: inline-block;
  position: relative;
}
.page_esg .esg-btn:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 639px) {
  .page_esg .esg-btn {
    margin: 0 auto;
  }
}
.page_esg .esg-wrap .esg-content {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .page_esg .esg-wrap .esg-content {
    display: block;
  }
}
.page_esg .esg-content {
  margin-bottom: 28px;
}
.page_esg .esg-content .content-right {
  margin-left: 30px;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .page_esg .esg-content .content-right {
    margin: 30px auto;
  }
}
.page_esg .esg-content .content-right > span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  display: inline-block;
}
.page_esg .esg-content .content-right .color-green {
  color: #1d9750;
}
.page_esg .esg-content .content-right .color-red {
  color: #e50110;
}
.page_esg .esg-content .content-right .color-blue {
  color: #026cb6;
}
.page_esg .esg-content .content-right > h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  border-bottom: 1px solid #535353;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.page_esg .esg-content .content-right > p {
  margin-bottom: 16px;
  line-height: 1.714;
}

.page_governance .title_governance {
  background: url(/img/company/governance_main_bg.jpg) no-repeat left bottom !important;
  background-size: 100%;
}
@media screen and (max-width: 639px) {
  .page_governance .title_governance {
    background: url(/img/company/governance_main_bg.jpg) no-repeat left top/cover !important;
  }
}
.page_governance .top-message {
  font-size: 32px;
  line-height: 1.59375;
  margin: -10px auto 55px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 639px) {
  .page_governance .top-message {
    font-size: 18px;
    margin: -10px auto 15px;
  }
}
.page_governance .mv-img {
  margin-bottom: 60px;
}
.page_governance .governance-content-top h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  border-bottom: 1px solid #535353;
  padding-bottom: 14px;
  margin-bottom: 28px;
}
.page_governance .governance-content {
  margin-bottom: 53px;
}
@media screen and (max-width: 639px) {
  .page_governance .governance-content {
    margin-bottom: 33px;
  }
}
.page_governance .governance-content h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  border-bottom: 1px solid #535353;
  padding-bottom: 14px;
  margin-bottom: 28px;
}
.page_governance .governance-content p {
  margin-bottom: 16px;
  line-height: 1.714;
}
.page_governance .governance-content ul {
  width: 850px;
  max-width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f5f5;
  margin-top: 24px;
  padding: 0 0 0 43px;
}
@media screen and (max-width: 639px) {
  .page_governance .governance-content ul {
    width: auto;
    padding: 10px 5px 0 20px;
  }
}
.page_governance .governance-content ul li {
  list-style: initial;
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .page_governance .governance-content ul li {
    font-size: 12px;
    line-height: 1.5;
  }
}
.page_governance .governance-content ul li:last-of-type {
  margin-bottom: 0;
}

.page_work-style .title_work-style {
  background: url(/img/company/work-style_main_bg.jpg) no-repeat left bottom !important;
  background-size: 100%;
}
@media screen and (max-width: 639px) {
  .page_work-style .title_work-style {
    background: url(/img/company/work-style_main_bg.jpg) no-repeat left top/cover !important;
  }
}
.page_work-style .top-message {
  font-size: 32px;
  line-height: 1.375;
  margin: -10px auto 55px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 639px) {
  .page_work-style .top-message {
    font-size: 18px;
    margin: -10px auto 15px;
  }
}
.page_work-style .pdf-link {
  border-bottom: 1px solid #333;
  position: relative;
  font-size: 14px;
  color: #333;
  border-bottom: none;
  color: #6c9bcb;
  text-decoration: underline;
  position: relative;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .page_work-style .pdf-link {
    width: 100%;
  }
}
.page_work-style .pdf-link:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 49%;
  right: -20px;
  width: 16px;
  height: 16px;
  background-image: url(/img/common/icon_pdf.gif);
  transform: translateY(-50%);
}
@media screen and (max-width: 639px) {
  .page_work-style .pdf-link:after {
    top: initial;
    bottom: 0px;
    transform: none;
    right: 0;
  }
}
.page_work-style .work-style-item {
  margin-bottom: 28px;
}
@media screen and (max-width: 639px) {
  .page_work-style .work-style-item {
    margin-bottom: 33px;
  }
}
.page_work-style .work-style-item .work-style-content-top {
  margin: 0;
}
.page_work-style .work-style-item .work-style-content {
  margin: 0 0 55px 0;
}
.page_work-style .work-style-item .work-style-content.mb {
  margin: 20px 0 60px 0;
}
.page_work-style .work-style-item .work-style-content.mb2 {
  margin: 20px 0 30px 0;
}
.page_work-style .work-style-item .work-style-content > span {
  margin-top: 10px;
  display: inline-block;
}
.page_work-style .work-style-item .work-style-content .blue {
  color: #026cb6;
  font-size: 16px;
}
.page_work-style .work-style-item h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  border-bottom: 1px solid #535353;
  padding-bottom: 14px;
  margin-bottom: 28px;
}
.page_work-style .work-style-item p {
  font-size: 14px;
  line-height: 1.7142857143;
  line-height: 1.714;
}
.page_work-style .work-style-item .work-style-list {
  width: auto;
  max-width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  margin: 21px 0 59px 0;
  padding: 30px 22px 0 29px;
  position: relative;
}
.page_work-style .work-style-item .work-style-list:after {
  position: absolute;
  content: "";
  background-image: url(/img/company/settsu_president.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 39px;
  bottom: 32px;
  right: 8px;
}
@media screen and (max-width: 639px) {
  .page_work-style .work-style-item .work-style-list:after {
    bottom: 20px;
    right: 0px;
  }
}
@media screen and (max-width: 639px) {
  .page_work-style .work-style-item .work-style-list {
    width: auto;
    padding: 20px 20px 0 20px;
    height: 270px;
  }
}
.page_work-style .work-style-item .work-style-list.smoke {
  height: 100%;
  margin: 30px 0 0 0;
  padding: 25px 25px 25px 46px;
}
@media screen and (max-width: 639px) {
  .page_work-style .work-style-item .work-style-list.smoke {
    padding: 25px;
  }
}
.page_work-style .work-style-item .work-style-list.smoke::after {
  content: none;
}
.page_work-style .work-style-item .work-style-list.smoke > li {
  position: relative;
  display: inherit;
}
@media screen and (max-width: 639px) {
  .page_work-style .work-style-item .work-style-list.smoke > li {
    display: block;
  }
}
.page_work-style .work-style-item .work-style-list.smoke > li > .date {
  width: 130px;
  word-break: keep-all;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .page_work-style .work-style-item .work-style-list.smoke > li > .date {
    width: 100%;
    display: block;
  }
}
.page_work-style .work-style-item .work-style-list.smoke > li .text {
  width: calc(100% - 130px);
}
.page_work-style .work-style-item .work-style-list.smoke > li > a {
  max-width: 100%;
}
.page_work-style .work-style-item .work-style-list.smoke > li > a > .text {
  word-break: break-all;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .page_work-style .work-style-item .work-style-list.smoke > li > a > .text {
    word-break: break-all;
    width: 100%;
    display: block;
  }
}
.page_work-style .work-style-item .work-style-list li {
  list-style: initial;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 12px;
}
@media screen and (max-width: 639px) {
  .page_work-style .work-style-item .work-style-list li {
    font-size: 12px;
    line-height: 1.5;
  }
}
.page_work-style .work-style-item .work-style-list li:last-of-type {
  margin-bottom: 0;
}
.page_work-style .work-style-item .work-style-list li.list-item {
  list-style: none;
}
.page_work-style .work-style-item .work-style-list li.list-item .num {
  color: #026cb6;
  font-size: 18px;
  font-weight: 600;
}
.page_work-style .work-style-item .work-style-list li.list-item .health-name {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 6px 9px;
}
.page_work-style .work-style-item .work-style-list li.list-item .health-text {
  font-size: 14px;
  line-height: 1.7142857143;
  margin: 0 0 8px 0;
}
.page_work-style .work-style-item .icon-wrap {
  margin-bottom: 60px;
}
.page_work-style .work-style-item .icon-wrap .icon-item {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .page_work-style .work-style-item .icon-wrap .icon-item {
    display: block;
  }
}
.page_work-style .work-style-item .icon-wrap .icon-item > img {
  width: auto;
  max-width: 50%;
  height: 100%;
}
@media screen and (max-width: 639px) {
  .page_work-style .work-style-item .icon-wrap .icon-item > img {
    width: 100%;
  }
}
.page_work-style .work-style-item .icon-wrap .icon-item .icon-text {
  margin-left: 22px;
}
@media screen and (max-width: 639px) {
  .page_work-style .work-style-item .icon-wrap .icon-item .icon-text {
    margin: 20px 0 0 0;
  }
}
.page_work-style .work-style-item .icon-wrap .icon-item .icon-text > h5 {
  font-size: 16px;
  color: #026cb6;
  font-weight: 600;
  margin-bottom: 14px;
}
@media screen and (max-width: 639px) {
  .page_work-style .work-style-item .icon-wrap .icon-item .icon-text > h5 {
    font-size: 15px;
  }
}
.page_work-style .work-style-item .icon-wrap .icon-item .icon-text > p {
  font-size: 14px;
  line-height: 1.7142857143;
  margin: 0 0 10px 10px;
}
@media screen and (max-width: 639px) {
  .page_work-style .work-style-item .icon-wrap .icon-item .icon-text > p {
    margin: 0 0 10px 0;
  }
}
.page_work-style .work-style-item .icon-wrap .icon-item .icon-text > span {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-left: 10px;
  display: inline-block;
}

.page_social .title_social {
  background: url(/img/company/social_main_bg.jpg) no-repeat left bottom !important;
  background-size: 100%;
}
@media screen and (max-width: 639px) {
  .page_social .title_social {
    background: url(/img/company/social_main_bg.jpg) no-repeat left top/cover !important;
  }
}
.page_social .top-message {
  font-size: 32px;
  line-height: 1.59375;
  margin: -10px auto 55px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 639px) {
  .page_social .top-message {
    font-size: 18px;
    margin: -10px auto 15px;
  }
}
.page_social .pdf-link {
  border-bottom: 1px solid #333;
  position: relative;
  font-size: 14px;
  color: #333;
}
.page_social .pdf-link.safety-pdf {
  border-bottom: none;
  color: #6c9bcb;
}
.page_social .pdf-link:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 49%;
  right: -20px;
  width: 16px;
  height: 16px;
  background-image: url(/img/common/icon_pdf.gif);
  transform: translateY(-50%);
}
.page_social .social-wrap .social-activities {
  padding: 27px 37px 27px 30px;
  background-color: #f5f5f5;
  margin: 0 0 63px 0;
}
.page_social .social-wrap .social-activities .activities-content {
  display: flex;
  margin: 0 0 28px 0;
}
@media screen and (max-width: 639px) {
  .page_social .social-wrap .social-activities .activities-content {
    display: block;
  }
}
.page_social .social-wrap .social-activities .activities-content:last-of-type {
  margin: 0 0 0 0;
}
.page_social .social-wrap .social-activities .activities-content:last-of-type .activities-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 59px 0 0 30px;
}
@media screen and (max-width: 639px) {
  .page_social .social-wrap .social-activities .activities-content:last-of-type .activities-text {
    padding: 20px 0 0 0;
  }
}
.page_social .social-wrap .social-activities .activities-content .activities-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 639px) {
  .page_social .social-wrap .social-activities .activities-content .activities-text {
    padding: 20px 0 0 0;
  }
}
.page_social .social-wrap .social-activities .activities-content .activities-text > h4 {
  margin: 0 0 13px 0;
  font-size: 16px;
}
.page_social .social-wrap .social-activities .activities-content .activities-text > p {
  font-size: 14px;
  line-height: 1.7142857143;
  width: 393px;
}
@media screen and (max-width: 639px) {
  .page_social .social-wrap .social-activities .activities-content .activities-text > p {
    width: 100%;
  }
}
.page_social .social-wrap .iso-text {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 28px;
}
.page_social .social-wrap .iso-img {
  margin-bottom: 58px;
}
.page_social .social-wrap .mv-img {
  margin-bottom: 60px;
}
.page_social .social-wrap .social-content {
  margin-bottom: 28px;
}
@media screen and (max-width: 639px) {
  .page_social .social-wrap .social-content {
    margin-bottom: 33px;
  }
}
.page_social .social-wrap .social-content h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  border-bottom: 1px solid #535353;
  padding-bottom: 14px;
  margin-bottom: 28px;
}
.page_social .social-wrap .social-content p {
  margin-bottom: 25px;
  line-height: 1.714;
}
.page_social .social-wrap .social-content ul {
  width: auto;
  max-width: 100%;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f5f5;
  margin: 0 0 63px 0;
  padding: 0 38px 0 43px;
}
@media screen and (max-width: 639px) {
  .page_social .social-wrap .social-content ul {
    width: auto;
    padding: 0px 10px 0 20px;
    height: 370px;
  }
}
.page_social .social-wrap .social-content ul li {
  list-style: initial;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 19px;
}
@media screen and (max-width: 639px) {
  .page_social .social-wrap .social-content ul li {
    font-size: 12px;
    line-height: 1.5;
  }
}
.page_social .social-wrap .social-content ul li:last-of-type {
  margin-bottom: 0;
}
.page_social .social-wrap .social-content .safety-list {
  height: 100px;
}
.page_social .social-wrap .social-content .safety-list li > span {
  font-size: 16px;
  font-weight: 600;
}
.page_social .social-wrap .social-content .disaster-list {
  height: 500px;
}
@media screen and (max-width: 639px) {
  .page_social .social-wrap .social-content .disaster-list {
    height: 530px;
  }
}
.page_social .social-wrap .social-content .disaster-list li > span {
  font-size: 16px;
  font-weight: 600;
}
.page_social .social-wrap .social-content .safety-sanitation-text {
  font-size: 14px;
  line-height: 1.7142857143;
}
.page_social .social-wrap .social-content .sp_scroll {
  margin-bottom: 55px;
}
.page_social .social-wrap .social-content table {
  width: 100%;
  margin: 0 0 10px 0;
}
.page_social .social-wrap .social-content table tbody {
  border-bottom: solid 1px #ccc;
}
.page_social .social-wrap .social-content table tbody tr td {
  font-size: 14px;
  line-height: 1.5;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 7px 0 0 19px;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .page_social .social-wrap .social-content table tbody tr td {
    padding: 7px 7px 0 19px;
    font-size: 12px;
  }
}
.page_social .social-wrap .social-content table tbody tr td:last-of-type {
  border-right: none;
  padding-left: 0;
}
.page_social .social-wrap .social-content table tbody tr .first-row {
  width: 184px;
  padding-left: 0;
}
.page_social .social-wrap .social-content table tbody tr .safety-row {
  height: 253px;
}
.page_social .social-wrap .social-content table tbody tr .third-row {
  height: 110px;
}
.page_social .social-wrap .social-content table tbody .row-top {
  background-color: #f5f5f5;
  height: 55px;
  text-align: center;
}
.page_social .social-wrap .social-content .iso-list {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .page_social .social-wrap .social-content .iso-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page_environment .title_environment {
  background: url(/img/company/environment_main_bg.jpg) no-repeat left bottom !important;
  background-size: 100%;
}
@media screen and (max-width: 639px) {
  .page_environment .title_environment {
    background: url(/img/company/environment_main_bg.jpg) no-repeat left top/cover !important;
  }
}
.page_environment .top-message {
  font-size: 32px;
  line-height: 1.59375;
  margin: -10px auto 55px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 639px) {
  .page_environment .top-message {
    font-size: 18px;
    margin: -10px auto 15px;
  }
}
.page_environment .pdf-link {
  border-bottom: 1px solid #333;
  position: relative;
  font-size: 14px;
  color: #333;
  border-bottom: none;
  color: #6c9bcb;
}
.page_environment .pdf-link:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 49%;
  right: -20px;
  width: 16px;
  height: 16px;
  background-image: url(/img/common/icon_pdf.gif);
  transform: translateY(-50%);
}
.page_environment .environment-item {
  margin-bottom: 28px;
}
.page_environment .environment-item.mb {
  margin-bottom: 49px;
}
@media screen and (max-width: 639px) {
  .page_environment .environment-item {
    margin-bottom: 33px;
  }
}
.page_environment .environment-item h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  border-bottom: 1px solid #535353;
  padding-bottom: 14px;
  margin-bottom: 28px;
}
.page_environment .environment-item p {
  margin-bottom: 25px;
  line-height: 1.714;
}
.page_environment .environment-item .text-wrap > p {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 0;
}
.page_environment .environment-item .text-wrap > a {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #6c9bcb;
  width: 100%;
  margin-bottom: 25px;
  display: inline-block;
}
.page_environment .environment-item .environment-list {
  width: auto;
  max-width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f5f5;
  margin: 0 0 59px 0;
  padding: 0 38px 0 43px;
}
@media screen and (max-width: 639px) {
  .page_environment .environment-item .environment-list {
    width: auto;
    padding: 0px 10px 0 20px;
    height: 100px;
  }
}
.page_environment .environment-item .environment-list.global-warming {
  height: 138px;
  margin-bottom: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .page_environment .environment-item .environment-list.global-warming {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.page_environment .environment-item .environment-list.resource {
  height: 175px;
  margin-bottom: 58px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page_environment .environment-item .environment-list.resource li {
  margin-bottom: 22px;
}
.page_environment .environment-item .environment-list.science {
  height: 147px;
}
@media screen and (max-width: 639px) {
  .page_environment .environment-item .environment-list.science {
    height: 200px;
  }
}
.page_environment .environment-item .environment-list li {
  list-style: initial;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 12px;
}
@media screen and (max-width: 639px) {
  .page_environment .environment-item .environment-list li {
    font-size: 12px;
    line-height: 1.5;
  }
}
.page_environment .environment-item .environment-list li:last-of-type {
  margin-bottom: 0;
}
.page_environment .environment-item .safety-sanitation-text {
  font-size: 14px;
  line-height: 1.7142857143;
}
.page_environment .environment-item .sp_scroll {
  margin-bottom: 48px;
}
.page_environment .environment-item .sp_scroll > p {
  font-size: 12px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}
.page_environment .environment-item .sp_scroll table {
  width: 100%;
  margin: 0 0 10px 0;
}
.page_environment .environment-item .sp_scroll table tbody {
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
  display: inline-block;
}
.page_environment .environment-item .sp_scroll table tbody tr:first-of-type {
  text-align: center;
}
.page_environment .environment-item .sp_scroll table tbody tr:first-of-type td {
  padding: 4px 0;
}
.page_environment .environment-item .sp_scroll table tbody tr td {
  font-size: 14px;
  line-height: 1.7142857143;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 7px 0 0 19px;
  vertical-align: middle;
  width: 200px;
}
@media screen and (max-width: 639px) {
  .page_environment .environment-item .sp_scroll table tbody tr td {
    padding: 7px 7px 0 19px;
    font-size: 12px;
  }
}
.page_environment .environment-item .sp_scroll table tbody tr td:last-of-type {
  width: 494px;
  border-right: none;
}
.page_environment .environment-item .sp_scroll table tbody tr .row-adjustment {
  height: 47px;
}
.page_environment .environment-item .sp_scroll table tbody .row-top {
  background-color: #f5f5f5;
  width: 58px;
}
.page_environment .environment-item .sp_scroll table tbody .row-second {
  height: 175px;
}
.page_environment .environment-item .sp_scroll table tbody .row-second > td > span {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.page_environment .environment-item .sp_scroll table tbody .row-third {
  height: 78px;
}
.page_environment .environment-item .sp_scroll table tbody .row-fourth {
  height: 102px;
}
.page_environment .environment-item .sp_scroll table tbody .row-fourth > td > span {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.page_environment .environment-item .sp_scroll table tbody .row-fifth {
  height: 75px;
}

.page_contact .title_contact {
  background: url(/img/contact/contact_main_bg.jpg) no-repeat left bottom !important;
  background-size: cover !important;
}
@media screen and (max-width: 639px) {
  .page_contact .title_contact {
    background: url(/img/contact/contact_main_bg.jpg) no-repeat left top/cover !important;
  }
}
@media screen and (max-width: 639px) {
  .page_contact .qa__items {
    margin-top: 31px;
  }
}
.page_contact .qa__items .qa__item {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 22px 2px;
  padding-bottom: 30px;
}
.page_contact .qa__items .qa__item:last-child {
  margin-bottom: 0;
}
.page_contact .qa__items .qa__item.is-open {
  pointer-events: none;
}
.page_contact .qa__items .qa__item .accordion__head {
  max-width: 100%;
  margin: 0 auto;
  padding: 6px 65px 0px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  line-height: 1.75;
}
@media screen and (max-width: 639px) {
  .page_contact .qa__items .qa__item .accordion__head {
    padding: 6px 35px 0px 50px;
  }
}
.page_contact .qa__items .qa__item .accordion__head.is-open {
  background-color: #fff;
  color: #333;
  pointer-events: all;
}
.page_contact .qa__items .qa__item .accordion__head.is-open:before {
  content: "Q";
  font-family: "ヒラギノ角ゴ ProN W6";
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #1879bc;
  top: -3px;
  left: 27px;
}
@media screen and (max-width: 639px) {
  .page_contact .qa__items .qa__item .accordion__head.is-open:before {
    font-size: 19px;
    top: 0px;
    left: 0px;
    transform: initial;
  }
}
.page_contact .qa__items .qa__item .accordion__head:before {
  content: "Q";
  font-family: "ヒラギノ角ゴ ProN W6";
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #1879bc;
  top: -3px;
  left: 27px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 639px) {
  .page_contact .qa__items .qa__item .accordion__head:before {
    font-size: 19px;
    top: 0px;
    left: 0px;
    transform: initial;
  }
}
.page_contact .qa__items .qa__item .accordion__body {
  display: block;
  width: 720px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: auto;
  max-height: 0;
  position: relative;
}
.page_contact .qa__items .qa__item .accordion__body:before {
  content: "A";
  font-family: "ヒラギノ角ゴ ProN W6";
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  color: #a3bedc;
  top: 26px;
  left: 23px;
}
@media screen and (max-width: 639px) {
  .page_contact .qa__items .qa__item .accordion__body:before {
    font-size: 19px;
    left: 0px;
  }
}
.page_contact .qa__items .qa__item .accordion__body .clickable {
  pointer-events: all;
  display: inline-block;
}
.page_contact .qa__items .qa__item .accordion__body.is-open {
  max-height: 1030px;
  padding: 30px 65px 35px;
}
.page_contact .qa__items .qa__item .accordion__body.is-open > p {
  line-height: 2;
}
@media screen and (max-width: 639px) {
  .page_contact .qa__items .qa__item .accordion__body.is-open {
    padding: 30px 40px 0px 35px;
    width: 250px;
  }
}
@media screen and (max-width: 320px) {
  .page_contact .qa__items .qa__item .accordion__body.is-open {
    height: 200px;
  }
}
.page_contact .qa__items .qa__item .accordion__icon {
  position: absolute;
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #c2d6e3;
  top: 4px;
  right: 10px;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 639px) {
  .page_contact .qa__items .qa__item .accordion__icon {
    width: 16px;
    height: 16px;
    right: 0px;
    top: 11px;
  }
}
.page_contact .qa__items .qa__item .accordion__icon:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 16px;
  height: 2px;
  top: 13px;
  right: 6px;
  background-color: #1879bc;
}
@media screen and (max-width: 639px) {
  .page_contact .qa__items .qa__item .accordion__icon:before {
    width: 8px;
    top: 7px;
    right: 4px;
  }
}
.page_contact .qa__items .qa__item .accordion__icon:after {
  position: absolute;
  display: inline-block;
  content: "";
  height: 16px;
  width: 2px;
  top: 6px;
  right: 13px;
  background-color: #1879bc;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 639px) {
  .page_contact .qa__items .qa__item .accordion__icon:after {
    height: 8px;
    right: 7px;
    top: 4px;
  }
}
.page_contact .qa__items .qa__item .accordion__icon.is-open {
  position: absolute;
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: 4px;
  right: 10px;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .page_contact .qa__items .qa__item .accordion__icon.is-open {
    width: 16px;
    height: 16px;
    top: 11px;
    right: 0px;
  }
}
.page_contact .qa__items .qa__item .accordion__icon.is-open:before {
  opacity: 0;
}
@media screen and (max-width: 639px) {
  .page_contact .qa__items .qa__item .accordion__icon.is-open:before {
    width: 8px;
    top: 7px;
    right: 4px;
  }
}
.page_contact .qa__items .qa__item .accordion__icon.is-open:after {
  position: absolute;
  display: inline-block;
  content: "";
  height: 16px;
  width: 2px;
  top: 6px;
  right: 13px;
  transform: rotate(90deg);
}
@media screen and (max-width: 639px) {
  .page_contact .qa__items .qa__item .accordion__icon.is-open:after {
    height: 8px;
    right: 7px;
    top: 4px;
  }
}

.page_sanitation .sanitation__list {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
.page_sanitation .sanitation__list:after {
  display: block;
  content: "";
  width: 31.04%;
}
@media screen and (max-width: 639px) {
  .page_sanitation .sanitation__list:after {
    width: 48.35%;
  }
}
.page_sanitation .sanitation__item {
  width: 31.04%;
  margin: 0 0 67px 0;
}
@media screen and (max-width: 639px) {
  .page_sanitation .sanitation__item {
    width: 48.35%;
  }
}
.page_sanitation .sanitation__item-img {
  text-align: center;
}
.page_sanitation .sanitation__item-img > img {
  max-width: 100%;
  height: 280px;
}
@media screen and (max-width: 639px) {
  .page_sanitation .sanitation__item-img > img {
    height: 118px;
    width: 161px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.page_sanitation .sanitation__item-detail {
  margin: 13px 0 0 0;
}
.page_sanitation .sanitation__item-detail .detail-head {
  margin: 0 0 12px 0;
}
.page_sanitation .sanitation__item-detail .detail-head .detail-label {
  display: inline-block;
  background-color: #e50110;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 4px 27px;
  margin: 0 12px 0 0;
  word-break: break-all;
}
@media screen and (max-width: 639px) {
  .page_sanitation .sanitation__item-detail .detail-head .detail-label {
    font-size: 12px;
    padding: 4px 18px;
  }
}
.page_sanitation .sanitation__item-detail .detail-head .detail-date {
  display: inline-block;
  color: #666;
  font-size: 14px;
  word-break: break-all;
}
@media screen and (max-width: 639px) {
  .page_sanitation .sanitation__item-detail .detail-head .detail-date {
    font-size: 12px;
  }
}
.page_sanitation .sanitation__item-detail .detail-body > p {
  font-size: 16px;
  color: #333333;
  line-height: 1.75;
  word-break: break-all;
}
@media screen and (max-width: 639px) {
  .page_sanitation .sanitation__item-detail .detail-body > p {
    font-size: 14px;
  }
}
.page_sanitation .sanitation__item-detail .detail-body > p:hover {
  color: #e50110;
}

.page_article .back-page {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .page_article .back-page {
    width: auto;
    max-width: 100%;
    padding: 0 20px;
  }
}
.page_article .back-page a {
  display: inline-block;
  width: 360px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .page_article .back-page a {
    width: 100%;
  }
}
.page_article .back-page a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 20px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #ef6770;
  border-bottom: 1px solid #ef6770;
  transform: translateY(-50%) rotate(135deg);
}
.page_article .article__inner {
  width: 860px;
  max-width: 100%;
  margin: 0 auto 90px;
}
.page_article .article__inner__top {
  width: 100%;
}
.page_article .article__inner h1 {
  font-size: 38px;
  font-weight: 600;
  padding: 0 0 34px 0;
  margin: 22px 0 38px;
  border-bottom: 1px solid #cccccc;
  word-break: break-all;
}
@media screen and (max-width: 639px) {
  .page_article .article__inner h1 {
    font-size: 28px;
    padding: 0 0 12px 0;
    margin: 22px 0;
  }
}
.page_article .article__inner h2 {
  max-width: 100%;
  padding: 12px 0 12px 20px;
  font-size: 22px;
  line-height: 1.136;
  letter-spacing: 0.05em;
  background-color: #f5f5f5;
  border-radius: 0.5px;
  border-left: 3px solid #026cb6;
  margin: 0 0 38px 0;
  word-break: break-all;
}
@media screen and (max-width: 639px) {
  .page_article .article__inner h2 {
    font-size: 18px;
    margin: 0 0 22px 0;
  }
}
.page_article .article__inner h3 {
  border-left: 3px solid #026cb6;
  line-height: 1.136;
  letter-spacing: 0.05em;
  margin: 0 0 40px 0;
  font-size: 18px;
  padding: 10px 0 10px 17px;
  word-break: break-all;
}
@media screen and (max-width: 639px) {
  .page_article .article__inner h3 {
    font-size: 16px;
  }
}
.page_article .article__inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.785;
  margin: 0 0 35px 0;
}
.page_article .article__inner span {
  margin-left: auto;
  margin-bottom: 20px;
  display: inline-block;
}
.page_article .article__inner strong {
  color: #ea585e;
}
.page_article .article__inner img {
  margin: 0 0 30px 0;
  max-width: 100%;
  height: auto;
}
.page_article .article__inner ul {
  margin-bottom: 20px;
}
.page_article .article__inner ul li {
  margin: 0 0 15px 0;
}
.page_article .article__inner ul li > a {
  display: inline-block;
  margin: 5px 0 0;
}
.page_article .article__inner ol {
  margin: 0 0 50px 0;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_article .article__inner ol li {
  font-size: 12px;
  margin: 0 0 18px 0;
  padding: 0 0 0 30px;
  line-height: 1.785;
  position: relative;
}
.page_article .article__inner ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #026cb6;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.page_article .article__inner .topic {
  color: #e50110;
  line-height: 1.38;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin: 0 0 35px 0;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .page_article .article__inner .topic {
    font-size: 16px;
    margin: 0 0 22px 0;
  }
}
.page_article .article__label {
  display: inline-block;
  background-color: #e50110;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  padding: 4px 27px;
  margin: 0 12px 0 0;
  word-break: break-all;
}
@media screen and (max-width: 639px) {
  .page_article .article__label {
    font-size: 12px;
    padding: 4px 18px;
  }
}
.page_article .article__date {
  display: inline-block;
  color: #666;
  font-size: 18px;
  font-weight: 600;
  word-break: break-all;
}
@media screen and (max-width: 639px) {
  .page_article .article__date {
    font-size: 12px;
  }
}

.serch-product {
  margin-top: 142px;
}
@media screen and (max-width: 640px) {
  .serch-product {
    margin-top: 80px;
  }
}
.serch-product .serch {
  margin-top: 42px;
}
.serch-product .serch__tab {
  display: flex;
  justify-content: space-between;
}
.serch-product .serch__tab-item {
  background-color: #F5F5F5;
  color: #D73016;
  border-radius: 10px 10px 0 0;
  width: 33%;
  text-align: center;
  padding: 27px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serch-product .serch__tab-item.-is-active {
  background-color: #D73016;
  color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .serch-product .serch__tab-item {
    font-size: 12px;
    padding: 12px 5px;
  }
}
.serch-product .serch__inner {
  background-color: #FFEFED;
  border-radius: 0 0 10px 10px;
}
.serch-product .serch__list {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 92.7272727273%;
  margin: auto;
  gap: 15px;
  padding: 40px 0;
  display: none;
}
.serch-product .serch__list.-is-active {
  display: flex;
}
@media screen and (max-width: 640px) {
  .serch-product .serch__list {
    padding: 20px 0;
  }
}
.serch-product .serch__item {
  width: 32.3529411765%;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .serch-product .serch__item {
    width: 100%;
  }
}
.serch-product .serch__link {
  display: flex;
  gap: 0 16px;
  padding: 6px;
}
.serch-product .serch__img {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  overflow: hidden;
}
.serch-product .serch__img img {
  width: 68px;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
}
.serch-product .serch__text {
  display: flex;
  align-items: center;
  gap: 0 4px;
  width: 72.7272727273%;
}
.serch-product .serch__text::before {
  content: "";
  background: url(/img/common/icon_arrow_01_pc.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.serch-product .recommend {
  margin-top: 40px;
}
.serch-product .recommend__inner {
  background-color: #FFEFED;
  border-radius: 10px;
  padding: 37px 0 40px;
}
.serch-product .recommend__head {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: #D73016;
  display: flex;
  align-items: center;
  width: 92.7272727273%;
  margin: auto;
  gap: 0 24px;
}
@media screen and (max-width: 640px) {
  .serch-product .recommend__head {
    gap: 0 10px;
  }
}
.serch-product .recommend__head::after {
  content: "";
  border-top: 1px dashed #D73016;
  display: inline-block;
  flex-grow: 1;
}
.serch-product .recommend__head span {
  width: 11.9607843137%;
}
@media screen and (max-width: 640px) {
  .serch-product .recommend__head span {
    width: auto;
  }
}
.serch-product .recommend__list {
  display: flex;
  flex-wrap: wrap;
  width: 92.7272727273%;
  margin: auto;
  margin-top: 42px;
  gap: 15px;
}
@media screen and (max-width: 640px) {
  .serch-product .recommend__list {
    margin-top: 20px;
    justify-content: space-between;
    gap: 15px 0;
  }
}
.serch-product .recommend__item {
  background-color: #FFFFFF;
  width: 32.3529411765%;
  border-radius: 10px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .serch-product .recommend__item {
    width: 48%;
  }
}
.serch-product .recommend__link {
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.serch-product .recommend__img {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
}
.serch-product .recommend__img.-icon-danger {
  position: relative;
}
.serch-product .recommend__img.-icon-danger::before {
  content: "";
  position: absolute;
  background: url(/img/products/icon_no-danger.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 10px;
}
.serch-product .recommend__img img {
  width: 298px;
  height: 185px;
  -o-object-fit: contain;
     object-fit: contain;
}
.serch-product .recommend__product {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5625;
  margin: 13px 0 14px;
}
.serch-product .recommend__product::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #e50110;
  top: 0;
  left: 0;
}
.serch-product .recommend__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5625;
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .serch-product .recommend__text {
    font-size: 14px;
  }
}
.serch-product .recommend__detail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 4px;
  margin-top: 11px;
}
.serch-product .recommend__detail::before {
  content: "";
  background: url(/img/common/icon_arrow_01_pc.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 14px;
  height: 14px;
}

.history__unit {
  margin-top: -57px;
  padding-top: 114px;
}
.history__head {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: white !important;
  background-color: #006DB8;
  border-radius: 4px;
  padding: 8px 8px 8px 16px;
}
.history__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}
.history__text {
  margin-top: 0 !important;
}
.history__text.-size-s {
  font-size: 12px;
}
.history__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .history__content {
    flex-direction: column;
    gap: 20px;
  }
}
.history__img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 314px;
  height: 100%;
}
@media screen and (max-width: 639px) {
  .history__img {
    padding: 25px 0;
  }
}
.history__img.-max-height {
  max-height: 300px;
}
.history__img.-size-l {
  width: 394px;
}
.history__img.-size-s {
  width: 194px;
  padding: 25px 0;
}
@media screen and (max-width: 639px) {
  .history__img.-size-s {
    padding: 25px;
  }
}
.history__img-area {
  display: flex;
  width: 45.8139534884%;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 639px) {
  .history__img-area {
    width: 100%;
  }
}
.history__img-area.-size-s {
  width: 60.9137055838%;
  margin: 17px 0;
}
@media screen and (max-width: 639px) {
  .history__img-area.-size-s {
    width: 244px;
  }
}
.history__img-frame {
  border: 1px solid #DDDDDD;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__img-note {
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  margin-top: 15px !important;
}
.history__text-area {
  width: 45.8139534884%;
}
@media screen and (max-width: 639px) {
  .history__text-area {
    width: 100%;
  }
}
.history__mv {
  background: url(/img/company/history_main_bg_pc.jpg) no-repeat left top !important;
  background-size: cover !important;
}
.history-era__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .history-era__list {
    justify-content: flex-start;
    gap: 10px 20px;
  }
}
@media screen and (max-width: 517px) {
  .history-era__list {
    gap: 10px;
  }
}
.history-era__item {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.history-era__link {
  display: block;
  position: relative;
  padding: 13px 54px 14px 34px;
}
@media screen and (max-width: 517px) {
  .history-era__link {
    padding: 12px 31px 12px 16px;
  }
}
.history-era__link::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 37%;
  right: 35px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #e50110;
  border-bottom: 1px solid #e50110;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 517px) {
  .history-era__link::after {
    right: 14px;
  }
}
.history-timeline {
  position: relative;
}
.history-timeline__list {
  display: flex;
  flex-direction: column;
  gap: 43px;
  margin-top: 37px;
  position: relative;
}
.history-timeline__list::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 88px;
  width: 1px;
  height: calc(100% - 25px);
  background-color: #ccc;
}
@media screen and (max-width: 639px) {
  .history-timeline__list::before {
    left: 78px;
    top: 15px;
    height: calc(100% - 30px);
  }
}
.history-timeline__item {
  display: flex;
  gap: 71px;
  align-items: center;
}
.history-timeline__item.-rows {
  align-items: flex-start;
}
@media screen and (max-width: 639px) {
  .history-timeline__item {
    gap: 51px;
  }
}
.history-timeline__text {
  position: relative;
  display: flex;
  align-items: center;
}
.history-timeline__text::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 85px;
  width: 7px;
  height: 7px;
  background-color: #e50110;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .history-timeline__text::after {
    left: 75px;
  }
}
.history-timeline__text .year {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}
.history-timeline__child-list {
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding-top: 5px;
}

.logos__mv {
  background: url(/img/company/logos_main_bg_pc.jpg) no-repeat left top !important;
  background-size: cover !important;
}
.logos__title {
  margin: 37px 0;
}
@media screen and (max-width: 639px) {
  .logos__title {
    margin: 15px 0;
  }
}

.photograph__mv {
  background: url(/img/company/photograph_main_bg_pc.jpg) no-repeat left top !important;
  background-size: cover !important;
}
.photograph__text {
  margin-bottom: 30px;
}
.photograph__wrapper {
  margin-top: 77px;
}
.photograph__wrapper:first-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 639px) {
  .photograph__wrapper {
    margin-top: 50px;
  }
}
.photograph__head-txt {
  margin-top: 40px !important;
  margin-bottom: 37px;
}
@media screen and (max-width: 639px) {
  .photograph__head-txt {
    margin: 15px 0 !important;
  }
}
.photograph__title {
  margin-bottom: 37px;
}
@media screen and (max-width: 639px) {
  .photograph__title {
    margin-bottom: 15px;
  }
}
.photograph__img-area {
  margin-top: 37px;
  margin-bottom: 40px;
}
.photograph__content {
  margin-top: 37px;
}
.photograph__content:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 639px) {
  .photograph__content {
    margin: 15px 0 !important;
  }
}