.under .orsea__inner + .orsea__inner {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .under .orsea__inner + .orsea__inner {
    margin-top: 50px;
  }
}

.under .orsea__contents {
  border-bottom: 1px solid  #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .under .orsea__contents {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

.under .orsea__contents h3 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 0;
  border: none;
}

@media only screen and (max-width: 767px) {
  .under .orsea__contents h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.under .orsea__contents .under__accordion {
  margin-top: 20px;
}

.under .orsea__contents p {
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .under .title--arrowBefore::after {
    top: 8px;
  }
}

.under .link--hover02 {
  height: 100%;
}
