
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}


/* CSS Document */
/*//////////////////////////////////////////////////////////////////////////////////////////////

  reset style

//////////////////////////////////////////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  border: none;
  outline: none;
  vertical-align: baseline;
  background: transparent;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

img {
  border: none;
  outline: none;
  vertical-align: top;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

i, cite, em, var, address {
  font-style: normal;
}

em {
  font-weight: bold;
}

strong, b {
  font-weight: normal;
}

legend {
  margin: 0;
  float: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: 'Zen Maru Gothic','Quicksand', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

picture {
  display: block;
}

a {
  color: #000;
  transition: .4s;
}

a:hover {
  color: #000;
  opacity: .7;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  img {
    width: 100%;
    height: auto;
  }
}

@media print and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  background: #f7f2ed;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-feature-settings: "palt";
  color: #1a1a1a;
  position: relative;
  overflow: hidden;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .wrapper {
    overflow-x: hidden;
  }
}

@media print and (max-width: 767px) {
  .wrapper {
    overflow-x: hidden;
  }
}

.wrapper.is-nav {
  height: 0;
}

.section_wrp {
  width: 100%;
  margin: 0;
}

.pankuzu {
  width: 100%;
  margin: 0 0 9rem;
  padding: 1.5rem 0 1.2rem;
  background: #eadccf;
  position: relative;
  z-index: 10;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .pankuzu {
    margin: 0 0 6.5rem;
    padding: 1.2rem 0;
  }
}

@media print and (max-width: 767px) {
  .pankuzu {
    margin: 0 0 6.5rem;
    padding: 1.2rem 0;
  }
}

.pankuzu .content_width {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .pankuzu .content_width {
    padding: 0 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .pankuzu .content_width {
    padding: 0 1.5rem;
  }
}

.pankuzu .content_width ul li {
  font-weight: 500;
  font-size: 1.4rem;
  color: #1a1a1a;
  white-space: nowrap;
}

.pankuzu .content_width ul li a {
  color: #1a1a1a;
}

.pankuzu .content_width ul li a:after {
  border-color: #1a1a1a;
}

.headline .title {
  padding: 0;
  border: none;
  font-size: 4.4rem !important;
  line-height: 1;
  color: #1a1a1a;
  position: relative;
  z-index: 10;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .headline .title {
    font-size: 2.6rem !important;
  }
}

@media print and (max-width: 767px) {
  .headline .title {
    font-size: 2.6rem !important;
  }
}

.global-hd {
  width: 100%;
  background: #f7f2ed;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 100;
}

.global-hd--inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 2.8rem 5rem;
  display: flex;
  align-items: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .global-hd--inner {
    padding: 1.4rem 1.9rem 1.4rem 2.4rem;
  }
}

@media print and (max-width: 767px) {
  .global-hd--inner {
    padding: 1.4rem 1.9rem 1.4rem 2.4rem;
  }
}

.global-hd--ttl {
  width: calc(44.9rem * 1.5);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .global-hd--ttl {
    width: 13rem;
  }
}

@media print and (max-width: 767px) {
  .global-hd--ttl {
    width: 13rem;
  }
}

.global-hd--ttl span {
  font-weight: 700;
  font-size: 3rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .global-hd--ttl span {
    font-size: 1.3rem;
  }
}

@media print and (max-width: 767px) {
  .global-hd--ttl span {
    font-size: 1.3rem;
  }
}

.global-hd--btn {
  margin-left: auto;
  position: relative;
}

.global-hd--btn:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #eadccf;
  border-radius: 3.3rem;
  position: absolute;
  top: .6rem;
  left: 0;
}

.global-hd--btn a {
  padding: 1.6rem 5rem 1.8rem 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: .4rem solid #1a1a1a;
  border-radius: 3.3rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .global-hd--btn a {
    padding: 1rem 3.5rem 1.2rem 4.5rem;
    border-radius: 3rem;
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .global-hd--btn a {
    padding: 1rem 3.5rem 1.2rem 4.5rem;
    border-radius: 3rem;
    font-size: 1.5rem;
  }
}

.global-hd--btn a i {
  width: 1.6rem;
  margin-right: 1.3rem;
  display: inline-block;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 3.6rem;
  transform: translateY(-50%);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .global-hd--btn a i {
    width: 1rem;
    left: 2.2rem;
  }
}

@media print and (max-width: 767px) {
  .global-hd--btn a i {
    width: 1rem;
    left: 2.2rem;
  }
}

.global-hd--btn a:after {
  display: block;
  content: "";
  width: .7rem;
  height: 1.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .global-hd--btn a:after {
    right: 1.3rem;
  }
}

@media print and (max-width: 767px) {
  .global-hd--btn a:after {
    right: 1.3rem;
  }
}

.global-hd--btn a .txt {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .global-hd--btn a .txt {
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .global-hd--btn a .txt {
    font-size: 1.5rem;
  }
}

.global-hd--btn.is-in a {
  padding: 1.6rem 5rem 1.8rem 7rem;
  display: block;
  background: #fafafa;
  border: .4rem solid #1a1a1a;
  border-radius: 3.3rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .global-hd--btn.is-in a {
    padding: 1rem 3.5rem 1.2rem 4.5rem;
    border-radius: 3rem;
  }
}

@media print and (max-width: 767px) {
  .global-hd--btn.is-in a {
    padding: 1rem 3.5rem 1.2rem 4.5rem;
    border-radius: 3rem;
  }
}

.global-hd--btn.is-in a .icn {
  width: 4rem;
  margin-right: 1.3rem;
  display: inline-block;
  left: 2.5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .global-hd--btn.is-in a .icn {
    width: 3.2rem;
    left: 1.3rem;
  }
}

@media print and (max-width: 767px) {
  .global-hd--btn.is-in a .icn {
    width: 3.2rem;
    left: 1.3rem;
  }
}

.global-hd--btn.is-in a:after {
  display: block;
  content: "";
  width: .7rem;
  height: 1.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  right: 2.5rem;
  transform: translateY(-50%);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .global-hd--btn.is-in a:after {
    right: 1.3rem;
  }
}

@media print and (max-width: 767px) {
  .global-hd--btn.is-in a:after {
    right: 1.3rem;
  }
}

.lp-pankuzu {
  margin: -9rem 0 0;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .lp-pankuzu {
    margin: -6rem 0 0;
  }
}

@media print and (max-width: 767px) {
  .lp-pankuzu {
    margin: -6rem 0 0;
  }
}

.lp-pankuzu:before {
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: #eadccf;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lp-pankuzu .content_width {
  padding: 0;
}

.lp-pankuzu ul {
  position: relative;
}

.lp-pankuzu ul li {
  color: #c7361d;
}

.cms-pankuzu {
  margin: -9rem 0 9rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .cms-pankuzu {
    margin: -6rem 0 6.5rem;
  }
}

@media print and (max-width: 767px) {
  .cms-pankuzu {
    margin: -6rem 0 6.5rem;
  }
}

.cms-pankuzu:before {
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: #eadccf;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cms-pankuzu ul {
  position: relative;
}

.cms-pankuzu ul li {
  color: #c7361d;
}

.regist-btn {
  width: 8.4rem;
  position: fixed;
  top: 26rem;
  right: 0;
  z-index: 101;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .regist-btn {
    width: 5.7rem;
  }
}

@media print and (max-width: 767px) {
  .regist-btn {
    width: 5.7rem;
  }
}

.regist-btn a {
  display: block;
}

.members-menu {
  width: 100%;
  height: 100%;
  padding: 3rem 5rem 7.5rem;
  background: rgba(26, 26, 26, 0.7);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 1001;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu {
    padding: 2rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu {
    padding: 2rem;
  }
}

.members-menu--close {
  width: 5rem;
  margin: 0 0 7rem auto;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--close {
    width: 3.5rem;
    margin: 0 0 4rem auto;
  }
}

@media print and (max-width: 767px) {
  .members-menu--close {
    width: 3.5rem;
    margin: 0 0 4rem auto;
  }
}

.members-menu--inner {
  max-width: 128rem;
  margin: 0 auto 5rem;
  padding: 5rem 5rem 1rem;
  background: #fff;
  border: .6rem solid #1a1a1a;
  border-radius: 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--inner {
    margin: 0 auto 5rem;
    padding: 3rem 1.5rem .5rem;
    border: .4rem solid #1a1a1a;
  }
}

@media print and (max-width: 767px) {
  .members-menu--inner {
    margin: 0 auto 5rem;
    padding: 3rem 1.5rem .5rem;
    border: .4rem solid #1a1a1a;
  }
}

.members-menu--inner--ttl01 {
  margin: 0 0 8rem;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--inner--ttl01 {
    margin: 0 0 5rem;
    font-size: 2rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--inner--ttl01 {
    margin: 0 0 5rem;
    font-size: 2rem;
  }
}

.members-menu--inner--ttl02 {
  margin: 0 0 2.5rem;
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--inner--ttl02 {
    margin: 0 0 1rem;
    font-size: 2.4rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--inner--ttl02 {
    margin: 0 0 1rem;
    font-size: 2.4rem;
  }
}

.members-menu--inner .various-list {
  margin: 0 0 5rem;
}

@media print and (min-width: 960px) {
  .members-menu--inner .various-list {
    margin: 0 -1.8rem 8rem;
    display: flex;
    justify-content: center;
  }
}

.members-menu--inner .various-list--one {
  width: calc( 50% - 3.6rem);
  margin: 0 1.8rem;
  padding: 2.8rem 0;
  border-top: .2rem solid #1a1a1a;
  border-bottom: .2rem solid #464646;
}

.members-menu--inner .various-list--one + .various-list--one .various-list--one--ttl {
  line-height: 2.5em;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--inner .various-list--one {
    width: 100%;
    margin: 0 1.8rem;
    padding: 2.8rem 0 2rem;
    border-bottom: .2rem dashed #464646;
  }
  .members-menu--inner .various-list--one + .various-list--one {
    border-top: none;
    border-bottom: .2rem solid #1a1a1a;
  }
  .members-menu--inner .various-list--one:last-of-type {
    border-bottom: .2rem solid #1a1a1a;
  }
}

@media print and (max-width: 767px) {
  .members-menu--inner .various-list--one {
    width: 100%;
    margin: 0;
    padding: 2.8rem 0 2rem;
    border-bottom: .2rem dashed #464646;
  }
  .members-menu--inner .various-list--one + .various-list--one {
    border-top: none;
    border-bottom: .2rem solid #1a1a1a;
  }
  .members-menu--inner .various-list--one:last-of-type {
    border-bottom: .2rem solid #1a1a1a;
  }
}

.members-menu--inner .various-list--one--ttl {
  min-height: 2.5rem;
  margin: 0 0 2.5rem;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--inner .various-list--one--ttl {
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--inner .various-list--one--ttl {
    font-size: 1.8rem;
  }
}

.members-menu--inner .various-list--one--tel a {
  margin: 0 0 2.5rem;
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 6rem;
  color: #c7361d;
  text-align: center;
  line-height: 1;
  position: relative;
}

@media print and (min-width: 960px) {
  .members-menu--inner .various-list--one--tel a {
    pointer-events: none;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--inner .various-list--one--tel a {
    margin: 0 0 2rem;
    font-size: 3.5rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--inner .various-list--one--tel a {
    margin: 0 0 2rem;
    font-size: 3.5rem;
  }
}

.members-menu--inner .various-list--one--tel a i {
  width: 3.8rem;
  margin-right: 1.5rem;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--inner .various-list--one--tel a i {
    width: 3rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--inner .various-list--one--tel a i {
    width: 3rem;
  }
}

.members-menu--inner .various-list--one--time {
  min-height: 5.4rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--inner .various-list--one--time {
    padding: 0 0 0 6rem;
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--inner .various-list--one--time {
    padding: 0 0 0 6rem;
    font-size: 1.5rem;
  }
}

.members-menu--inner .various-list--one--time.large {
  font-size: 2.2rem;
}

.members-menu--inner .various-list--one--time .label {
  width: 5.4rem;
  height: 5.4rem;
  margin-right: 1rem;
  background: #c7361d;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
}

.members-menu--inner .various-list--one--time .txt {
  font-weight: 700;
}

.members-menu--inner .various-list--one--time small {
  font-weight: 700;
  font-size: 1.2rem;
}

.members-menu--btn01 {
  max-width: 38rem;
  width: 100%;
  margin: 0 2.5rem 7.5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--btn01 {
    margin: 0 auto 3rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--btn01 {
    margin: 0 auto 3rem;
  }
}

.members-menu--btn01 a {
  height: 8.4rem;
  padding: 1.6rem 5rem 1.6rem 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: 0.4rem solid #1a1a1a;
  border-radius: 4.7rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--btn01 a {
    height: 6rem;
    padding: 1.2rem 3.2rem 1.2rem;
    border-radius: 3rem;
    font-size: 2rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--btn01 a {
    height: 6rem;
    padding: 1.2rem 3.2rem 1.2rem;
    border-radius: 3rem;
    font-size: 2rem;
  }
}

.members-menu--btn01 a:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #413e38;
  border-radius: 3.3rem;
  position: absolute;
  top: .9rem;
  left: 0;
  z-index: -1;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--btn01 a:before {
    border-radius: 3rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--btn01 a:before {
    border-radius: 3rem;
  }
}

.members-menu--btn01 a:after {
  display: block;
  content: "";
  width: .9rem;
  height: 1.9rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--btn01 a:after {
    width: .7rem;
    height: 1.2rem;
    right: 2.5rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--btn01 a:after {
    width: .7rem;
    height: 1.2rem;
    right: 2.5rem;
  }
}

.members-menu--btn01 a i {
  width: 1.6rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--btn01 a i {
    width: 1.3rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--btn01 a i {
    width: 1.3rem;
  }
}

.members-menu--btn01 a:hover {
  opacity: 1;
}

.members-menu--btn02 {
  width: 27rem;
  margin: 0 auto;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--btn02 {
    width: 16.6rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--btn02 {
    width: 16.6rem;
  }
}

.members-menu--btn02 a {
  height: 6.9rem;
  padding: 1.6rem 5rem 1.6rem 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: .4rem solid #1a1a1a;
  border-radius: 3.3rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--btn02 a {
    height: 6rem;
    padding: 1.6rem 4rem;
    border-radius: 3rem;
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--btn02 a {
    height: 6rem;
    padding: 1.6rem 4rem;
    border-radius: 3rem;
    font-size: 1.8rem;
  }
}

.members-menu--btn02 a:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #413e38;
  border-radius: 3.3rem;
  position: absolute;
  top: .9rem;
  left: 0;
  z-index: -1;
}

.members-menu--btn02 a i {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}

.members-menu--btn02 a:hover {
  opacity: 1;
}

.members-menu--logout {
  max-width: 30rem;
  width: 100%;
  margin: 0 2.5rem 7.5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--logout {
    max-width: 22rem;
    margin: 0 auto 4rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--logout {
    max-width: 22rem;
    margin: 0 auto 4rem;
  }
}

.members-menu--logout a {
  height: 8.4rem;
  padding: 1.6rem 5rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border: 0.4rem solid #1a1a1a;
  border-radius: 4.7rem;
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--logout a {
    height: 6rem;
    padding: 1.2rem 3.2rem 1.2rem;
    border-radius: 3rem;
    font-size: 2rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--logout a {
    height: 6rem;
    padding: 1.2rem 3.2rem 1.2rem;
    border-radius: 3rem;
    font-size: 2rem;
  }
}

.members-menu--logout a:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #413e38;
  border-radius: 3.3rem;
  position: absolute;
  top: .9rem;
  left: 0;
  z-index: -1;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--logout a:before {
    border-radius: 3rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--logout a:before {
    border-radius: 3rem;
  }
}

.members-menu--logout a:after {
  display: block;
  content: "";
  width: .9rem;
  height: 1.9rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_w_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--logout a:after {
    width: .7rem;
    height: 1.2rem;
    right: 2.5rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--logout a:after {
    width: .7rem;
    height: 1.2rem;
    right: 2.5rem;
  }
}

.members-menu--logout a i {
  width: 1.6rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .members-menu--logout a i {
    width: 1.3rem;
  }
}

@media print and (max-width: 767px) {
  .members-menu--logout a i {
    width: 1.3rem;
  }
}

.members-menu--logout a:hover {
  opacity: 1;
}

@media print and (min-width: 960px) {
  .members-menu .btn-list {
    margin: 0 -2.5rem;
  }
}

.section-inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .section-inner {
    padding: 0 2rem;
  }
}

@media print and (max-width: 767px) {
  .section-inner {
    padding: 0 2rem;
  }
}

.footer_wrp {
  padding: 0;
  background: #fff;
}

.footer_wrp .l-footer-right {
  padding: 0;
}

.footer_wrp .l-footer-left {
  display: none;
}

.footer_wrp .content_width {
  padding: 0;
  background: #f7f2ed;
}

.footer_wrp .content_width .free_area {
  margin: 0;
}

.footer_wrp--inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 8rem 5rem 0;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .footer_wrp--inner {
    padding: 6.5rem 2rem 0;
  }
}

@media print and (max-width: 767px) {
  .footer_wrp--inner {
    padding: 6.5rem 2rem 0;
  }
}

.footer_wrp--inner .footer-link-box {
  margin: 0 -1.6rem 9.5rem;
  display: flex;
  flex-wrap: wrap;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .footer_wrp--inner .footer-link-box {
    margin: 0 -.7rem 5rem;
  }
}

@media print and (max-width: 767px) {
  .footer_wrp--inner .footer-link-box {
    margin: 0 -.7rem 5rem;
  }
}

.footer_wrp--inner .footer-link-box--one {
  width: calc(50% - 3.2rem);
  margin: 0 1.6rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .footer_wrp--inner .footer-link-box--one {
    width: calc(50% - 1.4rem);
    margin: 0 .7rem;
  }
}

@media print and (max-width: 767px) {
  .footer_wrp--inner .footer-link-box--one {
    width: calc(50% - 1.4rem);
    margin: 0 .7rem;
  }
}

.footer_wrp--inner .footer-link-box--one--bg {
  display: block;
}

.footer_wrp--inner .footer-link-box--one--inner {
  width: 100%;
  padding: 1.4rem 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer_wrp--inner .footer-link-box--one .img {
  width: 9rem;
  margin: 0 auto;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .footer_wrp--inner .footer-link-box--one .img {
    width: 5.8rem;
    margin: 0 auto .5rem;
  }
}

@media print and (max-width: 767px) {
  .footer_wrp--inner .footer-link-box--one .img {
    width: 5.8rem;
    margin: 0 auto .5rem;
  }
}

.footer_wrp--inner .footer-link-box--one .text {
  font-weight: 700;
  font-size: 2.1rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .footer_wrp--inner .footer-link-box--one .text {
    font-size: 1.7rem;
  }
}

@media print and (max-width: 767px) {
  .footer_wrp--inner .footer-link-box--one .text {
    font-size: 1.7rem;
  }
}

.footer_wrp--inner .footer-nav {
  padding: 5.5rem 0 5rem;
  border-top: .2rem solid #1a1a1a;
  text-align: left;
}

@media print and (min-width: 960px) {
  .footer_wrp--inner .footer-nav {
    display: flex;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .footer_wrp--inner .footer-nav {
    padding: 5.5rem 0 4.5rem;
  }
}

@media print and (max-width: 767px) {
  .footer_wrp--inner .footer-nav {
    padding: 5.5rem 0 4.5rem;
  }
}

.footer_wrp--inner .footer-nav li a {
  padding: 0 0 0 1.5rem;
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  text-decoration: underline;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .footer_wrp--inner .footer-nav li a {
    padding: 0 0 0 1.3rem;
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .footer_wrp--inner .footer-nav li a {
    padding: 0 0 0 1.3rem;
    font-size: 1.6rem;
  }
}

.footer_wrp--inner .footer-nav li a:before {
  display: block;
  content: "";
  width: .8rem;
  height: 1.4rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_r_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer_wrp--inner .footer-nav li + li {
  margin: 0 0 0 auto;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .footer_wrp--inner .footer-nav li + li {
    margin: 2.5rem 0 0;
  }
}

@media print and (max-width: 767px) {
  .footer_wrp--inner .footer-nav li + li {
    margin: 2.5rem 0 0;
  }
}

.footer_wrp .footer_logo {
  padding: 5rem 0 0;
  background: #fff;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .footer_wrp .footer_logo {
    padding: 3rem 0 0;
  }
}

@media print and (max-width: 767px) {
  .footer_wrp .footer_logo {
    padding: 3rem 0 0;
  }
}

.footer_wrp .footer_logo img {
  width: 19.8rem;
  height: auto;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .footer_wrp .footer_logo img {
    width: 12.8rem;
  }
}

@media print and (max-width: 767px) {
  .footer_wrp .footer_logo img {
    width: 12.8rem;
  }
}

.footer_wrp .copyright {
  height: auto;
  padding: 4.5rem 0 3rem;
  background: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  color: #1a1a1a;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .footer_wrp .copyright {
    padding: 2rem 0;
    font-size: 1.2rem;
  }
}

@media print and (max-width: 767px) {
  .footer_wrp .copyright {
    padding: 2rem 0;
    font-size: 1.2rem;
  }
}

.heading-type--01 {
  margin: 0 0 6rem;
  font-weight: 700;
  font-size: 4.4rem;
  text-align: center;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .heading-type--01 {
    margin: 0 0 2rem;
    font-size: 2.6rem;
  }
}

@media print and (max-width: 767px) {
  .heading-type--01 {
    margin: 0 0 2rem;
    font-size: 2.6rem;
  }
}

.heading-type--02 {
  margin: 0 0 7rem;
  padding: 1.4rem 2.5rem;
  background: #c7361d;
  border-radius: 1rem;
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .heading-type--02 {
    margin: 0 -2rem 4rem;
    padding: 1.2rem 1.5rem;
    border-radius: 0;
    font-size: 2.2rem;
    line-height: 1.2;
  }
}

@media print and (max-width: 767px) {
  .heading-type--02 {
    margin: 0 -2rem 4rem;
    padding: 1.2rem 1.5rem;
    border-radius: 0;
    font-size: 2.2rem;
    line-height: 1.2;
  }
}

.heading-type--02:after {
  display: block;
  content: "";
  width: 4rem;
  height: 5.5rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/bg_ttl_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -4.2rem;
  right: 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .heading-type--02:after {
    width: 3rem;
    height: 4.1rem;
    top: -3.2rem;
    right: 2rem;
  }
}

@media print and (max-width: 767px) {
  .heading-type--02:after {
    width: 3rem;
    height: 4.1rem;
    top: -3.2rem;
    right: 2rem;
  }
}

.heading-type--02 small {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .heading-type--02 small {
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .heading-type--02 small {
    font-size: 1.8rem;
  }
}

.heading-type--03 {
  margin: 0 0 2rem;
  font-weight: 700;
  font-size: 2.2rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .heading-type--03 {
    margin: 0 0 1.5rem;
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .heading-type--03 {
    margin: 0 0 1.5rem;
    font-size: 1.8rem;
  }
}

.heading-type--04 {
  margin: 0 0 2.5rem;
  padding: 0 0 0 2.4rem;
  font-weight: 700;
  font-size: 2.2rem;
  color: #c7361d;
  position: relative;
}

.heading-type--04:before {
  display: block;
  content: "";
  width: 1.2rem;
  height: 2.4rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_ttl_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .heading-type--04 {
    margin: 0 0 2rem;
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .heading-type--04 {
    margin: 0 0 2rem;
    font-size: 1.8rem;
  }
}

.heading-type--05 {
  margin: 0 0 4rem;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .heading-type--05 {
    margin: 0 0 2rem;
    font-size: 1.9rem;
  }
}

@media print and (max-width: 767px) {
  .heading-type--05 {
    margin: 0 0 2rem;
    font-size: 1.9rem;
  }
}

.heading-type--06 {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  font-weight: 700;
  font-size: 3.4rem;
  border-bottom: .2rem solid #eadccf;
  text-align: center;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .heading-type--06 {
    margin: 0 0 2rem;
    font-size: 1.9rem;
  }
}

@media print and (max-width: 767px) {
  .heading-type--06 {
    margin: 0 0 2rem;
    font-size: 1.9rem;
  }
}

.heading-type--07 {
  margin: 0 0 4rem;
  padding: 0 0 1rem;
  font-weight: 700;
  font-size: 2rem;
  border-bottom: .2rem solid #C7361D;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .heading-type--07 {
    margin: 0 0 2rem;
    font-size: 1.7rem;
  }
}

@media print and (max-width: 767px) {
  .heading-type--07 {
    margin: 0 0 2rem;
    font-size: 1.7rem;
  }
}

.txt-type--01 {
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .txt-type--01 {
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .txt-type--01 {
    font-size: 1.5rem;
  }
}

.txt-type--02 {
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
}

.swiper {
  height: 62rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .swiper {
    height: 25.5rem;
  }
}

@media print and (max-width: 767px) {
  .swiper {
    height: 25.5rem;
  }
}

.swiper .swiper-wrapper {
  height: 57rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .swiper .swiper-wrapper {
    height: 20.5rem;
  }
}

@media print and (max-width: 767px) {
  .swiper .swiper-wrapper {
    height: 20.5rem;
  }
}

.swiper .swiper-slide {
  max-width: 112rem;
  width: 100%;
  height: 100%;
}

.swiper .swiper-button-prev {
  width: 8rem;
  margin-left: -56rem;
  left: 50%;
  transform: translateX(-50%);
}

.swiper .swiper-button-prev:after {
  display: none;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .swiper .swiper-button-prev {
    display: none;
  }
}

@media print and (max-width: 767px) {
  .swiper .swiper-button-prev {
    display: none;
  }
}

.swiper .swiper-button-prev:hover {
  opacity: .7;
}

.swiper .swiper-button-next {
  width: 8rem;
  margin-left: 56rem;
  left: 50%;
  transform: translateX(-50%);
}

.swiper .swiper-button-next:after {
  display: none;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .swiper .swiper-button-next {
    display: none;
  }
}

@media print and (max-width: 767px) {
  .swiper .swiper-button-next {
    display: none;
  }
}

.swiper .swiper-button-next:hover {
  opacity: .7;
}

.swiper .swiper-pagination {
  margin: 0 -.5rem;
  bottom: 0;
  left: 50%;
}

.swiper .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 .5rem;
  background: #1a1a1a;
  opacity: 1;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c7361d;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .swiper .swiper-pagination-bullet {
    width: .8rem;
    height: .8rem;
  }
}

@media print and (max-width: 767px) {
  .swiper .swiper-pagination-bullet {
    width: .8rem;
    height: .8rem;
  }
}

.topics {
  margin: 0 auto;
  padding: 7rem 5rem 0;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .topics {
    padding: 5rem 2rem 0;
  }
}

@media print and (max-width: 767px) {
  .topics {
    padding: 5rem 2rem 0;
  }
}

.topics:before {
  display: block;
  content: "";
  width: 36.8rem;
  height: 51.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/bg_content_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -17.5rem;
  left: 0;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .topics:before {
    width: 26rem;
    height: 36.1rem;
    top: -12rem;
    left: -5rem;
  }
}

@media print and (max-width: 767px) {
  .topics:before {
    width: 26rem;
    height: 36.1rem;
    top: -12rem;
    left: -5rem;
  }
}

.topics .topic_list {
  margin: 0;
  border-top: .1rem solid #eadccf;
}

.topics .topic_list dt {
  width: auto;
  padding: 2.4rem 0 0 1rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .topics .topic_list dt {
    width: 100%;
    padding: 2rem 1rem 1rem 1rem;
  }
}

@media print and (max-width: 767px) {
  .topics .topic_list dt {
    width: 100%;
    padding: 2rem 1rem 1rem 1rem;
  }
}

.topics .topic_list dt .icon {
  display: none;
}

.topics .topic_list dd {
  margin: 0;
  padding: 2.4rem 0 2.1rem 15rem;
  border-bottom: .1rem solid #eadccf;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .topics .topic_list dd {
    padding: 1rem 1rem 1.5rem 1rem;
  }
}

@media print and (max-width: 767px) {
  .topics .topic_list dd {
    padding: 1rem 1rem 1.5rem 1rem;
  }
}

.topics .topic_list dd a {
  font-weight: 500;
  font-size: 1.8rem;
  color: #1a1a1a;
  text-decoration: underline;
}

.topics .topic_list dd a:hover {
  text-decoration: none;
}

.topics .topic_list + .submit_btns {
  display: none;
}

#section02.topics {
  margin: 0 auto;
  padding: 7.5rem 5rem 0;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #section02.topics {
    padding: 5rem 2rem 0;
  }
}

@media print and (max-width: 767px) {
  #section02.topics {
    padding: 5rem 2rem 0;
  }
}

#section02.topics:before {
  display: block;
  content: "";
  width: 36.8rem;
  height: 51.2rem;
  margin-left: -20rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/bg_content_02.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -5rem;
  left: 100%;
  z-index: 10;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #section02.topics:before {
    width: 28.4rem;
    height: 39.5rem;
    margin-left: -22.5rem;
    top: -3rem;
    left: 100%;
  }
}

@media print and (max-width: 767px) {
  #section02.topics:before {
    width: 28.4rem;
    height: 39.5rem;
    margin-left: -22.5rem;
    top: -3rem;
    left: 100%;
  }
}

#section02.topics:after {
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: #eadccf;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#section02.topics .headline {
  margin: 0 0 5.5rem;
  position: static;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #section02.topics .headline {
    margin: 0 0 3rem;
  }
}

@media print and (max-width: 767px) {
  #section02.topics .headline {
    margin: 0 0 3rem;
  }
}

#section02.topics .headline .title {
  border: none;
  font-weight: 700;
  font-size: 4.4rem;
  color: #1a1a1a;
  position: relative;
  z-index: 100;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #section02.topics .headline .title {
    font-size: 2.6rem;
  }
}

@media print and (max-width: 767px) {
  #section02.topics .headline .title {
    font-size: 2.6rem;
  }
}

#section02.topics .headline .btn_more {
  width: 28.8rem;
  height: 7rem;
  margin: -14.5rem 0 0;
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  z-index: 101;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #section02.topics .headline .btn_more {
    width: 20.2rem;
    height: 6.6rem;
    margin: -15.8rem 0 0;
  }
}

@media print and (max-width: 767px) {
  #section02.topics .headline .btn_more {
    width: 20.2rem;
    height: 6.6rem;
    margin: -15.8rem 0 0;
  }
}

#section02.topics .headline .btn_more:before {
  display: block;
  content: "";
  width: 28.8rem;
  height: 100%;
  background: #f7f2ed;
  border-radius: 3.3rem;
  position: absolute;
  top: .6rem;
  left: 0;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #section02.topics .headline .btn_more:before {
    width: 20.2rem;
    height: 96%;
    top: 0;
  }
}

@media print and (max-width: 767px) {
  #section02.topics .headline .btn_more:before {
    width: 20.2rem;
    height: 96%;
    top: 0;
  }
}

#section02.topics .headline .btn_more a {
  width: 100%;
  padding: 1.7rem 5rem 1.9rem;
  display: block;
  background: #fafafa;
  border: .4rem solid #1a1a1a;
  border-radius: 3.3rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #1a1a1a;
  line-height: 1;
  text-align: center;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #section02.topics .headline .btn_more a {
    padding: 1.5rem 5rem 1.6rem;
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  #section02.topics .headline .btn_more a {
    padding: 1.5rem 5rem 1.6rem;
    font-size: 1.8rem;
  }
}

#section02.topics .headline .btn_more a:hover {
  border: .4rem solid #c7361d;
  color: #c7361d;
  opacity: .7;
}

#section02.topics .headline .btn_more a:after {
  display: block;
  content: "";
  width: 0.7rem;
  height: 1.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}

#section02.topics h3.title {
  display: none;
}

#section02.topics .topic_list {
  margin: 0;
  padding: 0 0 20rem;
  border-top: .2rem solid #f7f2ed;
  position: relative;
  z-index: 100;
}

#section02.topics .topic_list dt {
  padding: 2.5rem 0 2rem 1rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  border-bottom: .2rem solid #f7f2ed;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #section02.topics .topic_list dt {
    padding: 2rem 1rem 0;
    border: none;
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  #section02.topics .topic_list dt {
    padding: 2rem 1rem 0;
    border: none;
    font-size: 1.6rem;
  }
}

#section02.topics .topic_list dt .icon {
  display: none;
}

#section02.topics .topic_list dd {
  padding: 2.5rem 0 2rem 12.5rem;
  border-bottom: .2rem solid #f7f2ed;
  font-weight: 500;
  font-size: 1.8rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #section02.topics .topic_list dd {
    padding: 1rem 1rem 1.5rem;
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  #section02.topics .topic_list dd {
    padding: 1rem 1rem 1.5rem;
    font-size: 1.6rem;
  }
}

#section02.topics .topic_list dd a {
  text-decoration: underline;
}

#service01 {
  padding: 10rem 0 8.5rem;
  background: #f7f2ed;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service01 {
    padding: 6.5rem 0 7.5rem;
  }
}

@media print and (max-width: 767px) {
  #service01 {
    padding: 6.5rem 0 7.5rem;
  }
}

#service01 .section-inner:before {
  display: block;
  content: "";
  width: 36.8rem;
  height: 51.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/bg_content_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -5rem;
  left: 26rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service01 .section-inner:before {
    width: 26rem;
    height: 36.1rem;
    top: -3rem;
    left: -3rem;
  }
}

@media print and (max-width: 767px) {
  #service01 .section-inner:before {
    width: 26rem;
    height: 36.1rem;
    top: -3rem;
    left: -3rem;
  }
}

#service01 .service-list {
  max-width: 84rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media print and (min-width: 960px) {
  #service01 .service-list {
    border-left: .2rem dotted #1a1a1a;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service01 .service-list {
    margin: 0 -.5rem;
  }
}

@media print and (max-width: 767px) {
  #service01 .service-list {
    margin: 0 -.5rem;
  }
}

#service01 .service-list li {
  width: 42rem;
  border-right: .2rem dotted #1a1a1a;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service01 .service-list li {
    width: 50%;
    padding: 0 .5rem;
  }
}

@media print and (max-width: 767px) {
  #service01 .service-list li {
    width: 50%;
    padding: 0 .5rem;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service01 .service-list li + li {
    border: none;
  }
}

@media print and (max-width: 767px) {
  #service01 .service-list li + li {
    border: none;
  }
}

#service01 .service-list li:first-child .text {
  padding: 1em 0 0;
}

#service01 .service-list li:first-child .text small {
  margin: 0 0 2.5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service01 .service-list li:first-child .text small {
    margin: 0 0 1rem;
  }
}

@media print and (max-width: 767px) {
  #service01 .service-list li:first-child .text small {
    margin: 0 0 1rem;
  }
}

#service01 .service-list li a {
  width: 100%;
  height: 100%;
  padding: .4rem 0 4rem;
  display: block;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service01 .service-list li a {
    padding: .4rem 0 3rem;
  }
}

@media print and (max-width: 767px) {
  #service01 .service-list li a {
    padding: .4rem 0 3rem;
  }
}

#service01 .service-list li a:after {
  display: block;
  content: "";
  width: 2.4rem;
  height: 1.3rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_r_b_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  bottom: .5rem;
  left: 50%;
  transform: translateX(-50%);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service01 .service-list li a:after {
    bottom: 0;
  }
}

@media print and (max-width: 767px) {
  #service01 .service-list li a:after {
    bottom: 0;
  }
}

#service01 .service-list li a .img {
  width: 7rem;
  margin: 0 auto;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service01 .service-list li a .img {
    width: 2.8rem;
    margin: 0 auto .5rem;
  }
}

@media print and (max-width: 767px) {
  #service01 .service-list li a .img {
    width: 2.8rem;
    margin: 0 auto .5rem;
  }
}

#service01 .service-list li a .text {
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service01 .service-list li a .text {
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  #service01 .service-list li a .text {
    font-size: 1.6rem;
  }
}

#service01 .service-list li a .text small {
  margin: 0 0 1rem;
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service01 .service-list li a .text small {
    font-size: 1.4rem;
  }
}

@media print and (max-width: 767px) {
  #service01 .service-list li a .text small {
    font-size: 1.4rem;
  }
}

#service02 {
  padding: 7.5rem 0 8.5rem;
  background: #f7f2ed;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service02 {
    padding: 0 0 6rem;
  }
}

@media print and (max-width: 767px) {
  #service02 {
    padding: 0 0 6rem;
  }
}

#service02 .section-inner {
  position: relative;
}

@media print and (min-width: 960px) {
  #service02 .section-inner:before {
    display: block;
    content: "";
    width: 36.8rem;
    height: 51.2rem;
    background: url("https://kurashi-service.tohoku-epco.co.jp/image/bg_content_01.png") no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: -5rem;
    left: 0;
  }
}

#service02 .service-list--inner {
  width: 100%;
  height: 100%;
  padding: 0 3rem 3rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/bg_bw_02_b.png") no-repeat 0 100%;
  background-size: 100% auto;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service02 .service-list--inner {
    padding: 0 2rem 2.5rem;
  }
}

@media print and (max-width: 767px) {
  #service02 .service-list--inner {
    padding: 0 2rem 2.5rem;
  }
}

@media print and (min-width: 960px) {
  #service02 .service-list {
    margin: 0 -2rem;
    display: flex;
    justify-content: center;
  }
}

#service02 .service-list li {
  width: 42rem;
}

@media print and (min-width: 960px) {
  #service02 .service-list li {
    margin: 0 2rem;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service02 .service-list li {
    width: 100%;
    max-width: 37.5rem;
    margin: 0 auto;
  }
}

@media print and (max-width: 767px) {
  #service02 .service-list li {
    width: 100%;
    max-width: 37.5rem;
    margin: 0 auto;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service02 .service-list li + li {
    margin-top: 4rem;
  }
}

@media print and (max-width: 767px) {
  #service02 .service-list li + li {
    margin-top: 4rem;
  }
}

#service02 .service-list li:first-child .ttl small {
  margin: 0 0 2.7rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service02 .service-list li:first-child .ttl small {
    margin: 0 0 1.5rem;
  }
}

@media print and (max-width: 767px) {
  #service02 .service-list li:first-child .ttl small {
    margin: 0 0 1.5rem;
  }
}

#service02 .service-list li:first-child .text {
  margin-top: 2.7rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service02 .service-list li:first-child .text {
    margin: 1.5rem 0 0;
  }
}

@media print and (max-width: 767px) {
  #service02 .service-list li:first-child .text {
    margin: 1.5rem 0 0;
  }
}

#service02 .service-list li a {
  width: 100%;
  height: 100%;
  padding: 3rem 0 0;
  display: block;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service02 .service-list li a {
    padding: 2rem 0 0;
  }
}

@media print and (max-width: 767px) {
  #service02 .service-list li a {
    padding: 2rem 0 0;
  }
}

#service02 .service-list li a:before {
  display: block;
  content: "";
  width: 100%;
  height: 10rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/bg_bw_02_t.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

#service02 .service-list li a .img {
  width: 100%;
  margin: 0 0 1.5rem;
}

#service02 .service-list li a .ttl {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service02 .service-list li a .ttl {
    font-size: 2rem;
  }
}

@media print and (max-width: 767px) {
  #service02 .service-list li a .ttl {
    font-size: 2rem;
  }
}

#service02 .service-list li a .ttl small {
  margin: 0 0 1rem;
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service02 .service-list li a .ttl small {
    font-size: 1.4rem;
  }
}

@media print and (max-width: 767px) {
  #service02 .service-list li a .ttl small {
    font-size: 1.4rem;
  }
}

#service02 .service-list li a .text {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #service02 .service-list li a .text {
    font-size: 1.5em;
  }
}

@media print and (max-width: 767px) {
  #service02 .service-list li a .text {
    font-size: 1.5rem;
  }
}

#step {
  padding: 8rem 0 5rem;
  background: #eadccf;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #step {
    padding: 5rem 0 7.4rem;
  }
}

@media print and (max-width: 767px) {
  #step {
    padding: 5rem 0 7.4rem;
  }
}

#step .section-inner:before {
  display: block;
  content: "";
  width: 36.8rem;
  height: 51.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/bg_content_02.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -5rem;
  right: 11rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #step .section-inner:before {
    width: 28.4rem;
    height: 39.5rem;
    top: -3rem;
    right: -3rem;
  }
}

@media print and (max-width: 767px) {
  #step .section-inner:before {
    width: 28.4rem;
    height: 39.5rem;
    top: -3rem;
    right: -3rem;
  }
}

#step .step-list {
  position: relative;
}

@media print and (min-width: 960px) {
  #step .step-list--one {
    padding: 0 0 7.5rem;
    display: flex;
    align-items: center;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #step .step-list--one {
    padding: 0 0 6rem;
    position: relative;
  }
  #step .step-list--one:after {
    display: block;
    content: "";
    width: 2.4rem;
    height: 2rem;
    background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_step_01.png") no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media print and (max-width: 767px) {
  #step .step-list--one {
    padding: 0 0 6rem;
    position: relative;
  }
  #step .step-list--one:after {
    display: block;
    content: "";
    width: 2.4rem;
    height: 2rem;
    background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_step_01.png") no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

#step .step-list--one:last-of-type {
  padding: 0;
}

#step .step-list--one:last-of-type:after {
  display: none;
}

#step .step-list--one:last-of-type .ttl:after {
  display: none;
}

#step .step-list--one .ttl {
  width: 28rem;
  padding: 2.5rem 2rem;
  background: #f7f2ed;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #step .step-list--one .ttl {
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 1.8rem 1.5rem;
    border-radius: 1rem;
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  #step .step-list--one .ttl {
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 1.8rem 1.5rem;
    border-radius: 1rem;
    font-size: 1.6rem;
  }
}

@media print and (min-width: 960px) {
  #step .step-list--one .ttl:after {
    display: block;
    content: "";
    width: 2.8rem;
    height: 2.4rem;
    background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_step_01.png") no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 10.1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

#step .step-list--one .ttl .num {
  margin-right: 2rem;
  display: inline-block;
  font-weight: 700;
  color: #c7361d;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #step .step-list--one .ttl .num {
    margin-right: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  #step .step-list--one .ttl .num {
    margin-right: 1.5rem;
  }
}

#step .step-list--one .text {
  padding: 0 0 0 4rem;
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #step .step-list--one .text {
    padding: 0;
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  #step .step-list--one .text {
    padding: 0;
    font-size: 1.5rem;
  }
}

#step .btn-list--one {
  margin: 0 2.5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #step .btn-list--one {
    margin: 0 auto;
  }
}

@media print and (max-width: 767px) {
  #step .btn-list--one {
    margin: 0 auto;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #step .btn-list--one + .btn-list--one {
    margin: 3rem auto 0;
  }
}

@media print and (max-width: 767px) {
  #step .btn-list--one + .btn-list--one {
    margin: 3rem auto 0;
  }
}

.newsDetail .section_inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 5rem 1rem;
}

.newsDetail .section_inner .headline {
  margin: 0 0 2rem;
  padding: 0 0 3.5rem;
  border-bottom: .2rem solid #c7361d;
}

.newsDetail .section_inner .headline .title {
  font-weight: 700;
  font-size: 3rem;
}

.newsDetail .section_inner .newsDate {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

.newsDetail .section_inner .newsContent {
  margin: 0 0 12rem;
  border: none;
  font-weight: 500;
  font-size: 1.6rem;
}

.section_inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 9rem 5rem 1rem;
  font-size: 1.6rem;
  position: relative;
  overflow: initial;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .section_inner {
    padding: 6rem 1.5rem 1rem;
  }
}

@media print and (max-width: 767px) {
  .section_inner {
    padding: 6rem 1.5rem 1rem;
  }
}

.section_inner:before {
  display: block;
  content: "";
  width: 36.8rem;
  height: 51.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/bg_content_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -12rem;
  left: 0;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .section_inner:before {
    width: 26rem;
    height: 36.1rem;
    top: -3rem;
    left: -3rem;
  }
}

@media print and (max-width: 767px) {
  .section_inner:before {
    width: 26rem;
    height: 36.1rem;
    top: -3rem;
    left: -3rem;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .section_inner > .headline {
    margin: 0 0 2rem;
  }
}

@media print and (max-width: 767px) {
  .section_inner > .headline {
    margin: 0 0 2rem;
  }
}

.section_inner .message_container {
  position: relative;
}

.section_inner .message_container .inner p {
  font-size: 1.6rem;
}

.section_inner .content {
  border: none;
  font-size: 1.6rem;
  position: relative;
}

.section_inner .content_cart {
  font-size: 1.6rem;
}

.section_inner .content_cart .m-product-detail .o-product-name a {
  white-space: inherit;
}

.section_inner .content_cart .l-cartItem {
  border: none;
}

.section_inner .content_mypage {
  padding: 0 0 1rem;
  font-size: 1.6rem;
  text-align: center;
}

.section_inner .content_mypage .subject {
  margin: 0;
}

.section_inner .content_mypage .subject h3 {
  padding: 10px;
}

.section_inner .mypage_menu li {
  background: #fff;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .section_inner .m-tabaccordion {
    padding: 0;
  }
  .section_inner .m-tabaccordion .tabcontent {
    padding: 1rem;
  }
}

@media print and (max-width: 767px) {
  .section_inner .m-tabaccordion {
    padding: 0;
  }
  .section_inner .m-tabaccordion .tabcontent {
    padding: 1rem;
  }
}

.section_inner .submit_btns {
  width: 32rem;
  margin: 0 auto;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .section_inner .submit_btns {
    max-width: 30rem;
    width: 100%;
  }
}

@media print and (max-width: 767px) {
  .section_inner .submit_btns {
    max-width: 30rem;
    width: 100%;
  }
}

.section_inner .submit_btns + .submit_btns {
  margin-top: 2rem;
}

.section_inner .submit_btns .btn_detail {
  max-width: 100%;
  width: 100%;
  margin: 0;
  position: relative;
}

.section_inner .submit_btns .btn_detail.print_tos {
  display: none;
}

@media print and (min-width: 960px) {
  .section_inner .submit_btns .btn_detail.download {
    margin-bottom: 3rem;
  }
}

.section_inner .submit_btns .btn_detail:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #eadccf;
  border-radius: 3.3rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  z-index: 0;
}

.section_inner .submit_btns .btn_detail:after {
  display: none;
}

.section_inner .submit_btns .btn_detail a,
.section_inner .submit_btns .btn_detail button {
  width: 100%;
  height: 7rem;
  padding: 1.6rem 1.5rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: 0.4rem solid #1a1a1a;
  border-radius: 3.3rem;
  font-weight: 700;
  font-size: 2.2rem;
  color: #1a1a1a;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .section_inner .submit_btns .btn_detail a,
  .section_inner .submit_btns .btn_detail button {
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .section_inner .submit_btns .btn_detail a,
  .section_inner .submit_btns .btn_detail button {
    font-size: 1.8rem;
  }
}

.section_inner .submit_btns .btn_prev {
  margin: 2rem auto 0;
  order: 4;
}

.section_inner .submit_btns .btn_prev a:after {
  display: block;
  content: "";
  width: .7rem;
  height: 1.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 2.5rem;
  transform: translateY(-50%) rotate(180deg);
}

.section_inner .submit_btns .btn_next a:after,
.section_inner .submit_btns .btn_next_card_information a:after {
  display: block;
  content: "";
  width: .7rem;
  height: 1.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}

.newsDetail .newsContent {
  position: relative;
}

.localnav .navlist {
  padding: 0 5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .localnav .navlist {
    min-height: 3rem;
    margin: 0;
    padding: 4rem 1.5rem 0 1.5rem;
    position: relative;
  }
}

@media print and (max-width: 767px) {
  .localnav .navlist {
    min-height: 3rem;
    margin: 0;
    padding: 4rem 1.5rem 0 1.5rem;
    position: relative;
  }
  .localnav .navlist ul {
    display: none;
  }
}

.footerContent .content {
  margin: 7rem 0 4rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .footerContent .content {
    margin: 5.5rem 0 3rem;
  }
}

@media print and (max-width: 767px) {
  .footerContent .content {
    margin: 5.5rem 0 3rem;
  }
}

.cms-content {
  max-width: 128rem;
  margin: 0 auto;
  padding: 9rem 5rem 1rem;
  position: relative;
  overflow: initial;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .cms-content {
    width: 100%;
    padding: 6rem 1.5rem 1rem;
  }
}

@media print and (max-width: 767px) {
  .cms-content {
    width: 100%;
    padding: 6rem 1.5rem 1rem;
  }
}

.cms-content:before {
  display: block;
  content: "";
  width: 36.8rem;
  height: 51.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/bg_content_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -12rem;
  left: 0;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .cms-content:before {
    width: 26rem;
    height: 36.1rem;
    top: -3rem;
    left: -3rem;
  }
}

@media print and (max-width: 767px) {
  .cms-content:before {
    width: 26rem;
    height: 36.1rem;
    top: -3rem;
    left: -3rem;
  }
}

.cms-content > .headline {
  margin: 0 0 7rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .cms-content > .headline {
    margin: 0 0 5rem;
  }
}

@media print and (max-width: 767px) {
  .cms-content > .headline {
    margin: 0 0 5rem;
  }
}

.cms-content .submit_btns {
  width: 32rem;
  margin: 0 auto;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .cms-content .submit_btns {
    max-width: 30rem;
    width: 100%;
  }
}

@media print and (max-width: 767px) {
  .cms-content .submit_btns {
    max-width: 30rem;
    width: 100%;
  }
}

.cms-content .submit_btns:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #eadccf;
  border-radius: 3.3rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

.cms-content .submit_btns .btn_detail {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.cms-content .submit_btns .btn_detail:after {
  display: none;
}

.cms-content .submit_btns .btn_detail a {
  width: 100%;
  height: 7rem;
  padding: 1.6rem 1.5rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: 0.4rem solid #1a1a1a;
  border-radius: 3.3rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #1a1a1a;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .cms-content .submit_btns .btn_detail a {
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .cms-content .submit_btns .btn_detail a {
    font-size: 1.8rem;
  }
}

.cms-content .submit_btns .btn_detail a:after {
  display: block;
  content: "";
  width: .7rem;
  height: 1.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 2.5rem;
  transform: translateY(-50%) rotate(180deg);
}

.m-cartItemList .info, .cart_table .info .info {
  display: none;
}

@media print and (min-width: 960px) {
  .btn-list {
    margin: 7.5rem -2.5rem 0;
    display: flex;
    justify-content: center;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .btn-list {
    margin: 4rem 0 0;
  }
}

@media print and (max-width: 767px) {
  .btn-list {
    margin: 4rem 0 0;
  }
}

.btn-list--one {
  margin: 0 2.5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .btn-list--one {
    margin: 0 auto 3rem;
  }
}

@media print and (max-width: 767px) {
  .btn-list--one {
    margin: 0 auto 3rem;
  }
}

.btn-type--01 {
  width: 32rem;
  margin: 0 auto;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .btn-type--01 {
    width: 24rem;
  }
}

@media print and (max-width: 767px) {
  .btn-type--01 {
    width: 24rem;
  }
}

.btn-type--01:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #eadccf;
  border-radius: 3.3rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .btn-type--01.large {
    width: 27rem;
  }
}

@media print and (max-width: 767px) {
  .btn-type--01.large {
    width: 27rem;
  }
}

.btn-type--01 .btn {
  width: 100%;
  height: 7.5rem;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: .4rem solid #1a1a1a;
  border-radius: 5.2rem;
  font-weight: 700;
  font-size: 2.2rem;
  color: #1a1a1a;
  line-height: 1;
  text-align: center;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .btn-type--01 .btn {
    height: 6.6rem;
    padding: 0 1.5rem;
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .btn-type--01 .btn {
    height: 6.6rem;
    padding: 0 1.5rem;
    font-size: 1.8rem;
  }
}

.btn-type--01 .btn:after {
  display: block;
  content: "";
  width: 0.7rem;
  height: 1.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}

.btn-type--01 .btn.double {
  font-size: 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .btn-type--01 .btn.double {
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .btn-type--01 .btn.double {
    font-size: 1.6rem;
  }
}

.btn-type--01.pdf {
  width: 32.6rem;
}

.btn-type--01.pdf .btn {
  height: 6rem;
  padding: 0 2.2rem 0 1.5rem;
  font-size: 1.8rem;
}

.btn-type--01.pdf .btn i {
  width: 2.2rem;
  margin: 0 0 0 1.2rem;
  display: inline-block;
  vertical-align: middle;
}

.btn-type--02 {
  width: 32rem;
  margin: 0 auto;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .btn-type--02 {
    width: 24rem;
  }
}

@media print and (max-width: 767px) {
  .btn-type--02 {
    width: 24rem;
  }
}

.btn-type--02:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #f7f2ed;
  border-radius: 3.3rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

.btn-type--02 .btn {
  width: 100%;
  height: 7.5rem;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border: .4rem solid #1a1a1a;
  border-radius: 3.3rem;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .btn-type--02 .btn {
    padding: 1.6rem 1.5rem 1.8rem;
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .btn-type--02 .btn {
    padding: 1.6rem 1.5rem 1.8rem;
    font-size: 1.8rem;
  }
}

.btn-type--02 .btn:after {
  display: block;
  content: "";
  width: 0.7rem;
  height: 1.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_w_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}

.btn-type--02.small {
  width: 22.6rem;
}

.btn-type--02.small .btn {
  height: 4.6rem;
  font-size: 1.8rem;
}

.btn-type--02.small .btn:after {
  right: 2rem;
}

.app-btn--01 {
  width: 51.2rem;
  position: fixed;
  bottom: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .app-btn--01 {
    width: 20.7rem;
  }
}

@media print and (max-width: 767px) {
  .app-btn--01 {
    width: 20.7rem;
  }
}

.app-btn--01 .btn {
  width: 100%;
  height: 6.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007C73;
  border-radius: 3.7rem;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .app-btn--01 .btn {
    height: 5rem;
    border-radius: 2.5rem;
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .app-btn--01 .btn {
    height: 5rem;
    border-radius: 2.5rem;
    font-size: 1.8rem;
  }
}

.app-btn--01 .btn:after {
  display: block;
  content: "";
  width: .7rem;
  height: 1.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_w_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .app-btn--01 .btn:after {
    right: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .app-btn--01 .btn:after {
    right: 1.5rem;
  }
}

.print-btn {
  width: 32rem;
  margin: 4rem auto 0;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .print-btn {
    max-width: 30rem;
    width: 100%;
  }
}

@media print and (max-width: 767px) {
  .print-btn {
    max-width: 30rem;
    width: 100%;
  }
}

.print-btn:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #eadccf;
  border-radius: 3.3rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

.print-btn .btn {
  width: 100%;
  height: 7rem;
  padding: 1.7rem 5rem 1.9rem;
  display: inline-block;
  background: #fafafa;
  border: 0.4rem solid #1a1a1a;
  border-radius: 3.3rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #1a1a1a;
  text-align: center;
  line-height: 1;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .print-btn .btn {
    padding: 1.6rem 5rem 1.8rem;
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .print-btn .btn {
    padding: 1.6rem 5rem 1.8rem;
    font-size: 1.8rem;
  }
}

.wrapper .defin--01 {
  position: relative;
}

.wrapper .defin--01--ttl {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: .2rem solid #eadccf;
  font-weight: 700;
  font-size: 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .wrapper .defin--01--ttl {
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .wrapper .defin--01--ttl {
    font-size: 1.6rem;
  }
}

.wrapper .defin--01--txt {
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .wrapper .defin--01--txt {
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .wrapper .defin--01--txt {
    font-size: 1.5rem;
  }
}

.wrapper .defin--01--txt + .defin--01--ttl {
  margin-top: 5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .wrapper .defin--01--txt + .defin--01--ttl {
    margin-top: 3.5rem;
  }
}

@media print and (max-width: 767px) {
  .wrapper .defin--01--txt + .defin--01--ttl {
    margin-top: 3.5rem;
  }
}

.wrapper .defin--01--txt a {
  word-break: break-all;
  text-decoration: underline;
}

.wrapper .defin--01--txt a:hover {
  text-decoration: none;
}

.wrapper .defin--02 {
  border: none;
  position: relative;
}

.wrapper .defin--02--ttl {
  width: 100%;
  margin: 0 0 2rem;
  padding: 0;
  font-weight: 700;
  font-size: 2rem;
  float: none;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .wrapper .defin--02--ttl {
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .wrapper .defin--02--ttl {
    font-size: 1.6rem;
  }
}

.wrapper .defin--02--txt {
  width: 100%;
  padding: 0;
  font-weight: 500;
  font-size: 1.6rem;
  float: none;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .wrapper .defin--02--txt {
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .wrapper .defin--02--txt {
    font-size: 1.5rem;
  }
}

.wrapper .defin--02--txt + .defin--02--ttl {
  margin-top: 5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .wrapper .defin--02--txt + .defin--02--ttl {
    margin-top: 3.5rem;
  }
}

@media print and (max-width: 767px) {
  .wrapper .defin--02--txt + .defin--02--ttl {
    margin-top: 3.5rem;
  }
}

.wrapper .defin--02--txt ol {
  padding: 0 0 0 1em;
}

.wrapper .defin--02--txt ol li {
  list-style: decimal;
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .wrapper .defin--02--txt ol li {
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .wrapper .defin--02--txt ol li {
    font-size: 1.5rem;
  }
}

.wrapper .defin--02--txt ol li + li {
  margin-top: 2rem;
}

.wrapper .defin--02--txt ol li ol {
  padding: 0;
}

.wrapper .defin--02--txt ol li ol li {
  padding: 0 0 0 3em;
  text-indent: -3em;
  list-style: none;
}

.wrapper .defin--02--txt ol li ol li + li {
  margin: 0;
}

.wrapper .defin--02--txt .sentence {
  padding: 0 0 0 1em;
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .wrapper .defin--02--txt .sentence {
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .wrapper .defin--02--txt .sentence {
    font-size: 1.5rem;
  }
}

.wrapper .defin--02--txt a {
  word-break: break-all;
}

.inquiry-box {
  margin: 0 0 7rem;
  padding: 3rem 6rem;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 1rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .inquiry-box {
    margin: 0 0 4rem;
    padding: 2rem;
  }
}

@media print and (max-width: 767px) {
  .inquiry-box {
    margin: 0 0 4rem;
    padding: 2rem;
  }
}

.inquiry-box--ttl {
  width: 100%;
  margin: 0 0 4.5rem;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .inquiry-box--ttl {
    margin: 0 0 3rem;
    font-weight: 700;
    font-size: 2rem;
  }
}

@media print and (max-width: 767px) {
  .inquiry-box--ttl {
    margin: 0 0 3rem;
    font-weight: 700;
    font-size: 2rem;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .inquiry-box--one {
    width: 100%;
  }
}

@media print and (max-width: 767px) {
  .inquiry-box--one {
    width: 100%;
  }
}

.inquiry-box--one + .inquiry-box--one {
  flex: 1;
  margin: 0 0 0 6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .inquiry-box--one + .inquiry-box--one {
    margin: 4rem 0 0;
  }
}

@media print and (max-width: 767px) {
  .inquiry-box--one + .inquiry-box--one {
    margin: 4rem 0 0;
  }
}

@media print and (min-width: 960px) {
  .inquiry-box--one--inner {
    margin: 0 -2rem;
    display: flex;
    justify-content: center;
  }
}

@media print and (min-width: 960px) {
  .inquiry-box--one--inner--one {
    margin: 0 2rem;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .inquiry-box--one--inner--one + .inquiry-box--one--inner--one {
    margin: 1.8rem 0 0;
    padding: 1.8rem 0;
    border-top: .2rem dashed #464646;
  }
}

@media print and (max-width: 767px) {
  .inquiry-box--one--inner--one + .inquiry-box--one--inner--one {
    margin: 1.8rem 0 0;
    padding: 1.8rem 0;
    border-top: .2rem dashed #464646;
  }
}

.inquiry-box--one--inner--one + .inquiry-box--one--inner--one .inquiry-box--one--txt {
  min-height: 2.5em;
  line-height: 2.5em;
}

.inquiry-box--one--inner--one + .inquiry-box--one--inner--one .inquiry-box--one--time {
  font-size: 2.2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .inquiry-box--one--inner--one + .inquiry-box--one--inner--one .inquiry-box--one--time {
    font-size: 2rem;
  }
}

@media print and (max-width: 767px) {
  .inquiry-box--one--inner--one + .inquiry-box--one--inner--one .inquiry-box--one--time {
    font-size: 2rem;
  }
}

.inquiry-box--one--ttl {
  margin: 0 0 1rem;
  padding: 0 0 1.5rem;
  border-bottom: .2rem solid #1a1a1a;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .inquiry-box--one--ttl {
    margin: 0 0 1.5rem;
    padding: 0 0 1rem;
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .inquiry-box--one--ttl {
    margin: 0 0 1.5rem;
    padding: 0 0 1rem;
    font-size: 1.6rem;
  }
}

.inquiry-box--one--txt {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .inquiry-box--one--txt {
    font-size: 1.4rem;
  }
}

@media print and (max-width: 767px) {
  .inquiry-box--one--txt {
    font-size: 1.4rem;
  }
}

.inquiry-box--one--tel {
  margin: 0 0 1.5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .inquiry-box--one--tel {
    margin: 0 0 1.2rem;
  }
}

@media print and (max-width: 767px) {
  .inquiry-box--one--tel {
    margin: 0 0 1.2rem;
  }
}

.inquiry-box--one--tel a {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 3.9rem;
  color: #c7361d;
  text-align: center;
  line-height: 1;
  position: relative;
}

@media print and (min-width: 960px) {
  .inquiry-box--one--tel a {
    pointer-events: none;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .inquiry-box--one--tel a {
    font-size: 3.3rem;
  }
}

@media print and (max-width: 767px) {
  .inquiry-box--one--tel a {
    font-size: 3.3rem;
  }
}

.inquiry-box--one--tel a i {
  width: 3rem;
  margin-right: 1.5rem;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .inquiry-box--one--tel a i {
    width: 2.6rem;
    margin-right: .8rem;
  }
}

@media print and (max-width: 767px) {
  .inquiry-box--one--tel a i {
    width: 2.6rem;
    margin-right: .8rem;
  }
}

.inquiry-box--one--time {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .inquiry-box--one--time {
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .inquiry-box--one--time {
    font-size: 1.5rem;
  }
}

.inquiry-box--one--time .label {
  width: 5.4rem;
  height: 5.4rem;
  margin-right: 1rem;
  flex-shrink: 0;
  background: #c7361d;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.2;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .inquiry-box--one--time .label {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
  }
}

@media print and (max-width: 767px) {
  .inquiry-box--one--time .label {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
  }
}

.inquiry-box--one--time .txt {
  font-weight: 700;
}

.inquiry-box--one--time small {
  font-weight: 700;
  font-size: 1.2rem;
}

.faq-box {
  margin: 0 0 6.5rem;
  background: #fff;
  border: .4rem solid #1a1a1a;
  border-radius: 1rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box {
    margin: 0 0 6rem;
  }
}

@media print and (max-width: 767px) {
  .faq-box {
    margin: 0 0 6rem;
  }
}

.faq-box--nev {
  display: flex;
  border-bottom: .4rem solid #1a1a1a;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--nev {
    flex-wrap: wrap;
  }
}

@media print and (max-width: 767px) {
  .faq-box--nev {
    flex-wrap: wrap;
  }
}

.faq-box--nev li {
  width: 100%;
}

.faq-box--nev li + li {
  border-left: .4rem solid #1a1a1a;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--nev li#faq-nav01 {
    width: 100%;
    border-top: .4rem solid #1a1a1a;
    order: 3;
  }
}

@media print and (max-width: 767px) {
  .faq-box--nev li#faq-nav01 {
    width: 100%;
    border-top: .4rem solid #1a1a1a;
    order: 3;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--nev li#faq-nav02 {
    width: 50%;
    border: none;
    order: 1;
  }
}

@media print and (max-width: 767px) {
  .faq-box--nev li#faq-nav02 {
    width: 50%;
    border: none;
    order: 1;
  }
}

.faq-box--nev li#faq-nav03 button {
  font-size: 2.4rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--nev li#faq-nav03 {
    width: 50%;
    order: 2;
  }
  .faq-box--nev li#faq-nav03 button {
    justify-content: flex-start;
    font-size: 1.4rem;
    text-align: left;
  }
}

@media print and (max-width: 767px) {
  .faq-box--nev li#faq-nav03 {
    width: 50%;
    order: 2;
  }
  .faq-box--nev li#faq-nav03 button {
    justify-content: flex-start;
    font-size: 1.4rem;
  }
}

.faq-box--nev li button {
  width: 100%;
  height: 10rem;
  padding: 0 4rem 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--nev li button {
    height: 7rem;
    padding-right: 3rem;
    font-size: 1.7rem;
  }
}

@media print and (max-width: 767px) {
  .faq-box--nev li button {
    height: 7rem;
    padding-right: 3rem;
    font-size: 1.7rem;
  }
}

.faq-box--nev li button:after {
  display: block;
  content: "";
  width: 2.9rem;
  height: 1.4rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_r_b_02.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--nev li button:after {
    width: 2.3rem;
    height: 1.1rem;
    right: 1rem;
  }
}

@media print and (max-width: 767px) {
  .faq-box--nev li button:after {
    width: 2.3rem;
    height: 1.1rem;
    right: 1rem;
  }
}

.faq-box--nev li button.is-active {
  background: #1a1a1a;
  color: #fff;
}

.faq-box--content {
  padding: 4.5rem 4.5rem 5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--content {
    padding: 3rem 1rem 4rem;
  }
}

@media print and (max-width: 767px) {
  .faq-box--content {
    padding: 3rem 1rem 4rem;
  }
}

.faq-box--one {
  background: #eadccf;
  border-radius: 1rem;
}

.faq-box--one + .faq-box--one {
  margin: 3rem 0 0;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--one + .faq-box--one {
    margin: 2rem 0 0;
  }
}

@media print and (max-width: 767px) {
  .faq-box--one + .faq-box--one {
    margin: 2rem 0 0;
  }
}

.faq-box--one--ttl a {
  padding: 1.8rem 7rem 1.8rem 3rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2.2rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--one--ttl a {
    padding: 1.5rem 5rem 1.5rem 1.5rem;
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .faq-box--one--ttl a {
    padding: 1.5rem 5rem 1.5rem 1.5rem;
    font-size: 1.8rem;
  }
}

.faq-box--one--ttl a.is-active:after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-box--one--ttl a:after {
  display: block;
  content: "";
  width: 2.4rem;
  height: 1.3rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_r_b_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--one--ttl a:after {
    width: 1.8rem;
    height: 1rem;
    right: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .faq-box--one--ttl a:after {
    width: 1.8rem;
    height: 1rem;
    right: 1.5rem;
  }
}

.faq-box--one--ttl a i {
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
  padding: .2rem 0 0;
  flex-shrink: 0;
  display: inline-block;
  background: #c7361d;
  border-radius: 100%;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--one--ttl a i {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1.5rem;
    padding: .3rem 0 0;
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .faq-box--one--ttl a i {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1.5rem;
    padding: .3rem 0 0;
    font-size: 1.8rem;
  }
}

.faq-box--one--desc {
  display: none;
  padding: 2rem 3rem;
  border-top: .3rem solid #f7f2ed;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--one--desc {
    padding: 2rem 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .faq-box--one--desc {
    padding: 2rem 1.5rem;
  }
}

.faq-box--one--desc .icn {
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
  padding: .1rem 0 0;
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  font-weight: 700;
  font-size: 2.2rem;
  color: #c7361d;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 2rem;
  left: 3rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--one--desc .icn {
    width: 2.8rem;
    height: 2.8rem;
    padding: .2rem 0 0;
    font-size: 1.8rem;
    left: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .faq-box--one--desc .icn {
    width: 2.8rem;
    height: 2.8rem;
    padding: .2rem 0 0;
    font-size: 1.8rem;
    left: 1.5rem;
  }
}

.faq-box--one--desc .inner {
  padding: 0 0 0 5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--one--desc .inner {
    padding: 0 0 0 4rem;
  }
}

@media print and (max-width: 767px) {
  .faq-box--one--desc .inner {
    padding: 0 0 0 4rem;
  }
}

.faq-box--one--desc .inner p {
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--one--desc .inner p {
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .faq-box--one--desc .inner p {
    font-size: 1.5rem;
  }
}

.faq-box--one--desc .inner p + p {
  margin-top: 3rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--one--desc .inner p + p {
    margin-top: 2rem;
  }
}

@media print and (max-width: 767px) {
  .faq-box--one--desc .inner p + p {
    margin-top: 2rem;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .faq-box--one--desc .inner p a {
    text-decoration: underline;
  }
}

@media print and (max-width: 767px) {
  .faq-box--one--desc .inner p a {
    text-decoration: underline;
  }
}

.faq-box--one--desc .inner p a:hover {
  text-decoration: none;
}

.box-type--01 {
  margin: 0 0 14rem;
  padding: 2.6rem 3rem;
  border: .6rem solid #c7361d;
  border-radius: 1rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .box-type--01 {
    margin: 0 0 10rem;
    padding: 2rem;
    border: .4rem solid #c7361d;
  }
}

@media print and (max-width: 767px) {
  .box-type--01 {
    margin: 0 0 10rem;
    padding: 2rem;
    border: .4rem solid #c7361d;
  }
}

.box-type--01--ttl {
  margin: 0 0 1.2rem;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .box-type--01--ttl {
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .box-type--01--ttl {
    font-size: 1.8rem;
  }
}

.box-type--01--txt {
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 960px) {
  .box-type--01--txt {
    text-align: center;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .box-type--01--txt {
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .box-type--01--txt {
    font-size: 1.5rem;
  }
}

.box-type--02 {
  margin: 0 0 8.5rem;
  padding: 3rem;
  border: .2rem solid #1a1a1a;
  border-radius: 1rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .box-type--02 {
    margin: 0 0 6rem;
    padding: 2rem;
  }
}

@media print and (max-width: 767px) {
  .box-type--02 {
    margin: 0 0 6rem;
    padding: 2rem;
  }
}

.box-type--02--ttl {
  margin: 0 0 1rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #c7361d;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .box-type--02--ttl {
    font-size: 1.7rem;
  }
}

@media print and (max-width: 767px) {
  .box-type--02--ttl {
    font-size: 1.7rem;
  }
}

.box-type--02--txt {
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}

@media print and (min-width: 960px) {
  .box-type--02--txt {
    text-align: center;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .box-type--02--txt {
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .box-type--02--txt {
    font-size: 1.5rem;
  }
}

.box-type--02.balloon-01:before {
  display: block;
  content: "";
  border: solid transparent;
  border-bottom-color: #1a1a1a;
  border-width: 1.5rem 1.1rem;
  position: absolute;
  bottom: 100%;
  right: 11.2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .box-type--02.balloon-01:before {
    border-width: 1.9rem 1.6rem;
    right: 6.5rem;
  }
}

@media print and (max-width: 767px) {
  .box-type--02.balloon-01:before {
    border-width: 1.9rem 1.6rem;
    right: 6.5rem;
  }
}

.box-type--02.balloon-01:after {
  display: block;
  content: "";
  margin-bottom: -.3rem;
  border: solid transparent;
  border-bottom-color: #f7f2ed;
  border-width: 1.5rem 1.1rem;
  position: absolute;
  bottom: 100%;
  right: 11.2rem;
  z-index: 1;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .box-type--02.balloon-01:after {
    border-width: 1.9rem 1.6rem;
    right: 6.5rem;
  }
}

@media print and (max-width: 767px) {
  .box-type--02.balloon-01:after {
    border-width: 1.9rem 1.6rem;
    right: 6.5rem;
  }
}

.box-type--03 {
  margin: 0 0 14rem;
  padding: 3rem;
  background: #fff;
  border-radius: 1rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .box-type--03 {
    margin: 0 0 10rem;
    padding: 3rem 1.5rem 2.5rem;
  }
}

@media print and (max-width: 767px) {
  .box-type--03 {
    margin: 0 0 10rem;
    padding: 3rem 1.5rem 2.5rem;
  }
}

.box-type--03--ttl {
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.box-type--03--txt {
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 960px) {
  .box-type--03--txt {
    text-align: center;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .box-type--03--txt {
    font-size: 1.4rem;
  }
}

@media print and (max-width: 767px) {
  .box-type--03--txt {
    font-size: 1.4rem;
  }
}

.box-type--03--img {
  width: 60.3rem;
  margin: 0 auto;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .box-type--03--img {
    max-width: 60rem;
    width: 100%;
  }
}

@media print and (max-width: 767px) {
  .box-type--03--img {
    max-width: 60rem;
    width: 100%;
  }
}

.table-plan {
  width: 100%;
  position: relative;
  overflow-x: scroll;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .table-plan:after {
    display: block;
    content: "";
    width: 15rem;
    height: 12rem;
    background: url("https://kurashi-service.tohoku-epco.co.jp/image/img_scroll_01.png") no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .table-plan.is-tapped:after {
    display: none;
  }
}

@media print and (max-width: 767px) {
  .table-plan:after {
    display: block;
    content: "";
    width: 15rem;
    height: 12rem;
    background: url("https://kurashi-service.tohoku-epco.co.jp/image/img_scroll_01.png") no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .table-plan.is-tapped:after {
    display: none;
  }
}

.table-plan table {
  width: 100%;
  margin: 0 0 2rem;
  border-top: .2rem solid #1a1a1a;
  border-left: .2rem solid #1a1a1a;
  table-layout: fixed;
}

.table-plan table thead th {
  padding: 2rem;
  background: #eadccf;
  border-right: .2rem solid #1a1a1a;
  border-bottom: .2rem solid #1a1a1a;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  text-align: center;
  vertical-align: middle;
}

.table-plan table thead th:nth-of-type(even) {
  background: #e9afa5;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .table-plan table thead th {
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
  }
  .table-plan table thead th:nth-of-type(1) {
    width: 19rem;
  }
  .table-plan table thead th:nth-of-type(2) {
    width: 22rem;
  }
  .table-plan table thead th:nth-of-type(3) {
    width: 22rem;
  }
}

@media print and (max-width: 767px) {
  .table-plan table thead th {
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
  }
  .table-plan table thead th:nth-of-type(1) {
    width: 19rem;
  }
  .table-plan table thead th:nth-of-type(2) {
    width: 22rem;
  }
  .table-plan table thead th:nth-of-type(3) {
    width: 22rem;
  }
}

.table-plan table thead th small {
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .table-plan table thead th small {
    font-size: 1.4rem;
  }
}

@media print and (max-width: 767px) {
  .table-plan table thead th small {
    font-size: 1.4rem;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .table-plan table thead th {
    display: table-cell;
  }
}

@media print and (max-width: 767px) {
  .table-plan table thead th {
    display: table-cell;
  }
}

.table-plan table tbody tr {
  background: #fff;
}

.table-plan table tbody tr:nth-of-type(even) {
  background: #f7f2ed;
}

.table-plan table tbody td {
  padding: 1.1rem;
  border-right: .2rem solid #1a1a1a;
  border-bottom: .2rem solid #1a1a1a;
  font-weight: 700;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  line-height: 1;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .table-plan table tbody td {
    padding: 1rem;
    display: table-cell;
  }
}

@media print and (max-width: 767px) {
  .table-plan table tbody td {
    padding: 1rem;
    display: table-cell;
  }
}

.voice-list--01 {
  margin: 0 0 14rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .voice-list--01 {
    margin: 0 0 10rem;
  }
}

@media print and (max-width: 767px) {
  .voice-list--01 {
    margin: 0 0 10rem;
  }
}

.voice-list--01 li {
  padding: 3rem 3rem 3rem 8rem;
  background: #fff;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .voice-list--01 li {
    padding: 2rem 2rem 2rem 7rem;
    border-radius: 1rem;
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .voice-list--01 li {
    padding: 2rem 2rem 2rem 7rem;
    border-radius: 1rem;
    font-size: 1.6rem;
  }
}

.voice-list--01 li + li {
  margin-top: 1rem;
}

.voice-list--01 li i {
  width: 4rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .voice-list--01 li i {
    left: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .voice-list--01 li i {
    left: 1.5rem;
  }
}

.config-forms.login_panel label {
  margin-right: 1rem;
  line-height: 3.4rem;
}

.guid-step {
  margin: 0 0 12rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .guid-step {
    margin: 0 0 9rem;
  }
}

@media print and (max-width: 767px) {
  .guid-step {
    margin: 0 0 9rem;
  }
}

.guid-step--one {
  position: relative;
}

@media print and (min-width: 960px) {
  .guid-step--one {
    min-height: 43.5rem;
    padding-right: 63rem;
  }
}

.guid-step--one + .guid-step--one {
  padding-top: 3.5rem;
  border-top: .2rem solid #eadccf;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .guid-step--one + .guid-step--one {
    margin-top: 3.5rem;
  }
}

@media print and (max-width: 767px) {
  .guid-step--one + .guid-step--one {
    margin-top: 3.5rem;
  }
}

@media print and (min-width: 960px) {
  .guid-step--one:first-child {
    min-height: 40rem;
  }
}

.guid-step--one:first-child .img {
  top: 0;
}

.guid-step--one .img {
  width: 54rem;
}

@media print and (min-width: 960px) {
  .guid-step--one .img {
    position: absolute;
    top: 3.5rem;
    right: 2rem;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .guid-step--one .img {
    width: 100%;
  }
}

@media print and (max-width: 767px) {
  .guid-step--one .img {
    width: 100%;
  }
}

.guid-step--one .btn-type--01 {
  margin-top: 6.5rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .guid-step--one .btn-type--01 {
    margin-top: 5rem;
  }
}

@media print and (max-width: 767px) {
  .guid-step--one .btn-type--01 {
    margin-top: 5rem;
  }
}

.kv-page {
  margin: 0 0 12rem;
  padding: 0 5rem;
  position: relative;
}

.kv-page:after {
  display: block;
  content: "";
}

@media print and (min-width: 960px) {
  .kv-page {
    height: 57rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .kv-page {
    margin: 0 -1.5rem 7.5rem;
    padding: 25.5rem 3rem 0;
    background: #eadccf;
  }
}

@media print and (max-width: 767px) {
  .kv-page {
    margin: 0 -1.5rem 7.5rem;
    padding: 22.5rem 3rem 0;
    background: #eadccf;
  }
}

.kv-page--inner {
  padding-right: 3.5rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .kv-page--inner {
    padding: 0 0 4rem;
  }
}

@media print and (max-width: 767px) {
  .kv-page--inner {
    padding: 0 0 4rem;
  }
}

.kv-page--sub {
  font-weight: 700;
  font-size: 2.1rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .kv-page--sub {
    font-size: 1.7rem;
  }
}

@media print and (max-width: 767px) {
  .kv-page--sub {
    font-size: 1.7rem;
  }
}

.kv-page--ttl {
  margin: 3rem 0 0;
  font-weight: 700;
  font-size: 4.4rem;
  color: #c7361d;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .kv-page--ttl {
    margin: 1.5rem 0 0;
    font-size: 2.6rem;
  }
}

@media print and (max-width: 767px) {
  .kv-page--ttl {
    margin: 1.5rem 0 0;
    font-size: 2.6rem;
  }
}

.kv-page--txt {
  margin: 3rem 0 0;
  font-weight: 500;
  font-size: 1.8rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .kv-page--txt {
    margin: 1.5rem 0 0;
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .kv-page--txt {
    margin: 1.5rem 0 0;
    font-size: 1.5rem;
    text-align: left;
  }
}

.kv-page--txt + .kv-page--txt {
  margin-top: 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .kv-page--txt + .kv-page--txt {
    margin-top: 1rem;
  }
}

@media print and (max-width: 767px) {
  .kv-page--txt + .kv-page--txt {
    margin-top: 1rem;
  }
}

#akiya.kv-page:after {
  width: 144rem;
  height: 57rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/img_kv_akiya_01.jpg") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
}

@media print and (min-width: 960px) {
  #akiya.kv-page:after {
    transform: translateX(-50%);
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #akiya.kv-page:after {
    width: 100vw;
    height: 23rem;
    background: url("https://kurashi-service.tohoku-epco.co.jp/image/img_kv_akiya_01_sp.jpg") no-repeat 0 0;
    background-size: 100% auto;
    left: 0;
  }
}

@media print and (max-width: 767px) {
  #akiya.kv-page:after {
    width: 100vw;
    height: 20rem;
    background: url("https://kurashi-service.tohoku-epco.co.jp/image/img_kv_akiya_01_sp.jpg") no-repeat 0 0;
    background-size: 100% auto;
    left: 0;
  }
}

#troublesupport.kv-page:after {
  width: 144rem;
  height: 57rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/img_kv_trouble-support_01.jpg") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
}

@media print and (min-width: 960px) {
  #troublesupport.kv-page:after {
    transform: translateX(-50%);
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  #troublesupport.kv-page:after {
    width: 100vw;
    height: 23rem;
    background: url("https://kurashi-service.tohoku-epco.co.jp/image/img_kv_trouble-support_01_sp.jpg") no-repeat 0 0;
    background-size: 100% auto;
    left: 0;
  }
}

@media print and (max-width: 767px) {
  #troublesupport.kv-page:after {
    width: 100vw;
    height: 20rem;
    background: url("https://kurashi-service.tohoku-epco.co.jp/image/img_kv_trouble-support_01_sp.jpg") no-repeat 0 0;
    background-size: 100% auto;
    left: 0;
  }
}

.img-worries--akiya {
  max-width: 93rem;
  margin: 0 auto;
}

.img-worries--troublesupport {
  max-width: 80rem;
  margin: 0 auto;
}

.img-list--01 {
  margin: 0 -2rem;
  display: flex;
  flex-wrap: wrap;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--01 {
    margin: 0 -.8rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--01 {
    margin: 0 -.8rem;
  }
}

.img-list--01--one {
  width: 33.333%;
  margin: 0 0 6rem;
  padding: 0 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--01--one {
    width: 50%;
    margin: 0 0 4rem;
    padding: 0 .8rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--01--one {
    width: 50%;
    margin: 0 0 4rem;
    padding: 0 .8rem;
  }
}

.img-list--01--one--ttl {
  margin: 0 0 2.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--01--one--ttl {
    margin: 0 0 1.2rem;
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--01--one--ttl {
    margin: 0 0 1.2rem;
    font-size: 1.6rem;
  }
}

.img-list--01--one--img {
  margin: 0 0 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--01--one--img {
    margin: 0 0 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--01--one--img {
    margin: 0 0 1.5rem;
  }
}

.img-list--01--one--txt {
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--01--one--txt {
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--01--one--txt {
    font-size: 1.5rem;
  }
}

.img-list--01--one--list li {
  text-indent: -1em;
  padding: 0 0 0 1em;
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--01--one--list li {
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--01--one--list li {
    font-size: 1.5rem;
  }
}

.img-list--02 {
  margin: 0 -2rem 3.5rem;
  display: flex;
  flex-wrap: wrap;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--02 {
    margin: 0 -.8rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--02 {
    margin: 0 -.8rem;
  }
}

.img-list--02--one {
  width: 25%;
  padding: 0 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--02--one {
    width: 50%;
    margin: 0 0 4rem;
    padding: 0 .8rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--02--one {
    width: 50%;
    margin: 0 0 4rem;
    padding: 0 .8rem;
  }
}

.img-list--02--one--ttl {
  margin: 0 0 2.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--02--one--ttl {
    margin: 0 0 1.2rem;
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--02--one--ttl {
    margin: 0 0 1.2rem;
    font-size: 1.6rem;
  }
}

.img-list--02--one--img {
  margin: 0 0 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--02--one--img {
    margin: 0 0 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--02--one--img {
    margin: 0 0 1.5rem;
  }
}

.img-list--02--one--txt {
  font-weight: 500;
  font-size: 1.4rem;
}

.img-list--03 {
  margin: 0 0 4rem;
}

@media print and (min-width: 960px) {
  .img-list--03 {
    margin: 0 -2rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.img-list--03--one {
  width: 33.333%;
  margin: 0 0 6rem;
  padding: 0 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--03--one {
    width: 100%;
    display: flex;
    margin: 0 -1rem 2rem;
    padding: 0;
  }
}

@media print and (max-width: 767px) {
  .img-list--03--one {
    width: 100%;
    display: flex;
    margin: 0 -1rem 2rem;
    padding: 0;
  }
}

.img-list--03--one--img {
  margin: 0 0 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--03--one--img {
    width: 16rem;
    margin: 0 1rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--03--one--img {
    width: 16rem;
    margin: 0 1rem;
  }
}

.img-list--03--one--txt {
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--03--one--txt {
    margin: 0 1rem;
    flex: 1;
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--03--one--txt {
    margin: 0 1rem;
    flex: 1;
    font-size: 1.5rem;
  }
}

.img-list--04 {
  margin: 0 0 4rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--04--one {
    width: 100%;
    display: flex;
    margin: 0 -1rem 2rem;
    padding: 0;
  }
}

@media print and (max-width: 767px) {
  .img-list--04--one {
    width: 100%;
    display: flex;
    margin: 0 -1rem 2rem;
    padding: 0;
  }
}

.img-list--04--one--img {
  width: 33.333%;
  margin: 0 0 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--04--one--img {
    width: 16rem;
    margin: 0 1rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--04--one--img {
    width: 16rem;
    margin: 0 1rem;
  }
}

.img-list--04--one--txt {
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .img-list--04--one--txt {
    margin: 0 1rem;
    flex: 1;
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .img-list--04--one--txt {
    margin: 0 1rem;
    flex: 1;
    font-size: 1.5rem;
  }
}

.flow-list--01 {
  margin: 0 -2.4rem 4rem;
}

@media print and (min-width: 960px) {
  .flow-list--01 {
    display: flex;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .flow-list--01 {
    margin: 0 0 4rem;
  }
}

@media print and (max-width: 767px) {
  .flow-list--01 {
    margin: 0 0 4rem;
  }
}

.flow-list--01--one {
  width: 25%;
  padding: 0 2.4rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .flow-list--01--one {
    width: 100%;
    padding: 0;
  }
}

@media print and (max-width: 767px) {
  .flow-list--01--one {
    width: 100%;
    padding: 0;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .flow-list--01--one + .flow-list--01--one {
    padding: 6rem 0 0;
  }
}

@media print and (max-width: 767px) {
  .flow-list--01--one + .flow-list--01--one {
    padding: 6rem 0 0;
  }
}

.flow-list--01--one + .flow-list--01--one .flow-list--01--one--inner:after {
  display: block;
  content: "";
  width: 2.4rem;
  height: 2.8rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_flow_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: -3.5rem;
  transform: translate(0, -50%);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .flow-list--01--one + .flow-list--01--one .flow-list--01--one--inner:after {
    top: -4rem;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}

@media print and (max-width: 767px) {
  .flow-list--01--one + .flow-list--01--one .flow-list--01--one--inner:after {
    top: -4rem;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}

.flow-list--01--one--inner {
  height: 10.5rem;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #eadccf;
  border-radius: 2rem;
  text-align: center;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .flow-list--01--one--inner {
    height: 9.2rem;
    border-radius: 1rem;
  }
}

@media print and (max-width: 767px) {
  .flow-list--01--one--inner {
    height: 9.2rem;
    border-radius: 1rem;
  }
}

.flow-list--01--one--step {
  font-weight: 700;
  font-size: 1.8rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .flow-list--01--one--step {
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .flow-list--01--one--step {
    font-size: 1.6rem;
  }
}

.flow-list--01--one--step span {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #c7361d;
}

.flow-list--01--one--step small {
  font-weight: 700;
  font-size: 1.2rem;
}

.flow-list--01--one--txt {
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .flow-list--01--one--txt {
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .flow-list--01--one--txt {
    font-size: 1.5rem;
  }
}

.flow-list--02 {
  margin: 0 -2.4rem 4rem;
  display: flex;
  flex-wrap: wrap;
}

@media print and (min-width: 960px) {
  .flow-list--02 {
    display: flex;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .flow-list--02 {
    margin: 0 0 4rem;
  }
}

@media print and (max-width: 767px) {
  .flow-list--02 {
    margin: 0 0 4rem;
  }
}

.flow-list--02--one {
  width: 25%;
  padding: 0 2.4rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .flow-list--02--one {
    width: 100%;
    padding: 0;
  }
}

@media print and (max-width: 767px) {
  .flow-list--02--one {
    width: 100%;
    padding: 0;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .flow-list--02--one + .flow-list--02--one {
    padding: 6rem 0 0;
  }
}

@media print and (max-width: 767px) {
  .flow-list--02--one + .flow-list--02--one {
    padding: 6rem 0 0;
  }
}

.flow-list--02--one + .flow-list--02--one .flow-list--02--one--inner:after {
  display: block;
  content: "";
  width: 2.4rem;
  height: 2.8rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_flow_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: -3.5rem;
  transform: translateY(-50%);
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .flow-list--02--one + .flow-list--02--one .flow-list--02--one--inner:after {
    top: -4rem;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}

@media print and (max-width: 767px) {
  .flow-list--02--one + .flow-list--02--one .flow-list--02--one--inner:after {
    top: -4rem;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}

.flow-list--02--one--inner {
  height: 13.5rem;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #eadccf;
  border-radius: 2rem;
  text-align: center;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .flow-list--02--one--inner {
    height: 9.2rem;
    margin: 0;
    border-radius: 1rem;
  }
  .flow-list--02--one--inner + .btn-type--02 {
    margin-top: 2rem;
  }
  .flow-list--02--one--inner + .flow-list--02--one--txt {
    margin-top: 2rem;
  }
}

@media print and (max-width: 767px) {
  .flow-list--02--one--inner {
    height: 9.2rem;
    margin: 0;
    border-radius: 1rem;
  }
  .flow-list--02--one--inner + .btn-type--02 {
    margin-top: 2rem;
  }
  .flow-list--02--one--inner + .flow-list--02--one--txt {
    margin-top: 2rem;
  }
}

.flow-list--02--one--step {
  font-weight: 700;
  font-size: 1.8rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .flow-list--02--one--step {
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .flow-list--02--one--step {
    font-size: 1.6rem;
  }
}

.flow-list--02--one--step span {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #c7361d;
}

.flow-list--02--one--txt {
  font-weight: 500;
  font-size: 1.6rem;
}

.plan-list--01 {
  margin: 0 -2rem 8rem;
}

@media print and (min-width: 960px) {
  .plan-list--01 {
    display: flex;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .plan-list--01 {
    margin: 0 0 6rem;
    padding: 0 3rem;
  }
}

@media print and (max-width: 767px) {
  .plan-list--01 {
    margin: 0 0 6rem;
    padding: 0 3rem;
  }
}

.plan-list--01--one {
  width: calc(33.3% - 4rem);
  margin: 0 2rem;
  padding: 3.5rem 2rem;
  background: #fff;
  border-radius: 1rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .plan-list--01--one {
    min-height: 9.8rem;
    margin: 0 0 1rem;
    padding: 2rem;
  }
}

@media print and (max-width: 767px) {
  .plan-list--01--one {
    width: 100%;
    min-height: 9.8rem;
    margin: 0 0 1rem;
    padding: 2rem;
  }
}

.plan-list--01--one--ttl {
  font-weight: 700;
  font-size: 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .plan-list--01--one--ttl {
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .plan-list--01--one--ttl {
    font-size: 1.6rem;
  }
}

.plan-list--01--one--txt {
  font-weight: 700;
  font-size: 3rem;
  color: #c7361d;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .plan-list--01--one--txt {
    font-size: 2.4rem;
  }
}

@media print and (max-width: 767px) {
  .plan-list--01--one--txt {
    font-size: 2.4rem;
  }
}

.plan-list--01--one--txt small {
  font-weight: 700;
  font-size: 2.2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .plan-list--01--one--txt small {
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .plan-list--01--one--txt small {
    font-size: 1.8rem;
  }
}

.plan-list--01--one--txt sup {
  font-weight: 700;
  font-size: 1.2rem;
  vertical-align: super;
  line-height: 1;
}

.plan-list--01--one--txt.small {
  font-size: 2.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .plan-list--01--one--txt.small {
    font-size: 2.3rem;
  }
}

@media print and (max-width: 767px) {
  .plan-list--01--one--txt.small {
    font-size: 2.2rem;
  }
}

.other-list--01 {
  margin: 0 -2rem 2rem;
  display: flex;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .other-list--01 {
    margin: 0 -.8rem 1.5rem;
    flex-wrap: wrap;
  }
}

@media print and (max-width: 767px) {
  .other-list--01 {
    margin: 0 -.8rem 1.5rem;
    flex-wrap: wrap;
  }
}

.other-list--01--one {
  width: 25%;
  padding: 0 2rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .other-list--01--one {
    width: 50%;
    padding: .8rem;
  }
}

@media print and (max-width: 767px) {
  .other-list--01--one {
    width: 50%;
    padding: .8rem;
  }
}

.other-list--01--one--inner {
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eadccf;
  border-radius: 2rem;
  text-align: center;
}

.other-list--01--txt {
  font-weight: 700;
  font-size: 1.8rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .other-list--01--txt {
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .other-list--01--txt {
    font-size: 1.6rem;
  }
}

.other-list--01--txt sup {
  font-weight: 700;
  font-size: 1.2rem;
  vertical-align: super;
  line-height: 1;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .other-list--01--txt sup {
    font-size: 1rem;
  }
}

@media print and (max-width: 767px) {
  .other-list--01--txt sup {
    font-size: 1rem;
  }
}

.other-list--02 {
  margin: 0 -2rem 4rem;
  display: flex;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .other-list--02 {
    margin: 0 -.8rem 2.4rem;
    flex-wrap: wrap;
  }
}

@media print and (max-width: 767px) {
  .other-list--02 {
    margin: 0 -.8rem 2.4rem;
    flex-wrap: wrap;
  }
}

.other-list--02--one {
  width: 25%;
  padding: 0 2rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .other-list--02--one {
    width: 50%;
    margin: 0 0 1.6rem;
    padding: 0 .8rem;
  }
}

@media print and (max-width: 767px) {
  .other-list--02--one {
    width: 50%;
    margin: 0 0 1.6rem;
    padding: 0 .8rem;
  }
}

.other-list--02--one--inner {
  padding: 2rem;
  background: #eadccf;
  border-radius: 1rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .other-list--02--one--inner {
    padding: 2rem 1rem;
  }
}

@media print and (max-width: 767px) {
  .other-list--02--one--inner {
    padding: 2rem 1rem;
  }
}

.other-list--02--txt {
  margin: 0 0 1.3rem;
  font-weight: 700;
  font-size: 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .other-list--02--txt {
    margin: 0 0 1rem;
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .other-list--02--txt {
    margin: 0 0 1rem;
    font-size: 1.5rem;
  }
}

.other-list--02--ttl {
  font-weight: 700;
  font-size: 2.2rem;
  color: #c7361d;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .other-list--02--ttl {
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .other-list--02--ttl {
    font-size: 1.8rem;
  }
}

.other-list--02--place {
  font-weight: 700;
  font-size: 3rem;
  color: #c7361d;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .other-list--02--place {
    font-size: 2.4rem;
  }
}

@media print and (max-width: 767px) {
  .other-list--02--place {
    font-size: 2.4rem;
  }
}

.other-list--02--place span {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

.note-list li {
  text-indent: -1em;
  padding: 0 0 0 1em;
  font-weight: 500;
  font-size: 1.2rem;
}

.note-num-list li {
  padding: 0 0 0 3rem;
  font-weight: 500;
  font-size: 1.2rem;
  position: relative;
}

.note-num-list li span {
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}

.report-box--01 {
  margin: 0 0 8rem;
  padding: 3rem;
  background: #fff;
  border-radius: 2rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .report-box--01 {
    margin: 0 0 6rem;
    padding: 3.5rem 3.5rem 2rem;
  }
}

@media print and (max-width: 767px) {
  .report-box--01 {
    margin: 0 0 6rem;
    padding: 3.5rem 3.5rem 2rem;
  }
}

.report-box--01--ttl {
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: 2rem;
}

.report-box--01--txt {
  margin: 0 0 2.5rem;
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .report-box--01--txt {
    font-size: 1.4rem;
  }
}

@media print and (max-width: 767px) {
  .report-box--01--txt {
    font-size: 1.4rem;
  }
}

@media print and (min-width: 960px) {
  .report-box--01--img {
    margin: 0 -2rem;
    display: flex;
    justify-content: center;
  }
}

.report-box--01--img > * {
  width: 35rem;
  padding: 0 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .report-box--01--img > * {
    max-width: 60rem;
    width: 100%;
    margin: 0 auto 1rem;
    padding: 0;
  }
}

@media print and (max-width: 767px) {
  .report-box--01--img > * {
    max-width: 60rem;
    width: 100%;
    margin: 0 auto 1rem;
    padding: 0;
  }
}

.story-box--01 {
  margin: 0 0 12rem;
  padding: 2rem 3rem 5.5rem;
  background: #eadccf;
  border-radius: 1rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .story-box--01 {
    margin: 0 0 9rem;
    padding: 2rem 2rem 5.5rem;
  }
}

@media print and (max-width: 767px) {
  .story-box--01 {
    margin: 0 0 9rem;
    padding: 2rem 2rem 5.5rem;
  }
}

.story-box--01.is-active .story-box--01--desc > .story-box--01--desc--txt:last-of-type {
  opacity: 1;
}

.story-box--01--ttl {
  margin: 0 -3rem 3rem;
  padding: 0 2rem 2rem;
  border-bottom: .3rem solid #f7f2ed;
  font-weight: 700;
  font-size: 2.2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .story-box--01--ttl {
    margin: 0 -2rem 2rem;
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .story-box--01--ttl {
    margin: 0 -2rem 2rem;
    font-size: 1.8rem;
  }
}

.story-box--01--inner {
  margin-top: 3rem;
  display: none;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .story-box--01--inner {
    margin-top: 2rem;
  }
}

@media print and (max-width: 767px) {
  .story-box--01--inner {
    margin-top: 2rem;
  }
}

.story-box--01--desc {
  position: relative;
}

.story-box--01--desc .story-box--01--desc--txt {
  width: 57rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .story-box--01--desc .story-box--01--desc--txt {
    width: 100%;
  }
}

@media print and (max-width: 767px) {
  .story-box--01--desc .story-box--01--desc--txt {
    width: 100%;
  }
}

.story-box--01--desc > .story-box--01--desc--txt:last-of-type {
  opacity: .3;
}

.story-box--01--desc .img-box--01 {
  margin-top: 6rem;
}

@media print and (min-width: 960px) {
  .story-box--01--desc .img-box--01 {
    display: flex;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .story-box--01--desc .img-box--01 {
    margin-top: 8rem;
  }
}

@media print and (max-width: 767px) {
  .story-box--01--desc .img-box--01 {
    margin-top: 8rem;
  }
}

@media print and (min-width: 960px) {
  .story-box--01--desc .img-box--01 figure {
    margin-right: 4rem;
    flex: 1;
    flex-shrink: 0;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .story-box--01--desc .img-box--01 figure {
    margin: 0 0 8rem;
  }
}

@media print and (max-width: 767px) {
  .story-box--01--desc .img-box--01 figure {
    margin: 0 0 8rem;
  }
}

.story-box--01--desc .img-box--01 figure figcaption {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .story-box--01--desc .img-box--01 figure figcaption {
    margin-top: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .story-box--01--desc .img-box--01 figure figcaption {
    margin-top: 1.5rem;
  }
}

.story-box--01--desc .img-box--02 {
  margin-top: 6rem;
}

@media print and (min-width: 960px) {
  .story-box--01--desc .img-box--02 {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .story-box--01--desc .img-box--02 {
    margin-top: 8rem;
  }
}

@media print and (max-width: 767px) {
  .story-box--01--desc .img-box--02 {
    margin-top: 8rem;
  }
}

@media print and (min-width: 960px) {
  .story-box--01--desc .img-box--02 figure {
    margin-left: 4rem;
    flex: 1;
    flex-shrink: 0;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .story-box--01--desc .img-box--02 figure {
    margin: 0 0 8rem;
  }
}

@media print and (max-width: 767px) {
  .story-box--01--desc .img-box--02 figure {
    margin: 0 0 8rem;
  }
}

.story-box--01--desc .img-box--02 figure figcaption {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .story-box--01--desc .img-box--02 figure figcaption {
    margin-top: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .story-box--01--desc .img-box--02 figure figcaption {
    margin-top: 1.5rem;
  }
}

.story-box--01--desc--txt {
  font-weight: 500;
  font-size: 1.6rem;
}

.story-box--01--desc--txt + .story-box--01--desc--txt {
  margin-top: 3rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .story-box--01--desc--txt + .story-box--01--desc--txt {
    margin-top: 3rem;
  }
}

@media print and (max-width: 767px) {
  .story-box--01--desc--txt + .story-box--01--desc--txt {
    margin-top: 3rem;
  }
}

.story-box--01--desc--copy {
  margin-top: 4rem;
  font-weight: 500;
  font-size: 1.2rem;
}

.story-box--01--btn {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}

.story-box--01--btn:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #f7f2ed;
  border-radius: 3.3rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

.story-box--01--btn .btn {
  width: 100%;
  height: 4.6rem;
  padding: 0 5rem 0 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border: .4rem solid #1a1a1a;
  border-radius: 3.3rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .story-box--01--btn .btn {
    padding: 1.6rem 1.5rem 1.8rem;
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .story-box--01--btn .btn {
    padding: 1.6rem 1.5rem 1.8rem;
    font-size: 1.8rem;
  }
}

.story-box--01--btn .btn:after {
  display: block;
  content: "";
  width: 0.7rem;
  height: 1.2rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_w_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(90deg);
}

.story-box--01--btn .btn.is-active:after {
  transform: translateY(-50%) rotate(270deg);
}

.profile-box--01 {
  width: 88rem;
  margin: 0 auto 14rem;
  padding: 0 0 0 20rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .profile-box--01 {
    width: 100%;
    padding: 0;
  }
}

@media print and (max-width: 767px) {
  .profile-box--01 {
    width: 100%;
    padding: 0;
  }
}

.profile-box--01--img {
  width: 16rem;
}

@media print and (min-width: 960px) {
  .profile-box--01--img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .profile-box--01--img {
    margin: 0 auto 2.5rem;
  }
}

@media print and (max-width: 767px) {
  .profile-box--01--img {
    margin: 0 auto 2.5rem;
  }
}

.profile-box--01--label {
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .profile-box--01--label {
    margin: 0 0 1.2rem;
    text-align: center;
  }
}

@media print and (max-width: 767px) {
  .profile-box--01--label {
    margin: 0 0 1.2rem;
    text-align: center;
  }
}

.profile-box--01--ttl {
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .profile-box--01--ttl {
    margin: 0 0 2rem;
    text-align: center;
  }
}

@media print and (max-width: 767px) {
  .profile-box--01--ttl {
    margin: 0 0 2rem;
    text-align: center;
  }
}

.profile-box--01--txt {
  font-weight: 500;
  font-size: 1.6rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .profile-box--01--txt {
    font-size: 1.5rem;
    letter-spacing: -.03em;
  }
}

@media print and (max-width: 767px) {
  .profile-box--01--txt {
    font-size: 1.5rem;
    letter-spacing: -.03em;
  }
}

.qa-list--01 {
  margin: 0 0 10rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .qa-list--01 {
    margin: 0 0 7rem;
  }
}

@media print and (max-width: 767px) {
  .qa-list--01 {
    margin: 0 0 7rem;
  }
}

.qa-list--01--one {
  background: #fff;
  border-radius: 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .qa-list--01--one {
    border-radius: 1rem;
  }
}

@media print and (max-width: 767px) {
  .qa-list--01--one {
    border-radius: 1rem;
  }
}

.qa-list--01--one + .qa-list--01--one {
  margin-top: 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .qa-list--01--one + .qa-list--01--one {
    margin-top: 1rem;
  }
}

@media print and (max-width: 767px) {
  .qa-list--01--one + .qa-list--01--one {
    margin-top: 1rem;
  }
}

.qa-list--01--one--ttl {
  min-height: 7rem;
  padding: 3rem 3rem 3rem 8rem;
  border-bottom: .3rem solid #f7f2ed;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .qa-list--01--one--ttl {
    padding: 1.5rem 1.5rem 1.5rem 7rem;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .qa-list--01--one--ttl {
    padding: 1.5rem 1.5rem 1.5rem 7rem;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
}

.qa-list--01--one--ttl i {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: .3rem solid #1a1a1a;
  border-radius: 100%;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .qa-list--01--one--ttl i {
    top: 1.5rem;
    left: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .qa-list--01--one--ttl i {
    top: 1.5rem;
    left: 1.5rem;
  }
}

.qa-list--01--one--txt {
  padding: 3rem 3rem 3rem 8rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #c7361d;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .qa-list--01--one--txt {
    padding: 1.5rem 1.5rem 1.5rem 7rem;
    font-size: 1.6rem;
  }
}

@media print and (max-width: 767px) {
  .qa-list--01--one--txt {
    padding: 1.5rem 1.5rem 1.5rem 7rem;
    font-size: 1.6rem;
  }
}

.qa-list--01--one--txt i {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c7361d;
  border-radius: 100%;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .qa-list--01--one--txt i {
    top: 1.5rem;
    left: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .qa-list--01--one--txt i {
    top: 1.5rem;
    left: 1.5rem;
  }
}

.qa-list--01--one--txt a {
  font-weight: 700;
  color: #c7361d;
}

.page-aside--01 {
  padding: 10rem 0;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .page-aside--01 {
    padding: 8rem 0;
  }
}

@media print and (max-width: 767px) {
  .page-aside--01 {
    padding: 8rem 0;
  }
}

.page-aside--01:before {
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: #eadccf;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-aside--01--inner {
  position: relative;
}

.page-aside--01--inner .btn-type--01 {
  margin-bottom: 8rem;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .page-aside--01--inner .btn-type--01 {
    width: 30.4rem;
  }
}

@media print and (max-width: 767px) {
  .page-aside--01--inner .btn-type--01 {
    width: 30.4rem;
  }
}

.page-aside--01--inner .btn-type--01 .btn {
  height: 6rem;
  font-size: 1.8rem;
}

.page-aside--01--inquiry {
  padding: 3.5rem 0;
  border-top: .2rem solid #1a1a1a;
  border-bottom: .2rem solid #1a1a1a;
}

.page-aside--01--inquiry--ttl {
  margin: 0 0 2rem;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .page-aside--01--inquiry--ttl {
    font-size: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .page-aside--01--inquiry--ttl {
    font-size: 1.8rem;
  }
}

@media print and (min-width: 960px) {
  .page-aside--01--inquiry--row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .page-aside--01--inquiry--tel {
    width: 26.7rem;
    margin: 0 auto 2.5rem;
    position: relative;
  }
  .page-aside--01--inquiry--tel:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 3.3rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
  }
}

@media print and (max-width: 767px) {
  .page-aside--01--inquiry--tel {
    width: 26.7rem;
    margin: 0 auto 2.5rem;
    position: relative;
  }
  .page-aside--01--inquiry--tel:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 3.3rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
  }
}

.page-aside--01--inquiry--tel a {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 6rem;
  color: #c7361d;
  text-align: center;
  line-height: 1;
  position: relative;
}

@media print and (min-width: 960px) {
  .page-aside--01--inquiry--tel a {
    pointer-events: none;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .page-aside--01--inquiry--tel a {
    width: 100%;
    height: 6rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border: .4rem solid #1a1a1a;
    border-radius: 5.2rem;
    font-size: 2rem;
  }
  .page-aside--01--inquiry--tel a:after {
    display: block;
    content: "";
    width: 0.7rem;
    height: 1.2rem;
    background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png") no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
  }
}

@media print and (max-width: 767px) {
  .page-aside--01--inquiry--tel a {
    width: 100%;
    height: 6rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border: .4rem solid #1a1a1a;
    border-radius: 5.2rem;
    font-size: 2rem;
  }
  .page-aside--01--inquiry--tel a:after {
    display: block;
    content: "";
    width: 0.7rem;
    height: 1.2rem;
    background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png") no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
  }
}

.page-aside--01--inquiry--tel a i {
  width: 3.8rem;
  margin-right: 1.5rem;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .page-aside--01--inquiry--tel a i {
    width: 2.8rem;
    margin-right: 1.8rem;
  }
}

@media print and (max-width: 767px) {
  .page-aside--01--inquiry--tel a i {
    width: 2.8rem;
    margin-right: 1.8rem;
  }
}

.page-aside--01--inquiry--time {
  margin: 0 0 0 5rem;
  padding: 0 0 0 6.4rem;
  display: table;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .page-aside--01--inquiry--time {
    margin: 0 auto;
    font-size: 1.5rem;
  }
}

@media print and (max-width: 767px) {
  .page-aside--01--inquiry--time {
    margin: 0 auto;
    font-size: 1.5rem;
  }
}

.page-aside--01--inquiry--time span {
  width: 5.4rem;
  height: 5.4rem;
  background: #c7361d;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.page-aside--01--inquiry--time small {
  font-weight: 700;
  font-size: 1.2rem;
}

.link {
  padding: 0 0 0 1.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: underline;
  position: relative;
}

.link:hover {
  text-decoration: none;
}

.link:before {
  display: block;
  content: "";
  width: .8rem;
  height: 1.4rem;
  background: url("https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_r_r_01.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sup-txt--01 {
  font-weight: 700;
  font-size: 1.2rem;
  vertical-align: super;
  line-height: 1;
}

@media print and (min-width: 960px) {
  .link-tel {
    pointer-events: none;
  }
}

.js-tab-content {
  display: none;
}

.js-tab-content.is-active {
  display: block;
}

#btn_pagetop {
  display: none;
}

.img-fix {
  width: 100%;
  height: auto;
}
.global-hd--ttl .img-fix {
  width: 200%;
}

.content-center {
  justify-content: center;
}

.text-right {
  text-align: right;
}

.color-r {
  font-weight: 700;
  color: #c7361d;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .mb-0-sp {
    margin-bottom: 0 !important;
  }
}

@media print and (max-width: 767px) {
  .mb-0-sp {
    margin-bottom: 0 !important;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .mb-6-sp {
    margin-bottom: 6rem !important;
  }
}

@media print and (max-width: 767px) {
  .mb-6-sp {
    margin-bottom: 6rem !important;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .mb-8-sp {
    margin-bottom: 8rem !important;
  }
}

@media print and (max-width: 767px) {
  .mb-8-sp {
    margin-bottom: 8rem !important;
  }
}

@media print and (min-width: 960px) {
  .is-pc-hide {
    display: none;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .is-tab-hide {
    display: none;
  }
}

@media print and (min-width: 768px) and (max-width: 959px) {
  .is-sp-hide {
    display: none;
  }
}

@media print and (max-width: 767px) {
  .is-sp-hide {
    display: none;
  }
}

input[type="text"],
input[type="mail"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  padding: 1rem 1.2rem;
  background: #fff;
  border: .1rem solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  outline: none;
}

input[type="text"].requir,
input[type="mail"].requir,
input[type="password"].requir,
input[type="tel"].requir,
input[type="email"].requir {
  background: #f4f4f4;
}

input[type="number"] {
  padding: 1rem 1.2rem;
  background: #fff;
  border: .1rem solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  outline: none;
}

input[type="number"].requir {
  background: #f4f4f4;
}

input[type="date"] {
  padding: 1rem 1.2rem;
  background: #fff;
  border: .1rem solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  outline: none;
}

input[type="date"].requir {
  background: #f4f4f4;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ddd;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ddd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ddd;
}

input[type="submit"] {
  width: 100%;
  display: block;
  padding: 1.64rem 3.6rem;
  font-size: 1.4rem;
  background: #000;
  border: none;
  border-radius: .5rem;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #000;
}

input[type="submit"].color_b {
  background: #2eb8ff;
}

input[type="submit"].color_b:hover {
  background: #5fc4fe;
}

input[type="submit"].color_r {
  background: #c93434;
}

input[type="submit"].color_r:hover {
  background: #cc6565;
}

.labelTypeA01 {
  padding: 0 0 0 3.2rem;
  font-size: 1.4rem;
  position: relative;
}

.labelTypeA01 input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  margin-top: .1rem;
  background: #fff;
  border: .1rem solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.labelTypeA01 input[type="checkbox"].requir {
  background: #f4f4f4;
}

.labelTypeA01 input[type="checkbox"]:checked {
  background: url(../images/common/icn_check_b.png) no-repeat right 50% top 50%/0.8rem auto;
  background-color: #fff;
}

.labelTypeA01 input[type="radio"] {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: .1rem;
  background: #fff;
  border: .1rem solid #ccc;
  border-radius: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.labelTypeA01 input[type="radio"].requir {
  background: #f4f4f4;
}

.labelTypeA01 input[type="radio"]:checked {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.selectTypeA01 {
  width: 24rem;
  min-height: 4.5rem;
  padding: 1rem 1.2rem;
  border: .1rem solid #ccc;
  font-size: 1.6rem;
  outline: 0;
}

textarea {
  width: 100%;
  height: 20rem;
  background: #fff;
  border: .1rem solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  line-height: 1.8;
  outline: none;
  resize: none;
}

@media print and (min-width: 960px) {
  textarea {
    padding: 1rem 1.2rem;
  }
}

@media print and (max-width: 767px) {
  textarea {
    padding: 1.08rem .84rem;
  }
}

textarea.requir {
  background: #f4f4f4;
}

@media print and (max-width: 767px) {
  .formTypeA01 dl {
    font-size: 1.24rem;
  }
}

.formTypeA01 dl dt {
  margin: 0 0 .84rem;
  font-size: 1.4rem;
}

.formTypeA01 dl dd {
  margin: 0 0 1.24rem;
  font-size: 1.4rem;
}

.formBtn {
  margin: 3.24rem 0 0;
  display: flex;
  justify-content: center;
}

.formBtn li {
  width: 32%;
}

.formBtn li + li {
  margin: 0 0 0 5%;
}

#requirTxt {
  display: none;
  font-weight: bold;
  font-size: 1.6rem;
  color: #c93434;
}

.hdTypeA01 {
  width: 100%;
  margin: 0 0 2.4rem;
  font-weight: 700;
  font-size: 2.1rem;
}

.hdTypeB01 {
  margin: 0 0 2.4rem;
  font-weight: 700;
  font-size: 2.8rem;
  color: #5fc4fe;
  text-align: center;
}

.hdTypeB02 {
  margin: 0 0 2.4rem;
  font-weight: 700;
  font-size: 2.1rem;
  color: #5fc4fe;
}

p.qa-list--01--one--txt---key---etc {
  font-weight: 700;
  font-size: 1.6rem;
}

@media print and (max-width: 767px){
  p.qa-list--01--one--txt---key---etc {
    font-weight: 700;
    font-size: 1.4rem;
  }
}

.faq-box--one--desc .inner sup.qa-list--etc {
  font-weight: 500;
  display: inline;
  font-size: 1.4rem;
}

@media print and (max-width: 767px) {
.faq-box--one--desc .inner sup.qa-list--etc {
    font-weight: 500;
    display: inline;
    font-size: 1.3rem;
  }
}

