@charset "UTF-8";

/* #step */

#step {
  padding-top: 80px;
  margin-bottom: 20px;
}

#step h2 {
  margin-bottom: 40px;
}

#step .step_box {
  padding-top: 40px;
  padding-bottom: 75px;
}

#step h3 {
  text-align: center;
  margin-bottom: 80px;
}

#step h3 span {
  text-decoration: none;
  display: inline-block;
  width: 290px;
  height: 80px;
  background: url(../img/step01_ttl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

#step .step02 h3 span {
  background: url(../img/step02_ttl.png);
}

#step .step03 h3 span {
  background: url(../img/step03_ttl.png);
}

#step .step_box .flex img {
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px #999;
  width: 493px;
}

#step .step_box h4 {
  font-size: 21px;
  font-weight: bold;
  padding: 20px 10px 20px 35px;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

#step .step_box h4::before {
  position: absolute;
  content: "";
  width: 85px;
  height: 100%;
  background: linear-gradient(to bottom, #96fbc4, #f9f586);
  top: 0;
  left: 0;
  z-index: -1;
}

#step .step02 h4::before {
  background: linear-gradient(to bottom, #fecded, #ff9a9e);
}

#step .step03 h4::before {
  background: linear-gradient(to bottom, #84fab0, #8fd3f4);
}

#step .step_box p {
  font-size: 16px;
  text-align: left;
}

#step .step02 .flex {
  flex-flow: row-reverse;
}

#step .step01 .flex div:nth-child(1),
#step .step03 .flex div:nth-child(1),
#step .step02 .flex div:nth-child(2) {
  margin-right: 40px;
}

#step .step02 {
  background: #f4f6f7;
}

#step .step_box .article {
  margin-top: 65px;
}

#step .step_box .article h5 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

#step .step_box .article.flex {
  flex-flow: row;
  justify-content: space-between;
}

#step .step_box .article.flex div {
  width: 100%;
  padding: 0 30px 30px;
  box-sizing: border-box;
}

#step .step_box .article.flex div:nth-child(1) {
  border-right: 1px dashed #999;
}

#step .step_box .article.flex div:nth-child(2) {
  margin-right: 0;
}

#step .step03 .article.flex {
  flex-wrap: wrap;
  position: relative;
}
#step .step03 .article h5 {
  text-align: left;
  margin-bottom: 15px;
}
#step .step03 .article.flex div:nth-child(1),
#step .step03 .article.flex div:nth-child(2) {
  width: calc(50% - 25px);
}
#step .step03 .article.flex div:nth-child(1) {
  margin-right: 30px;
}
#step .step03 .article.flex div:nth-child(3) {
    margin-top: 30px;
}
#step .step03 .article.flex div:nth-child(3) .flex {
    margin-top: 0;
}
#step .step03 .article.flex img{
    box-shadow: none;
    width:100%;
    border: none;
}
#step .step03 .article.flex .flex img{
    margin:0 10px;
    width:33%;
}
#step .bg_green {
  padding-top: 20px;
}

#step .bg_green .denki_mark {
  line-height: 2.2rem;
}

/* #point */

#point {
  padding-top: 100px;
  margin-bottom: 100px;
}

#point h2 {
  margin-bottom: 70px;
}

#point li {
  padding: 60px 0 60px;
  border-bottom: 1px dashed #999;
}

#point h3 {
  font-size: 36px;
  font-weight: bold;
  color: #40a09b;
  text-align: left;
  margin-bottom: 18px;
  line-height: initial;
}

#point p {
  text-align: left;
  font-size: 26px;
  line-height: 3rem;
}

#point p span {
  color: #f48c8c;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 0;
}

#point p span::before {
  width: 100%;
  height: 12px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  background: rgba(255, 255, 0, 0.7);
  z-index: -1;
}

#point li .flex div:nth-child(1) {
  margin-right: 40px;
}

/* #plan */

#plan {
  background: #49b7b4;
  padding: 60px 0;
}

#plan h2.denki {
  color: #fff;
  line-height: 60px;
}

#plan h2 span {
  background: none;
}

#plan h2.denki span::before {
  background-image: url(../img/icon_denki_w.png);
  top: 12px;
}

#plan .plan {
  background: #fff;
  border-radius: 5px;
  padding: 35px 35px 35px;
  margin-bottom: 85px;
}

#plan .plan h3 {
  font-size: 40px;
  color: #d13440;
  font-weight: bold;
  margin: 5px 0 15px;
}

#plan .plan .head_midashi {
  font-size: 16px;
  text-align: left;
}

#plan .plan .body_midashi {
  font-size: 25px;
  text-align: left;
}

#plan .plan dl {
  margin-bottom: 10px;
}

#plan .plan dt {
  font-size: 30px;
  font-weight: bold;
  color: #49b7b4;
  margin-bottom: 20px;
  padding-left: 20px;
}

#plan .plan dd {
  color: #444;
  font-size: 18px;
  background: #f4f6f7;
  padding: 25px 20px 25px;
  border-radius: 5px;
}

#plan .plan .img_area {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 70px;
}

#plan .plan .img_area span {
  text-align: center;
}

#plan .plan .img_area span:nth-child(2) {
  margin: 0 50px;
}

#plan .plan .img_area span:nth-child(3) img {
  width: 385px;
  height: auto;
}

#plan .plan dd .flex {
  justify-content: flex-end;
}

#plan .plan dd .flex div:nth-child(1) {
  margin-right: auto;
  position: relative;
}

#plan .plan .more {
  text-align: right;
}

#plan .plan .more a {
  color: #d13440;
  font-size: 17px;
  padding: 10px 20px;
  text-decoration: none;
}

#plan .plan .more a:hover {
  text-decoration: underline;
}

#plan .plan dd .bottom {
  position: absolute;
  bottom: 0;
}

/* #faq */

#faq {
  padding-top: 75px;
}

#faq h2 {
  margin-bottom: 100px;
}

#faq h3 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#faq .article {
  margin-bottom: 100px;
}

#faq dl {
  margin-bottom: 30px;
}

#faq dt {
  padding: 30px 40px 30px 80px;
  border-radius: 5px;
  font-size: 25px;
  background: #daeae9;
  color: #4b4b4b;
  position: relative;
  cursor: pointer;
}

#faq dt::before,
#faq dt::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

#faq dt::before {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(64, 160, 155, 0.8);
}

#faq dt::after {
  top: -2px;
  right: 30px;
  width: 10px;
  height: 10px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#faq dt .q {
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
  width: 30px;
  color: #40a09b;
  font-size: 30px;
}

#faq dd {
  padding: 30px 20px 30px 80px;
  border-radius: 5px;
  font-size: 25px;
  color: #4b4b4b;
  line-height: 2.5rem;
  position: relative;
  border: 3px solid #daeae9;
  top: -3px;
  display: none;
}

#faq dd .a {
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 30px;
  margin: auto;
  height: 35px;
  width: 30px;
  color: #f48c8c;
  font-size: 30px;
}
