@charset "utf-8";

/*
---------------------------------------------------------------------------
recommendpage
---------------------------------------------------------------------------
*/

#recommendpage > section.title {
  position: relative;
}
#recommendpage > section.title h2 {
  width: 700px;
  margin: 40px auto 50px;
}
#recommendpage > section.title p {
  max-width: 500px;
  text-align: center;
  margin: 50px auto;
}
#recommendpage > section.title p img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  #recommendpage > section.title h2 {
    width: 480px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #recommendpage > section.title h2 {
    width: calc(100% - 40px);
  }
}
#recommendpage > section.title nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #recommendpage > section.title nav ul {
    margin: 0 15px;
  }
}
#recommendpage > section.title nav ul li {
  margin: 0 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #recommendpage > section.title nav ul li {
    width: calc(33.33% - 10px);
    margin: 0 5px;
  }
}
#recommendpage > section.title nav ul li a {
  width: 200px;
  display: block;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  border-radius: 7px;
}
@media screen and (max-width: 960px) {
  #recommendpage > section.title nav ul li a {
    width: 150px;
    padding: 13px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #recommendpage > section.title nav ul li a {
    width: 100%;
    padding: 13px 0;
  }
}
#recommendpage > section.title nav ul li a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#recommendpage > section.title nav ul li:nth-child(1) a {
  background-color: #9070AF;
}
#recommendpage > section.title nav ul li:nth-child(2) a {
  background-color: #EB6D8E;
}
#recommendpage > section.title nav ul li:nth-child(3) a {
  background-color: #F5A33B;
}
#recommendpage > div.main {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #recommendpage > div.main {
    margin: 0 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #recommendpage > div.main {
    margin: 0 20px;
  }
}
#recommendpage > div.main > section {
  margin: 0 0 50px;
}
#recommendpage > div.main > section > h3 {
  font-size: 1.5em;
  text-align: center;
  margin: 0 0 20px;
}
#recommendpage > div.main > section:nth-child(1) h3 {
  color: #9070AF;
}
#recommendpage > div.main > section:nth-child(2) h3 {
  color: #EB6D8E;
}
#recommendpage > div.main > section:nth-child(3) h3 {
  color: #F5A33B;
}
#recommendpage > div.main > section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#recommendpage > div.main > section > div > article {
  background-color: #F6F1D6;
  width: calc(33.33% - 2px);
  padding: 30px 30px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2px 2px 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  #recommendpage > div.main > section > div > article {
    width: calc(50% - 2px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #recommendpage > div.main > section > div > article {
    width: 100%;
    margin: 0 0 2px 0;
  }
}
#recommendpage > div.main > section > div > article > h4 {
  color: #00AEBB;
  font-size: 1.2em;
  margin: 10px 0 7px;
}
#recommendpage > div.main > section > div > article p.flag {
  position: absolute;
  top: 0;
  left: 28px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  width: 78px;
  height: 68px;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 120%;
}
#recommendpage > div.main > section > div > article p.txt {
  font-size: 0.9em;
  margin-bottom: 15px;
}
#recommendpage > div.main > section > div > article p.btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
#recommendpage > div.main > section > div > article p.btn a {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 30px;
  text-align: center;
  font-size: 0.9em;
  -webkit-box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.1);
}
#recommendpage > div.main > section > div > article p.btn a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#recommendpage > div.main > section > div > article table th,
#recommendpage > div.main > section > div > article table td {
  font-size: 0.8em;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  padding-bottom: 5px;
}
#recommendpage > div.main > section > div > article table th {
  white-space: nowrap;
  padding-right: 10px;
}
#recommendpage > div.main > section:nth-child(1) .flag {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2055.24%2049.94%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%239070af%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpolygon%20id%3D%22flag%22%20class%3D%22cls-1%22%20points%3D%220%202%2055.24%202%2055.24%2049.94%2027.62%2044.4%200%2049.94%200%202%22%2F%3E%3Cpolygon%20id%3D%22flag-2%22%20data-name%3D%22flag%22%20class%3D%22cls-2%22%20points%3D%220%200%2055.24%200%2055.24%2047.94%2027.62%2042.4%200%2047.94%200%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#recommendpage > div.main > section:nth-child(2) .flag {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2055.24%2049.94%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23EB6D8E%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpolygon%20id%3D%22flag%22%20class%3D%22cls-1%22%20points%3D%220%202%2055.24%202%2055.24%2049.94%2027.62%2044.4%200%2049.94%200%202%22%2F%3E%3Cpolygon%20id%3D%22flag-2%22%20data-name%3D%22flag%22%20class%3D%22cls-2%22%20points%3D%220%200%2055.24%200%2055.24%2047.94%2027.62%2042.4%200%2047.94%200%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#recommendpage > div.main > section:nth-child(3) .flag {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2055.24%2049.94%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23F5A33B%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpolygon%20id%3D%22flag%22%20class%3D%22cls-1%22%20points%3D%220%202%2055.24%202%2055.24%2049.94%2027.62%2044.4%200%2049.94%200%202%22%2F%3E%3Cpolygon%20id%3D%22flag-2%22%20data-name%3D%22flag%22%20class%3D%22cls-2%22%20points%3D%220%200%2055.24%200%2055.24%2047.94%2027.62%2042.4%200%2047.94%200%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}