@charset "UTF-8";

.page-column #mainCol,
.page-column_detail #mainCol {
  max-width: 1120px;
  margin: 0 auto 50px;
}

@media screen and (min-width: 768px) {

  .page-column #mainBody,
  .page-column_detail #mainBody {
    width: 800px;
  }
}

@media screen and (min-width: 768px) {

  .page-column #subCol,
  .page-column_detail #subCol {
    width: 274px;
  }
}

.column__ttl {
  margin-bottom: 32px;
  font-size: 2.2rem;
  font-weight: bold;
}

.column__label,
.column__label--category-list {
  color: #1c4864;
  font-size: 1.2rem;
  font-weight: bold;
}

.column__label--category-list::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02b";
}

.column__btn {
  display: block;
  position: relative;
  border-radius: 4px;
  border: 1px solid #707070;
  margin: 0 auto 32px;
  max-width: 286px;
  line-height: 40px;
  color: #333;
  text-align: center;
}

.column__btn::before {
  position: absolute;
  top: 50%;
  right: 5%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.column-list {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .column-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 48px;
  }
}

.column-list__link {
  color: #333 !important;
}

.column-list__item {
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .column-list__item {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
}

.column-list__link {
  display: block;
  color: #333;
}

@media screen and (min-width: 768px) {
  .column-list__link:hover {
    text-decoration: none;
  }
}

.column-list__btn {
  display: block;
  border-radius: 8px;
  margin: 0 auto 12px;
  padding: 1em 0;
  width: 90%;
  max-width: 240px;
  background: #004966;
  color: #fff !important;
  text-align: center;
}

.column-list__thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  padding-bottom: 66.4576%;
}

.column-list__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.column-list__category {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.25em 0.5em;
  background: rgba(255, 255, 255, 0.8);
  color: #666;
  font-size: 1.4rem;
}

.column-list__category::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02b";
}

.column-list__ttl,
.column-list__txt {
  margin: 0 auto 12px;
  width: 90%;
}

.column-list__ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.column-list__txt {
  font-size: 1.4rem;
}

.column-list__item .column-list__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.column-detail__ttl {
  margin-bottom: 32px;
  line-height: 1.3;
  font-size: 2.8rem;
  font-weight: bold;
}

.column-detail__label {
  margin-bottom: 1em;
  color: #666;
  font-size: 1.2rem;
}

.column-detail__label::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02b";
}

.column-detail__visual {
  margin-bottom: 32px;
  text-align: center;
}

.column-detail__middlebnr {
  display: flex;
  justify-content: flex-end;
}

.column-detail__middlebnr a {
  width: 400px;
}

.column-detail__content {
  margin-bottom: 32px;
}

.column-detail__content p+h2,
.column-detail__content p+h3,
.column-detail__content p+h4,
.column-detail__content p+h5,
.column-detail__content p+h6 {
  margin-top: 32px;
}

.column-detail__content h2 {
  border-bottom: 2px solid #1c4864;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 40px;
  background: url(/files/user/img/column/icon_point01.png) no-repeat left center;
  font-size: 2.4rem;
  font-weight: bold;
}

.column-detail__content h3 {
  border-left: 2px solid #1c4864;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 16px;
  font-size: 1.8rem;
  font-weight: bold;
}

.column-detail__content h4 {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
}

.column-detail__content hr {
  margin: 32px 0;
  height: 4px;
  background: #ddd;
  visibility: visible;
}

.column-detail-toc {
  border: 1px solid #ddd;
  margin-bottom: 32px;
  background: #fff;
}

.column-detail-toc__ttl {
  padding: 0.5em 1em;
  background: #e9edf2;
}

.column-detail-toc__list {
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: num;
}

.column-detail-toc__list>li {
  border-bottom: 1px solid #ddd;
  padding: 0.5em 1em;
}

.column-detail-toc__list>li:last-child {
  border-bottom: 0;
}

.column-detail-toc__list>li>a {
  line-height: 1.8;
}

.column-detail-toc__list>li>ul,
.column-detail-toc__list>li ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.column-detail-toc__list>li>ul>li,
.column-detail-toc__list>li ol>li {
  padding: 0.25em 1em 0.25em 2em;
}

@media screen and (max-width: 767px) {
  .column-sub-nav {
    margin: 0 auto;
    width: 90%;
  }
}

.column-sub-nav__ttl,
.column-sub-nav__ttl--category,
.column-sub-nav__ttl--products,
.column-sub-nav__ttl--recommend {
  margin-bottom: 10px;
  color: #1c4864;
  font-size: 1.8rem;
  font-weight: bold;
}

.column-sub-nav__ttl--recommend {
  position: relative;
  padding-left: 26px;
}

.column-sub-nav__ttl--recommend::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.column-sub-nav__ttl--products {
  position: relative;
  padding-left: 26px;
}

.column-sub-nav__ttl--products::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f521";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.column-sub-nav__ttl--category {
  position: relative;
  padding-left: 26px;
}

.column-sub-nav__ttl--category::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02b";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.column-recommend-list {
  margin: 0;
  padding: 0 0 50px;
  list-style: none;
}

.column-recommend-list__item {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}

.column-recommend-list__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  color: #333 !important;
}

@media screen and (min-width: 768px) {
  .column-recommend-list__link:hover {
    text-decoration: none;
  }
}

.column-recommend-list__txt-outer {
  width: calc(70.8% - 16px);
}

.column-recommend-list__thumb {
  position: relative;
  overflow: hidden;
  width: 29.2%;
  padding-bottom: 29.2%;
}

.column-recommend-list__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.column-recommend-list__ttl {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.column-recommend-list__category {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}

.column-recommend-list__category::before {
  display: inline-block;
  margin-right: 0.5em;
  color: #666;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02b";
}

.column-category-list {
  margin: 0;
  padding: 0 0 64px;
  list-style: none;
}

.column-category-list__item {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}

.column-category-list__link {
  display: block;
  position: relative;
  padding: 16px 0;
  color: #333 !important;
}

.column-category-list__link::before {
  position: absolute;
  top: 50%;
  right: 5%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .column-category-list__link:hover {
    text-decoration: none;
  }
}

.column-pagination {
  margin-bottom: 32px;
  text-align: center;
}

.column-pagination__page-numbers {
  display: inline-block;
  box-sizing: border-box;
  min-width: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  padding: 0 0.5em;
  text-align: center;
  font-size: 1.4rem;
}

.column-pagination a {
  color: #333;
}

.column-pagination a.column-pagination__page-numbers {
  position: relative;
}

.column-pagination a.column-pagination__page-numbers.next,
.column-pagination a.column-pagination__page-numbers.prev {
  border: 0;
  background: transparent;
}

.column-pagination a.column-pagination__page-numbers.next::before,
.column-pagination a.column-pagination__page-numbers.prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-size: 1.6 rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {

  .column-pagination a.column-pagination__page-numbers.next::before,
  .column-pagination a.column-pagination__page-numbers.prev::before {
    transition: left 0.4s;
  }
}

.column-pagination a.column-pagination__page-numbers.next::before {
  content: "\f061";
}

.column-pagination a.column-pagination__page-numbers.prev::before {
  content: "\f060";
}

.column-pagination span.is-current {
  border-bottom: 2px solid #1c4864;
  color: #1c4864;
}

.column-parts__img-btm-link {
  display: inline-block;
  position: relative;
}

.column-parts__img-btm-link a {
  position: absolute;
  left: 20px;
  right: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 5%;
  background: #fff;
  color: #666;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  bottom: 25px;
}

@media screen and (min-width: 768px) {
  .column-parts__img-btm-link a:hover {
    opacity: 1;
    background: #009fe8;
    color: #fff;
  }
}

.c-listNumber {
  margin-bottom: 32px;
  counter-reset: num;
  list-style: none;
}

.c-listNumber__item {
  position: relative;
  padding-left: 2.5em;
  line-height: 1.75;
  counter-increment: num;
}

.c-listNumber__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  font-weight: bold;
  text-align: right;
  content: counter(num) ".";
}

.c-listNumber__label {
  font-weight: bold;
}


.c-listDisc {
  list-style: none;
  margin-bottom: 32px;
}

.c-listDisc__item {
  position: relative;
  padding-left: 22px;
  line-height: 1.75
}

.c-listDisc__item:before {
  position: absolute;

  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #616161;
  content: ""
}

.c-table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c-table th {
  text-align: center;
}

.c-table_tr {
  text-align: right;
}

.c-table_tl {
  text-align: left;
}

.c-table .c-table_note td {
  background-color: transparent;
  border: none;
  border-left: none;
  border-right: none;
}

.c-tableSwipe {
  width: 100%;
}

.c-tableSwipe th,
.c-tableSwipe td {
  border: 1px solid #e0e0e0;
  padding: 8px;
  line-height: 1.5;
  vertical-align: middle;
}

.c-tableSwipe th {
  background: #f5f5f5;
}

.c-tableSwipe td {
  background: #fff;
}

.c-tableSwipe__outer {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 32px 0;
}

@media screen and (min-width: 768px),
print {
  .c-col2Pc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px
  }
}

.c-col2Pc__item {
  margin-bottom: 16px
}

@media screen and (min-width: 768px),
print {
  .c-col2Pc__item {
    margin: 0 16px 16px;
    width: calc(50% - 32px)
  }
}

.c-col2Pc__main {
  margin-bottom: 16px
}

@media screen and (min-width: 768px),
print {
  .c-col2Pc__main {
    margin: 0 16px 16px;
    width: calc(60% - 32px)
  }
}

.c-col2Pc__sub {
  margin-bottom: 16px
}

@media screen and (min-width: 768px),
print {
  .c-col2Pc__sub {
    margin: 0 16px 16px;
    width: calc(40% - 32px)
  }
}
@media screen and (min-width: 768px),print {
    .c-col3Pc {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -16px
    }
}

.c-col3Pc__item {
    margin-bottom: 16px
}

@media screen and (min-width: 768px),print {
    .c-col3Pc__item {
        margin:0 16px 16px;
        width: calc(33% - 32px)
    }
}

.c-txtRed {
    color: red
}

.p-articleDetail__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 2px solid #009fe8;
  border-radius: 38px;
  margin: 0 auto 16px;
  padding: 4px 5%;
  line-height: 1.3;
  max-width: 400px;
  min-height: 56px;
  background-color: #009fe8;
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center
}

@media screen and (min-width: 768px),
print {
  .p-articleDetail__btn {
    transition: background-color .4s, color .4s
  }
}

.p-articleDetail__btn:before {
  position: absolute;
  top: 50%;
  right: 5%;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  content: "\f105";
  transform: translate(0, -50%)
}

@media screen and (min-width: 768px),
print {
  .p-articleDetail__btn:hover {
    background-color: #fff;
    color: #009fe8 !important;
    text-decoration: none;
  }
}

.p-articleDetail__img {
  margin-bottom: 0;
  text-align: center;
}


.p-articleDetail__img img+figcaption {
  margin-top: 16px;
}

.p-articleDetail__img figcaption {
  margin-bottom: 16px;
}

.p-articleDetail__img li {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: left;
}

.tal {
  text-align: left !important
}

.tac {
  text-align: center !important
}

.tar {
  text-align: right !important
}

.cta {
  width: 800px;
  margin: 0 auto;
  border: 2px solid #1E5293;
  margin-top: 80px;
}

.cta>a {
  display: block;
  color: #000;
}

.cta>a:hover {
  text-decoration: none;
}

.cta__ttl {
  color: #fff;
  background-color: #1E5293;
  margin: 0;
  padding: 26px 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}

.cta__ttl-is {
  background: #1E5293 !important;
  padding: 26px 20px !important;
}

.cta__content {
  padding: 0 30px 15px;
}

.cta__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 0 0 20px;
  position: relative;
}

.cta__lead::before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #1E5293;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.cta__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cta__item {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding-left: 24px;
  margin-top: 24px;
  line-height: 1.3;
}

.cta__item::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #1E5293;
}

.cta__block {
  display: flex;
  justify-content: space-between;
}

.cta__txt-block {
  width: 50%;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

.cta__txt-block.is-btnonly {
  justify-content: flex-end;
}

.cta__btn {
  width: 100%;
  margin-top: 30px;
  padding-right: 25px;
}

.cta__btn-link,
.cta__btn-link--blue {
  width: 100%;
  padding: 12px 40px;
  min-height: 63px;
  margin-bottom: 10px;
  background-color: #EDA901;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  transition: opacity .3s ease;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.cta__btn-link--blue {
  background-color: #009fe8;
}

.cta__btn-link:link,
.cta__btn-link--blue:link {
  color: #fff;
  text-decoration: none;
}

.cta__btn-link:visited,
.cta__btn-link--blue:visited {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {

  .cta__btn-link:hover,
  .cta__btn-link--blue:hover {
    opacity: .7;
  }
}

.cta__btn-link:active,
.cta__btn-link--blue:active {
  color: #fff;
  text-decoration: none;
}

.cta__btn-link::before,
.cta__btn-link--blue::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta__img-block {
  width: calc(50% - 25px);
  display: flex;
  align-items: flex-end;
  /* margin-top: 24px; */
}

.cta__img {
  width: 100%;
  height: auto;
}

.cta__img img {
  width: 100%;
  height: auto;
}

.sp-none {
  display: block;
}

@media screen and (max-width: 767px) {

  .cta {
    width: 100%;
    margin-top: 50px;
  }

  .cta__ttl {
    font-size: 2rem;
    padding: 10px;
    line-height: 1.3;
  }

  .cta__content {
    padding: 20px;
  }

  .cta__lead {
    font-size: 1.6rem;
  }

  .cta__list {
    margin: 10px 0 0;
  }

  .cta__item {
    font-size: 1.4rem;
  }

  .cta__item::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #1E5293;
  }

  .cta__block {
    flex-direction: column-reverse;
  }

  .cta__txt-block {
    width: 100%;
  }

  .cta__btn {
    margin-top: 24px;
    padding-right: 0;
  }

  .cta__btn-link {
    width: 100%;
    padding: 14px 30px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 700;
    min-height: 53px;
    margin-top: 5px;
  }

  .cta__img-block {
    margin-top: 16px;
    width: 100%;
  }

  .sp-none {
    display: none;
  }
}

blockquote {
  padding: 10px 10px 10px 45px;
  background-color: #eee;
  font-style: italic;
  position: relative;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 60px;
  line-height: 1
}

.p-articleDetail__txt--strong {
    font-weight: bold
}

.p-articleDetail__annex {
    position: relative;
    padding: 0 10px 20px 60px;
    box-sizing: border-box;
    background: #f5f5f5
}

.p-articleDetail__annex:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 30px;
    height: 20px;
    content: "";
    background: #009fe8
}

.p-articleDetail__annex:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 20px;
    height: 0;
    width: 0;
    border-left: 15px solid #009fe8;
    border-right: 15px solid #009fe8;
    border-bottom: 10px solid rgba(0,0,0,0)
}

.p-articleDetail__annex p {
    padding-top: 16px
}

.washi {
    position:relative;
}

.washi table {
    width: 50%;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .washi table {
        width:70%
    }
}

.washi img {
    position: absolute;
    left: 48%;
    bottom: 0
}

@media screen and (max-width: 767px) {
    .washi img {
        width:45%;
        left: inherit;
        right: 0
    }
}

.washi sup {
    font-size: 70%;
    position: relative;
    top: -0.5em
}

.notes {
  padding: 10px 15px;
  background: #f6f6f6;
  border-left: solid 3px #ddd
}

.notes>ul {
  margin: 0
}

dt {
  margin-bottom: 5px;
  font-weight: bold
}

dd {
  margin-bottom: 20px;
  line-height: 1.75
}
