@charset "UTF-8";
/*

  下層ページベース

*/
.other_base .contentblock {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .other_base .contentblock {
    margin-bottom: 50px;
  }
}

.other_base .contentblock_subblock {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .other_base .contentblock_subblock {
    margin-bottom: 30px;
  }
}

.other_base .page_title {
  color: #ED8298;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .other_base .page_title {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}

.other_base .page_title2 {
  color: #ED8298;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .other_base .page_title2 {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}
  
.other_base .content_title {
  color: #ED8298;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .other_base .content_title {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.other_base .content_title2 {
  color: #ED8298;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .other_base .content_title2 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.other_base .content_subtitle {
  border-bottom: 1px solid #ED8298;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .other_base .content_subtitle {
    font-size: 1.8rem;
  }
}

.other_base p {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .other_base p {
    margin-bottom: 15px;
  }
}

.other_base ul li {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .other_base ul li {
    margin-bottom: 5px;
  }
}

/*

  お役立ちコンテンツ上部の余白

*/
.sectionblock_marginTop {
  margin-top: 20px;
}

/*

  アクアカフェのサポートシステム

*/
.supportblock {
  border-top: 1px solid #959595;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .supportblock {
    padding-top: 20px;
  }
}

.supportblock__img {
  max-width: 768px;
  width: 100%;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .supportblock__img {
    margin: 0 auto 20px;
  }
}

.supportblock__img img {
  width: 100%;
}

.supportblock__btn {
  margin-top: 30px;
  text-align: center;
}

.supportblock__btn a {
  display: inline-block;
  padding-left: 35px;
  padding-right: 20px;
}

.supportblock__btn a p {
  margin-bottom: 0;
}

/*

  アクアカフェのサポートシステム

*/
.supportJobblock__img {
  max-width: 768px;
  width: 100%;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .supportJobblock__img {
    margin: 0 auto 20px;
  }
}

.supportJobblock__img img {
  width: 100%;
}

.supportJobCt__imgL {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin-bottom: 30px;
}

.supportJobCt__imgR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  /* Safari */
  flex-direction: row-reverse;
  margin-bottom: 30px;
}

.supportJobCt__img {
  width: 20%;
  padding: 0 2.5%;
}

@media screen and (max-width: 767px) {
  .supportJobCt__img {
    width: 30%;
  }
}

.supportJobCt__textL {
  width: 80%;
  padding-left: 20%;
  position: relative;
}

.supportJobCt__textL:after {
  position: absolute;
  content: '';
  border: 8px solid transparent;
  border-left: 8px solid #959595;
  top: 16px;
  right: -16px;
}

@media screen and (max-width: 767px) {
  .supportJobCt__textL {
    width: 70%;
    padding-left: 0;
  }
}

.supportJobCt__textR {
  width: 80%;
  padding-right: 20%;
  position: relative;
}

.supportJobCt__textR:after {
  position: absolute;
  content: '';
  border: 8px solid transparent;
  border-right: 8px solid #959595;
  top: 16px;
  left: -16px;
}

@media screen and (max-width: 767px) {
  .supportJobCt__textR {
    width: 70%;
    padding-right: 0;
  }
}

.supportJobCt__textInr {
  padding: 25px 25px 15px;
  border: 3px solid #959595;
  border-radius: 12px;
}

.supportJobCt__textInr p {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .supportMovingCt {
    margin-bottom: 70px !important;
  }
}

.supportMovingCt__imgR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  /* Safari */
  flex-direction: row-reverse;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .supportMovingCt__imgR {
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }
}

.supportMovingCt__img {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .supportMovingCt__img {
    max-width: 322px;
    width: 100%;
    margin: 0 auto 20px;
  }
}

.supportMovingCt__textL {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .supportMovingCt__textL {
    width: 100%;
  }
}

.supportMovingCt__textInr p {
  margin-bottom: 10px;
}

.supportMovingCt__textInr__btn {
  margin-top: 30px;
  text-align: center;
}

.supportMovingCt__textInr__btn a {
  display: inline-block;
  padding-left: 35px;
  padding-right: 20px;
}

.supportMovingCt__textInr__btn a p {
  margin-bottom: 0;
}
