@charset "UTF-8";
/* denki CSS Document */

/* common
--------------------------------------------- */
html,
body,
main,
section,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
a,
figure,
img,
time {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
picture.img,
.main-img-wrap {
  width: 100%;
}
li {
  list-style: none;
}
#l-main {
  padding-bottom: 60px;
}
/* html {scroll-behavior: smooth;} */
.l-mainvisual {
  position: relative;
  margin-bottom: 45px;
  background-color: #fdf4e3;
}
h1,
.ttl {
  color: #79350b;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: table;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
}
.l-breadcrumb {
  margin: 0 auto;
  max-width: 1167px;
}
.l-section-1,
.l-section-2,
.l-section-3,
.l-section-content-wrap {
  margin: 0 auto;
  max-width: 1167px;
  padding-inline: 7.5%;
  box-sizing: content-box;
}
.l-section-2,
.l-section-3 {
  margin-bottom: 100px;
}
.l-section-1 {
  margin-bottom: 30px;
}
.l-section-1 + .l-section-2 {
  margin-top: 100px;
}
/* SP */
@media only screen and (max-width: 760px) {
  .l-mainvisual {
    background-color: transparent;
  }
  .l-section-1,
  .l-section-2,
  .l-section-3 {
    margin-right: 80px;
  }
  .l-section-1,
  .l-section-2,
  .l-section-3,
  .l-section-content-wrap {
    padding-inline-start: 7.5%;
    padding-inline-end: 0;
    box-sizing: content-box;
  }

  .l-section-2,
  .l-section-3 {
    margin-bottom: 50px;
  }
  .l-section-1 + .l-section-2 {
    margin-top: 50px;
  }
}

/* PC */
@media only screen and (min-width: 761px) {
  .l-mainvisual__inner picture.img,
  .l-mainvisual__inner .main-img-wrap {
    width: auto;
  }
}
/* /column/index.html
--------------------------------------------- */
/* ページネーション */
.l-section-1__inner_btn {
  display: flex;
  justify-content: center;
  gap: 1.5%;
  margin-top: 70px;
  margin-left: 50px;
}
.l-section-1__inner_btn_wrap,
.page-numbers {
  border: 1px #000 solid;
  padding: 0;
  height: 39px;
  width: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.page-numbers,
a.page-numbers:visited {
  color: #000;
}
.l-section-1__inner_btn_wrap_first,
.page-numbers.current {
  background-color: #ffb7a9;
  border-color: #ffb7a9;
}
.l-section-1__inner_btn_wrap_first .l-section-1__inner_btn_txt,
.page-numbers.current {
  color: #fff;
}
.l-section-1__inner_btn_wrap_arrow {
  padding: 0;
  height: 39px;
  width: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-section-1_item_figure img {
  border-radius: 10px;
  object-fit: cover;
}
/* カテゴリから情報を探す */
.l-section-2-ttl {
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding-left: 50px;
}
.l-section-2-ttl::before {
  content: "";
  background: url(../images/icon_search.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 6px;
  left: -5px;
}
.l-section-2-content {
  margin-top: 35px;
}
.l-section-2_item_btn-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5%;
  padding-top: 13px;
  width: 90%;
  margin: 0 auto;
}
.l-section-2_item_btn-wrap .l-section-1_item_btn-txt {
  padding: 2px 28px;
}
.l-section-2_item_btn {
  margin-bottom: 20px;
}
/* 関連リンク */
.l-section-3-ttl {
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding-left: 50px;
}
.l-section-3-ttl::before {
  content: "";
  background: url(../images/icon_link.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 6px;
  left: -5px;
}
.l-section-3-list {
  display: flex;
  justify-content: center;
  gap: 3%;
  margin-top: 50px;
}
.l-section-3-item {
  border: 3px solid #ffb7a9;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  width: 32%;
  position: relative;
}
.l-section-3-ttl-wrap {
  background-color: #ffb7a9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.l-section-3-txt1 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  padding: 14px;
  text-align: left;
  display: inline-block;
  position: relative;
  padding-left: 65px;
  line-height: 1.2;
  letter-spacing: 0;
}
.l-section-3-txt1-1-1,
.l-section-3-txt1-1-2 {
  padding-left: 85px;
}
.l-section-3-txt2 {
  background-color: #fff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  font-size: 18px;
  padding: 20px 25px;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 45px;
}
.l-section-3-txt1-1::before {
  content: "";
  background: url(../images/link_ttl_img01.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 25px;
  left: 20px;
}
.l-section-3-txt1-2::before {
  content: "";
  background: url(../images/link_ttl_img02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 54px;
  height: 56px;
  top: 24px;
  left: 15px;
}
.l-section-3-txt1-3::before {
  content: "";
  background: url(../images/link_ttl_img03.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 55px;
  height: 55px;
  top: 26px;
  left: 0px;
}
.l-section-3-button-wrap {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.l-section-3-button {
  width: 90%;
  margin: 0 auto;
  border-radius: 30px;
  margin-bottom: 10px;
  position: relative;
}
.l-section-3-button-txt {
  text-align: center;
  color: #79350b;
}
.l-section-3-button {
  border: 1px solid #ffb7a9;
  background-color: #ffb7a9;
}
.l-section-3-button-txt::after {
  content: "";
  background: url(../images/column_link_arrow.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 6px;
  right: 20px;
}
@media only screen and (max-width: 1220px) {
  .l-section-3-txt1 {
    font-size: clamp(1rem, 2.5vw, 1.8rem);
    padding-left: 35px;
  }
  .l-section-3-txt1-3::before {
    width: 35px;
    height: 45px;
    top: 19px;
    left: -5px;
  }
  .l-section-3-txt1-2::before {
    width: 34px;
    height: 36px;
    top: 19px;
    left: 5px;
  }
  .l-section-3-txt1-1::before {
    width: 40px;
    height: 40px;
    top: 18px;
    left: 8px;
  }
  .l-section-3-item1 .l-section-3-button-txt::after,
  .l-section-3-item2 .l-section-3-button-txt::after,
  .l-section-3-item3 .l-section-3-button-txt::after {
    right: 10px;
  }
}
/* コラム詳細ページ */
.l-section-1-detail {
  margin: 0 auto 45px;
}
.l-section-ttl {
  font-size: 36px;
  position: relative;
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #033333;
  background-image: linear-gradient(90deg, #ffb7a9 0 27%, #ffe9e5 20%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
}
.l-section-ttl::first-letter {
  font-size: 60px;
  color: #ffb7a9;
}
.content-item-big {
  font-weight: bold;
}
.l-section-content-wrap .l-section-1_item_btn-wrap {
  gap: 1%;
  padding-top: 13px;
  margin: 30px 0 40px;
}
.l-section-content-wrap .l-section-1_item_btn-txt {
  padding: 10px 28px;
  border-radius: 0px;
}
.l-section-content-sec {
  position: relative;
}
.l-section-content-figure-1 {
  top: 70px;
}
.l-section-content-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}
.l-section-content-flex-left {
  flex: 1;
}
.l-section-content-flex-right {
  width: 35%;
  text-align: right;
}

.l-section-content-flex-right iframe {
  aspect-ratio: 4 / 2.2;
  height: 100%;
  width: 100%;
}

.l-section-content-sec {
  margin-bottom: 70px;
}
.l-section-content-sec-0 {
  margin-bottom: 120px;
  width: 100%;
}
.l-section-content-ttl {
  font-size: 27px;
  color: #79350b;
  margin-bottom: 20px;
  font-weight: bold;
  background-image: radial-gradient(circle, #c3c3c3 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 2px;
  padding-bottom: 4px;
}

#toc_container + .l-section-content-ttl {
  margin-top: 70px;
}

.l-section-content-txt {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 1.6;
}
.l-section-content-txt span {
  font-size: 18px;
  margin: 10px 0 3px;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.l-section-content-txt span::after {
  content: "";
  background: url(../images/column_border-mini.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: -12px;
}
.l-section-content-subttl {
  /* margin: 25px 0 5px; */
  margin: 0px 0 5px;
  padding: 1px 6px 2px 16px;
  display: inline-block;
  margin-left: 3px;
  font-size: 19px;
  font-weight: bold;
  position: relative;
}
.l-section-content-subttl::before {
  content: "";
  background-color: #ffb7a9;
  display: inline-block;
  width: 7px;
  height: 20px;
  position: absolute;
  top: 7px;
  left: 0;
}
.l-section-content__inner_btn {
  display: flex;
  justify-content: center;
  gap: 1%;
}
.l-section-content__inner_btn-item-txt {
  /* text-decoration: underline; */
  font-size: 18px;
}
.l-section-content__inner_btn-item a {
  color: #000;
}
.l-section-content__inner_btn-item.is-disabled {
  color: #999;
}
.l-section-content__inner_btn-item-txt a {
  text-decoration: underline;
}
@media only screen and (max-width: 1150px) {
  .l-section-ttl {
    font-size: clamp(1rem, 3vw, 3rem);
  }
}
@media only screen and (min-width: 761px) {
  .l-section-content__inner_btn-item-txt a:hover {
    text-decoration: none;
  }

  .l-section-content-flex+.l-section-content-subttl {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 760px) {
  /* .l-section-content-flex+.l-section-content-subttl {
    margin-top: 15px;
  } */
}
/* 目次 */
.l-section-content-table-txt {
  text-align: center;
  font-size: 32px;
  margin: 5px 15px 15px 0;
}
.l-section-content-sec-table {
  background-color: #f2fbfb;
  padding: 12px 5px 20px 30px;
  margin: 40px 0 100px;
  width: 55%;
  border-radius: 20px;
}
.l-section-content-item a {
  color: #000;
  font-size: 18px;
}
.l-section-content-item {
  margin-bottom: 5px;
}
.l-section-content-list2 {
  margin-left: 20px;
}
/* SP */
@media only screen and (max-width: 760px) {
  .l-section-1-detail {
    padding-right: 80px;
  }
  #l-main {
    padding-bottom: 30px;
  }
  .pc-Element {
    display: none;
  }
  .sp-Element {
    display: block;
  }
  .detail-l-mainvisual {
    margin-bottom: 5px;
  }
  .l-mainvisual {
    margin-bottom: 22px;
  }
  .l-section-1-ttl::before {
    width: 42px;
    height: 42px;
    top: 4px;
    left: -5px;
  }
  .l-section-1-ttl-1::before {
    width: 42px;
    height: 42px;
    top: 19px;
    left: -5px;
  }
  .l-section-2-ttl::before,
  .l-section-3-ttl::before {
    width: 37px;
    height: 37px;
    top: 3px;
    left: 5px;
  }
  h1,
  .ttl {
    position: static;
    background-color: #fdf4e3;
    width: 100%;
    padding-left: 7.5%;
    padding: 25px 0 25px 7.5%;
    font-size: 3rem;
  }

  .l-mainvisual__inner {
    background-color: #fdf4e3;
    padding: 25px 0 25px 7.5%;
  }

  .l-mainvisual__inner .h1_wrap {
    position: relative;
  }

  .l-mainvisual__inner h1,
  .l-mainvisual__inner .ttl {
    background-color: transparent;
    margin-bottom: 10px;
    padding: initial;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 0;
  }

  /* .main-img-wrap,
    .l-mainvisual__inner picture { display: none; } */

  /* ページネーション */
  .l-section-1__inner_btn_wrap {
    padding: 0;
    height: 39px;
    width: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-section-1__inner_btn_wrap_arrow {
    padding: 0;
    height: 39px;
    width: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-section-1__inner_btn {
    margin-left: 0;
  }
  /* カテゴリから情報を探す */
  .l-section-2_item_btn-wrap {
    width: 100%;
  }
  .l-section-2_item_btn {
    margin-bottom: 13px;
  }
  /* 関連リンク */
  .l-section-3-list {
    display: block;
  }
  .l-section-3-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .l-section-3-txt2 {
    font-size: 16px;
  }
  .l-section-3-button {
    border-radius: 10px;
    width: 80%;
  }
  .l-section-3-txt1-1::before {
    width: 37px;
    height: 37px;
    top: 10px;
    left: -20px;
  }
  .l-section-3-txt1-2::before {
    width: 34px;
    height: 33px;
    top: 9px;
    left: -22px;
  }
  .l-section-3-txt1-3::before {
    width: 33px;
    height: 38px;
    top: 8px;
    left: -30px;
  }
  .l-section-3-txt1 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    padding: 15px 0 15px 5px;
  }
  /* 詳細ページ */
  .l-section-content-wrap .l-section-1_item_btn-txt {
    padding: 8px 23px;
    border-radius: 0px;
  }
  .l-section-content-wrap .l-section-1_item_btn-wrap {
    padding-top: 7px;
    margin: 30px 0 40px;
  }
  #l-main,
  #l-main-detail {
    padding-top: 45px;
  }
  .l-section-ttl {
    font-size: 22px;
    margin-top: 12px;
    background-size: 100% 5%;
    padding: 0 0 7px;
    background-color: #fff;
  }
  .l-section-ttl::first-letter {
    font-size: 40px;
  }
  .l-section-content-wrap .l-section-1_item_btn-wrap {
    /* margin: 70px 0 0px; */
    margin: 10px 0 20px;
  }
  .l-section-ttl::after {
    bottom: -23px;
  }
  .l-section-content-sec-table {
    padding: 12px 5px 20px 20px;
    margin: 10px 0 40px;
    width: 100%;
  }
  .l-section-content-item a {
    font-size: 16px;
  }
  .l-section-content-flex {
    display: block;
  }
  .l-section-content-flex-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-section-content-flex-right {
    width: 100%;
  }
  .l-section-content-sec-0 {
    margin-bottom: 40px;
  }
  .l-section-content-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .l-section-content-txt {
    font-size: 16px;
  }
  .l-section-content-subttl {
    font-size: 17px;
  }
  .l-section-content-subttl::before {
    height: 18px;
    top: 6px;
  }
  .l-section-content-sec {
    margin-bottom: 50px;
  }
  .l-section-content-txt span {
    font-size: 18px;
  }
  .l-section-content__inner_btn {
    gap: 3%;
    white-space: nowrap;
  }
  .l-section-content__inner_btn-item-txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 425px) {
  .l-section-2-ttl::before,
  .l-section-3-ttl::before {
    width: 35px;
    height: 35px;
    top: 0px;
    left: 5px;
  }
  .l-section-2-ttl {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 380px) {
  .sp-Element-small {
    display: block;
  }
}
/* PC */
@media only screen and (min-width: 761px) {
  .pc-Element {
    display: block;
  }
  .sp-Element {
    display: none;
  }
  .sp-Element-small {
    display: none;
  }
  .l-section-1_item-detail {
    margin-top: 0;
  }
  .l-section-1_item_figure img {
    aspect-ratio: 4 / 3;
  }
  .l-mainvisual__inner {
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    max-width: 1208px;
    padding-inline: 20px;
  }

  .l-mainvisual__inner .h1_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .l-mainvisual__inner .h1_wrap h1,
  .l-mainvisual__inner .h1_wrap .ttl {
    position: initial;
  }
}

/* 目次 */
#toc_container {
  background: rgba(255, 183, 169, 0.15) !important;
  border: none !important;
  border-radius: 10px;
  padding: 10px 20px !important;
}

#toc_container a {
  color: #000 !important;
}

#toc_container .toc_list > li:not(:first-child) {
  margin-top: 7px;
}

#toc_container .toc_list > li > a > .toc_number::after {
  content: ".";
}

#toc_container .toc_list > li > a {
  font-weight: bold !important;
}

#toc_container .toc_list > li ul > li {
  margin-top: 7px;
}

#toc_container .toc_list > li ul > li a .toc_number {
  display: none;
}

@media only screen and (max-width: 410px) {
  .pc-Element {
    display: block;
  }
  .l-section-3-txt1-1::before,
  .l-section-3-txt1-3::before {
    top: 20px;
  }
  .l-section-3-txt1-2::before {
    top: 22px;
  }
}
@media only screen and (max-width: 380px) {
  .l-section-3-item1 .l-section-3-button-txt::after,
  .l-section-3-item2 .l-section-3-button-txt::after,
  .l-section-3-item3 .l-section-3-button-txt::after {
    right: 3px;
  }
}
@media only screen and (max-width: 760px) {
  h1,
  .ttl {
    /* font-size: 4.0rem; */
    font-size: 3rem;
    padding: 0;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 350px) {
  h1,
  .ttl {
    font-size: 2.6rem;
  }
}
/* 
--------------------------------------------- */
