@charset "UTF-8";

/*====================
        reset
======================*/

html header,
html footer {
  width: 100%;
  color: #363636;
  /* font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif; */
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  /* font-size: 1.33vw; */
  box-sizing: border-box;
  line-height: 1;
}

header .pc_b,
footer .pc_b {
  display: none;
}

header a,
footer a {
  text-decoration: none;
  color: #000000;
}

header button,
footer button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

footer input[type="submit"] {
  -webkit-appearance: none;
}

@media screen and (min-width: 900px) {
  header .pc_b,
  footer .pc_b {
    display: block;
  }

  header .max_1152,
  footer .max_1152 {
    width: 100%;
    max-width: 1152px;
    margin: auto;
  }

  header .max_1000,
  footer .max_1000 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }

  header .col3,
  footer .col3 {
    display: flex;
    flex-wrap: wrap;
  }
}


/*-------
  ボタンスタイル
--------*/
header .c-button,
footer .c-button {
  margin: 8rem auto;
}

header .u-bggreen,
footer .u-bggreen {
  background-color: #48ccc2;
  color: #ffffff;
  text-align: center;
  padding: 0.625rem;
  font-size: 1.0rem;
  border-radius: 50px;
  box-shadow: 0px 0.3125rem 0px 0px rgba(181, 181, 181, 0.5);
  width: 60%;
  position: relative;
}

header .u-bggreen::before,
footer .u-bggreen::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .425rem 0 .425rem 0.7125rem;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translate(0, -50%) scale(0.8);
}

header a,
footer a {
  transition: all .3s ease;
}

@media screen and (min-width: 900px) {

  header .c-button,
  footer .c-button {
    margin: 5rem auto;
    transition: all .1s ease;
  }

  header .u-bggreen,
  footer .u-bggreen {
    padding: 1.25rem 2.5rem;
    font-size: 1.5rem;
    width: 22.5rem;
  }

  header .u-bggreen::before,
  footer .u-bggreen::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(-50%, -50%) rotate(-90deg);
    border-style: solid;
    border-width: 1.25rem 0.9375rem 0 0.9375rem;
    border-color: #ffffff transparent transparent transparent;
    line-height: 0px;
  }

  header .c-button:hover,
  footer .c-button:hover {
    transform: scale(1.01);
  }

  header .c-button:active,
  footer .c-button:active {
    box-shadow: 0px 1rem 0px 0px rgba(181, 181, 181, 0);
    transform: scale(1.01) translateY(5px);
  }
}




/*-------
  header
--------*/
header > header {
  position: fixed;
  width: 100%;
  background-color: #ffffff !important;
  z-index: 998;
  top: 0;
  left: 0;
  box-shadow: 0px 7px 5px 0px rgba(62, 62, 63, 0.2);
}

/*header上部*/
header .l-header-upper {
  padding: 0.625rem;
}

header .l-header-logo {
  width: 40%;
}


header .l-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

header .l-header-button-wrap {
  margin-left: auto;
}

header .l-header-button {
  width: 3.5rem;
  display: block;
  text-align: center;
}

header .l-header-button:hover {
  opacity: 0.7;
}

header .l-header-button > img,
header .l-ham-button > div {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.3125rem auto;
  position: relative;
}

header .l-header-button span {
  font-size: 0.625rem;
  display: block;
  word-break: keep-all;
}

header .l-ham-button {
  position: relative;
}

header .l-ham-icon,
header .l-ham-button > div::after,
header .l-ham-button > div::before {
  content: "";
  width: 5rem;
  height: 3px;
  position: absolute;
  left: 50%;
  background: #3e3e3f;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

header .l-ham-icon {
  margin: 0 auto;
  top: 50%;
}

header .l-ham-button > div::after {
  top: 77%;
}

header .l-ham-button > div::before {
  top: 23%;
}

header .l-ham-icon,
header .l-ham-button > div::after,
header .l-ham-button > div::before {
  content: "";
  width: 1.5625rem;
  height: 3px;
  position: absolute;
  left: 50%;
  background: #000000;
  transform: translate(-50%, -50%);
  transition: all .3s;
  z-index: 3;
}

header .l-ham-button.active .l-ham-icon {
  opacity: 0;
}

header .l-ham-button.active > div::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;

}

header .l-ham-button.active > div::before {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

/*ham menu*/
header .l-hm-wrapper {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #000000;
  max-width: 455px;
  overflow: auto;
  overflow-y: scroll;
}

header .l-hm-entry {
  display: block;
  margin: 3vw auto 0 auto;
  border: 1px solid #000;
  font-size: 4rem;
}

header .l-sns-wrapper p {
  margin-right: auto;
}

header .l-hm-wrapper li {
  height: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0;
  position: relative;
}

header .l-hm-wrapper > ul > li:last-child {
  border-bottom: solid 1px #a0e4df;
}

header .l-hm-wrapper li.menu1st::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  right: 1.5625rem;
  top: 1.5625rem;
  border-top: solid 0.125rem #5ed2c9;
  border-right: solid 0.125rem #5ed2c9;
  transform: rotate(135deg) translate(-50%, 50%);
  transition: all 0.2s ease-in-out;
}

header .l-hm-wrapper li.menu1st.open::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1.5625rem;
}

header .l-hm-wrapper li a,
header .l-hm-wrapper li.menu1st p,
header .l-hm-wrapper li .sns_link {
  font-size: 0.75rem;
  display: block;
  width: 100%;
  padding: 1.25rem;
  height: auto;
  position: relative;
  color: #FFF;
}

header .l-hm-wrapper .l-header-lower li {
  border: none;
}

header .l-hm-wrapper .l-header-lower li a {
  padding: 1.25rem 0.75rem;
}

header .l-hm-wrapper li a span {
  font-size: 1.0rem;
  padding: 0 0.75rem;
}

header .l-hm-wrapper li a:hover,
header .l-hm-wrapper li .sns_link:hover {
  color: #363636;
}

header .l-hm-wrapper .col2 {
  display: flex;
  align-items: center;
}

header .l-hm-wrapper .col2 > * {
  width: 50%;
}

header .l-hm-wrapper .col2 > * {
  width: 50%;
  font-size: 0.625rem;
}

header .l-hm-wrapper li .sns_link {
  display: flex;
  width: 50%;
  border-left: solid 1px #a0e4df;
  /* padding: 1.25rem 2.5rem; */
}
header .l-hm-wrapper .sns_link p {
  width: 65%;
}
header .l-hm-wrapper .sns_link a {
  display: block;
  width: 1.25rem;
  padding: 0;
}
header .l-hm-wrapper .sns_link a:last-child {
  margin-left: 0.625rem;
}
header .l-hm-wrapper .sns_link a:first-child {
  margin-left: auto;
}
header .l-hm-wrapper .sns_link img {
  display: block;
  width: rem;
}

header .l-hm-wrapper .sns_link img:hover {
  opacity: 0.7;
}

header .l-hm-wrapper li label {
  font-size: 1rem;
}

header .l-sns-icon {
  width: 4vw;
  height: 4vw;
  margin: 0 1vw;
}

header .l-sns-icon.f {
  border-radius: 150px;
}

/*ハンバーガーメニューのアコーディオン*/
header .menu2nd {
  background-color: #ebfffd;
}

header .menu2nd li {
  padding-left: 1.25rem;
  position: relative;
}

header .menu2nd li:hover {
  background-color: #5ed2c9;
}

header .menu2nd li::before {
  content: "";
  width: 0.3125rem;
  height: 2px;
  background-color: #5ed2c9;
  position: absolute;
  left: 1.5rem;
  top: 50%;
}

header .menu2nd li:hover::after {
  content: "";
  width: 1.0rem;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 4rem;
  top: 50%;
}

header .menu1st > p {
  font-size: 1.25rem;
  display: block;
  width: 100%;
  padding: 1.25rem;
  height: auto;
  position: relative;
}

/*header下部*/
.l-header-lower {
  padding: 2vw;
}

.l-hm-wrapper .l-header-lower {
  padding:0;
}

header .l-header-lower > ul {
  justify-content: space-around;
}

header .l-header-lower a {
  font-size: 0.75rem;
}

@media screen and (min-width: 900px) {
  header .l-header-logo img {
    width: 57%;
    margin: 0.2rem 0.2rem;
  }

  header .l-header-upper {
    align-items: center;
    padding: 0 1.25rem;
    position: relative;
    background-color: #ffffff;
  }

  header .l-header-logo {
    width: 35%;
    max-width: 358px;
  }

  header .l-header-button-wrap {
    margin-left: 0;
  }

  header .l-header-button {
    width: 3.75rem;
    margin-left: 0.625rem;
  }

  header .l-header-button span {
    font-size: 0.75rem;
  }


  header .l-ham-icon,
  header .l-ham-button > div::after,
  header .l-ham-button > div::before {
    width: 2.1875rem;
  }

  header .l-header-lower {
    box-shadow: none;
    margin-left: auto;
    padding: 0;
  }

  header .l-header-lower li {
    margin-left: 1.875rem;
    padding: 1.5rem 0.3125rem;
    border-bottom: solid 3px #ffffff;
    overflow: hidden;
  }

  header .l-header-lower li:hover {
    border-bottom: solid 3px #fe9900;
  }

  header .l-header-lower li:hover a {
    color: #fe9900;
  }

  header .l-header-lower li a {

    font-size: 1rem;
  }

  header .l-hm-wrapper li a:hover,
  header .l-hm-wrapper li .sns_link:hover {
    color: #363636;
  }

  header .l-header-button > img,
  header .l-ham-button > div {
    width: 2.1875rem;
    /* height: 1.875rem; */
    margin: 0.3125rem auto;
    display: block;
  }

  header .l-hm-wrapper li a {
    font-size: 1.25rem;
    display: block;
    width: 100%;
    padding: 1.25rem;
    height: auto;
    position: relative;
  }

  header .l-hm-wrapper li label {
    font-size: 0.625rem;
  }

  header .l-hm-wrapper li a,
  header .l-hm-wrapper li.menu1st p,
  header .l-hm-wrapper li .sns_link {
    font-size: 1rem;
    padding: 1.25rem;
    color: #FFF;
  }

  header .l-hm-wrapper .sns_link p {
    width: 5.625rem;
  }

  header .l-hm-wrapper .sns_link a {
    display: block;
    width: 1.875rem;
    padding: 0 0.3125rem;
  }

  header .l-hm-wrapper .sns_link a:first-child {
    margin-left: auto;

  }

  header .l-hm-wrapper li.menu1st::before {
    width: 0.9375rem;
    height: 0.9375rem;
    right: 1.875rem;
    top: 1.875rem;
  }

  header .l-hm-wrapper li.menu1st.open::before {
    top: 1.875rem;
  }

  header .menu2nd li {
    padding-left: 1.25rem;
  }

  header .menu2nd li::before {
    left: 1.25rem;
  }

  header .menu2nd li:hover::after {
    left: 1.25rem;
  }

  header .l-hm-wrapper .col2 > * {
    font-size: 1.0rem;
  }

}
/*-------------
  KV下　テキストメニュー
--------------*/

header .sub_tx_menu {
  margin: 0.625rem auto 0;
}

header .display_n {
  display: none;
}

header .sub_tx_menu ul {
  display: flex;
  justify-content: center;
}

header .sub_tx_menu ul li {
  padding: 0 0 0.3125rem;
  border-bottom: solid 3px #ffffff;
}

header .sub_tx_menu ul li.active,
header .sub_tx_menu ul li:hover,
header .sub_tx_menu ul li:active {
  border-bottom: solid 3px #ff9a00;
}

header .sub_tx_menu ul li.active a,
header .sub_tx_menu1 ul li a:hover,
header .sub_tx_menu ul li a:active {
  color: #ff9a00;
}

header .sub_tx_menu ul a {
  font-size: 0.75rem;
  padding: 0.3125rem 0.75rem;
  display: inline-block;
  border-right: solid 2px #bfbfbf;
}

header .sub_tx_menu ul a span {
  background-color: #49ccc2;
  color: #ffffff;
  padding: 0.125rem 0.5rem;
  border-radius: 5px;
  display: inline-block;
  margin-left: 0.3125rem;
}

header .sub_tx_menu ul li:last-child a {
  border-right: none;
}

@media screen and (min-width: 900px) {
  header .sub_tx_menu ul a {
    font-size: 1.375rem;
    padding: 0.3125rem 0.75rem;
    width: 100%;
    text-align: center;
  }

  header .sub_tx_menu ul li {
    width: 33%;
  }
}
/*new header*/
header .header__hnav__navBlack__item a::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.24rem;
    width: .42rem;
    height: 0.42rem;
    margin: auto 0;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}
header .header__hnav__navBtn{
    padding: 1.7rem 1.87rem;
    background-color: #fff;
    margin-bottom: 5rem;
    @media screen and (min-width: 768px) {
        background-color: transparent;
        border-left: 1px solid rgba(0, 0, 0, 0.25);
        padding: 1rem 1.4rem;
        text-align: center;
        box-sizing: border-box;
        display: block;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 0rem;
    }
}
header .btn-block{
    display: inline-block;
    font-weight: 700;
    border-radius: .5rem;
    width: 90%;
    box-sizing: content-box;
    text-align: center;
    background: #fff;
    border: 3px solid #EBE664;
    position: relative;
    margin-bottom: 1rem;
    font-size: 0.98rem;
    max-width: 18.75rem;
    padding: 0.7rem 1.28rem;
}

header .nav-ene100__tx {
    font-weight: bold;
    line-height: 1.5rem;
    margin-left: 1.37rem;
}
header .header__hnav__navBtn__btn .btn-block{
    min-height: 2.5rem; 
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header__hnav__navBtn__btn a {
    max-width: 16.75rem;
}

@media screen and (min-width: 768px) {
    header .header__hnav__navBtn__btn a {
        max-width: 18.25rem;
    }
}
@media screen and (min-width: 900px) {
    header .header__hnav__navBtn__btn a {
        max-width: 18.75rem;
    }
}
header .header__hnav__navBtn__btn a:before {
    content: "";
    width: 2.68rem;
    height: 2.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0.6rem;
    margin: auto 0;
    line-height: 1;
}
header .header__hnav__navBtn__btn a:after {
    content: "";
    width: 1.56rem;
    height: 1.56rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0.4rem;
    margin: auto 0;
    line-height: 1;
}
.header .nav-electoricity a:before {
    background-image: url(../img/icon/icon-nav-lite.png);
}
.header .nav-electoricity a:after {
    background-image: url(../img/ene100-nav-arrow.svg);
}
header .nav-solar a:before {
    background-image: url(../img/solar-nav.svg);
}
header .nav-solar a:after  {
    background-image: url(../img/ene100-nav-arrow.svg);
}
header .nav-discount a:before {
    background-image: url(../img/tokucho_004.svg);
}
header .nav-discount a:after  {
    background-image: url(../img/ene100-nav-arrow.svg);
}
header .nav-ene100 a:before {
    background-image: url(../img/tokucho_002.svg);
}
header .nav-ene100 a:after  {
    background-image: url(../img/ene100-nav-arrow.svg);
}
header .nav-mail a{
    background-color: #ECE764;
}
header .nav-mail a:before {
    background-image: url(../img/ico-mailmagazine.png);
    padding-left: 2rem;
}
.header__hnav__navBtn__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
}
.header__hnav__navBtn__sns__item {
    margin:0.5rem  1rem;
    border-top: none!important;
}
header .nav-sns-fb{
    background: url(../img/ico-facebook.png)no-repeat center center / contain;
}
header .nav-sns-twitter{
    background: url(../img/ico-twitter.png)no-repeat center center / contain;
}
header .nav-sns-insta{
    background: url(../img/ico-instagram.png)no-repeat center center / contain;
}
header .header__hnav__navWhite{
    background-color: #FFF;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
}
header .header__hnav__navWhite__list {
    display: flex;
    flex-wrap: wrap;
  }
header  .header__hnav__navWhite__item {
   display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    flex: 1 1 50%;
    @media screen and (min-width: 768px) {
        flex: 1 1 50%;
    }
  }
header .header__hnav__navWhite__item:nth-child(odd) {

    /*@media screen and (max-width: 768px) {*/
        border-right: 1px solid rgba(0, 0, 0, 0.25);
        border-left: 1px solid rgba(0, 0, 0, 0.25);
    /*}*/
  }
header  .header__hnav__navWhite__link {
    text-align: center;
    color: #000!important;
    @media screen and (min-width: 768px) {
        text-align: left;
    }
  }
/* ------------------------------------ */
@keyframes cloud01 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes tw_ic {
  0% {
    transform: rotate(0deg) translate(0);
  }

  25% {
    transform: rotate(5deg) translate(5px);
  }

  50% {
    transform: rotate(0deg) translate(0);
  }

  75% {
    transform: rotate(-5deg) translate(-5px);
  }

  100% {
    transform: rotate(0deg) translate(0);
  }
}


footer .tweet_area {
  background-color: #aed8f3;
  padding: 0.3125rem 0.9375rem 1.5625rem;
  margin: 0 2vw 4.6875rem;
  position: relative;
  overflow: hidden;
}

footer .tweet_area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.5rem;
  width: 100%;
  height: 100%;
  background-image: url(../img/tweet_cloud01.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: cloud01 20s linear infinite;
  transform: translateY(200%);
  z-index: 0;
}

footer .tweet_area .tw_read {
  background-color: #fdf288;
  padding: 0.625rem;
  position: relative;
}

footer .tw_read::before {
  content: "";
  position: absolute;
  top: -7.5rem;
  right: 0rem;
  width: 6.25rem;
  height: 2.8125rem;
  background-image: url(../img/ic_motif02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  animation: tw_ic 5s linear infinite;
  z-index: 0;
}

footer .tweet_area .tw_read > div {
  background-color: #ffffff;
  width: 100%;
  height: 100vw;
  overflow-y: scroll;
}

footer .tweet_area .tw_read a {
  background-color: #ff9a00;
  color: #ffffff;
  border-radius: 50rem;
  text-align: center;
  padding: 0.3125rem;
  font-size: 0.9375rem;
  width: 9.375rem;
  margin: 0 0 0.625rem auto;
}

footer .tweet_area .tw_read a:hover {
  transform: scale(1.01);
}

footer .tweet_area .tw_read a:active {
  transform: scale(1.01) translateY(5px);
}

footer .tweet_area .c-section-title {
  text-align: center;
  font-size: 1.25rem;
  position: relative;
  padding: 3.125rem 0;
  margin: 1.5625rem 0;
  line-height: 1.5;
  font-weight: normal;
  z-index: 1;
}
footer .tweet_area .c-section-title {
  color: #ffffff;
}
footer .tweet_area .c-section-title::before {
  content: '';
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../img/ic_tit01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 1.5625rem;
  transform: translate(-50%, -50%);
}

footer .tweet_area .c-section-title::before {
  background-image: url(../img/ic_tit02.svg);
}

footer .tweet_area .c-section-title::after {
  content: '';
  display: block;
  position: absolute;
  border-top: 0.3rem solid #ff9900;
  width: 1.5625rem;
  left: 50%;
  bottom: 1.5625rem;
  transform: translateX(-50%);
}

footer .tweet_area .c-section-title::after {
  border-top: 0.3vw solid #1c71c1;
}
@media screen and (min-width: 900px) {

  footer .tweet_area {
    margin: 0 auto 9.375rem;
    max-width: 1000px;
    padding: 0.625rem 1.875rem 3.125rem;
  }

  footer .tweet_area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: 100%;
    background-image: url(../img/tweet_cloud01.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: cloud01 20s linear infinite;
    transform: translateY(200%);
    z-index: 0;
  }

  footer .tweet_area .c-section-title {
    font-size: 2.5rem;
    padding: 5rem 0;
    margin: 3.125rem 0;
  }

  footer .tweet_area .c-section-title::before {
    width: 6.25rem;
    height: 6.25rem;
    top: 3.125rem;
  }

  footer .tweet_area .c-section-title::after {

    width: 3.125rem;

    bottom: 3.125rem;
  }


  footer .tweet_area .tw_read {
    background-color: #fdf288;
    padding: 1.25rem;
    position: relative;
    max-width: 860px;
    margin: auto;
  }

  footer .tw_read::before {
    content: "";
    position: absolute;
    top: -15rem;
    right: 0rem;
    width: 12.5rem;
    height: 5.625rem;
    background-image: url(../img/ic_motif02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: tw_ic 5s linear infinite;
    z-index: 0;
  }

  footer .tweet_area .tw_read > div {
    background-color: #ffffff;
    width: 100%;
    height: 40.625rem;
    overflow-y: scroll;
  }

  footer .tweet_area .tw_read a {
    background-color: #ff9a00;
    color: #ffffff;
    border-radius: 50rem;
    text-align: center;
    padding: 0.625rem;
    font-size: 1.875rem;
    width: 18.75rem;
    margin: 0 0 1.25rem auto;
  }

}

/*-------------
  バナーエリア
--------------*/

footer .bnr_area {
  margin: 0 0 15rem;
}

footer .bnr_area a {
  display: block;
  margin: 0 0 5rem 0;
  width: 100%;
  height: auto;
}

footer .bnr_area img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 900px) {
  footer .bnr_area {
    margin: 0 auto 15rem;
    max-width: 1000px;
    padding: 0;
  }

  footer .bnr_area a {
    display: block;
    margin: 0 0 5rem 0;
    width: 100%;
    height: auto;
  }

  footer .bnr_area img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/*-------------
  レポート通知登録
--------------*/
footer .report_entry {
  background-image: url(../img/mailmag_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.8125rem 0.625rem;
  margin: 0 0 1.5625rem;
}

footer .report_entry p {
  color: #ffffff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 2.8125rem;
}

footer .report_entry form {
  background: rgba(255, 255, 255, 0.5);
  padding: 1.875rem 1.25rem;
  border-radius: 10px;
}

footer .report_entry form input[type="text"] {
  height: 2.5em;
  border: 1px solid #363636;
  padding: 0.5em;
  line-height: 1.5;
  width: 100%;
  border-radius: 2px;
  font-size: 0.75rem;
  background-color: #ffffff;
  display: block;
  border-radius: 5px;
}

footer .report_entry form input[type="submit"] {
  margin: 1.875rem auto 0;
  border: none;
}

footer .report_entry form input[type="text"]:focus {
  border: 1px solid #ff9a00;
  box-shadow: 0 0 4px 0 #ff9a00;
}


@media screen and (min-width: 900px) {
  footer .report_entry {
    margin: 0 auto 3.125rem;
    max-width: 1000px;
    padding: 3.125rem 1.25rem;
  }

  footer .report_entry p {
    margin-bottom: 3.125rem;
    font-size: 2.5rem;
  }

  footer .report_entry form {

    width: 100%;

    max-width: 710px;

    margin: auto;

    padding: 3.75rem 2.5rem;

  }

  footer .report_entry form input[type="text"] {
    font-size: 1.5rem;
  }

  footer .report_entry form input[type="submit"] {
    margin: 3.125rem auto 0;
  }

}

/*-------------
  .footer
--------------*/
.footer {
  background-color: #000000;
  width: 100%;
  padding: 4.3rem 0rem 0rem 0rem;
}
.footer-contact {
  background-color: #FFF;
  border-radius: 0.5rem;
}
.footer-contact__ttl {
  background-color: #E5E5E5;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.footer-contact__ttlEn {
  font-size: 1.9rem;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .footer-contact__ttl {
    padding: 2rem;
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
  }
  .footer-contact__ttlEn {
    font-size: 1.3rem;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}

.footer-contact__contents {
  padding: 0 1.5rem 1.5rem;
}
@media screen and (min-width: 64em){
.footer-contact__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6.5rem;
 }
}
.footer-contact__item {
  border-bottom: 2px solid #000000;
  text-align: center;
  padding: 2.5rem;
}
@media screen and (min-width: 64em){
.footer-contact__item {
    border-right: 2px solid #000000;
    border-bottom: none;
    width: 50%;
    padding: 0 2.5rem;
  }
}
.footer-contact__type {
  margin-bottom: 1.5rem;
}
.footer-contact__tel {
  text-align: center;
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.footer-contact__txt {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .footer-contact__tel {
    font-size: 27px;
  }
  .footer-contact__txt {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 1rem;
  }
  .footer-contact__item {
    border-bottom: 2px solid #000000;
    text-align: center;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 64em){
.footer-contact__item {
    border-right: 2px solid #000000;
    border-bottom: none;
    width: 50%;
    padding: 0 2.5rem;
 }
}
.footer-contact__item:last-child {
  border: none;
}
.footer-contact__type {
  margin-bottom: 1.5rem;
}
.footer-contact__btn {
  min-width: 24.6rem;
}
.btn-main {
  color: #000000;
  border: 0.2rem solid #000000;
  background-color: #FFF;
  padding: 1.7rem 2rem;
  line-height: 1.2;
  margin: 0 auto;
  border-radius: 3rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 20rem;
}

@media screen and (max-width: 900px) {
.btn-main {
  color: #000000;
  border: 0.2rem solid #000000;
  background-color: #FFF;
  padding: 0.6rem 1rem;
  line-height: 1.2;
  margin: 0 auto;
  border-radius: 3rem;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 13rem;
}
}
.btn-main.arrow::after {
  content: "";
  width: 1.4rem;
  height: 0.8rem;
  background-image: url(/img/ico-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto 0;
  line-height: 1;
}
@media screen and (min-width: 64em){
.btn-main.arrow {
    padding-left: 5rem;
    padding-right: 5rem;
}
}
.btn-main.green {
  background-color: #52BDB5;
  border: none;
  color: #FFF;
}
.btn-main.arrow {
  padding-left: 3rem;
  padding-right: 5rem;
  position: relative;
}
.btn-main.arrow-white {
  padding: 0.8rem 4rem 0.8rem 3rem;
  font-size: 1rem;
}
.btn-main.arrow-white::after {
  background-image: url(/img/ico-arrow-white.svg);
}
@media screen and (min-width: 64em){
  .btn-main.arrow-white {
    padding:1.3rem 2rem;
    font-size: larger;
  }
}
.footer-nav__list {
  text-align: center;
  margin: 3.5rem auto 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-nav__item {
  display: block;
  padding: 0 0.6rem;
  position: relative;
}
@media screen and (min-width: 64em){
.footer-nav__item {
    padding: 0 1.5rem;
 }
}
.footer-nav__item::after {
  content: "";
  width: 0.1rem;
  height: 1em;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  position: absolute;
  background-color: #FFF;
}
.footer-nav__item:last-child::after {
  content: none;
}
.footer-nav__link {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  display: block;
  letter-spacing: 0;
}
.footer-copyright {
  border-top: 1px solid #FFF;
  padding: 2rem 0 2.5rem;
}
.footer-copyright__txt {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .footer-nav__link {
    font-size: 0.5rem;
  }
  .footer-copyright {
    border-top: 1px solid #FFF;
    padding: 2rem 0 2.5rem;
  }
  .footer-copyright__txt {
    font-size: 0.6rem;
}
}

/* 電気切り替え */
.footer .entry_link {
  background-color: #ffffff;
  padding: 1.875rem 0;
  border-radius: 10px;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.5625rem;
}

.footer .entry_link a {
  background-image: -moz-linear-gradient(90deg, rgb(230, 135, 0) 1%, rgb(249, 212, 35) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(230, 135, 0) 1%, rgb(249, 212, 35) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(230, 135, 0) 1%, rgb(249, 212, 35) 100%);
  width: 65%;
  margin: 1.5625rem auto 0;
}

/*　supportリンク　*/
.footer .support_link {
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 0.6875rem;
  text-align: center;
  margin-bottom: 1.5625rem;
  padding: 0.625rem;
}

.footer .support_link p {

  line-height: 1.5;
}

.footer .support_link .support_tel {
  width: 50%;
  padding: 0.9375rem 0.625rem;
  border-right: dashed 1px #fea700;
}

.footer .support_link .support_mail {
  width: 50%;
  padding: 1.25rem 0.9375rem;
}

.footer .support_link .support_mail a {
  margin: 0 0 0.9375rem;
  width: 100%;
  font-size: 0.625rem;
  padding: 0.4375rem;
}

.footer .support_link .support_tit {
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
}

.footer .support_link .support_mail .support_tit {
  margin-bottom: 1.25rem;
}

.footer .support_link a {
  display: block;
  margin-bottom: 1.25rem;
}

.footer .support_link .support_tel a {
  font-size: 0.9375rem;
}

.footer .support_link .support_tel span {
  color: #48ccc2;
}

.footer .support_link .support_tit::before {
  content: "";
  width: 0.9375rem;
  height: 1.125rem;
  position: absolute;
  left: -0.625rem;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.footer .support_link .support_tel .support_tit::before {
  background-image: url(../img/ic_tel.png);
}

.footer .support_link .support_mail .support_tit::before {
  background-image: url(../img/ic_sup_mail.png);
}

/* SNS link */
.footer .sns_link {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 1.5625rem;
}

.footer .sns_link div:first-child {
  text-align: center;
  background-color: #ffffff;
  width: 66%;
  position: relative;
  padding: 0.75rem;
  font-size: 0.75rem;
  box-sizing: border-box;
  border-radius: 5px;
}

.footer .sns_link div:first-child::after {
  position: absolute;
  content: '';
  border-bottom: 1.25rem solid #ffffff;
  border-right: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  top: 50%;
  left: 102%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.footer .sns_link div:nth-of-type(2) {
  width: 30%;
}

.footer .sns_link div:nth-of-type(2) a {
  display: inline-block;
  margin-left: 0.625rem;
}

.footer .sns_link div:nth-of-type(2) img {
  width: auto;
  display: block;
  height: 2.1875rem;
  margin-left: auto;
}

/* フッターリンク */
.footer .footer_link {
  margin-bottom: 4.375rem;
}

.footer .footer_link ul {
  display: flex;
  justify-content: center;
}

.footer .footer_link li {
  border-right: solid 1px #ffffff;
}

.footer .footer_link li:last-child {
  border-right: none;
}

.footer .footer_link a {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0 0.4375rem;
  color: #ffffff;
}

.footer .footer_link a:hover {
  opacity: 0.7;
}


@media screen and (min-width: 900px) {
  .footer {
    padding: 3.125rem 1.25rem;
  }

  /* メルマガ */
  .footer .entry_link {

    padding: 3.75rem 0;

    font-size: 1.875rem;

    margin-bottom: 3.125rem;
  }


  .footer .entry_link a {
    width: 22.5rem;
    margin: 3.125rem auto 0;
  }

  /* 各サポート */

  .footer .support_link {
    font-size: 1.25rem;
    padding: 0.9375rem;
    margin-bottom: 3.125rem;
  }

  .footer .support_link .support_tel {
    padding: 1.25rem 1.875rem;
  }

  .footer .support_link .support_tit {
    margin-bottom: 2.5rem;
  }

  .footer .support_link .support_tit::before {

    width: 1.875rem;

    height: 2.1875rem;

    left: -1.25rem;
  }

  .footer .support_link .support_tel a {
    font-size: 1.875rem;
    margin-bottom: 2.5rem;
  }

  .footer .support_link .support_mail {
    padding: 2.5rem 1.875rem;
  }

  .footer .support_link .support_mail a {
    width: 18.125rem;
    margin: 0 auto 1.875rem;
    font-size: 1.3125rem;
    padding: 0.9375rem;
  }

  .footer .sns_link {
    justify-content: center;
    margin-bottom: 3.125rem;
  }

  .footer .sns_link div:first-child {
    width: 21.25rem;
    padding: 1.25rem;
    font-size: 1.125rem;
    margin-right: 1.25rem;
  }

  .footer .sns_link a:hover {
    opacity: 0.7;
  }

  .footer .sns_link div:nth-of-type(2) img {
    height: 3.75rem;
  }

  .footer .footer_link a {
    font-size: 1rem;
    padding: 0 0.875rem;
  }

  .footer .footer_link {
    margin-bottom: 0;
  }

}


/*-------------
  Utility
--------------*/

header .u-display-block,
footer .u-display-block {
  display: block;
}

header .u-padding-side2vw,
footer .u-padding-side2vw {
  padding: 0 2vw;
}

header .u-display-flex,
footer .u-display-flex {
  display: flex;
  align-items: center;
}

header .u-align-items-center,
footer .u-align-items-center {
  align-items: center;
}

/*テキストスタイル*/
header .u-fontgreen,
footer .u-fontgreen {
  color: #48ccc2;
}

header .u-mv-orange,
footer .u-mv-orange {
  padding-top: 5rem;
}

.c-page-top {
  padding-top: 6rem;
}

@media screen and (min-width: 900px) {
  .c-page-top {
    padding-top: 4.5rem;
  }
}
