@charset "utf-8";

.fukidashi-comment {
  background-color: #fff;
  border: .1em solid #1a5098;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  padding: .5em;
  position: relative;
}
.fukidashi-comment:before,
.fukidashi-comment:after {
  border-left: none;
  content: '';
  display: block;
  position: absolute;
}
.fukidashi-comment:before {
  border-bottom: .5em solid transparent;
  border-right: .8em solid #1a5098;
  border-top: .5em solid transparent;
  left: -.8em;
  top: .6em;
}
.fukidashi-comment:after {
  border-bottom: .5em solid transparent;
  border-right: .8em solid #fff;
  border-top: .5em solid transparent;
  left: -.8em;
  top: .6em;
}


/* diagonal line
======================================================== */
.diagonal-line {
  margin: 0;
  text-align: center;
  width: 100%;
}

.diagonal-line-inner {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
}
@media screen and (max-width: 667px) {
.diagonal-line-inner {
  font-size: 14px;
  line-height: 1.3;
  padding: 0 .5em;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.diagonal-line-inner { font-size: 16px; }
}

.diagonal-line-inner:before,
.diagonal-line-inner:after {
  content: '';
  background-color: #000;
  bottom: 5px;
  display: block;
  height: 80%;
  position: absolute;
  width: 3px;
}
@media screen and (max-width: 667px) {
.diagonal-line-inner:before,
.diagonal-line-inner:after { width: 2px; }
}

.diagonal-line-inner:before {
  left: 0;
  transform: rotate(150deg);
}

.diagonal-line-inner:after {
  right: 0;
  transform: rotate(-150deg);
}

.diagonal-line-inner .span { display: block; }

.diagonal-line + .sentence { text-align: center; }
@media screen and (max-width: 667px) {
.diagonal-line + .sentence { text-align: left; }
}

.banner-link {
  display: block;
  margin: 10px auto 0;
  transition: .3s;
  width: 750px;
}
@media screen and (max-width: 667px) {
.banner-link { width: 95%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.banner-link { width: 70%; }
}

.banner-link:hover { opacity: .7; }

.banner-link-figure {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.banner-size-figure {
  display: block;
  height: auto;
  margin: 10px auto 0;
  width: 750px
}
@media screen and (max-width: 667px) {
.banner-size-figure { width: 95%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.banner-size-figure { width: 70%; }
}

.article-column {
  background-color: #f2f2f2;
  padding: 70px 105px;
  width: 1040px;
}
@media screen and (max-width: 667px) {
.article-column {
  padding: 35px 20px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-column {
  padding: 35px 40px;
  width: 100%;
}
}

.article-column-inner {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent 27px, #f5f5f5 28px),linear-gradient(90deg, transparent 27px, #f5f5f5 28px);
  background-size: 28px 28px;
  border-radius: 14px;
  padding: 47px 45px 53px;
}
@media screen and (max-width: 667px) {
.article-column-inner {
  background-image: linear-gradient(0deg, transparent 13px, #f5f5f5 14px),linear-gradient(90deg, transparent 13px, #f5f5f5 14px);
  background-size: 14px 14px;
  border-radius: 7px;
  padding: 20px 20px 30px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-column-inner { padding: 45px 25px 53px; }
}

.article-column-subheading {
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0 0 42px;
}
@media screen and (max-width: 667px) {
.article-column-subheading {
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-column-subheading {
  font-size: 24px;
  padding-bottom: 20px;
}
}

.article-column-headline {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  padding: 0 0 8px;
}
@media screen and (max-width: 667px) {
.article-column-headline {
  font-size: 14px;
  padding-bottom: 4px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-column-headline { font-size: 18px; }
}

.article-column-read {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 44px;
  padding: 0;
}
@media screen and (max-width: 667px) {
.article-column-read {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 22px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-column-read {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}
}

.article-column-contents-wrap {
  align-items: center;
  display: flex;
  height: 375px;
  justify-content: space-between;
  margin: 100px auto 0;
  padding-bottom: 65px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.article-column-contents-wrap {
  flex-wrap: wrap;
  height: auto;
  margin: 50px auto 0;
  padding-bottom: 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-column-contents-wrap {
  height: auto;
  margin: 30px auto 0;
  padding-bottom: 0;
}
}

.article-column-contents {
  background-color: #e3e3e3;
  border-radius: 15px;
}
@media screen and (max-width: 667px) {
.select-products-list { border-radius: 5px; }
}

.article-column-contents-figure {
  display: block;
  margin: 0;
}

.article-column-middle-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 12px;
}
@media screen and (max-width: 667px) {
.article-column-middle-heading {
  font-size: 14px;
  padding-bottom: 6px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-column-middle-heading { font-size: 20px; }
}

.article-column-sentence {
  font-size: 14px;
  line-height: 2;
  margin: 0;
  padding: 0 0 1em;
}
@media screen and (max-width: 667px) {
.article-column-sentence {
  font-size: 12px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-column-sentence {
  font-size: 13px;
  line-height: 1.5;
}
}

/* product ranking
======================================================== */
.product-ranking {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
  position: relative;
  width: 1022px;
}
@media screen and (max-width: 667px) {
.product-ranking {
  margin-top: 10px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-ranking { width: 100%; }
}
.product-ranking-list {
  border-bottom: 8px solid #1a5098;
  border-top: 8px solid #1a5098;
  margin: 0 9px;
  position: relative;
  text-decoration: none;
  transition: .3s;
  width: 274px;
}
@media screen and (max-width: 667px) {
.product-ranking-list {
  align-items: flex-start;
  border-bottom: none;
  border-top-width: 4px;
  display: flex;
  margin-top: 20px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-ranking-list {
  border-bottom-width: 4px;
  border-top-width: 4px;
  width: 30%;
}
}
.product-ranking-list:nth-of-type(n+4) { margin-top: 30px; }
@media screen and (max-width: 667px) {
.product-ranking-list:nth-of-type(n+4) { margin-top: 20px; }
}

.product-ranking-list:hover {
  opacity: .7;
  text-decoration: none;
}

.product-ranking-number {
  background-color: #1a5098;
  display: block;
  height: 53px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -16px;
  width: 52px;
}
.type-ranking .product-ranking-number { top: -6px; }
@media screen and (max-width: 667px) {
.product-ranking-number {
  height: 27px;
  top: -10px;
  width: 32px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-ranking-number {
  height: 35px;
  top: -10px;
  width: 32px;
}
}

.product-ranking-number:before {
  border-bottom: none;
  border-left: 8px solid #0c2546;
  border-right: none;
  border-top: 8px solid transparent;
  content: '';
  display: block;
  left: 52px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 667px) {
.product-ranking-number:before {
  border-left-width: 6px;
  border-top-width: 6px;
  left: 32px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-ranking-number:before {
  border-left: 5px solid #0c2546;
  border-top: 6px solid transparent;
  left: 32px;
}
}

.rank01 .product-ranking-number:before { left: 68px; }
@media screen and (max-width: 667px) {
.rank01 .product-ranking-number:before { left: 38px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.rank01 .product-ranking-number:before { left: 38px; }
}

.product-ranking-number-inner {
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: 600;
  height: 58px;
  line-height: 1;
  padding-top: 16px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product-ranking-number-inner {
  font-size: 10px;
  height: 32px;
  padding-top: 7px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-ranking-number-inner {
  font-size: 14px;
  height: 39px;
  padding-top: 10px;
}
}
.product-ranking-number-strong {
  color: #fff;
  font-family: Noto Sans CJK JP, sans-serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 667px) {
.product-ranking-number-strong { font-size: 16px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-ranking-number-strong { font-size: 20px; }
}
.product-ranking-number-inner:after {
  border-bottom: 5px solid transparent;
  border-left: 26px solid #1a5098;
  border-right: 26px solid #1a5098;
  border-top: none;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 667px) {
.product-ranking-number-inner:after {
  border-bottom-width: 5px;
  border-left-width: 16px;
  border-right-width: 16px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-ranking-number-inner:after {
  border-bottom-width: 5px;
  border-left-width: 16px;
  border-right-width: 16px;
}
}
.rank01 .product-ranking-number {
  height: 68px;
  width: 68px;
}
@media screen and (max-width: 667px) {
.rank01 .product-ranking-number {
  height: 30px;
  width: 38px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.rank01 .product-ranking-number {
  height: 38px;
  width: 38px;
}
}
.rank01 .product-ranking-number-inner {
  height: 74px;
  padding-top: 14px;
}
@media screen and (max-width: 667px) {
.rank01 .product-ranking-number-inner {
  height: 35px;
  padding-top: 7px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.rank01 .product-ranking-number-inner {
  height: 42px;
  padding-top: 14px;
}
}
.product-ranking-list.rank01:before { left: 68px; }
@media screen and (max-width: 667px) {
.product-ranking-list.rank01:before { left: 38px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-ranking-list.rank01:before { left: 39px; }
}
.rank01 .product-ranking-number-strong { font-size: 46px; }
@media screen and (max-width: 667px) {
.rank01 .product-ranking-number-strong { font-size: 20px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.rank01 .product-ranking-number-strong { font-size: 20px; }
}
.rank01 .product-ranking-number-inner:before {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  display: block;
  height: 74px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 58px;
  z-index: 3;
}
@media screen and (max-width: 667px) {
.rank01 .product-ranking-number-inner:before {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 34px;
  left: 3px;
  width: 32px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.rank01 .product-ranking-number-inner:before {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 41px;
  left: 2px;
  width: 34px;
}
}
.rank01 .product-ranking-number-inner:after {
  border-bottom-width: 6px;
  border-left-width: 34px;
  border-right-width: 34px;
}
@media screen and (max-width: 667px) {
.rank01 .product-ranking-number-inner:after {
  border-bottom-width: 5px;
  border-left-width: 19px;
  border-right-width: 19px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.rank01 .product-ranking-number-inner:after {
  border-bottom-width: 5px;
  border-left-width: 19px;
  border-right-width: 19px;
}
}

.product-ranking-figure {
  display: block;
  height: 180px;
  margin: 10px auto 0;
  width: 180px;
}
@media screen and (max-width: 667px) {
.product-ranking-figure {
  height: auto;
  margin: 5px;
  width: 20%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-ranking-figure {
  height: 150px;
  width: 150px;
}
}

.product-ranking-headline {
  align-items: center;
  border-top: 2px solid #1a5098;
  display: flex;
  height: 62px;
  margin: 10px 0 0;
  position: relative;
}
@media screen and (max-width: 667px) {
.product-ranking-headline {
  border-top: none;
  height: 68px;
  margin: 0;
  padding: 0 10px 0 5px;
  position: relative;
  width: 80%;
}
}

@media screen and (max-width: 667px) {
.product-ranking-headline:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1a5098;
  border-right: none;
  border-top: 5px solid transparent;
  content: '';
  display: block;
  margin-top: -5px;
  position: absolute;
  right: 5px;
  top: 50%;
}
}

.product-ranking-headline:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: -7px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product-ranking-headline:before { display: none; }
}

.product-ranking-headline-inner {
  color: #1a5098;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product-ranking-headline-inner {
  font-size: 12px;
  text-align: left;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-ranking-headline-inner { font-size: 12px; }
}


/* column-thumbnail-commentary
======================================================== */
.column-thumbnail-commentary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  margin-top: 70px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.column-thumbnail-commentary {
  align-items: flex-start;
  margin-top: 0;
  padding: 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.column-thumbnail-commentary { margin-top: 30px; }
}

.column-thumbnail-commentary.row-reverse { flex-direction: row-reverse; }
@media screen and (max-width: 667px) {
.column-thumbnail-commentary.row-reverse { flex-direction: column; }
}
.column-thumbnail-commentary-figure { width: 43.254%; }
@media screen and (max-width: 667px) {
.column-thumbnail-commentary-figure { width: 100%; }
}

.column-thumbnail-commentary-picture {
  display: block;
  height: auto;
  width: 100%;
}
.column-thumbnail-commentary-body {
  height: 100%;
  padding: .5em 0;
  width: 54.055%;
}
@media screen and (max-width: 667px) {
.column-thumbnail-commentary-body {
  padding: 1em 0 2em;
  width: 100%;
}
}

.column-thumbnail-commentary-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0 0 1.5em;
  width: 100%;
}
@media screen and (max-width: 667px) {
.column-thumbnail-commentary-title {
  font-size: 15px;
  line-height: 1.25;
  padding-bottom: .5em;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.column-thumbnail-commentary-title {
  font-size: 16px;
  padding-bottom: 1em;
}
}

.column-thumbnail-commentary-sentence {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  padding: 0 0 1em;
}
@media screen and (max-width: 667px) {
.column-thumbnail-commentary-sentence {
  font-size: 13px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.column-thumbnail-commentary-sentence {
  font-size: 14px;
  line-height: 1.5;
}
}

.column-thumbnail-commentary-sentence:last-child { padding-bottom: 0; }

.column-thumbnail-commentary-more-link {
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  margin: 0;
  padding-left: 30px;
  position: relative;
}

.column-thumbnail-commentary-more-link:before {
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 667px) {  }
@media only screen and (min-width: 668px) and (max-width: 1024px) { }


/* .article relation blog
======================================================== */
.article-relation-blog {
  align-items: flex-start;
  background-color: #1a5098;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 20px;
  text-decoration: none;
  transition: .3s;
  width: 490px;
}
@media screen and (max-width: 667px) {
.article-relation-blog { width: 90%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) { }

.article-relation-blog:hover { text-decoration: none; }

.article-relation-blog:hover { opacity: .7; }

.article-relation-blog-figure {
  margin-right: 5%;
  width: 40%;
}
@media screen and (max-width: 667px) {  }
@media only screen and (min-width: 668px) and (max-width: 1024px) { }

.article-relation-blog-image {
  display: block;
  width: 100%;
}

.article-relation-blog-body { width: 55%; }
@media screen and (max-width: 667px) {  }
@media only screen and (min-width: 668px) and (max-width: 1024px) { }

.article-relation-blog-sentence,
.article-relation-blog-cta {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
@media screen and (max-width: 667px) {
.article-relation-blog-sentence,
.article-relation-blog-cta { font-size: 13px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-relation-blog-sentence,
.article-relation-blog-cta { font-size: 14px; }
}

.article-relation-blog-sentence {
  line-height: 1.5;
  margin: 0;
}

.article-relation-blog-cta {
  display: inline-block;
  line-height: 1;
  margin-top: 1em;
  padding: 0 1.8em 0 0;
  position: relative;
}

.article-relation-blog-cta:after {
  color: #fff;
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.1em;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}


/* .button rattice
======================================================== */
.button-rattice {
  align-items: center;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent 27px, #f5f5f5 28px),linear-gradient(90deg, transparent 27px, #f5f5f5 28px);
  background-size: 28px 28px;
  border: 3px solid #e3e3e3;
  border-radius: 0;
  box-shadow: 2px 2px 2px #ccc;
  display: flex;
  height: 85px;
  margin: 30px auto 0;
  position: relative;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}
@media screen and (max-width: 667px) {
.button-rattice {
  height: 60px;
  margin-top: 10px;
  padding-top: 1em;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-rattice {
  height: 60px;
  margin-top: 10px;
  padding-top: 1em;
}
}

.button-rattice.rows2 { width: 385px; }
@media screen and (max-width: 667px) {
.button-rattice.rows2 {
  margin: 20px auto 0;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-rattice.rows2 {
  margin: 30px auto 0;
  width: 48%;
}
}

.button-rattice:hover {
  background-color: #1a5098;
  border-color: #1a5098;
  text-decoration: none;
}

.button-rattice:before {
  background-color: #e3e3e3;
  border-radius: 0 0 13px 0;
  color: #1a5098;
  content: 'COLMN';
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  line-height: 15px;
  padding: 0 12px 3px 7px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 75px;
}
@media screen and (max-width: 667px) {  }
@media only screen and (min-width: 668px) and (max-width: 1024px) { }

.button-rattice:after {
  color: #fff;
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 0.5em;
  top: 25px;
}
@media screen and (max-width: 667px) {  }
@media only screen and (min-width: 668px) and (max-width: 1024px) { }

.button-rattice:after { color: #1a5098; }
.button-rattice .button-inner { color: #1a5098; }
.button-rattice:hover .button-inner { color: #fff; }
.button-rattice:hover:before {
  background-color: #fff;
  color: #1a5098;
}
.button-rattice:hover:after { color: #fff; }


/* product-with-circle-point
======================================================== */
.product-with-circle-point {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  padding-bottom: 60px;
  position: relative;
  width: 83%;
}
@media screen and (max-width: 667px) {
.product-with-circle-point {
  flex-wrap: wrap;
  margin: 20px auto 0;
  padding-bottom: 10px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-with-circle-point { padding-bottom: 30px; }
}

.product-with-circle-point-figure {
  display: block;
  padding: 20px 0;
  width: 330px;
}
@media screen and (max-width: 667px) {
.product-with-circle-point-figure {
  margin: 0 auto;
  padding: 0 0 20px;
  width: 80%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-with-circle-point-figure { width: 40%; }
}

.product-with-circle-point-item-name {
  position: relative;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 667px) {
.product-with-circle-point-item-name { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) { }

.product-with-circle-point-photo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 330px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product-with-circle-point-photo { max-width: 200px; }
}

.product-with-circle-point-body {
  display: block;
  margin: 0;
  width: 416px;
}
@media screen and (max-width: 667px) {
.product-with-circle-point-body { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-with-circle-point-body { width: 55%; }
}

.product-with-circle-point-body-read {
  font-size: 16px;
  line-height: 2;
  margin: 0;
  padding: 0 0 1em;
}
@media screen and (max-width: 667px) {
.product-with-circle-point-body-read {
  font-size: 13px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-with-circle-point-body-read {
  font-size: 14px;
  line-height: 1.5;
}
}

.product-with-circle-point-list {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 144px 133px;
  display: block;
  margin-top: 10px;
  padding: 27px 0 0 157px;
}
@media screen and (max-width: 667px) {
.product-with-circle-point-list {
  background-size: 72px 66px;
  padding: 13px 0 0 82px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-with-circle-point-list {
  background-size: 114px 103px;
  margin-top: 10px;
  padding: 21px 0 0 120px;
}
}

.product-with-circle-point-list:nth-child(1) { margin-top: 0; }

.product-with-circle-point-list-headline {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding-bottom: 14px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product-with-circle-point-list-headline {
  font-size: 13px;
  padding-bottom: 7px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-with-circle-point-list-headline {
  font-size: 16px;
  padding-bottom: .5em;
}
}

.product-with-circle-point-list-sentence {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product-with-circle-point-list-sentence { font-size: 11px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-with-circle-point-list-sentence { font-size: 12px; }
}

.product-category-link-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product-category-link-wrap {
  flex-wrap: wrap;
  margin: 0 auto;
}
}

.product-category-link {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  height: 190px;
  padding: 0 0 0 210px;
  position: relative;
  width: 49%;
}
@media screen and (max-width: 667px) {
.product-category-link {
  height: 128px;
  margin: 10px 0 0;
  padding: 0 0 0 133px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 768px) {
.product-category-link {
  height: 120px;
  padding: 0 0 0 130px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.product-category-link {
  height: 90px;
  padding: 0 0 0 100px;
}
}

.product-category-link-figure {
  display: block;
  height: 190px;
  left: 0;
  position: absolute;
  top: 0;
  width: 190px;
}
@media screen and (max-width: 667px) {
.product-category-link-figure {
  height: 128px;
  width: 128px;
}
}
@media only screen and (min-width: 668px) and (max-width: 768px) {
.product-category-link-figure {
  height: 120px;
  width: 120px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.product-category-link-figure {
  height: 90px;
  width: 90px;
}
}

.product-category-link-sentence {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 667px) {
.product-category-link-sentence {
  font-size: 13px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-link-sentence {
  font-size: 13px;
  line-height: 1.5;
}
}


/* check mark
======================================================== */
.checkmark-border {
  padding-left: 2.2em;
  position: relative;
}

.checkmark-border:before,
.checkmark-border:after {
  content: '';
  display: block;
  position: absolute;
}

.checkmark-border:before {
  background: #fff;
  border: 3px solid #000;
  left: 0;
  height: 23px;
  top: 0;
  width: 23px;
}
@media screen and (max-width: 767px) {
.checkmark-border:before {
  border-width: 2px;
  height: 18px;
  width: 18px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.checkmark-border:before {
  border-width: 2px;
  height: 20px;
  width: 20px;
}
}

.checkmark-border:after {
  border-bottom: 3px solid #1a5098;
  border-left: 3px solid #1a5098;
  left: 7px;
  height: 12px;
  top: 0;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  width: 23px;
}
@media screen and (max-width: 767px) {
.checkmark-border:after {
  border-bottom-width: 2px;
  border-left-width: 2px;
  left: 5px;
  height: 9px;
  width: 18px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.checkmark-border:after {
  border-bottom-width: 2px;
  border-left-width: 2px;
  left: 5px;
  height: 9px;
  width: 20px;
}
}


.relation-column-link {
  background-position: left 20px top 15px;
  background-repeat: no-repeat;
  background-size: 150px 100px;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #ccc;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  min-height: 130px;
  margin: 0 auto;
  padding: 15px 20px 15px 180px;
  position: relative;
  text-decoration: none;
  transition: .3s;
  width: 490px;
}
@media screen and (max-width: 375px) {
.relation-column-link {
  background-position: left 10px top 15px;
  background-size: 90px 59px;
  font-size: 14px;
  min-height: 105px;
  padding: 10px 15px 10px 120px;
  width: 100%;
}
}
@media screen and (min-width: 376px) and (max-width: 414px) {
.relation-column-link {
  background-position: left 10px top 15px;
  background-size: 90px 59px;
  font-size: 14px;
  min-height: 90px;
  padding: 10px 15px 10px 120px;
  width: 100%;
}
}

.relation-column-link:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}

.relation-column-link:before,
.relation-column-link:after {
  bottom: 15px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  position: absolute;
}

.relation-column-link:before {
  content: '詳しくはこちら';
  font-size: 16px;
  right: 40px;
}
@media screen and (max-width: 667px) {
.relation-column-link-more-link { font-size: 13px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.relation-column-link-more-link { font-size: 14px; }
}

.relation-column-link:after {
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: .5em;
  right: 20px;
}
@media screen and (max-width: 667px) {
.relation-column-link:after { right: 10px; }
}



/* headline -icon half-
======================================================== */
.headline-icon-halfline {
  margin: 0;
  padding: 80px 0 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
.headline-icon-halfline { padding: 45px 0 11px; }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.headline-icon-halfline { padding: 50px 0 12px; }
}

.headline-icon-halfline .headline-inner {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
.headline-icon-halfline .headline-inner {
  font-size: 16px;
  line-height: 1.2;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.headline-icon-halfline .headline-inner {
  font-size: 16px;
  line-height: 1.2;
}
}

.headline-icon-halfline:before {
  content: '';
  display: block;
  height: 60px;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
.headline-icon-halfline:before {
  background-size: 35px 35px;
  height: 35px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.headline-icon-halfline:before {
  background-size: 40px 40px;
  height: 40px;
}
}

.headline-icon-halfline:after {
  background-color: #ccc;
  content: '';
  display: block;
  height: 4px;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  bottom: 0;
  width: 70px;
}
@media screen and (max-width: 767px) {
.headline-icon-halfline:after { height: 2px; }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.headline-icon-halfline:after { height: 2px; }
}

.article-with-figure {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
.article-with-figure {
  flex-wrap: wrap;
  width: 95%;
}
}

.article-with-figure.reverse-rows { flex-direction: row-reverse; }
@media screen and (max-width: 767px) {
.article-with-figure.reverse-rows { flex-direction: row; }
}

.article-with-figure-picture {
  display: block;
  width: 48%;
}
@media screen and (max-width: 767px) {
.article-with-figure-picture { width: 100%; }
}

.article-with-figure-body { width: 48%; }
@media screen and (max-width: 767px) {
.article-with-figure-body { width: 100%; }
}

.article-with-figure-headline {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
.article-with-figure-headline { font-size: 18px; }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.article-with-figure-headline { font-size: 16px; }
}

.article-with-figure-subheading {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
.article-with-figure-subheading {
  font-size: 15px;
  line-height: 1.2;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.article-with-figure-subheading { font-size: 18px; }
}

.article-with-figure-sentence {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
.article-with-figure-sentence {
  font-size: 13px;
  line-height: 1.7;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.article-with-figure-sentence {
  font-size: 13px;
  line-height: 1.7;
}
}

.article-with-figure-ul {
  display: block;
  list-style-type: none;
  padding: 0;
}
.article-with-figure-li {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 1em 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
.article-with-figure-li { font-size: 13px; }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.article-with-figure-li { font-size: 14px; }
}

.article-with-figure-li:before {
  left: 0;
  position: absolute;
  top: 0;
}
.article-with-figure-li.circle:before { content: '繝ｻ'; }

.section-half-picture {
  display: block;
  margin: 0 auto;
  width: 60%;
}


/* thumbnail point list
======================================================== */
.thumbnail-point-list {
  display: flex;
  justify-content: space-between;
  margin: 1em auto 0;
  padding-bottom: 1em;
  width: 100%;
}
@media screen and (max-width: 667px) {
.thumbnail-point-list {
  flex-wrap: wrap;
  margin: 20px auto 0;
  padding-bottom: 10px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.thumbnail-point-list { padding-bottom: 30px; }
}

.thumbnail-point-list-figure {
  display: block;
  width: 400px;
}
@media screen and (max-width: 667px) {
.thumbnail-point-list-figure {
  margin: 0 auto;
  padding: 0 0 20px;
  width: 80%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.thumbnail-point-list-figure { width: 40%; }
}

.thumbnail-point-list-item-name {
  position: relative;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 667px) {
.thumbnail-point-list-item-name { font-size: 14px; }
}

.thumbnail-point-list-item-name-inner {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 667px) {
.thumbnail-point-list-item-name-inner { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.thumbnail-point-list-item-name-inner { font-size: 18px; }
}

.thumbnail-point-list-item-name:after {
  border-radius: 15px;
  content: '';
  display: block;
  height: 22px;
  left: 260px;
  position: absolute;
  top: 40%;
  width: 514px;
  z-index: 1;
}
@media screen and (max-width: 667px) {
.thumbnail-point-list-item-name:after {
  height: 12px;
  left: 0;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 768px) {
.thumbnail-point-list-item-name:after {
  height: 18px;
  left: 25%;
  top: 45%;
  width: 50%;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.thumbnail-point-list-item-name:after {
  height: 18px;
  left: 22%;
  top: 45%;
  width: 56%;
}
}

.thumbnail-point-list-item-photo {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 667px) {
.thumbnail-point-list-item-photo { max-width: 200px; }
}

.thumbnail-point-list-body {
  display: block;
  margin: 0;
  width: 600px;
}
@media screen and (max-width: 667px) {
.thumbnail-point-list-body { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.thumbnail-point-list-body { width: 55%; }
}

.thumbnail-point-list-wrap {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.thumbnail-point-list-item {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 144px 133px;
  display: block;
  height: auto;
  min-height: 140px;
  margin-top: 10px;
  padding: .7em 0 0 157px;
}
@media screen and (max-width: 667px) {
.thumbnail-point-list-item {
  background-size: 72px 66px;
  min-height: 70px;
  padding: .7em 0 0 82px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.thumbnail-point-list-item {
  background-size: 114px 103px;
  min-height: 103px;
  margin-top: 10px;
  padding: 21px 0 0 120px;
}
}

.thumbnail-point-list-item:nth-child(1) { margin-top: 0; }

.thumbnail-point-list-item-headline {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding-bottom: 14px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.thumbnail-point-list-item-headline {
  font-size: 13px;
  padding-bottom: 7px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.thumbnail-point-list-item-headline {
  font-size: 16px;
  padding-bottom: .5em;
}
}

.thumbnail-point-list-item-sentence {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.thumbnail-point-list-item-sentence { font-size: 11px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.thumbnail-point-list-item-sentence { font-size: 12px; }
}


/* article-side-by-side
======================================================== */
.article-side-by-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
}

.article-side-by-side-contents.rows2 { width: 500px; }
.article-side-by-side-contents.rows2:nth-of-type(n+3) { margin-top: 50px; }
@media screen and (max-width: 667px) {
.article-side-by-side-contents.rows2 { width: 100%; }
.article-side-by-side-contents.rows2:nth-child(n+2) { margin-top: 1.5em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-side-by-side-contents.rows2 { width: 48%; }
}

.article-side-by-side + .headline-leftline { margin-top: 50px; }

.article-side-by-side-contents-figure { margin-bottom: 1em; }


/* article-side-by-side-contents-thumbnail
======================================================== */
.article-side-by-side-contents-thumbnail {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}


/* article-headline-and-body
======================================================== */
.article-headline-and-body { width: 100%; }
.article-side-by-side-contents-thumbnail .article-headline-and-body { width: 61%; }

.article-headline-and-body-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1em;
  padding: 0;
}
@media screen and (max-width: 667px) {
.article-headline-and-body-heading { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-headline-and-body-heading { font-size: 16px; }
}

.article-headline-and-body-sentence {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  padding: 0 0 1em;
}
@media screen and (max-width: 667px) {
.article-headline-and-body-sentence { font-size: 13px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-headline-and-body-sentence { font-size: 14px; }
}

.article-side-by-side-contents-thumbnail-image {
  display: block;
  width: 180px;
}
@media screen and (max-width: 667px) {
.article-side-by-side-contents-thumbnail-image { width: 35%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-side-by-side-contents-thumbnail-image { width: 35%; }
}


/* label-tag-frame
======================================================== */
.label-tag-frame {
  background-color: #eee;
  border-start-end-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 667px) {
.label-tag-frame {
  font-size: 13px;
  padding: 1em;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.label-tag-frame {
  font-size: 14px;
  padding: 1em;
}
}

.label-tag-frame:before {
  background-color: #1a5098;
  border-radius: 3px;
  color: #fff;
  content: '';
  display: inline-block;
  font-size: .875em;
  font-weight: 500;
  left: 1em;
  line-height: 1.3;
  margin: 0;
  padding: 0 1em;
  position: absolute;
  top: -.5em;
}


/* point label
======================================================== */
.point-label {
  margin: 0;
  padding: 2.5em 0 0;
  position: relative;
}

.point-label:before {
  background-color: #3bc0ba;
  border-radius: .3em;
  color: #fff;
  content: 'POINT';
  display: inline-block;
  font-size: 1.125em;
  font-weight: 600;
  left: 0;
  line-height: 1.6em;
  padding: 0 1em;
  position: absolute;
  text-align: center;
  top: 0;
}


/* scene
======================================================== */
.scene-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1039px;
}
@media screen and (max-width: 667px) {
.scene-dl { width: 95%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.scene-dl { width: 90%; }
}

.scene-contents { width: 333px; }
@media screen and (max-width: 667px) {
.scene-contents {
  padding-bottom: 1em;
  width: 100%;
}
.scene-contents:last-of-type { padding-bottom: 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.scene-contents { width: 32%; }
}

.scene-figure {
  display: block;
  width: 100%;
}

.scene-dt {
  color: #38b54a;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
  padding: .4em 0;
  text-align: center;
}
@media screen and (max-width: 667px) {
.scene-dt {
  font-size: 16px;
  line-height: 1.2;
  padding: .4em 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.scene-dt {
  font-size: 14px;
  line-height: 1.2;
  padding: .4em 0;
}
}

.scene-dd {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 667px) {
.scene-dd {
  font-size: 13px;
  line-height: 1.2;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.scene-dd {
  font-size: 12px;
  line-height: 1.2;
}
}


/* marker-text
======================================================== */
.marker-text {
  background: linear-gradient(transparent 65%, #ff0 65%);
  font-weight: bold;
}




/* headline label
======================================================== */
.headline-label {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.headline-label-strong {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  margin: 0;
  padding: .5em 1em;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.headline-label-strong.border-curve {
  padding-right: .5em;
  position: relative;
}
.headline-label-strong.border-curve:after {
  background-color: #000;
  border-top-right-radius: 3em 8em;
  border-bottom-right-radius: 3em 8em;
  content: '';
  display: block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: -.5em;
  top: 0;
  width: .5em;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.headline-label-text {
  display: block;
  font-size: 1em;
  padding: .5em 1em .5em .5em;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.border-curve + .headline-label-text { padding-left: 1em; }



/* point number icon vertical
======================================================== */
.point-number-icon-vetical {
  display: block;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  text-align: center;
}

.point-number-icon-vetical:before {
  content: 'POINT';
  display: block;
  font-size: .4em;
}



/* point number icon headline
======================================================== */
.headline-icon-left {
  align-items: center;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.headline-icon-left-inner { display: block; }



/* circle icon
======================================================== */
.circle-icon {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 3.5em;
  text-align: center;
  text-decoration: none;
  width: 3.5em;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.circle-icon-number {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  width: 2em;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}



/* label heading frame
======================================================== */
.label-heading-frame { position: relative; }
.label-heading-frame-headline {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
}



/* headline sandwich double
---------------------------------*/
.headline-sandwich-double-bold {
  border-top-style: solid;
  border-bottom-style: solid;
  display: table;
  width: 100%;
}

.headline-sandwich-double-bold .headline_inner {
  border-top-style: solid;
  border-bottom-style: solid;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.2em;
}


/* flex line
======================================================== */
.flex-line {
  align-items: flex-start;
  display: flex;
  height: auto;
  justify-content: space-between;
}
@media screen and (max-width: 667px) {
.flex-line { flex-wrap: wrap; }
}

.flex-line-figure { display: block; }
@media screen and (max-width: 667px) {
.flex-line-figure {
  height: auto;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.flex-line-figure {
  height: auto;
  width: 40%;
}
}

.flex-line-description {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.875em;
  width: 100%;
}
@media screen and (max-width: 667px) {
.flex-line-description {
  margin: 1em 0 0;
  padding-left: 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.flex-line-description { padding-left: 1em; }
}

.flex-line-sentence {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 667px) {
.flex-line-sentence { font-size: 14px; }
}


/* .article heading label
======================================================== */
.article-heading-label {
  background-color: #1a5098;
  border-radius: .3em;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.6em;
  margin: 0;
  padding: 0 1em;
  text-align: center;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}


/* .article frame width label
======================================================== */
.article-frame-with-label {
  background-color: #eee;
  padding: 1em 1.25em .3em;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.article-frame-with-label.outer-figure { margin-bottom: .7em; }

.flex-line-description .article-frame-with-label:nth-of-type(n+2) { margin-top: 1.95em; }
.flex-line-description .article-frame-with-label.outer-figure:nth-of-type(n+2) { margin-top: 1.95em; }

.article-frame-with-label-sentence {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 667px) {
.article-frame-with-label-sentence { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-frame-with-label-sentence { font-size: 14px; }
}

.article-frame-with-label .article-heading-label {
  left: .625em;
  position: absolute;
  top: -.8em;
  z-index: 2;
}

.article-frame-with-label-figure { display: block; }

.article-frame-with-label.inner-figure {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.article-frame-with-label.outer-figure .article-frame-with-label-sentence { padding-right: 44%; }
.article-frame-with-label.outer-figure .article-frame-with-label-figure {
  right: 1.25em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}