.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
h2 {
  color: #333;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin: auto;
  max-width: 1000px;
  text-align: left;
}
h3 {
  position: relative;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 3em;
  text-align: center;
  background: linear-gradient(transparent 30%, #0ca88e 70%);
}
h3 .small {
  font-size: 50%;
}
h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  background: #0ca88e;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*notes*/
header .header__main__wrap {
  background: #f6f6f6;
  padding: 100px 0 40px;
}
header .header__main__wrap div {
  border-bottom: 1px solid #0ca88e;
}
header .header__main__wrap p {
  color: #0ca88e;
  font-size: 1.4rem;
  letter-spacing: .1em;
  margin: .5em  auto 0;
  max-width: 1000px;
}

/*notes*/
.s01__wrap {
  margin-top: 40px;
  padding: 0 4% 100px;
}
.s01__wrap .s01 {
  margin: auto;
  max-width: 940px;
}
.s01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s01 li {
  max-width: 49%;
}
.s01 li p {
  border-left: 3px solid #0ca88e;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.6;
  margin: 1em 0 1em .5em;
  padding-left: .5em;
}
.s01 li p .small {
  font-size: 70%;
}
.s01 li p .en {
  color: #0ca88e;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .3em;
}
.s01 li table {
  margin: 0 auto 1em;
  width: 94%;
}
.s01 li tr:nth-child(odd) {
  background: #f6f6f6;
}
.s01 li th {
  font-weight: 400;
  padding: .5em 1em;
}

/*notes*/
.s02__wrap {
  padding: 50px 4% 100px;
}
.s02__wrap .s02 {
  margin: auto;
  max-width: 940px;
}
.s02__wrap table {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: auto;
  width: 100%;
}
.s02__wrap table tr:nth-child(odd) {
  background: #f6f6f6;
}
.s02__wrap table tr:nth-child(1) {
  background: #0ca88e;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.s02__wrap table th {
  text-align: left;
  padding: .7em 1em;
}
.s02__wrap table td {
  padding: .7em 1em;
}
.s02__wrap table td:nth-child(4) {
  text-align: right;
}

/*notes*/
footer {
  border-top: 3px solid #0ca88e;
}

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.4rem;
}
h2 {
  font-size: 2.6rem;
  max-width: 90%;
}
h3 {
  font-size: 2.6rem;
}

/*notes*/
header .header__main__wrap {
  padding: 106px 0 156px;
}
header .header__main__wrap p {
  max-width: 90%;
}

/*notes*/
.s01 li {
  max-width: 100%;
}

/*notes*/
.s02__wrap {
  padding: 0 0 100px;
}
.s02__wrap table {
  font-size: 1.2rem;
}

/*notes*/
footer {
  border-top: 2px solid #0ca88e;
}
}