.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:before {
  content: '';
  position: absolute;
  bottom: -15px;
  background: #0ca88e;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
h4 {
  border-left: 3px solid #0c9480;
  color: #0c9480;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  margin-bottom: 1em;
  padding-left: .3em;
}

/*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 .i1 {
  margin-bottom: 5em;
}
.s01 div {
  margin-bottom: 3em;
}
.s01 ul {
  display: flex;
  justify-content: space-between;
}
.s01 li {
  font-size: 1.4rem;
  text-align: center;
  width: 49%;
}

/*notes*/
.s02__wrap {
  padding: 50px 4% 100px;
}
.s02__wrap .s01 {
  margin: auto;
  max-width: 940px;
}
.s02__wrap .s02 {
  margin: auto;
  max-width: 800px;
}
.s02__wrap table {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: auto;
  width: 100%;
}
.s02__wrap table tr:nth-child(even) {
  background: #f6f6f6;
}
.s02__wrap table th {
  color: #0ca88e;
  font-weight: 700;
  padding: 1.5em 1em;
  text-align: left;
  vertical-align: top;
  width: 6em;
}
.s02__wrap table td {
  padding: 1.5em 1em;
}
.s02__wrap .t1 {
  padding-left: 5em;
  text-indent: -5em;
}
.s02__wrap a.t3:link,
.s02__wrap a.t3:visited,
.s02__wrap a.t3:hover,
.s02__wrap a.t3:active {
  color: #0ca88e;
  text-decoration: underline;
}
.s02__wrap .t2 {
  font-size: 1.4rem;
  margin-top: 3em;
  text-align: center;
}

/*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;
}
h4 {
  font-size: 1.8rem;
  letter-spacing: 0;
}

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

/*notes*/
.s01__wrap {
  padding: 0 0 100px;
}
.s01 div {
  padding: 0 4%;
}
.s01 ul {
  display: block;
  padding: 0 4%;
}
.s01 li {
  margin-bottom: 1em;
  width: 100%;
}

/*notes*/
.s02__wrap {
  padding: 50px 0 100px;
}
.s02__wrap table th {
  width: 4em;
}

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