@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
/*-------------------------------------------

共通

-------------------------------------------*/
html {
  font-size: 62.5%;
}
:root {
  --bg-light-yellow: rgba(255, 245, 98, 0.2);
  --bg-light-blue: rgba(0, 160, 219, 0.1);
  --bg-light-blue-lp: #D7F1F3;
  --blue: #00aed5;
  --yellow: #ffee00;
  --headline-bg: #f2f8fa;
  --dark-blue: #17712c;
  --light-yellow: #ffe7af;
  --form-bg: #f4fafc;
  --form-border: #bababa;
  --annotation: #e6001a;
  --error-bg: #ffe2e5;
  --text-black: #3c3c3c;
  --text-white: #ffffff;
  --orange: #e74400;
  --red: #e74400;
  --receipt: #00414D;
}
.dark-blue {
  color: var(--dark-blue);
}
.t-orange{
  color: var(--orange);
}
.t-receipt{
  color: var(--receipt);
}
.gray-g {
  background-color: #d9d9d9;
  font-size: 1rem;
}
.bg_green {
  background: #e3fcd7;
}
.bg-form {
  background: var(--form-bg);
}
.light-blue {
  color: var(--blue);
}

@font-face {
  font-family: "google-sans";
  src: url("../font/GoogleSans-Regular.ttf");
}

.google-sans {
  font-family: 'google-sans', sans-serif;
}

.century-gothic {
  font-family: "century-gothic", sans-serif;
}

body {
  font-family: "Noto Sans JP" ,sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
  font-optical-sizing: auto;
  font-style: normal;
}

/*headerの高さ分下げる*/
main {
  padding-top: 9rem;
}
@media screen and (min-width: 1120px) {
  .anker-menu-down {
    padding-top: 12.7rem;
  }
}
main.header-add {
  padding-top: 12rem;
}

/*TOPのみ*/
.header-add.header-height-fix {
  padding-top: 127px;
}

a {
  text-decoration: none;
}
a:hover,
.base-btn:hover,
.border-btn:hover {
  opacity: 0.7;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrap {
  width: 100%;
  overflow-x: hidden;
}
img {
  width: 100%;
}
section {
  padding: 60px 0;
}
input:focus,
select:focus {
  outline: 2px solid var(--blue);
  border: 1px solid #fff !important;
}
.padding-fix section {
  padding: 30px 0;
}
.contents,
.footer__inner {
  max-width: 1166px;
  width: calc(100% - 8rem);
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: center;
}
.flex.col-2 .flex_box {
  width: 48%;
}
.align-base {
  align-items: baseline;
}
.flex.flex-between {
  justify-content: space-between;
}
.flex-item-bottom{
  align-items: end;
}
.flex_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.relative {
  position: relative;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.f-weight6 {
  font-weight: 600;
}
.f-weight4 {
  font-weight: 400;
}

.f_small {
  font-size: 1.4rem;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.red-box {
  background: #fceded;
  color: var(--orange);
  padding: 20px;
  margin: auto;
  width: 80%;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 4px;
}
.c-white-box {
  background: #fff;
  padding: 20px;
  margin: auto;
  width: 80%;
  border-radius: 4px;
}
.red-box p {
  margin: 0;
}
.red-box .mb_20 {
  margin-bottom: 2rem;
}
.annotation {
  font-size: 13px;
}
.list {
  list-style: disc;
  list-style-position: inside;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.section_bar {
  height: 10px;
  background-color: var(--blue);
  border: none;
  margin: 0;
}
.product_rate .w85p {
  margin: 0 auto 1rem;
}
@media (max-width: 1005px) {
  .header-add.header-height-fix {
    padding-top: 9rem;
  }
}

@media (max-width: 900px) {
  .contents {
    width: 95%;
  }
  .footer__inner {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
  html {
    font-size: 52.5%;
  }
}
@media (max-width: 600px) {
  .footer__inner {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .flex {
    display: block;
  }
  .flex.btn-2col {
    display: flex;
    width: 100%;
  }
  .product_rate .flex.btn-2col {
    display: block;
    width: 100%;
  }
  .flex.col-2 .flex_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .product_rate .flex.col-2 .flex_box {
    margin-bottom: 60px;
  }
  .product_rate .base-btn:last-of-type {
    margin-top: 20px;
  }
  .flex.sp_flex {
    display: flex;
  }
}
/*-----------------------------margin*/
.w85p {
  width: 85%;
  margin: auto;
}
.w100p {
  width: 100%;
  margin: auto;
}
.w50p {
  width: 50%;
  margin: auto;
}
.mt_20 {
  margin-top: 20px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_80 {
  margin-top: 8rem;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_60 {
  margin-bottom: 60px;
}
.mb_100 {
  margin-bottom: 100px;
}
.mr_20 {
  margin-right: 20px;
}
.ml_20 {
  margin-left: 20px;
}
.mb_20 {
  margin-bottom: 20px;
}
.fs_13 {
  font-size: 1.3rem;
}
.fs_14 {
  font-size: 1.4rem;
}
.fs_16 {
  font-size: 1.6rem;
}
.fs_20 {
  font-size: 2rem;
}
.fs_25 {
  font-size: 2.5rem;
}
.fs_30 {
  font-size: 3rem;
}
/*----------------------------------ボタン*/
.border-btn {
  border: 2px solid var(--blue);
  line-height: 1;
}
.border-btn * {
  color: var(--blue);
  display: inline;
  vertical-align: middle;
}
.border-btn a {
  line-height: 1;
}

.red-border-btn {
  border: 2px solid var(--red);
  width: 260px;
  margin: 2rem auto 0;
}

.red-border-btn a {
  padding: 1rem 2.5rem;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--red);
  background: white;
  vertical-align: middle;
  width: 100%;
  display: block;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

.fa-chevron-right {
  font-family: "Font Awesome 5 Free";
  margin: 0 0 0 7px;
  line-height: 0;
  vertical-align: baseline;
  font-size: 1.4rem;
}

.base-btn {
  background: var(--red);
  color: #ffffff;
  border-radius: 5rem;
  font-weight: 600;
  max-width: 500px;
  width: fit-content;
  box-shadow: 0 6px #d13e00;
  margin: auto;
  cursor: pointer;
  font-size: 2.6rem;
  padding: 0.7rem 2rem;
  appearance: none;
  -webkit-appearance: none;
  line-height: normal;
}

.base-btn_top {
  background: var(--red);
  color: #ffffff;
  border-radius: 5rem;
  font-weight: 600;
  max-width: 500px;
  width: fit-content;
  box-shadow: 0 6px #d13e00;
  margin: 40px auto;
  cursor: pointer;
  font-size: 2.6rem;
  padding: 1rem 2rem;
  appearance: none;
  -webkit-appearance: none;
}

.base-btn_top img {
  margin-right: 1.5rem;
}

.link-to-application img {
  width: 30px;
  vertical-align: middle;
  margin-right: 1rem;
}

.base-btn--inactive {
  background: #ACACAC!important;
  box-shadow: 0 6px #898989!important;
  pointer-events: none;
  color: white!important;
  border: none !important;
}

/*yu ↓*/
.shop_list .base-btn,
.product_list .base-btn {
  background: #e74400;
  color: #ffffff;
  border-radius: 5rem;
  font-weight: 600;
  max-width: 500px;
  width: fit-content;
  box-shadow: 0px 5px #d13e00;
  margin: auto;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.product_list .base-btn,
.hiroshima_ver .base-btn {
  background: #e74400;
  color: #ffffff;
  border-radius: 5rem;
  font-weight: 600;
  max-width: 500px;
  width: fit-content;
  box-shadow: 0px 5px #d13e00;
  margin: auto;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
/*yu ↑*/

.base-btn.yellow-btn {
  background: var(--yellow);
  box-shadow: 0px 5px #fc9430;
  appearance: none;
  -webkit-appearance: none;
}
.base-btn a {
  text-align: center;
  padding: 10px 10px;
}
.base-btn a,
.border-btn a,
.base-btn button {
  width: 100%;
  display: block;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
.border-btn a {
  padding: 1rem 2.5rem;
  font-size: 1.6rem;
}
.base-btn a,
.base-btn .fa-chevron-right,
.base-btn button {
  color: #ffffff;
  font-size: 2.4rem;
}
.base-btn .fa-chevron-right {
  font-size: 1.7rem;
  vertical-align: middle;
}
.base-btn.disable {
  background: gray;
  cursor: none;
  pointer-events: none;
  box-shadow: 0px 5px #4d4d4d;
  appearance: none;
  -webkit-appearance: none;
}
.btn_shop {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  width: 20%;
  margin: 91px auto 0;
}
.flex.btn-2col {
  justify-content: space-between;
  width: 50%;
  margin: 40px auto;
}
.flex.btn-2col btn:first-of-type {
  margin-right: 20px;
}

.border-btn_small a {
  padding: 1rem 0.5rem;
  font-size: 1.6rem;
}

/*--------------------------------タイトル*/

.sub-title {
  text-align: center;
  font-size: 5rem;
  color: var(--headline-bg);
  margin: auto;
  position: relative;
  letter-spacing: 0.05em;
}
.sub-title h1 {
  font-size: 4.8rem;
  text-align: center;
  color: var(--text-black);
}
.sub-title h1.title_black,
.black_t {
  color: #3c3c3c;
}
/*yu　1↓*/
.product_list .sub-title,
.shop_list .sub-title {
  text-align: center;
  font-size: 5rem;
  color: var(--headline-bg);
  background-color: #d7f1f3;
  /*margin: auto;*/
  position: relative;
  letter-spacing: 0.05em;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 20px;
}
.sub-title h1.center {
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 0.05em;
}
.product_list.sub-title h1,
.product_rate.sub-title h1,
.shop_list.sub-title h1 {
  font-size: 3rem;
  text-align: center;
  color: #00aed5;
}

@media (max-width: 600px) {
  .sub-title h1 {
    font-size: 3rem;
  }
}
/*yu　1↑*/

.sub-title h1.left {
  text-align: left;
}
.howto .sub-title h1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fffddf transparent transparent;
  border-style: solid;
}
.sub-title p {
  margin: 0;
}

/*-------------------------------------------

検索部分使用

-------------------------------------------*/
.search-box {
  max-width: 860px;
  width: calc(100% - 2rem);
  margin: 30px auto;
  background: #f7f7f7;
  padding: 10px 30px 30px;
  box-shadow: 5px 5px 5px #ededed;
  appearance: none;
  -webkit-appearance: none;
}
.search-box_procuct,
.search-box_shop {
  width: 100%;
  margin: 30px auto;
  background: #fafafa;
  padding: 10px 0px 30px;
}
.search-box_shop {
  box-shadow: none;
  width: 40%;
  margin: auto;
  padding: 30px;
}
.search-box_shop button {
  font-size: 1.1rem;
  padding: 5px;
  max-width: none;
}
.search-result .flex {
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.area-box {
  width: 40%;
}
.free-box {
  width: 60%;
}
.search_cover {
  margin-bottom: 20px;
}
.search-select,
.search-in {
  padding: 0 10px;
}
.search-select select,
.free-cover input {
  width: 100%;
  border-radius: 5px;
  padding: 6px;
  border: 1px solid #cecece;
  min-height: 1.2rem;
  box-sizing: border-box;
}
.serch-wrapper .annotation {
  margin-top: 5px;
}
.free-cover {
  padding: 0 10px;
}
.serch-bt {
  text-align: center;
}

.serch-bt button p {
  margin: 3px auto;
  font-size: 1rem;
  color: white;
  line-height: 1;
  position: relative;
}
.serch-bt button p:before {
  width: 30px;
  height: 30px;
  scale: 0.7;
  position: absolute;
  left: 50px;
  top: -5px;
}
.serch-bt-oshirase {
  text-align: center;
}
.serch-bt-oshirase button {
  width: 300px;
  border-radius: 20px;
  color: white;
  padding: 12px 30px 10px;
  box-shadow: 3px 3px 3px #a5a4a4;
  text-align: center;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}
.serch-bt-oshirase button p {
  margin: 0px auto;
  font-size: 1.4rem;
  color: white;
  line-height: 1;
  position: relative;
}
.serch-bt-oshirase button p:before {
  content: url(../img/icon/back.png);
  width: 35px;
  height: 35px;
  scale: 0.7;
  position: absolute;
  left: 0px;
  bottom: -5px;
}

.search-sub-title,
.lastupdate {
  font-weight: 600;
  color: var(--form-border);
}
.lastupdate {
  font-weight: 400;
}
.itiran-top-bt-cover {
  border-radius: 5px;
  display: flex;
  width: 100%;
  padding: 6rem 6rem 0;
  justify-content: space-between;
  background: #f5f5f5;
  box-sizing: border-box;
}
.itiran-top-bt {
  margin: 10px 4px;
  width: 32%;
}
.itiran-top-bt a {
  color: var(--blue);
  font-size: 2rem;
  border: 2px solid var(--blue);
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  font-weight: 600;
  border-radius: 25px;
  color: var(--blue);
  letter-spacing: 0.03em;
  background: #fff;
}
.itiran-top-bt.spcolor a {
  color: #ffffff;
  background: var(--blue);
}
.itiran-top-bt-spcolor {
  margin: 10px;
  width: 32%;
}
.serch-over-wrapper {
  background: #f5f5f5;
  width: 100%;
  box-sizing: border-box;
  padding: 6rem;
}
/*yu ↓*/
.shop_list .serch-over-wrapper {
  background: #f5f5f5;
  max-width: 500px;
  width: 100%;
  box-sizing: border-box;
  padding: 6rem;
  margin: auto;
}
/*yu ↑*/
.serch-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
}
.product_search {
  width: 50%;
}

.search-text {
  width: 100%;
  margin: 0 0 0 10px;
  font-weight: 600;
  color: var(--blue);
  font-size: 1.6rem;
  line-height: 1.7;
}

/*yu ↓*/
.shop_list .product_search {
  width: 100%;
}
.shop_list .search-text,
.product_list .search-text {
  width: 100%;
  margin: 0 0 0 10px;
  font-weight: 600;
  color: #393939;
  font-size: 1.6rem;
  line-height: 1.7;
}

/*yu ↑*/
.search-select select {
  width: 100%;
  border-radius: 5px;
  padding: 7px;
  border: 1px solid #cecece;
  min-height: 1.2rem;
  font-size: 1.6rem;
}

.search-in {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

.search-in input {
  width: 100%;
  border-radius: 5px;
  padding: 6px;
  border: 1px solid #cecece;
  min-height: 1.2rem;
  font-size: 1.6rem;
}

/*yu ↓*/
.search-in input {
  min-height: 2.3rem;
}
/*yu ↑*/

.serch-over-wrapper .base-btn {
  width: 100%;
  max-width: unset;
  margin-top: 3rem;
}

.tyui926 {
  font-size: 1.6rem;
  color: var(--annotation);
  font-weight: 500;
  text-align: center;
  margin: 3rem auto;
}

/*yu ↓*/
.product_list .serch-over-wrapper .base-btn {
  max-width: 500px;
  width: 50%;
  margin-top: 3rem;
}

.product_list .tyui926 {
  background-color: rgba(240, 68, 87, 0.1);
  margin: 3rem auto;
  padding: 20px 0;
  max-width: 650px;
  width: 100%;
}
.product_list .tyui926 p {
  color: var(--annotation);
  opacity: 1;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
/*yu ↑*/

.flex.dl-btn {
  width: 100%;
}

@media (max-width: 1000px) {
  .search-box_procuct .search-box_shop {
    padding: 10px 00px 30px;
  }
  .anker-link-box .anker-link {
    font-size: 1.2rem;
  }
}
@media (max-width: 800px) {
  .search-box {
    padding: 10px 0px 30px;
  }
  .flex.logos {
    display: flex;
    justify-content: center;
  }

  .flex.logos .big-logo {
    height: 40px;
    margin: 15px;
  }

  .flex.logos .small-logo {
    height: 22px;
    margin: 15px;
  }

  .flex.logos .middle-logo {
    height: 25px;
    margin: 10px;
  }
  .itiran-top-bt a {
    font-size: 1rem;
  }
  .anker-link-box .inner-4 {
    width: 100%;
  }
  .itiran-top-bt-cover {
    padding: 2rem;
    flex-wrap: wrap;
  }
  .itiran-top-bt {
    width: 46%;
  }
  .itiran-top-bt a {
    font-size: 2rem;
  }
  .serch-over-wrapper {
    padding: 2rem;
  }
}

/*-------------------------------------------

TOP

-------------------------------------------*/
.top {
  background: #00aed5;
  padding: 0;
}
.mv {
  max-width: 1366px;
}

.balloon {
  position: relative;
  display: inline-block;
  border-bottom: solid 3px #d13e00;
  max-width: 500px;
  width: 80%;
  text-align: center;
  margin-bottom: 20px;
}
.balloon:before,
.balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.balloon:before {
  border: solid 12px transparent;
  border-top: solid 12px #d13e00;
}
.balloon:after {
  border: solid 12px transparent;
  border-top: solid 12px #fffb8e;
  margin-top: -5px;
}
.balloon p {
  margin: 0;
  padding: 0;
}

.period-box {
  text-align: center;
  margin: 30px auto 10px;
  border: 2px solid var(--orange);
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  background: #fff;
}
.period-box .period-box__title {
  margin: 0;
  background: var(--orange);
  color: #ffffff;
  font-weight: 600;
  font-size: 3rem;
  border-radius: 1rem 1rem 0 0;
  letter-spacing: 0.25rem;
  line-height: normal;
  padding: 0.5rem 0;
}
.period-box .period-box__title_sub {
  font-size: 1.6rem;
  background: var(--orange);
  color: white;
  font-weight: 600;
}

.period-box p {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--orange);
  /*background:linear-gradient(transparent 50%, var(--yellow) 50%);*/
  width: fit-content;
  margin: 1.6rem auto;
}
.period-box .helvetica {
  font-size: 6rem;
  line-height: 1;
}
.end-notice {
  font-size: 1.6rem;
  color: var(--blue);
  text-align: center;
}
.newscover table {
  border-collapse: collapse;
  width: 100%;
}
.newscover table th {
  width: 20%;
  font-weight: 600;
}
.newscover table tr {
  background-image: linear-gradient(
    to right,
    var(--blue),
    var(--blue) 2px,
    transparent 2px,
    transparent 20px
  );
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 15px 2px;
}
.newscover table tr th {
  padding-right: 2rem;
}
.newscover table tr th,
.newscover table tr td {
  color: var(--blue);
  text-align: left;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: 1.6rem;
}
.newscover table tr td a {
  color: var(--blue);
}
.newscover .simple-btn {
  width: fit-content;
  margin: auto;
}
.newscover .simple-btn a {
  text-align: center;
  font-size: 2.6rem;
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
}

/*-------------------店舗募集----------------*/
.recruit {
  text-align: center;
  background-image: url("../img/bg_recruit.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.recruit .contents .recruit_title {
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  width: 80%;
  max-width: 1000px;
  padding: 0 0 3vw;
  background-image: url("../img/ribbon.png");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 2;
}
.recruit p {
  font-weight: 600;
  margin: 0;
  color: #fff;
  letter-spacing: 0.05em;
}
.recruit .period-date {
  font-size: 3rem;
  color: var(--orange);
  width: 100%;
  margin: 1rem 0;
  line-height: normal;
  font-weight: bold;
}

.recruit .period-header p {
  font-size: 4.6rem;
  line-height: 1.3;
  color: var(--orange);
  text-align: center;
}
.recruit .helvetica {
  font-size: 4rem;
}
.recruit .red_text {
  color: var(--red);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
}

.howto-box {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin: 30px auto 10px;
  border: 1px solid var(--blue);
  border-radius: 11px;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
}

.howto-box.gray {
  background: #ccc;
}

.howto-box.gray::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.howto-box_big {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin: 30px auto 10px;
  border: 1px solid var(--blue);
  border-radius: 11px;
  background: #fff;
}
.howto-box_big .howto-box_big_sub_ttl {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.howto-title {
  width: 90%;
  display: contents;
}
.f-howto-title {
  width: 100%;
  display: flex;
  align-items: center;
}
.howto-box .howto-number {
  width: 10%;
  margin: auto 1rem;
}
.howto-img-box{
  width: 15%;
  margin: auto 0;
}
.howto-img-box img{
  width: 60%;
  margin: 2rem auto;
}
.howto-box .howto-number img {
  width: 50%;
  margin: 0 auto;
}

.howto-number-text {
  width: 80%;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  font-family: "Jost", sans-serif;
  color: var(--text-white);
  opacity: 1;
  -webkit-text-stroke: 2px var(--blue);
}
.howto-box .howto-text {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.6rem;
  color: var(--text-black);
  text-align: left;
  margin: 1rem;
}
.howto-box .howto-text .howto-text-title {
  color: var(--blue);
  margin-top: 10px;
}
.howto-text ul li p{
  margin: 1rem auto 1rem 0;
}
.howto-box .helvetica {
  font-size: 2rem;
  line-height: 1;
}
/*
.howto-box img {
  max-width: 150px;
  width: 80%;
  margin: auto;
}
*/
.howto-area .inner-4 {
  width: 25%;
  margin: 7px;
}

.inner-3 {
  width: 33%;
  margin: auto;
}
.inner-3 img {
  width: 100%;
}

.howto-box_big .notes {
  margin: 2rem;
}
.howto-box_big .notes > h3{
  text-align: left;
  color: var(--blue);
  border-left: 4px solid #00aed5;
  font-size: 2.4rem;
  margin: 1rem;
  padding: 0 1rem;
}

.howto-box_big .notes p {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
}
.howto-box_big .notes ul li {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1rem 0;
  display: flex;
}
.howto-box_big .notes ul li span{
  margin-right: 1rem;
}


.howto-box_big .notes .indent {
  padding-left: 2rem;
}

.howto-box_big .inner-3 p {
  color: #00465f;
  font-size: 2rem;
  font-weight: 600;
}

.howto-box_medium {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin: 30px auto 10px;
  border-radius: 11px;
  background: #fff;
}

.howto-box_medium .notes {
  padding: 2rem;
  background: rgba(231, 68, 0, 0.1);
  border-radius: 11px;
}
.howto-box_medium .notes p.text-left {
  color: var(--red);
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
}

.howto-box_medium .notes p.center {
  color: var(--red);
  font-size: 3.6rem;
  font-weight: 900;
}

.howto-box_medium .notes p.center {
  color: var(--red);
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0;
  line-height: initial;
}

.howto-box_medium .notes p.center .tel {
  color: var(--red);
  font-size: 5rem;
  font-weight: 900;
}
.howto-box_medium .notes p.center .t-small {
  font-size: 1.8rem;
}
.howto-box_flex{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 2rem auto;
}
.howto-box_flex .flow-no{
  color: #fff;
  -webkit-text-stroke: 2px #5CCBE4;
  text-stroke: 2px #5CCBE4;
}
.howto-box_flex .h4-heading{
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.howto-box_flex > div > img{
  width: 70%;
  margin: 2rem auto;
}
.dummy-box{
  width: 23%;
  margin: 10px;
}
.point {
  background-image: url("../img/bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sp_950 {
  display: none;
}

@media (max-width: 950px) {
  .pc_950 {
    display: none;
  }

  .sp_950 {
    display: block;
  }
}

@media (max-width: 900px) {
  .point {
    background-image: url("../img/bg.jpg");
    background-size: inherit;
    background-repeat: repeat;
  }

  .howto-box .howto-text {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .howto-box {
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin: 30px auto 10px;
    border: 1px solid var(--blue);
    border-radius: 11px;
    background: #fff;
  }
  .f-howto-title {
    width: 100%;
    display: block;
  }
  .howto-img-box{
    width: 60%;
    margin: auto;
  }
  .howto-box_big .notes p {
    font-size: 1.6rem;
  }

  .howto-box_big .inner-3 p {
    font-size: 1.8rem;
  }
  /*
  .howto-box img {
    display: block;
    margin: auto;
  }
  */
  .howto-box_flex{
    display: block;
  }
  .howto-box_flex > div{
    margin: 4rem auto;
  }
  .howto-box_flex > div > img{
    width: 50%;
  }
  .howto-box .howto-number img {
    width: 80%;
    margin: 20px auto;
  }
}

.point-box-container {
  text-align: center;
  margin: 30px auto 10px;
  border: 2px solid var(--blue);
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  background: #fff;
}
.point-box-container h2 {
  margin: 0;
  background: var(--blue);
  color: #ffffff;
  font-weight: 600;
  font-size: 3rem;
  border-radius: 1rem 1rem 0 0;
  letter-spacing: 0.25rem;
  line-height: 2;
}

.point-box {
  text-align: center;
  margin: 0px auto 0px;
  border-bottom: 2px dashed var(--blue);
  background: #fff;
  width: 95%;
  display: flex;
  align-items: center;
}
.point-box-container div:last-of-type {
  border-bottom: 0px dashed var(--blue);
}

.point-box .point-number {
  width: 3%;
  margin-right: 1%;
  text-align: left;
}
.point-number-text {
  text-align: left;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  letter-spacing: 0.59px;
  color: #00aed5;
  opacity: 1;
  font-size: 4rem;
}
.point-box .point-text {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--text-black);
  width: 95%;
  margin-left: 1%;
  text-align: left;
  line-height: 1;
}
.point-box .point-text span,small{
  font-size: 1.4rem;
  margin-top: 1rem;
}

.tel-box-container {
  text-align: center;
  margin: 30px auto 10px;
  background : #fff;
  padding: 2rem;
  border-radius: 14px;
}

.tel-box_info{
 font-size:1.8rem;
  font-weight: bold;
}
@media (max-width: 600px) {
  .recruit .red_text {
    font-size: 1.5rem;
  }

  .point-box .point-text {
    width: 94%;
  }
  /*
  .point-box:first-of-type {
    padding-top: 1rem;
  }
  */

  .point-box {
    padding: 2rem 0;
  }

  .howto-box .howto-text {
    text-align: left;
  }
  .howto-area .inner-4 {
    max-width: 300px;
    width: 90%;
    margin: 2rem auto;
  }

  .inner-3 {
    width: 100%;
  }
  .inner-3 img {
    max-width: 500px;
    width: 100%;
  }

  .howto-box_big .notes .indent {
    padding-left: 0;
  }
}

.howto-box .howto-text .blue-btn {
  margin: 5px auto;
}
.howto-box .howto-text .blue-btn a {
  padding: 10px 50px;
}

@media (max-width: 767px) {
  .howto-box .howto-number {
    position: absolute;
    top: -8px;
    width: 8%;
  }

  .howto-box .f-howto-title {
    display: flex;
    align-items: center;
    padding-top: 23px;
  }

  .howto-box .howto-img-box {
    width: 22%;
    margin: 0 10px 0 25px;
  }
  .howto-box .howto-img-box img {
    display: block;
    width: 100%;
    height: auto;
  }

  .howto-box .howto-text {
    flex: 1;
  }
  .howto-box .howto-text .howto-text-title {
    font-size: 1.4rem;
  }
  .howto-box .howto-text .blue-btn {
    display: flex;
    justify-content: center;
  }
  .howto-box .howto-text .blue-btn a {
    font-size: 1.6rem;
  }
}

.uchiecho-box-container {
  border: 2px solid #E74301;
  background-color: #FDECE5;
  font-size: 2.0rem;
}

.uchiecho-ttl-box {
  background-color: white;
  border-radius: 10px;
  width: 90%;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
}

.uchiecho-ttl-box h2 {
  font-size: 2.0rem;
}

.uchiecho-ttl-box h2 span {
  color: #E74301;
  text-decoration: underline;
}

.uchiecho-ttl-box img {
  width: 30%;
  margin: 30px auto 20px;
}

.uchiecho-ttl-box .blue-btn a {
  font-size: 1.8rem;
  padding: 10px 70px;
}

.uchiecho-box-cation {
  background-color: #E74301;
  color: white;
  margin: 0 auto;
  padding: 5px 20px;
  width: fit-content;
  font-size: 3.0rem;
  font-weight: bold;
}

.uchiecho-box-description {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}

.uchiecho-box-description span {
  background-color: #FFF800;
}

.uchiecho-box-img {
  width: 90%;
  margin: 0 auto;
}

.uchiecho-box-img-ok {
  width: 80%;
  margin: 0 auto;
}

.uchiecho-box-img-ng-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  gap: 50px;
  margin: 30px auto;
}

.uchiecho-box-img-ng {
  width: 50%;
}

.uchiecho-box-img-ng p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .contents.uchiecho-box-container {
    width: 95%;
  }

  .uchiecho-ttl-box img {
    width: 70%;
  }

  .uchiecho-ttl-box .blue-btn a {
    padding: 10px 30px;
  }

  .uchiecho-box-img-ok {
    width: 100%;
  }

  .uchiecho-box-img-ng-box {
    flex-direction: column;
    width: 70%;
    gap: 30px;
    margin: 40px auto;
  }

  .uchiecho-box-img-ng {
    width: 100%;
  }
}

.ex-questionnaire-container {
  border: 2px solid var(--blue);
  background-color: white;
  margin: 50px auto;
  padding: 5px;
}

.ex-questionnaire-container h2 {
  font-size: 3.0rem;
  color: var(--blue);
  text-align: center;
  margin: 20px auto;
}

.ex-questionnaire-container img.ex-questionnaire-ttl {
  width: 80%;
  margin: 0 auto;
}

.ex-questionnaire-description {
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  margin: 30px auto;
}

.ex-questionnaire-flow {
  width: 70%;
  border-top: 2px dotted var(--blue);
  margin: 0 auto;
  padding: 20px 0;
}

div.ex-questionnaire-flow:first-of-type {
  border-top: none;
}

.ex-questionnaire-flow h3 {
  font-size: 1.8rem;
  color: var(--blue);
}

.ex-questionnaire-flow p {
  font-size: 1.6rem;
  font-weight: 500;
}

.ex-questionnaire-lottery {
  width: fit-content;
  border: 2px solid #E74301;
  margin: 40px auto;
  border-radius: 10px;
}

.ex-questionnaire-lottery h4 {
  background-color: #E74301;
  color: white;
  padding: 5px 0;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  border-radius: 7px 7px 0 0;
}

.ex-questionnaire-lottery h4 span {
  font-size: 1.6rem;
}

.ex-questionnaire-lottery p {
  width: fit-content;
  padding: 20px;
  margin: 0 auto;
}

.ex-questionnaire-lottery p span {
  font-size: 2.0rem;
  font-weight: bold;
  color: #E74301;
}

@media (max-width: 767px) {
  .contents.ex-questionnaire-container {
    width: 95%;
  }

  .ex-questionnaire-container h2 {
    font-size: 2.0rem;
  }

  .ex-questionnaire-container img.ex-questionnaire-ttl {
    width: 100%;
  }

  .ex-questionnaire-description {
    font-size: 1.6rem;
  }

  .ex-questionnaire-flow {
    width: 90%;
  }
}

.ex-questionnaire-container .ex-questionnaire-for-ttl h1 {
  font-size: 3.0rem;
}

.ex-questionnaire-container .sub-title-separation {
  margin-bottom: 20px;
}

.ex-questionnaire-for-text {
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 30px;
}

.ex-questionnaire-for-text span.note {
  color: var(--text-black);
  font-size: 1.6rem;
}

img.ex-questionnaire-for-img {
  width: 90%;
  margin: 20px auto 30px;
  border: 1px solid grey;
}

@media (max-width: 767px) {
  .ex-questionnaire-container .ex-questionnaire-for-ttl h1 {
    font-size: 2.0rem;
  }

  .ex-questionnaire-for-text {
    font-size: 1.6rem;
  }
}

/*----------------CPについて--------------*/
.about {
  background-image: url(../img/bg_about.png);
  background-color: #fffb8e;
  color: var(--text-black);;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.about .sub-title h1 {
  color: var(--text-black);
  text-align: center;
}
.about_container {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
.about_container .point_deco {
  position: absolute;
  width: 15%;
  top: unset;
  bottom: -2vw;
  right: 0;
}
.about .main-text {
  font-size: 3.2rem;
  width: fit-content;
  margin: auto;
  border-radius: 5px;
  padding: 6rem;
  line-height: 2;
}
.about .main-text div {
  background-color: var(--blue);
}
.about .main-text span {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--text-white);
  background-color: var(--blue);
  display: inline-block;
  padding: 5px;
  margin: 5px;
  line-height: 1;
}

.about .main-text span.main-text-note {
  background-color: transparent;
  color: var(--text-black);
  line-height: 1.5;
  font-size: 2.0rem;
}
.about h2 {
  position: relative;
  width: fit-content;
  margin: 80px auto;
}
.about h2:before {
  content: "";
  background-image: url("../img/about_ashirai_01.png");
  padding: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -9rem;
}
.about h2:after {
  content: "";
  background-image: url("../img/about_ashirai_02.png");
  padding: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -5rem;
}
.about h3.blue_head {
  background: var(--blue);
  color: #fff;
  font-size: 2.4rem;
  margin: 0;
  border-radius: 8px 8px 0 0;
  line-height: 2;
  padding: 0.5rem 0 0 0;
}
.about .logo-box {
  background: #ffffff;
  border: 2px solid var(--blue);
  padding: 2rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
}
.flex.logos {
  align-items: center;
  flex-wrap: wrap;
}
.flex.logos img {
  width: auto;
  height: 100%;
}
.flex.logos .square {
  height: 9rem;
  max-height: 120px;
  margin: 2rem 4rem;
}

.flex.logos .landscape {
  max-height: 60px;
  height: 5rem;
  margin: 2rem 4rem;
}

.flex.logos .other {
  max-height: 80px;
  height: 8rem;
  margin: 4rem;
}

.flex.logos .logo__googleplay {
  min-height: 130px;
  height: 130px;
}

.about .logo-box p {
  font-size: 1.8rem;
}

/*----------------ポイント申請--------------*/
.one-box {
  margin: 4rem auto;
  max-width: 600px;
  padding: 3rem;
  color: #232323;
  background: var(--bg-light-blue);
  border-left: solid 18px var(--blue);
  border-radius: 4px;
  font-size: 2rem;
}

.one-box ul {
  list-style: outside;
  padding-left: 3rem;
}

.one-box ul li {
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1.2;
}

.one-box ul li:last-of-type {
  margin-bottom: 0;
}

.one-box ul li span {
  font-size: 1.4rem;
}

.bg_blue .sub-title {
  color: rgba(255, 255, 255, 0.2);
}
.bg_blue .sub-title h1 {
  color: #ffffff;
}
h4.bg_navy {
  background-color: #193c73;
  color: #fff;
}
.energy_saving .flex {
  width: 60%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.energy_saving .white_round {
  background: #ffffff;
  border-radius: 5px;
  padding: 4rem 2rem;
}
.energy_saving .white_round p {
  color: #006737;
  width: 60%;
  margin: 20px auto 0;
}
.flex .period-box .helvetica {
  font-size: 4rem;
}
.flex .period-box {
  margin: 0;
  width: 49%;
}

.blue-btn {
  margin: 20px;
}
.blue-btn a {
  background: var(--white);
  border-radius: 5rem;
  font-weight: 600;
  max-width: 500px;
  width: fit-content;
  box-shadow: 0px 5px var(--blue);
  margin: auto;
  cursor: pointer;
  border: 2px solid var(--blue);
  color: var(--blue);
  font-size: 2.4rem;
  text-align: center;
  padding: 10px 30px;
  display: flex;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
}

.blue-btn a img {
  width: 30px;
  vertical-align: middle;
  margin-right: 1.5rem;
  object-fit: contain;
}

.blue-btn-number-text {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold)
    59px/69px var(--unnamed-font-family-century-gothic-pro);
  color: var(--unnamed-color-00aed5);
  text-align: left;
  font: normal normal bold 59px/69px Century Gothic Pro;
  letter-spacing: 0.59px;
  color: #00aed5;
  opacity: 1;
  font-size: 4rem;
}
.blue-btn .blue-btn-text {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--text-black);
  /*background:linear-gradient(transparent 50%, var(--yellow) 50%);*/
  /*width: fit-content;*/
  /*margin: 5rem;*/
  width: 85%;
  margin-top: 4%;
  margin-left: 1%;
  text-align: left;
  float: left;
  line-height: 1;
}

@media (max-width: 1050px) {
  .about h2:before {
    padding: 3rem;
    left: -6rem;
  }
  .about h2:after {
    right: -4rem;
    padding: 1.5rem;
  }
}
@media (max-width: 884px) {
  .period-box {
    width: 100%;
  }
  .flex .period-box {
    margin: 0;
    width: 100%;
  }
  .flex .period-box:last-of-type {
    margin-top: 1rem;
  }
}

@media (max-width: 600px) {
  .about .main-text {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 4rem 0 6rem;
    font-weight: bold;
  }
  .about .main-text span {
    font-size: 2.2rem;
  }
  .about .main-text span.main-text-note {
    font-size: 1.6rem;
  }
  .about_container .point_deco {
    position: absolute;
    width: 30%;
    top: 32vw;
  }
  .about h2 {
    font-size: 1.3rem;
    margin: 80px auto 30px;
  }
  .about h2:before {
    padding: 2rem;
    top: -30px;
    left: -4rem;
  }
  .about h2:after {
    top: 42px;
    right: -3.5rem;
    padding: 1.3rem;
  }
  .about h3.blue_head {
    line-height: 1.3;
  }
  .flex.logos .square {
    max-height: 70px;
  }
  .flex.logos .other {
    max-height: 60px;
    margin: 2rem;
  }
  .flex.logos .landscape {
    max-height: 35px;
    margin: 2rem;
  }
  .point_requirement_list h3 {
    font-size: 1.2rem;
  }
  .point_requirement_list {
    background-image: url("../img/bg_point03.png");
    background-position: center;
    padding: 54% 0;
  }
  .sub-title p.long {
    font-size: 2.5rem;
    line-height: 1.9;
    margin-bottom: 40px;
  }
  .energy_saving .flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .energy_saving .flex .flex_box {
    width: 48%;
  }
  .energy_saving .white_round p {
    width: 100%;
  }
  .btn_shop {
    width: 80%;
  }
  .recruit .contents .recruit_title {
    width: 90%;
    font-size: 2.2rem;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  .howto .sub-title h1 {
    line-height: 1.2;
  }
  .point-box {
    width: 90%;
  }
  .point-box .point-text {
    margin-left: 6%;
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
  .point-number-text {
    font-size: 3.5rem;
  }
}
/*----------------申込方法--------------*/
.flex.howto_container {
  justify-content: space-between;
  margin: 70px auto;
  width: 90%;
}
.sub-title {
  text-align: center;
  font-size: 4.8rem;
  color: var(--headline-bg);
  margin: auto;
  position: relative;
  letter-spacing: 0.05em;
}
.sub-title-separation {
  width: 10%;
  margin: 2rem auto 4rem;
  border-top: 5px dotted var(--blue);
  opacity: 1;
}
.howto .sub-title h1 {
  margin: 0;
  width: 90%;
  text-align: center;
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 57px;
  padding: 0 30px;
  color: white;
  box-sizing: border-box;
}
.howto_shop .sub-title h1 {
  color: white;
}
/*.howto .sub-title h1:before, .sub-title h1:after {*/
/*  position: absolute;*/
/*  content: '';*/
/*  width: 0px;*/
/*  height: 0px;*/
/*  z-index: 1;*/
/*}*/
.howto .sub-title h1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fffddf;
  border-style: solid;
}
.howto .sub-title h1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fffddf transparent transparent;
  border-style: solid;
}
.howto_item {
  max-width: 24%;
  border: 2px solid var(--blue);
  background: #fff;
  position: relative;
  padding: 2.5rem;
  box-sizing: border-box;
}
.howto_item .bg_light-blue {
  height: 70%;
}
.howto_item .icon img {
  object-fit: contain;
  height: 8rem;
  max-width: 140px;
  margin: auto;
}
.howto_item .icon {
  width: fit-content;
  margin: auto;
  position: absolute;
  top: -6px;
  left: -5px;
}
.howto_content {
  text-align: center;
}
.howto_content img {
  object-fit: contain;
  height: 170px;
  max-width: 140px;
  margin: auto;
}
.howto_item p {
  color: var(--blue);
  margin-bottom: 0;
  text-align: center;
  line-height: 1.4;
  font-size: 1.6rem;
}
.howto_item .helvetica {
  font-size: 3rem;
  line-height: 0;
  color: var(--yellow);
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 0 var(--blue), -2px -2px 0 var(--blue),
    -2px 2px 0 var(--blue), 2px -2px 0 var(--blue), 0px 2px 0 var(--blue),
    0 -2px 0 var(--blue), -2px 0 0 var(--blue), 2px 0 0 var(--blue);
}
.howto {
  background: #00aed5;
}
.howto_shop {
  background: #00AED5;
}
.use-flow{
  width: 80%;
  margin: 0 auto;
}

.use-flow li{
  display: flex;
  align-items: center;
  text-align: center;
  background: #f1f1f1;
  margin: 3rem auto;
  padding: 0 2rem;
  justify-content: space-between;
}
.use-flow-num {
  width: 5%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 4rem;
  color: #00af85;
}

.use-flow-art{
  width: 20%;
  margin: 0 auto;
}
.use-flow-art img{
  width: 70%;
  height: auto;
}

.use-flow-explanation{
  width: 70%;
  text-align: left;
}
.shoene-label-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #68d0ab;
  border-radius: 11px;
  opacity: 1;
  padding: 3%;
  margin-top: 40px;
}

@media (max-width: 1000px) {
  .flex.howto_container {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .pc {
    display: none;
  }
  .period-box {
    margin: 10px auto 10px;
  }
  .period-box h2 {
    font-size: 2rem;
  }
  .period-box .helvetica,
  .flex .period-box .helvetica {
    font-size: 3rem;
    line-height: 1.7;
  }
  .period-box p {
    font-size: 1.7rem;
    line-height: 1.7;
    letter-spacing: -0.05em;
  }
  .top .light-blue {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .light-blue .helvetica {
    font-size: 1.2rem;
  }
  .newscover .border-btn {
    width: 100%;
  }
  .recruit .contents h2 {
    font-size: 1.8rem;
    letter-spacing: 0.01em;
  }
  .howto_item {
    max-width: 90%;
    margin: 40px auto;
  }
  .base-btn {
    width: 90%;
  }
  .flex.howto_container {
    margin: 0;
  }
  .howto .sub-title h1 {
    line-height: 1.2;
    letter-spacing: 0.01em;
    padding-top: 1rem;
  }
  .howto_item p {
    font-size: 1.9rem;
  }
  .use-flow li{
    display: block;
    background: #f1f1f1;
    margin: 3rem auto;
    padding: 2rem;
  }
  .use-flow li > div{
    width: 100%;
  }
  .use-flow-num {
    font-size: 4rem;
    color: #00af85;
    text-align: left;
  }
  .use-flow-num > p {
    margin: 0;
  }

  .use-flow-art{
    margin: 0 auto;
  }
  .use-flow-art img{
    width: 60%;
  }
}
/*------------------お知らせ----------------*/
.oshirase_button {
  text-align: right;
}

.oshirase_button .fa-solid.fa-chevron-right {
  color: var(--blue);
}
.oshirase_date {
  color: var(--blue);
  font-size: 16px;
}
.oshirase_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 20px;
}
.oshirase_link a {
  color: black;
  display: inline-block;
}
.oshirase_link_wrapper{
  width: 85%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.oshirase_link_title {
  width: 60%;
}
.oshirase_link_title_box{
  width: 80%;
}
.oshirase_link_title_img_link{
  width: 5%;
  min-width: 30px;
}
.oshirase_ichiran_link {
  text-align: left;
  font-size: 20px;
}
.oshirase_ichiran_link a {
  color: black;
  display: inline-block;
}
.ohirase_ichiran_link img{
  width: 4rem;
  margin: auto 0 auto 2rem;
}
.oshirase_container {
  margin-bottom: 3rem;
}
.oshirase_row {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  padding-bottom: 1%;
}
.oshirase_link img {
  width: 4rem;
  margin: auto 0 auto 2rem;
}
.oshirase_link i {
  display: inline-block;
  float: right;
}
.oshirase_img_adjustment{
  width: 4rem;
  margin: auto 0 auto 2rem;
}
/*------------------省エネ診断-----------------*/
.diagnosis{
  background: #DEFFF3;
}
.diagnosis p{
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1rem 0;
  text-align: left;
}
.diagnosis h4{
  font-size: 2.5rem;
  border-left: 10px solid #ED722A;
  padding: 0 0 0 2rem;
}
.diagnosis h5{
  font-size:2.3rem;
  color: #ED722A;
  text-align: left;
  font-weight: bold;
}
.diagnosis .ceiling_led_img-box{
  margin: 2rem auto;
}
.diagnosis .ceiling_led_img-box img{
  margin: 2rem 0;
}
.diagnosis-block-flex{
  display: flex;
  justify-content: space-between;
}
.diagnosis-block-flex > div{
  width: 47%;
}
.diagnosis-block-flex_second{
  display: flex;
  justify-content: space-evenly;
  padding: 2rem;
}
.diagnosis-block-flex_second ul{
  margin: 2rem 0;
}
.diagnosis-block-flex_second ul li{
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  margin: 2rem 0;
}
.diagnosis-block-flex_second ul li span{
  font-size: 2rem;
  color: #ED722A;
  margin-right: 1rem;
}
.diagnosis-block-flex_second .cheap-text{
  width: 70%;
  margin: 0 auto 0 4rem;
}
.diagnosis-block-flex_second .cheap-img{
  width: 30%;
}
.diagnosis-block-flex_second .cheap-text img{
  width: 70%;
}
.diagnosis-block-flex_third{
  display: flex;
  justify-content: space-evenly;
  padding: 2rem;
}
.g-value-graph img:nth-child(1){
  width: 60%;
  margin: auto auto 20px auto;
}
.g-value-graph img:nth-child(2){
  width: 30%;
  margin: auto;
}
.uchieco-diagnosis-img-box img:nth-child(1){
  width: 60%;
}
.uchieco-diagnosis-img-box img:nth-child(2){
  width: 40%;
}
.sinkyu-btn{
  display: flex;
  align-items: center;
  width: fit-content;
  color: #fff;
  justify-content: center;
}

.uchieco-btn{
  display: flex;
  align-items: center;
  margin: 20px auto;
  width: fit-content;
  color: #fff;
  justify-content: center;
}
.uchieco-btn i,
.sinkyu-btn i{
  margin: 0 0.5rem;
}

.diagnosis-block-flex_second .comparison-text{
  width: 60%;
}
.diagnosis-block-flex_second .comparison-text img{
  max-height: 100px;
  object-fit: contain;
}
.diagnosis-block-flex_second .comparison-graph{
  width: 30%;
}
.uchieco-lottery{
  width: 100%;
  margin: auto;
}
.uchieco-lottery img {
  width: 85%;
  margin: auto;
}

.diagnosis-box {
  text-align: center;
  margin: 30px 0 10px;
  border: 2px solid #ED722A;
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  background: #fff;
}
.diagnosis-box .diagnosis-box__title {
  margin: 0;
  background: #ED722A;
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
  border-radius: 1rem 1rem 0 0;
  letter-spacing: 0.1rem;
  line-height: normal;
  padding: 1rem 0;
}
@media (max-width: 600px) {
  .diagnosis-block-flex_second{
    display: block;
  }
  .diagnosis-block-flex_second .cheap-text{
    width: 100%;
    margin: 0 auto;
  }
  .diagnosis-block-flex_second .cheap-img{
    width: 100%;
    margin: 20px auto 40px;
  }
  .diagnosis-block-flex_second .cheap-text img{
    margin: 0 auto;
    width:  100%;
  }
  .g-value-graph img:nth-child(1){
    width: 100%;
  }
  .g-value-graph img:nth-child(2){
    width: 50%;
  }
  .sinkyu-btn{
    margin: 20px auto;
  }
  .uchieco-diagnosis-img-box img:nth-child(1){
    width: 50%;
  }
  .uchieco-diagnosis-img-box img:nth-child(2){
    width: 50%;
  }
  .uchieco-diagnosis-img-box img:nth-child(3){
    width: 0;
  }
  .uchieco-lottery img {
    width: 100%;
    margin: auto;
  }
  .uchieco-btn{
    display: flex;
    align-items: center;
    margin: 20px auto;
    width: fit-content;
    color: #fff;
    justify-content: center;
  }
  .diagnosis-block-flex_second .comparison-text{
    width: 100%;
  }
  .diagnosis-block-flex_second .comparison-text img{
    max-height: 100px;
    object-fit: contain;
  }
  .diagnosis-block-flex_second .comparison-graph{
    width: 100%;
  }
  .diagnosis-block-flex_third{
    padding: 2rem 0;
  }
}

/*------------------資料DL-----------------*/
.dl-section .border-btn {
  width: 23%;
}
.dl-section {
  margin-bottom: 60px;
}
.dl-section .flex {
  width: 100%;
  margin: auto;
}
.dl-section .border-btn.blue {
  margin: 10px;
}

@media (max-width: 600px) {
  .dl-section .border-btn.blue {
    width: 100%;
    margin: 20px auto;
  }
}

/*-----------------------------------------------
店舗一覧
-----------------------------------------------*/
.shop-box {
  width: 100%;
  background: #ebf9fc;
  margin: 10px;
  border-radius: 2px;
  padding: 30px;
  margin: 20px 0;
  box-sizing: border-box;
  position: relative;
}
.shop-name {
  font-weight: 600;
  padding-left: 10px;
  line-height: 1.5;
  color: var(--blue);
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 2rem;
}

.shop-box table {
  table-layout: fixed;
  word-break: break-word;
  width: 100%;
}
.shop-box table th {
  min-width: 90px;
  width: 10%;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  color: var(--blue);
  text-align: left;
}
.shop-box table td {
  text-align: left;
  max-width: 300px;
  width: 88%;
  word-wrap: break-word;
  color: var(--text-dark);
  font-size: 1.4rem;
}

/*yu ↓*/
.shop_list .shop-box {
  background: none;
}

.shop_list .shop-name {
  font-weight: 600;
  padding-left: 10px;
  line-height: 1.5;
  color: #00aed5;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 2rem;
}
.shop_list .shop-box table tr {
  margin-bottom: 5px;
  display: block;
}
.shop_list .shop-box table th div {
  background-color: #00aed5;
  color: #fff;
  border-radius: 5rem;
  padding: 0;
  text-align: center;
  margin-bottom: 5px;
}
.shop_list .shop-box table td {
  padding-left: 10px;
}

.shop_list .border_top {
  border-top: rgba(139, 139, 139, 0.1) 1px solid;
  width: 100%;
  margin-bottom: 20px;
}

/*yu ↑*/

.info-inner-title {
  border: 1px solid var(--blue);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--blue);
  letter-spacing: 0.2em;
  padding: 0 2rem;
}
.cooperation,
.normal {
  color: #fff;
  padding: 0 2rem;
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
}
.cooperation {
  background: #e8940e;
}
.normal {
  background: var(--blue);
}
/*-------------------店舗様向け説明会動画----------------*/
.video_description{
  background: #fffb8e;
}



/*------------------------------------------*/
.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll table {
  width: 100%;
  border-collapse: collapse;
}
.scroll table tr th,
.scroll table tr td {
  font-size: 0.85rem;
  padding: 1rem 0.3rem;
  color: black;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}

.scroll table td:nth-child(1),
.scroll table td:nth-child(2),
.scroll table td:nth-child(3),
.scroll table th:nth-child(1),
.scroll table th:nth-child(2),
.scroll table th:nth-child(3) {
  text-align: left;
}

.scroll table tr th {
  background: var(--blue);
  color: #fff;
  padding: 1rem;
}

/*yu ↓*/
.scroll table tr th {
  background: #00aed5;
  color: #fff;
  padding: 1rem;
}
/*yu ↑*/

.scroll.product table tr {
  background: var(--bg-light-yellow);
  border-bottom: 1px solid var(--dark-blue);
  padding: 0 1rem;
}
.scroll.product table tr:first-of-type {
  background: var(--dark-blue);
}
.scroll.product table td {
  color: var(--dark-blue);
  text-align: left;
  white-space: break-spaces;
  padding: 7px;
  line-height: 2;
}
.scroll.product table tr th {
  color: white;
  padding: 7px;
  width: 12.5%;
  text-align: left;
  font-weight: 600;
}
.scroll.product table tr th.long {
  width: 28%;
}

.scroll .tbl_result td {
  font-size: 1.3rem;
  color: var(--text-black);
  font-weight: 500;
  padding: 1rem;
}

.scroll .tbl_result tr {
  border-bottom: 1px solid var(--form-border);
}

.jyouge {
  margin: 0px 10px 0 0;
  width: fit-content;
}
.jyouge {
  position: relative;
}
.jyouge_se a:before {
  content: "";
  height: 4px;
  width: 4px;
  position: absolute;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(50px) translateX(50px) rotate(-45deg);
  color: #ffffff;
  top: -46px;
  right: 30px;
}
.jyouge_se a:after {
  content: "";
  height: 4px;
  width: 4px;
  position: absolute;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(50px) translateX(50px) rotate(135deg);
  color: #ffffff;
  top: -38px;
  right: 30px;
}
.linkbox {
  padding: 20px;
  position: relative;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin: 30px auto;
  max-width: 400px;
  width: 90%;
}
.linkbox a {
  color: #333;
}
.inner-link {
  padding: 0 30px 0;
}
.img-link-box {
  position: absolute;
  top: 20%;
  right: 5%;
}
.del {
  text-decoration-line: line-through;
  text-decoration-color: red;
}

@media (max-width: 560px) {
  .jyouge_se a:before {
    height: 5px;
    width: 5px;
    top: -45px;
    right: 40px;
  }

  .jyouge_se a:after {
    height: 5px;
    width: 5px;
    top: -40px;
    right: 40px;
  }

  .scroll.product table td {
    white-space: nowrap;
    line-height: 2.5;
  }
  .scroll.product table tr th {
    word-break: keep-all;
    padding: 10px;
  }
  .shop-box table td {
    vertical-align: inherit;
  }
}
/*------------------------------------------注意事項*/
.annotation .gray-g.acc {
  padding: 4px 20px;
}
.answer_txt.active {
  background: #ffffff;
}
.annotation .base-bt.yellow-g {
  margin-top: 60px;
}

.note-box {
  background: #D9D9D9;
  padding: 6rem;
}

.note-box p {
  text-align: center;
}

.note-box ul li,
.note-box p
{
  font-size: 1.6rem;
}

.note-box ul {
  list-style: disc;
}

@media (max-width: 600px) {
  .note-box {
    padding: 4rem 4rem 4rem 5rem;
  }
}
/*------------------------------------------FAQ*/
.faq_title_box {
  color: var(--text-black);
  background-color: #d7f1f3;
  text-align: center;
  padding: 20px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.faq_sub_title{
  color: var(--text-black);
  font-size: 5rem;
  margin-top: 4rem;
}
.faq_category{
  margin-top: 5rem;
}
.qa-heading{
  border-bottom: solid 3px #00aed5;
  font-size: 2rem;
  font-weight: 600;
  color: #00aed5;
  margin-bottom: 2rem;
}

.faq .qablock {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.anker-link,
.anker-link a {
  color: var(--blue);
  vertical-align: middle;
}
.anker-link {
  line-height: 2.2;
  cursor: pointer;
  margin: 0 30px;
}
.anker-link > i {
  font-size: 16px;
  margin-left: 4px;
  line-height: 1;
}
.anker-link-box {
  border: 2px solid var(--blue);
  margin: 40px auto;
  width: 100%;
  justify-content: space-between;
}

.qa_block h2 {
  text-align: left;
  width: 100%;
  font-size: 3rem;
  padding-top: 6rem;
}

.question {
  font-size: 2.3rem;
  line-height: normal;
  font-weight: 600;
  font-style: normal;
  color: var(--text);
  margin-right: 20px;
  text-align: left;
}

.answer {
  font-size: 2rem;
  line-height: 1.7;
  font-style: normal;
  color: var(--text);
  margin-right: 20px;
  text-align: left;
}
.cashless .answer{
  margin: auto;
  font-size: 1.4rem;
  line-height: 2.5em;
}

.qa_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.qa_box > dl > dt {
  display: flex;
  align-items: baseline;
  padding: 3px 20px 3px;
  position: relative;
}

.l-user .qa_box > dl > dt {
  background: #d7f1f3;
}
.cashless .qa_box > dl > dt {
  background: #d9d9d9;
  padding: 1rem 20px;
}

.qa_box > dl > dt .crossBar {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.qa_box > dl > dt .crossBar::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center center;
  transform: translateX(-50%) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.qa_box > dl > dt .crossBar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.qa_box > dl > dt > span {
  font-size: 2.5rem;
  line-height: normal;
  font-weight: 500;
  font-style: normal;
  margin-right: 20px;
}

.qa_box > dl > dd {
  margin: 0;
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-user .qa_box > dl > dd {
  border: #d7f1f3 solid 2px;
}
.cashless .qa_box > dl > dd {
  border: none;
}

.qa_box > dl > dd > span {
  font-size: 2.5rem;
  line-height: 1.7;
  font-weight: 500;
  font-style: normal;
  margin-right: 20px;
}

/* 色 利用者 */
.l-user .qa_box > dl > dt .crossBar::before,
.l-user .qa_box > dl > dt .crossBar::after {
  background-color: #00aed5;
}

.cashless .qa_box > dl > dt .crossBar::before,
.cashless .qa_box > dl > dt .crossBar::after {
  background-color: #3c3c3c;
}

.l-user .qa_box > dl > dt > span,
.l-user .qa_box > dl > dd > span {
  color: #00aed5;
}

.l-user .qa_block h2 {
  color: var(--main-user);
  border-bottom: var(--main-user) 2px solid;
  margin-bottom: 2rem;
}

/* アコーディオン開閉 */
.qa_box > dl > dd.is-open {
  max-height: fit-content;
  padding: 5px 20px 5px;
}
.qa_box > dl > dt.is-open .crossBar::before {
  transform: translateX(-50%) rotate(90deg);
}
/*------------------------------------------アコーディオン(FAQ)*/
.faq .answer_txt p,
.faq .question_box {
  position: relative;
  padding-left: 2rem;
}
.faq .answer_txt {
  color: var(--dark-blue);
  margin: 0;
  padding-top: 20px;
}
.faq .answer_txt p {
  margin: 0 1.6rem auto;
}
.faq .qablock {
  color: var(--dark-blue);
  padding-bottom: 20px;
  background-image: linear-gradient(
    to right,
    rgb(0, 89, 113),
    rgb(0, 89, 113) 2px,
    transparent 2px,
    transparent 4px
  );
  background-size: 7px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.faq .question_txt:before,
.faq .question_txt:after {
  background: var(--blue);
}
.faq .question_box:before,
.faq .answer_txt p:before {
  content: "Q";
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
  position: absolute;
  left: 13px;
  top: 0px;
  font-weight: 400;
  background-color: var(--blue);
  border-radius: 50%;
  line-height: 1.2;
  padding: 0.4rem 0.8rem;
  color: #ffffff;
}
.faq .answer_txt p:before {
  content: "A";
  color: var(--blue);
  border: 1px solid var(--blue);
  background: #ffffff;
  line-height: 1.1;
  top: -0.4rem;
  left: -1.6rem;
}
.question_box,
.answer_txt {
  position: relative;
  cursor: pointer;
  padding: 10px 14px;
  margin: 0;
}
.question_txt {
  width: 100%;
  margin: 0 2.5rem auto;
  padding-right: 9%;
  box-sizing: border-box;
  font-size: 1.1rem;
}
.contents.faq {
  margin-bottom: 80px;
}
.faq_title,
.anker-link {
  font-size: 1.3rem;
}
/*------------------------------------------アコーディオン(注意書き)*/
.question_txt:before,
.question_txt:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #333333;
  left: 97%;
  top: 50%;
  width: 2%;
  height: 3px;
  transform: translate(-50%, -50%);
}
.question_txt:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.question_txt.open:before {
  transform: translate(-50%, -50%);
}
.annotation .gray-g:first-of-type {
  margin-bottom: 20px;
  padding: 20px 0 40px;
}

.annotation .question_txt {
  margin: 0 auto;
  font-size: 1.4rem;
}

.annotation .list {
  list-style-position: outside;
  width: 70%;
  margin: auto;
}
.annotation {
  font-size: 0.8rem;
}
.product-box select {
  height: 50px;
  width: 100%;
  white-space: normal;
}
.product-box select {
  height: 50px;
  width: 100%;
  white-space: normal;
}
#enquete select {
  margin-bottom: 0.3em;
  height: 45px;
}
@media (max-width: 560px) {
  .faq .question_box:before,
  .faq .answer_txt p:before {
    left: 0;
    top: 5px;
    font-size: 1.5rem;
    line-height: 1.1;
    padding: 0.4rem 0.6rem;
  }
  .question_txt {
    margin: 0 1rem auto;
    font-size: 1rem;
    padding-right: 10.5%;
  }
  .faq .qablock {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .faq .answer_txt {
    padding: 0;
  }
  .faq .answer_txt p {
    font-size: 1rem;
    margin: 0 1rem auto;
  }
  .faq .answer_txt p:before {
    left: -1rem;
    padding: 0.4rem 0.65rem;
  }
}
/*---------------------------------------------申請フォーム*/
.num-cover.flex {
  align-items: center;
  justify-content: space-between;
}
.num-cover .num-a,
.num-cover .num-b {
  width: 40%;
}
.warn {
  color: red;
}
.product_shinsei_table tbody .product_form_box td select {
  height: 45px;
  width: 100%;
  white-space: normal;
}
.kiyaku-cover .kiyaku_annotation,
.red-box p {
  text-align: left;
}
#privacypolicy,
#privacypolicy2 {
  background: #eeeeee;
  padding: 6%;
  height: 400px;
  overflow-y: scroll;
}
#yu .form_title {
  color: #633600;
  font-size: 23px;
  line-height: 1.4em;
  margin: 40px auto;
  background: linear-gradient(transparent 50%, rgba(240, 139, 0, 0.4) 50%);
  width: fit-content;
  display: block;
  letter-spacing: -0.05em;
}
#yu .form_title.m-tb100 {
  margin: 100px 50px;
}
.flex.form_flex {
  align-items: baseline;
  justify-content: flex-start;
}

#yu .form-komoku {
  margin-top: 0;
}
.haihun {
  margin: 5px;
}
/* コメントアウト外すと非活性 */
/*
.shop_application_btn{
	pointer-events: none;
	background: #adadad;
}
.blue-btn.shop_application_btn{
	box-shadow: 0px 5px #828282;
}
*/

.shop_application_btn {
  display: flex;
  align-items: center;
  margin: 40px auto;
  width: 310px;
  color: #fff;
  justify-content: center;
}
.user_application_btn {
  display: flex;
  align-items: center;
  margin: 40px auto;
  width: fit-content;
  color: #fff;
  justify-content: center;
}
@media (max-width: 600px) {
  .shop_application_btn {
    display: flex;
    align-items: center;
    margin: 40px auto;
    width: 270px;
  }
  .user_application_btn {
    display: flex;
    align-items: center;
    margin: 40px auto;
    width: 80%;
  }
}
.shop_application_btn img {
  width: 30px;
  margin-right: 1.5rem;
}
.user_application_btn img {
  width: 40px;
  margin-right: 1.2rem;
}

.youtube_wrapper {
  max-width: 800px;
  width: 100%;
  height: 450px;
  margin: 40px auto;
}
.youtube_wrapper iframe {
  width: 100%;
  height: 100%;
}
/*------------------------------------------
------------------------------------タブレット表示*/
@media (max-width: 900px) {
  .shop-box table th {
    width: 30%;
  }
  .flex.period--user {
    display: block;
  }
  .flex.period--user .period-box {
    width: 100%;
  }
}
/*------------------------------------------
------------------------------------携帯表示*/

@media (max-width: 560px) {
  .sp {
    display: block;
  }
  .tyuibox {
    width: 90%;
  }
  .scroll table tr th,
  .scroll table tr td {
    font-size: 0.8rem;
  }
  .search-text {
    padding: 0 0 0 5px;
  }
  .search-box {
    width: calc(95% - 2rem);
  }
  .shop-box table th {
    line-height: 2;
  }

  .shop-box table th,
  .shop-box table td {
    font-size: 1.5rem;
  }

  .cooperation,
  .normal {
    top: unset;
    bottom: 0;
  }

  .info-inner-title {
    font-size: 0.8rem;
    padding: 0;
    letter-spacing: 0;
  }
  .shop-box {
    padding: 2rem 2rem 4rem;
    box-sizing: border-box;
  }
  .shop-box table td {
    padding-left: 10px;
    max-width: unset;
  }

  .itiran-top-bt a.smart-min {
    font-size: 1.6rem;
  }
  .product_search {
    width: 100%;
  }

  .top-how-cover_se {
    margin: 100px 0;
    padding: 50px 5px 50px;
  }

  #f.flex {
    display: block;
    justify-content: center;
  }
  .dl-section .inner-4 {
    width: 90%;
    margin: 20px;
  }
  .one-bt-box p {
    font-size: 1.2rem;
  }
  .campaign-box {
    border: 2px solid #009743;
    text-align: center;
    width: 95%;
    margin: 50px auto 0;
    padding: 0 0 30px 0;
  }
  .one-bt-box {
    width: 100%;
    text-align: center;
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
    letter-spacing: 0.5px;
  }
  .campaign-box .info-box {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 30px 0;
  }
  .base-bt-block p::before {
    content: url(../img/icon/shop.png);
    width: 10px;
    height: 10px;
    vertical-align: text-top;
    scale: 0.7;
    display: inline-block;
    margin: 0 20px;
  }
  .check_text_cover {
    margin: 10px;
    line-height: 1.8;
    font-size: 0.9rem;
    padding: 0 0 20px 0;
  }
  .inner-4 img {
    width: 70%;
  }
  .one-bt-box p {
    line-height: 1.2;
  }
  .one-bt-box.f-weight6.light-g {
    border-radius: 100px;
    width: 100%;
    margin: auto;
  }
  .place {
    margin: 40px 0 0;
  }
  .inner-4,
  .flex > .inner-4 {
    width: 100%;
    margin: 40px auto;
  }
  .rounde-box .inner-4 p {
    margin: 5px auto;
  }
  .w85p {
    width: 100%;
  }
  .flex > .flex_box {
    width: 100%;
  }
  .flex_box:first-of-type {
    margin-bottom: 60px;
  }

  .flex.flex-btn > .inner-4 {
    width: 90%;
    margin: 20px;
  }
  .question_txt:before,
  .question_txt:after {
    left: 95%;
  }
  .question_txt:before,
  .question_txt:after {
    width: 5.5%;
  }
  .num-cover.flex {
    display: flex;
  }
  .shop-info-box table td {
    max-width: 200px;
  }
  .youtube_wrapper {
    width: 100%;
    height: 200px;
    margin: 40px auto;
  }
  .youtube_wrapper iframe {
    width: 100%;
    height: 100%;
  }
}

.annotation_box {
  border: 2px solid var(--blue);
  font-size: 1.4rem;
  width: 80%;
  margin: 0 auto 4rem;
  padding: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
}

.annotation_list {
  font-size: 1.4rem;
  width: 80%;
  margin: auto;
  padding: 20px;
}

.annotation_list ul li {
  font-size: 1.4rem;
  list-style-type: disc;
}

@media (max-width: 600px) {
  .red-box,
  .annotation_box,
  .annotation_list {
    width: 100%;
    box-sizing: border-box;
  }
}

.tel a {
  color: #fff;
}

.period-box .icon_point:before {
  content: "";
  background-image: url(../../img/icon_point.png);
  background-size: contain;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.flex.period--user {
  justify-content: space-between;
  margin-top: 80px;
}

.period--user {
  margin-top: 80px;
}

.period--user .period--date {
  font-size: 3rem;
}

@media (max-width: 600px) {
  .recruit .period-header p {
    font-size: 3rem;
  }
  .period-box .icon_point:before {
    width: 2rem;
    height: 2rem;
  }
}

.f_noto {
  font-family: "Noto Sans JP", sans-serif;
}

.oneaction {
  background-color: #d4fceb;
}

.oneaction .led_img {
  width: 50%;
  margin: 6rem auto 0;
}

.bnr .flex {
  width: 70%;
  margin: 40px auto 0;
}

.link_bnr {
  width: 47%;
  display: block;
}

@media (max-width: 600px) {
  .oneaction .led_img {
    width: 100%;
  }

  .link_bnr {
    width: 100%;
  }

  .link_bnr:first-of-type {
    margin-bottom: 2rem;
  }

  .bnr .flex {
    width: 100%;
  }
}

/*---------------------
movie
---------------------*/
.movie-header h1 {
  font-size: 3.6rem;
  line-height: 1.3;
  color: var(--orange);
  text-align: center;
  margin: 50px auto 20px;
}

.movie-header .youtube_wrapper {
  margin: 0 auto;
}

.product_link_bnr {
  width: 50%;
  display: block;
  margin: 4rem auto;
}

.chart_wrapper{
  width:  80%;
  height: 200px;
  overflow: hidden;
  border-radius: 1.5rem;
  margin: 0 auto;
}

.flex .period-date.w-fit {
  width: fit-content;
}

.period-box .period_fs2rem {
  font-size: 2rem;
}

@media (max-width: 600px) {
  .product_link_bnr {
    width: 100%;
    margin: 4rem auto;
  }
  .chart_wrapper{
    width:  90%;
    height: 160px;
    overflow: hidden;
    border-radius: 1.5rem;
    margin: 0 auto 2rem;
  }
  .sp-t-left{
    text-align: left;
  }
  .w-fit {
    width: 100%;
  }
  .period-box .period_fs2rem {
    font-size: 1.6rem;
  }
  .flex .period-date.w-fit {
    width: 100%;
  }
}

/*----------------------------*/
/* 簡易LP
/*----------------------------*/
.p-cs_info {
  background: var(--bg-light-blue-lp);
}
.p-cs_info__tel {
  color: var(--blue);
  font-size: 5rem;
  margin: 1.5rem 0;
  letter-spacing: 1;
  font-weight: 600;

}
.p-cs_info__note {
  color: #00414D;
  font-size: 1.6rem;
  font-weight: 600;
}
.p-zoom-btn {
  width: 60%;
  min-width: 600px;
  margin: 2rem auto 3rem;
}
main {
  padding-top: 9rem;
}

@media (max-width: 600px) {
  .p-zoom-btn {
    display: block;
    min-width: unset;
    width: 90%;
  }

  .p-zoom-btn .base-btn {
    display: block;
  }

  .p-zoom-btn .base-btn:first-of-type {
    margin-bottom: 2rem;
    display: block;
  }

  .recruit .period-date {
    font-size: 3.2rem;
    letter-spacing: 0.03em;
  }

  .recruit .period-date2 {
    font-size: 2.4rem;
  }

  .recruit .contents h2 {
    font-size: 2.4rem;
  }

  .p-cs_info__tel {
    font-size: 3.5rem;
  }
}

/*----------------------------*/
/* 申請に必要なもの
/*----------------------------*/
.point-box {
  padding: 2rem 0;
}
.point-box .point-number {
  line-height: 1;
}
.point-box--img .point-text {
  display: flex;
}
.point-box--img .point-text--img__img {
  width: 60%;
}
.point-box--img .point-text--img__img {
  margin-left: 2rem;
}

@media (max-width: 600px) {
  .point-box--img .point-text{
    display: block;
  }
  .point-box--img .point-text--img__img {
    width: 95%;
    margin: 1.5rem 0 0 0;
  }
}

.energy-container {
  max-width: 80%;
  margin: 0 auto;
  padding: 30px;
  background-color: white;
  display: flex;
  gap: 30px;
  position: relative;
}

.energy-label {
  width: 30%;
}

.energy-label img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.energy-text {
  background: #fff;
  padding-left: 24px;
  border-radius: 8px;
  flex: 1;
}

.energy-text h3 {
  margin-top: 0;
  font-size: 2.0rem;
  color: var(--blue);
}

.energy-text p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.bubble {
  position: absolute;
  top: 175px;
  left: calc(35% + 16px);
  padding: 8px 16px;
  background: #F3FBFB;
  border: 2px solid var(--blue);
  border-radius: 30px;
  font-weight: bold;
  color: var(--blue);
  white-space: nowrap;
  font-size: 2.0rem;
}

.bubble::after {
  content: "";
  position: absolute;
  top: -73%;
  left: -65%;
  transform: rotate(33deg);
  border-top: 5px solid transparent;
  border-right: 155px solid var(--blue);
  border-bottom: 8px solid transparent;
}

.point-table,
.point-table2 {
  width: 65%;
  margin: 40px auto;
}

.point-table-note {
  display: none;
}

.point-table-img-pc {
    display: block;
}

.point-table-img-sp {
    display: none;
}

.point-table2-note {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #00414D;
}

@media screen and (max-width: 900px) {
  .energy-container {
    flex-direction: column;
  }

  .energy-label {
    width: 40%;
    margin-left: 8%;
  }

  .energy-text {
    padding-left: 0;
  }

  .bubble {
    top: auto;
    left: 75%;
    transform: translateX(-50%);
    font-size: 1.2rem;
  }

  .bubble::after {
    top: 20px;
    left: -125px;
    transform: rotate(-7deg);
    border-top: 8px solid transparent;
    border-right: 126px solid var(--blue);
    border-bottom: 8px solid transparent;
  }

  .point-table,
  .point-table2 {
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  .energy-label {
    width: 70%;
    margin: 0 auto;
  }

  .energy-text {
    padding-left: 0;
    margin-top: 45px;
  }

  .bubble {
    top: 235px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
  }

  .bubble::after {
    top: -60px;
    left: 25px;
    transform: rotate(90deg);
    border-top: 5px solid transparent;
    border-right: 110px solid var(--blue);
    border-bottom: 2px solid transparent;
  }

  .point-table {
    width: 95%;
    overflow-x: scroll;
    margin: 5px auto 20px;
    padding-bottom: 5px;
  }

  .point-table::-webkit-scrollbar {
    width: 10px; /* スクロールバーの幅 */
    height: 5px; /* スクロールバーの高さ */
  }

  .point-table::-webkit-scrollbar-track {
    background: #f1f1f1; /* スクロールバーの背景色 */
    border-radius: 5px; /* 角丸にする */
  }

  .point-table::-webkit-scrollbar-thumb {
    background: var(--blue); /* スクロールバーの操作部分の背景色 */
    border-radius: 5px; /* 角丸にする */
  }

  .point-table-note {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--blue);
    margin-top: 10px;
  }

  .point-table-img-pc {
    display: none;
  }

  .point-table-img-sp {
    display: block;
  }

  .point-table img {
    width: 500px;
    max-width: 500px;
  }

  .point-table2 {
    width: 95%;
    margin: 20px auto;
  }

  .point-table2-note {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 600;
    color: #00414D;
  }
}

@media screen and (max-width: 450px) {
  .bubble {
    top: 210px;
  }
}

@media screen and (max-width: 400px) {
  .bubble {
    top: 200px;
  }
}

@media screen and (max-width: 350px) {
  .bubble {
    top: 180px;
  }
}

.shop {
  background-color: #DEFFF3;
}