@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
#titlewrap {
  height: 250px;
  background-position: center bottom 17%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  background-image: none !important;
  background-color: #124c9b;
}

#titlewrap_reason {
  height: 100vh;
  background-position: center bottom 17%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #titlewrap_reason {
    height: auto;
    padding-bottom: 20rem;
  }
}
/* #titlewrap::before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: rgb(19,54,138);
	background: -moz-radial-gradient(circle, rgba(19,54,138,0.64) 0%, rgba(25,50,111,0.43) 100%);
	background: -webkit-radial-gradient(circle, rgba(19,54,138,0.64) 0%, rgba(25,50,111,0.43) 100%);
	background: radial-gradient(circle, rgba(19,54,138,0.64) 0%, rgba(25,50,111,0.43) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13368a",endColorstr="#19326f",GradientType=1);
	z-index:0;
} */
#titlewrap .title {
  width: calc(100% - 60px);
  max-width: 1100px;
  box-sizing: border-box;
  margin: auto;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}

#titlewrap .title h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

#titlewrap .title h1 span {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 1em;
}

#titlewrap_reason .title {
  width: calc(100% - 60px);
  max-width: 1100px;
  box-sizing: border-box;
  margin: auto;
  padding-top: 175px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #titlewrap_reason .title {
    padding-top: 4rem;
  }
}
#titlewrap_reason .title h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  /* text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); */
}

#titlewrap_reason .catch_p p {
  /* margin-top: 2%; */
  margin-top: 3.2rem;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  /* text-shadow: 3px 3px 7px rgb(0 0 0 / 80%); */
}

footer {
  background-color: #f1f1f1;
}

.navi {
  width: calc(100% - 60px);
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.2;
  /* padding: 0.5em 0; */
  padding: 1.5em 0;
}

.navi a,
.navi span {
  color: #000000;
  font-size: inherit;
  line-height: inherit;
}

.wrap {
  padding-top: 120px;
}

header + section .wrap {
  padding-top: 120px;
}

section:nth-last-child(2) .wrap {
  padding-bottom: 150px;
}

.contents dt h2 {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 1.25em;
}

section:not(#contact) .contents h2 span {
  display: inline-block;
  font-size: 0.5em;
  color: #000000;
  margin-left: 2em;
}

.contents h3 {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 600;
}

#main .wp-pagenavi {
  text-align: center;
}

#main .wp-pagenavi a,
#main .wp-pagenavi span {
  border: none;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 3px 7px;
  margin: 0 3px;
}

#main .wp-pagenavi a.page {
  color: #000000;
}

#main .wp-pagenavi a.page:hover,
#main .wp-pagenavi span.current {
  background-color: #13368a;
  color: #ffffff;
}

/**contactbox**/
.contents .btn {
  width: 480px;
  height: 80px;
  margin: 0 auto;
  background-color: #02926f;
  border-radius: 40px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  grid-column-gap: 1em;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border: 1px solid #02926f;
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.contents .btn::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_news.png) no-repeat center center/contain;
}

.contents .btn::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 2.5px solid #ffffff;
  border-right: 2.5px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 1.5em;
  top: 50%;
}

.contents .btn:hover {
  background-color: #ffffff;
  color: #02926f;
}

.contents .btn:hover::before {
  background-image: url(../img/common/icon_news_o.png);
}

.contents .btn:hover::after {
  border-color: #02926f;
}

#contactbox .wrap {
  padding: 90px 0;
}

#contactbox .contents_inner {
  padding: 40px 60px;
  background-color: #ffffff;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% minmax(auto, 380px);
  grid-column-gap: 30px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

#contactbox .contents_inner dl {
  width: 100%;
  justify-self: center;
  display: grid;
  align-content: center;
  text-align: center;
  height: 180px;
}

#contactbox .contents_inner dl:first-child {
  border-right: 1px solid #dbdbdb;
}

#contactbox .contents_inner dt {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

#contactbox .contents_inner dl:last-child dt {
  margin-bottom: 1.2em;
}

#contactbox .contents_inner dd.att {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  padding-top: 0.5em;
  text-align: left;
}

#contactbox .contents_inner dl .tel {
  font-size: 5.3rem;
  font-weight: 500;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 0.2em;
  align-items: center;
  justify-content: center;
}

#contactbox .contents_inner dl .tel::before {
  content: "";
  width: 1em;
  height: 1.1em;
  background: url(../img/common/icon_tel.png) no-repeat 10px 13px/40px;
}
@media screen and (max-width: 767px) {
  #contactbox .contents_inner dl .tel::before {
    background-size: 29px;
  }
}

#contactbox .contents_inner dl .btn {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  height: 65px;
  background: #fff000;
  color: #04a7fc;
  border: none;
  border-radius: 5px;
  font-weight: 700;
}

#contactbox .contents_inner dl .btn::after {
  content: none;
}

#contactbox .contents_inner dl .btn::before {
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/common/icon_mail-blue.png);
}

#contactbox .contents_inner dl .btn:hover {
  filter: brightness(1.2);
  color: #04a7fc;
}

@media screen and (max-width: 1024px) {
  #titlewrap {
    height: 280px;
  }
  #titlewrap .title h1 {
    font-size: 50px;
  }
  #titlewrap .title h1 span {
    font-size: 1.6rem;
  }
  .wrap {
    padding-top: 90px;
  }
  header + section .wrap {
    padding-top: 90px;
  }
  section:nth-last-child(2) .wrap {
    padding-bottom: 120px;
  }
  .contents h2 {
    font-size: 40px;
  }
  .contents h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #titlewrap {
    height: 125px;
    background-position: center bottom 75%;
  }
  #titlewrap .title {
    width: calc(100% - 15px);
    padding-top: 30px;
  }
  #titlewrap .title h1 {
    font-size: 36px;
  }
  #titlewrap .title h1 span {
    font-size: 1.5rem;
    padding-top: 0.5em;
  }
  .navi {
    width: calc(100% - 40px);
    font-size: 1.2rem;
  }
  .wrap {
    padding-top: 45px;
  }
  header + section .wrap {
    padding-top: 45px;
  }
  section:nth-last-child(2) .wrap {
    padding-bottom: 60px;
  }
  .contents h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .contents h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }
  /*==============================
  		content
  ==============================*/
  .contents .btn {
    max-width: 300px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 1.5rem;
    transition: 0s;
  }
  .contents .btn:hover {
    background-color: #02926f;
    color: #ffffff;
  }
  .contents .btn:hover::before {
    background-image: url(../img/common/icon_news.png);
  }
  .contents .btn:hover::after {
    border-color: #ffffff;
  }
  /* =================================================================
          section
  ================================================================= */
  /**contactbox**/
  #contactbox .wrap {
    padding: 60px 0;
  }
  #contactbox .contents_inner {
    max-width: 450px;
    padding: 40px 20px;
    grid-template-columns: 1fr;
  }
  #contactbox .contents_inner dl {
    width: 100%;
    justify-self: center;
    display: grid;
    align-content: center;
    text-align: center;
    height: auto;
    padding-top: 30px;
  }
  #contactbox .contents_inner dl:first-child {
    border-right: none;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 0;
    padding-bottom: 30px;
  }
  #contactbox .contents_inner dt {
    font-size: min(4.27vw, 1.6rem);
  }
  #contactbox .contents_inner dl .tel {
    font-size: min(10.6vw, 4rem);
  }
  #contactbox .contents_inner dl .btn:hover {
    filter: brightness(1);
  }
  .fadein.dl01,
.fadein.dl02,
.fadein.dl03 {
    transition-delay: 0s;
  }
}
/* 追記ここから */
/*---------------- リセット・ファンデーション ----------------*/
/* ページのline-hright調整 */
/* 対象ページ
  特商取引法に関する記述   .elementor-42
  選ばれる理由           .elementor-47
  イツキモバイル          .elementor-45
  ネット接続サービス       .elementor-44
  イツキ光               .elementor-51
*/
.elementor-42 *,
.elementor-47 *,
.elementor-45 *,
.elementor-44 *,
.elementor-51 *,
.elementor-2915 *,
.elementor-3154 *,
.elementor-3319 *,
.elementor-3347 *,
.elementor-2908 * {
  line-height: 2;
}

/* html {
  scroll-padding-top: 8rem;
} */
div[id^=anchor] {
  padding-top: 8rem;
  margin-top: -8rem;
}

/* 選ばれる理由ページで理由その1～3のホバーアクションを解除 */
/* #reason.u-under-reason .contents_inner .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
} */
.u-under-reason .u-3reasons span {
  font-size: inherit !important;
  margin: auto !important;
}

.elementor p a {
  color: #02926F;
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}

.link-hover {
  color: #02926F;
  text-decoration: underline !important;
  transition: all 0.1s ease-in-out;
}

.elementor p a:hover,
.link-hover:hover {
  color: #84CEC2;
  text-decoration: underline;
}

/*---------------- ユーティリティ ----------------*/
.color-main {
  color: #02926f !important;
}

.color-ff9000 {
  color: #ff9000 !important;
}

.color-fff {
  color: #fff !important;
}

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

.color-4b4b4b {
  color: #4b4b4b !important;
}

.bg-main {
  background-color: #02926f !important;
}

.bg-fff {
  background-color: #fff !important;
}

.bg-f8f8f8 {
  background-color: #f8f8f8 !important;
}

.bg-ecfffb {
  background-color: #ecfffb !important;
}

.bg-ff9000 {
  background-color: #ff9000 !important;
}

.bg-collabo {
  background-color: #fff9e1 !important;
}

.fs13 {
  font-size: 0.8125rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.border-0 {
  border: none !important;
}

.shadow {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s ease;
}

.img-fluid img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*---------------- カスタマイズ ----------------*/
/*----------- 見出し -----------*/
/* 下線 */
.c-h-underline {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}

.c-h-underline::after {
  content: "";
  position: absolute;
  display: block;
  width: 40vw;
  min-width: 30rem;
  height: 1px;
  background-color: #02926f;
  bottom: 0;
  left: 0;
}

/* 左にライン */
.c-h-left-border {
  border-left: 0.4rem solid #02926f;
  padding-left: 0.8rem;
}

/* .e-con-inner:has(.c-h-left-border) {
  border-left: 0.4rem solid #02926f;
} */
.c-h-left-border .elementor-heading-title {
  line-height: 1.6;
}

/* 左に四角 */
.c-h-left-square {
  position: relative;
  padding-left: 2.4rem;
}

.c-h-left-square::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  top: 0.4rem;
  left: 0;
  background-color: #333;
}

.c-h-left-square .elementor-heading-title {
  line-height: 1.6;
}

/* 1文字目だけ大きめ */
.u-first-letter-main:first-letter {
  color: #02926f;
}

.border-top {
  border-top: 1px solid #ccc;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  .border-md-left {
    border-left: 1px solid #999;
  }
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50%;
  }
}
.u-hover-none-dec {
  text-decoration: none;
}

.u-hover-none-dec:hover {
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
}

/*----------- table -----------*/
/* table余白; */
.c-table th,
.c-table td {
  padding: 1.2rem;
}

/* tab以下でセル幅いっぱい（2カラムのみ推奨） */
@media screen and (max-width: 767px) {
  .p-responsive-table th,
.p-responsive-table td {
    display: block;
  }
}
/* イツキモバイル 特徴 */
.border .e-con-inner {
  border: 1px solid #333;
}

.u-border-color-main .e-con-inner {
  border-color: #02926f;
}

.rounded-md .e-con-inner {
  border-radius: 3.2rem;
}

.border {
  border: 1px solid #333;
}

.u-border-color-main {
  border-color: #02926f;
}

.rounded-sm {
  border-radius: 0.8rem;
  overflow: hidden;
}

.rounded {
  border-radius: 1.2rem;
  overflow: hidden;
}

.rounded-md {
  border-radius: 3.2rem;
}

/* 線ありのtable */
.c-table-bordered th,
.c-table-bordered td {
  border: 2px solid #eee;
}

/* リンクボタン */
.c-btn .elementor-button-wrapper {
  text-align: center;
}

.c-btn .elementor-button {
  min-width: 240px;
}

.c-btn {
  width: 50%;
}

.e-con.e-flex > .e-con-inner:has(.c-btn) {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem 0;
}

/* @media screen and (min-width: 768px) {
  .c-btn {
    width: 50%;
  }
  .e-con.e-flex > .e-con-inner:has(.c-btn) {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.6rem 0;
  }
} */
@media screen and (min-width: 1024px) {
  .c-btn {
    width: 33.3%;
  }
}
/* ボタンアイコンを中央ぞろえにする */
.u-icon .elementor-align-icon-right {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.p-features-2 a {
  transition: all 0.3s ease-in-out;
}

.p-features-2 a:hover {
  filter: drop-shadow(0 0 1rem #aaa);
}

@media screen and (min-width: 576px) {
  .c-features-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-features-item {
    width: 33.33%;
  }
}
.c-features-thumb img {
  height: 9.6rem !important;
  width: auto;
}

.c-features-item-2 {
  width: 48%;
}

/* @media screen and (min-width: 576px) {
  .c-features-item-2 {
    width: 50%;
  }
} */
@media screen and (min-width: 768px) {
  .c-features-item-2 {
    width: 25%;
  }
}
.c-features-thumb-2 img {
  height: 9.6rem !important;
  width: auto;
}

.c-reasons-thumb img {
  max-height: 12.8rem !important;
  width: auto;
  max-width: 16rem !important;
}

.c-reasons-text {
  text-align: center;
  padding: 0 3rem;
}

@media screen and (min-width: 768px) {
  .c-reasons-thumb {
    width: 28%;
  }
  .c-reasons-text {
    width: 68%;
    text-align: left;
  }
}
@media screen and (min-width: 576px) {
  .u-flow-item {
    width: 48%;
  }
}
@media screen and (min-width: 992px) {
  .u-flow-item {
    width: 19%;
  }
}
.c-flow-thumb img {
  /* max-height: 6.4rem; */
  max-height: 5rem;
  width: auto;
}

.p-faq .elementor-accordion-item {
  margin-top: 1.6rem;
  border-radius: 1.6rem;
  box-shadow: 2px 2px 4px 4px #eee;
  overflow: hidden;
}

.p-faq .elementor-tab-title {
  position: relative;
}

.p-faq .elementor-tab-title::before {
  position: absolute;
  display: block;
  content: "Q";
  font-size: 3rem;
  color: #02926f;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
}

/* .p-faq .elementor-tab-title::after {
  position: absolute;
  display: block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-color: #02926f;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
} */
.p-faq .elementor-tab-content {
  position: relative;
}

.p-faq .elementor-tab-content::before {
  position: absolute;
  display: block;
  content: "A";
  font-size: 3rem;
  color: #3a3a3a;
  top: 1.6rem;
  left: 3rem;
}

.p-faq .elementor-accordion-icon.elementor-accordion-icon-right {
  background-color: #02926F;
  width: 2em !important;
  text-align: center !important;
}

/* アコーディオンボタン */
.c-btn-accordion {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.c-btn-accordion:hover {
  opacity: 0.8;
}

.c-btn-accordion-text-icon {
  width: auto;
}

.c-btn-accordion-text {
  flex-grow: 1;
  line-height: 1.6;
}

.l-btn-accordion-arrow-icon {
  width: auto;
}

.c-btn-accordion-arrow-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.c-btn-accordion-arrow {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.c-btn-accordion-arrow.is-active::after {
  opacity: 0;
}

.c-btn-accordion-arrow::before,
.c-btn-accordion-arrow::after {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.c-btn-accordion-arrow::before {
  width: 1em;
  height: 2px;
}

.c-btn-accordion-arrow::after {
  width: 2px;
  height: 1em;
}

.c-btn-accordion-arrow.--4b4b4b::after,
.c-btn-accordion-arrow.--4b4b4b::before {
  background-color: #4b4b4b;
}

.c-accordion-toggle-box {
  display: none;
}

.elementor-text-editor .c-accordion-toggle-box {
  display: block;
}

.p-icon-left {
  display: grid;
  grid-template-columns: 3em auto;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

@media only screen and (min-width: 768px) {
  .l-grid-tri-rev {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-grid-tri-rev-item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .l-column-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .c-column-3-item {
    width: 33.33%;
  }
}
.p-hukidashi {
  position: relative;
}

.p-hukidashi::after {
  display: block;
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #f8f8f8;
  bottom: -0.75em;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .p-kouji-flow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .c-kouji-flow-thumb {
    width: 30%;
  }
  .c-kouji-flow-text {
    width: 66%;
  }
}
.c-hukidashi-container {
  margin-top: 4rem;
}

@media only screen and (min-width: 768px) {
  .p-omoushikomi-hukidashi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .c-omoushikomi-container {
    width: 35%;
  }
  .c-hukidashi-container {
    margin-top: 0;
    width: 55%;
    padding: 2rem 3rem;
    border: 4px solid #707070;
    position: relative;
  }
  .c-hukidashi-container::after {
    display: block;
    position: absolute;
    content: "";
    width: 2em;
    height: 2em;
    border-left: 4px solid #707070;
    border-bottom: 4px solid #707070;
    background-color: #fff;
    top: 50%;
    left: calc(-4px - 1em);
    transform: rotate(45deg);
  }
}
.u-border-collabo {
  border: 6px solid #ecd87e;
}

/* イツキ光 タブ内の電話番号 */
.c-service1-flow-tel {
  font-size: 4rem;
  font-weight: 700;
  text-decoration: none !important;
}

.c-service1-flow-tel:hover {
  text-decoration: underline !important;
}

@media only screen and (min-width: 768px) {
  .c-service1-flow-tel {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .c-service1-flow-tel {
    font-size: 4.8rem;
  }
}
.offer_title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #fff;
}

.offer_subtitle {
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
  color: #fff;
}

.offer_botan {
  text-align: center;
  margin: 40px 0 0;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/* ----------------------------
サムネイル名 ： タブ切り替え c24
----------------------------- */
.tablist,
.tablist-2 {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  position: relative;
  z-index: 1;
  align-items: flex-end;
}

.tablist li,
.tablist-2 li {
  margin-right: 10px;
  list-style: none;
}

.tablist li a,
.tablist-2 li a {
  display: block;
  text-decoration: none;
  padding: 5px 2em;
  color: #ffffff;
  /* border-style: solid;
  border-width: 1px; */
  border-bottom: none;
}

.tablist li.active a,
.tablist-2 li.active a {
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
}

.tablist li a:hover,
.tablist-2 li a:hover {
  /* color: #ffffff; */
  color: #02926f;
  border-top: 1px solid #02926f;
  border-right: 1px solid #02926f;
  border-left: 1px solid #02926f;
}

.tablist li.active a,
.tablist-2 li.active a {
  color: #000000;
  background-color: #ffffff;
}

.tabcontent,
.tabcontent-2 {
  padding: 40px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  top: -1px;
  z-index: 0;
}

.tabcon,
.tabcon-2 {
  display: none;
}

.tabcon.active,
body#tinymce .tabcon,
.tabcon-2.active,
body#tinymce .tabcon-2 {
  display: block;
}

@media only screen and (max-width: 690px) {
  .tabcontent,
.tabcontent-2 {
    padding: 20px;
  }
  .tablist li,
.tablist-2 li {
    margin-left: 5px;
  }
  .tablist li a,
.tablist-2 li a {
    padding: 5px 0.5em;
    font-size: 13px;
    line-height: 1.5;
  }
  .tab3_pad {
    padding: 20px 10px !important;
  }
}
.dlb_color_sen_key,
.dlb_color_sen_key.acrive,
.dlb_color_sen_key a {
  border-color: #707070;
}

.dlb_color_bg_key,
.dlb_color_bg_key a {
  background-color: #02926f;
  border-top-right-radius: 1.6rem;
  border-top-left-radius: 1.6rem;
}

.dlb_color_bg_key,
.dlb_color_bg_key a {
  background-color: #02926f;
  border-top-right-radius: 1.6rem;
  border-top-left-radius: 1.6rem;
  transition: all 0.3s ease-in-out;
}

.dlb_color_bg_key:hover,
.dlb_color_bg_key a:hover {
  background-color: #ecfffb;
}

.tab.dlb_color_bg_key.active a,
.tab.dlb_color_bg_key a:hover {
  padding-top: 1em !important;
}

.tab.dlb_color_bg_key.--pt-5.active a,
.tab.dlb_color_bg_key.--pt-5 a:hover {
  padding-top: 2.5em !important;
}

.tab {
  width: 33.33%;
}

.tab-2 {
  width: 50%;
}

.tablist li:last-child,
.tablist-2 li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .tab {
    width: 90%;
    margin-right: 0;
  }
  .tab + .tab {
    margin-top: 0.8rem;
  }
  /*.tablist {
    flex-direction: column;
  }*/
  .tablist .tab {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .tab-2 {
    width: 90%;
  }
  /*.tab-2 + .tab-2 {
    margin-top: 1.6rem;
  }
  .tablist-2 {
    flex-direction: column;
  }*/
  .tablist-2 .tab-2 {
    margin-right: 0;
  }
}
.tablist-2 .dlb_color_bg_key,
.tablist-2 .dlb_color_bg_key a {
  background-color: #fff;
  color: #333;
  border-radius: 1.6rem;
  transition: all 0.3s ease-in-out;
}

.tablist-2 .dlb_color_bg_key:hover,
.tablist-2 .dlb_color_bg_key a:hover {
  color: #02926F;
  background-color: #ecfffb;
}

.tablist-2 .dlb_color_bg_key {
  border: none;
}

.tablist-2 .dlb_color_bg_key a {
  border: 1px solid #02926F;
  padding: 2rem;
}

.tablist-2 .dlb_color_bg_key.active,
.tablist-2 .dlb_color_bg_key.active a {
  background-color: #02926F;
  color: #fff;
}

.tablist-2 .dlb_color_bg_key.active {
  position: relative;
}

.tablist-2 .dlb_color_bg_key.active::before {
  position: absolute;
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #02926F;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.u-icon a {
  /* padding-left: 6em !important; */
  padding-left: 3em !important;
  padding-right: 3em !important;
  position: relative;
}

.u-icon a::before {
  position: absolute;
  display: block;
  content: "";
  width: 2em;
  height: 2em;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.u-icon.--h a::before {
  background-image: url("/wp-content/uploads/2023/12/icon01.png");
}

.u-icon.--h.active a::before {
  background-image: url("/wp-content/uploads/2023/12/icon02.png");
}

.u-icon.--m a::before {
  background-image: url("/wp-content/uploads/2023/12/icon03.png");
}

.u-icon.--m.active a::before {
  background-image: url("/wp-content/uploads/2023/12/icon04.png");
}

@media only screen and (max-width: 767px) {
  .tablist-2 .dlb_color_bg_key a {
    padding: 1rem;
  }
  .u-icon a {
    padding-left: 3em !important;
    padding-right: 1em !important;
  }
  .u-icon a::before {
    left: 0.5em;
  }
}
/* ----------------------------
サムネイル名 ： コンテンツ　C-57（Ver4 2018/09）
----------------------------- */
.dlb_content-57 {
  position: relative;
}

.dlb_c57_img {
  height: 400px;
  max-width: 1600px;
  width: 65%;
  /*position: absolute;*/
  top: 0px;
  z-index: 0;
}

.dlb_c57_txtarea {
  position: absolute;
  display: table;
  top: 160px;
  /* left: 50%; */
  right: 0%;
  /* width: 40%; */
  width: 60%;
  /* max-width: 544px; */
  max-width: 640px;
  padding: 40px;
  height: 400px;
  overflow: hidden;
  z-index: 1;
}

.dlb_c57_txtarea_in {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.dlb_c57_txt {
  line-height: 1.6;
}

.dlb_c57_title {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .dlb_c57_img {
    width: 75%;
  }
  .dlb_c57_txtarea {
    top: 240px;
    width: 50%;
    max-width: 50%;
    padding: 30px;
    height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .dlb_content-57 {
    position: static !important;
    display: flex;
    flex-wrap: wrap;
  }
  .dlb_c57_img {
    position: static !important;
    order: 1;
    height: 280px;
    width: 100%;
  }
  .dlb_c57_txtarea {
    order: 2;
    position: static !important;
    display: block;
    margin: -40px auto 0;
    width: 90%;
    max-width: 690px;
    padding: 25px;
    height: auto;
  }
  .dlb_c57_txtarea_in {
    display: block;
  }
  .dlb_c57_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
/* ----------------------------
サムネイル名 ： コンテンツ　C-58（Ver4 2018/09）
----------------------------- */
.dlb_content-58 {
  position: relative;
}

.dlb_c58_img {
  height: 400px;
  max-width: 1600px;
  width: 65%;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 0;
}

.dlb_c58_txtarea {
  position: absolute;
  display: table;
  top: 160px;
  /* right: 50%; */
  left: 0%;
  /* width: 40%; */
  width: 60%;
  /* max-width: 544px; */
  max-width: 640px;
  padding: 40px;
  height: 400px;
  overflow: hidden;
  z-index: 1;
}

.dlb_c58_txtarea_in {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.dlb_c58_txt {
  line-height: 1.6;
}

.dlb_c58_title {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .dlb_c58_img {
    width: 75%;
  }
  .dlb_c58_txtarea {
    top: 240px;
    width: 50%;
    max-width: 50%;
    padding: 30px;
    height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .dlb_content-58 {
    position: static !important;
    display: flex;
    flex-wrap: wrap;
  }
  .dlb_c58_img {
    position: static !important;
    order: 1;
    height: 280px;
    width: 100%;
  }
  .dlb_c58_txtarea {
    order: 2;
    position: static !important;
    display: block;
    margin: -40px auto 0;
    width: 90%;
    max-width: 690px;
    padding: 25px;
    height: auto;
  }
  .dlb_c58_txtarea_in {
    display: block;
  }
  .dlb_c58_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
/* 追記ここまで */
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.color-33 {
  color: #333333 !important;
}

.color-33::first-letter {
  color: #02926f !important;
}

.pagination {
  margin: 40px 0 0;
}

.nav-links {
  display: flex;
  justify-content: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 15px;
  color: #0f1419;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #02926f;
}

.pagination .current {
  background: #02926f;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #02926f;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
  border: none;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media only screen and (max-width: 750px) {
  /* .e-con.e-flex > .e-con-inner:has(.c-btn) {
      flex-direction: row !important;
      flex-wrap: wrap !important;
      gap: 20px !important;
  } */
  /* .elementor-element-1701842 .u-icon a { */
  .u-icon a {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  /* .elementor-element-1701842 .u-icon a::before { */
  .u-icon a::before {
    dispaly: none;
  }
  /* .elementor-element-1701842 .c-btn .elementor-button { */
  .c-btn .elementor-button {
    min-width: 155px;
  }
  .elementor-element-ab3d01b .u-icon a {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .elementor-element-ab3d01b .u-icon a::before {
    dispaly: none;
  }
  .elementor-element-ab3d01b .c-btn .elementor-button {
    min-width: 155px;
  }
  .elementor-element-3c67568 .u-icon a {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .elementor-element-3c67568 .u-icon a::before {
    dispaly: none;
  }
  .elementor-element-3c67568 .c-btn .elementor-button {
    min-width: 155px;
  }
  .tab3_pad {
    padding: 20px 10px !important;
  }
}
.dis_no {
  display: none !important;
}

.page-id-47 header ._pc {
  position: relative;
}

.page-id-47 header ._pc::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 30%; */
  height: 15%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  /* 塗りつぶす */
}

/* トラブル窓口 */
.c-text,
.c-text p {
  line-height: 1.6;
}

.u-aspect-1-1 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-2column-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-columns: auto;
  grid-template-rows: repeat(2, auto);
  grid-auto-rows: auto;
  gap: 3rem;
}

@media only screen and (max-width: 750px) {
  .p-2column-grid {
    gap: 1.5rem;
  }
  .p-2column-grid.--sp-1column {
    display: block;
  }
  .p-2column-grid.--sp-1column .p-icon-text-card-column + .p-icon-text-card-column {
    margin-top: 2rem;
  }
}
.p-icon-text-card-column {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.p-icon-text-card-column.u-trouble {
  padding: 3rem 2rem;
}

.p-icon-text-card-column.shadow:hover {
  box-shadow: 0 0.25rem 2rem 4px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s ease;
}

.p-icon-text-card-column.u-trouble .c-icon-text-card-column-thumb {
  max-width: 5rem;
}

/* アイコン付きボタン */
.c-btn-icon {
  display: inline-block;
}

.c-btn-icon a {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 1em;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  /* height:3em; */
  padding: 0.75em 3em;
  border-radius: 50em;
  background-color: #fff;
  border: 1px solid #009370;
  transition: 0.3s;
}

.c-btn-icon.--right a::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #009370;
  border-left: 1px solid #009370;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.c-btn-icon.--left a::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #009370;
  border-left: 1px solid #009370;
  transform: rotate(-225deg);
  transition: 0.3s;
}

.c-btn-icon a:hover {
  border-color: #009370;
  background-color: #009370;
  color: #fff;
}

.c-btn-icon a:hover::before,
.c-btn-icon a:hover::after {
  border-color: #fff;
}

/*---------- アイコン ----------*/
.c-icon {
  display: grid !important;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .c-icon {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}
/*---------- フォントサイズ ----------*/
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-7 {
  font-size: 0.875rem !important;
}

.fs-8 {
  font-size: 0.75rem !important;
}

.fs-9 {
  font-size: 0.625rem !important;
}

.fs-10 {
  font-size: 0.5rem !important;
}

.hover-none:hover,
a:hover .hover-none,
.hover-visible {
  display: none;
}

.hover-visible:hover,
a:hover .hover-visible {
  display: block;
}

.c-btn-trouble {
  min-height: 7.5rem;
  padding: 0 1.6rem !important;
  min-width: 284px;
}

/* Lightning */