@charset "UTF-8";

section .item-comment-wrap,
.group-comment-wrap {
  margin-bottom: 0 !important;
}

section.header-announce,
section.fs-l-pageMain {
  padding: 0 !important;
}
span.marker_02 {
  background: linear-gradient(rgba(255, 0, 0, 0) 70%, #ff7f7f 75%);
  font-weight: bold;
}
section#sec_01,
section#sec_02,
section#sec_03,
section#sec_04 {
  margin: 0 0 50px !important;
}
section#sec_gas,
section#sec_electricity {
  margin: 0 0 40px !important;
}

/*タイトル*/
.ttl_inc01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
  padding: 12px 10px 10px;
  background-color: #333;
}

.ttl_01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #333333;
  text-align: center;
  margin: 0 auto 20px;
  padding: 12px 0 10px 0;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}

/* ボタン */
.btn_box_02 {
  width: 100%;
  text-align: center;
}

.btn_cmn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #dd2c00 !important;
  border: 2px solid #dd2c00;
  border-radius: 2px;
  position: relative;
  line-height: 1;
  text-decoration: none;
  min-width: 340px;
}
@media only screen and (max-width: 768px) {
  .btn_cmn {
    width: 90%;
    text-align: center;
  }
}
.btn_cmn:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #dd2c00;
  margin: 0;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
}

.btn_cmn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  margin: 0;
  border: 3px solid transparent;
  border-left: 6px solid #fff;
  transform: translate(-50%, -50%);
}

.btn_cmn:hover {
  opacity: 0.8;
}

/*ページ内リンク*/
.inner_link {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 30px !important;
}

.inner_link li {
  float: left;
  margin: 0 10px 10px 0;
}

.inner_link li a {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 1;
  padding: 0 0 0 20px;
  font-size: 15px;
  padding: 7px 10px 7px 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.inner_link li a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d13719;
  top: 50%;
  left: 16px;
  transform: translate(-50%, -50%);
}

.inner_link li a:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  background: #ffffff;
  height: calc(tan(60deg) * 6px / 2);
  width: 8px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 50%;
  left: 16px;
  transform: translate(-50%, -50%);
  margin-top: 1px;
}

.inner_link li a:hover {
  color: #d13719;
}

.flex_2btn_box {
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px auto 40px;
}
.flex_2btn_box .btn_box_02 {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .flex_2btn_box {
    width: 100%;
    flex-direction: column;
  }
}
/*関連記事*/
#menu_relation .wrap_slider .slider {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #menu_relation .wrap_slider .slider {
    display: flex;
    flex-direction: column;
  }
}

#menu_relation .item {
  width: calc(100% / 3);
  height: auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #menu_relation .item {
    width: 100%;
  }
}

#menu_relation .item img {
  width: 100%;
  height: auto;
}

#menu_relation .item .link:before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#menu_relation .title_area {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 4;
  color: #fff;
  padding: 10px;
}

#menu_relation .date {
  font-size: 12px;
  margin: 0 0 5px 0;
  position: relative;
  padding: 0;
}

#menu_relation .title {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  max-height: 3em;
  height: 3em;
  overflow: hidden;
  visibility: visible;
  word-wrap: break-word;
  word-break: break-all;
}

#menu_relation .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#menu_relation .ttl_01_wrap:before {
  content: none;
}

#menu_relation .wrap_slider {
  width: 100%;
  margin: 0 auto 20px;
  box-sizing: border-box;
}

#menu_relation .wrap_slider .slider {
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 768px) {
  #menu_relation .wrap_slider .slider {
    display: flex;
    flex-direction: column;
  }
}

#menu_relation .item .link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.btn_box {
  padding: 0 0 30px;
  text-align: center;
}

.btn_box .btn {
  position: relative;
  width: 40%;
  margin: 0 auto;
}

.btn_box .btn {
  display: block;
  padding: 20px;
  text-align: center;
  color: #3a2100;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #3a2100;
}

@media only screen and (max-width: 768px) {
  .btn_box .btn {
    width: calc(100% - 40px);
    box-sizing: border-box;
  }
}

.btn_box a:hover {
  color: #d13719;
}

.btn_box .btn:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d13719;
  margin-top: -8px;
  top: 50%;
  right: 20px;
  z-index: 10;
}

#menu_relation .btn_box .btn:after {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-left: 7px solid #fff;
  margin-top: -4px;
  top: 53%;
  right: 22px;
  z-index: 10;
  transform: rotate(90deg);
}

#menu_relation .btn_box .btn.on-click:after {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-left: 7px solid #fff;
  margin-top: -4px;
  top: 47%;
  right: 22px;
  z-index: 10;
  transform: rotate(270deg);
}

#menu_relation .wrap__hide {
  display: none;
}

@media only screen and (max-width: 768px) {
  #menu_relation #menu_relation .link {
    margin: 0 auto;
  }

  #menu_relation #menu_relation .slider {
    margin: 0 auto;
  }
}
