*{
  box-sizing: border-box;
}

.main {
  padding-top: 1.875rem;
}
@media screen and (max-width: 1180px) {
  .main {
    padding-top: 7.5rem;
  }
}

  .contentWrap{
    width: 900px;
    margin: 0 auto;
  }

  h1{
    font-size: 2rem;
  }

  p{
    margin-top: 1em;
  }

  .column-content ul li {
    list-style-type: disc;
    list-style-position: inside;
  }

  .column-content li + li{
    margin-top: 1em;
  }
  
  .column-content ol li {
    list-style-type: decimal;
    list-style-position: inside;
  }

  hr{
    margin-bottom: 0;
    border-top: 1px solid #AAAAAA;
  }

  .marker{
    background: linear-gradient(transparent 60%, #FDDC0E 30%);
  }

  .bd-b {
    /* border-bottom: solid 4px rgba(255, 180, 50, 0.91); */
    display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: bold;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(255 ,209 ,128) 50%);
  transition: background-position 2s ease 0.1s;
  }

  .content {
      padding-bottom: 60px;
  }

  .contentWrapInner{
    width: 100%;
  }
  
  .contentWrapInnerTitle{
    width: 100%;
    border-bottom: solid 2px #4b2d00;
    font-size: 1.4375rem;
    margin-top: -40px;
    padding: 12px;
    padding-top: 60px;
    box-sizing: border-box;
    min-height: 54px;
  }
  
  h2.contentWrapInnerTitle{
    font-size: 2rem;
    margin-top: -60px;
    border-bottom: none;
    padding-top: 70px;
    padding-bottom: 0;
  }

  .contentWrapInnerTitleSub {
    font-size: 23px;
    font-weight: bold;
  }

  .contentDate {
    color: #5DACFF;
    font-size: 0.875rem;
  }

  .contentImgBox{
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }.contentImgBox + .contentImgBox{
    margin-top: 16px;
  }

  .contentWrapInnerTitleBox{
    margin: 0 auto;
    width: max-content;
    border-bottom: 1px solid #FFB432;
    margin-top: 55px;
    font-size: 1.4375rem;
  }.contentImgBox + .contentWrapInnerTitleBox{
    margin-top: 60px;
  }
  .ContentWrapInnerText {
    margin: 30px auto;
    font-size: 16px;
    line-height: 1.5;
  }.ContentWrapInnerText p + p {
    margin-top: 1.5rem;
  }.ContentWrapInnerText a{
    word-break: break-all;
  }

  .toc {
    margin: auto;
    max-width: 75%;
    border-radius: 10px;
    line-height: 2;
  }.toc-title {
    font-size: 16px;
    font-size: 1.4375rem;
    text-align: center;
  }.toc-list {
    padding: 10px 0 20px;
    padding-left: 50px;
    font-size: 14px;
    background: #F9F9F9;
  }.toc-list li{
    list-style: disc;
  }.toc-list > li{
    margin-top: 1rem;
    font-size: 1.2em;
    font-weight: bold;
  }.toc-list ul{
    padding-left: 1rem;
    font-weight: normal;
  }

  /*detail*/

  .ta-C{
    text-align: center;
  }

  .txt-b{
    font-weight: bold;
  }

  .mt10{
    margin-top: 10px;
  }

  .mt15{
    margin-top: 15px;
  }

  .mt30{
    margin-top: 16px;
  }

  .mt60{
    margin-top: 60px;
  }

  .mb20{
    margin-bottom: 20px;
  }

  .mb50{
    margin-bottom: 50px;
  }

  .mb55{
    margin-bottom: 55px;
  }

  .mb30{
    margin-bottom: 30px;
  }

  .mr15{
    margin-right: 15px;
  }

  .pcOnly{
    display: block;
  }

  .pcOnlyFlex{
    display: flex;
  }

  .spOnly{
    display: none;
  }

  .spOnlyFlex{
    display: none;
  }

  /* cp banner */
  .c-column-cp_banner ,.c-column-cp_banner-2 {
    display: block;
    margin: 1rem auto;
    width: 100%;
  }.c-column-cp_banner-2 {
    max-width: 400px;
  }
  .c-column-cp_banner img,.c-column-cp_banner-2 img {
    text-align: center;
    display: block;
    width: 100%;
  }

  /*767px ~ 1023px*/
  @media all and (min-width:767px) and (max-width:1023px) {
    .contentWrap{
      width: 700px;
    }
    .contentWrapInnerTitle{
      font-size: 20px;
      margin-top: -120px;
      padding-top: 140px;
    }
  }

  /*480px ~ 767px*/
  @media all and (min-width:480px) and (max-width:767px) {

    h1{
      font-size: 20px;
    }

    h2{
      font-size: 16px;
    }

    p {
      font-size: 14px;
      }

    .writeDate{
      font-size: 10px;
    }

    hr{
      margin-top: 10px;
    }

    .spContent01{
      margin-bottom: 30px !important;
    }

    .spContent02 .spContent03{
      font-size: 12px;
      margin-top: 10px !important;
      margin-bottom: 30px !important;
      text-align: left !important;
    }

    .contentWrap{
      width: 100%;
      padding: 0px 25px 55px;
    }

    .contentWrapInnerTitle{
      font-size: 18px;
      min-height: 40px;
      margin-top: -120px;
      padding-top: 140px;
    }

    .contentWrapInnerTitleSub{
      font-size: 16px;
    }

    .contentWrapInnerTitleBox{
      width: 100%;
      border-bottom: 1px solid #FFB432;
      margin-top: 32.5px;
      font-size: 14px;
      min-height: 20px;
      padding: 5px;
    }

    .toc-title {
      font-size: 16px;;
    }.toc-list {
      font-size: 14px;
    }

    .pcOnly{
      display: none;
    }

    .pcOnlyFlex{
      display: none;
    }

    .spOnly{
      display: block;
    }

    .spOnlyFlex{
      display: flex;
    }

    .txt-l{
      text-align: left !important;
    }
  }

  /*sp*/


@media all and (max-width:479px) {
  
  h1{
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .writeDate{
    font-size: 10px;
  }

  hr{
    margin-top: 10px;
  }

  .spContent01{
    font-size: 12px;
    margin-bottom: 30px !important;
  }

  .spContent02 .spContent03{
    font-size: 12px;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    text-align: left !important;
  }

  .contentWrap{
    width: 100%;
    padding: 0px 25px;
  }

  .contentWrapInnerTitle{
    font-size: 16px;
    min-height: 40px;
    margin-top: -90px;
    padding-top: 100px;
  }
  h2.contentWrapInnerTitle{
    font-size: 20px;
  }

  .contentWrapInnerTitleBox{
    width: 100%;
    border-bottom: 1px solid #FFB432;
    margin-top: 32.5px;
    font-size: 14px;
    min-height: 20px;
    padding: 5px;
  }

  .contentDate {
    font-size: 1.75rem;
  }

  .toc {
    max-width: 100%;
    line-height: 2;
  }.toc-title {
    font-size: 16px;
  }.toc-list {
    padding-left: 30px;
  }.toc-list a{
    font-size: 14px;
  }

  .pcOnly{
    display: none;
  }

  .pcOnlyFlex{
    display: none;
  }

  .spOnly{
    display: block;
  }

  .spOnlyFlex{
    display: flex;
  }

  .txt-l{
    text-align: left !important;
  }
}


/*
=======================
新footer 
=======================
*/

.l-inner, .l-inner--960, .l-inner--1000 {
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
}
.l-inner--1000 {
 width: 125rem;
}
@media screen and (max-width: 1024px) {
  .l-inner, .l-inner--1000 {
    width: 87.692%;
  }
}

/* c-recommend */
.c-recommend {
  padding: 2.5rem 0;
  background-color: #f9f4f1;
}
.c-recommend__head {
  margin-bottom: 2.5rem;
}
.c-recommend__head img {
  display: block;
  margin: 0 auto;
  width: 15.1875rem;
}
@media screen and (max-width: 1024px) {
  .c-recommend {
    padding: 5rem 0;
  }
  .c-recommend__head {
    margin-bottom: 5rem;
  }
  .c-recommend__head img {
    width: 20rem;
  }
}.c-recommend__content {
  display: flex;
  justify-content: center;
  gap: 0.96875rem;
}
@media screen and (max-width: 1024px) {
  .c-recommend__content {
    gap: 5rem;
    flex-direction: column;
  }
}
.c-recommend-accordion {
  min-width: 18rem;
  /* min-width: 20.4375rem; */
  font-family: "Zen Maru Gothic";
}
.c-recommend-accordion__title {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 1rem;
  padding: 0.65625rem;
  min-height: 4rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  /* font-size: 1rem; */
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .c-recommend-accordion {
    min-width: 40.875rem;
  }
  .c-recommend-accordion__title {
    margin-bottom: 2rem;
    padding: 1.3125rem;
    min-height: 5.25rem;
    border-radius: 4rem;
    font-size: 2rem;
  }
}
.c-recommend-accordion__title > div {
  flex-grow: 1;
}
.c-recommend-accordion__title.is-active {
  background-color: #b2c3ef;
  color: #002dbc;
}
.c-recommend-accordion__icon {
  position: absolute;
  right: 0.65625rem;
  width: 1.3125rem;
  height: 1.3125rem;
}
@media screen and (max-width: 1024px) {
  .c-recommend-accordion__icon {
    right: 0.75rem;
    width: 2.625rem;
    height: 2.625rem;
  }
}
.c-recommend-accordion__icon::before {
  content: "";
  display: block;
  width: 1.3125rem;
  height: 1.3125rem;
  background: url(../../../images/icon/icon_plus.svg) center/cover no-repeat;
}
.c-recommend-accordion__title.is-active .c-recommend-accordion__icon::before {
  background: url(../../../images/icon/icon_minus.svg) center/cover no-repeat;
}
.c-recommend-accordion__content {
  display: none;
  background-color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
}
.c-recommend-accordion__content.is-active {
  display: block;
}
.c-recommend-accordion__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-recommend-accordion__list a {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #000;
  font-weight: 500;
  font-size: 0.75rem;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .c-recommend-accordion__icon::before {
    width: 2.625rem;
  height: 2.625rem;
  }
  .c-recommend-accordion__content {
    padding: 2rem 3rem;
    border-radius: 2rem;
  }
  .c-recommend-accordion__list {
    gap: 2rem;
  }
  .c-recommend-accordion__list a {
    font-size: 1.5rem;
  }
}

.c-recommend-card {
  font-family: "Zen Maru Gothic";
  padding: 1rem;
  color: #3d3937;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
}
.c-recommend-card__headline {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-recommend-card__top {
  position: relative;
  display: flex;
  padding-bottom: 1rem;
  justify-content: space-between;
  gap: 0.3125rem;
}
.c-recommend-card__top::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  content: "";
  background: #fff6e5;
}
.c-recommend-card__category-wrap {
  display: flex;
  padding-left: 0.5rem;
  border-left: 1px solid #716f6e;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.c-recommend-card__title {
  font-weight: 700;
  display: flex;
  display: -webkit-box;
  overflow: hidden;
  align-items: center;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.875rem;
}
.c-recommend-card__text-lead {
  font-size: 0.625rem;
  font-weight: 700;
  color: #002dbc;
}
.c-recommend-card__text {
  font-size: 0.75rem;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 1rem;
  color: #3d3937;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-recommend-card__categories {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.c-recommend-card__category {
  font-size: 0.625rem;
  font-weight: 500;
  color: #716f6e;
}
.c-recommend-card__categories-title {
  font-size: 0.625rem;
  font-weight: 500;
  color: #716f6e;
  flex-shrink: 0;
}
.c-recommend-card__sponsor-name {
  font-size: 0.625rem;
  font-weight: 700;
}
.c-recommend-card__icon {
  width: 1.3125rem;
}
@media screen and (max-width: 1024px) {
  .c-recommend-card {
    padding: 2rem;
    border-radius: 1.5rem;
  }
  .c-recommend-card__headline {
    gap: 1rem;
  }
  .c-recommend-card__top {
    padding-bottom: 2rem;
    gap: 0.625rem;
  }
  .c-recommend-card__top::after {
    height: 0.125rem;
  }
  .c-recommend-card__category-wrap {
    padding-left: 1rem;
    gap: 1rem;
  }
  .c-recommend-card__title {
    gap: 1rem;
    font-size: 1.75rem;
  }
  .c-recommend-card__text-lead {
    font-size: 1.25rem;
  }
  .c-recommend-card__text {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  .c-recommend-card__categories {
    gap: 1rem;
  }
  .c-recommend-card__category {
    font-size: 1.25rem;
  }
  .c-recommend-card__categories-title {
    font-size: 1.25rem;
  }
  .c-recommend-card__sponsor-name {
    font-size: 1.25rem;
  }
  .c-recommend-card__icon {
    width: 2.625rem;
  }
}

.c-recommend-card__icon img {
  width: 100%;
}

/* .c-footer */
.c-footer, .c-footer--bottom-padding {
  position: relative;
  padding: 2rem 0 1.3125rem;
  background-color: #fff;
}
.c-footer--bottom-padding {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .c-footer, .c-footer--bottom-padding {
    padding: 4rem 0 2.625rem;
  }
  .c-footer--bottom-padding {
    margin-bottom: 16rem;
  }
}
.c-footer--bottom-padding {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .c-footer--bottom-padding {
    margin-bottom: 8rem;
  }
}
.c-footer__nav-list,
.c-footer ul,
.c-footer--bottom-padding ul {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 20rem 14.375rem 17.25rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-footer__nav-list,
  .c-footer ul,
  .c-footer--bottom-padding ul {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: flex-start;
    margin: unset;
  }
}
.c-footer__nav-link,
.c-footer a,
.c-footer--bottom-padding a {
  font-family: "Zen Maru Gothic";
  font-size: 0.75rem;
  color: #3d3937;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  text-decoration: none;
}
.c-footer [target=_blank]::after, .c-footer--bottom-padding [target=_blank]::after {
  position: absolute;
  top: 50%;
  right: -1.5625rem;
  width: 1rem;
  height: 1rem;
  content: "";
  transform: translateY(-50%);
  background: url("../../../images/icon/icon_arrow_external.svg") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .c-footer__nav-link,
  .c-footer a,
  .c-footer--bottom-padding a {
    font-size: 1.5rem;
    gap: 1rem;
  }
  .c-footer [target=_blank]::after, .c-footer--bottom-padding [target=_blank]::after {
    right: -3.125rem;
    width: 2rem;
    height: 2rem;
  }
}
.c-footer__copyright {
  font-family: "Zen Maru Gothic";
  font-size: 0.625rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-footer__copyright {
    text-align: left;
    font-size: 1.25rem;
    margin-top: 4rem;
  }
}
.c-footer__copyright-copy {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .c-footer__copyright-copy {
    font-size: 1.75rem;
  }

}

.c-to-top {
  position: relative;
  z-index: 1;
}
.c-to-top-btn, .c-to-top-btn--common {
  position: absolute;
  top: -3.75rem;
  right: 0.5625rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .c-to-top-btn, .c-to-top-btn--common {
    top: unset;
    right: 2.375rem;
    bottom: -29.625rem;
  }
}
.c-to-top-btn__image {
  width: 3.375rem;
}
@media screen and (max-width: 1024px) {
  .c-to-top-btn__image {
    width: 5.5rem;
  }
}

.c-text-link, .c-text-link--arrow-other, .c-text-link--right, .c-text-link--center {
  font-weight: 700;
  display: flex;
  color: #002dbc;
  align-items: center;
  gap: 0.375rem;
}

.c-text-link__icon--xs {
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-text-link, .c-text-link--arrow-other, .c-text-link--right, .c-text-link--center {
    gap: 0.75rem;
  }
  .c-text-link__icon--xs {
    width: 2rem;
    height: 2rem;
  }
}