@charset "UTF-8";

html {
  /* scroll-behavior: smooth; */
  /* scroll-padding-top: 100px; */
}

.ec-layoutRole {
  background-color: #fff;
}

.container_ {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .container_ {
    width: 100%;
    padding: 0 20px;
  }
}

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

.mainframe_ {
  text-align: center;
  line-height: 1.7;
}

.mainframe_+.mainframe_ {
  margin-top: 150px;
}

.c-guide__pageTitle {
  font-weight: bold;
  margin-bottom: 95px;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .c-guide__pageTitle {
    margin-bottom: 50px;
    font-size: 25px;
  }
}
.c-guide__listItems {
  background-color: #ededed;
  border-radius: 6px;
  padding: 70px 10px;
}
@media only screen and (max-width: 767px) {
  .c-guide__listItems {
    padding: 40px 10px;
  }
}
.c-guide__listItems:not(:last-child) {
  margin-bottom: 40px;
}
.c-guide__listItems-tit {
  margin: 0 0 50px;
  font-weight: bold;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .c-guide__listItems-tit {
    margin-bottom: 30px;
    font-size: 19px;
  }
}
.c-guide__listItems-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media only screen and (max-width: 767px) {
  .c-guide__listItems-list {
    flex-direction: column;
  }
}
.c-guide__listItems-list > div, .c-guide__listItems-list > section {
  width: 33.333%;
  padding: 10px 40px;
  position: relative;
  /* &:nth-child(odd) {
  	position: relative;
  	&::after {
  		content: '';
  		width: 1px;
  		height: 100%;
  		background-color: $light_gray2;
  		position: absolute;right: 0;top: 0;
  		@include sp {
  			display: none;
  		}
  	}
  } */
}
.c-guide__listItems-list > div::after, .c-guide__listItems-list > section::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .c-guide__listItems-list > div::after, .c-guide__listItems-list > section::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-guide__listItems-list > div, .c-guide__listItems-list > section {
    padding: 0 20px;
    width: auto;
  }
}
.c-guide__listItems-list > div:nth-child(3)::after, .c-guide__listItems-list > section:nth-child(3)::after {
  display: none;
}
.c-guide__listItems-list div > ul, .c-guide__listItems-list section > ul {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
}
.c-guide__listItems-list div > ul li, .c-guide__listItems-list section > ul li {
  position: relative;
  font-size: 15px;
  padding-left: 24px;
}
.c-guide__listItems-list div > ul li:not(:last-child), .c-guide__listItems-list section > ul li:not(:last-child) {
  margin-bottom: 11px;
}
@media only screen and (max-width: 767px) {
  .c-guide__listItems-list div > ul li, .c-guide__listItems-list section > ul li {
    font-size: inherit;
  }
}
.c-guide__listItems-list div > ul li::before, .c-guide__listItems-list section > ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/html/upload/user_data/user_guide/img/guide_arrow.png) no-repeat left top/cover;
  position: absolute;
  left: 0;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .c-guide__listItems-list div > ul li::before, .c-guide__listItems-list section > ul li::before {
    top: 3px;
  }
}
.c-guide__listItems-list div > ul a, .c-guide__listItems-list section > ul a {
  color: #333;
}
.c-guide__listItems-list div > section:not(:last-child) {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .c-guide__listItems-list div > section:not(:last-child) {
    margin-bottom: 20px;
  }
}
.c-guide__listItems-list section h3 {
  font-weight: bold;
  margin: 0 0 25px;
  text-align: left;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .c-guide__listItems-list section h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.c-guide__pageNav ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 0 115px;
  gap: 33px;
  text-align: left;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .c-guide__pageNav ul {
    gap: 15px 20px;
    margin-bottom: 60px;
  }
}
.c-guide__pageNav ul li {
  width: calc((100% - 66px) / 3);
}
@media only screen and (max-width: 767px) {
  .c-guide__pageNav ul li {
    width: calc((100% - 20px) / 2);
  }
}
.c-guide__pageNav ul li a {
  display: flex;
  align-items: center;
  position: relative;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  color: #333;
  height: 100%;
  padding: 13px 35px 13px 5px;
  transition: background-color 0.2s;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-guide__pageNav ul li a {
    padding: 15px 35px 15px 5px;
  }
}
.c-guide__pageNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 10px;
  width: 8px;
  height: 8px;
  rotate: 45deg;
  border-bottom: 2px solid #179855;
  border-right: 2px solid #179855;
}
.c-guide__pageNav ul li a:active, .c-guide__pageNav ul li a:focus {
  text-decoration: none;
  background-color: #e4f5ed;
}
@media (any-hover: hover) {
  .c-guide__pageNav ul li a:hover {
    text-decoration: none;
    background-color: #e4f5ed;
  }
}
.c-guide__linkSet {
  margin: 45px 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-guide__linkSet {
    margin: 25px 0 0;
  }
}
.c-guide__linkSet .c-linkStyle01:not(:last-child) {
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .c-guide__linkSet .c-linkStyle01:not(:last-child) {
    margin-bottom: 25px;
  }
}
.c-guide__linkSet .c-linkStyle01:not(:first-child) {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .c-guide__linkSet .c-linkStyle01:not(:first-child) {
    margin-top: 10px;
  }
}
.c-guide__linkSet .c-linkStyle02:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-guide__linkSet .c-linkStyle02:not(:last-child) {
    margin-bottom: 15px;
  }
}
.c-guide__img {
  text-align: center;
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .c-guide__img {
    margin: 30px 0;
  }
}
.c-contents__item {
  text-align: left;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .c-contents__item {
    font-size: 14px;
  }
}
.c-contents__item:not(:last-child) {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .c-contents__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.c-contents__item p:not(:first-child) {
  margin-top: 1.5em;
}
.c-contents__item p:not(:last-child) {
  margin-bottom: 1.5em;
}
.c-contents__item p:not(.c-note) {
  margin-bottom: 1.5em;
}
.c-contents__item p.c-note {
  margin: 0;
}
.c-contents__scrolltarget {
  margin-top: -100px;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .c-contents__scrolltarget {
    margin-top: -120px;
    padding-top: 120px;
  }
}
.c-contents__ttl01 {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 2px solid #dadada;
  position: relative;
  margin: 0 0 65px;
  padding-bottom: 17px;
}
.c-contents__ttl01::before {
  content: "";
  width: 288px;
  height: 2px;
  background-color: #179855;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .c-contents__ttl01::before {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contents__ttl01 {
    font-size: 19px;
    margin: 0 0 25px;
    padding-bottom: 12px;
  }
}
.c-contents__ttl02 {
  border: 1px solid #b2b2b2;
  font-weight: bold;
  font-size: 20px;
  padding: 12px 13px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .c-contents__ttl02 {
    padding: 10px 11px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.c-contents__ttl02 > span {
  border-left: 5px solid #179855;
  padding: 3px 0 3px 12px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  text-align: left;
}
.c-contents__ttl02 > span em {
  color: #179855;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .c-contents__ttl02 > span em {
    padding-left: 7px;
    white-space: nowrap;
  }
}
.c-contents__ttl03 {
  font-weight: bold;
  font-size: 19px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .c-contents__ttl03 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.c-contents__tbl {
  border: 1px solid #b2b2b2;
  width: 100%;
}
.c-contents__tbl th, .c-contents__tbl td {
  border: 1px solid #b2b2b2;
  font-weight: normal;
  padding: 15px;
}
.c-contents__tbl th {
  text-align: center;
  background-color: #e4f5ed;
}
.c-contents__ul {
  margin-left: 1.5em;
  padding-left: 0;
}
.c-contents__ul li:not(:last-child) {
  margin-bottom: 3px;
}
.c-contents__ol {
  list-style-type: none;
  padding-left: 0;
}
.c-contents__ol li:not(:last-child) {
  margin-bottom: 3px;
}
.c-contents__ol.-num {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.c-contents__ol.-kakkonum {
  margin-left: 3.2em;
}
.c-contents__ol.-kakkonum > li {
  counter-increment: cnt;
  position: relative;
}
.c-contents__ol.-kakkonum > li::before {
  content: "（" counter(cnt) "）";
  display: inline-block;
  margin-left: -3.2em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.c-contents__ol.-kana {
  list-style-type: katakana;
  margin-left: 2em;
  /* & > li {
  	&::before {
  		display: none;
  	}
  } */
}
.c-contents__ol.-marunum {
  margin-left: 0;
}
.c-contents__ol.-marunum > li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-contents__ol.-marunum > li > ol li, .c-contents__ol.-marunum > li > ul li {
  padding-left: 0;
  text-indent: 0;
}
.c-contents__ol.-en {
  list-style-type: upper-alpha;
  margin-left: 2em;
}
.c-contents__dl dt {
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.7;
}
.c-contents__dl dd {
  line-height: 1.7;
}
.c-contents__dl dd:not(:last-child) {
  margin-bottom: 20px;
}
.c-contents__dl.-item dt {
  font-size: 17px;
  margin-bottom: 15px;
}
.c-contents__dl.-item dd:not(:last-child) {
  margin-bottom: 30px;
}
.c-contents__details-summary {
  background-color: #e4f5ed;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  padding: 20px 30px;
  display: block;
  position: relative;
}
@media (hover: hover) {
  .c-contents__details-summary:hover {
    cursor: pointer;
  }
}
.c-contents__details-summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 30px;
  width: 12px;
  height: 12px;
  rotate: 45deg;
  transition: rotate 0.2s;
  border-bottom: 2px solid #179855;
  border-right: 2px solid #179855;
}
@media only screen and (max-width: 767px) {
  .c-contents__details-summary::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
.c-contents__details-summary::-webkit-details-marker {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-contents__details-summary {
    font-size: 15px;
    padding: 10px 50px 10px 20px;
  }
}
.c-contents__details-content {
  overflow: hidden;
}
.c-contents__details-contentInner {
  padding: 10px 0 30px;
}
.c-contents__details[open] .c-contents__details-summary::after {
  rotate: -135deg;
}
.c-linkStyle01 {
  color: #333;
  position: relative;
  padding-left: 23px;
  text-decoration: underline;
  margin-left: 5px;
  margin-right: 5px;
  text-indent: 0;
  word-break: break-all;
}
.c-linkStyle01::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/html/upload/user_data/user_guide/img/guide_arrow.png) no-repeat left top/cover;
  position: absolute;
  left: 0;
  top: 1px;
}
.c-linkStyle01.-newwindow::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/html/upload/user_data/user_guide/img/icon_link.png) no-repeat left top/cover;
  position: absolute;
  left: 0;
  top: 1px;
}
.c-linkStyle02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 3px solid #000;
  font-weight: bold;
  font-size: 19px;
  min-width: 420px;
  padding: 12px 30px;
  gap: 10px;
  background-color: #fff;
  transition: background-color 0.2s;
}
@media only screen and (max-width: 767px) {
  .c-linkStyle02 {
    min-width: 0;
    width: 100%;
    font-size: 17px;
    padding: 12px 20px;
  }
}
.c-linkStyle02 span {
  aspect-ratio: 1;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-linkStyle02 span::before {
  content: "";
  width: 8px;
  height: 12px;
  background: url(/html/upload/user_data/user_guide/img/guide_arrow02.png) no-repeat center center/cover;
  display: inline-block;
}
.c-linkStyle02:active, .c-linkStyle02:focus {
  text-decoration: none;
}
@media (any-hover: hover) {
  .c-linkStyle02:hover {
    text-decoration: none;
  }
}
.c-linkStyle02.-green {
  border-color: #179855;
  color: #179855;
}
.c-linkStyle02.-green span {
  background-color: #179855;
}
.c-linkStyle02.-green:active, .c-linkStyle02.-green:focus {
  background-color: #e4f5ed;
}
@media (any-hover: hover) {
  .c-linkStyle02.-green:hover {
    background-color: #e4f5ed;
  }
}
.c-linkStyle02.-brown {
  border-color: #400000;
  color: #400000;
}
.c-linkStyle02.-brown span {
  background-color: #400000;
}
.c-linkStyle02.-brown:active, .c-linkStyle02.-brown:focus {
  background-color: #ebe5e5;
}
@media (any-hover: hover) {
  .c-linkStyle02.-brown:hover {
    background-color: #ebe5e5;
  }
}
.c-linkStyle02.-newwindow span::before {
  width: 12px;
  height: 12px;
  background: url(/html/upload/user_data/user_guide/img/guide_newwindow.png) no-repeat center center/cover;
}
.c-note {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.c-note.-komenum {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.c-note.-notice {
  padding-left: 3em;
  text-indent: -3em;
}
.c-bgBox {
  background-color: #ededed;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .c-bgBox {
    padding: 20px;
  }
}
.c-bgBox.-green {
  background-color: #e4f5ed;
}
.c-borderImg {
  border: 1px solid #b2b2b2;
  padding: 20px;
  text-align: center;
}
@media (any-hover: hover) {
  .c-hoverOp {
    transition: opacity 0.2s;
  }
  .c-hoverOp:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}

.p-about__fiveFeature {
  background-color: #ededed;
  border-radius: 6px;
  padding: 60px 50px;
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .p-about__fiveFeature {
    margin-top: 35px;
    padding: 35px 30px;
  }
}
.p-about__fiveFeature-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .p-about__fiveFeature-ttl {
    margin-bottom: 20px;
    font-size: 23px;
  }
}
.p-about__fiveFeature-ttl em {
  color: #179855;
  font-style: normal;
}
.p-about__fiveFeature-items {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-about__fiveFeature-items {
    gap: 15px;
    flex-direction: column;
  }
}
.p-about__fiveFeature-items a {
  width: calc((100% - 22px) / 2);
  display: block;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .p-about__fiveFeature-items a {
    width: auto;
  }
}
.p-about__fiveFeature-items a:active, .p-about__fiveFeature-items a:focus {
  text-decoration: none;
}
.p-about__fiveFeature-items a:active dl, .p-about__fiveFeature-items a:focus dl {
  background-color: #e4f5ed;
}
@media (any-hover: hover) {
  .p-about__fiveFeature-items a:hover {
    text-decoration: none;
  }
  .p-about__fiveFeature-items a:hover dl {
    background-color: #e4f5ed;
  }
}
.p-about__fiveFeature-items dl {
  margin: 0;
  height: 100%;
  display: flex;
  background-color: #fff;
  border: 1px solid #179855;
  align-items: center;
  padding: 15px 25px;
  gap: 20px;
  position: relative;
  transition: background-color 0.2s;
}
.p-about__fiveFeature-items dl::after {
  content: "";
  --size: 15px;
  width: var(--size);
  height: calc(var(--size) / 2 * tan(60deg));
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  right: -1px;
  bottom: -1px;
  background-color: #179855;
}
@media only screen and (max-width: 767px) {
  .p-about__fiveFeature-items dl {
    padding: 12px 20px;
  }
}
.p-about__fiveFeature-items dl dt {
  color: #179855;
  font-weight: bold;
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  .p-about__fiveFeature-items dl dt {
    font-size: 33px;
  }
}
.p-about__fiveFeature-items dl dd {
  font-weight: bold;
  font-size: 19px;
}
.p-about__fiveFeature-items dl dd br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-about__fiveFeature-items dl dd {
    font-size: 17px;
  }
  .p-about__fiveFeature-items dl dd br {
    display: inline;
  }
}
.p-about__feature-item {
  margin-top: -50px;
  padding-top: 150px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-about__feature-item {
    margin-top: -100px;
    padding-top: 140px;
  }
}
.p-about__feature-item > p b {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .p-about__feature-item > p b {
    font-size: 16px;
  }
}
.p-about__feature-item.-ekinaka .p-about__feature-img {
  margin-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .p-about__feature-item.-ekinaka .p-about__feature-img {
    margin-bottom: 50px;
  }
}
.p-about__feature-item a.c-linkStyle01 {
  display: inline-block;
}
.p-about__feature-item a.c-linkStyle01::before {
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .p-about__feature-item a.c-linkStyle01::before {
    top: 3px;
  }
}
.p-about__feature-subitem:not(:last-child) {
  margin-bottom: 60px;
  padding-bottom: 70px;
  position: relative;
}
.p-about__feature-subitem:not(:last-child)::after {
  background: radial-gradient(circle farthest-side, #179855, #179855 2px, transparent 2px, transparent);
  background-size: 10px;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .p-about__feature-subitem:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
.p-about__feature-subitem > p b {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .p-about__feature-subitem > p b {
    font-size: 16px;
  }
}
.p-about__feature-subttl {
  color: #179855;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .p-about__feature-subttl {
    font-size: 17px;
    margin-bottom: 18px;
  }
}
.p-about__feature-ekinakaGoods {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 782px;
  margin: 40px auto 60px;
}
@media only screen and (max-width: 767px) {
  .p-about__feature-ekinakaGoods {
    margin: 30px 0 40px;
  }
}
.p-about__feature-ekinakaGoods figure {
  width: calc((100% - 90px) / 4);
}
@media only screen and (max-width: 767px) {
  .p-about__feature-ekinakaGoods figure {
    width: calc((100% - 30px) / 2);
  }
}
.p-about__feature-ekinakaGoods figure img {
  width: 100%;
}
.p-about__feature-ekinakaGoods figure figcaption {
  margin-top: 15px;
  color: #333;
}
.p-about__feature-ekinakaGoods figure figcaption b {
  display: block;
  text-align: left;
}
.p-about__feature-ekinakaGoods figure figcaption span {
  display: block;
  text-align: right;
}
.p-about__operation .c-contents__tbl {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .p-about__operation .c-contents__tbl {
    margin-bottom: 25px;
  }
}
.p-about__operation .c-contents__tbl th {
  width: 190px;
}
@media only screen and (max-width: 767px) {
  .p-about__operation .c-contents__tbl th {
    width: 33%;
  }
}
.p-use__browser .c-contents__tbl {
  margin: 35px 0;
}
@media only screen and (max-width: 767px) {
  .p-use__browser .c-contents__tbl {
    margin: 25px 0;
  }
}
.p-use__browser .c-contents__tbl th {
  width: 20%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-use__browser .c-contents__tbl th {
    width: 30%;
  }
}
.p-use__cookie .c-contents__tbl {
  margin: 35px 0;
}
@media only screen and (max-width: 767px) {
  .p-use__cookie .c-contents__tbl {
    margin: 25px 0;
  }
}
.p-use__cookie .c-contents__tbl th {
  width: 25%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-use__cookie .c-contents__tbl th {
    width: 30%;
  }
}
.p-use__cookie .c-contents__tbl td {
  word-break: break-all;
}
.p-use__sendmail ol {
  margin-top: 1.5em;
}
.p-use__sendmail .c-bgBox {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .p-use__sendmail .c-bgBox {
    font-size: 15px;
  }
}
.p-use__addmail section {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .p-use__addmail section {
    margin-top: 40px;
  }
}
.p-use__addmail section .c-contents__ttl02 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-use__addmail section .c-contents__ttl02 {
    margin-bottom: 20px;
  }
}
.p-use__addmail section .c-contents__tbl th {
  width: 20%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-use__addmail section .c-contents__tbl th {
    width: 30%;
  }
}
.p-use__pushnotification section {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .p-use__pushnotification section {
    margin-top: 40px;
  }
}
.p-use__pushnotification .c-borderImg {
  margin-top: 40px;
  max-width: 750px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-use__pushnotification .c-borderImg {
    margin-top: 25px;
  }
}
.p-order__error p:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-order__error .c-contents__ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.p-order__error .c-bgBox {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .p-order__error .c-bgBox {
    margin-top: 25px;
  }
}
.p-order__error .c-bgBox b {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-order__error .c-bgBox b {
    font-size: 17px;
  }
}
.p-order__mail .c-contents__ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.p-payment .c-guide__linkSet {
  text-align: center;
}
.p-payment .c-contents__tbl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-payment .c-contents__tbl {
    margin-bottom: 25px;
  }
}
.p-payment .c-contents__tbl th {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .p-payment .c-contents__tbl th {
    width: 30%;
  }
}
.p-payment__about-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 30px 0;
  gap: 15px 30px;
}
@media only screen and (max-width: 767px) {
  .p-payment__about-list {
    margin: 20px 0;
    flex-direction: column;
    gap: 10px;
  }
}
.p-payment__about-list li {
  width: calc((100% - 90px) / 4);
}
@media only screen and (max-width: 767px) {
  .p-payment__about-list li {
    width: auto;
  }
}
.p-payment__card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin: 35px auto;
  width: 100%;
  max-width: 750px;
}
@media only screen and (max-width: 767px) {
  .p-payment__card-list {
    margin: 25px 0;
  }
}
.p-payment__card-list figure {
  width: calc((100% - 50px) / 6);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-payment__card-list figure {
    width: calc((100% - 20px) / 3);
  }
}
.p-payment__card-list figure img {
  width: auto;
  max-height: 50px;
}
.p-payment__card-list figure figcaption {
  font-size: 14px;
  margin-bottom: 10px;
}
.p-payment__suica section, .p-payment__issuance section {
  margin-top: 60px;
  /* p {
  	margin-bottom: 1.5em;
  } */
}
@media only screen and (max-width: 767px) {
  .p-payment__suica section, .p-payment__issuance section {
    margin-top: 40px;
  }
}
.p-payment__suica section .c-contents__ttl02, .p-payment__issuance section .c-contents__ttl02 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-payment__suica section .c-contents__ttl02, .p-payment__issuance section .c-contents__ttl02 {
    margin-bottom: 20px;
  }
}
.p-payment__issuance .c-borderImg {
  margin-top: 40px;
  max-width: 750px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-payment__issuance .c-borderImg {
    margin-top: 25px;
  }
}
.p-deliver {
  /* &__freeshipping {
  	p:not(.c-note) {
  		margin-bottom: 1.5em;
  	}
  } */
}
.p-idpass__notice section {
  margin-top: 60px;
  /* p {
  	margin-bottom: 1.5em;
  } */
}
@media only screen and (max-width: 767px) {
  .p-idpass__notice section {
    margin-top: 40px;
  }
}
.p-idpass__notice section .c-contents__ttl02 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-idpass__notice section .c-contents__ttl02 {
    margin-bottom: 20px;
  }
}
.p-mypage__mailnews section {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .p-mypage__mailnews section {
    margin-top: 40px;
  }
}
.p-mypage__mailnews section .c-contents__ttl02 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-mypage__mailnews section .c-contents__ttl02 {
    margin-bottom: 20px;
  }
}
.p-member__terms > section, .p-member__privacy > section {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .p-member__terms > section, .p-member__privacy > section {
    margin-top: 40px;
  }
}
.p-member__terms > section .c-contents__ttl02, .p-member__privacy > section .c-contents__ttl02 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-member__terms > section .c-contents__ttl02, .p-member__privacy > section .c-contents__ttl02 {
    margin-bottom: 20px;
  }
}
.p-member__terms ol ol, .p-member__terms ol ul, .p-member__terms ol dl, .p-member__terms ul ol, .p-member__terms ul ul, .p-member__terms ul dl, .p-member__privacy ol ol, .p-member__privacy ol ul, .p-member__privacy ol dl, .p-member__privacy ul ol, .p-member__privacy ul ul, .p-member__privacy ul dl {
  margin-top: 15px;
  margin-bottom: 15px;
}
.p-member__terms .c-guide__linkSet, .p-member__privacy .c-guide__linkSet {
  text-align: center;
}
.p-member__privacy > section > section {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .p-member__privacy > section > section {
    margin-top: 30px;
  }
}
.p-member__privacy-madoguchi {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .p-member__privacy-madoguchi {
    margin-top: 25px;
  }
}
.p-member__privacy-madoguchi h5 {
  font-weight: bold;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .p-member__privacy-madoguchi h5 {
    font-size: 16px;
  }
}
.p-member__privacy-kaiji {
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .p-member__privacy-kaiji {
    margin: 25px 0;
  }
}
.p-jrepoint .c-contents__item section {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint .c-contents__item section {
    margin-top: 40px;
  }
}
.p-jrepoint .c-contents__item section .c-contents__ttl02 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint .c-contents__item section .c-contents__ttl02 {
    margin-bottom: 20px;
  }
}
.p-jrepoint .c-contents__item section .c-guide__linkSet {
  text-align: center;
}
.p-jrepoint__campaign-info {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  gap: 10px 0;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__campaign-info {
    margin: 30px 0;
  }
}
.p-jrepoint__campaign-info dt {
  position: relative;
  width: 11em;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__campaign-info dt {
    width: 8em;
  }
}
.p-jrepoint__campaign-info dt::before {
  content: "";
  width: 15px;
  height: 15px;
  aspect-ratio: 1;
  background-color: #179855;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 3px;
}
.p-jrepoint__campaign-info dd {
  width: calc(100% - 11em);
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__campaign-info dd {
    width: calc(100% - 8em);
  }
}
.p-jrepoint__campaign-info dd ul {
  margin-bottom: 0;
}
.p-jrepoint__campaign-notice p {
  line-height: 1.7;
}
.p-jrepoint__campaign-notice dt {
  font-size: 18px;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__campaign-notice dt {
    font-size: 17px;
  }
}
.p-jrepoint__campaign-old th {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__campaign-old {
    border: 0;
  }
  .p-jrepoint__campaign-old thead {
    display: none;
  }
  .p-jrepoint__campaign-old tbody tr {
    border: 0;
    display: block;
    margin-bottom: 1.5em;
  }
  .p-jrepoint__campaign-old tbody tr:last-of-type {
    margin-bottom: 0;
  }
  .p-jrepoint__campaign-old tbody td {
    display: flex;
    padding: 0;
  }
  .p-jrepoint__campaign-old tbody td:not(:last-child) {
    border-bottom: 0;
  }
  .p-jrepoint__campaign-old tbody td::before {
    content: attr(cp-label);
    font-weight: bold;
    width: 30%;
    padding: 10px 15px;
    background-color: #e4f5ed;
    border-right: 1px solid #b2b2b2;
  }
  .p-jrepoint__campaign-old tbody td p {
    width: 70%;
    padding: 10px 15px;
    margin-bottom: 0 !important;
  }
}
.p-jrepoint__arrow {
  text-align: center;
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__arrow {
    margin: 25px 0;
  }
}
.p-jrepoint__methodImg {
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__methodImg {
    margin: 25px 0;
  }
}
.p-jrepoint__methodImg figcaption {
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__methodImg figcaption {
    margin-bottom: 20px;
  }
}
.p-jrepoint__rule .c-contents__ul {
  margin-bottom: 1.5em;
}
.p-jrepoint__rule .c-contents__dl {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__rule .c-contents__dl {
    margin-top: 25px;
  }
}
.p-jrepoint__rule .c-contents__tbl td {
  text-align: center;
}
.p-jrepoint__rule-math {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  text-align: center;
}
.p-jrepoint__example .c-contents__dl dt b {
  color: #179855;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__example .c-contents__dl dt b {
    font-size: 19px;
  }
}
.p-jrepoint__example .c-contents__dl dt em {
  font-style: normal;
  color: #179855;
}
.p-jrepoint__example .c-contents__dl dd:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__example .c-contents__dl dd:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-jrepoint__example .c-contents__dl dd .c-bgBox b {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__example .c-contents__dl dd .c-bgBox b {
    font-size: 17px;
  }
}
.p-jrepoint__example-entry h4 {
  text-align: center;
  color: #179855;
  font-weight: bold;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__example-entry h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.p-jrepoint__example-entry h4 + div {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__example-entry h4 + div {
    flex-direction: column;
    gap: 20px;
  }
}
.p-jrepoint__example-entry h4 + div figure {
  width: 221px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__example-entry h4 + div figure {
    width: auto;
  }
}
.p-jrepoint__example-entry h4 + div figure + div {
  width: calc(100% - 221px - 30px);
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__example-entry h4 + div figure + div {
    width: auto;
  }
}
.p-jrepoint__example-entry .c-guide__linkSet {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__example-entry .c-guide__linkSet {
    margin-top: 20px;
  }
}
.p-jrepoint__stage .c-contents__tbl {
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__stage .c-contents__tbl {
    margin: 25px 0;
  }
}
.p-jrepoint__stage .c-contents__tbl th, .p-jrepoint__stage .c-contents__tbl td {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__stage .c-contents__tbl th, .p-jrepoint__stage .c-contents__tbl td {
    padding: 10px 5px;
  }
}
.p-jrepoint__stage .c-contents__tbl th {
  background-color: #ededed;
}
.p-jrepoint__stage .c-contents__tbl td p {
  margin: 0 !important;
}
.p-jrepoint__stage .c-contents__tbl td .stage_wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .p-jrepoint__stage .c-contents__tbl td .stage_wrap {
    flex-direction: column;
  }
}
.p-jrepoint__stage .c-contents__tbl td .stage_wrap img {
  width: 30px;
}
.p-jrepoint__stage .c-contents__tbl td .stage_wrap p {
  font-weight: bold;
}
.p-jrepoint__stage .c-contents__tbl td.stage-pr {
  background-color: #FCF0BD;
  color: #B2891E;
}
.p-jrepoint__stage .c-contents__tbl td.stage-s3 {
  background-color: #F5F5F5;
  color: #95A5AC;
}
.p-jrepoint__stage .c-contents__tbl td.stage-s2 {
  background-color: #FAF3ED;
  color: #8B6652;
}
.p-jrepoint__stage .c-contents__tbl td.stage-s1 {
  background-color: #DDEDE5;
  color: #179855;
}
.p-jrepoint__stage-conditions th {
  width: 25%;
}
.p-jrepoint__dummy .c-guide__linkSet {
  text-align: center;
}
.p-jrepoint__cancel .c-contents__ul {
  margin-bottom: 1.5em;
}
.p-returncancel__jrepoint section {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .p-returncancel__jrepoint section {
    margin-top: 40px;
  }
}
.p-returncancel__jrepoint section .c-contents__ttl02 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-returncancel__jrepoint section .c-contents__ttl02 {
    margin-bottom: 20px;
  }
}
.p-returncancel__jrepoint section .c-contents__ul {
  margin-bottom: 1.5em;
}

.u-alignL {
  text-align: left;
}
.u-alignR {
  text-align: right;
}
.u-alignC {
  text-align: center;
}
.u-ib {
  display: inline-block;
}

.ec-breadcrumbRole {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}
.ec-layoutRole__contentBottom {
  max-width: 1240px;
  margin: 0 auto;  
}
.p-subscription__update section,
.p-subscription__cancel section {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .p-subscription__update section,
  .p-subscription__cancel section {
    margin-top: 40px;
  }
}
.p-subscription__update section .c-contents__ttl02,
.p-subscription__cancel section .c-contents__ttl02 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-subscription__update section .c-contents__ttl02,
  .p-subscription__cancel section .c-contents__ttl02 {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */