/* key
------------------------------------------------------------*/
#key .mainimg {
  background-image: url("../images/Mainfaq.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 200px;
  width: 100%;
}
#key .mainimg .m-img01 {
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
}

#key .mainimg .m-img02 {
  height: 200px;
  width: 100%;
  position: relative;
}
#key .mainimglogo {
  position: absolute;
  top: 70px;
  font-size: 48px;
  color: #008a85;
  font-weight: normal;
  padding-left: 30px
}

@media only screen and (max-width: 500px) {
  #key .mainimg {
    height: 100px;
  }
  #key .mainimglogo {
    top: 36px;
    font-size: 24px;
    padding-left: 20px
  }
}
/* SECTION02
------------------------------------------------------------*/
.sec02 .inner {
  padding-bottom: 50px;
}
.sec02 .inner ul li {
  list-style: disc;
  margin-left: 15px;
}
/*---------ステップ見出し----------*/
.sec02 .inner .inner01 {
  display: flex;
  align-items: center;
}
.sec02 .inner .inner01 .headline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 550px;
  color: #008a85;
  font-size: 18px;
}
.sec02 .inner .inner .faq .faq-item {
  margin-top: 30px;
}

.sec02 .inner .inner .faq .faq-item:first-child {
  margin-top: 10px;
}

.sec02 .inner .inner01 .headline:after {
  border-top: 1px solid #008a85;
  content: "";
  margin-left: 20px;
  width: 100%;
}
span {
  white-space: nowrap;
}

@media only screen and (max-width: 600px) {
  .sec02 .inner {
    padding-bottom: 20px;
  }
  .sec02 .inner:last-child {
    padding-bottom: 35px;
  }
  /*---------ステップ見出し----------*/
  .sec02 .inner .inner01 {
    width: 100%;
    border-bottom: 1px solid #008a85;
  }
  .sec02 .inner .inner01 img {
    width: 50px;
    height: auto;
    margin-right: 10px;
  }
  .sec02 .inner .inner01 .headline:after {
    border-top: none;
    margin-left: 0;
    width: 0;
  }
  span {
    white-space: normal;
  }
}
