.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
h1 {
  color: #fff;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.5));
  font-size: 3.6rem;
  text-align: center;
}
h1 p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

/*notes*/
.header__main__wrap {
  background: linear-gradient(to right, #a71d28, #d21d28 30%, #d21d28 70%, #a71d28 100%);
  margin-bottom: 64px;
  padding: 64px 0;
}

/*notes*/
.s01__wrap {
  padding-bottom: 64px;
}
.s01__wrap .b1__wrap {
  margin: 32px auto 0;
  max-width: 800px;
}
dl {
  margin: 0 auto 32px;
}
dl div {
  border-bottom: 1px solid #b7b2b3;
  display: flex;
  padding: 8px 12px;
}
dt {
  color: #d21d28;
  font-weight: 600;
  width: 14em;
}

/*notes*/
.s02__wrap {
  padding-bottom: 64px;
}
.s02__wrap .b1__wrap {
  align-items: flex-start;
  display: flex;
  margin: 32px auto 0;
  max-width: 1000px;
}
.s02__wrap .b1__wrap img {
  margin-right: 40px;
}
.s02__wrap .b2__wrap {
  margin: 32px auto 0;
  max-width: 1000px;
}
.s02__wrap .b2__wrap .t1 {
  margin-top: 1.5em;
  text-align: right;
}
.s02__wrap .b3__wrap {
  align-items: flex-start;
  display: flex;
  margin: 32px auto 0;
  max-width: 1000px;
}
.s02__wrap .b3__wrap img {
  margin-left: 40px;
}

/*notes*/
.s03__wrap {
  padding-bottom: 64px;
}
.s03__wrap .b1__wrap {
  margin: 32px auto 0;
  max-width: 1000px;
}
.s03__wrap .b1__wrap .t1 {
  font-weight: 600;
  padding-left: 1em;
  text-indent: -0.8em;
}
.s03__wrap .b1__wrap .t1:before{
  content:'';
  display: inline-block; 
  width: 0.6em;
  height: 0.6em;
  background: #d21d28;
  border-radius: 0.6em;
  margin-right: 4px;
}
.s03__wrap .b1__wrap .t2 {
  margin-bottom: 2em;
}

/*notes*/
.s04__wrap {
  padding-bottom: 64px;
}
.s04__wrap .b1__wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px auto 0;
  max-width: 1000px;
}
.s04__wrap .b1__wrap div {
  margin-bottom: 46px;
  max-width: 48%;
}
.s04__wrap .b1__wrap div:last-child {
  margin-bottom: 0;
}
.s04__wrap ul {
  margin: 1em 0;
}
.s04__wrap ul li {
  font-weight: 600;
  padding-bottom: 0.2em;
  padding-left: 1em;
  text-indent: -0.8em;
}
.s04__wrap ul li:before{
  content:'';
  display: inline-block; 
  width: 0.6em;
  height: 0.6em;
  background: #d21d28;
  border-radius: 0.6em;
  margin-right: 4px;
}

@media screen and (max-width: 720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.4rem;
}
h1 {
  font-size: 2.4rem;
}
h1 p {
  font-size: 1.2rem;
}

/*notes*/
.s01__wrap {
  padding-bottom: 46px;
}
.s01__wrap .b1__wrap {
  max-width: 90%;
}
dl {
  font-size: 1.2rem;
  margin: 0 auto 32px;
}
dl div {
  padding: 8px 0;
}
dt {
  width: 7em;
}

/*notes*/
.s02__wrap {
  padding-bottom: 46px;
}
.s02__wrap .b1__wrap {
  display: block;
  max-width: 90%;
}
.s02__wrap .b1__wrap img {
  margin: 0 0 20px;
}
.s02__wrap .b2__wrap {
  max-width: 90%;
}
.s02__wrap .b3__wrap {
  display: block;
  max-width: 90%;
}
.s02__wrap .b3__wrap img {
  margin: 0 0 20px;
}

/*notes*/
.s03__wrap {
  padding-bottom: 46px;
}
.s03__wrap .b1__wrap {
  max-width: 90%;
}

/*notes*/
.s04__wrap {
  padding-bottom: 46px;
}
.s04__wrap .b1__wrap {
  display: block;
  max-width: 90%;
}
.s04__wrap .b1__wrap div {
  margin-bottom: 32px;
  max-width: 100%;
}
}