.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;
}
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 .b1__wrap {
  background: #fff;
  border: 5px solid #f6f6f6;
  filter: drop-shadow(5px 5px 10px rgba(0,0,0,.1));
  margin: auto;
  max-width: 600px;
  padding: 80px 10%;
}
.s01__wrap .b1__wrap ul li {
  margin-bottom: 2em;
  padding-left: 6em;
  text-indent: -6em;
}
.s01__wrap .b1__wrap ul li span {
  color: #0ca88e;
  font-size: 1.4rem;
  margin-right: 2em;
}
.s01__wrap .b1__wrap .b2 {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
.s01__wrap .b1__wrap .b2 a {
  margin: 0 1em;
}

/*notes*/
.s11__wrap {
  margin-top: 40px;
  padding: 0 4% 100px;
}
.s11__wrap .b1__wrap {
  background: #fff;
  border: 5px solid #f6f6f6;
  filter: drop-shadow(5px 5px 10px rgba(0,0,0,.1));
  margin: auto;
  max-width: 788px;
  padding: 80px 76px 40px;;
}
.s11__wrap .b1__wrap .t1 {
  color: #0ca88e;
  font-size: 1.4rem;
}
.s11__wrap .b1__wrap .t2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.s11__wrap .b1__wrap .b1 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 1em 0;
}
.s11__wrap .b1__wrap .btn {
  background: #0cb096;
  border-radius: 4px;
  color: #fff;
  display: table;
  font-weight: 700;
  margin: 3em auto 0;
  max-width: 210px;
  padding: .8em 0;
  text-align: center;
  width: 100%;
}

/*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__wrap .b1__wrap {
  padding: 30px 5%;
}
.s01__wrap .b1__wrap ul li {
  margin-bottom: 1em;
}
.s01__wrap .b1__wrap ul li span {
  display: block;
}

/*notes*/
.s11__wrap .b1__wrap {
  padding: 30px 5%;
}

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