﻿@charset "UTF-8";
/*
layout
*/
/*
color
*/
/*
pxをvwに変換

ウインドウ幅1400pxに対して要素幅50pxの場合
getvw(50,1400)となる
*/
/*
メディアクエリ
記述例
body{
  @include msw('max',1200){
    background-color: red;
  }
}
*/
/*
ICON FONT
*/
/*************************
フォーム関連のスタイルリセット
**************************/
button,
input[type=submit] {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.article-detail .tag-array {
  margin-top: 20px;
}
.article-detail .date {
  line-height: 1.5;
  letter-spacing: 0.002em;
}
@media only screen and (min-width:768px) {
  .article-detail .date {
    font-size: 16px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .date {
    font-size: 14px;
  }
}
@media only screen and (min-width:768px) {
  .article-detail .date {
    margin-top: 10px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .date {
    margin-top: 20px;
  }
}
@media only screen and (min-width:768px) {
  .article-detail .date {
    display: flex;
    justify-content: flex-end;
  }
  .article-detail .date .date-posted {
    margin-left: 20px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .date .date-update, .article-detail .date .date-posted {
    text-align: right;
  }
}
.article-detail .eye-catch {
  margin-top: 30px;
}
.article-detail .index {
  background-color: #F2F6FD;
  margin-top: 80px;
}
@media only screen and (min-width:768px) {
  .article-detail .index {
    padding: 60px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .index {
    padding: 20px;
  }
}
.article-detail .index .index-title {
  font-size: 24px;
  font-weight: bold;
  color: #0C3387;
  display: flex;
  align-items: center;
}
.article-detail .index .index-title .icons-list {
  margin-right: 10px;
}
@media only screen and (min-width:768px) {
  .article-detail .index .index-title .icons-list {
    font-size: 26px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .index .index-title .icons-list {
    font-size: 22px;
  }
}
.article-detail .index ul a {
  line-height: 1.5;
  letter-spacing: 0.005em;
}
@media only screen and (min-width:768px) {
  .article-detail .index ul a {
    font-size: 18px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .index ul a {
    font-size: 16px;
  }
}
.article-detail .index > ul {
  margin-top: 20px;
}
.article-detail .index > ul > li::marker {
  color: #0C3387;
}
.article-detail .index > ul > li:nth-child(n+2) {
  margin-top: 20px;
}
.article-detail .index > ul > li > a {
  font-weight: bold;
  color: #0C3387;
}
@media only screen and (min-width:768px) {
  .article-detail .index > ul > li > ul {
    margin-top: 12px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .index > ul > li > ul {
    margin-top: 0;
  }
}
.article-detail .index > ul > li > ul > li > a {
  line-height: 2;
}
.article-detail h1 {
  font-weight: bold;
  letter-spacing: 0.002em;
  line-height: 1.5;
  color: #0C3387;
}
@media only screen and (min-width:768px) {
  .article-detail h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail h1 {
    font-size: 28px;
  }
}
.article-detail h2, .article-detail h2, .article-detail h3, .article-detail h4, .article-detail h5, .article-detail h6 {
  font-weight: bold;
  line-height: 1.5;
  color: #0C3387;
}
.article-detail h2:nth-child(n+2), .article-detail h2:nth-child(n+2), .article-detail h3:nth-child(n+2), .article-detail h4:nth-child(n+2), .article-detail h5:nth-child(n+2), .article-detail h6:nth-child(n+2) {
  margin-top: 60px;
}
@media only screen and (min-width:768px) {
  .article-detail h2 + .column-fig:nth-child(n+2), .article-detail h2 + .column-fig:nth-child(n+2), .article-detail h3 + .column-fig:nth-child(n+2), .article-detail h4 + .column-fig:nth-child(n+2), .article-detail h5 + .column-fig:nth-child(n+2), .article-detail h6 + .column-fig:nth-child(n+2) {
    margin-top: 60px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail h2 + .column-fig:nth-child(n+2), .article-detail h2 + .column-fig:nth-child(n+2), .article-detail h3 + .column-fig:nth-child(n+2), .article-detail h4 + .column-fig:nth-child(n+2), .article-detail h5 + .column-fig:nth-child(n+2), .article-detail h6 + .column-fig:nth-child(n+2) {
    margin-top: 30px;
  }
}
.article-detail h2 {
  font-size: 24px;
}
.article-detail h3 {
  font-size: 20px;
}
.article-detail h4 {
  font-size: 18px;
}
.article-detail h5 {
  font-size: 16px;
}
.article-detail h6 {
  font-size: 14px;
}
.article-detail h2 {
  font-size: 24px;
  background-color: #F2F6FD;
  padding: 10px 20px;
}
.article-detail p {
  font-size: 16px;
  line-height: 2;
}
.article-detail p:nth-child(n+2) {
  margin-top: 20px;
}
.article-detail p + figure {
  margin-top: 60px;
}
.article-detail img {
  // max-width: 100%;
  height: auto !important;
}
.newscontainer{
  max-width: 80% !important;
  margin: 0 auto;
  line-height: 1.8em;
}

.newscontainer img{
  text-align: center;
  //max-width: 500px;
  margin-top: 20px;
}
@media only screen and (man-width:768px) {
  .newscontainer img{
    max-width: 100%;
  }
  }

.newscontainer a{
  color:#6d9bff
}

.article-detail figure:nth-child(n+2), .article-detail .wp-block-image:nth-child(n+2) {
  margin-top: 20px;
}
.article-detail .wp-block-columns:nth-child(n+2) {
  margin-top: 20px;
}
@media only screen and (min-width:768px) {
  .article-detail .wp-block-columns {
    display: flex;
    justify-content: space-between;
  }
  .article-detail .wp-block-columns .wp-block-column {
    width: 48.88%;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .wp-block-columns .wp-block-column:nth-child(n+2) {
    margin-top: 20px;
  }
}
.article-detail figure.aligncenter {
  text-align: center;
}
@media only screen and (min-width:768px) {
  .article-detail .wp-block-embed {
    max-width: 1200px;
  }
}
.article-detail .wp-block-embed.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.article-detail .wp-block-embed.alignright {
  margin-left: auto;
}
.article-detail .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.article-detail ul {
  font-size: 16px;
  line-height: 2;
  padding-left: 1.75em;
}
.article-detail ul:nth-child(n+2) {
  margin-top: 20px;
}
.article-detail ul li {
  list-style: disc;
}
.article-detail .blogcard:nth-child(n+2) {
  margin-top: 20px;
}
.article-detail .blogcard a {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 5px 5px 10px 0 rgba(0, 29, 90, 0.2);
  overflow: hidden;
  display: flex;
}
@media only screen and (min-width:768px) {
  .article-detail .blogcard a figure {
    width: 20%;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .blogcard a figure {
    width: 36.36%;
  }
}
@media only screen and (min-width:768px) {
  .article-detail .blogcard a .text {
    width: 80%;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .blogcard a .text {
    width: 63.64%;
  }
}
.article-detail .blogcard a:hover figure img {
  transform: scale(1.12);
}
.article-detail .blogcard a:hover .text {
  text-decoration: underline;
}
.article-detail .blogcard figure {
  overflow: hidden;
}
.article-detail .blogcard figure img {
  transition: 0.3s;
}
.article-detail .blogcard .text {
  font-weight: bold;
  letter-spacing: 0.007em;
}
@media only screen and (min-width:768px) {
  .article-detail .blogcard .text {
    padding: 28px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .blogcard .text {
    padding: 4px 10px;
  }
}
.article-detail .blogcard .text .tag span {
  line-height: 1;
  color: #fff;
  background-color: #0C3387;
  border-radius: 2px;
  display: inline-block;
}
@media only screen and (min-width:768px) {
  .article-detail .blogcard .text .tag span {
    font-size: 14px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .blogcard .text .tag span {
    font-size: 12px;
  }
}
@media only screen and (min-width:768px) {
  .article-detail .blogcard .text .tag span {
    padding: 6.5px 7px 7.5px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .blogcard .text .tag span {
    padding: 4px;
  }
}
.article-detail .blogcard .text p {
  margin-top: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .article-detail .blogcard .text p {
    font-size: 16px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .blogcard .text p {
    font-size: 14px;
  }
}
@media only screen and (min-width:768px) {
  .article-detail .blogcard .text p {
    line-height: 2;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .blogcard .text p {
    line-height: 1.5;
  }
}
@media only screen and (min-width:768px) {
  .article-detail .column-fig:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .column-fig:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media only screen and (min-width:768px) {
  .article-detail .column-fig {
    display: flex;
    justify-content: space-between;
  }
  .article-detail .column-fig img {
    width: 48.88%;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .column-fig img:nth-child(n+2) {
    margin-top: 20px;
  }
}
.article-detail .iframe {
  margin: 0 auto;
}
.article-detail .iframe:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (min-width:768px) {
  .article-detail .iframe {
    width: 80%;
  }
}
@media only screen and (max-width:767px) {
  .article-detail .iframe {
    width: 100%;
  }
}
.article-detail .iframe .iframe-inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.article-detail .iframe .iframe-inner iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.article-detail.article-info {
  padding-top: 60px;
}
.article-detail.article-info .date {
  margin-top: 20px;
}
.article-detail.article-contents {
  margin-top: 50px;
}
@media only screen and (min-width:768px) {
  .article-detail.article-contents {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width:767px) {
  .article-detail.article-contents {
    padding-bottom: 80px;
  }
}
.article-detail.article-contents h2 {
  background: none;
  padding: 0;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
}
.article-tags > li {
  margin-right: 10px;
}
.article-tags > li a, .article-tags > li span {
  font-size: 11px;
  line-height: 1;
  color: #0C3387;
  background-color: #fff;
  border: 1px solid #CED6E7;
  border-radius: 2px;
  display: block;
  padding: 5px;
}
.article-tags > li a {
  transition: border 0.2s;
}
.article-tags > li a:hover {
  border: 1px solid #0C3387;
}

.tag-array {
  display: flex;
  position: relative;
}

/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.related {
    padding: 100px 0;
  }
  section.related .common-sec-title {
    text-align: center;
  }
  section.related .products-title {
    width: 84.6153846154vw;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #CED6E7;
    color: var(--blue, #0C3387);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: clamp(10px, 6.1538461538vw, 24px);
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.related .related-contents {
    width: 100%;
  }
  section.related .related-products {
    margin-top: 60px;
  }
  section.related .related-products:nth-of-type(1) {
    margin-top: 50px;
  }
  section.related .products-carousel {
    margin: 20px 0 0 auto;
  }
  section.related .products-carousel .swiper-slide {
    width: calc(200px + 7.6923076923vw);
    padding-left: 7.6923076923vw;
  }
  section.related .products-carousel .products-carousel-box .box-pic {
    width: 200px;
    height: 200px;
  }
  section.related .products-carousel .products-carousel-box .box-pic img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  section.related .products-carousel .products-carousel-box .box-name {
    margin-top: 30px;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
  }
  section.related .products-carousel .products-carousel-box .box-code {
    margin-top: 15px;
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  section.related .products-carousel .products-carousel-box .box-ct {
    margin-top: 15px;
  }
  section.related .products-carousel .products-carousel-box .box-ct span {
    border-radius: 2px;
    display: inline-block;
    margin-top: 12px;
    margin-right: 12px;
  }
  section.related .products-carousel .products-carousel-box .box-ct .box-ct-end {
    color: white;
    background-color: #6F6F6F;
    padding: 5px;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
  }
  section.related .products-carousel .products-carousel-box .box-ct .box-ct-category {
    color: #0C3387;
    background-color: #F2F6FD;
    padding: 5px;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
  }
  section.related .products-carousel .products-carousel-box .box-ct .box-ct-tag {
    color: #0C3387;
    border: 1px solid #CED6E7;
    padding: 5px;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
  }
  section.related .products-carousel-nav {
    margin-top: 40px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.related {
    padding: 150px 0;
  }
  section.related .common-sec-title {
    text-align: center;
  }
  section.related .products-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #CED6E7;
    color: var(--blue, #0C3387);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.related .related-products {
    margin-top: 100px;
  }
  section.related .related-products:nth-of-type(1) {
    margin-top: 50px;
  }
  section.related .products-carousel {
    position: relative;
    margin-top: 30px;
  }
  section.related .products-carousel .products-carousel-box:hover .box-pic img {
    transform: scale(1.12);
  }
  section.related .products-carousel .products-carousel-box .box-pic {
    width: 225px;
    height: 225px;
    margin: 0 auto;
    overflow: hidden;
  }
  section.related .products-carousel .products-carousel-box .box-pic img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    will-change: transform;
  }
  section.related .products-carousel .products-carousel-box .box-name {
    margin-top: 30px;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
  }
  section.related .products-carousel .products-carousel-box .box-code {
    margin-top: 10px;
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  section.related .products-carousel .products-carousel-box .box-ct span {
    border-radius: 2px;
    margin-top: 15px;
  }
  section.related .products-carousel .products-carousel-box .box-ct span:nth-last-child(n+2) {
    margin-right: 12px;
  }
  section.related .products-carousel .products-carousel-box .box-ct .box-ct-end {
    color: white;
    background-color: #6F6F6F;
    padding: 5px;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
  }
  section.related .products-carousel .products-carousel-box .box-ct .box-ct-category {
    color: #0C3387;
    background-color: #F2F6FD;
    padding: 5px;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
  }
  section.related .products-carousel .products-carousel-box .box-ct .box-ct-tag {
    color: #0C3387;
    border: 1px solid #CED6E7;
    padding: 5px;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
  }
  section.related .products-carousel-nav .carousel-nav-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    z-index: 50;
    transform: translateY(-50%) scaleX(-1);
  }
  section.related .products-carousel-nav .carousel-nav-next {
    position: absolute;
    top: 50%;
    right: -60px;
    z-index: 50;
    transform: translateY(-50%);
  }
  section.related .products-carousel-nav .carousel-nav-seek {
    display: none;
  }
}
.article-list {
  margin: 40px auto 0;
}
@media only screen and (min-width:768px) {
  .article-list {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width:767px) {
  .article-list {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width:768px) {
  .article-list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (min-width:768px) {
  .article-list .list > li {
    width: calc((100% - 80px) / 3);
  }
  .article-list .list > li:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }
  .article-list .list > li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media only screen and (max-width:767px) {
  .article-list .list > li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.article-list .list > li .inner:hover figure img {
  transform: scale(1.12);
}
.article-list .list > li figure {
  overflow: hidden;
}
.article-list .list > li figure img {
  transition: transform 0.5s;
  will-change: transform;
}
.article-list .list > li .article-tags {
  margin-top: -9px;
  position: relative;
  z-index: 10;
}
.article-list .list > li .article-tags.article-cats {
  margin-top: 5px;
}
.article-list .list > li .title {
  font-weight: bold;
  line-height: 1.7;
  margin-top: 8.5px;
}
.article-list .list > li .desc {
  font-size: 14px;
  line-height: 1.7;
  color: #5E5E5E;
  margin-top: 5px;
}

.article-others {
  padding: 100px 0 0;
}
.article-others .article-others-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.005em;
  line-height: 1.5;
  color: #0C3387;
  border-bottom: 1px solid #CED6E7;
  padding-bottom: 20px;
}
.article-others .article-list {
  padding: 0;
}

@media only screen and (min-width:768px) {
  .article-others-links {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width:767px) {
  .article-others-links {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width:768px) {
  .article-others-links {
    margin-top: 100px;
  }
}
@media only screen and (max-width:767px) {
  .article-others-links {
    margin-top: 80px;
  }
}
@media only screen and (min-width:768px) {
  .article-others-links .links {
    display: flex;
    justify-content: center;
  }
  .article-others-links .links a:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media only screen and (max-width:767px) {
  .article-others-links .links a {
    margin: 0 auto;
  }
  .article-others-links .links a:nth-child(n+2) {
    margin-top: 10px;
  }
}

.article-related-info {
  background-color: #F2F6FD;
  padding: 60px 0;
}
@media only screen and (min-width:768px) {
  .article-related-info .common-contents-box {
    padding: 0 120px;
  }
}
.article-related-info .article-related-info-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.005em;
  line-height: 1.5;
  color: #0C3387;
}
.article-related-info .article-related-info-list {
  font-size: 16px;
  letter-spacing: 0.007em;
  line-height: 2;
  margin-top: 20px;
}
.article-related-info .article-related-info-list .list > li a {
  text-decoration: underline;
  transition: opacity 0.2s;
}
.article-related-info .article-related-info-list .list > li a:hover {
  opacity: 0.5;
}
.article-related-info .article-related-info-list .list > li a:hover ~ span {
  opacity: 0.5;
}
.article-related-info .article-related-info-list .list > li a ~ span {
  margin-left: 10px;
  transition: opacity 0.2s;
}

section.related {
  padding: 0;
}
section.related .related-contents {
  padding-bottom: 0;
}
@media only screen and (min-width:768px) {
  section.related .related-contents {
    padding-top: 150px;
  }
}
@media only screen and (max-width:767px) {
  section.related .related-contents {
    padding-top: 100px;
  }
}
section.related .related-products:nth-of-type(1) {
  margin-top: 0;
}

.article-others-links {
  margin-top: 0;
}
@media only screen and (min-width:768px) {
  .article-others-links {
    padding-top: 130px;
  }
}
@media only screen and (max-width:767px) {
  .article-others-links {
    padding-top: 100px;
  }
}