@media only screen and (max-width: 767px) {
  #contents.column-list {
    margin-bottom: 11.733vw;
  }
}
#contents.column-list .inner {
  max-width: 1040px;
}
#contents.column-list .note {
  text-align: center;
  color: #1D4964;
  font-size: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #contents.column-list .note {
    font-size: 3.733vw;
    margin-bottom: 8vw;
    line-height: 1.6;
  }
}
#contents.column-list .articles article {
  background-color: #fff;
  border-radius: 10px;
  padding: 6px;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #contents.column-list .articles article {
    padding: 0;
    margin-bottom: 5.333vw;
  }
}
#contents.column-list .articles article:last-of-type {
  margin-bottom: 0;
}
#contents.column-list .articles article a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #contents.column-list .articles article a {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  #contents.column-list .articles article a:hover {
    opacity: 0.75;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}
@media only screen and (max-width: 767px) {
  #contents.column-list .articles article a {
    border-radius: 5px;
    padding: 2px;
    display: block;
  }
}
#contents.column-list .articles article a img {
  max-width: 275px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  #contents.column-list .articles article a img {
    max-width: 100%;
  }
}
#contents.column-list .articles article a i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #contents.column-list .articles article a i {
    top: auto;
    bottom: 1%;
    right: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  #contents.column-list .articles article a i img {
    width: 4.8vw;
    height: auto;
  }
}
#contents.column-list .articles--title {
  font-size: 18px;
  padding-left: 48px;
  padding-right: 70px;
  position: relative;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #contents.column-list .articles--title {
    padding: 1.2em 0.7em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 4.267vw;
  }
}
#contents.column-list .articles--title .date-cat {
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #contents.column-list .articles--title .date-cat {
    font-size: 2.667vw;
    margin-top: 2em;
    margin-bottom: 0.5em;
  }
}
#contents.column-list .articles--title .date-cat .cat {
  background-color: #53524e;
  color: #fff;
  padding: 0.3em 1em;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  #contents.column-list .articles--title .date-cat .cat {
    position: absolute;
    top: -1em;
    left: 0.5em;
    font-size: 3.2vw;
    padding: 0.2em 1em;
  }
}
#contents.column .lower__kv {
  padding: 65px 0 160px;
}
@media only screen and (max-width: 767px) {
  #contents.column .lower__kv {
    padding: 8vw 0 24vw;
  }
}
#contents.column .lower__kv__title {
  font-size: 30px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #contents.column .lower__kv__title {
    font-size: 5.333vw;
    line-height: 1.4;
  }
}
#contents.column .lower__kv__title span.ele {
  font-size: 22px;
  display: block;
  margin-bottom: 0.65em;
}
@media only screen and (max-width: 767px) {
  #contents.column .lower__kv__title span.ele {
    font-size: 4vw;
  }
}
#contents.column .lower__kv__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  #contents.column .lower__kv__cont {
    padding-top: 0.6em;
  }
}
#contents.column .lower__kv__cont span {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #contents.column .lower__kv__cont span {
    font-size: 2.667vw;
  }
}
#contents.column .lower__kv__cont span.date {
  display: block;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  #contents.column .lower__kv__cont span.date {
    margin-right: 2vw;
  }
}
#contents.column .lower__kv__cont span.cat {
  font-size: 12px;
  color: #fff;
  background-color: #53524e;
  display: inline-block;
  padding: 0.5em 0.8em;
}
@media only screen and (max-width: 767px) {
  #contents.column .lower__kv__cont span.cat {
    font-size: 3.2vw;
    padding: 0.3em 0.5em;
  }
}
#contents.column .lower__kv__cont span.cat:nth-child(n+2) {
  margin-left: 0.5em;
}
#contents.column main .thumb {
  text-align: center;
  max-width: 514px;
  width: 100%;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  #contents.column main .thumb {
    margin-bottom: 8vw;
    max-width: none;
  }
}
#contents.column main .thumb img {
  -webkit-box-shadow: 6.84px 18.794px 35px 0px rgba(83, 82, 78, 0.12);
          box-shadow: 6.84px 18.794px 35px 0px rgba(83, 82, 78, 0.12);
  border-radius: 10px;
}
#contents.column main #index {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  #contents.column main #index {
    margin-bottom: 9.333vw;
  }
}
#contents.column main .article {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}
#contents.column main .article__1st {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article__1st {
    margin-bottom: 8vw;
  }
}
#contents.column main .article h1 {
  font-size: 34px;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article h1 {
    font-size: 6.133vw;
  }
}
#contents.column main .article ul li, #contents.column main .article ol li {
  line-height: 2.3;
}
#contents.column main .article ul li::marker, #contents.column main .article ol li::marker {
  color: #1D4964;
}
#contents.column main .article ul li strong, #contents.column main .article ol li strong {
  font-weight: 700;
}
#contents.column main .article ul li {
  list-style: disc;
  list-style-position: inside;
}
#contents.column main .article ul li a {
  color: #1D4964;
  text-decoration: underline;
}
#contents.column main .article ol li {
  list-style: auto;
  list-style-position: inside;
}
#contents.column main .article ol li a {
  color: #1D4964;
  text-decoration: underline;
}
#contents.column main .article p {
  line-height: 2.3;
  margin-bottom: 1em;
}
#contents.column main .article p:empty {
  height: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article p:empty {
    height: 3.333vw;
  }
}
#contents.column main .article p strong {
  font-weight: 700;
}
#contents.column main .article p.has-small-font-size {
  font-size: 12px !important;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article p.has-small-font-size {
    font-size: 2.933vw !important;
  }
}
#contents.column main .article p.mb0 {
  margin-bottom: 0;
}
#contents.column main .article blockquote p {
  margin-bottom: 0;
}
#contents.column main .article__cont p a {
  color: #1D4964;
  border-bottom: 1px solid #1D4964;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  #contents.column main .article__cont p a {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
  }
  #contents.column main .article__cont p a:hover {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
    opacity: 0.7;
  }
}
#contents.column main .article .lead {
  margin-bottom: 3em;
}
#contents.column main .article h2 {
  border-bottom: 3px solid #cdcdcd;
  position: relative;
  font-size: 30px;
  color: #1D4964;
  padding-bottom: 0.1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article h2 {
    font-size: 5.867vw;
    margin-bottom: 0.5em;
  }
}
#contents.column main .article h2:after {
  content: "";
  width: 80px;
  background-color: #1D4964;
  position: absolute;
  left: 0;
  height: 3px;
  bottom: -3px;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article h2:after {
    width: 21.333vw;
  }
}
#contents.column main .article h3 {
  font-size: 24px;
  color: #1D4964;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article h3 {
    font-size: 5.067vw;
    margin-bottom: 0.6em;
  }
}
#contents.column main .article h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article h4 {
    font-size: 4.533vw;
  }
}
#contents.column main .article img {
  display: block;
  max-width: 500px;
  height: auto;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article img {
    border-radius: 1.333vw;
    margin-bottom: 3.333vw;
  }
}
#contents.column main .article img[data-lity] {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #contents.column main .article img[data-lity] {
    cursor: pointer;
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
  }
  #contents.column main .article img[data-lity]:hover {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
    opacity: 0.7;
  }
}
#contents.column main .article figure {
  position: relative;
}
#contents.column main .article figure.img-max img {
  max-width: 650px;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article figure.img-max img {
    max-width: none;
  }
}
#contents.column main .article figure:has(img[data-lity]) {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
#contents.column main .article figure:has(img[data-lity]):after {
  content: "";
  display: block;
  background: url(/assets/img/column/full_arrow.svg) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article figure.tbl_241213 table {
    width: 220%;
  }
}
#contents.column main .article table thead {
  border-bottom: none;
}
#contents.column main .article table thead th {
  text-align: center;
  background-color: #1D4964;
  border: none;
  border-right: 1px solid #fff;
  vertical-align: middle;
  color: #fff;
}
#contents.column main .article table thead th:last-of-type {
  border: none;
}
#contents.column main .article table tbody tr {
  background-color: #fff;
}
#contents.column main .article table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
#contents.column main .article table tbody tr td {
  border: none;
  border-left: 1px solid #cdcdcc;
  border-right: 1px solid #cdcdcc;
  padding: 1em;
}
#contents.column main .article table tbody tr:last-child td {
  border-bottom: 1px solid #cdcdcc;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .col2 table thead tr, #contents.column main .article .col2 table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .col2 table thead tr th, #contents.column main .article .col2 table thead tr td, #contents.column main .article .col2 table tbody tr th, #contents.column main .article .col2 table tbody tr td {
    display: block;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .col2 table thead tr th:last-of-type, #contents.column main .article .col2 table tbody tr th:last-of-type {
    border-left: none;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .col2 table thead tr td:last-of-type, #contents.column main .article .col2 table tbody tr td:last-of-type {
    border-left: none;
    width: 70%;
  }
}
#contents.column main .article .btnWrap {
  margin-bottom: 72px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .btnWrap {
    margin-top: 5.333vw;
    margin-bottom: 13.333vw;
  }
}
#contents.column main .article .btnWrap--txt {
  text-align: center;
  font-size: 20px;
  color: #1D4964;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .btnWrap--txt {
    font-size: 4vw;
  }
}
#contents.column main .article .btnWrap .btn {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .btnWrap .btn {
    max-width: 100%;
  }
}
#contents.column main .article .btnWrap .btn a {
  color: #fff;
  border: none;
}
#contents.column main .article .btnWrap__custom {
  margin-bottom: min(4.808vw, 50px);
}
@media print, screen and (min-width: 768px) {
  #contents.column main .article .btnWrap__custom {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .btnWrap__custom {
    margin-top: 3.333vw;
    margin-bottom: 10.667vw;
  }
}
#contents.column main .article .btnWrap__custom .custom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .btnWrap__custom .custom {
    display: block;
  }
}
#contents.column main .article .btnWrap__custom .custom__btn {
  width: 100%;
  max-width: min(40.865vw, 425px);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .btnWrap__custom .custom__btn {
    max-width: none;
  }
}
#contents.column main .article .btnWrap__custom .custom__btn a {
  width: 100%;
  height: min(8.654vw, 90px);
  color: #fff;
  font-size: min(1.731vw, 18px);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .btnWrap__custom .custom__btn a {
    font-size: 3.733vw;
    height: 18.667vw;
  }
}
#contents.column main .article .btnWrap__custom .custom__btn:nth-of-type(2) {
  margin-left: min(1.923vw, 20px);
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .btnWrap__custom .custom__btn:nth-of-type(2) {
    margin-left: 0;
    margin-top: 2.667vw;
  }
}
#contents.column main .article .btnWrap__custom .custom__btn.btn__type05 a {
  background-color: #1D4964;
}
#contents.column main .article .btnWrap__free {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .btnWrap__free {
    display: block;
    margin-bottom: 10.667vw;
    margin-top: 10.667vw;
  }
}
#contents.column main .article .btnWrap__free .free__btn {
  margin-bottom: 0;
  width: 100%;
  max-width: min(40.865vw, 425px);
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .btnWrap__free .free__btn {
    max-width: none;
    width: 100%;
  }
}
#contents.column main .article .btnWrap__free .free__btn a {
  width: 100%;
  height: min(8.654vw, 90px);
  color: #fff;
  font-size: min(1.731vw, 18px);
  line-height: 1;
  background-color: #1D4964;
  padding-left: 3em;
  padding-right: 3em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .btnWrap__free .free__btn a {
    font-size: 3.733vw;
    height: 18.667vw;
  }
}
#contents.column main .article .writer {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .writer {
    font-size: 3.733vw;
    padding: 6.667vw;
    margin-bottom: 11.733vw;
  }
}
#contents.column main .article .writer p {
  line-height: 1.8;
  margin-bottom: 0;
}
#contents.column main .article .writer--name {
  margin-bottom: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .writer--name {
    font-size: 4.533vw;
  }
}
#contents.column main .article .writer--name img {
  max-width: 100px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .writer--name img {
    max-width: 18.667vw;
  }
}
#contents.column main .article .writer--name div {
  width: calc(100% - 100px);
  padding-left: 1.2em;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .writer--name div {
    width: calc(100% - 18.667vw);
  }
}
#contents.column main .article .writer--name div span {
  color: #1D4964;
  font-size: 18px;
  display: block;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .writer--name div span {
    font-size: 4vw;
  }
}
#contents.column main .article .writer--name div p {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .writer--name div p {
    font-size: 3.2vw;
  }
}
#contents.column main .article .writer--name div p a {
  color: #1D4964;
  text-decoration: underline;
  color: #53524e;
  text-decoration: none;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  #contents.column main .article .writer--name div p a {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
  }
  #contents.column main .article .writer--name div p a:hover {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
    opacity: 0.7;
  }
}
#contents.column main .article .btn__type09 {
  margin: 60px auto 90px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contents.column main .article .btn__type09 {
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  #contents .beginner {
    padding-bottom: 0;
  }
}