:root {
  --green: #05aa82;
  --black: #333;
  --gray: #d8d8d8;
  --green-grd: linear-gradient(189.93deg, rgba(64, 219, 145, 0.0352) 33.34%, rgba(122, 209, 209, 0.16) 65.04%);
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  color: var(--black);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  background-color: #f7fff5;
}

.contact_navi {
  position: fixed;
  bottom: 10px;
  right: 5%;
  width: 90%;
  background-color: #fff;
  border: 2px solid var(--green);
  padding: 5px;
  text-align: center;
  border-radius: 20px;
  transition: 0.5s;
  z-index: 10;
}

.contact_navi.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.contact_navi .telephone {
  width: 24px;
}

.contact_navi .tel_num {
  font-size: 2rem;
}

.contact_navi .tel_num span {
  font-size: 1.5rem;
}

.contact_navi .note {
  font-size: 1.2rem;
  font-weight: 700;
}

main {
  padding: 0 0 0px;
}

section {
  padding: 60px 0;
}

.section__inner {
  max-width: 95vw;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 2.5vw;
  position: relative;
  z-index: 1;
}

/* FV */
.fv {
  position: relative;
}
.fv img {
  width: 100%;
}

.fv img.fv_logo {
  width: 40vw;
  position: absolute;
  top: 20px;
  left: 20px;
}

.mypage {
  width: 140px;
  position: absolute;
  top: 14px;
  right: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  background-color: #05aa82;
  border-radius: 50px;
  padding: 5px 10px;
  box-shadow: 0px 4px 11px 0px #0000002e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage .icon_mypage {
  width: 22px;
  margin-right: 10px;
}

/* タイトル */
.section__ttl {
  width: fit-content;
  margin: 40px auto 0px;
  background-position: bottom 0px left 0px;
  background-repeat: repeat-x;
  background-size: 10px 10px;
}

.section__ttl_sub {
  margin: 0px auto 0px;
  position: relative;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 5px 40px;
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  color: var(--green);
  width: fit-content;
}

.section__ttl h1 {
  margin: 10px auto;
  padding-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}

.section__ttl.section__ttl_box {
  padding: 10px;
  background-color: var(--green);
}
.section__ttl.section__ttl_box h1 {
  color: #fff;
  padding-bottom: 0px;
  font-size: 2rem;
}

.section__box {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px #0000000d;
  padding: 30px 10px;
  margin: 40px auto 50px;
  border-radius: 15px;
}

.section__box.none_ttl {
  margin-top: 50px;
}

.section3 .section__box {
  margin: 10px auto 80px;
}

.section__box_sp {
  margin: 70px auto 100px;
}

.row_sp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.note {
  font-size: 1.2rem;
  margin-top: 5px;
  color: #888888;
}

.section__ttl h1 .note {
  text-align: center;
  font-weight: 400;
}

.line_txt {
  text-underline-offset: 7px;
  font-weight: 700;
  font-size: 1.6rem;
}

.line {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff2af;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.txt_bubble {
  margin: 20px auto 0px;
  position: relative;
  background-color: var(--green);
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  padding: 5px 40px;
  border-radius: 50px;
  width: fit-content;
}

.txt_bubble:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--green);
  z-index: 0;
}

.txt_bubble_border {
  margin: 0px auto;
  position: relative;
  width: fit-content;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 40px;
  border: 2px solid var(--green);
  background-color: #fffde6;
  color: var(--green);
}

.txt_bubble_border:before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 16px solid #fffde6;
  z-index: 2;
}

.txt_bubble_border::after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  margin-left: -18px;
  border: 18px solid transparent;
  border-top: 18px solid var(--green);
  z-index: 1;
}

bold {
  font-weight: 700;
}

.txt_link {
  color: var(--green);
  text-decoration: underline;
}

/* Jプランは */
.section1 {
  padding: 0px;
}

.section1 .section__inner .section__box:first-child {
  background: linear-gradient(223.66deg, #b3ecdb 31.31%, #e3fadb 90.38%);
}

.section1 .section__inner .section__box:last-child {
  border: 1px solid var(--green);
}

.first_ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}

.section__box_bg_white {
  background-color: #fff;
  padding: 30px 10px;
  margin: 30px auto;
  border-radius: 10px;
}
.section__box_bg_green {
  background-color: #f0fbf3;
  padding: 10px 0;
  margin: 30px auto;
  border-radius: 10px;
}

.graph {
  width: 90%;
  max-width: 320px;
  display: block;
  margin: 15px auto;
}

.peaple_1 {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: -50px auto 0;
}

.apply_btn {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 0;
  width: 100%;
  max-width: 320px;
  margin: 30px auto;
  display: block;
  background: linear-gradient(90deg, #76c93c 0%, #05aa82 100%);

  box-shadow: 4px 5px 0px 0px #0144a929;
  position: relative;
}

.icon_btn {
  position: absolute;
  right: 20px;
  top: 9px;
  width: 35px;
  height: 35px;
}

/* おすすすめ */

.recommend_ttl {
  color: var(--green);
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  margin: 10px auto;
  padding-bottom: 5px;
  background-image: radial-gradient(#fff 2px, transparent 3px);
  background-position: bottom 0px left 0px;
  background-repeat: repeat-x;
  background-size: 10px 10px;
}

.section2 .section__box {
  margin-top: 50px;
}

.people_2 {
  width: 290px;
  display: block;
  margin: 0 auto;
}
.woman_1 {
  width: 300px;
  display: block;
  margin: 0px auto 0px;
}

/* 特長 */
.section2 {
  background-color: #f0ffeb;
  position: relative;
  overflow: hidden;
}

.features__box_area {
  align-items: stretch;
  margin: 100px auto;
}

.features__box {
  width: 300px;
  margin: 0 auto 50px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  padding: 0 10px 10px;
}
.features__box__num {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--green);
  text-align: center;
  line-height: 80px;
  font-family: Jost;
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  border: 2px solid #fff;
  margin-top: -40px;
}

.features__box__txt {
  margin: 0 auto 20px;
  display: table;
  width: 90%;
  height: 100px;
}

.features__box__txt p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: var(--green);
}

.features__box__txt p .note {
  font-weight: 400;
  font-size: 1.2rem;
  color: #333;
}

.features {
  display: block;
  width: 180px;
  margin: 20px auto 10px;
}

/* ポイント */
.point__box {
  width: 300px;
  margin: 0 auto 50px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
}
.point__box__ttl {
  color: #fff;
  background-color: var(--green);
  border-radius: 10px 10px 0 0;
  padding: 5px 0;
}

.point__box__txt {
  margin: 0 auto 20px;
}

.point__box__txt .txt_green {
  color: var(--green);
}

.point {
  display: block;
  width: 190px;
  margin: 20px auto;
}
.point_ttl {
  margin: 10px auto;
  padding-bottom: 10px;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  color: var(--green);
}
.point_ttl span {
  font-size: 1.6rem;
  color: #333;
}

.point__ttl_sub {
  margin: 0px auto;
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  padding: 5px 0px;
  border-bottom: 1px solid var(--green);
  color: #333;
  width: fit-content;
}

.about_ttl_top {
  border-bottom: 2px solid var(--green);
  margin-bottom: 20px;
}
.about_ttl_top .about_ttl {
  padding-bottom: 0;
}
.about_ttl_top .about_ttl::after {
  content: none;
}

.about_ttl_sub {
  border-radius: 50px;
  padding: 5px 20px;
  background-color: var(--green);
  color: #fff;
  font-weight: 700;
  width: fit-content;
  margin: 10px auto;
}

.row.service_content {
  margin: 40px auto 65px;
}

.service_content p {
  font-weight: 400;
}

.service_content_box {
  position: relative;
  width: 100%;
  border: 1px solid var(--green);
  background-color: #f0fbf3;
  border-radius: 5px;
  padding: 15px 10px 15px;
  display: flex;
  align-items: center;
  /* 	justify-content:center; */
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.service_content_box span {
  font-size: 1.4rem;
  border: 1px solid var(--green);
  color: var(--green);
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 10px;
  margin-right: 0px;
}

.service_content_box img {
  margin-right: 10px;
  width: 30px;
}

/* 家電 */

.home_appliances {
  width: 240px;
  margin: 40px auto 0;
  display: block;
}

.point1 {
  /* text-align: center; */
  margin: 50px auto;
}

.point_benefit {
  border-radius: 10px;
  padding: 20px 10px;
  border: 1px solid var(--green);
  background-color: #fffde7;
  /* width: fit-content; */
  margin: 20px auto;
  text-align: center;
}

.point_benefit .row {
  margin: 0px auto 10px;
  /* justify-content: left; */
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
.point_benefit_detail {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
}
.point_benefit_detail small {
  font-size: 1.6rem;
}

.benefit_green {
  border-radius: 50px;
  padding: 5px 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: var(--green);
}

.point_ttl_sub {
  font-size: 1.8rem;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  position: relative;
  margin-top: 50px;
}
.point_ttl_sub::after {
  content: "";
  width: 30px;
  height: 2px;
  display: inline-block;
  background-color: var(--green);
  position: absolute;
  bottom: 0px;
  left: calc(50% - 15px);
}

.item {
  display: flex;
  justify-content: left;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 20px;
  border: 0.5px solid var(--green);
}

.item li {
  border: 0.5px solid var(--green);
  background-color: #f0fbf3;
  width: 50%;
  padding: 5px 10px;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.acc_wrap .item li {
  background-color: #fff;
}

.postage {
  border: 1px solid var(--green);
  border-radius: 10px;
  padding: 15px;
  margin-top: 40px;
}

.postage_txt {
  margin-bottom: 40px;
}
.postage_free {
  border: 1px solid var(--green);
  background-color: #fffde7;
  width: fit-content;
  padding: 5px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 auto 10px;
}

.delivery {
  width: 188px;
  display: block;
  margin: 0 auto;
}

/* アコーディオン */
/*チェックボックスを非表示にする*/
.acc_wrap input {
  display: none;
}

.acc_wrap label {
  padding: 1em;
  background-color: var(--green);
  color: #fff;
  display: block;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  font-size: 1.8rem;
}

/*三角矢印アイコン*/
.acc_wrap .icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
.acc_wrap .icon::before,
.acc_wrap .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
}
.acc_wrap .icon::before {
  left: 0;
  transform: rotate(0deg);
}
.acc_wrap .icon::after {
  right: 0;
  transform: rotate(-90deg);
}

.acc_wrap {
  margin: 40px auto 0;
}

.acc_wrap .content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
  padding: 40px 10px;
  background-color: #f9f8f8;
}
.acc_wrap .p-terms_list {
  border-bottom: none;
  justify-content: left;
}

/*クリックするとコンテンツ表示*/
.acc_wrap input:checked ~ label {
  border-radius: 10px 10px 0 0;
}
.acc_wrap input:checked ~ .content {
  max-height: fit-content;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

/* アコーディオン表示の際に三角回転 */
.acc_wrap input:checked ~ label .icon::after {
  transform: rotate(0deg);
  transition: 0.5s;
}

/* モバイル */

.point2_benefit {
  border: 1px solid var(--green);
  background-color: #fffde7;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.point2_benefit .point_benefit_detail {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.tax {
  font-size: 1.3rem;
  font-weight: 400;
}
.point2_benefit .point_benefit_detail:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  justify-content: left;
}

.point2_benefit .benefit_green {
  width: 115px;
  padding: 5px 0px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.point_benefit_detail .txt_base {
  font-weight: 400;
  font-size: 1.6rem;
}
.woman_2 {
  width: 184px;
  margin: 40px auto 0;
  display: block;
}

.item.mobile li {
  font-weight: 700;
  justify-content: center;
  padding: 5px 0;
  /*   height: 65px; */
}

.item.mobile li span {
  font-weight: 400;
}
.accident_item {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.accident_item li {
  display: grid;
  text-align: center;
  font-weight: 700;
  margin: 5px auto;
}

.accident {
  width: 122px;
}

/* 特長2 */
.people_4 {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
}

/* 特長3 */
.bubble_area_3 {
  width: fit-content;
  margin: 0 auto;
}

.bubble_area_3 .note {
  margin-top: 10px;
}

.bubble7 {
  width: 280px;
  display: block;
  margin: 0 auto;
}

.home {
  width: 280px;
  display: block;
  margin: 30px auto -30px;
}

.row .woman3 {
  width: 100px;
  margin: 0px auto 10px;
  display: block;
}

.home {
  width: 250px;
  display: block;
  margin: 30px auto -30px;
}

/* フロー */
.section4 {
  background-color: var(--green);
}

.section4 .section__ttl h1 {
  color: #fff;
  margin: 0px auto 40px;
}
.section4 .section__ttl h1 span {
  color: #fde67c;
}
.step_box {
  margin: 60px auto 20px;
  border-radius: 10px;
  padding-bottom: 30px;
  display: grid;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  border: 2px solid var(--green);
}

.step_box_ttl {
  background-color: var(--green);
  border-radius: 8px 8px 0 0;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

.step1 {
  display: block;
  margin: 40px auto 20px;
  width: 190px;
}

.step2 {
  display: block;
  margin: 40px auto 20px;
  width: 190px;
}

.arrow_rigth {
  width: 45px;
  display: block;
  margin: 30px auto 20px;
}

.row.nothing {
  align-items: stretch;
  margin-top: 20px;
}

.txt_bubble.none_ttl {
  font-size: 1.8rem;
  margin: 40px auto 0px;
  padding: 5px 10px;
}

.row.nothing {
  margin-top: -20px;
  background-color: #f0fbf3;
  border-radius: 10px;
  padding: 50px 30px 30px;
  justify-content: space-around;
  align-items: baseline;
}

.nothing_box {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.nothing_box strong {
  color: #f23737;
  font-size: 2rem;
}
.none {
  width: 200px;
  display: block;
  margin: 0 auto 20px;
}

/* ご契約の前に */
.section3 {
  padding-top: 0;
}

.befor__ttl {
  margin-bottom: 20px;
}
.befor__ttl h1 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: var(--green);
}

.exclamation {
  width: 40px;
  display: block;
  margin: 0 auto 10px;
}

.formula2 {
  width: 100%;
  margin: 20px auto 0;
  max-width: 400px;
  display: block;
}

.comparison {
  background-color: #f3f3f3;
  padding: 0 0px 20px;
  margin: 50px auto;
  font-weight: 700;
  border-radius: 5px;
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--green);
}

.comparison.demerit {
  border: 1px solid #e77d7d;
}

.merit_ttl,
.demerit_ttl {
  padding: 7px;
  border-radius: 3px 3px 0 0;
  background-color: var(--green);
  color: #fff;
  text-align: center;
}

.demerit_ttl {
  background-color: #e77d7d;
}

.comparison img {
  width: 200px;
  display: block;
  margin: 10px auto;
}

.comparison.demerit img {
  margin: 20px auto;
}

.comparison_txt {
  font-weight: 700;
  text-align: center;
}

.comparison_txt br {
  display: none;
}

.fuel_link {
  border: 1px solid #333;
  width: 100%;
  padding: 10px 20px;
  margin-top: 20px;
  box-shadow: 0px 4px 4px 0px #2a2c2b0d;
  border-radius: 5px;
  position: relative;
  display: block;
  font-weight: 700;
}

.fuel_link::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: url(../../assets/img/icon_arrow.svg) no-repeat 0 0;
  background-size: 100%;
}

.about_ttl {
  font-size: 2rem;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--green);
}

.about_txt {
  padding: 30px 10px;
  margin-bottom: 20px;
}

.formula_area {
  background-color: #f0fbf3;
  padding: 20px;
}

.formula {
  width: 100%;
  margin: 0 auto;
}

/* 約款 */
.terms_area {
  margin: 30px auto 0;
  padding: 30px 10px;
  background-color: #7f8382;
  color: #fff;
}

.terms_area .about_ttl {
  border-bottom: 2px solid #fff;
}

.p-terms_list {
  border-bottom: 1px solid #fff;
}

.p-terms_list .inputWrapper {
  width: 100%;
  margin: 20px 0;
}

.p-terms_item {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid var(--green);
  padding: 20px;
  font-weight: 700;
  position: relative;
}

.p-terms_item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
	padding-right: 34px;
}

.type_label {
  font-size: 1rem;
  color: #fff;
  background-color: var(--green);
  border-radius: 5px;
  padding: 2px 4px;
  position: absolute;
	right: 20px;
	bottom: calc(50% - 14px);
}

.denji div {
  font-size: 2rem;
  margin: 30px auto 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.denji ul li {
  margin-top: 10px;
  display: flex;
}

/* 電話 */
.section6 {
  background-image: url(../../assets/img/bg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tel_area {
  background-color: #fff;
  padding: 30px 10px 50px;
  position: relative;
  text-align: center;
}

.tel_area .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tel_area .txt_bubble_border {
  margin: -52px auto 30px;
  font-size: 2rem;
}

.telephone {
  width: 34px;
}

.tel_num {
  /*     font-family: Jost; */
  color: var(--green);
  font-weight: 700;
  font-size: 3rem;
  z-index: 2;
}

.tel_num span {
  font-size: 2rem;
}

.woman2 {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 200px;
}

/* フッター */
footer {
  background-color: #fff;
}

.footer__inner {
  margin: 0 auto;
  padding: 60px 0;
}

.footer_logo {
  display: block;
  width: 250px;
  margin: 0 auto 20px;
}

.footer__inner ul li {
  margin: 0 10px;
  text-align: center;
}

.copyright {
  background-color: #05aa82;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.nosp {
  display: none;
}
