@charset 'utf-8';

section {
  width: 98%;
  margin-bottom: 4rem;
}

.btn {
  background-color: #39c578;
  border-color: #39c578;
}

#main .inner > * {
  margin: 6rem auto;
}

#notice {
  background-color: #39c578;
  border: 2px solid #39c578;
}
.contact {
  margin-top: 4rem;
}

.font-size-s {
  font-size: 0.8rem;
}

.series-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
}

.merit-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.merit-detail div{
  background-image: url(../../img/thumbup.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  padding-left: 3.3rem;
  width: 48%;
  margin-bottom: 2rem;
  line-height: 1.5rem;
}
.merit-detail div span{
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  line-height: 2rem;
}

.how .inner {
  display: flex;
  justify-content: space-between;
}
.how .inner > div.how-item {
  width: 48%;
  margin: 0 !important;
}
.how .inner > div.how-item .flex {
  align-items: flex-start;
  padding: 1rem;
}
.how .inner > div.how-item > p {
  padding: 1rem;
}
.how .inner > div.how-item .flex div + div::before {
  content: "▼";
  text-align: center;
  display: block;
  color: #39c578;
  font-size: 2rem;
}

.flow-section .flow.point div + p::after {
  content: "▼";
  text-align: center;
  display: block;
  color: #39c578;
  font-size: 2rem;
  padding-top: 1rem;
}
.flow-section .flow.point {
  margin: 6em auto;
}
.flow-section .flow.point p:last-child::after {
  content: "";
}
.flow-section .flow > p {
  margin-bottom: 1rem;
}

.case-wrapper {
  display: flex;
}