@charset "UTF-8";

header {
  margin-bottom: 0;
}

footer {
  display: none;
}

/*
section.fortune {
  background: url("../media/images/ocean_id/fortune/horoscope_bg.jpg") no-repeat top center;
  background-size: cover;
}
*/
section.fortune .fortune__title {
  position: relative;
  padding: 40px 0;
  margin: 0 auto;
  max-width: 970px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__title {
    padding: 10px 20px;
  }
}
section.fortune .fortune__title h2 {
  position: relative;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__title h2 {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  section.fortune .fortune__title h2 img {
    width: 60%;
    height: auto;
  }
}
section.fortune .fortune__title h2 span {
  position: absolute;
  left: 100px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__title h2 span {
    position: static;
    flex: 0 1 auto;
    width: 30%;
  }
}
section.fortune .fortune__title .star_left,
section.fortune .fortune__title .star_right {
  position: absolute;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__title .star_left,
  section.fortune .fortune__title .star_right {
    bottom: 0;
  }
}
section.fortune .fortune__title .star_left {
  left: 0;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__title .star_left img {
    width: 65px;
  }
}
section.fortune .fortune__title .star_right {
  right: 0;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__title .star_right img {
    width: 55px;
  }
}
section.fortune .fortune__title .fortune__date__input span {
  text-align: center;
  text-shadow: 2px 3.464px 0px rgba(72, 97, 122, 0.4);
  color: #fff;
  line-height: 1;
}
section.fortune .fortune__title .fortune__date__input span.date_year {
  font-size: 32px;
}
section.fortune .fortune__date__input {
  display: table;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__date__input {
    margin: 10px auto 25px;
  }
}
section.fortune .fortune__date__input span {
  text-align: center;
  line-height: 1;
}
section.fortune .fortune__date__input span.date_year {
  font-size: 32px;
}
section.fortune .fortune__date__input span.date_month, section.fortune .fortune__date__input span.date_day {
  font-size: 50px;
}
section.fortune .fortune__date__input span.date_year::after, section.fortune .fortune__date__input span.date_month::after {
  content: ".";
}
section.fortune .fortune__date__input span.week1::after {
  content: "(月)";
  font-size: 40px;
  padding-left: 5px;
}
section.fortune .fortune__date__input span.week2::after {
  content: "(火)";
  font-size: 40px;
  padding-left: 5px;
}
section.fortune .fortune__date__input span.week3::after {
  content: "(水)";
  font-size: 40px;
  padding-left: 5px;
}
section.fortune .fortune__date__input span.week4::after {
  content: "(木)";
  font-size: 40px;
  padding-left: 5px;
}
section.fortune .fortune__date__input span.week5::after {
  content: "(金)";
  font-size: 40px;
  padding-left: 5px;
}
section.fortune .fortune__date__input span.week6::after {
  content: "(土)";
  font-size: 40px;
  padding-left: 5px;
}
section.fortune .fortune__date__input span.week0::after {
  content: "(日)";
  font-size: 40px;
  padding-left: 5px;
}
section.fortune .fortune__list {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list {
    background: none;
  }
}
section.fortune .fortune__list > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 60px 0;
  margin: 0 auto;
  list-style: none;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul {
    display: block;
    padding: 0 20px;
  }
}
section.fortune .fortune__list > ul > li {
  width: 33.33%;
  border-right: 1px solid #7bb6f1;
  border-bottom: 1px solid #7bb6f1;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li {
    border-right: none;
    width: 100%;
  }
}
section.fortune .fortune__list > ul > li a {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 100%;
  color: #070707;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li a {
    flex-flow: row nowrap;
    align-items: stretch;
    width: 100%;
    min-height: 75px;
  }
}
section.fortune .fortune__list > ul > li span.rankbase {
  position: absolute;
  left: 13px;
  top: 13px;
  padding: 0;
  border-radius: 40px;
  width: 76px;
  height: 76px;
  background-color: #308dea;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-size: 45px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li span.rankbase {
    width: 40px;
    height: 100%;
    border-radius: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    background-size: 25px;
    background-position: center;
  }
}
section.fortune .fortune__list > ul > li.rank_0 span.rankbase {
  background-image: url("../media/images/ocean_id/fortune/list_rank_0.png");
}
section.fortune .fortune__list > ul > li.rank_1 span.rankbase {
  background-image: url("../media/images/ocean_id/fortune/list_rank_1.png");
}
section.fortune .fortune__list > ul > li.rank_2 span.rankbase {
  background-image: url("../media/images/ocean_id/fortune/list_rank_2.png");
}
section.fortune .fortune__list > ul > li.rank_3 span.rankbase {
  background-image: url("../media/images/ocean_id/fortune/list_rank_3.png");
}
section.fortune .fortune__list > ul > li.rank_4 span.rankbase {
  background-image: url("../media/images/ocean_id/fortune/list_rank_4.png");
}
section.fortune .fortune__list > ul > li.rank_5 span.rankbase {
  background-image: url("../media/images/ocean_id/fortune/list_rank_5.png");
}
section.fortune .fortune__list > ul > li.rank_6 span.rankbase {
  background-image: url("../media/images/ocean_id/fortune/list_rank_6.png");
}
section.fortune .fortune__list > ul > li.rank_7 span.rankbase {
  background-image: url("../media/images/ocean_id/fortune/list_rank_7.png");
}
section.fortune .fortune__list > ul > li.rank_8 span.rankbase {
  background-image: url("../media/images/ocean_id/fortune/list_rank_8.png");
}
section.fortune .fortune__list > ul > li.rank_9 span.rankbase {
  background-image: url("../media/images/ocean_id/fortune/list_rank_9.png");
}
section.fortune .fortune__list > ul > li.rank_10 span.rankbase {
  background-image: url("../media/images/ocean_id/fortune/list_rank_10.png");
}
section.fortune .fortune__list > ul > li.rank_11 span.rankbase {
  background-image: url("../media/images/ocean_id/fortune/list_rank_11.png");
}
section.fortune .fortune__list > ul > li.rank_12 span.rankbase {
  background-image: url("../media/images/ocean_id/fortune/list_rank_12.png");
}
section.fortune .fortune__list > ul > li:nth-child(odd) {
  background-color: #ebf9fd;
}
section.fortune .fortune__list > ul > li:nth-child(even) {
  background-color: #fff;
}
section.fortune .fortune__list > ul > li:nth-child(1), section.fortune .fortune__list > ul > li:nth-child(2), section.fortune .fortune__list > ul > li:nth-child(3) {
  width: 33%;
  background-color: #fefbd4;
  border: 1px solid #7bb6f1;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li:nth-child(1), section.fortune .fortune__list > ul > li:nth-child(2), section.fortune .fortune__list > ul > li:nth-child(3) {
    margin-bottom: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #7bb6f1;
  }
}
section.fortune .fortune__list > ul > li:nth-child(1) div.star_left,
section.fortune .fortune__list > ul > li:nth-child(1) div.star_right, section.fortune .fortune__list > ul > li:nth-child(2) div.star_left,
section.fortune .fortune__list > ul > li:nth-child(2) div.star_right, section.fortune .fortune__list > ul > li:nth-child(3) div.star_left,
section.fortune .fortune__list > ul > li:nth-child(3) div.star_right {
  position: absolute;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li:nth-child(1) div.star_left,
  section.fortune .fortune__list > ul > li:nth-child(1) div.star_right, section.fortune .fortune__list > ul > li:nth-child(2) div.star_left,
  section.fortune .fortune__list > ul > li:nth-child(2) div.star_right, section.fortune .fortune__list > ul > li:nth-child(3) div.star_left,
  section.fortune .fortune__list > ul > li:nth-child(3) div.star_right {
    display: none;
  }
}
section.fortune .fortune__list > ul > li:nth-child(1) span.rankbase, section.fortune .fortune__list > ul > li:nth-child(2) span.rankbase, section.fortune .fortune__list > ul > li:nth-child(3) span.rankbase {
  background-position: center 7px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li:nth-child(1) span.rankbase, section.fortune .fortune__list > ul > li:nth-child(2) span.rankbase, section.fortune .fortune__list > ul > li:nth-child(3) span.rankbase {
    background-position: center;
  }
}
section.fortune .fortune__list > ul > li:nth-child(1) .ranking, section.fortune .fortune__list > ul > li:nth-child(2) .ranking, section.fortune .fortune__list > ul > li:nth-child(3) .ranking {
  margin: 25px 0 20px;
  order: 1;
  padding-left: 100px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li:nth-child(1) .ranking, section.fortune .fortune__list > ul > li:nth-child(2) .ranking, section.fortune .fortune__list > ul > li:nth-child(3) .ranking {
    margin: 0;
    padding-left: 0px;
    margin-left: 10px;
    width: 55px;
    order: 2;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
  }
}
section.fortune .fortune__list > ul > li:nth-child(1) .ranking h3.name, section.fortune .fortune__list > ul > li:nth-child(2) .ranking h3.name, section.fortune .fortune__list > ul > li:nth-child(3) .ranking h3.name {
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li:nth-child(1) .ranking h3.name, section.fortune .fortune__list > ul > li:nth-child(2) .ranking h3.name, section.fortune .fortune__list > ul > li:nth-child(3) .ranking h3.name {
    margin-left: 0px;
    white-space: normal;
  }
}
section.fortune .fortune__list > ul > li:nth-child(1) .ranking h3.name img, section.fortune .fortune__list > ul > li:nth-child(2) .ranking h3.name img, section.fortune .fortune__list > ul > li:nth-child(3) .ranking h3.name img {
  width: auto;
  max-width: 100%;
}
section.fortune .fortune__list > ul > li:nth-child(1) .ranking span, section.fortune .fortune__list > ul > li:nth-child(2) .ranking span, section.fortune .fortune__list > ul > li:nth-child(3) .ranking span {
  display: inline-block;
  vertical-align: baseline;
}
section.fortune .fortune__list > ul > li:nth-child(1) .img, section.fortune .fortune__list > ul > li:nth-child(2) .img, section.fortune .fortune__list > ul > li:nth-child(3) .img {
  padding-left: 0;
  margin-bottom: 15px;
  width: 100%;
  order: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li:nth-child(1) .img, section.fortune .fortune__list > ul > li:nth-child(2) .img, section.fortune .fortune__list > ul > li:nth-child(3) .img {
    flex: 0 1 20%;
    padding-left: 50px;
    padding-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    padding-left: 50px;
    order: 1;
  }
}
section.fortune .fortune__list > ul > li:nth-child(1) .img img, section.fortune .fortune__list > ul > li:nth-child(2) .img img, section.fortune .fortune__list > ul > li:nth-child(3) .img img {
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li:nth-child(1) .img img, section.fortune .fortune__list > ul > li:nth-child(2) .img img, section.fortune .fortune__list > ul > li:nth-child(3) .img img {
    max-width: 50px;
    max-height: 45px;
  }
}
section.fortune .fortune__list > ul > li:nth-child(1) .today_para, section.fortune .fortune__list > ul > li:nth-child(2) .today_para, section.fortune .fortune__list > ul > li:nth-child(3) .today_para {
  order: 3;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li:nth-child(1) {
    background-color: #ebf9fd;
  }
}
section.fortune .fortune__list > ul > li:nth-child(1) div.star_left {
  left: -15px;
  bottom: 30px;
}
section.fortune .fortune__list > ul > li:nth-child(1) div.star_right {
  right: -65px;
  bottom: 35px;
  z-index: 10;
}
section.fortune .fortune__list > ul > li:nth-child(1) span.rankbase {
  background-color: #ceba49;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li:nth-child(2) {
    background-color: #fff;
  }
}
section.fortune .fortune__list > ul > li:nth-child(2) div.star_left {
  top: -30px;
  right: 5px;
}
section.fortune .fortune__list > ul > li:nth-child(2) div.star_right {
  right: -70px;
  bottom: 56px;
}
section.fortune .fortune__list > ul > li:nth-child(2) span.rankbase {
  background-color: #c7c7c7;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li:nth-child(3) {
    background-color: #ebf9fd;
  }
}
section.fortune .fortune__list > ul > li:nth-child(3) div.star_left {
  right: -25px;
  bottom: 43px;
}
section.fortune .fortune__list > ul > li:nth-child(3) span.rankbase {
  background-color: #d17560;
}
section.fortune .fortune__list > ul > li:nth-child(4), section.fortune .fortune__list > ul > li:nth-child(5), section.fortune .fortune__list > ul > li:nth-child(6) {
  border-top: 1px solid #7bb6f1;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li:nth-child(4), section.fortune .fortune__list > ul > li:nth-child(5), section.fortune .fortune__list > ul > li:nth-child(6) {
    border-top: none;
  }
}
section.fortune .fortune__list > ul > li:nth-child(3n + 1) {
  border-left: 1px solid #7bb6f1;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li:nth-child(3n + 1) {
    border-left: none;
  }
}
section.fortune .fortune__list > ul > li .ranking {
  order: 2;
  width: 85px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li .ranking {
    margin: 0;
    width: 55px;
    margin-left: 10px;
  }
}
section.fortune .fortune__list > ul > li .ranking img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li .ranking img {
    width: 100%;
  }
}
section.fortune .fortune__list > ul > li .ranking span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li .ranking span {
    font-size: 8px;
  }
}
section.fortune .fortune__list > ul > li .img {
  order: 1;
  padding-top: 5px;
  padding-left: 105px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li .img {
    flex: 0 1 20%;
    padding-left: 50px;
    padding-top: 0;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    min-width: 100px;
  }
}
section.fortune .fortune__list > ul > li .img img {
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li .img img {
    max-width: 50px;
    max-height: 45px;
  }
}
section.fortune .fortune__list > ul > li .today_para {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  padding: 13px;
  order: 3;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li .today_para {
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    flex: 0 1 100%;
    padding: 0;
    order: 3;
    padding-left: 10px;
  }
  section.fortune .fortune__list > ul > li .today_para:after {
    content: "";
  }
}
section.fortune .fortune__list > ul > li .today_para span.param {
  padding-right: 5px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li .today_para span.param {
    margin-bottom: 10px;
    width: 100%;
  }
}
section.fortune .fortune__list > ul > li .today_para ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li .today_para ul {
    margin: 0;
  }
}
section.fortune .fortune__list > ul > li .today_para ul li {
  display: inline-block;
}
section.fortune .fortune__list > ul > li .today_para ul li img {
  display: block;
  width: auto;
  height: 15px;
}
section.fortune .fortune__list > ul > li .today_para span.readmore {
  position: absolute;
  display: inline-block;
  margin-left: 13px;
  font-size: 13px;
  text-decoration: none;
  color: #308dea;
  right: 10px;
}
@media screen and (max-width: 767px) {
  section.fortune .fortune__list > ul > li .today_para span.readmore::before, section.fortune .fortune__list > ul > li .today_para span.readmore::after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    font-size: 25px;
    line-height: 1;
  }
  section.fortune .fortune__list > ul > li .today_para span.readmore::before {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    right: 10px;
  }
  section.fortune .fortune__list > ul > li .today_para span.readmore::after {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    right: 17px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page {
    padding: 0 20px 20px;
  }
}
section.fortune.detail_page .fortune__title .star_left {
  bottom: -75px;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .fortune__title .star_left {
    bottom: -43px;
  }
}
section.fortune.detail_page .fortune__title .star_right {
  bottom: -125px;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .fortune__title .star_right {
    bottom: -25px;
  }
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .fortune__title .star_right img.pc {
    display: none;
  }
}
section.fortune.detail_page .fortune__title .star_right img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .fortune__title .star_right img.sp {
    display: block;
  }
}
section.fortune.detail_page .detail {
  padding: 30px;
  margin: 0 auto;
  max-width: 970px;
  background-color: #fff;
  border: 2px solid #7bb6f1;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .detail {
    padding: 15px 10px 10px;
  }
}
section.fortune.detail_page .detail .fortune__date__input {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .detail .fortune__date__input .date_year {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .detail .fortune__date__input .date_month {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .detail .fortune__date__input .date_day {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .detail .fortune__date__input .date_day::after {
    font-size: 13px;
  }
}
section.fortune.detail_page .detail .left {
  flex: 1 0 420px;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .detail .left {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    margin-bottom: 15px;
  }
}
section.fortune.detail_page .detail .rank {
  margin: 50px auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .detail .rank {
    display: block;
    margin: 0 auto;
  }
}
section.fortune.detail_page .detail .rank div.sleeve {
  max-width: 420px;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .detail .rank div.sleeve {
    flex-flow: column wrap;
    text-align: center;
    width: 80px;
  }
}
section.fortune.detail_page .detail .rank .namber {
  width: 115px;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .detail .rank .namber {
    width: 100%;
  }
}
section.fortune.detail_page .detail .rank .namber img {
  width: 100%;
}
section.fortune.detail_page .detail .rank .name {
  margin-top: 15px;
  margin-left: 15px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .detail .rank .name {
    margin-top: 8px;
    margin-left: 0;
    width: 100%;
  }
}
section.fortune.detail_page .detail .rank .name img {
  width: 100%;
}
section.fortune.detail_page .detail .rank span.time_length {
  display: block;
  margin-top: 30px;
  margin-left: 10px;
  font-size: 18px;
  color: #9c9c9c;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .detail .rank span.time_length {
    margin-top: 5px;
    margin-left: 0px;
    font-size: 12px;
    white-space: nowrap;
    color: #070707;
  }
}
section.fortune.detail_page .detail .rank_img {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .detail .rank_img {
    margin-top: 0;
  }
}
section.fortune.detail_page .score {
  flex: 0 1 auto;
}
section.fortune.detail_page .score .table_side {
  background-color: #fefbd4;
  padding: 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .score .table_side {
    padding: 10px;
  }
}
section.fortune.detail_page .score .table_side .items {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .score .table_side .items {
    margin-left: 13px;
    padding-left: 13px;
    width: 40%;
  }
}
section.fortune.detail_page .score .table_side .items h4 {
  padding: 3px;
  background-color: #ff7f18;
  border-radius: 4px;
  font-size: 17px;
  margin: 0 0 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .score .table_side .items h4 {
    display: table;
    font-size: 12px;
  }
}
section.fortune.detail_page .score .table_side .items h4 br {
  display: none;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .score .table_side .items h4 br {
    display: block;
  }
}
section.fortune.detail_page .score .table_side .items p {
  font-size: 17px;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .score .table_side .items p {
    font-size: 12px;
  }
}
section.fortune.detail_page .score .table_side .items p + h4 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .score .table_side .table-wrap {
    width: 60%;
  }
}
section.fortune.detail_page .score .table_side table th, section.fortune.detail_page .score .table_side table td {
  padding-bottom: 10px;
}
section.fortune.detail_page .score .table_side table th {
  font-weight: normal;
  font-size: 17px;
  color: #707070;
  width: 65px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .score .table_side table th {
    font-size: 12px;
    width: 20%;
  }
}
section.fortune.detail_page .score .table_side table th.short_title:first-letter {
  letter-spacing: 1em;
}
section.fortune.detail_page .score .table_side table td ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
section.fortune.detail_page .score .table_side table td ul.fortune_money li {
  width: 20px;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .score .table_side table td ul.fortune_money li {
    width: 20%;
  }
}
section.fortune.detail_page .score .table_side table td ul.fortune_money li + li {
  margin-left: 5px;
}
section.fortune.detail_page .score .table_side table td ul li {
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .score .table_side table td ul li {
    width: 20%;
  }
  section.fortune.detail_page .score .table_side table td ul li img {
    width: 1em;
  }
}
section.fortune.detail_page .score .table_side table td ul li + li {
  margin-left: 5px;
}
section.fortune.detail_page .score .comment {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.fortune.detail_page .score .comment {
    margin: 10px 0 0;
    font-size: 14px;
  }
}
section.fortune .button {
  margin: 30px 20px 20px;
}
@media screen and (max-width: 767px) {
  section.fortune .button {
    margin: 30px 10px;
  }
}
section.fortune .button a {
  margin: 0 auto;
  display: block;
  padding: 15px;
  border: 3px solid #2e67cb;
  border-radius: 6px;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
  color: #2e67cb;
  width: 500px;
}
@media screen and (max-width: 767px) {
  section.fortune .button a {
    width: 100%;
    font-size: 14px;
  }
}

section.footer {
  padding: 15px 0 70px;
}
@media screen and (max-width: 767px) {
  section.footer {
    padding: 15px 0 25px;
  }
}
section.footer div.footer_logo {
  display: table;
  margin: 0 auto;
}

/*# sourceMappingURL=fortune.css.map */
