/*
================================================================

  .list00 基本デザイン

================================================================
*/
.list00 {
  background-color: #F6F6F6;}
.list00 h2 {
  color: #fff;
  background-color: #0098D8;
  text-align: center;
  position: relative;
  font-size: 32px;
  letter-spacing: .08em;
  margin-bottom: 40px;
  padding: 20px;}
.list00 h2::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top-color: #0098D8;}
.list00 .list00-lead {
  text-align: center;
  line-height: 2.0;
  margin-bottom: 30px;}
.list00 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5%;
  line-height: 2;}
.list00 ul li {
  width: 30%;
  border-radius: 30px 30px 0 0;
  padding: 0 30px 30px;
  background-color: #fff;}
.list00 ul li h3 {
  padding: 10px;
  margin: 0 -30px;
  line-height: 1.6;
  border-radius: 25px 25px 0 0;
  text-align: center;
  background-color: #0098d8;
  font-size: 20px;
  color: #fff;
}
.list00 ul li figure {
  width: 230px;
  max-width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;}
.list00 ul li figure img {
  max-height: 200px;
  margin: auto;
  display: block;}
.list00 ul li p,
.list00 ul li div span {
  letter-spacing: 0.08em;}
.list00 ul li div {
  display: flex;}
.list00 ul li div:not(:last-child) {
  padding: 8px 0;
  margin: 8px 0;
  border-top: 1px dashed #dfdfdf;
  border-bottom: 1px dashed #dfdfdf;}
.list00 ul li div p {
  min-width: 45%;
  font-weight: bold;}
.list00 ul li div .fav {
  color: #c9d3dc;
  font-size: 26px;
  line-height: 1;
  display: flex;
  align-items: center;}
.list00 ul li div .fav i:nth-child(1) {
  color: #f8e900;}
.list00 ul li div .fav.fav2 i:nth-child(-n + 2) {
  color: #f8e900;}
.list00 ul li div .fav.fav3 i:nth-child(-n + 3) {
  color: #f8e900;}
.list00 ul li div .fav.fav4 i:nth-child(-n + 4) {
  color: #f8e900;}
.list00 ul li div .fav.fav5 i:nth-child(-n + 5) {
  color: #f8e900;}
/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
.list00 h2 {
  font-size: 6vw;
  padding: 4vw;
  margin-bottom: 6vw;}
.list00 .list00-lead {
  margin-bottom: 4vw;}
.list00 ul {
  gap: 5vw 4%;}
.list00 ul li {
  width: 48%;
  border-radius: 20px 20px 0 0;
  padding: 0 3vw 3vw;}
.list00 ul li h3 {
  margin: 0 -3vw;
  padding: 2vw;
  border-radius: 15px 15px 0 0;
  font-size: 4.6vw;}
.list00 ul li figure {
  padding: 5vw 0 3vw;
  max-width: 100%;}
.list00 ul li figure img {
  max-height: 24vw;}
.list00 ul li p,
.list00 ul li div span {
  font-size: 3.6vw;}
.list00 ul li div {
  display: block;}
.list00 ul li div .fav {
  font-size: 6vw;
  margin-left: -1vw;}}

/*
  list00 design2
=============================================================== */
.list00.design2 {
    background-color: #fff;}
.list00.design2 h2 {
    background-color: #48ACAD;}
.list00.design2 h2::before {
    border-top-color: #48ACAD;}
.list00.design2 ul li {
    border: 1px solid #48ACAD;}
.list00.design2 ul li h3 {
    background-color: #48ACAD;
    border: 1px solid #48ACAD;}