main {
  padding: 1.5rem;
}
main .title_wrap h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #593099;
  position: relative;
  margin-bottom: 2.5rem;
}
main .title_wrap h1::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -.8rem;
  left: 0;
  background: #501da1;
}
main ul li:not(:last-child) {
  display: block;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px dashed #aaa;
}
main ul li a {
  display: block;
}
main ul li img {
  width: 100%;
  margin-bottom: 1.3rem;
}
main ul li h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: .8rem;
  line-height: 1.4;
}
main ul li p {
  font-size: 1.1rem;
  color: #777;
  line-height: 1.6;
}
main ul li button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .6rem 1.2rem;
  border: 1px solid #ddd;
  border-radius: .5rem;
  margin-top: 1rem;
}
main ul li button img {
  width: 1rem;
  margin: 0;
  margin-right: .5rem;
}

/* SUB PAGES (../contents) */
main .main_title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #512796;
  position: relative;
  padding-left: .7rem;
  line-height: 1.3;
}
main .main_title a {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: #888;
  background: url("../img/next.png") no-repeat 100% 50% / .7rem;
  padding-right: 1rem;
  margin-right: .3rem;
}
main .main_title::before {
  content: "";
  width: .2rem;
  height: 100%;
  background: #bbb;
  position: absolute;
  top: 0;
  left: 0;
}
main .item_title_wrap {
  margin-bottom: 2rem;
}
main .item_title_wrap h1 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -.05rem;
  padding-left: 1.7rem;
  line-height: 1.4;
  position: relative;
}
main .item_title_wrap h1::before {
  content: "";
  background: url("../img/pin.png") no-repeat 0 50% / contain;
  position: absolute;
  top: 1rem;
  left: 0;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
}
main .item_title_wrap img {
  width: 100%;margin:1rem 0;
}
main .item_title_wrap p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 1rem;
  color: #666;
}
main .item_wrap:not(:last-of-type) {
  margin-bottom: 2rem;
}
main .item_wrap h4 {
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
  padding-left: 1rem;
  line-height: 1.4;
}
main .item_wrap h4::before {
  content: "";
  width: .4rem;
  height: 100%;
  background: linear-gradient(to left, #c4a0ff, #641fd4);
  position: absolute;
  top: 0;
  left: 0;
}
main .item_wrap p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 1rem;
  color: #666;
}
main .item_wrap .table_wrap {
  font-size: 0;
  margin-top: 1.5rem;
}
main .item_wrap .table_wrap img {
  width: 100%;
}

main em {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: 600;
}