@charset "UTF-8";
.page-template-page-top {
  /* セクションごと */
}

.page-template-page-top h2 {
  text-align: center;
}

.page-template-page-top .read {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.page-template-page-top .Products {
  padding-top: 50px;
  color: #515151;
}

.page-template-page-top .Products h2 {
  max-width: 256px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: .9;
  padding-top: 10px;
  border-left: 1.5px solid #515151;
  border-right: 1.5px solid #515151;
  margin-inline: auto;
}

.page-template-page-top .Products h2 small {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 300;
}

.page-template-page-top .Products .productTab dd {
  padding: 40px 93px;
}

.page-template-page-top .Products .productTab dd ul {
  list-style: none;
  width: 100%;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: space-between;
}

.page-template-page-top .Products .productTab dd ul li {
  width: calc((100% - 70px) / 3);
}

@media (max-width: 428px) {
  .page-template-page-top .Products .productTab dd ul li {
    width: 100%;
  }
}

.page-template-page-top .Products .productTab dd ul li img {
  max-width: 265px;
  width: 100%;
}

.page-template-page-top .Online {
  background: #F6EEE4;
  margin-block-start: 60px;
  padding-top: 50px;
  color: #515151;
}

.page-template-page-top .Online h2 {
  background-color: #C79F62;
  color: #fff;
  text-align: center;
  padding-block: 10px;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
}

.page-template-page-top .Online h2 img {
  width: 44px;
  display: inline;
  margin-right: 20px;
}

.page-template-page-top .Online .read {
  text-align: center;
}

@media (max-width: 428px) {
  .page-template-page-top .Online .read {
    text-align: left;
  }
}

.page-template-page-top .Online .BtnArea.flex {
  gap: 3.035%;
  width: 100%;
}

@media (max-width: 960px) {
  .page-template-page-top .Online .BtnArea.flex {
    justify-content: center;
    max-width: 780px;
    gap: 20px 60px;
    margin-inline: auto;
    flex-wrap: wrap;
  }
}

@media (max-width: 428px) {
  .page-template-page-top .Online .BtnArea.flex {
    justify-content: center;
  }
}

.page-template-page-top .Online .BtnArea.flex img {
  max-width: 230px;
  margin-top: 20px;
  width: 100%;
}

.page-template-page-top .Service {
  margin-top: 100px;
  background: url(../images/bg-service.png) no-repeat center top;
  background-size: cover;
  color: #fff;
  padding-block: 60px;
}

.page-template-page-top .Service .flex {
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1100px) {
  .page-template-page-top .Service .flex {
    flex-direction: column;
  }
}

.page-template-page-top .Service .flex .left {
  width: 60.89%;
  margin-inline-start: 40px;
}

@media (max-width: 1100px) {
  .page-template-page-top .Service .flex .left {
    margin-inline-start: 0;
    width: 100%;
  }
}

.page-template-page-top .Service .flex .left h2 {
  position: relative;
  left: 150px;
  max-width: 350px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  border-left: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

@media (max-width: 1100px) {
  .page-template-page-top .Service .flex .left h2 {
    position: unset;
    margin-inline: auto;
    font-size: 24px;
    line-height: 23px;
    width: 60.89%;
  }
}

.page-template-page-top .Service .flex .left h2 small {
  font-size: 16px;
  margin-inline-start: 12px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 1100px) {
  .page-template-page-top .Service .flex .left h2 small {
    font-size: 16px;
    display: block;
    margin-block-start: 5px;
  }
}

.page-template-page-top .Service .flex .left p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 1100px) {
  .page-template-page-top .Service .flex .left p {
    font-size: 15px;
    line-height: 28px;
    max-width: 282px;
    margin-inline: auto;
  }
}

.page-template-page-top .Service .flex .right {
  margin-inline: 40px 60px;
}

@media (max-width: 1100px) {
  .page-template-page-top .Service .flex .right {
    margin-block-start: 40px;
    margin-inline: auto;
  }
}

.page-template-page-top .Service .flex .right img {
  max-width: 282px;
}

.page-template-page-top .News {
  width: 100%;
  color: #515151;
}

@media (max-width: 960px) {
  .page-template-page-top .News .flex {
    width: 100%;
    max-width: 780px;
    margin-inline: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

.page-template-page-top .News .flex article {
  max-width: 208px;
  width: 100%;
  margin-block-start: 30px;
}

@media (max-width: 960px) {
  .page-template-page-top .News .flex article {
    width: calc(50% - 20px);
    max-width: none;
  }
}

.page-template-page-top .News .flex article figure {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.page-template-page-top .News .flex article figure img {
  max-width: 156px;
}

.page-template-page-top .News .flex article .label {
  width: 100%;
  max-width: 156px;
}

.page-template-page-top .News .flex article .pdf-data {
  margin-top: 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  display: block;
  padding-block-end: 10px;
  width: 100%;
}

.page-template-page-top .News .flex article .pdf-ttl {
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  width: 100%;
}

.page-template-page-top .News .btn-viewlist {
  background: #fff;
  color: #515151;
  border: 1px solid #515151;
}

.page-template-page-top .Pickup {
  width: 100%;
  color: #515151;
}

.page-template-page-top .Pickup .wp-block-column p {
  font-size: 13px;
  margin-block-start: 10px;
}

.page-template-page-top .Pickup .btn-viewlist {
  background: #fff;
  color: #515151;
  border: 1px solid #515151;
}

.page-template-page-top .Topics {
  background: #4098D4;
  padding-top: 50px;
  color: #fff;
}

.page-template-page-top .Topics h2 {
  background-color: #0F3774;
  color: #fff;
  text-align: center;
  padding-block: 10px;
  justify-content: center;
  gap: 0;
  font-size: 25px;
  font-weight: bold;
}

.page-template-page-top .Topics h2 img {
  width: 40px;
  display: inline;
  margin-right: 20px;
}

.page-template-page-top .Topics .ArticleArea.flex {
  gap: 8.6%;
}

@media (max-width: 428px) {
  .page-template-page-top .Topics .ArticleArea.flex {
    flex-direction: column;
  }
}

.page-template-page-top .Topics .ArticleArea.flex article {
  max-width: 280.5px;
  width: 100%;
  margin-block-start: 30px;
}

@media (max-width: 428px) {
  .page-template-page-top .Topics .ArticleArea.flex article {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}

.page-template-page-top .Topics .ArticleArea.flex article figcaption {
  font-size: 13px;
}

.page-template-page-top .Topics .btn-viewlist {
  background: #fff;
  color: #515151;
}

.page-template-page-top .Info {
  box-sizing: border-box;
  color: #515151;
}

.page-template-page-top .Info article {
  padding: 0;
  width: 100%;
}

.page-template-page-top .Info article .grid {
  display: grid;
  grid-template-columns: calc(16.8% - 20px) 14.1% calc(69.1% - 20px);
  grid-template-rows: 1fr;
  gap: 0px 20px;
  grid-auto-flow: row;
  grid-template-areas: "data label txt";
  border-bottom: 1.5px solid #eee;
  padding-block: 40px;
}

@media (max-width: 428px) {
  .page-template-page-top .Info article .grid {
    grid-template-columns: 28.99% 63.19%;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "data txt" "label txt";
    padding-block: 32px;
  }
}

.page-template-page-top .Info article .data {
  justify-self: center;
  align-self: center;
  grid-area: data;
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 428px) {
  .page-template-page-top .Info article .data {
    align-self: end;
  }
}

.page-template-page-top .Info article .label {
  justify-self: center;
  align-self: center;
  grid-area: label;
  width: 100%;
  font-size: 12px;
  background: #eee;
  color: #515151;
  border: none;
  font-weight: 500;
}

@media (max-width: 428px) {
  .page-template-page-top .Info article .label {
    margin-block: 0;
    margin-top: 5px;
    align-self: flex-start;
  }
}

.page-template-page-top .Info article .txt {
  grid-area: txt;
  align-self: center;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  font-weight: normal;
}

@media (max-width: 428px) {
  .page-template-page-top .Info article .txt {
    font-size: 13px;
  }
}

.page-template-page-top .Info .btn-viewlist {
  background: #fff;
  color: #515151;
  border: 1px solid #515151;
}

.page-template-page-top .Order .barrier {
  max-width: 700px;
  border: 3px solid #0F3774;
  box-sizing: border-box;
  color: #0F3774;
  margin-inline: auto;
  padding: 60px 45px;
  text-align: center;
  font-weight: 600;
  justify-content: center;
  flex-direction: column;
  font-size: 25px;
}

@media (max-width: 428px) {
  .page-template-page-top .Order .barrier {
    padding: 30px;
  }
}

.page-template-page-top .Order .barrier h2 {
  background: #0F3774;
  color: #fff;
  padding: 19px 50px;
  font-size: 28px;
  max-width: 480px;
  margin-inline: auto;
}

@media (max-width: 428px) {
  .page-template-page-top .Order .barrier h2 {
    font-size: 22px;
    padding: 10px 20px;
  }
}

.page-template-page-top .Order .barrier p {
  color: #0F3774;
  font-weight: bold;
}

@media (max-width: 428px) {
  .page-template-page-top .Order .barrier p {
    font-size: 16px;
  }
}
