:root {
  --baceFontColor: #333333;
}

#top_com {
  width: 70%;
  padding: 30px;
  text-align: left;
  background: white;
  border-top: 6px double #FFA206;
  border-bottom: 6px double #FFA206;
  margin: 0 auto;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #FA52A2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top_com {
    width: auto;
  }
}

#ex_list section {
  margin: 30px 0 0 0;
  width: 80%;
  padding: 15px 0 0 0;
  position: relative;
}
#ex_list section > div {
  padding: 20px;
  box-shadow: 2px 2px 3px 0px #CCC;
}
#ex_list section > div h3 {
  font-size: 22px;
  line-height: 33px;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: bold;
  padding: 0 0 0 40%;
  text-align: left;
}
#ex_list section > div > div {
  display: flex;
}
#ex_list section > div > div > p {
  width: 38%;
  margin-right: 2%;
}
#ex_list section > div > div > p img {
  transform: rotate(-3deg);
}
#ex_list section > div > div > div {
  width: 60%;
}
#ex_list section > div > div > div p:nth-of-type(1) {
  font-weight: bold;
}
#ex_list section > div > div > div p:nth-of-type(2) {
  text-align: left;
  padding: 5px 0 0 0;
}
#ex_list section > div > div > div ul {
  margin: 10px 0 0 0;
  display: flex;
}
#ex_list section > div > div > div ul li {
  width: 48.5%;
  margin: 0 3% 0 0;
}
#ex_list section > div > div > div ul li:nth-child(even) {
  margin-right: 0;
}
#ex_list section:nth-child(1) {
  background: url(grp/body_note04.png) top center repeat-x;
  margin-left: 20%;
}
#ex_list section:nth-child(1) > div {
  background: #FFDC9B;
}
#ex_list section:nth-child(1) > div h3 {
  color: #FF7D2F;
}
#ex_list section:nth-child(1) > div h3:before {
  content: url(grp/tape04.png);
  position: absolute;
  top: -20px;
  right: -20px;
}
#ex_list section:nth-child(1) > div h3:after {
  content: url(grp/image04.png);
  position: absolute;
  left: -220px;
  bottom: 20px;
}
#ex_list section:nth-child(2) {
  background: url(grp/body_note.png) top center repeat-x;
}
#ex_list section:nth-child(2) > div {
  background: #f3eb98;
}
#ex_list section:nth-child(2) > div h3 {
  color: red;
}
#ex_list section:nth-child(2) > div h3:before {
  content: url(grp/tape01.png);
  position: absolute;
  top: -20px;
  left: -20px;
}
#ex_list section:nth-child(2) > div h3:after {
  content: url(grp/image01.png);
  position: absolute;
  right: -220px;
  bottom: 20px;
}
#ex_list section:nth-child(3) {
  background: url(grp/body_note02.png) top center repeat-x;
  margin-left: 20%;
}
#ex_list section:nth-child(3) > div {
  background: #b7f8c5;
}
#ex_list section:nth-child(3) > div h3 {
  color: #039;
}
#ex_list section:nth-child(3) > div h3:before {
  content: url(grp/tape02.png);
  position: absolute;
  top: -20px;
  right: -20px;
}
#ex_list section:nth-child(3) > div h3:after {
  content: url(grp/image02.png);
  position: absolute;
  left: -220px;
  bottom: 20px;
}
#ex_list section:nth-child(4) {
  background: url(grp/body_note03.png) top center repeat-x;
}
#ex_list section:nth-child(4) > div {
  background: #ffdcc7;
}
#ex_list section:nth-child(4) > div h3 {
  color: #F95700;
}
#ex_list section:nth-child(4) > div h3:before {
  content: url(grp/tape03.png);
  position: absolute;
  top: 0px;
  left: -20px;
}
#ex_list section:nth-child(4) > div h3:after {
  content: url(grp/image03.png);
  position: absolute;
  right: -220px;
  bottom: 20px;
}
@media screen and (max-width: 1199px) {
  #ex_list section {
    width: auto;
  }
  #ex_list section:nth-child(1) {
    margin-left: auto;
  }
  #ex_list section:nth-child(1) > div h3:after {
    content: "";
  }
  #ex_list section:nth-child(2) > div h3:after {
    content: "";
  }
  #ex_list section:nth-child(3) {
    margin-left: auto;
  }
  #ex_list section:nth-child(3) > div h3:after {
    content: "";
  }
  #ex_list section:nth-child(4) > div h3:after {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  #ex_list section {
    width: 90%;
    margin: 30px auto 0 auto;
  }
  #ex_list section > div h3 {
    padding: 0 0 0 0;
    text-align: center;
  }
  #ex_list section > div > div {
    display: block;
  }
  #ex_list section > div > div > p {
    width: auto;
    max-width: 70%;
    margin: 0 auto;
    padding: 10px 0 0 0;
  }
  #ex_list section > div > div > p img {
    transform: rotate(0deg);
    border-radius: 10px;
  }
  #ex_list section > div > div > div {
    width: auto;
  }
  #ex_list section > div > div > div p:nth-of-type(1) {
    padding: 10px 0 0 0;
  }
}/*# sourceMappingURL=index.css.map */