@charset "UTF-8";
:root {
  --baceFontColor: #333333;
}

#riyuu {
  margin: 0 auto;
  width: 900px;
  max-width: 100%;
}
#riyuu > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px;
  align-items: center;
}
#riyuu > div > div h3 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #229cd9;
  font-size: 1.3rem;
}
#riyuu > div > div ul {
  margin-top: 1rem;
  font-size: 1.1rem;
}
#riyuu > div > div ul > * + * {
  margin-top: 5px;
}
#riyuu > div > div ul li {
  text-align: left;
  margin-left: 2em;
  list-style: disc;
}

#point section {
  margin-top: 60px;
}
#point section h2 {
  color: #229cd9;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #229cd9;
  border-radius: 10px;
  padding: 0.5em 0 0.3em 0;
  position: relative;
}
#point section h2:after {
  position: absolute;
  content: url(grp/title_point.png);
  top: -15px;
  left: -8px;
}
#point section:nth-child(1) {
  display: flex;
}
#point section:nth-child(1) > div {
  width: 48%;
  margin-right: 4%;
}
#point section:nth-child(1) > div p {
  padding: 15px 0 0 0;
  text-align: left;
}
#point section:nth-child(1) > ul {
  width: 48%;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
}
#point section:nth-child(1) > ul li {
  width: 41%;
  margin-right: 2%;
  margin-top: 10px;
  padding: 15px 4%;
  background: #FFE6EA url(grp/back_x.png) center center no-repeat;
  font-size: 17px;
  line-height: 25.5px;
  font-size: 1.0625rem;
  line-height: 1.59375rem;
  font-weight: bold;
  text-align: left;
  border-radius: 10px;
}
#point section:nth-child(1) > ul li:nth-child(even) {
  margin-right: 0;
}
#point section:nth-child(1) > ul li:nth-child(-n+2) {
  margin-top: 0;
}
#point section:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}
#point section:nth-child(2) > div {
  width: 48%;
  align-self: center;
}
#point section:nth-child(2) > div p {
  padding: 15px 0 0 0;
  text-align: left;
}
#point section:nth-child(2) > p {
  width: 48%;
  margin-right: 4%;
}
#point section:nth-child(3) {
  display: flex;
}
#point section:nth-child(3) > div {
  width: 48%;
  align-self: center;
  margin-right: 4%;
}
#point section:nth-child(3) > div p {
  padding: 15px 0 0 0;
  text-align: left;
}
#point section:nth-child(3) > p {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #point section h2 {
    text-align: left;
    padding: 0.5em 10px 0.3em 20px;
  }
  #point section:nth-child(1) {
    display: block;
  }
  #point section:nth-child(1) > div {
    width: auto;
    margin-right: 0;
  }
  #point section:nth-child(1) > ul {
    width: auto;
    padding: 10px 0 0 0;
  }
  #point section:nth-child(2) {
    display: block;
  }
  #point section:nth-child(2) > div {
    width: auto;
  }
  #point section:nth-child(2) > p {
    width: auto;
    max-width: 70%;
    margin: 10px auto 0 auto;
  }
  #point section:nth-child(3) {
    display: block;
  }
  #point section:nth-child(3) > div {
    width: auto;
    margin-right: 0;
  }
  #point section:nth-child(3) > p {
    margin: 10px auto 0 auto;
    width: auto;
    max-width: 70%;
  }
}
@media screen and (max-width: 480px) {
  #point section:nth-child(2) > p {
    max-width: 100%;
  }
  #point section:nth-child(3) > p {
    max-width: 100%;
  }
}

#voice h2 {
  font-size: 25px;
  line-height: 30px;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 3px solid #E0DC47;
  padding: 0.5em 0.5em 0.3em 0.5em;
  background: #FCFAE4;
  color: #229cd9;
  margin-top: 60px;
  position: relative;
}
#voice h2:after {
  content: url(grp/voice_icon.png);
  position: absolute;
  right: 25px;
  top: -15px;
}
#voice ul {
  padding: 30px 0 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 30px;
}
#voice ul li {
  background: #FFF4DD;
  border: 2px solid #FFAE26;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  padding: 20px;
}
#voice ul li:after {
  content: url(grp/voice_kazari.png);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -60px;
}
#voice ul li p {
  text-align: left;
  color: #F36;
}
#voice ul li:nth-child(3n) {
  margin-right: 0;
}/*# sourceMappingURL=index.css.map */