@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
@media (min-width: 1024px) {
  .pc {
    display: block;
  }
}

@media (max-width: 480px) {
  .pc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .sp {
    display: none;
  }
}

@media (max-width: 480px) {
  .sp {
    display: block;
  }
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #e3e3e3;
  /* グレーカラー 自由に設定化 */
  font-size: 1.2rem;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

@media (max-width: 480px) {
  .star5_rating {
    font-size: 3.3vw;
  }
}

.star5_rating::before, .star5_rating::after {
  content: '★★★★★';
}

.star5_rating::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffe563;
  /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="1%"]::after {
  width: 1%;
}

.star5_rating[data-rate="2%"]::after {
  width: 2%;
}

.star5_rating[data-rate="3%"]::after {
  width: 3%;
}

.star5_rating[data-rate="4%"]::after {
  width: 4%;
}

.star5_rating[data-rate="5%"]::after {
  width: 5%;
}

.star5_rating[data-rate="6%"]::after {
  width: 6%;
}

.star5_rating[data-rate="7%"]::after {
  width: 7%;
}

.star5_rating[data-rate="8%"]::after {
  width: 8%;
}

.star5_rating[data-rate="9%"]::after {
  width: 9%;
}

.star5_rating[data-rate="10%"]::after {
  width: 10%;
}

.star5_rating[data-rate="11%"]::after {
  width: 11%;
}

.star5_rating[data-rate="12%"]::after {
  width: 12%;
}

.star5_rating[data-rate="13%"]::after {
  width: 13%;
}

.star5_rating[data-rate="14%"]::after {
  width: 14%;
}

.star5_rating[data-rate="15%"]::after {
  width: 15%;
}

.star5_rating[data-rate="16%"]::after {
  width: 16%;
}

.star5_rating[data-rate="17%"]::after {
  width: 17%;
}

.star5_rating[data-rate="18%"]::after {
  width: 18%;
}

.star5_rating[data-rate="19%"]::after {
  width: 19%;
}

.star5_rating[data-rate="20%"]::after {
  width: 20%;
}

.star5_rating[data-rate="21%"]::after {
  width: 21%;
}

.star5_rating[data-rate="22%"]::after {
  width: 22%;
}

.star5_rating[data-rate="23%"]::after {
  width: 23%;
}

.star5_rating[data-rate="24%"]::after {
  width: 24%;
}

.star5_rating[data-rate="25%"]::after {
  width: 25%;
}

.star5_rating[data-rate="26%"]::after {
  width: 26%;
}

.star5_rating[data-rate="27%"]::after {
  width: 27%;
}

.star5_rating[data-rate="28%"]::after {
  width: 28%;
}

.star5_rating[data-rate="29%"]::after {
  width: 29%;
}

.star5_rating[data-rate="30%"]::after {
  width: 30%;
}

.star5_rating[data-rate="31%"]::after {
  width: 31%;
}

.star5_rating[data-rate="32%"]::after {
  width: 32%;
}

.star5_rating[data-rate="33%"]::after {
  width: 33%;
}

.star5_rating[data-rate="34%"]::after {
  width: 34%;
}

.star5_rating[data-rate="35%"]::after {
  width: 35%;
}

.star5_rating[data-rate="36%"]::after {
  width: 36%;
}

.star5_rating[data-rate="37%"]::after {
  width: 37%;
}

.star5_rating[data-rate="38%"]::after {
  width: 38%;
}

.star5_rating[data-rate="39%"]::after {
  width: 39%;
}

.star5_rating[data-rate="40%"]::after {
  width: 40%;
}

.star5_rating[data-rate="41%"]::after {
  width: 41%;
}

.star5_rating[data-rate="42%"]::after {
  width: 42%;
}

.star5_rating[data-rate="43%"]::after {
  width: 43%;
}

.star5_rating[data-rate="44%"]::after {
  width: 44%;
}

.star5_rating[data-rate="45%"]::after {
  width: 45%;
}

.star5_rating[data-rate="46%"]::after {
  width: 46%;
}

.star5_rating[data-rate="47%"]::after {
  width: 47%;
}

.star5_rating[data-rate="48%"]::after {
  width: 48%;
}

.star5_rating[data-rate="49%"]::after {
  width: 49%;
}

.star5_rating[data-rate="50%"]::after {
  width: 50%;
}

.star5_rating[data-rate="51%"]::after {
  width: 51%;
}

.star5_rating[data-rate="52%"]::after {
  width: 52%;
}

.star5_rating[data-rate="53%"]::after {
  width: 53%;
}

.star5_rating[data-rate="54%"]::after {
  width: 54%;
}

.star5_rating[data-rate="55%"]::after {
  width: 55%;
}

.star5_rating[data-rate="56%"]::after {
  width: 56%;
}

.star5_rating[data-rate="57%"]::after {
  width: 57%;
}

.star5_rating[data-rate="58%"]::after {
  width: 58%;
}

.star5_rating[data-rate="59%"]::after {
  width: 59%;
}

.star5_rating[data-rate="60%"]::after {
  width: 60%;
}

.star5_rating[data-rate="61%"]::after {
  width: 61%;
}

.star5_rating[data-rate="62%"]::after {
  width: 62%;
}

.star5_rating[data-rate="63%"]::after {
  width: 63%;
}

.star5_rating[data-rate="64%"]::after {
  width: 64%;
}

.star5_rating[data-rate="65%"]::after {
  width: 65%;
}

.star5_rating[data-rate="66%"]::after {
  width: 66%;
}

.star5_rating[data-rate="67%"]::after {
  width: 67%;
}

.star5_rating[data-rate="68%"]::after {
  width: 68%;
}

.star5_rating[data-rate="69%"]::after {
  width: 69%;
}

.star5_rating[data-rate="70%"]::after {
  width: 70%;
}

.star5_rating[data-rate="71%"]::after {
  width: 71%;
}

.star5_rating[data-rate="72%"]::after {
  width: 72%;
}

.star5_rating[data-rate="73%"]::after {
  width: 73%;
}

.star5_rating[data-rate="74%"]::after {
  width: 74%;
}

.star5_rating[data-rate="75%"]::after {
  width: 75%;
}

.star5_rating[data-rate="76%"]::after {
  width: 76%;
}

.star5_rating[data-rate="77%"]::after {
  width: 77%;
}

.star5_rating[data-rate="78%"]::after {
  width: 78%;
}

.star5_rating[data-rate="79%"]::after {
  width: 79%;
}

.star5_rating[data-rate="80%"]::after {
  width: 80%;
}

.star5_rating[data-rate="81%"]::after {
  width: 81%;
}

.star5_rating[data-rate="82%"]::after {
  width: 82%;
}

.star5_rating[data-rate="83%"]::after {
  width: 83%;
}

.star5_rating[data-rate="84%"]::after {
  width: 84%;
}

.star5_rating[data-rate="85%"]::after {
  width: 85%;
}

.star5_rating[data-rate="86%"]::after {
  width: 86%;
}

.star5_rating[data-rate="87%"]::after {
  width: 87%;
}

.star5_rating[data-rate="88%"]::after {
  width: 88%;
}

.star5_rating[data-rate="89%"]::after {
  width: 89%;
}

.star5_rating[data-rate="90%"]::after {
  width: 90%;
}

.star5_rating[data-rate="91%"]::after {
  width: 91%;
}

.star5_rating[data-rate="92%"]::after {
  width: 92%;
}

.star5_rating[data-rate="93%"]::after {
  width: 93%;
}

.star5_rating[data-rate="94%"]::after {
  width: 94%;
}

.star5_rating[data-rate="95%"]::after {
  width: 95%;
}

.star5_rating[data-rate="96%"]::after {
  width: 96%;
}

.star5_rating[data-rate="97%"]::after {
  width: 97%;
}

.star5_rating[data-rate="98%"]::after {
  width: 98%;
}

.star5_rating[data-rate="99%"]::after {
  width: 99%;
}

.star5_rating[data-rate="100%"]::after {
  width: 100%;
}

.topColumn {
  margin: 1rem auto;
  width: 100%;
  background-color: #fff;
}

.topColumn p {
  line-height: 1.7em;
  width: 96%;
  margin: 0 auto 1rem;
}

@media (max-width: 480px) {
  .topColumn p {
    font-size: 4vw;
  }
}

.topColumn img {
  display: block;
  width: 80%;
  margin: 0 auto 1rem;
}

@media (max-width: 480px) {
  .topColumn img {
    width: 96%;
  }
}

.topColumn ul {
  width: 90%;
  margin: 0 auto 1rem;
  border: solid 2px #eee;
  border-radius: 10px;
  padding: 1em;
  list-style-type: decimal-leading-zero;
}

.topColumn ul li {
  margin-left: 2em;
  font-weight: bold;
  color: #555;
}

.topColumn ul li:not(:last-child) {
  margin-bottom: 1em;
}

.choose {
  width: 96%;
  margin: 0 auto 1rem;
  line-height: 1.7em;
  background-image: repeating-linear-gradient(90deg, #eee, #eee 1px, transparent 1px, transparent 32px), repeating-linear-gradient(180deg, #eee, #eee 1px, #fff 1px, #fff 32px);
  padding: 1rem 1rem 0;
}

.choose ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.choose ul li h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: .3em;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

@media (max-width: 480px) {
  .choose ul li h3 {
    font-size: 4.3vw;
  }
}

.choose ul li h3::before {
  content: "●";
  color: #55D8C1;
  margin-right: .5em;
  text-shadow: 3px 2px 0 #1a826e;
}

@media (max-width: 480px) {
  .choose ul li p {
    font-size: 3.5vw;
  }
}

.topTable {
  width: 100%;
  margin: 0 auto 1rem;
}

.topTable table {
  width: 96%;
  margin: 0 auto;
}

.topTable table tr th,
.topTable table tr td {
  text-align: center;
  vertical-align: middle;
  padding: .5em;
}

.topTable table thead tr th {
  color: #333;
  font-weight: bold;
  background-color: #FFDCF5;
  text-shadow: 2px 2px 0 #fff;
}

@media (max-width: 480px) {
  .topTable table thead tr th {
    font-size: 3.5vw;
  }
}

.topTable table thead tr th:first-child {
  width: 20%;
}

@media (max-width: 480px) {
  .topTable table thead tr th:first-child {
    width: 18%;
  }
}

.topTable table thead tr th:nth-child(2), .topTable table thead tr th:nth-child(3) {
  width: 20%;
}

@media (max-width: 480px) {
  .topTable table thead tr th:nth-child(2), .topTable table thead tr th:nth-child(3) {
    width: 18%;
  }
}

.topTable table thead tr th:last-child {
  width: 40%;
}

@media (max-width: 480px) {
  .topTable table thead tr th:last-child {
    width: 46%;
  }
}

.topTable table tbody tr:nth-of-type(even) {
  background-color: #f7f7f7;
}

.topTable table tbody tr td:first-child img {
  width: 4rem;
}

@media (max-width: 480px) {
  .topTable table tbody tr td:first-child img {
    width: 15vw;
  }
}

.topTable table tbody tr td:first-child a {
  color: #333;
  text-decoration: underline;
  font-size: .8rem;
}

@media (max-width: 480px) {
  .topTable table tbody tr td:first-child a {
    font-size: 3.2vw;
  }
}

.topTable table tbody tr td:nth-child(2) span {
  font-weight: bold;
  color: #bbb;
  background-color: #ddd;
  padding: .2em .5em;
  line-height: 1.7em;
  border-radius: 5px;
}

@media (max-width: 480px) {
  .topTable table tbody tr td:nth-child(2) span {
    font-size: 3.2vw;
  }
}

.topTable table tbody tr td:nth-child(2) span.type_true {
  color: #fff;
}

.topTable table tbody tr td:nth-child(2) span.type_true.koikatsu {
  background-color: #F190B7;
}

.topTable table tbody tr td:nth-child(2) span.type_true.konkatsu {
  background-color: #7FB5FF;
}

.topTable table tbody tr td:nth-child(2) span.type_true.asobi {
  background-color: #F9D923;
}

@media (max-width: 480px) {
  .topTable table tbody tr td:nth-child(3) {
    font-size: 3.2vw;
  }
}

.topTable table tbody tr td:last-child a {
  display: inline-block;
  width: 100%;
  line-height: 2.5em;
  margin-bottom: 5px;
  border-radius: 999px;
  position: relative;
  font-weight: 900;
  border: solid 2px #ddd;
}

@media (max-width: 480px) {
  .topTable table tbody tr td:last-child a {
    font-size: 3.2vw;
  }
}

.topTable table tbody tr td:last-child a::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  top: 0;
  right: .5em;
}

.topTable table tbody tr td:last-child a.td_official_btn {
  background-color: #35c9ff;
  color: #fff;
  border-color: #35c9ff;
}

.topTable table tbody tr td:last-child a.td_official_btn::after {
  content: "\f019";
}

.topTable table tbody tr td:last-child a.td_detail_btn {
  color: #555;
  background-color: #fff;
}

.topTable table tbody tr td:last-child a.td_detail_btn::after {
  content: "\f101";
}

.itemList_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
  width: 96%;
  margin: 0 auto 2rem;
}

@media (max-width: 480px) {
  .itemList_container {
    gap: 2vw;
  }
}

.itemList_container .item_card {
  width: calc((100% - 10px * 3) / 4);
  padding: .5rem 0;
  background: #fff;
  text-align: center;
  border-radius: 3px;
}

.itemList_container .item_card.sp {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.itemList_container .item_card a {
  color: #333;
  text-align: center;
}

@media (max-width: 480px) {
  .itemList_container .item_card a {
    font-size: 4vw;
  }
}

.itemList_container .item_card a .item_card_icon {
  position: relative;
}

.itemList_container .item_card a .item_card_icon::before {
  position: absolute;
  top: -.5rem;
  right: 0;
  width: 100%;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

@media (max-width: 480px) {
  .itemList_container .item_card a .item_card_icon::before {
    height: 2rem;
  }
}

.itemList_container .item_card a .item_card_icon1::before {
  background-image: url(/wp-content/themes/custom-theme/images/rankIcon/iconRank1.png);
}

.itemList_container .item_card a .item_card_icon2::before {
  background-image: url(/wp-content/themes/custom-theme/images/rankIcon/iconRank2.png);
}

.itemList_container .item_card a .item_card_icon3::before {
  background-image: url(/wp-content/themes/custom-theme/images/rankIcon/iconRank3.png);
}

.itemList_container .item_card a .item_card_icon img {
  margin-bottom: .5rem;
  display: block;
  width: 75%;
  margin: 0 auto;
}

.itemList_container .item_card a span {
  font-weight: bold;
  font-size: .8rem;
}

@media (max-width: 480px) {
  .itemList_container .item_card a span {
    font-size: 3vw;
  }
}

.itemList_container .item_card a:hover {
  opacity: 1;
}

.itemList_container .item_card a:hover .item_card_icon {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: drop-shadow(0 0 5px #ccc);
          filter: drop-shadow(0 0 5px #ccc);
}

.itemList_container .item_card a:hover .item_card_icon img {
  opacity: 1;
}

.rankingList {
  width: 100%;
  margin: 0 auto 2rem;
}

.rankingList .rankingBnr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
  gap: 10px;
}

.rankingList .rankingBnr_wrap .rankingBnr {
  width: calc((100% - 10px * 2) / 3);
  -webkit-box-shadow: 0 0 6px #ccc;
          box-shadow: 0 0 6px #ccc;
}

@media (max-width: 480px) {
  .rankingList .rankingBnr_wrap .rankingBnr {
    width: calc((100% - 10px) / 2);
  }
}

.rankingList .rankingBnr_wrap .rankingBnr a img {
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 1024px) {
  .rankingList .rankingBnr_wrap .rankingBnr a img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}

.rankingList .rankingBnr_wrap .rankingBnr a p {
  text-align: center;
  font-weight: bold;
  color: #333;
  padding: .5em 0;
  text-shadow: 2px 2px 0 #fff;
  background: linear-gradient(-45deg, #fff1bd 25%, #fcedba 25%, #fcedba 50%, #fff1bd 50%, #fff1bd 75%, #fcedba 75%);
  background-size: 12px 12px;
}

.rankingList .rankingBnr_wrap .rankingBnr a p span {
  font-size: 1.1em;
}

.rankingList .rankingBnr_wrap .rankingBnr a:hover {
  opacity: 1;
}

.rankingList .rankingBnr_wrap .rankingBnr a:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#summary .summary_inner {
  width: 96%;
  margin: 0 auto 1rem;
}

#summary .summary_inner h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: .5em;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

@media (max-width: 480px) {
  #summary .summary_inner h3 {
    font-size: 4vw;
  }
}

#summary .summary_inner h3::before {
  content: "▶";
  margin-right: .5em;
  color: #FFD24C;
}

#summary .summary_inner .summary_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto 1rem;
  border-radius: .5em;
}

@media (max-width: 480px) {
  #summary .summary_inner .summary_article {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#summary .summary_inner .summary_article .summary_icon {
  text-align: center;
}

#summary .summary_inner .summary_article .summary_icon a {
  color: #333;
  font-size: .8rem;
}

#summary .summary_inner .summary_article .summary_icon a img {
  width: 3rem;
}

#summary .summary_inner .summary_article .summary_icon a i {
  margin-left: .2em;
}

#summary .summary_inner .summary_article .plus {
  width: 4em;
  text-align: center;
  color: #aaa;
}

.selection {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  background-color: #ffeef4;
}

.selection_fukidashi {
  text-align: center;
  font-size: 1.5rem;
}

@media (max-width: 480px) {
  .selection_fukidashi {
    font-size: 5vw;
  }
}

.selection_container {
  width: 90%;
  border-style: solid;
  border-width: 0 0 3px;
  border-color: #ddd;
  border-radius: 0 0 10px 10px;
  margin: 0 auto 1rem;
}

.selection_container h3 {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: .5em 0;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 480px) {
  .selection_container h3 {
    font-size: 4.5vw;
  }
}

.selection_container h3::before {
  font-family: 'Font Awesome 5 Free';
  margin-right: .5em;
}

.selection_container .selection_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: .7rem;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.selection_container .selection_content .selection_app {
  width: calc(100% / 3);
}

.selection_container .selection_content .selection_app a {
  display: block;
  text-align: center;
}

.selection_container .selection_content .selection_app a img {
  width: 5rem;
}

@media (max-width: 480px) {
  .selection_container .selection_content .selection_app a img {
    width: 50%;
  }
}

.selection_container .selection_content .selection_app a p {
  color: #555;
  font-weight: bold;
}

@media (max-width: 480px) {
  .selection_container .selection_content .selection_app a p {
    font-size: 3.5vw;
  }
}

.selection_container .selection_content .selection_app a p::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f08e";
  margin-left: .3em;
  font-size: .8em;
}

.selection_container .selection_content .selection_app a:hover {
  opacity: 1;
}

.selection_container .selection_content .selection_app a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.selection_container.selection_koikatsu h3 {
  background: linear-gradient(-45deg, #ea89b0 25%, #fa99c0 25%, #fa99c0 50%, #ea89b0 50%, #ea89b0 75%, #fa99c0 75%);
  background-size: 10px 10px;
}

.selection_container.selection_konkatsu h3 {
  background: linear-gradient(-45deg, #74a9f2 25%, #84b9ff 25%, #84b9ff 50%, #74a9f2 50%, #74a9f2 75%, #84b9ff 75%);
  background-size: 10px 10px;
}

.selection_container.selection_asobi h3 {
  background: linear-gradient(-45deg, #f0d11f 25%, #fFE12f 25%, #fFE12f 50%, #f0d11f 50%, #f0d11f 75%, #fFE12f 75%);
  background-size: 10px 10px;
}

#question {
  width: 100%;
  margin: 0 auto 1rem;
  padding-bottom: 1rem;
  background: #f1f9ff;
  border: solid 2px #63b5f8;
}

#question p {
  color: #555;
  font-weight: bold;
}

#question .question_card {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: double 5px #EBD671;
}

@media (max-width: 480px) {
  #question .question_card {
    width: 90%;
    padding: 5vw;
  }
}

#question .question_card p {
  border-bottom: solid 2px #ddd;
}

#question .question_card p .question_index {
  font-size: 1.5em;
  font-weight: bold;
  color: #E79CC2;
}

#question .question_card .select_wrap {
  text-align: center;
}

#question .question_card .select_wrap button {
  width: 75%;
  padding: .5em 0;
  background-color: #6BCB77;
  border-bottom: solid 4px #5BBB67;
  color: #fff;
  border-radius: 6px;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  #question .question_card .select_wrap button {
    width: 100%;
    font-size: 4.3vw;
  }
}

#question .question_card #backBtn {
  display: block;
  width: 6rem;
  padding: .5em 0;
  text-align: center;
  margin: 1rem 0 0 12.5%;
  border-radius: 5px;
  background: #f3f3f3;
  color: #777;
}

@media (max-width: 480px) {
  #question .question_card #backBtn {
    margin-left: 0;
  }
}

#question #answer {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: double 5px #EBD671;
}

@media (max-width: 480px) {
  #question #answer {
    width: 90%;
    padding: 5vw;
  }
}

#question #answer p {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1rem;
}

#question #answer .down_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 80%;
  margin: .5rem auto;
  color: #318dd8;
  font-size: 3rem;
}

#question #answer .answer_card {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid 3px #eee;
  border-radius: 99px;
  background-color: #fff;
}

#question #answer .answer_card .answer_app {
  width: calc(100% / 3);
  text-align: center;
  font-size: .8rem;
}

#question #answer .answer_card .answer_app a {
  color: #333;
  text-decoration: underline;
}

#question #answer .answer_card .answer_app a img {
  width: 4rem;
}

@media (max-width: 480px) {
  #question #answer .answer_card .answer_app a img {
    width: 13vw;
  }
}

#question #answer #reset {
  display: block;
  width: 6rem;
  padding: .5em 0;
  text-align: center;
  margin: 1rem 0 0;
  border-radius: 5px;
  background: #f3f3f3;
  color: #777;
}

#question #answer #reset i {
  margin-right: 1em;
  color: #ccc;
}

.priceTable {
  width: 100%;
  margin: 0 auto 1rem;
}

.priceTable table {
  width: 96%;
  margin: 0 auto;
  border: solid 1px #ddd;
  border-radius: 10px;
}

.priceTable table tr th,
.priceTable table tr td {
  border: solid 1px #eee;
  text-align: center;
  vertical-align: middle;
  padding: 0.3em 0;
}

.priceTable table tr th:nth-of-type(1),
.priceTable table tr td:nth-of-type(1) {
  width: 20%;
}

.priceTable table tr th:nth-of-type(2),
.priceTable table tr td:nth-of-type(2) {
  width: 40%;
}

.priceTable table tr th:nth-of-type(3),
.priceTable table tr td:nth-of-type(3) {
  width: 40%;
}

.priceTable table tr th {
  background: #f3f3f3;
  font-weight: bold;
}

.priceTable table tr td {
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  .priceTable table tr td {
    font-size: 3.5vw;
  }
}

.priceTable table tr td:first-child {
  font-size: .8em;
}

.priceTable table tr td:first-child img {
  width: 60%;
}

.priceTable table tr td:first-child a {
  color: #333;
  text-decoration: underline;
}

.priceTable table tr td:first-child a::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f08e";
  margin-left: 0.3em;
}

.priceTable table tr .price_man_mark,
.priceTable table tr .price_woman_mark {
  display: inline-block;
  padding: 0.3em 0.7em;
  border-radius: 999px;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: .5em;
}

.priceTable table tr .price_man {
  background: #f6fcff;
}

.priceTable table tr .price_man_mark {
  background: #1880bd;
}

.priceTable table tr .price_woman {
  background: #fff9fb;
}

.priceTable table tr .price_woman_mark {
  background: #ff7895;
}

.top_summary_title {
  background-color: #FFC93C;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: .5em 0;
  font-size: 1.2rem;
  width: 96%;
  margin: 1rem auto 0;
  line-height: 1.3em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
  .top_summary_title {
    font-size: 5.5vw;
  }
}

.top_summary {
  width: 96%;
  margin: 0 auto 2rem;
  border: solid 3px #FFC93C;
  background-color: #fff;
  padding: 0 1rem;
}

@media (max-width: 480px) {
  .top_summary {
    padding: 0 4vw;
  }
}

.top_summary_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding: 1rem 0;
}

.top_summary_card:not(:last-of-type) {
  border-bottom: solid 3px #FFC93C;
}

.top_summary_card_left {
  width: 20%;
  font-size: .8rem;
  text-decoration: underline;
  text-align: center;
}

@media (max-width: 480px) {
  .top_summary_card_left {
    font-size: 3.2vw;
  }
}

.top_summary_card_left a {
  color: #333;
}

.top_summary_card_left a img {
  width: 90%;
}

.top_summary_card_right {
  width: calc(80% - 10px);
}

.top_summary_card_right h3 {
  margin-bottom: .3em;
}

.top_summary_card_right h3 a {
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
  text-decoration: underline;
}

.top_summary_card_right p {
  line-height: 1.5em;
}

.top_summary_card_right ul li {
  line-height: 1.2em;
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 480px) {
  .top_summary_card_right ul li {
    font-size: 4.2vw;
  }
}

.top_summary_card_right ul li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  font-weight: bold;
  color: #FFC93C;
  margin-right: .5em;
}

.top_summary_card_right ul li:not(:last-child) {
  margin-bottom: .5em;
}

.top_summary_card_btn {
  width: 100%;
}

.top_summary_card_btn a {
  display: block;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(-60deg, #10A19D 45%, #80d9d6 50%, #10A19D 55%, #10A19D 100%);
  background-size: 1000% 1000%;
  -webkit-animation: gradient 4s ease infinite;
          animation: gradient 4s ease infinite;
  position: relative;
  border: solid 3px #09928e;
  border-radius: 5px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 0px #087c78;
          box-shadow: 0px 5px 0px #087c78;
}

@media (max-width: 480px) {
  .top_summary_card_btn a {
    font-size: 5vw;
  }
}

.top_summary_card_btn a::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f019";
  right: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@-webkit-keyframes gradient {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
/*# sourceMappingURL=styles.css.map */