/*----------------------------------------------------------
Index-/system/style.css
1.config
2.basic_table
3.dib
4.point
5.linkBox_news
6.anchorBox
7.recommendBox
8.flexBox
9.numTtl
10.Adjust
----------------------------------------------------------*/

/*----------------------------------------------------------
1.config
----------------------------------------------------------*/
.config > * {
  text-align: center;
}
.config img {
  max-width: 260px;
}
.config .lead {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .config {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .config > * {
    width: 50%;
    padding-bottom: 32px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .config > *:first-child {
    border-right: 1px solid #eee;
  }
  .config > *:first-child + * {
    padding-left: 30px;
  }
  .config > * > *:first-child {
    width: 156px;
  }
  .config > * img {
    width: 100%;
  }
  .config > * > *:first-child + * {
    width: calc(100% - 156px);
    padding-left: 36px;
    padding-right: 48px;
  }
  .config > * h3,
  .config > * h4 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 12px;
    font-weight: bold;
  }
  .config + .config {
    border-top: 1px solid #eee;
  }
  .config + .config > * {
    padding-top: 40px;
  }
  .config .lead {
    text-align: left;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768.9px) {
  .config > * img {
    margin-bottom: 20px;
  }
  .config > * h3,
  .config > * h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .config > * + * {
    margin-top: 32px;
  }
  .config + .config {
    margin-top: 32px;
  }
}

/*----------------------------------------------------------
2.basic_table
----------------------------------------------------------*/
.basic_table {
  width: 980px;
  min-width: 960px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  table-layout: fixed;
}
.basic_table + .basic_table {
  border-top: none;
}
.basic_table img {
  max-width: 100%;
}
.basic_table thead th:first-child,
.basic_table tbody th:first-child {
  width: 240px;
}
.basic_table thead th {
  font-size: 1.8rem;
  background: #525b5c;
  color: #fff;
}
.basic_table tr {
  border-bottom: 1px solid #ccc;
}
.basic_table th {
  vertical-align: middle;
  padding: 20px 14px;
}
.basic_table td {
  vertical-align: top;
  padding: 20px 36px;
}
.basic_table th,
.basic_table td {
  width: 740px;
  font-weight: normal;
  border-right: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 1.75;
}
.basic_table span {
  font-size: 1.2rem;
}
.basic_table02 tr th[rowspan] {
  width: 80px;
  text-align: center;
}
.basic_table02 th[rowspan] div span {
  letter-spacing: 0.1em;
}
.basic_table02 th[rowspan] + th,
.basic_table02 th:first-child {
  width: 160px;
}
@media screen and (min-width: 769px) {
  .basic_table02 tr th[rowspan] {
    padding: 0;
  }
  .basic_table02 th[rowspan] div {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
  }
}
@media screen and (max-width: 768.9px) {
  .basic_table {
    width: 100%;
    min-width: 1px;
    border-left: none;
  }
  .basic_table,
  .basic_table thead,
  .basic_table tbody,
  .basic_table th,
  .basic_table td {
    display: block;
  }
  .basic_table tr {
    border-left: 1px solid #ccc;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 24px;
  }
  .basic_table tr td {
    padding: 14px;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .basic_table tr th:first-child {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .basic_table thead th:first-child {
    display: none;
  }
  .basic_table thead th {
    font-size: 1.6rem;
  }
  .basic_table02 {
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
  }
  .basic_table02 tr th[rowspan] {
    background: #eee;
  }
  .basic_table02 tr th[rowspan] + th {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .basic_table02 tr {
    margin-bottom: 0;
    border-bottom: none;
  }
}

/*----------------------------------------------------------
3.dib
----------------------------------------------------------*/
.dib {
  width: 160px;
  display: inline-block;
  margin-left: 28px;
  line-height: 1.5;
  margin-top: 0 !important;
  margin-bottom: 16px;
}
.dib span {
  display: inline-block;
  line-height: 1.2;
  margin-top: 8px;
}
/*----------------------------------------------------------
4.point
----------------------------------------------------------*/
.pointTtl {
  background: #525b5c;
  color: #fff;
  text-align: center;
  margin-top: 18px;
}
.point,
.txt-list {
  text-align: left;
  line-height: 1.2;
}
.point li,
.txt-list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.txt-list li {
  line-height: 1.8;
}
.point li::before {
  content: "●";
  color: #ea002a;
  font-size: 1.6em;
  margin-right: 4px;
}
.point li + li {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .pointTtl {
    font-size: 18px;
    padding: 18px;
  }
}

@media screen and (max-width: 768.9px) {
  .pointTtl {
    font-size: 16px;
    padding: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .point li {
    line-height: 1.2;
  }
}

/*----------------------------------------------------------
5.linkBox_news
----------------------------------------------------------*/
.linkBox_news {
  display: block;
  letter-spacing: 2px;
  border-top: 2px solid #edeeee;
  border-bottom: 2px solid #edeeee;
}
.linkBox_news + .linkBox_news {
  border-top: none;
}
.linkBox_news h3,
.linkBox_news h4 {
  font-weight: bold;
}
.linkBox_news h3 span,
.linkBox_news h4 span {
  font-weight: normal;
  display: block;
}
@media screen and (min-width: 769px) {
  .linkBox_news a {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    line-height: 24px;
    position: relative;
  }
  .linkBox_news a:hover {
    text-decoration: underline;
  }
  .linkBox_news a::after {
    content: "";
    display: block;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 45%;
    right: 0;
    margin-top: -6px;
    background-image: url("/ja-jp/service/wms-lp/asset/cmn/img/icon_chev_black.svg");
  }
  .linkBox_news a > *:last-child {
    width: 190px;
    height: auto;
    order: 1;
  }
  .linkBox_news a > *:first-child {
    width: calc(100% - 190px);
    padding-left: 40px;
    padding-right: 88px;
    font-size: 1.6rem;
    order: 2;
  }
  .linkBox_news h3,
  .linkBox_news h4 {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  .linkBox_news h3,
  .linkBox_news h4 span {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 768.9px) {
  .linkBox_news a {
    padding: 32px 16px 24px;
    line-height: 1.4;
    position: relative;
    padding-right: 40px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .linkBox_news a::after {
    content: "";
    display: block;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -6px;
    background-image: url("/ja-jp/service/wms-lp/asset/cmn/img/icon_chev_black.svg");
  }
  .linkBox_news a > * {
    display: block;
  }
  .linkBox_news a > *:last-child {
    max-width: 320px;
    width: 100%;
    margin: auto;
    order: 1;
  }
  .linkBox_news a > *:first-child {
    margin-top: 16px;
    order: 2;
  }
  .linkBox_news h3,
  .linkBox_news h4 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .linkBox_news h3 span,
  .linkBox_news h4 span {
    font-size: 1.4rem;
  }
}

@media (min-width: 480px) and (max-width: 768.9px) {
  .linkBox_news a > *:last-child {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    order: 1;
  }
  .linkBox_news a::after {
    content: "";
    display: block;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 45%;
    right: 4px;
    margin-top: -6px;
    background-image: url("/ja-jp/service/wms-lp/asset/cmn/img/icon_chev_black.svg");
  }
}

/*----------------------------------------------------------
6.anchorBox
----------------------------------------------------------*/

.anchorBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  text-align: center;
}
.anchorBox a {
  border: 1px solid #ccc;
  border-radius: 6px;
  width: calc((100% - 32px) / 3);
  position: relative;
}
.anchorBox a span {
  display: block;
}
.anchorBox a span:first-child {
  padding: 32px 0;
  border: 1px solid #ea002a;
  border-radius: 6px;
  margin-bottom: 24px;
}
.anchorBox a span:first-child + * {
  font-weight: bold;
}
.anchorBox a span:last-child {
  display: inline-block;
  text-align: left;
  font-size: 0.88em;
  line-height: 1.93;
  margin-top: 1.29em;
}
.anchorBox a::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  content: "";
  display: block;
  background-image: url("/ja-jp/service/wms-lp/asset/cmn/img/icon_chev_white.svg");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ea002a;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
  .anchorBox {
    margin-bottom: 96px;
  }
  .anchorBox a {
    padding: 24px 32px;
  }
}

@media screen and (max-width: 768.9px) {
  .anchorBox {
    margin-bottom: 24px;
  }
  .anchorBox a {
    display: block;
    width: calc(50% - 8px);
    padding: 16px;
    line-height: 1.5;
  }
  .anchorBox a span:first-child {
    padding: 16px;
    margin-bottom: 12px;
  }
  .anchorBox a span:last-child {
    margin-top: 0.3em;
  }
}

/*----------------------------------------------------------
7.recommendBox
----------------------------------------------------------*/
.recommendBox {
  border: 2px solid #ea002a;
  position: relative;
  margin-bottom: 32px;
  text-align: center;
}
.recommendBox::before {
  content: "こんな方におすすめ";
  border-radius: 100px;
  text-align: center;
  color: #fff;
  background: #ea002a;
  max-width: 480px;
  width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  font-size: 1.25em;
  padding: 1.1em;
  margin-top: -1.6em;
}
.recommendBox::after {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-left-width: 32px;
  border-right-width: 32px;
  border-top-color: #ea002a;
}
.recommendBox p {
  color: #ea002a;
  font-weight: bold;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .recommendBox {
    padding: 54px 32px;
    margin-top: 80px;
  }
  .recommendBox > div {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  .recommendBox p {
    padding-left: 48px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 768.9px) {
  .recommendBox {
    padding: 28px;
    padding-top: 48px;
    margin-top: 40px !important;
  }
  .recommendBox p {
    margin-top: 14px;
    display: inline-block;
  }
}

/*----------------------------------------------------------
8.flexBox
----------------------------------------------------------*/
.flexBox,
.flexBox_wrap,
.flexBox_center {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.flexBox,
.flexBox_wrap {
  justify-content: space-between;
}
.flexBox_center > *:last-child {
  padding-left: 1em;
}
.flexBox.Box01 {
  align-items: flex-start;
  gap: 60px;
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .flexBox > * {
    width: 40%;
  }
  .flexBox > *:last-child {
    width: 60%;
  }
}

@media screen and (max-width: 768.9px) {
  .flexBox {
    display: block;
  }
  .flexBox > *:last-child {
    margin-top: 14px;
  }
}
/*----------------------------------------------------------
9.numTtl
----------------------------------------------------------*/
.numTtl {
  font-size: 4em;
  text-align: center;
}
.numTtl + p {
  text-align: center;
  font-weight: bold;
  font-size: 1.13em;
  margin-top: 0.6em;
  margin-bottom: 1.3em;
  letter-spacing: 0.1em;
}
.border {
  border: 6px solid #edeeee;
  padding: 40px;
}
.border:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768.9px) {
}
/*----------------------------------------------------------
10.Adjust
----------------------------------------------------------*/
.lead sup {
  vertical-align: top;
}
.mb40 {
  margin-bottom: 40px;
}
.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768.9px) {
  .mt40_sp {
    margin-top: 40px;
  }
}
