@charset "UTF-8";

/*変数*/
/*色の変数*/
/*font*/
/*FONTサイズ*/
/*24px　相当*/
/*16px　相当*/
/*8px　相当*/
/*1px*/
/*contentsサイズ*/
/*ディスプレイサイズ*/
/*ブレイクポイント*/
/* CSS Document */
/*ヘッダーレイアウト*/
/*フッターレイアウト*/
/*フッターレイアウト*/
.formError2 {
  color: #ff0000;
  margin-bottom: 8px;
}

.kiji-contents .btnarea a {
  width: 300px;
  height: 50px;
  line-height: 47px;
  /* font-size: 14px; */
  border: 2px solid #e42421;
}

.kiji-contents .btnarea a span {
  font-size: 1.1rem;
  color: #e42421;
}

.kiji-contents .btnarea {
  background: #fff9f0;
}

.kiji-contents .btnarea.green a {
  border: 2px solid #73b81a;
}

.kiji-contents .btnarea.green a span {
  color: #73b81a;
}

div#column_dl_bnr {
  margin: 4rem auto;
  width: 100%;
  /* max-width: 844px; */
}

div#column_dl_bnr dt {
  position: relative;
  color: #fff;
  background: #ccc;
  background: linear-gradient(
    to right,
    rgba(230, 0, 19, 0.9),
    rgba(254, 67, 33, 0.9)
  );
  font-size: 1.4rem;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

div#column_dl_bnr dd {
  border: 1px solid #e5e5e5;
  border-top: none;
  width: 100%;
  box-sizing: border-box;
  padding: 3rem;
  background: #fff9f0;
}

div#column_dl_bnr p.copy {
  text-align: center;
  margin: 20px 0;
  font-size: 1.1rem;
}

div#column_dl_bnr ul {
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div#column_dl_bnr ul li:before {
  content: none;
}

div#column_dl_bnr ul li {
  padding: 0 0 0 1.1rem;
  margin: 5px 0;
  width: 30%;
  margin-right: 5%;
}

div#column_dl_bnr ul li:nth-of-type(3n) {
  margin-right: 0;
}

div#column_dl_bnr ul li:before {
  /* position: absolute; */
  /* top: 50%; */
  /* right: 20px; */
  width: 6px;
  height: 6px;
  border-top: 2px solid #e8192a;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 4px;
  vertical-align: middle;
  border-color: #e9192a;
  content: "";
  display: inline-block;
}

div#column_dl_bnr .btn {
  text-align: center;
  margin-top: 30px;
}

div#column_dl_bnr .btn a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  font-weight: bold;
  background: #e42421;
  padding: 14px 20px;
  max-width: 100%;
  min-width: 50%;
}

div#column_dl_bnr dt span {
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  background: linear-gradient(to right, #ff9200, #ffb700);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  left: 30px;
  top: -20px;
  letter-spacing: 2px;
  font-weight: bold;
  transform: rotate(-15deg);
}

.test {
  opacity: 1;
}

/* CSS Document */
/* CSS Document */
/* clearfix */
.bl__common_content {
  zoom: 1;
  margin-top: 60px;
}

.bl__common_content:before,
.bl__common_content:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}

.bl__common_content:after {
  clear: both;
}

.bl__common_content h2 {
  margin-bottom: 40px;
}

.bl__common_content h3 {
  margin-bottom: 30px;
}

.bl__common_content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.bl__common_content .align-left {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}

.bl__common_content .align-right {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
}

.bl__common_content .align-center {
  margin-top: 20px;
}

.bl__common_content .align-center img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.bl__common_content .align-center + p {
  margin-top: 20px;
}

.bl__common_content p + p {
  margin-top: 20px;
}

.bl__common_content p + h4 {
  margin-top: 20px;
}

.search__content dl {
  padding: 20px 15px;
  border-bottom: 1px dotted #ccc;
}

.search__content dl dt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}

.search__content dl dt a {
  color: #2197e0;
  text-decoration: underline;
}

.search__content dl dt a:hover {
  text-decoration: none;
}

.search__content dl dd {
  font-size: 15px;
  line-height: 1.7;
}

.pager {
  clear: both;
  overflow: hidden;
  padding: 25px 0;
  text-align: center;
}

.pager .page-numbers {
  display: inline-block;
  margin: 0 3px 0 0;
  border: 1px solid #999999;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
}

.pager .prev,
.pager .next {
  border: none;
  width: 80px;
}

.pager a {
  color: #999999;
  display: block;
  text-align: center;
  padding: 10px 0;
}

.pager a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.pager span.current {
  /*display:block;*/
  text-align: center;
  padding: 10px 0;
  background: #e42421;
  color: #ffffff;
}

.pager.maker a:hover {
  background: #60a00d;
}

.pager.maker span.current {
  background: #60a00d;
}

@media screen and (max-width: 750px) {
  .bl__common_content {
    zoom: 1;
    margin-top: 60px;
  }

  .bl__common_content:before,
  .bl__common_content:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden;
  }

  .bl__common_content:after {
    clear: both;
  }

  .bl__common_content h2 {
    margin-bottom: 20px;
  }

  .bl__common_content h3 {
    margin-bottom: 15px;
  }

  .bl__common_content h4 {
    margin-bottom: 10px;
  }

  .bl__common_content .align-left {
    float: none;
    display: block;
    margin: 10px auto;
  }

  .bl__common_content .align-left img {
    display: block;
    max-width: 100%;
    margin: auto;
  }

  .bl__common_content .align-right {
    float: none;
    display: block;
    margin: 10px auto;
  }

  .bl__common_content .align-right img {
    display: block;
    max-width: 100%;
    margin: auto;
  }

  .bl__common_content .align-center {
    margin-top: 20px;
  }

  .bl__common_content .align-center img {
    display: block;
    max-width: 100%;
    margin: auto;
  }

  .bl__common_content .align-center + p {
    margin-top: 20px;
  }

  .bl__common_content p + p {
    margin-top: 20px;
  }

  .bl__common_content p + h4 {
    margin-top: 20px;
  }

  .pager {
    clear: both;
    overflow: hidden;
    padding: 0 0;
    text-align: center;
  }

  .pager .page-numbers {
    display: inline-block;
    margin: 0 3px 0 0;
    border: 1px solid #999999;
    padding: 10px 16px !important;
    box-sizing: border-box;
  }

  .pager .prev,
  .pager .next {
    border: none;
    /*width:40px;*/
  }

  .pager a {
    color: #999999;
    display: block;
    text-align: center;
    padding: 2px 0 3px 0;
    font-size: 12px;
  }

  .pager span.current {
    /*display:block;*/
    text-align: center;
    padding: 2px 0 2px 0;
    background: #e42421;
    color: #ffffff;
    font-size: 12px;
  }

  .pager.maker span.current {
    background: #60a00d;
  }
}

/*-----------210603----------------*/
@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

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

@media (min-width: 769px) {
  .nav-products,
  .undernav {
    position: fixed;
    /*right: 4px;*/
    width: 220px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    transition: 0.7s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  }

  /*.nav-products:hover,
  .nav-products.js-scroll:hover,
  .nav-products {
      right: 4px;
  }
  .nav-products.js-scroll {
      right: -150px;
  }*/
  .nav-products {
    right: 4px;
  }

  .nav-products.narow {
    right: -150px;
  }
}

.snav {
  background: #fff;
}

.snav li {
  padding: 10px;
}

.snav li a {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.snav li a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  width: 50px;
}

.snav li a span + span {
  padding-left: 10px;
  width: 210px;
}

.snav li a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  width: 50px;
}

.snav li + li {
  border-top: 1px dotted #ccc;
}

.nav-products__item {
  position: relative;
  background: #fff;
  overflow: hidden;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.nav-products__inner {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #home .nav-products {
    width: 100% !important;
  }

  .nav-products__button {
    padding-left: 0;
    padding-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .nav-products {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    z-index: 999;
    box-shadow: none;
  }

  .nav-products__toggle {
    position: relative;
    background: linear-gradient(to right, #e60013, #fe4321);
    width: 70px;
    height: 70px;
    border: solid #fff;
    border-width: 1px 0 0 1px;
    z-index: 99;
    display: flex;
    align-items: center;
  }

  .nav-products__icon {
    margin: 0 auto;
  }

  .nav-products__icon img {
    width: 24px;
    margin: 0 auto;
  }

  .nav-products__title {
    font-size: 0.6rem;
    color: #fff;
    text-align: center;
    letter-spacing: -0.03em;
    font-weight: bold;
  }

  .nav-products__item {
    width: 50%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .nav-products__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
    transition: margin-bottom 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  .nav-products__button {
    font-size: 0.8rem;
    align-items: center;
    width: 100%;
    height: 50px;
  }

  ul.nav-products__inner.js-toggle-product-content.only-sp {
    max-height: 0;
    overflow: hidden;
    transition: 0.7s;
    border-top: 2px solid #eb0e16;
  }

  ul.nav-products__inner.js-toggle-product-content.only-sp.nav-products__slide {
    max-height: 140px;
  }
}

div#pnmenu.nav-products .first {
  /*background: #e80614;*/
  background: linear-gradient(to right, #e60013, #fe4321);
}

div#pnmenu.nav-products .first a {
  color: #fff;
}

div#pnmenu.nav-products .first:hover span {
  color: #fff !important;
}

li.osusume {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #282828;
  color: #fff;
}

.snav li.osusume span {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  width: 50px;
}

.snav li.osusume span + span {
  padding-left: 10px;
  width: 210px;
}

.relate-link-list {
  margin: 60px 0 40px;
}

.relate-link-list li:before {
  content: "●" !important;
  color: #e70214;
  font-size: 0.8rem;
  margin-top: 3px;
}

section.sedebar--bnr {
  margin-top: 20px;
}

.footer-inner-top-service2--bnr {
  margin-top: 30px;
}

@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../font/NotoSansCJKjp-Regular.otf");
}

@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../font/NotoSansCJKjp-Medium.otf");
}

@font-face {
  font-family: "NotoSansCJKjp-Light";
  src: url("../font/NotoSansCJKjp-Light.otf");
}

@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../font/NotoSansCJKjp-Bold.otf");
}

@font-face {
  font-family: "koburina-Std-W3";
  src: url("../font/koburina-Std-W3.otf");
}

@font-face {
  font-family: "koburina-Std-W6";
  src: url("../font/koburina-Std-W6.otf");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../font/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../font/Roboto-Medium.ttf");
}

html {
  font-size: 100%;
}

* {
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  letter-spacing: 0.04em;
}

body {
  color: #282828;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  overflow: auto;
}

.container {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

div,
section,
article {
  box-sizing: border-box;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li,
ul dt,
ul dd,
ol li,
ol dt,
ol dd,
dl li,
dl dt,
dl dd {
  box-sizing: border-box;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  outline: none;
  width: 100%;
}

*:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

.sp {
  display: none !important;
}

.kerning {
  letter-spacing: -0.4em;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.w0 {
  width: 0% !important;
}

.mt-p0 {
  margin-top: 0% !important;
}

.mb-p0 {
  margin-bottom: 0% !important;
}

.ml-p0 {
  margin-left: 0% !important;
}

.mr-p0 {
  margin-right: 0% !important;
}

.pt-p0 {
  padding-top: 0% !important;
}

.pb-p0 {
  padding-bottom: 0% !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.w5 {
  width: 5% !important;
}

.mt-p5 {
  margin-top: 5% !important;
}

.mb-p5 {
  margin-bottom: 5% !important;
}

.ml-p5 {
  margin-left: 5% !important;
}

.mr-p5 {
  margin-right: 5% !important;
}

.pt-p5 {
  padding-top: 5% !important;
}

.pb-p5 {
  padding-bottom: 5% !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.w10 {
  width: 10% !important;
}

.mt-p10 {
  margin-top: 10% !important;
}

.mb-p10 {
  margin-bottom: 10% !important;
}

.ml-p10 {
  margin-left: 10% !important;
}

.mr-p10 {
  margin-right: 10% !important;
}

.pt-p10 {
  padding-top: 10% !important;
}

.pb-p10 {
  padding-bottom: 10% !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.w15 {
  width: 15% !important;
}

.mt-p15 {
  margin-top: 15% !important;
}

.mb-p15 {
  margin-bottom: 15% !important;
}

.ml-p15 {
  margin-left: 15% !important;
}

.mr-p15 {
  margin-right: 15% !important;
}

.pt-p15 {
  padding-top: 15% !important;
}

.pb-p15 {
  padding-bottom: 15% !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.w20 {
  width: 20% !important;
}

.mt-p20 {
  margin-top: 20% !important;
}

.mb-p20 {
  margin-bottom: 20% !important;
}

.ml-p20 {
  margin-left: 20% !important;
}

.mr-p20 {
  margin-right: 20% !important;
}

.pt-p20 {
  padding-top: 20% !important;
}

.pb-p20 {
  padding-bottom: 20% !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.w25 {
  width: 25% !important;
}

.mt-p25 {
  margin-top: 25% !important;
}

.mb-p25 {
  margin-bottom: 25% !important;
}

.ml-p25 {
  margin-left: 25% !important;
}

.mr-p25 {
  margin-right: 25% !important;
}

.pt-p25 {
  padding-top: 25% !important;
}

.pb-p25 {
  padding-bottom: 25% !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.w30 {
  width: 30% !important;
}

.mt-p30 {
  margin-top: 30% !important;
}

.mb-p30 {
  margin-bottom: 30% !important;
}

.ml-p30 {
  margin-left: 30% !important;
}

.mr-p30 {
  margin-right: 30% !important;
}

.pt-p30 {
  padding-top: 30% !important;
}

.pb-p30 {
  padding-bottom: 30% !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.w35 {
  width: 35% !important;
}

.mt-p35 {
  margin-top: 35% !important;
}

.mb-p35 {
  margin-bottom: 35% !important;
}

.ml-p35 {
  margin-left: 35% !important;
}

.mr-p35 {
  margin-right: 35% !important;
}

.pt-p35 {
  padding-top: 35% !important;
}

.pb-p35 {
  padding-bottom: 35% !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.w40 {
  width: 40% !important;
}

.mt-p40 {
  margin-top: 40% !important;
}

.mb-p40 {
  margin-bottom: 40% !important;
}

.ml-p40 {
  margin-left: 40% !important;
}

.mr-p40 {
  margin-right: 40% !important;
}

.pt-p40 {
  padding-top: 40% !important;
}

.pb-p40 {
  padding-bottom: 40% !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.w45 {
  width: 45% !important;
}

.mt-p45 {
  margin-top: 45% !important;
}

.mb-p45 {
  margin-bottom: 45% !important;
}

.ml-p45 {
  margin-left: 45% !important;
}

.mr-p45 {
  margin-right: 45% !important;
}

.pt-p45 {
  padding-top: 45% !important;
}

.pb-p45 {
  padding-bottom: 45% !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.w50 {
  width: 50% !important;
}

.mt-p50 {
  margin-top: 50% !important;
}

.mb-p50 {
  margin-bottom: 50% !important;
}

.ml-p50 {
  margin-left: 50% !important;
}

.mr-p50 {
  margin-right: 50% !important;
}

.pt-p50 {
  padding-top: 50% !important;
}

.pb-p50 {
  padding-bottom: 50% !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.w55 {
  width: 55% !important;
}

.mt-p55 {
  margin-top: 55% !important;
}

.mb-p55 {
  margin-bottom: 55% !important;
}

.ml-p55 {
  margin-left: 55% !important;
}

.mr-p55 {
  margin-right: 55% !important;
}

.pt-p55 {
  padding-top: 55% !important;
}

.pb-p55 {
  padding-bottom: 55% !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.w60 {
  width: 60% !important;
}

.mt-p60 {
  margin-top: 60% !important;
}

.mb-p60 {
  margin-bottom: 60% !important;
}

.ml-p60 {
  margin-left: 60% !important;
}

.mr-p60 {
  margin-right: 60% !important;
}

.pt-p60 {
  padding-top: 60% !important;
}

.pb-p60 {
  padding-bottom: 60% !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.w65 {
  width: 65% !important;
}

.mt-p65 {
  margin-top: 65% !important;
}

.mb-p65 {
  margin-bottom: 65% !important;
}

.ml-p65 {
  margin-left: 65% !important;
}

.mr-p65 {
  margin-right: 65% !important;
}

.pt-p65 {
  padding-top: 65% !important;
}

.pb-p65 {
  padding-bottom: 65% !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.w70 {
  width: 70% !important;
}

.mt-p70 {
  margin-top: 70% !important;
}

.mb-p70 {
  margin-bottom: 70% !important;
}

.ml-p70 {
  margin-left: 70% !important;
}

.mr-p70 {
  margin-right: 70% !important;
}

.pt-p70 {
  padding-top: 70% !important;
}

.pb-p70 {
  padding-bottom: 70% !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.w75 {
  width: 75% !important;
}

.mt-p75 {
  margin-top: 75% !important;
}

.mb-p75 {
  margin-bottom: 75% !important;
}

.ml-p75 {
  margin-left: 75% !important;
}

.mr-p75 {
  margin-right: 75% !important;
}

.pt-p75 {
  padding-top: 75% !important;
}

.pb-p75 {
  padding-bottom: 75% !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.w80 {
  width: 80% !important;
}

.mt-p80 {
  margin-top: 80% !important;
}

.mb-p80 {
  margin-bottom: 80% !important;
}

.ml-p80 {
  margin-left: 80% !important;
}

.mr-p80 {
  margin-right: 80% !important;
}

.pt-p80 {
  padding-top: 80% !important;
}

.pb-p80 {
  padding-bottom: 80% !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.w85 {
  width: 85% !important;
}

.mt-p85 {
  margin-top: 85% !important;
}

.mb-p85 {
  margin-bottom: 85% !important;
}

.ml-p85 {
  margin-left: 85% !important;
}

.mr-p85 {
  margin-right: 85% !important;
}

.pt-p85 {
  padding-top: 85% !important;
}

.pb-p85 {
  padding-bottom: 85% !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.w90 {
  width: 90% !important;
}

.mt-p90 {
  margin-top: 90% !important;
}

.mb-p90 {
  margin-bottom: 90% !important;
}

.ml-p90 {
  margin-left: 90% !important;
}

.mr-p90 {
  margin-right: 90% !important;
}

.pt-p90 {
  padding-top: 90% !important;
}

.pb-p90 {
  padding-bottom: 90% !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.w95 {
  width: 95% !important;
}

.mt-p95 {
  margin-top: 95% !important;
}

.mb-p95 {
  margin-bottom: 95% !important;
}

.ml-p95 {
  margin-left: 95% !important;
}

.mr-p95 {
  margin-right: 95% !important;
}

.pt-p95 {
  padding-top: 95% !important;
}

.pb-p95 {
  padding-bottom: 95% !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.w100 {
  width: 100% !important;
}

.mt-p100 {
  margin-top: 100% !important;
}

.mb-p100 {
  margin-bottom: 100% !important;
}

.ml-p100 {
  margin-left: 100% !important;
}

.mr-p100 {
  margin-right: 100% !important;
}

.pt-p100 {
  padding-top: 100% !important;
}

.pb-p100 {
  padding-bottom: 100% !important;
}

@media screen and (max-width: 750px) {
  .mt0 {
    margin-top: 0px !important;
  }

  .mb0 {
    margin-bottom: 0px !important;
  }

  .ml0 {
    margin-left: 0px !important;
  }

  .mr0 {
    margin-right: 0px !important;
  }

  .pt0 {
    padding-top: 0px !important;
  }

  .pb0 {
    padding-bottom: 0px !important;
  }

  .mt10 {
    margin-top: 5px !important;
  }

  .mb10 {
    margin-bottom: 5px !important;
  }

  .ml10 {
    margin-left: 5px !important;
  }

  .mr10 {
    margin-right: 5px !important;
  }

  .pt10 {
    padding-top: 5px !important;
  }

  .pb10 {
    padding-bottom: 5px !important;
  }

  .mt20 {
    margin-top: 10px !important;
  }

  .mb20 {
    margin-bottom: 10px !important;
  }

  .ml20 {
    margin-left: 10px !important;
  }

  .mr20 {
    margin-right: 10px !important;
  }

  .pt20 {
    padding-top: 10px !important;
  }

  .pb20 {
    padding-bottom: 10px !important;
  }

  .mt30 {
    margin-top: 15px !important;
  }

  .mb30 {
    margin-bottom: 15px !important;
  }

  .ml30 {
    margin-left: 15px !important;
  }

  .mr30 {
    margin-right: 15px !important;
  }

  .pt30 {
    padding-top: 15px !important;
  }

  .pb30 {
    padding-bottom: 15px !important;
  }

  .mt40 {
    margin-top: 20px !important;
  }

  .mb40 {
    margin-bottom: 20px !important;
  }

  .ml40 {
    margin-left: 20px !important;
  }

  .mr40 {
    margin-right: 20px !important;
  }

  .pt40 {
    padding-top: 20px !important;
  }

  .pb40 {
    padding-bottom: 20px !important;
  }

  .mt50 {
    margin-top: 25px !important;
  }

  .mb50 {
    margin-bottom: 25px !important;
  }

  .ml50 {
    margin-left: 25px !important;
  }

  .mr50 {
    margin-right: 25px !important;
  }

  .pt50 {
    padding-top: 25px !important;
  }

  .pb50 {
    padding-bottom: 25px !important;
  }

  .mt60 {
    margin-top: 30px !important;
  }

  .mb60 {
    margin-bottom: 30px !important;
  }

  .ml60 {
    margin-left: 30px !important;
  }

  .mr60 {
    margin-right: 30px !important;
  }

  .pt60 {
    padding-top: 30px !important;
  }

  .pb60 {
    padding-bottom: 30px !important;
  }

  .mt70 {
    margin-top: 35px !important;
  }

  .mb70 {
    margin-bottom: 35px !important;
  }

  .ml70 {
    margin-left: 35px !important;
  }

  .mr70 {
    margin-right: 35px !important;
  }

  .pt70 {
    padding-top: 35px !important;
  }

  .pb70 {
    padding-bottom: 35px !important;
  }

  .mt80 {
    margin-top: 40px !important;
  }

  .mb80 {
    margin-bottom: 40px !important;
  }

  .ml80 {
    margin-left: 40px !important;
  }

  .mr80 {
    margin-right: 40px !important;
  }

  .pt80 {
    padding-top: 40px !important;
  }

  .pb80 {
    padding-bottom: 40px !important;
  }

  .mt90 {
    margin-top: 45px !important;
  }

  .mb90 {
    margin-bottom: 45px !important;
  }

  .ml90 {
    margin-left: 45px !important;
  }

  .mr90 {
    margin-right: 45px !important;
  }

  .pt90 {
    padding-top: 45px !important;
  }

  .pb90 {
    padding-bottom: 45px !important;
  }

  .mt100 {
    margin-top: 50px !important;
  }

  .mb100 {
    margin-bottom: 50px !important;
  }

  .ml100 {
    margin-left: 50px !important;
  }

  .mr100 {
    margin-right: 50px !important;
  }

  .pt100 {
    padding-top: 50px !important;
  }

  .pb100 {
    padding-bottom: 50px !important;
  }

  .mt110 {
    margin-top: 55px !important;
  }

  .mb110 {
    margin-bottom: 55px !important;
  }

  .ml110 {
    margin-left: 55px !important;
  }

  .mr110 {
    margin-right: 55px !important;
  }

  .pt110 {
    padding-top: 55px !important;
  }

  .pb110 {
    padding-bottom: 55px !important;
  }

  .mt120 {
    margin-top: 60px !important;
  }

  .mb120 {
    margin-bottom: 60px !important;
  }

  .ml120 {
    margin-left: 60px !important;
  }

  .mr120 {
    margin-right: 60px !important;
  }

  .pt120 {
    padding-top: 60px !important;
  }

  .pb120 {
    padding-bottom: 60px !important;
  }

  .mt130 {
    margin-top: 65px !important;
  }

  .mb130 {
    margin-bottom: 65px !important;
  }

  .ml130 {
    margin-left: 65px !important;
  }

  .mr130 {
    margin-right: 65px !important;
  }

  .pt130 {
    padding-top: 65px !important;
  }

  .pb130 {
    padding-bottom: 65px !important;
  }

  .mt140 {
    margin-top: 70px !important;
  }

  .mb140 {
    margin-bottom: 70px !important;
  }

  .ml140 {
    margin-left: 70px !important;
  }

  .mr140 {
    margin-right: 70px !important;
  }

  .pt140 {
    padding-top: 70px !important;
  }

  .pb140 {
    padding-bottom: 70px !important;
  }

  .mt150 {
    margin-top: 75px !important;
  }

  .mb150 {
    margin-bottom: 75px !important;
  }

  .ml150 {
    margin-left: 75px !important;
  }

  .mr150 {
    margin-right: 75px !important;
  }

  .pt150 {
    padding-top: 75px !important;
  }

  .pb150 {
    padding-bottom: 75px !important;
  }

  .mt160 {
    margin-top: 80px !important;
  }

  .mb160 {
    margin-bottom: 80px !important;
  }

  .ml160 {
    margin-left: 80px !important;
  }

  .mr160 {
    margin-right: 80px !important;
  }

  .pt160 {
    padding-top: 80px !important;
  }

  .pb160 {
    padding-bottom: 80px !important;
  }

  .mt170 {
    margin-top: 85px !important;
  }

  .mb170 {
    margin-bottom: 85px !important;
  }

  .ml170 {
    margin-left: 85px !important;
  }

  .mr170 {
    margin-right: 85px !important;
  }

  .pt170 {
    padding-top: 85px !important;
  }

  .pb170 {
    padding-bottom: 85px !important;
  }

  .mt180 {
    margin-top: 90px !important;
  }

  .mb180 {
    margin-bottom: 90px !important;
  }

  .ml180 {
    margin-left: 90px !important;
  }

  .mr180 {
    margin-right: 90px !important;
  }

  .pt180 {
    padding-top: 90px !important;
  }

  .pb180 {
    padding-bottom: 90px !important;
  }

  .mt190 {
    margin-top: 95px !important;
  }

  .mb190 {
    margin-bottom: 95px !important;
  }

  .ml190 {
    margin-left: 95px !important;
  }

  .mr190 {
    margin-right: 95px !important;
  }

  .pt190 {
    padding-top: 95px !important;
  }

  .pb190 {
    padding-bottom: 95px !important;
  }

  .mt200 {
    margin-top: 100px !important;
  }

  .mb200 {
    margin-bottom: 100px !important;
  }

  .ml200 {
    margin-left: 100px !important;
  }

  .mr200 {
    margin-right: 100px !important;
  }

  .pt200 {
    padding-top: 100px !important;
  }

  .pb200 {
    padding-bottom: 100px !important;
  }
}

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

  .sp {
    display: block !important;
  }

  p.sp {
    display: inline-block !important;
  }
}

.dspnone {
  display: none !important;
}

a {
  text-decoration: none;
  color: #282828;
}

a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  color: #2197e0;
  /*
  transition: opacity 0.5s 0s ease-out;
  -webkit-transition: opacity 0.5s 0s ease-out;
  -o-transition: opacity 0.5s 0s ease-out;*/
  /**/
}

a:hover span,
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover p {
  color: #2197e0;
}

a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity 0.5s 0s ease-out;
  -webkit-transition: opacity 0.5s 0s ease-out;
  -o-transition: opacity 0.5s 0s ease-out;
}

a:hover p {
  color: #444444;
  transition: opacity 0.5s 0s ease-out;
  -webkit-transition: opacity 0.5s 0s ease-out;
  -o-transition: opacity 0.5s 0s ease-out;
}

.opacity0 {
  opacity: 0;
  position: relative;
}

.opacity_top100 {
  opacity: 1;
  animation: opacity_top100 0.5s linear 0s;
  top: calc(50% - 50px);
}

.opacity100 {
  opacity: 1;
  animation: opacity100 1.5s linear 0s;
}

.flexpage {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@keyframes opacity100 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"] {
  border: 1px solid #dddddd;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
  outline: none !important;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
}

textarea {
  border: 1px solid #dddddd;
  height: 180px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
  outline: none !important;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}

select {
  border-radius: 4px;
  border: 1px solid #dddddd;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
  outline: none !important;
  box-sizing: border-box;
  border-radius: 4px;
}

.blockUI img {
  display: inline;
}

.error {
  color: red;
  display: block;
  margin-top: 10px;
}

.header-sp {
  display: none !important;
}

.header {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 10000;
}

.header .header-inner-top-logo-txt {
  margin-left: 15px;
  font-weight: bold;
  font-size: 0.9rem;
}

.header-inner {
  width: 100%;
  max-width: 1300px;
  height: 130px;
  margin: auto;
}

.header-inner-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 70px;
  border-bottom: 1px solid #e5e5e5;
}

.header-inner-top-logo {
  display: flex;
  justify-content: flex-start;
  margin-left: 10px;
  align-items: center;
}

.header-inner-top-logo a:first-child {
  display: block;
  width: 263px;
}

.header-inner-top-logo a:first-child img {
  width: 100%;
}

.header-inner-top-logo a:last-child {
  display: block;
  width: 186px;
  margin-left: 15px;
}

.header-inner-top-logo a:last-child img {
  width: 100%;
}

.header-inner-top-search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 250px;
  margin-right: 20px;
  margin-left: auto;
}

.header-inner-top-search input {
  border-color: #e5e5e5;
  border: 1px solid #b2a1a2;
  width: calc(250px - 40px);
  height: 40px;
  padding: 0 20px;
  font-size: 0.75rem;
  border-radius: 0;
}

.header-inner-top-search a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #444444;
}

.header-inner-top-search a img {
  width: 17px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-inner-top-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-inner-top-box .box {
  width: 120px;
  height: 70px;
  position: relative;
  border-left: 1px solid #e5e5e5;
}

.header-inner-top-box .box img {
  position: relative;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-inner-top-box .box p {
  text-align: center;
  font-size: 0.75rem;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.header-inner-top-box .ptn1 img {
  width: 25px;
  transform: translate(-50%, 0);
}

.header-inner-top-box .ptn2 img {
  width: 28px;
  transform: translate(-50%, 0);
}

.header-inner-top-box .ptn3 {
  background-color: #282828;
}

.header-inner-top-box .ptn4 img {
  width: 20px;
  transform: translate(-50%, 0);
}

.header-inner-top-box .ptn3 p {
  color: #ffffff;
}

.header-inner-top-box .ptn4 {
  background: linear-gradient(to right, #e60013, #fe4321);
}

.header-inner-top-box .ptn3 img {
  width: 23px;
  transform: translate(-50%, 0);
}

.header-inner-top-box .ptn4 p {
  color: #ffffff;
}

.header-inner-nav {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  height: 60px;
}

.header-inner-nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-inner-nav-link > li {
  height: 100%;
  padding: 20px 40px 20px 38px;
  text-align: center;
  position: relative;
}

.header-inner-nav-link > li > a > span {
  font-size: 0.875rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  position: relative;
}

.header-inner-nav-link > li > a > span::after {
  content: "";
  background: url("../img/cursor/cursor-u-r.svg") no-repeat;
  background-size: 7px 6px;
  width: 7px;
  height: 6px;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(100% + 15px);
}

.header-inner-nav-link > li .submenu {
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #fff9f0;
  width: 100vw;
  max-width: 1300px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 40px;
}

.header-inner-nav-link > li .submenu ul {
  width: calc(25% - 15px);
  margin-right: 20px;
}

.header-inner-nav-link > li .submenu ul .ttl {
  padding: 5px;
  font-size: 1.125rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  text-align: left;
  border-bottom: 2px solid #e42421;
}

.header-inner-nav-link > li .submenu ul .ttl .ttl-red,
.header-inner-nav-link > li .submenu ul .ttl .ttl-green {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}

.header-inner-nav-link > li .submenu ul .item {
  padding: 5px 0 5px 20px;
  font-size: 0.9375rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  text-align: left;
  position: relative;
}

.header-inner-nav-link > li .submenu ul .item a {
  border-bottom: 1px solid #282828;
}

.header-inner-nav-link > li .submenu ul .item::before {
  content: "";
  background: url("../img/cursor/cursor-r-r.png") no-repeat;
  background-size: 6px 9px;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 12px;
  left: 5px;
}

.header-inner-nav-link > li .submenu ul .ttl.global_submenu_tec {
  margin-top: 1rem;
}

.header-inner-nav-link > li .submenu ul.global_submenu_field {
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
}

.header-inner-nav-link > li .submenu ul.global_submenu_field li.item {
  width: 50%;
}

.header-inner-nav-link > li .submenu ul.global_submenu_field li.ttl {
  width: 100%;
}

.header-inner-nav-link > li .submenu ul:last-child {
  margin-right: 0;
}

.header-inner-nav-link > li .green ul .ttl {
  border-bottom: 2px solid #60a00d;
}

.header-inner-nav-link > li .green ul .item::before {
  background: url("../img/cursor/cursor-r-g.png") no-repeat;
  background-size: 6px 9px;
}

.header-inner-nav-link > li .green ul:last-child {
  margin-right: 0;
}

.header-inner-nav-link > li .useful {
  padding: 30px 40px;
}

.header-inner-nav-link > li .useful ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.header-inner-nav-link > li .useful ul li {
  width: calc((100% - 20px) / 2);
}

.header-inner-nav-link > li .useful ul li a {
  position: relative;
  padding: 25px 0 25px 30px;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}

.header-inner-nav-link > li .useful ul li a .msgbox {
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}

.header-inner-nav-link > li .useful ul li a .msgbox::before {
  content: "";
  background: url("../img/cursor/cursor-u-r.svg") no-repeat;
  background-size: contain;
  width: 10px;
  height: 1.125rem;
  display: inline-block;
  margin-right: 0.5rem;
  transform: rotate(-90deg);
}

.header-inner-nav-link > li .useful ul li a .imgbox {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.header-inner-nav-link > li:not(:first-child)::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1300px) {
  .header-inner-top-box {
    flex-wrap: wrap;
    width: 200px;
  }

  .header-inner-top-box .box {
    width: 100px;
    height: 35px;
    border-left: 1px solid #e5e5e5;
  }

  .header-inner-top-box .box img {
    display: none;
  }

  .header-inner-nav-link > li {
    padding: 18px 36px 18px 22px;
  }

  .header-inner-nav-link > li > a > span {
    font-size: 0.875rem;
  }

  .header-inner-nav-link > li > a > span::after {
    left: calc(100% + 5px);
  }

  .header-inner-nav-link > li .submenu ul .ttl {
    font-size: 1rem;
  }

  .header-inner-nav-link > li .submenu ul .item {
    font-size: 0.8125rem;
  }
}

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

  .header-pc {
    display: none !important;
  }

  .header .sp-menu {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    cursor: pointer;
  }

  .header .sp-menu i {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #e42421;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .header .sp-menu i::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #e42421;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .header .sp-menu i::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #e42421;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .header-inner {
    height: 50px;
  }

  .header-inner-top {
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
  }

  .header-inner-top-logo a:first-child {
    display: block;
    width: 120px;
  }

  .header-inner-top-logo a:first-child img {
    width: 100%;
  }

  .header-inner-top-logo a:last-child {
    display: block;
    width: 130px;
    margin-left: 10px;
  }

  .header-inner-top-logo a:last-child img {
    width: 100%;
  }

  .header-inner-nav {
    position: fixed;
    top: 0;
    left: auto;
    right: -100%;
    width: 100%;
    max-width: 375px;
    border-bottom: 1px solid #e5e5e5;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  }

  .header-inner-nav .sp-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 20px;
    transform: translate(0, -50%);
    cursor: pointer;
  }

  .header-inner-nav .sp-close i {
    display: block;
    position: relative;
  }

  .header-inner-nav .sp-close i::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #e42421;
    position: absolute;
    top: 10px;
    left: 0;
    transform: rotate(45deg);
  }

  .header-inner-nav .sp-close i::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #e42421;
    position: absolute;
    top: 10px;
    left: 0;
    transform: rotate(-45deg);
  }

  .header-inner-nav .scroll {
    overflow-y: auto;
    margin-top: 60px;
    height: calc(100% - 60px);
  }

  .header-inner-nav-link {
    display: block;
  }

  .header-inner-nav-link > li {
    height: auto;
    padding: 10px 0;
    text-align: left;
    position: relative;
    border-top: 1px solid #e5e5e5;
  }

  .header-inner-nav-link > li > a > span {
    font-size: 0.875rem;
    display: block;
    padding: 0 20px;
  }

  .header-inner-nav-link > li > a > span::after {
    left: auto;
    right: 20px;
  }

  .header-inner-nav-link > li .submenu {
    position: static;
    transform: none;
    background-color: #fff9f0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 10px 20px;
  }

  .header-inner-nav-link > li .submenu ul {
    width: calc(50% - 10px);
    margin-right: 20px;
  }

  .header-inner-nav-link > li .submenu ul .ttl {
    padding: 5px;
    font-size: 0.9375rem;
  }

  .header-inner-nav-link > li .submenu ul .item {
    font-size: 0.8125rem;
  }

  .header-inner-nav-link > li .submenu ul .item::before {
    content: "";
    background: url("../img/cursor/cursor-r-r.png") no-repeat;
    background-size: 6px 9px;
    width: 6px;
    height: 9px;
    position: absolute;
    top: 12px;
    left: 5px;
  }

  .header-inner-nav-link > li .submenu ul:nth-child(2n) {
    margin-right: 0;
  }

  .header-inner-nav-link > li .submenu ul:nth-child(3),
  .header-inner-nav-link > li .submenu ul:nth-child(4) {
    margin-top: 20px;
  }

  .header-inner-nav-link > li:not(:first-child)::after {
    content: "";
    background-color: transparent;
  }

  .header-inner-nav-link > li:last-child {
    border-bottom: 1px solid #e5e5e5;
  }

  .header-inner-nav-search {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    max-width: calc(100% - 40px);
    margin: 40px auto 0;
  }

  .header-inner-nav-search input {
    border-color: #e5e5e5;
    border: 1px solid #b2a1a2;
    width: calc(100% - 40px);
    height: 40px;
    padding: 0 20px;
    font-size: 0.75rem;
  }

  .header-inner-nav-search a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #444444;
  }

  .header-inner-nav-search a img {
    width: 17px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header-inner-nav-box {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .header-inner-nav-box .box {
    width: 50%;
    height: 70px;
    position: relative;
    border-left: 1px solid #e5e5e5;
  }

  .header-inner-nav-box .box img {
    position: relative;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header-inner-nav-box .box p {
    text-align: center;
    font-size: 0.75rem;
    font-family: "NotoSansCJKjp-Bold", sans-serif;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    letter-spacing: 0.04em;
  }

  .header-inner-nav-box .ptn1 {
    border-top: 1px solid #e5e5e5;
  }

  .header-inner-nav-box .ptn1 img {
    width: 25px;
    transform: translate(-50%, 0);
  }

  .header-inner-nav-box .ptn2 {
    border-top: 1px solid #e5e5e5;
  }

  .header-inner-nav-box .ptn2 img {
    width: 28px;
    transform: translate(-50%, 0);
  }

  .header-inner-nav-box .ptn3 {
    background-color: #282828;
  }

  .header-inner-nav-box .ptn3 img {
    width: 20px;
    transform: translate(-50%, 0);
  }

  .header-inner-nav-box .ptn3 p {
    color: #ffffff;
  }

  .header-inner-nav-box .ptn4 {
    background: linear-gradient(to right, #e60013, #fe4321);
    width: 100%;
  }

  .header-inner-nav-box .ptn4 img {
    width: 23px;
    transform: translate(-50%, 0);
  }

  .header-inner-nav-box .ptn4 p {
    color: #ffffff;
  }

  .header-inner .open {
    right: 0;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  }
}

.footer {
  width: 100%;
  background: linear-gradient(to right, #e60013, #fe4321);
}

.footer p.footer-ttl {
  margin-bottom: 1rem;
}

.footer p.footer-ttl a {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}

.footer-inner {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 50px 0 30px;
}

.footer-inner-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-inner-top h2 {
  width: 100%;
  font-size: 1.25rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  color: #ffffff;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}

.footer-inner-top-service1 {
  width: calc(100% / 6 * 4 - 20px);
}

.footer-inner-top-service2 {
  width: calc(100% / 6 * 1 - 20px);
}

.footer-inner-top-service1,
.footer-inner-top-service2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-inner-top-service1 ul,
.footer-inner-top-service2 ul {
  margin-top: 20px;
}

.footer-inner-top-service1 ul .ttl,
.footer-inner-top-service2 ul .ttl {
  color: #ffffff;
  position: relative;
}

.footer-inner-top-service1 ul .ttl span,
.footer-inner-top-service2 ul .ttl span {
  font-size: 0.875rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
}

.footer-inner-top-service1 ul .ttl .ttl-red,
.footer-inner-top-service1 ul .ttl .ttl-green,
.footer-inner-top-service2 ul .ttl .ttl-red,
.footer-inner-top-service2 ul .ttl .ttl-green {
  font-size: 0.875rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  color: #ffffff;
}

.footer-inner-top-service1 ul .ttl .cursor,
.footer-inner-top-service2 ul .ttl .cursor {
  position: relative;
  padding-right: 15px;
}

.footer-inner-top-service1 ul .ttl .cursor::after,
.footer-inner-top-service2 ul .ttl .cursor::after {
  content: "";
  background: url("../img/cursor/cursor-r-w.png") no-repeat;
  background-size: 6px 9px;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.footer-inner-top-service1 ul .item,
.footer-inner-top-service2 ul .item {
  margin-top: 10px;
  padding: 2px;
  font-size: 0.75rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  color: #ffffff;
}

.footer-inner-top-service1 ul .item a,
.footer-inner-top-service2 ul .item a {
  color: #ffffff;
  position: relative;
  padding-left: 15px;
}

.footer-inner-top-service1 ul .item a:hover,
.footer-inner-top-service2 ul .item a:hover {
  border-bottom: 1px solid #ffffff;
}

.footer-inner-top-service1 ul .item a::before,
.footer-inner-top-service2 ul .item a::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
}

.footer-inner-middle {
  border-top: 1px solid #ffffff;
  margin-top: 40px;
}

.footer-inner-middle-link {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0 0;
}

.footer-inner-middle-link li {
  padding: 0 14px;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  /*a::after{
          	content: "";
          	background: url("../img/cursor/cursor-r-w.png") no-repeat;
          	background-size: 6px 9px;
          	width: 6px;
          	height: 9px;
          	position: absolute;
          	top: 50%;
          	right: -10px;
          	transform: translate(0,-50%);
          }*/
}

.footer-inner-middle-link li a {
  font-size: 0.875rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #ffffff;
  position: relative;
}

.footer-inner-middle-link li a span {
  font-size: 0.875rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}

.footer-inner-middle-link li a:hover span {
  color: #ffffff;
  text-decoration: underline;
}

.footer-inner-middle-link > li:not(:first-child)::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.footer-inner-middle-link > li.after_none::after {
  content: none;
}

.footer-service {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}

.footer-service-inner {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 30px 0 30px;
}

.footer-service-inner h2 {
  font-size: 1.5rem;
  font-family: "Roboto-Regular", "NotoSansCJKjp-Regular", sans-serif;
  font-weight: bold;
  color: #282828;
  margin-bottom: 20px;
}

.footer-service-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.footer-service-inner ul li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}

.footer-service-inner ul li:nth-of-type(4n) {
  margin-right: 0;
}

.footer-service-inner ul li:nth-child(n + 5) {
  margin-top: 20px;
}

.footer-service-inner ul li img {
  width: 100%;
}

.footer-bottom {
  width: 100%;
  background-color: #ffffff;
}

.footer-bottom-inner {
  height: 70px;
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-inner-logo {
  width: 192px;
  margin-left: 50px;
}

.footer-bottom-inner-logo img {
  width: 100%;
}

.footer-bottom-inner-msg {
  text-align: right;
  margin-right: 50px;
  font-size: 0.875rem;
  font-family: "Roboto-Regular", "NotoSansCJKjp-Regular", sans-serif;
  white-space: nowrap;
}

@media screen and (max-width: 1300px) {
  .footer-inner {
    padding: 20px 30px;
  }

  .footer-inner-middle-link li {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-inner {
    padding: 20px 30px;
  }

  .footer-inner-top {
    display: block;
  }

  .footer-inner-top h2 {
    font-size: 1rem;
    padding-bottom: 10px;
  }

  .footer-inner-top-service1 {
    width: 100%;
  }

  .footer-inner-top-service2 {
    margin-top: 40px;
    width: 100%;
  }

  .footer-inner-top-service1,
  .footer-inner-top-service2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .footer-inner-top-service1 ul,
  .footer-inner-top-service2 ul {
    margin-top: 20px;
    margin-right: 20px;
    width: calc(25% - 15px);
  }

  .footer-inner-top-service1 ul:last-child,
  .footer-inner-top-service2 ul:last-child {
    margin-right: 0;
  }

  .footer-inner-middle {
    border-top: 1px solid #ffffff;
    margin-top: 40px;
  }

  .footer-inner-middle-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0;
  }

  .footer-inner-middle-link li {
    padding: 0 20px;
    color: #ffffff;
    position: relative;
    white-space: nowrap;
  }

  .footer-inner-middle-link li a {
    font-size: 0.75rem;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    color: #ffffff;
    position: relative;
  }

  .footer-inner-middle-link li a span {
    font-size: 0.75rem;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
  }
}

@media screen and (max-width: 750px) {
  .footer-inner {
    padding: 30px 10px;
  }

  .footer-inner-top {
    display: block;
  }

  .footer-inner-top h2 {
    font-size: 1rem;
    padding-bottom: 10px;
  }

  .footer-inner-top-service1 {
    width: 100%;
  }

  .footer-inner-top-service2 {
    width: 100%;
  }

  .footer-inner-top-service1,
  .footer-inner-top-service2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .footer-inner-top-service1 > ul,
  .footer-inner-top-service2 > ul {
    margin-top: 20px;
    margin-right: auto;
    width: 50%;
  }

  .footer-inner-top-service1 > ul .ttl span,
  .footer-inner-top-service2 > ul .ttl span {
    font-size: 0.75rem;
  }

  .footer-inner-top-service1 > ul .ttl .ttl-red,
  .footer-inner-top-service1 > ul .ttl .ttl-green,
  .footer-inner-top-service2 > ul .ttl .ttl-red,
  .footer-inner-top-service2 > ul .ttl .ttl-green {
    font-size: 0.75rem;
  }

  .footer-inner-top-service1 > ul .item,
  .footer-inner-top-service2 > ul .item {
    margin-top: 10px;
    padding: 2px;
    font-size: 0.6875rem;
  }

  .footer-inner-top-service1 > ul .item a,
  .footer-inner-top-service2 > ul .item a {
    color: #ffffff;
    position: relative;
    padding-left: 15px;
  }

  .footer-inner-top-service1 > ul .item a:hover,
  .footer-inner-top-service2 > ul .item a:hover {
    border-bottom: 1px solid #ffffff;
  }

  .footer-inner-top-service1 > ul .item a::before,
  .footer-inner-top-service2 > ul .item a::before {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
  }

  .footer-inner-top-service1 > ul:nth-child(2n),
  .footer-inner-top-service2 > ul:nth-child(2n) {
    margin-right: 0;
  }

  .footer-inner-middle {
    margin-top: 10px;
  }

  .footer-inner-middle-link {
    flex-wrap: wrap;
    padding: 20px 0 0;
  }

  .footer-inner-middle-link li {
    padding: 0 20px;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-top: 10px;
  }

  .footer-inner-middle-link li a {
    font-size: 0.75rem;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    color: #ffffff;
    position: relative;
  }

  .footer-inner-middle-link li a span {
    font-size: 0.75rem;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
  }

  .footer-service-inner {
    padding: 30px 10px;
  }

  .footer-service-inner h2 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }

  .footer-service-inner ul {
    justify-content: space-between;
  }

  .footer-service-inner ul li {
    width: 49%;
    margin-right: 0;
  }

  .footer-service-inner ul li:nth-child(n + 3) {
    margin-top: 10px;
  }

  .footer-bottom-inner {
    height: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-bottom-inner-logo {
    width: 132px;
    margin: auto;
  }

  .footer-bottom-inner-logo img {
    width: 100%;
  }

  .footer-bottom-inner-msg {
    margin-top: 10px;
    text-align: center;
    margin-right: auto;
    margin-left: 10px;
    font-size: 0.625rem;
  }
}

main {
  padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
  padding-bottom: 40px;
}

.breadnavi {
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: auto;
  padding: 20px 0;
}

.breadnavi a,
.breadnavi span {
  font-size: 0.75rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  color: #282828;
}

.main-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: auto;
}

.main-flex .sidemenu {
  width: 276px;
}

.main-flex .main-contents {
  width: calc(100% - 316px);
}

.fullwidth {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

.ttl-red {
  color: #e42421;
}

.ttl-green {
  color: #60a00d;
}

@media screen and (max-width: 1024px) {
  .main-flex {
    flex-wrap: wrap;
    width: 100%;
  }

  .main-flex .sidemenu {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }

  .main-flex .main-contents {
    width: 100%;
    margin: auto;
    order: 1;
  }

  .main-flex article {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

.common-title {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  font-family: "Roboto-Regular", "NotoSansCJKjp-Regular", sans-serif;
  font-weight: bold;
  color: #282828;
  padding-left: 40px;
  position: relative;
  /*letter-spacing: -0.04em;*/
}

@media screen and (max-width: 750px) {
  .common-title {
    font-size: 1.125rem;
    font-family: "Roboto-Regular", "NotoSansCJKjp-Regular", sans-serif;
    padding-left: 30px;
  }

  .fullwidth .kiji-contents {
    width: calc(100% - 40px);
    margin: 40px auto 0;
  }
}

.common-listbtn {
  margin-top: 20px;
  text-align: right;
}

.common-listbtn a {
  display: inline-block;
  background-color: #ffffff;
  width: 130px;
  height: 30px;
  line-height: 27px;
  font-size: 0.8125rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #282828;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
  position: relative;
  padding-left: 10px;
}

.common-listbtn a::before {
  content: "";
  background: url("../img/icon/small-menu.svg") no-repeat;
  background-size: 12px 10px;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1024px) {
  .common-listbtn {
    padding-right: 10px;
  }
}

.common-btns {
  margin: 20px auto 0;
  display: flex;
  justify-content: flex-start;
}

.common-btns a {
  display: block;
  width: 180px;
  margin-right: 15px;
  height: 30px;
  line-height: 27px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.common-btns a span {
  font-size: 0.8125rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #282828;
  position: relative;
}

.common-btns a .detail {
  padding-left: 15px;
}

.common-btns a .detail::after {
  content: "";
  background: url("../img/cursor/cursor-r-r.png") no-repeat;
  background-size: 6px 9px;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.common-btns a .download {
  padding-left: 20px;
}

.common-btns a .download::after {
  content: "";
  background: url("../img/icon/download.svg") no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.common-btns.green a .detail::after {
  content: "";
  background: url("../img/cursor/cursor-r-g.png") no-repeat;
  background-size: 6px 9px;
}

.common-btns.green a .download::after {
  content: "";
  background: url("../img/icon/download-g.svg") no-repeat;
  background-size: 15px 15px;
}

@media screen and (max-width: 750px) {
  .common-btns {
    margin: 10px auto 0;
    display: block;
  }

  .common-btns a {
    margin: 10px 0 0 auto;
  }
}

.pager {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*.num::after{
  	content: "";
  	width: 20px;
  	height: 1px;
  	background-color: $color1;
  	position: absolute;
  	bottom: 5px;
  	left: 50%;
  	transform: translate(-50%,0);
  }*/
}

.pager a,
.pager span {
  margin: 5px;
  display: block;
}

.pager .num {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0.9375rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  position: relative;
}

.pager .active {
  color: #e42421;
}

.pager .active::after {
  background-color: transparent;
}

.pager .next,
.pager .prev {
  font-size: 0.9375rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #282828;
  padding-bottom: 2px;
  /*border-bottom: 1px solid $color1;*/
}

@media screen and (max-width: 750px) {
  .pager {
    margin-top: 20px;
  }

  .pager a,
  .pager span {
    margin: 5px;
    display: block;
  }

  .pager .num {
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 0.8125rem;
  }

  .pager .num::after {
    width: 15px;
  }

  .pager .active {
    color: #e42421;
  }

  .pager .active::after {
    background-color: transparent;
  }

  .pager .next,
  .pager .prev {
    font-size: 0.8125rem;
  }
}

.sidemenu001 {
  width: 100%;
}

.sidemenu001 h3 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(to right, #e60013, #fe4321);
  text-align: left;
  font-size: 1rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  color: #ffffff;
  padding-left: 40px;
  position: relative;
  letter-spacing: -0.04em;
}

.sidemenu001 h3::before {
  content: "";
  background: url("../img/icon/service-w.svg") no-repeat;
  background-size: 32px 27px;
  width: 32px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
}

.sidemenu001-menu > li {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  position: relative;
}

.sidemenu001-menu > li > .anchor {
  display: block;
  padding: 20px 10px;
  background-color: #fff9f0;
  font-size: 1.125rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  position: relative;
}

.sidemenu001-menu > li > .anchor > span {
  font-size: 1.125rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}

.sidemenu001-menu > li > .slideBtn {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 22px;
  right: 10px;
}

.sidemenu001-menu > li > .slideBtn img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sidemenu001-menu > li .submenu > li {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  position: relative;
}

.sidemenu001-menu > li .submenu > li > .anchor {
  padding: 10px 10px;
  display: block;
  font-size: 1rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  position: relative;
}

.sidemenu001-menu > li .submenu > li > .slideBtn {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 15px;
  right: 10px;
}

.sidemenu001-menu > li .submenu > li > .slideBtn img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sidemenu001-menu > li .submenu > li .smallmenu {
  padding: 10px;
  padding-left: 40px;
}

.sidemenu001-menu > li .submenu > li .smallmenu > li {
  padding: 3px 0;
}

.sidemenu001-menu > li .submenu > li .smallmenu > li a {
  font-size: 0.875rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  position: relative;
  border-bottom: 1px solid #282828;
}

.sidemenu001-menu > li .submenu > li .smallmenu > li > a::after {
  content: "";
  position: absolute;
  background: url("../img/cursor/cursor-r-r.png") no-repeat;
  background-size: 6px 9px;
  width: 6px;
  height: 9px;
  transform: translate(0, -50%);
  top: 50%;
  left: -25px;
}

.green {
  width: 100%;
}

.green h3 {
  background: linear-gradient(to right, #73b81a, #73b81a);
}

.green h3::before {
  content: "";
  background: url("../img/icon/pack-w.svg") no-repeat;
  background-size: 24px 34px;
  width: 24px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

.green .sidemenu001-menu > li > a::after {
  background: url("../img/icon/plus-g.svg") no-repeat;
  background-size: 20px 20px;
}

.green .sidemenu001-menu > li .submenu > li > a::after {
  background: url("../img/icon/plus-g.svg") no-repeat;
  background-size: 13px 13px;
}

.green .sidemenu001-menu > li .submenu > li .smallmenu > li > a::after {
  background: url("../img/cursor/cursor-r-g.png") no-repeat;
  background-size: 6px 9px;
}

.green .sidemenu001-menu > li .submenu .open2 > a::after {
  background: url("../img/icon/minus-g.svg") no-repeat;
  background-size: 13px 2px;
}

.green .sidemenu001-menu .open > a::after {
  background: url("../img/icon/minus-g.svg") no-repeat;
  background-size: 20px 2px;
}

@media screen and (max-width: 1024px) {
  .sidemenu001.mt40 {
    margin-top: 0 !important;
  }

  .sidemenu001 {
    width: 100%;
  }

  .sidemenu001 h3 {
    font-size: 0.875rem;
    padding-left: 45px;
  }

  .sidemenu001-menu > li > a {
    padding: 10px;
    font-size: 1rem;
  }

  .sidemenu001-menu > li > a > span {
    font-size: 1rem;
  }

  .sidemenu001-menu > li .submenu > li > a {
    padding: 7.5px 10px;
    font-size: 0.875rem;
  }

  .sidemenu001-menu > li .submenu > li .smallmenu {
    padding: 5px;
    padding-left: 30px;
  }

  .sidemenu001-menu > li .submenu > li .smallmenu > li {
    padding: 3px 0;
  }

  .sidemenu001-menu > li .submenu > li .smallmenu > li a {
    font-size: 0.75rem;
  }
}

.sidemenu002 h3 {
  margin-top: 40px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #666666;
  text-align: left;
  font-size: 1.25rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  color: #ffffff;
  padding-left: 55px;
  position: relative;
  letter-spacing: -0.04em;
}

.sidemenu002 h3:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.sidemenu002 h3 a {
  color: #ffffff;
}

.sidemenu002 h3 a:hover {
  color: #ffffff;
}

.sidemenu002 h3::before {
  content: "";
  background: url("../img/icon/special-w.svg") no-repeat;
  background-size: 38px 33px;
  width: 33px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

.sidemenu002 h4 {
  margin-top: 60px;
  width: 100%;
  text-align: left;
  font-size: 1.25rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  color: #282828;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #e42421;
}

.sidemenu002-frame-box {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
}

.sidemenu002-frame-box-img {
  width: 80px;
  border: 1px solid #e5e5e5;
}

.sidemenu002-frame-box-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.sidemenu002-frame-box-msg {
  width: calc(100% - 100px);
}

.sidemenu002-frame-box-msg h5 {
  font-size: 0.875rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-weight: bold;
  color: #282828;
  line-height: 1.8;
  text-decoration: underline;
  /*letter-spacing: -0.04em;*/
}

.sidemenu002-frame-box-msg p {
  /*margin-top: 5px;*/
  font-size: 0.75rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  line-height: 1.6;
  color: #666666;
  /*letter-spacing: -0.04em;*/
}

@media screen and (max-width: 1024px) {
  .sidemenu002 h3 {
    margin-top: 0;
    font-size: 1.125rem;
  }

  .sidemenu002 h4 {
    margin-top: 30px;
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-family: "NotoSansCJKjp-Regular", sans-serif;
    color: #282828;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: 2px solid #e42421;
  }

  .sidemenu002-frame-box {
    padding: 10px 10px;
  }

  .sidemenu002-frame-box-img {
    width: 60px;
  }

  .sidemenu002-frame-box-img img {
    width: 60px;
    height: 60px;
  }

  .sidemenu002-frame-box-msg {
    width: calc(100% - 80px);
  }

  .sidemenu002-frame-box-msg h5 {
    font-size: 0.8125rem;
  }

  .sidemenu002-frame-box-msg p {
    font-size: 0.75rem;
  }
}

.commonmv {
  width: 100%;
  position: relative;
}

.commonmv-mv {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.commonmv-mv.mv-s {
  height: 200px;
}

.commonmv-msg {
  width: 90%;
  /*max-width: 800px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.commonmv-msg-logo {
  width: 108px;
  margin-right: 20px;
}

.commonmv-msg-logo img {
  width: 100%;
}

.commonmv-msg-txt {
  width: calc(100% - 128px);
}

.commonmv-msg-txt h1 {
  font-size: 2rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-weight: bold;
  color: #ffffff;
}

.commonmv-msg-txt p {
  margin-top: 10px;
  font-size: 1.0625rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0;
}

.commonmv-msg2 {
  width: 95%;
  max-width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.commonmv-msg2-txt {
  width: 100%;
}

.commonmv-msg2-txt h2 {
  font-size: 1.0625rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-weight: bold;
  color: #ffffff;
}

.commonmv-msg2-txt h1 {
  margin-top: 5px;
  font-size: 2rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-weight: bold;
  color: #ffffff;
}

.commonmv-msg2-txt p {
  margin-top: 10px;
  font-size: 1.0625rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0;
}

.dlbtn {
  text-align: left;
  margin-top: 20px;
}

.dlbtn a {
  display: inline-block;
  min-width: 230px;
  padding: 0 10px;
  margin-right: 15px;
  height: 40px;
  line-height: 37px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.dlbtn a span {
  font-size: 0.9375rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #282828;
  position: relative;
}

.dlbtn a .download {
  padding-left: 20px;
}

.dlbtn a .download::after {
  content: "";
  background: url("../img/icon/download.svg") no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.dlbtn a .present {
  padding-left: 23px;
}

.dlbtn a .present::after {
  content: "";
  background: url("../img/icon/present.svg") no-repeat;
  background-size: 16px 17px;
  width: 16px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.dlbtn a .pack {
  padding-left: 23px;
}

.dlbtn a .pack::after {
  content: "";
  background: url("../img/icon/pack.svg") no-repeat;
  background-size: 15px 20px;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.dlbtn a .column {
  padding-left: 23px;
}

.dlbtn a .column::after {
  content: "";
  background: url("../img/icon/column.svg") no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.dlbtn a .data {
  padding-left: 23px;
}

.dlbtn a .data::after {
  content: "";
  background: url("../img/icon/data.svg") no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.dlbtn a .service {
  padding-left: 25px;
}

.dlbtn a .service::after {
  content: "";
  background: url("../img/icon/service.svg") no-repeat;
  background-size: 19px 16px;
  width: 19px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.dlbtn a .map {
  padding-left: 25px;
}

.dlbtn a .map::after {
  content: "";
  background: url("../img/icon/map.svg") no-repeat;
  background-size: 19px 16px;
  width: 19px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.dlbtn.green a .download::after {
  background: url("../img/icon/download-g.svg") no-repeat;
  background-size: 15px 15px;
}

.fullwidth .commonmv .commonmv-msg2 {
  max-width: 1176px;
}

@media screen and (max-width: 750px) {
  .commonmv {
    width: 100%;
    position: relative;
  }

  .commonmv-mv {
    width: 100%;
    height: 300px;
  }

  .commonmv-mv.mv-s {
    height: 150px;
  }

  .commonmv-mv img {
    object-fit: cover;
  }

  .commonmv-msg {
    display: block;
  }

  .commonmv-msg-logo {
    width: 80px;
    margin: auto;
  }

  .commonmv-msg-logo img {
    width: 100%;
  }

  .commonmv-msg-txt {
    width: 100%;
    margin-top: 10px;
  }

  .commonmv-msg-txt h1 {
    font-size: 1.25rem;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    color: #ffffff;
    text-align: center;
  }

  .commonmv-msg-txt p {
    margin-top: 10px;
    font-size: 0.75rem;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    color: #ffffff;
    line-height: 1.7;
    letter-spacing: 0;
  }

  .commonmv-msg2 {
    width: 90%;
  }

  .commonmv-msg2-txt h2 {
    font-size: 0.9375rem;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    color: #ffffff;
  }

  .commonmv-msg2-txt h1 {
    margin-top: 5px;
    font-size: 1.25rem;
  }

  .commonmv-msg2-txt p {
    font-size: 0.75rem;
  }

  .dlbtn {
    text-align: center;
    margin-top: 10px;
  }

  .dlbtn a {
    margin-top: 10px;
    min-width: 190px;
    margin-right: 15px;
    height: 30px;
    line-height: 25px;
  }

  .dlbtn a span {
    font-size: 0.8125rem;
  }
}

.listlink {
  width: calc(100% - 40px);
  margin: 60px auto;
}

.listlink .common-title::before {
  content: "";
  background: url("../img/icon/service.svg") no-repeat;
  background-size: 32px 27px;
  width: 32px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.listlink .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.listlink .flexbox ul {
  margin-top: 20px;
  width: calc(25% - 15px);
}

.listlink .flexbox ul .ttl {
  font-size: 1.125rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  padding-bottom: 5px;
  border-bottom: 2px solid #e42421;
  margin-bottom: 10px;
}

.listlink .flexbox ul .ttl span {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}

.listlink .flexbox ul .item {
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
}

.listlink .flexbox ul .item a {
  font-size: 0.9375rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  position: relative;
  border-bottom: 1px solid #282828;
}

.listlink .flexbox ul .item::before {
  content: "";
  background: url("../img/cursor/cursor-r-r.png") no-repeat;
  background-size: 6px 9px;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 12px;
  left: 5px;
}

@media screen and (max-width: 1024px) {
  .listlink .flexbox ul {
    margin-top: 20px;
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 750px) {
  .listlink {
    margin: 30px auto;
  }

  .listlink .common-title::before {
    background-size: 26px 22px;
    width: 26px;
    height: 22px;
  }

  .listlink .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .listlink .flexbox ul {
    margin-top: 20px;
    width: calc(50% - 10px);
  }

  .listlink .flexbox ul .ttl {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .listlink .flexbox ul .item {
    padding: 3px 0;
    padding-left: 20px;
  }

  .listlink .flexbox ul .item a {
    font-size: 0.8125rem;
  }
}

.listlink2 {
  width: calc(100% - 40px);
  margin: 60px auto;
}

.listlink2 .common-title::before {
  content: "";
  background: url("../img/icon/pack.svg") no-repeat;
  background-size: 24px 34px;
  width: 24px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.listlink2 .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.listlink2 .flexbox ul {
  margin-top: 20px;
  width: calc(100% / 3 * 2 - 20px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.listlink2 .flexbox ul .ttl {
  width: 100%;
  font-size: 1.125rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  padding-bottom: 5px;
  border-bottom: 2px solid #60a00d;
  margin-bottom: 10px;
}

.listlink2 .flexbox ul .ttl span {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}

.listlink2 .flexbox ul .item {
  width: calc(100% / 3 - 40px / 3);
  margin-right: 20px;
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
}

.listlink2 .flexbox ul .item a {
  font-size: 0.9375rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  position: relative;
  border-bottom: 1px solid #282828;
}

.listlink2 .flexbox ul .item:nth-child(3n) {
  margin-right: 0;
}

.listlink2 .flexbox ul .item::before {
  content: "";
  background: url("../img/cursor/cursor-r-g.png") no-repeat;
  background-size: 6px 9px;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 12px;
  left: 5px;
}

.listlink2 .flexbox ul:last-child {
  width: calc(100% / 3 - 20px);
}

.listlink2 .flexbox ul:last-child .item {
  width: calc(100% / 4 - 45px / 4);
  margin-right: 15px;
  white-space: nowrap;
}

.listlink2 .flexbox ul:last-child .item:nth-child(3n) {
  margin-right: 15px;
}

.listlink2 .flexbox ul:last-child .item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .listlink2 .flexbox ul {
    margin-top: 20px;
    width: calc(50% - 10px);
  }

  .listlink2 .flexbox ul .item {
    width: calc(100% / 2 - 10px);
  }

  .listlink2 .flexbox ul .item:nth-child(3n) {
    margin-right: 20px;
  }

  .listlink2 .flexbox ul .item:nth-child(2n) {
    margin-right: 0;
  }

  .listlink2 .flexbox ul:last-child {
    width: calc(50% - 10px);
  }

  .listlink2 .flexbox ul:last-child .item {
    width: calc(100% / 3 - 40px / 3);
    margin-right: 20px;
  }

  .listlink2 .flexbox ul:last-child .item:nth-child(4n) {
    margin-right: 20px;
  }

  .listlink2 .flexbox ul:last-child .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .listlink2 {
    margin: 30px auto;
  }

  .listlink2 .common-title::before {
    background-size: 26px 22px;
    width: 26px;
    height: 22px;
  }

  .listlink2 .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .listlink2 .flexbox ul {
    margin-top: 20px;
    width: 100%;
  }

  .listlink2 .flexbox ul .ttl {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .listlink2 .flexbox ul .item {
    padding: 3px 0;
    padding-left: 20px;
  }

  .listlink2 .flexbox ul .item a {
    font-size: 0.8125rem;
  }

  .listlink2 .flexbox ul:last-child {
    width: 100%;
  }
}

/*-------------------------------
230627
---------------------------------*/

#case-detail .vertical-img .top010-flexbox-item {
  align-items: center;
  margin-bottom: 50px;
}

#case-detail .vertical-img .top010-flexbox-item .flex-items:nth-of-type(1) {
  width: 200px;
  min-width: 200px;
  margin-right: 50px;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  #case-detail .vertical-img .top010-flexbox-item .flex-items:nth-of-type(1) {
    margin: 0 auto 20px;
    width: 100%;
    min-width: inherit;
  }
}

#case-detail .vertical-img .top010-flexbox-item .flex-items:nth-of-type(2) {
  flex: 1;
}

/*-------------------------------
230630(bl-21107)
---------------------------------*/
.column-dl-bnr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  transition: 0.3s;
}

.column-dl-bnr:hover {
  opacity: 0.7;
}

.cdb-cont {
  color: #fff;
  padding: 10px 30px;
  background: linear-gradient(90deg, #e60013, #fe4321);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.cdb-cont p {
  font-size: 1.6rem;
}

.column-dl-bnr .img {
  position: relative;
  min-width: 000px;
}

.column-dl-bnr .img:after {
  content: "お問い合わせはこちら　>";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #111;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 200px;
  text-align: center;
  padding: 10px;
}

.column-dl-bnr .img a:hover img,
.column-dl-bnr .img a:hover {
  opacity: 1 !important;
}

.cdb-label {
  border-radius: 9999px;
  display: inline-block;
  background: #fff;
  padding: 3px 30px;
  text-align: center;
  color: #e42421;
}

.cdb-site {
  margin-top: 8px;
  font-size: 22px;
  font-weight: bold;
}

.cdb-name {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 8px;
}

@media all and (max-width: 768px) {
  .column-dl-bnr {
    margin-bottom: 60px;
    flex-direction: column;
  }

  .cdb-cont {
    padding: 5%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .cdb-cont p {
    font-size: 1.6rem;
  }

  .column-dl-bnr .img {
    flex: 1;
  }

  .column-dl-bnr .img:after {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    width: 200px;
    padding: 10px;
  }

  .cdb-label {
    display: block;
    padding: 3px 0;
    width: 100%;
    font-size: 14px;
  }

  .cdb-site {
    font-size: 18px;
    margin-top: 5px;
  }

  .cdb-name {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}

#column_dl_bnr.cdetail14 dt span {
  position: static;
  background: #fff;
  color: #e42421;
  width: auto;
  height: auto;
  transform: none;
  display: inline-block;
  font-size: 14px;
  padding: 5px 30px;
  margin-bottom: 5px;
}

#column_dl_bnr.cdetail14 dt div {
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 10px;
}

#column_dl_bnr.cdetail14 p.copy {
  font-size: 1rem;
}

#column_dl_bnr.cdetail14 ol {
  display: inline-block;
  text-align: left;
}

#column_dl_bnr.cdetail14 ol li {
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

#column_dl_bnr.cdetail14 ol li:before {
  content: url("../img/column/cdb-detail14-icon.png");
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (max-width: 768px) {
  #column_dl_bnr.cdetail14 dt {
    padding: 10px;
    text-align: center;
  }

  #column_dl_bnr.cdetail14 dt span {
    width: 100%;
    display: block;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
  }

  #column_dl_bnr.cdetail14 dt span + br {
    display: none;
  }

  #column_dl_bnr.cdetail14 dt div {
    font-size: 1rem;
    display: block;
    margin-left: 0;
  }

  #column_dl_bnr.cdetail14 p.copy {
    font-size: 1rem;
  }

  #column_dl_bnr.cdetail14 ol {
    display: inline-block;
    text-align: left;
  }

  #column_dl_bnr.cdetail14 ol li {
    font-size: 16px;
  }
}

/*-------------------------------
230630(bl-21106)
---------------------------------*/
.pcexample-door {
}

.pcexample-door ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  position: relative;
}

.pcexample-door ul:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, transparent 60%, #f9ebd5 100%);
  /*background: linear-gradient(transparent, #F9EBD5);*/
}

.pcexample-door.page-pce ul:after {
  display: none;
}

.pcexample-door ul li {
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  width: calc(100% / 4 - 25px);
  display: flex;
  flex-direction: column;
}

.pcexample-door ul li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.pcexample-door ul li span {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  text-align: left;
  height: 100%;
}

.pcexample-door ul li span.pcexample-bgCont {
  padding: 15px 20px;
}

@media all and (max-width: 768px) {
  .pcexample-door ul {
    gap: 25px;
    justify-content: space-between;
  }

  .pcexample-door ul li {
    width: calc(100% / 2 - 13px);
    display: flex;
    flex-direction: column;
  }

  .pcexample-door ul li span {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
  }
}

.pcexample-link {
  text-align: center;
  margin-top: 30px;
}

.pcexample-link a {
  display: flex;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, #e60013, #fe4321);
  font-size: 20px;
  font-weight: bold;
  max-width: 600px;
  margin: 0 auto;
  padding: 25px 0;
}

.pcexample-link a:before {
  content: "+";
  margin-right: 20px;
}

.pce-cate {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-size: 10px;
}

.pce-cate:before {
  content: url("../img/icon/pce-icon.png");
  line-height: 1;
}

.pce-cate .pce-item {
  display: inline;
  padding-bottom: 2px;
  border-bottom: 1px solid #282828;
}

.pce-category {
  background: #fff9f0;
  padding: 25px 45px;
  margin-bottom: 50px;
}

.pce-category_inner:nth-child(n + 2) {
  margin-top: 20px;
}

.pce-category_inner {
}

.pce-category_inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #fff;
  padding: 25px;
}

.pce-category_inner ul li {
  border: 2px solid #fff9f0;
  border-radius: 5px;
  width: calc((100% - 60px) / 4);
}

.pce-category_inner ul li a.is-active,
.pce-category_inner ul li:hover a,
.pce-category_inner ul li:hover {
  color: #fff !important;
  opacity: 1;
}

.pce-category_inner ul li a {
  transition: 0.3s;
  text-align: center;
  padding: 5px;
  font-size: 15px;
  display: block;
}

.pce-category_inner ul li a.is-active,
.pce-category_inner ul li:hover {
  background: linear-gradient(90deg, #e60013, #fe4321);
}

.pce-category_head {
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.cate_inside:before {
  content: url("../img/icon/pce-icon-inside.png");
}

.cate_spec:before {
  content: url("../img/icon/pce-icon-spec.png");
}

@media all and (max-width: 768px) {
  .pce-cate .pce-item {
  }

  .pce-category {
    background: #fff9f0;
    padding: 20px;
    margin-bottom: 50px;
  }

  .pce-category_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
  }

  .pce-category_inner ul li {
    width: 48%;
    display: flex;
    align-items: center;
  }

  .pce-category_inner ul li a {
    font-size: 12px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 12px 5px;
  }

  .pce-category_head {
    font-size: 18px;
    gap: 5px;
  }
}

.h1-center {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

@media all and (max-width: 768px) {
  .h1-center {
    font-size: 1.25rem;
  }
}

.sidemenu001-menu a.is-active {
  color: #2197e0;
}

.dlbtn a.largebtn_green {
  background: linear-gradient(to right, #73b81a, #73b81a);
  min-width: 345px;
  height: 60px;
  position: relative;
  border: none;
}

.dlbtn a.largebtn_green span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
}

.dlbtn a.largebtn_green.oem_icon span {
  padding-left: 20px;
  width: 200px;
}

.dlbtn a.largebtn_green.oem_icon span::after {
  content: "";
  background: url(../img/icon/oem_icon.png) no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.dlbtn a.largebtn_green.largebtn_reverse {
  background: #fff;
  border: 2px solid #60a00d;
}

.dlbtn a.largebtn_green.largebtn_reverse span {
  color: #60a00d;
  width: 235px;
}

.dlbtn a.largebtn_red {
  background: linear-gradient(to right, #e60013, #e60013);
  min-width: 345px;
  height: 60px;
  position: relative;
  border: none;
}

.dlbtn a.largebtn_red span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
}

.dlbtn a.largebtn_red.oem_icon span {
  padding-left: 20px;
  width: 200px;
}

.dlbtn a.largebtn_red.oem_icon span::after {
  content: "";
  background: url(../img/icon/oem_icon.png) no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.dlbtn a.largebtn_red.largebtn_reverse {
  background: #fff;
  border: 2px solid #e60013;
}

.dlbtn a.largebtn_red.largebtn_reverse span {
  color: #e60013;
  width: 235px;
}

@media screen and (max-width: 767px) {
  .dlbtn a.largebtn_green {
    width: 190px;
    height: 30px;
    min-width: 190px;
  }

  .dlbtn a.largebtn_green.largebtn_reverse span {
    width: 158px;
  }

  .dlbtn a.largebtn_green span {
    font-size: 0.8125rem;
    width: 158px;
  }

  .dlbtn a.largebtn_green.oem_icon span {
    width: 135px;
  }

  .dlbtn a.largebtn_red {
    width: 190px;
    height: 30px;
    min-width: 190px;
  }

  .dlbtn a.largebtn_red.oem_icon span {
    width: 135px;
  }

  .dlbtn a.largebtn_red.largebtn_reverse span {
    width: 158px;
  }

  .dlbtn a.largebtn_red span {
    font-size: 0.8125rem;
    width: 158px;
  }
}

.common-btns a.green_reverse {
  background: linear-gradient(to right, #73b81a, #73b81a);
}

.common-btns a.green_reverse span {
  color: #fff;
}

.common-btns.green a.green_reverse .detail::after {
  background: url(../img/cursor/cursor-r-g_wh.png) no-repeat;
}

.common-btns a.red_reverse {
  background: linear-gradient(to right, #e60013, #fe4321);
}

.common-btns a.red_reverse span {
  color: #fff;
}

.common-btns a.red_reverse .detail::after {
  background: url(../img/cursor/cursor-r-g_wh.png) no-repeat;
}

.kiji-contents .btnarea.btnarea_bgnone {
  background: none;
}

.kiji-contents .btnarea a.red_reverse {
  background: linear-gradient(to right, #e60013, #fe4321);
}

.kiji-contents .btnarea a.red_reverse span {
  position: relative;
  padding-left: 20px;
}

.kiji-contents .btnarea a.red_reverse span::after {
  content: "";
  background: url(../img/icon/oem_icon.png) no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.kiji-contents .btnarea a.red_reverse span {
  color: #fff;
}

.kiji-contents .btnarea a.green_reverse {
  background: linear-gradient(to right, #73b81a, #73b81a);
}

.kiji-contents .btnarea a.green_reverse span {
  position: relative;
  padding-left: 20px;
}

.kiji-contents .btnarea a.green_reverse span::after {
  content: "";
  background: url(../img/icon/oem_icon.png) no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.kiji-contents .btnarea a.green_reverse span {
  color: #fff;
}

/*230914_テキスト追加*/
.footer-inner-middle.footer-inner-middle_txt {
  border: none;
  color: #fff;
}

.attention_txt {
  text-align: center;
  padding-bottom: 40px;
}

.top-mv-under-btn_a {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 750px) {
  .footer-inner-middle.footer-inner-middle_txt {
    font-size: 0.75rem;
  }

  .attention_txt {
    font-size: 15px;
    padding: 0 20px 40px;
  }
}

#pickup .top005-inner .common-title::before {
  background: url("../img/icon/good.svg") no-repeat !important;
  background-size: 35px 32px !important;
}

#pickup .top005-inner-flexbox-item {
  border: none;
  height: 100px;
}

#pickup a {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}

#pickup .imgbox {
  width: 108px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pickup .imgbox img {
  max-width: 100%;
  width: auto;
  height: auto;
}

#pickup .msgbox {
  position: static;
  flex: 1;
  transform: none;
}

#pickup .msgbox h3 {
  white-space: normal;
  color: #000 !important;
  font-size: 1rem;
}

@media all and (max-width: 768px) {
  #pickup .top005-inner .common-title::before {
    background-size: 28px 25px;
  }

  #pickup .msgbox h3 {
    font-size: 0.875rem;
  }
}

/*-------------------------------
231026 column-detail094
---------------------------------*/

.p-anchor-link__red {
  color: #e42421;
  font-size: 1.25rem;
}

@media all and (max-width: 768px) {
  .p-anchor-link__red {
    color: #e42421;
    font-size: 1.1rem;
  }
}

.flowContent ul > li {
  padding-left: 0 !important;
}

.flowContent {
  margin: 40px 0;
}

.flowContent ul {
  width: 819px;
  margin: 0 auto;
}

@media all and (max-width: 1190px) {
  .flowContent ul {
    width: 100%;
  }
}

.flowContent_items {
  padding-left: 0 !important;
  display: flex;
  min-height: 85px;
  position: relative !important;
  margin-top: 13px;
}

.flowContent ul > li::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -55px;
  border: 41px solid transparent;
  border-top: 18px solid #f4af43;
  top: unset !important;
}

.flowContent ul > li:last-of-type::before {
  content: none !important;
}

.flowContent_items--number {
  background: #f4af43;
  color: #fff;
  text-align: center;
  font-size: 18px;
  width: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flowContent_items--number__num {
  display: block;
  font-size: 32px;
  font-weight: bold;
}

.flowContent_items--number span {
  line-height: 1;
  margin-bottom: 2px;
}

.flowContent_items--summary {
  background: #f9f9f9;
  text-align: center;
  width: calc(100% - 93px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0;
}

.flowContent_items--summary__heading {
  color: #f4af43;
  font-weight: bold;
  font-size: 20px !important;
}

.flowContent_items--summary__read {
  margin-top: 0 !important;
  font-size: 14px !important;
}

@media all and (max-width: 767px) {
  .flowContent_items {
    justify-content: space-between;
    min-height: 75px;
  }

  .flowContent ul > li::before {
    left: 56% !important;
    transform: translateX(-50%);
  }

  .flowContent_items--number {
    font-size: 14px;
    width: 58px;
  }

  .flowContent_items--number__num {
    font-size: 24px;
  }

  .flowContent_items--summary {
    width: calc(100% - 58px);
    padding: 10px;
  }

  .flowContent_items--summary__heading {
    font-size: 15px !important;
  }

  .flowContent_items--summary__read {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
}

/*-------------------------------
240408 strong
---------------------------------*/
.kiji-contents .bl__common_content strong {
  font-weight: bold;
}

/*-------------------------------
240603  リニューアル・新掲載の上部表示+アイコン付与
---------------------------------*/
/*
.newPost {
  position: relative;
  margin-top: 20px;
}

.newPost::after {
  font-size: 11px;
  width: 55px;
  height: 55px;
  white-space: pre;
  content: 'NEW';
  line-height: 1.2;
  text-align: center;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #FFF;
  background: #E60113;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
*/

.newPost .svlist001-box-item-img {
  position: relative;
}
.newPost .svlist001-box-item-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #f00 transparent transparent transparent;
  z-index: 2;
}
.newPost .svlist001-box-item-img:after {
  position: absolute;
  content: "NEW";
  transform: rotate(315deg);
  display: block;
  font-size: 11px;
  white-space: pre;
  color: #fff;
  top: 12px;
  left: 4px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
  z-index: 3;
}
/*
.renewalPost {
  position: relative;
  margin-top: 20px;
}

.renewalPost::after {
  font-size: 11px;
  width: 55px;
  height: 55px;
  white-space: pre;
  content: 'RENEWAL';
  line-height: 1.2;
  text-align: center;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #fe4321;
  background: linear-gradient(to right, #fff9f0, #fff9f0);
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
*/

.renewalPost .svlist001-box-item-img {
  position: relative;
}
.renewalPost .svlist001-box-item-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #fd5d21 transparent transparent transparent;
  z-index: 2;
}
.renewalPost .svlist001-box-item-img:after {
  position: absolute;
  content: "RENEWAL";
  transform: rotate(315deg);
  display: block;
  font-size: 10px;
  white-space: pre;
  color: #fff;
  top: 15px;
  left: -4px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
  z-index: 3;
}
/* 240723（企業追加コンテンツ修正） */
@media screen and (max-width: 767px) {
  .oneseed-item__flex {
    flex-direction: column !important;
  }

  .oneseed-item__content01 {
    width: 100% !important;
  }

  .oneseed-item__content02 {
    width: 100% !important;
  }
}
.banner_publication_read {
  text-align: center;
}
.text-red {
  color: #e60012;
  font-weight: bold;
}
article.top-mv-under-btn.two-lines a {
  position: relative;
}
article.top-mv-under-btn.two-lines a .sub {
  display: block;
}
article.top-mv-under-btn.two-lines a:hover .sub {
  color: #fff;
}
article.top-mv-under-btn.two-lines a img {
  width: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 65px;
}
@media all and (max-width: 767px) {
  article.top-mv-under-btn.two-lines a img {
    left: 25px;
  }
}
.align-center {
  text-align: center;
}
.banner_publication_bottomCta {
  background: #fff9f0;
  width: 100%;
  padding: 50px 0;
}
.banner_publication_bottomCta h2 {
  font-size: 1.75rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-weight: bold;
  line-height: 1.6;
}
.font-strong {
  font-weight: bold;
  font-size: 1.4rem;
}

/* 240828（補助金申請サポートページ追加） */
.package_creation__service-box__description {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 40px;
  color: #ffffff;
  background-color: #ee1617;
}

.package_creation__service-list h3 {
  text-align: center;
}

.special-style {
  font-size: 2.5rem;
  margin-bottom: 50px;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  text-align: center;
}

.colmnlist .inner {
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: auto;
  padding: 40px 0;
}

/* 241017（周年記念品LP） */
.package_creation-cnt-wrap-nov {
  position: absolute;
  top: 50%;
  left: 88%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.package_creation-contents-nov {
  color: #ffffff;
}

.package_creation-contents-nov p {
  margin-top: 2rem;
  line-height: 2;
}

.package_creation-contents-nov h1 {
  font-size: 3.5rem;
  font-family: "koburina-Std-W6", sans-serif;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0em;
}

/* 心に残る */
.package_creation__problem.pst .contents {
  font-size: 1.375rem;
  text-align: left;
}

.package_creation__problem .inner .contents:nth-of-type(2) {
  margin-top: 4rem;
}

.package_creation__problem.pst .contents .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 6rem;
}

.package_creation__problem.pst .contents .dtl-area {
  display: flex;
  margin-top: 3rem;
  gap: 5rem;
}

.package_creation__problem.pst .contents .dtl-area img {
  width: 70%;
}

.package_creation__problem.pst .contents .dtl-area p {
  font-size: 1rem;
}

/* バナー */
.package_creation__problem.pst .contents .dtl-area .dtl-area-bnr {
  display: flex;
  flex-direction: column;
}

.package_creation__problem.pst .contents .dtl-area .dtl-area-bnr a {
  background: url(../img/novelty/novelty_bn.jpg) no-repeat right 0;
  height: 70px;
  display: flex;
  width: 100%;
  align-items: center;
  filter: drop-shadow(1px 1px 1rem rgba(15, 15, 15, 0.1));
}

.package_creation__problem.pst .contents .dtl-area .dtl-area-bnr a::before {
  content: "";
  width: 10px;
  height: 100%;
  display: block;
  background: linear-gradient(#e7000a, #810000);
}

.package_creation__problem.pst .contents .dtl-area .dtl-area-bnr a::after {
  content: "";
  position: absolute;
  top: 1.95rem;
  left: 23.3rem;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 6px solid transparent;
  border-left: 7px solid #b90410;
}

.package_creation__problem.pst .contents .dtl-area .dtl-area-bnr .msgbox {
  margin-left: 30px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.package_creation__problem.pst .contents .dtl-area .dtl-area-bnr .imgbox img {
  width: 100%;
}

.package_creation__problem.pst .contents .dtl-area .bnr {
  margin-top: 2rem;
}

/* ノベルティ製造可能メーカー */

.package_creation__problem.nvt h2::after {
  background-image: none;
}

.package_creation__problem.nvt .special-con-online .page-link {
  justify-content: flex-start;
  gap: 1px;
}

.package_creation__problem.nvt .special-con-online .page-link li {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.package_creation__problem.nvt .special-con-online .page-link li a {
  justify-content: space-between;
  font-size: 0.9rem;
}

.package_creation__problem.nvt .special-con-online .page-link li span {
  background: linear-gradient(to right, #e80614, #86030c);
  font-weight: bold;
}

.package_creation__problem.nvt .product {
  background: #f9ebd5;
  color: #000;
  padding: 1rem;
  margin: 3rem 0 0;
  font-size: 1.375rem;
  position: relative;
}

.package_creation__problem.nvt .product span {
  background: #f9ebd5;
  color: #000;
  padding: 1rem;
  margin: 3rem 0 0;
  font-size: 1.375rem;
  position: relative;
  font-weight: bold;
}

.package_creation__problem.nvt .product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(#e70614, #8a030c);
}

.package_creation__problem.nvt .svlist001-box-item {
  padding: 40px 0px;
}

/* 特別感を演出する贈答品 */

.package_creation__service.nvt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.package_creation__service.nvt ul li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 30%;
}

.package_creation__service.nvt ul li .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
.package_creation__service.nvt ul li .ttl br {
  display: none !important;
}

.package_creation__service.nvt ul li .desc {
  text-align: left;
}

/* sp */
@media screen and (max-width: 767px) {
  .package_creation.nov .package_creation-mv {
    object-position: 5% 0;
    filter: brightness(0.7);
  }
  .package_creation-cnt-wrap-nov {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 40px);
  }
  .package_creation-contents-nov h1 {
    font-size: 2rem;
    width: calc(100% - 20px);
  }
  .package_creation__problem.pst .contents .ttl {
    margin-top: 1rem;
  }
  .package_creation__problem.pst .contents .ttl {
    font-size: 1.5rem;
  }
  .package_creation__problem.pst .contents .dtl-area {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
  .package_creation__problem.pst .contents .dtl-area img {
    width: 100%;
  }
  .package_creation__problem.pst .contents .dtl-area .dtl-area-bnr a {
    background: url(../img/novelty/novelty_bn_sp.jpg) no-repeat right 0;
    background-size: cover;
  }
  .package_creation__problem.pst .contents .dtl-area .dtl-area-bnr a::after {
    top: 2.54rem;
    left: 15.5rem;
  }
  .package_creation__problem.pst .contents .dtl-area .dtl-area-bnr .msgbox {
    font-size: 16px;
    margin-left: 15px;
  }
  .package_creation__problem.nvt h2 {
    font-size: 1.5rem;
    margin-bottom: 0px;
  }
  .package_creation__problem.nvt .special-con-online .page-link {
    justify-content: space-between;
  }
  .package_creation__problem.nvt .special-con-online .page-link li {
    flex-direction: column;
    flex: none;
  }
  .package_creation__problem.nvt .special-con-online .page-link li a {
    font-size: 0.7rem;
  }
  .package_creation__problem.nvt .product span {
    font-size: 1.25rem;
  }
  .package_creation__service.nvt h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .package_creation__service.nvt ul {
    flex-direction: column;
    gap: 1rem;
  }
  .package_creation__service.nvt ul li {
    width: 100%;
  }
  .package_creation__service.nvt ul li .desc {
    padding-bottom: 30px;
  }
}

/* 241202 特集ページ一覧 追加 */
span.ttl-orange {
  color: #ff8c28;
}
.orange h3 {
  background: linear-gradient(to right, #ff8c28, #ff8c28);
}

.orange h3::before {
  content: "";
  background: url("../img/icon/special-w.svg") no-repeat;
  background-size: 27px 40px;
  width: 27px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

a.download_bnr_post.bnr_speciallink {
  padding: 0;
  flex-direction: row-reverse;
  min-height: 180px;
}
a.download_bnr_post.bnr_speciallink .img {
  position: initial;
}
a.download_bnr_post.bnr_speciallink .text .name {
  font-size: 2rem;
}
a.download_bnr_post.bnr_speciallink .text .name p {
  font-size: 1.2rem;
  margin-top: 0;
}
a.download_bnr_post.bnr_speciallink .text {
  width: 60%;
  padding: 2rem;
  text-align: center;
}
a.download_bnr_post.bnr_speciallink .img {
  width: 40%;
}
a.download_bnr_post.bnr_speciallink .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 12rem;
}
@media screen and (max-width: 750px) {
  a.download_bnr_post.bnr_speciallink .img {
    width: 100%;
  }
  a.download_bnr_post.bnr_speciallink {
    min-height: 100px;
  }
  a.download_bnr_post.bnr_speciallink .text {
    width: 100%;
    padding: 1rem;
  }
  a.download_bnr_post.bnr_speciallink .text .name {
    font-size: 1.2rem;
  }
  a.download_bnr_post.bnr_speciallink .text .name p {
    font-size: 1rem;
  }
}
h3.js-arealink.mt0.orange {
  background-color: #ff8c28;
}
.header-inner-nav-link > li .submenu.orange ul .item::before {
  content: "";
  background: url("../img/cursor/cursor-r-o.png") no-repeat;
  background-size: 6px 9px;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 12px;
  left: 5px;
}
@media screen and (max-width: 1024px) {
  .header-inner-nav-link > li .submenu.orange ul .item::before {
    content: "";
    background: url("../img/cursor/cursor-r-o.png") no-repeat;
    background-size: 6px 9px;
    width: 6px;
    height: 9px;
    position: absolute;
    top: 12px;
    left: 5px;
  }
}
/* 著者プロフィール */
.author_profile {
  display: flex;
  align-items: center;
  background-color: #fff9f0;
  margin-top: 40px;
}
.author_heading,
.author_detail {
  padding: 25px;
}
.author_profile {
  border: 1px solid #e5e5e5;
}
.author_heading {
  min-width: 190px;
  text-align: center;
}
.author_heading p {
  font-weight: 600;
}
.author_detail {
  background-color: #fff;
}
.author_detail dt {
  font-weight: 600;
  padding-bottom: 0.5em;
}
.author_heading p,
.author_detail dt,
.author_detail dd {
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .author_profile {
    display: block;
    margin-top: 30px;
  }
  .author_heading,
  .author_detail {
    padding: 15px 5%;
  }
  .author_detail dt,
  .author_detail dd {
    font-size: 0.875rem;
  }
}
.video-center p {
  margin-bottom: 35px;
}
.video-center iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
}
.video-flex {
  display: flex;
}
.video-flex-items {
  margin: 40px auto 0;
}
.video-flex-items iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.video-wrap {
  margin: 0 auto;
  width: 560px;
  height: 315px;
  border: 1px solid #d1d1d1;
}
@media screen and (max-width: 768px) {
  .video-wrap {
    width: 100%;
  }
  .video-flex {
    display: block;
  }
}

/* 250401 ノベルティ */
.listlink.listlink_seo_content.novelty_txt {
  width: calc(100% - 40px);
  max-width: 1300px;
}
.special__summary strong {
  font-weight: bold;
}

/* 250408 サイドバー */
ul.globe_calc2 {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(15, auto);
}
.header-inner-nav-link > li .submenu ul.globe_calc2 {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  ul.globe_calc2 {
    grid-auto-flow: row;
  }
}

/* 250523 4月改善 */
.listlink.listlink_seo_content.listlink_seo_content_point {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .listlink.listlink_seo_content.listlink_seo_content_point {
    margin-left: auto;
    margin-right: auto;
  }
}

/* 250528 5月改善 */
.company-contents .c-upper li {
  width: calc(100% / 3 - 20px);
}

@media (max-width: 768px) {
  .company-contents .c-upper li {
    width: 100%;
  }

  .company-contents .c-upper__item {
    margin-top: 50px;
  }
}

.company-contents__top {
  padding: 70px 0 30px;
}

@media (max-width: 768px) {
  .company-contents .c-upper__item {
    width: 100%;
  }
}

.company-contents .c-upper__img-wrap {
  position: relative;
  overflow: hidden;
}

.company-contents .c-upper__img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .company-contents .c-upper__img {
    width: 100%;
  }
}

.company-contents .c-upper__img:hover {
  transform: scale(1.1);
}

.company-contents .c-upper__ttl {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0 10px;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  position: absolute;
  bottom: 0;
  width: 100%;
}

.company-contents .c-lower.flex {
  display: flex;
  justify-content: unset;
  flex-wrap: wrap;
}

.company-contents .c-lower li {
  margin-right: 26px;
  width: calc(100% / 4 - 26px);
  padding: 0;
}
.company-contents .c-lower li:before {
  content: none;
}
@media (max-width: 768px) {
  .company-contents .c-lower li {
    width: 100%;
    margin-right: 0;
  }
}

.company-contents .c-lower li:nth-of-type(4n) {
  margin-right: 0;
}

.company-contents .c-lower__img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.company-contents .c-lower__item {
  width: 100%;
  margin-top: 50px;
  position: relative;
}

@media (max-width: 768px) {
  .company-contents .c-lower__item {
    width: 100%;
  }
}

.company-contents .c-lower__img {
  /*width: 280px;*/
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .company-contents .c-lower__img {
    width: 100%;
  }
}

.company-contents .c-lower__img:hover {
  transform: scale(1.1);
}

.company-contents .c-lower__ttl {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0 10px;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  position: absolute;
  bottom: 0;
  width: 100%;
}

.company-contents .c-lower__txt {
  margin-top: 10px;
  margin-bottom: 1.5em;
  position: relative;
}

/* 2025822 7月改善AIO */
.relate-link-list-type p.ttl {
  font-size: 20px;
  margin: 2rem 0 1rem;
  font-weight: bold;
}
.relate-link-list-type ul li:before {
  content: "●" !important;
  color: #e70214;
  font-size: 0.8rem;
  margin-top: 3px;
  position: absolute;
  top: 3px;
  left: 0;
}

.relate-link-list-type ul li a {
  font-size: 1rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
}
.relate-link-list-type ul li {
  padding: 3px 0;
  font-size: 1rem;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  padding-left: 20px;
  position: relative;
}
/* 250411（認証情報追加） */
.certification {
  margin-top: 40px;
}
.certification ul li {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.certification ul li span {
  color: #e60013;
}
