/*---------------------------
mypage
----------------------------*/
.lower_fv {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .lower_fv {
    height: 120px;
  }
}
.lower_fv h1 {
  left: 0;
  right: 0;
  margin: auto;
}

.ms {
  background: #ECECEC;
}

#mypage {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  #mypage {
    /*tablet*/
    max-width: 80%;
  }
}
@media screen and (max-width: 640px) {
  #mypage {
    max-width: 95%;
  }
}
#mypage > p {
  font-size: 2.0rem;
  line-height: 2.8rem;
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 768px) {
  #mypage > p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#mypage > .row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 3.0rem;
}
#mypage > .row .col {
  width: 48%;
  border: 1px solid #ccc;
  padding: 2.0rem 1.0rem;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #mypage > .row .col {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #mypage > .row .col:nth-of-type(2) {
    margin-bottom: 0;
  }
}
#mypage > .row .col p {
  font-size: 2.0rem;
  font-weight: 600;
  color: #3E2E20;
  margin-bottom: 20px;
  height: 90px;
  text-align: center;
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  #mypage > .row .col p {
    height: auto;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 320px) {
  #mypage > .row .col p {
    font-size: 1.6rem;
  }
}
#mypage > .row .col a {
  background: #E57923;
  display: block;
  padding: 1.5rem 1.0rem;
  color: #fff;
  text-align: center;
  max-width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #mypage > .row .col a {
    max-width: 90%;
  }
}
#mypage > .row .col a:hover {
  background: #F6A340;
}
#mypage p.large {
  font-size: 2.0rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mypage p.large {
    text-align: left;
    font-size: 1.6rem;
  }
  #mypage p.large br {
    display: none;
  }
}
#mypage .contact {
  background-color: antiquewhite;
  padding: 5.0rem 5.0rem;
  margin-top: 2.0rem;
}
@media screen and (max-width: 768px) {
  #mypage .contact {
    padding: 2.0rem;
  }
}
#mypage .contact > .row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #mypage .contact > .row {
    flex-wrap: wrap;
  }
}
#mypage .contact > .row p {
  width: 50%;
  font-size: 2.0rem;
  line-height: 3.0rem;
  text-align: left;
  padding-top: 1.0rem;
}
@media screen and (max-width: 768px) {
  #mypage .contact > .row p {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }
  #mypage .contact > .row p br {
    display: none;
  }
}
#mypage .contact > .row .txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #mypage .contact > .row .txt {
    width: 100%;
  }
}
#mypage .contact > .row .txt .tel {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 3.6rem;
  color: #E57823;
  margin-bottom: 1.0rem;
}
@media screen and (max-width: 768px) {
  #mypage .contact > .row .txt .tel {
    font-size: 3.0rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
#mypage .contact > .row .txt .tel img {
  width: 12px;
  height: auto;
  margin-right: 20px;
}
#mypage .contact > .row .txt .time {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #mypage .contact > .row .txt .time {
    font-size: 1.6rem;
    text-align: center;
  }
}

#mypage_select {
  padding: 2.0rem 0;
}
#mypage_select .inner {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #mypage_select .inner {
    max-width: 90%;
  }
}
#mypage_select .inner .row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 4.0rem;
}
#mypage_select .inner .row .col {
  width: 49%;
  background: #fff;
  padding: 5.0rem 3.0rem;
}
@media screen and (max-width: 767px) {
  #mypage_select .inner .row .col {
    width: 100%;
    padding: 3.0rem 2.0rem;
  }
  #mypage_select .inner .row .col:nth-of-type(1) {
    margin-bottom: 2.0rem;
  }
}
#mypage_select .inner .row .col > img {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
#mypage_select .inner .row .col .btn {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#mypage_select .inner .row .col .btn a {
  display: block;
  width: 100%;
  color: #fff;
  height: 80px;
  text-align: center;
}
#mypage_select .inner .row .col.denki > img {
  max-width: 80%;
}
#mypage_select .inner .row .col.denki .btn a {
  background: #EE731A;
  font-size: 24px;
  padding-top: 20px;
}
#mypage_select .inner .row .col.denki .btn a:hover {
  background: #EE4C1A;
}
#mypage_select .inner .row .col.gas .btn a {
  width: 48%;
  background: #3DACFB;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #mypage_select .inner .row .col.gas .btn a {
    width: 100%;
  }
  #mypage_select .inner .row .col.gas .btn a:nth-of-type(1) {
    margin-bottom: 1.0rem;
  }
}
#mypage_select .inner .row .col.gas .btn a:hover {
  background: #3D7AFB;
}
#mypage_select .inner .row .col.gas .btn a p:nth-of-type(1) {
  font-size: 11px;
}
#mypage_select .inner .row .col.gas .btn a p:nth-of-type(1) span {
  display: block;
  font-size: 12px;
}
#mypage_select .inner .row .col.gas .btn a p:nth-of-type(2) {
  font-size: 18px;
  font-weight: bold;
}
#mypage_select .inner .note {
  font-size: 12px;
}
#mypage_select .inner .note .btn {
  text-align: center;
  margin-top: 2.0rem;
}
#mypage_select .inner .note .btn span {
  display: inline-block;
  background: #3E2E20;
  color: #fff;
  padding: 5px 20px;
  border-radius: 100px;
  font-size: 14px;
  cursor: pointer;
}
#mypage_select .musk {
  position: fixed;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  display: none;
}
#mypage_select .modal {
  position: fixed;
  z-index: 2;
  margin: auto;
  width: 90%;
  height: 85%;
  padding: 4.0rem 5.0rem;
  background: #fff;
  display: block;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3.0rem;
  overflow-y: auto;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 767px) {
  #mypage_select .modal {
    width: 90%;
  }
}
#mypage_select .modal h2 {
  font-size: 3.0rem;
}
#mypage_select .modal h3 {
  font-size: 2.6rem;
}
#mypage_select .modal .txt > p {
  padding: 2.0rem 0;
}
#mypage_select .modal .txt dl > div {
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 0;
}
#mypage_select .modal .txt dl > div dt {
  width: 10%;
}
@media screen and (max-width: 640px) {
  #mypage_select .modal .txt dl > div dt {
    /*sp*/
    width: 100%;
  }
}
#mypage_select .modal .txt dl > div dt::after {
  display: none;
}
#mypage_select .modal .txt dl > div dd {
  width: 90%;
  padding: 0;
}
@media screen and (max-width: 640px) {
  #mypage_select .modal .txt dl > div dd {
    /*sp*/
    width: 100%;
  }
}
#mypage_select .modal .btn_close {
  position: fixed;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  background: #E57923;
  color: #fff;
  padding: 5px 20px;
  border-radius: 100px;
  font-size: 14px;
  cursor: pointer;
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mypage_select .modal .btn_close {
    width: 70%;
    bottom: 1.5rem;
  }
}
