@charset "UTF-8";
/*--------------------------------------------------------*/
/*　本文　*/
/*--------------------------------------------------------*/
/* 大枠 */
.gutters .span_64 {
  margin-bottom: 0;
}

section {
  position: relative;
}

/* 比較表 */
@media only screen and (min-width: 768px) {
  .serv-box .ttl {
    padding-top: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) {
  .tb01 tbody th {
    padding: .7em .8em;
  }
}

/* キャンペーン情報 */
.wrap-camp {
  padding-bottom: 0;
}
.wrap-camp:after {
  content: "";
  clear: both;
  height: 0;
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .wrap-camp .img-camp {
    margin-left: 1em;
  }
}

/* おすすめのカード */
.reco-box .ttl {
  color: #564334;
}
.reco-box .reco-inner {
  margin: 1em 0;
  padding: 1.5em 1.2em 2em;
  background-color: #fffce2;
}
.reco-box .reco-inner .img-card {
  float: left;
}
.reco-box .reco-inner .img-card .img {
  margin-bottom: .5em;
}
.reco-box .reco-inner .img-card .img:last-child {
  margin-bottom: 1em;
}
.reco-box .reco-inner .img-card img {
  width: 140px;
}
.reco-box .reco-inner .list-brand {
  margin: 0 0 0 15em;
}
.reco-box .reco-inner .list-brand li {
  display: inline-block;
  margin: 0 .2em .4em 0;
}
.reco-box .reco-inner .ttl {
  margin: .5em 0 0 12.5em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  line-height: 1.6;
}
.reco-box .reco-inner .ttl:last-child {
  margin-bottom: 1em;
}
.reco-box .reco-inner .tb01 tbody {
  background-color: white;
}
.reco-box .reco-inner .tb01 tbody tr {
  border-bottom: 1px solid #ecd400;
  border-left: 1px solid #ecd400;
  border-right: 1px solid #ecd400;
}
.reco-box .reco-inner .tb01 tbody tr:first-child {
  border-top: 1px solid #ecd400;
}
.reco-box .reco-inner .tb01 tbody th {
  background-color: #fff9c9;
}
@media only screen and (min-width: 1024px) {
  .reco-box .ttl {
    font-weight: bold;
  }
  .reco-box .reco-inner {
    margin: .8em 0 1.2em;
    padding: 1.5em 1.5em 2em;
    border: 1px solid #ecd400;
    background-color: #fffced;
  }
  .reco-box .reco-inner .ttl {
    font-weight: normal;
  }
  .reco-box .reco-inner .item-right {
    margin: 1em 0 0 15em;
  }
}

.btn-reco {
  text-align: center;
  line-height: 1.7;
}
.btn-reco a {
  display: block;
  margin: 1em auto 0;
  padding: .9em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  background-color: #f60;
  background: #f60;
  background: -moz-linear-gradient(top, #f60 0%, #f95700 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f60), color-stop(100%, #f95700));
  background: -webkit-linear-gradient(top, #f60 0%, #f95700 100%);
  background: -o-linear-gradient(top, #f60 0%, #f95700 100%);
  background: -ms-linear-gradient(top, #f60 0%, #f95700 100%);
  background: linear-gradient(to bottom, #f60 0%, #f95700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-reco a:after {
  margin-left: .5em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.btn-reco a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
@media only screen and (min-width: 768px) {
  .btn-reco {
    background-color: rgba(226, 203, 0, 0.2);
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fffce2), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fffce2), color-stop(0.75, #fffce2), color-stop(0.75, transparent), to(transparent));
    background-size: 7px 7px;
  }
  .btn-reco a {
    max-width: 20em;
  }
}

/* 口コミを投稿するボタン */
.wrap-btn-form p:nth-child(2) {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.7;
  color: #888;
}
@media only screen and (min-width: 768px) {
  .wrap-btn-form {
    position: absolute;
    top: 0;
    right: 1em;
    width: 18em;
  }
  .wrap-btn-form p:nth-child(2) {
    line-height: 1.6;
  }
}

.btn-form {
  margin-top: 3em;
  text-align: center;
  line-height: 1.7;
  background-color: #f6f9fb;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  background-size: 7px 7px;
}
.btn-form a {
  display: block;
  margin: 1em auto;
  padding: 1em;
  width: 14em;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  background-color: #d1a821;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-form a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
@media only screen and (min-width: 768px) {
  .btn-form {
    margin-top: 0;
    background: transparent;
  }
  .btn-form a {
    margin: 1.5em auto .5em;
    font-size: 12px;
    font-size: 1.2rem;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  }
}

/*--------------------------------------------------------*/
/*　フッター　*/
/*--------------------------------------------------------*/
/* その他の口コミ */
.oth-sec h1 {
  margin: 3em 0 1em;
  padding-bottom: .5em;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 2px solid #3574B5;
}
.oth-sec .oth-card {
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 1px solid #3574B5;
}
.oth-sec .oth-card .ttl {
  margin-bottom: 1em;
  padding: .7em 2em .7em .8em;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  background-color: #F2F6FA;
}
.oth-sec .oth-card .ttl .review-num {
  font-size: 12px;
  font-size: 1.2rem;
}
.oth-sec .oth-card .ttl i {
  position: absolute;
  padding-top: .4em;
  top: 50%;
  right: .5em;
  width: 1.6em;
  height: 1.6em;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  background-color: #3574B5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.oth-sec .oth-item {
  position: relative;
  margin-bottom: 1em;
  padding: .7em;
  min-height: 10.5em;
  border: 1px solid #3574B5;
}
.oth-sec .oth-item:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 10px solid transparent;
  border-right-color: #3574B5;
  border-bottom-color: #3574B5;
}
.oth-sec .oth-item .img {
  float: left;
}
.oth-sec .oth-item img {
  width: 140px;
}
.oth-sec .oth-item .txt {
  padding-left: 15em;
}
.oth-sec .oth-item .btn a {
  display: block;
  padding: .5em;
  max-width: 11em;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  background: #3574B5;
  background: -moz-linear-gradient(top, #3574B5 0%, #2066AE 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3574B5), color-stop(100%, #2066AE));
  background: -webkit-linear-gradient(top, #3574B5 0%, #2066AE 100%);
  background: -o-linear-gradient(top, #3574B5 0%, #2066AE 100%);
  background: -ms-linear-gradient(top, #3574B5 0%, #2066AE 100%);
  background: linear-gradient(to bottom, #3574B5 0%, #2066AE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  -webkit-tap-highlight-color: transparent;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.oth-sec .oth-item .btn a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.oth-sec .oth-item .btn .pc {
  display: none;
}
.oth-sec .oth-item .btn .no-link {
  display: block;
  padding: .5em;
  max-width: 11em;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  border: 1px solid #cfcfcf;
  background-color: #ccc;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.oth-sec .oth-item .memo {
  margin-top: 1em;
}
.oth-sec .oth-item .memo p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.oth-sec .review-item {
  margin: 1em 0;
  padding: 1.2em;
  border: 1px solid #BCD1E7;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.oth-sec .review-item:first-child {
  margin-top: 0;
}
.oth-sec .review-item:last-child {
  margin-bottom: 0;
}
.oth-sec .review-item p:first-child {
  position: relative;
  padding-left: 1.5em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}
.oth-sec .review-item p:first-child:before {
  position: absolute;
  top: -.2em;
  left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.oth-sec .review-item p:nth-child(2) {
  font-size: 13px;
  font-size: 1.3rem;
}
.oth-sec .review-item.good p:first-child:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #ff5252;
}
.oth-sec .review-item.neutral p:first-child:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #f5ab18;
}
.oth-sec .review-item.bad p:first-child:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #2066AE;
}
@media only screen and (min-width: 768px) {
  .oth-sec .oth-item {
    padding: .8em;
    margin-bottom: 0;
    float: left;
    width: 30em;
  }
  .oth-sec .oth-item .btn .pc {
    display: inline;
  }
  .oth-sec .oth-review {
    padding-left: 33em;
  }
  .oth-sec .wrap-btn-form {
    position: static;
    width: auto;
    padding: 2em;
    margin: 3em 0;
    text-align: center;
    line-height: 1.7;
    background-color: #f6f9fb;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
    background-size: 5px 5px;
  }
  .oth-sec .wrap-btn-form p:nth-child(2) {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .oth-sec .btn-form a {
    margin: .5em auto;
    width: 17em;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
  }
}

.oth-sec .oth-cap {
  min-height: 11em;
}
.oth-sec .oth-cap .img {
  width: 140px;
  text-align: center;
  background-color: #F2F6FA;
}
.oth-sec .oth-cap img {
  width: 110px;
}

/* 総評 */
.summary h2 {
  margin: 3em 0 1em;
  padding-bottom: .5em;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 2px solid #3574B5;
}
@media only screen and (min-width: 768px) {
  .summary .summary-inner {
    padding: 2em 2.5em;
    background-color: #F2F6FA;
  }
}

/*--------------------------------------------------------*/
/*　投稿フォーム　*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*　ヘッダー　*/
/*--------------------------------------------------------*/
article {
  padding: 0 1em 3em;
}
article .span_64 > h1 {
  padding: 1em 0 .4em;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.6;
  font-weight: normal;
  color: #000;
  background-color: transparent;
  text-shadow: 1px 1px 1px #ddd;
}
article .ttl-category {
  margin-bottom: 1.5em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #2066AE;
}
article .ttl-info {
  position: relative;
  padding-bottom: 4.5em;
  margin-bottom: 1em;
}
article .ttl-time {
  position: absolute;
  right: 0;
  bottom: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #777;
}
article .ttl-catch {
  margin: 0 -.6em;
}
article .ttl-catch img {
  width: 100%;
}
article .ttl-label {
  position: absolute;
  top: 3em;
  left: -1em;
  display: inline-block;
  padding: 0 .8em;
  color: #fff;
  background-color: #d1a821;
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 1024px) {
  article {
    padding: 0 0 5em;
  }
  article .span_64 > h1 {
    text-align: left;
    font-size: 28px;
    font-size: 2.8rem;
    border-top: 3px solid #DDE8F3;
  }
  article .ttl-catch {
    margin: 0;
  }
  article .ttl-label {
    top: 3.75em;
    left: 0;
    padding: 0 .9em 0 .5em;
  }
  article .ttl-label:before {
    position: absolute;
    content: '';
    top: 0;
    left: -7px;
    border: none;
    height: 38px;
    width: 7px;
    background: #d1a821;
    border-radius: 5px 0 0 5px;
  }
  article .ttl-label:after {
    position: absolute;
    content: '';
    bottom: -7px;
    left: -5px;
    border: none;
    height: 7px;
    width: 5px;
    background: #826814;
    border-radius: 5px 0 0 5px;
  }
}

/* 導入 */
.ttl-rank {
  margin: 0 -.6em .7em;
  padding: .7em 1em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.95;
  color: #2066AE;
  font-weight: normal;
  background-color: #F2F6FA;
}
@media only screen and (min-width: 768px) {
  .ttl-rank {
    margin: 0 0 1em;
  }
}

/* 続きを読む */
.readmore-wrap {
  position: relative;
}
.readmore-wrap .readmore-item {
  position: relative;
  overflow: hidden;
}
.readmore-wrap .readmore-item.is-hide {
  height: 25em;
}
.readmore-wrap .readmore-item.is-hide:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10em;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
.readmore-wrap .readmore-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  padding: .7em 2em;
  margin: auto;
  width: 60%;
  min-width: 250px;
  text-align: center;
  color: #3574B5;
  background-color: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.readmore-wrap .readmore-link:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin-right: .5em;
}
@media only screen and (min-width: 768px) {
  .readmore-wrap .readmore-item.is-hide {
    height: auto;
  }
  .readmore-wrap .readmore-item.is-hide:before {
    content: none;
  }
  .readmore-wrap .readmore-link {
    display: none;
  }
}

/* 右カラム */
.rank-header .span_32 {
  display: none;
}
.rank-header .side-reco {
  margin: 2em -.9em 0;
  margin: 2em 0 0;
}
.rank-header .side-reco .ttl {
  padding: .4em .5em;
  color: #fff;
  line-height: 1;
  background-color: #d1a821;
}
.rank-header .side-reco .ttl span:nth-child(2) {
  padding-left: .5em;
  font-size: 11px;
  font-size: 1.1rem;
}
.rank-header .side-reco .list-reco li {
  padding: .5em 0;
  height: 5.4em;
  border-bottom: 1px solid #BCD1E7;
  background-color: #fff;
}
.rank-header .side-reco .list-reco a {
  text-decoration: none;
  color: #111;
}
.rank-header .side-reco .list-reco .img {
  float: left;
}
.rank-header .side-reco .list-reco img {
  width: 60px;
}
.rank-header .side-reco .list-reco div {
  padding: 0 0 0 5em;
}
.rank-header .side-reco .list-reco .category {
  display: block;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .rank-header .span_32 {
    margin: 4em -1em 0;
    padding: 1em 2em 2em;
    display: block;
    zoom: 1;
    background-color: #DDE8F3;
  }
  .rank-header .span_32:before, .rank-header .span_32:after {
    content: "";
    display: table;
  }
  .rank-header .span_32:after {
    clear: both;
  }
  .rank-header .pr {
    float: left;
  }
  .rank-header .pr img {
    margin-top: 2em;
  }
  .rank-header .side-reco {
    padding-left: 33em;
    margin: 0;
  }
  .rank-header .side-reco .ttl {
    position: relative;
    padding-left: 1.5em;
    margin: 0 0 .3em;
    line-height: 1.5;
    color: #111;
    background-color: transparent;
  }
  .rank-header .side-reco .ttl span:first-child {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .rank-header .side-reco .ttl span:nth-child(2) {
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
  }
  .rank-header .side-reco .ttl:before {
    position: absolute;
    top: 1.7em;
    left: 0;
    content: '';
    width: .7em;
    height: .2em;
    background-color: #BCD1E7;
  }
  .rank-header .list-reco li:first-child {
    border-top: 1px solid #BCD1E7;
  }
}
@media only screen and (min-width: 1024px) {
  .rank-header .span_32 {
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
  .rank-header .pr {
    float: none;
  }
  .rank-header .pr img {
    margin-top: 0;
    width: 100%;
    max-width: 300px;
  }
  .rank-header .side-reco {
    padding: 0;
  }
  .rank-header .side-reco .ttl {
    margin: 2.6em 0 .3em;
  }
}

/*--------------------------------------------------------*/
/*　見出し（1位～PICKUP）　*/
/*--------------------------------------------------------*/
/*　.ttl-num　*/
.ttl-01 {
  margin: 1.5em -.48em 1em;
  padding: .8em .5em .8em 4.1em;
  min-height: 4.5em;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background-color: #F2F6FA;
  border-bottom: 3px solid #3574B5;
}
.ttl-01:before {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 5;
  content: "1";
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-weight: normal;
  font-size: 37px;
  font-size: 3.7rem;
  color: #fff;
  -moz-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  -webkit-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
}
.ttl-01:after {
  position: absolute;
  top: 1.45em;
  left: 0;
  width: 6.7em;
  height: 2.2em;
  padding-top: 4.5em;
  content: 'RANKING';
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  background-color: #3574B5;
  -moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  -webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
}
@media only screen and (min-width: 768px) {
  .ttl-01 {
    margin: 1.5em 0 1em;
    padding: 1.5em 8em 1.5em 3.8em;
    min-height: 3.5em;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ttl-01:before {
    top: .3em;
    left: -.3em;
    width: 2em;
    height: 2em;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: bold;
  }
  .ttl-01:after {
    top: 1.3em;
    left: -1.2em;
    width: 8.2em;
    height: 2.7em;
    padding-top: 5.3em;
    font-size: 11px;
    font-size: 1.1rem;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  }
}

.ttl-02 {
  margin: 1.5em -.48em 1em;
  padding: .8em .5em .8em 4.1em;
  min-height: 4.5em;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background-color: #F2F6FA;
  border-bottom: 3px solid #3574B5;
}
.ttl-02:before {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 5;
  content: "2";
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-weight: normal;
  font-size: 37px;
  font-size: 3.7rem;
  color: #fff;
  -moz-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  -webkit-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
}
.ttl-02:after {
  position: absolute;
  top: 1.45em;
  left: 0;
  width: 6.7em;
  height: 2.2em;
  padding-top: 4.5em;
  content: 'RANKING';
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  background-color: #3574B5;
  -moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  -webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
}
@media only screen and (min-width: 768px) {
  .ttl-02 {
    margin: 1.5em 0 1em;
    padding: 1.5em 8em 1.5em 3.8em;
    min-height: 3.5em;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ttl-02:before {
    top: .3em;
    left: -.3em;
    width: 2em;
    height: 2em;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: bold;
  }
  .ttl-02:after {
    top: 1.3em;
    left: -1.2em;
    width: 8.2em;
    height: 2.7em;
    padding-top: 5.3em;
    font-size: 11px;
    font-size: 1.1rem;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  }
}

.ttl-03 {
  margin: 1.5em -.48em 1em;
  padding: .8em .5em .8em 4.1em;
  min-height: 4.5em;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background-color: #F2F6FA;
  border-bottom: 3px solid #3574B5;
}
.ttl-03:before {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 5;
  content: "3";
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-weight: normal;
  font-size: 37px;
  font-size: 3.7rem;
  color: #fff;
  -moz-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  -webkit-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
}
.ttl-03:after {
  position: absolute;
  top: 1.45em;
  left: 0;
  width: 6.7em;
  height: 2.2em;
  padding-top: 4.5em;
  content: 'RANKING';
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  background-color: #3574B5;
  -moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  -webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
}
@media only screen and (min-width: 768px) {
  .ttl-03 {
    margin: 1.5em 0 1em;
    padding: 1.5em 8em 1.5em 3.8em;
    min-height: 3.5em;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ttl-03:before {
    top: .3em;
    left: -.3em;
    width: 2em;
    height: 2em;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: bold;
  }
  .ttl-03:after {
    top: 1.3em;
    left: -1.2em;
    width: 8.2em;
    height: 2.7em;
    padding-top: 5.3em;
    font-size: 11px;
    font-size: 1.1rem;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  }
}

.ttl-04 {
  margin: 1.5em -.48em 1em;
  padding: .8em .5em .8em 4.1em;
  min-height: 4.5em;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background-color: #F2F6FA;
  border-bottom: 3px solid #3574B5;
}
.ttl-04:before {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 5;
  content: "4";
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-weight: normal;
  font-size: 37px;
  font-size: 3.7rem;
  color: #fff;
  -moz-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  -webkit-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
}
.ttl-04:after {
  position: absolute;
  top: 1.45em;
  left: 0;
  width: 6.7em;
  height: 2.2em;
  padding-top: 4.5em;
  content: 'RANKING';
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  background-color: #3574B5;
  -moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  -webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
}
@media only screen and (min-width: 768px) {
  .ttl-04 {
    margin: 1.5em 0 1em;
    padding: 1.5em 8em 1.5em 3.8em;
    min-height: 3.5em;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ttl-04:before {
    top: .3em;
    left: -.3em;
    width: 2em;
    height: 2em;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: bold;
  }
  .ttl-04:after {
    top: 1.3em;
    left: -1.2em;
    width: 8.2em;
    height: 2.7em;
    padding-top: 5.3em;
    font-size: 11px;
    font-size: 1.1rem;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  }
}

.ttl-05 {
  margin: 1.5em -.48em 1em;
  padding: .8em .5em .8em 4.1em;
  min-height: 4.5em;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background-color: #F2F6FA;
  border-bottom: 3px solid #3574B5;
}
.ttl-05:before {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 5;
  content: "5";
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-weight: normal;
  font-size: 37px;
  font-size: 3.7rem;
  color: #fff;
  -moz-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  -webkit-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
}
.ttl-05:after {
  position: absolute;
  top: 1.45em;
  left: 0;
  width: 6.7em;
  height: 2.2em;
  padding-top: 4.5em;
  content: 'RANKING';
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  background-color: #3574B5;
  -moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  -webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
}
@media only screen and (min-width: 768px) {
  .ttl-05 {
    margin: 1.5em 0 1em;
    padding: 1.5em 8em 1.5em 3.8em;
    min-height: 3.5em;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ttl-05:before {
    top: .3em;
    left: -.3em;
    width: 2em;
    height: 2em;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: bold;
  }
  .ttl-05:after {
    top: 1.3em;
    left: -1.2em;
    width: 8.2em;
    height: 2.7em;
    padding-top: 5.3em;
    font-size: 11px;
    font-size: 1.1rem;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  }
}

.ttl-06 {
  margin: 1.5em -.48em 1em;
  padding: .8em .5em .8em 4.1em;
  min-height: 4.5em;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background-color: #F2F6FA;
  border-bottom: 3px solid #3574B5;
}
.ttl-06:before {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 5;
  content: "6";
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-weight: normal;
  font-size: 37px;
  font-size: 3.7rem;
  color: #fff;
  -moz-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  -webkit-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
}
.ttl-06:after {
  position: absolute;
  top: 1.45em;
  left: 0;
  width: 6.7em;
  height: 2.2em;
  padding-top: 4.5em;
  content: 'RANKING';
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  background-color: #3574B5;
  -moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  -webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
}
@media only screen and (min-width: 768px) {
  .ttl-06 {
    margin: 1.5em 0 1em;
    padding: 1.5em 8em 1.5em 3.8em;
    min-height: 3.5em;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ttl-06:before {
    top: .3em;
    left: -.3em;
    width: 2em;
    height: 2em;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: bold;
  }
  .ttl-06:after {
    top: 1.3em;
    left: -1.2em;
    width: 8.2em;
    height: 2.7em;
    padding-top: 5.3em;
    font-size: 11px;
    font-size: 1.1rem;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  }
}

.ttl-07 {
  margin: 1.5em -.48em 1em;
  padding: .8em .5em .8em 4.1em;
  min-height: 4.5em;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background-color: #F2F6FA;
  border-bottom: 3px solid #3574B5;
}
.ttl-07:before {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 5;
  content: "7";
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-weight: normal;
  font-size: 37px;
  font-size: 3.7rem;
  color: #fff;
  -moz-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  -webkit-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
}
.ttl-07:after {
  position: absolute;
  top: 1.45em;
  left: 0;
  width: 6.7em;
  height: 2.2em;
  padding-top: 4.5em;
  content: 'RANKING';
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  background-color: #3574B5;
  -moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  -webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
}
@media only screen and (min-width: 768px) {
  .ttl-07 {
    margin: 1.5em 0 1em;
    padding: 1.5em 8em 1.5em 3.8em;
    min-height: 3.5em;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ttl-07:before {
    top: .3em;
    left: -.3em;
    width: 2em;
    height: 2em;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: bold;
  }
  .ttl-07:after {
    top: 1.3em;
    left: -1.2em;
    width: 8.2em;
    height: 2.7em;
    padding-top: 5.3em;
    font-size: 11px;
    font-size: 1.1rem;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  }
}

.ttl-08 {
  margin: 1.5em -.48em 1em;
  padding: .8em .5em .8em 4.1em;
  min-height: 4.5em;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background-color: #F2F6FA;
  border-bottom: 3px solid #3574B5;
}
.ttl-08:before {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 5;
  content: "8";
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-weight: normal;
  font-size: 37px;
  font-size: 3.7rem;
  color: #fff;
  -moz-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  -webkit-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
}
.ttl-08:after {
  position: absolute;
  top: 1.45em;
  left: 0;
  width: 6.7em;
  height: 2.2em;
  padding-top: 4.5em;
  content: 'RANKING';
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  background-color: #3574B5;
  -moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  -webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
}
@media only screen and (min-width: 768px) {
  .ttl-08 {
    margin: 1.5em 0 1em;
    padding: 1.5em 8em 1.5em 3.8em;
    min-height: 3.5em;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ttl-08:before {
    top: .3em;
    left: -.3em;
    width: 2em;
    height: 2em;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: bold;
  }
  .ttl-08:after {
    top: 1.3em;
    left: -1.2em;
    width: 8.2em;
    height: 2.7em;
    padding-top: 5.3em;
    font-size: 11px;
    font-size: 1.1rem;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  }
}

.ttl-09 {
  margin: 1.5em -.48em 1em;
  padding: .8em .5em .8em 4.1em;
  min-height: 4.5em;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background-color: #F2F6FA;
  border-bottom: 3px solid #3574B5;
}
.ttl-09:before {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 5;
  content: "9";
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-weight: normal;
  font-size: 37px;
  font-size: 3.7rem;
  color: #fff;
  -moz-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  -webkit-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
}
.ttl-09:after {
  position: absolute;
  top: 1.45em;
  left: 0;
  width: 6.7em;
  height: 2.2em;
  padding-top: 4.5em;
  content: 'RANKING';
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  background-color: #3574B5;
  -moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  -webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
}
@media only screen and (min-width: 768px) {
  .ttl-09 {
    margin: 1.5em 0 1em;
    padding: 1.5em 8em 1.5em 3.8em;
    min-height: 3.5em;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ttl-09:before {
    top: .3em;
    left: -.3em;
    width: 2em;
    height: 2em;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: bold;
  }
  .ttl-09:after {
    top: 1.3em;
    left: -1.2em;
    width: 8.2em;
    height: 2.7em;
    padding-top: 5.3em;
    font-size: 11px;
    font-size: 1.1rem;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  }
}

.ttl-01 {
  background-color: #F2F6FA;
  border-bottom: 3px solid #f5ab18;
}
.ttl-01:after {
  background-color: #f5ab18;
}

.ttl-02 {
  background-color: #F2F6FA;
  border-bottom: 3px solid #6993ae;
}
.ttl-02:after {
  background-color: #6993ae;
}

.ttl-03 {
  background-color: #F2F6FA;
  border-bottom: 3px solid #8B1E3F;
}
.ttl-03:after {
  background-color: #8B1E3F;
}

.ttl-pickup {
  margin: 1.5em -.48em 1em;
  padding: .8em .5em .8em 4.1em;
  min-height: 4.5em;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background-color: #F2F6FA;
  border-bottom: 3px solid #f60;
}
.ttl-pickup:before {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 5;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-weight: normal;
  font-size: 37px;
  font-size: 3.7rem;
  color: #fff;
  -moz-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  -webkit-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
}
.ttl-pickup:after {
  position: absolute;
  top: 1.45em;
  left: 0;
  width: 6.7em;
  height: 2.2em;
  padding-top: 4.5em;
  content: "PICKUP";
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  background-color: #f60;
  -moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  -webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
}
@media only screen and (min-width: 768px) {
  .ttl-pickup {
    margin: 1.5em 0 1em;
    padding: 1.5em 8em 1.5em 3.8em;
    min-height: 3.5em;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ttl-pickup:before {
    top: .3em;
    left: -.3em;
    width: 2em;
    height: 2em;
    font-size: 45px;
    font-size: 4.5rem;
  }
  .ttl-pickup:after {
    top: 1.3em;
    left: -1.2em;
    width: 8.2em;
    height: 2.7em;
    padding-top: 5.3em;
    font-size: 11px;
    font-size: 1.1rem;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  }
}

.ttl-entry {
  margin: 1.5em -.48em 1em;
  padding: .8em .5em .8em 4.1em;
  min-height: 4.5em;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background-color: #F2F6FA;
  border-bottom: 3px solid #79C06E;
}
.ttl-entry:before {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 5;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-weight: normal;
  font-size: 37px;
  font-size: 3.7rem;
  color: #fff;
  -moz-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  -webkit-text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
}
.ttl-entry:after {
  position: absolute;
  top: 1.45em;
  left: 0;
  width: 6.7em;
  height: 2.2em;
  padding-top: 4.5em;
  content: "ENTRY";
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  background-color: #79C06E;
  -moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  -webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
}
@media only screen and (min-width: 768px) {
  .ttl-entry {
    margin: 1.5em 0 1em;
    padding: 1.5em 8em 1.5em 3.8em;
    min-height: 3.5em;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ttl-entry:before {
    top: .3em;
    left: -.3em;
    width: 2em;
    height: 2em;
    font-size: 45px;
    font-size: 4.5rem;
  }
  .ttl-entry:after {
    top: 1.3em;
    left: -1.2em;
    width: 8.2em;
    height: 2.7em;
    padding-top: 5.3em;
    font-size: 11px;
    font-size: 1.1rem;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  }
}

/*--------------------------------------------------------*/
/*　口コミ　*/
/*--------------------------------------------------------*/
/* タブ */
.list-review {
  margin: 2em 0 1em;
}
.list-review li {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  padding: .7em .3em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  border: 1px solid #cfcfcf;
  background-color: #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.list-review li .review-num,
.list-review li .review-none {
  display: none;
}
.list-review li.is-tab {
  color: #3574B5;
  border: 1px solid #BCD1E7;
  background-color: transparent;
}
.list-review li.is-active {
  color: #fff;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
}
.list-review li.tab-review-good.is-active, .list-review li.tab-review-good.is-active.is-tab:hover {
  background-color: #ff5252;
  border: 1px solid #ff5252;
}
.list-review li.tab-review-neutral.is-active, .list-review li.tab-review-neutral.is-active.is-tab:hover {
  background-color: #f5ab18;
  border: 1px solid #f5ab18;
}
.list-review li.tab-review-bad.is-active, .list-review li.tab-review-bad.is-active.is-tab:hover {
  background-color: #2066AE;
  border: 1px solid #2066AE;
}
.list-review li.tab-review-bad {
  margin-right: 0;
}
.list-review li.is-tab:hover {
  color: #fff;
  background-color: #BCD1E7;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .list-review {
    margin: 2em 0 0;
  }
  .list-review li {
    width: 10em;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .list-review li .review-num {
    display: inline;
  }
  .list-review li .review-num {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .list-review li.is-active {
    padding-bottom: 1.2em;
    margin-bottom: 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .list-review li {
    width: 11.5em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list-review li .review-none {
    display: inline;
  }
}

/* 口コミ */
.sheet-review {
  margin-bottom: 2em;
}
.sheet-review .review-item {
  margin: 1em 0;
  padding: 1.2em;
  border: 1px solid #BCD1E7;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.sheet-review .review-item p:first-child {
  position: relative;
  padding-left: 1.5em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}
.sheet-review .review-item p:first-child:before {
  position: absolute;
  top: -.2em;
  left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.sheet-review .review-item p:nth-child(2) {
  font-size: 13px;
  font-size: 1.3rem;
}
.sheet-review .sheet-review-good .review-item p:first-child:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #ff5252;
}
.sheet-review .sheet-review-neutral .review-item p:first-child:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #f5ab18;
}
.sheet-review .sheet-review-bad .review-item p:first-child:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #2066AE;
}
@media only screen and (min-width: 768px) {
  .sheet-review .review-item {
    padding: 1.5em;
    background-color: #fff;
  }
  .sheet-review .sheet-review-good {
    padding: .7em 1.5em;
    border: 1px solid #DDE8F3;
    border-top: 3px solid #ff5252;
    background-color: #F2F6FA;
  }
  .sheet-review .sheet-review-neutral {
    padding: .7em 1.5em;
    border: 1px solid #DDE8F3;
    border-top: 3px solid #f5ab18;
    background-color: #F2F6FA;
  }
  .sheet-review .sheet-review-bad {
    padding: .7em 1.5em;
    border: 1px solid #DDE8F3;
    border-top: 3px solid #2066AE;
    background-color: #F2F6FA;
  }
}

/*--------------------------------------------------------*/
/*　カード券面　*/
/*--------------------------------------------------------*/
.wrap-card .img-card {
  float: left;
}
.wrap-card .img-card .img {
  margin-bottom: .5em;
}
.wrap-card .img-card .img:last-child {
  margin-bottom: 1em;
}
.wrap-card .img-card img {
  width: 140px;
}
.wrap-card .list-brand {
  margin: 0 0 0 15em;
}
.wrap-card .list-brand li {
  display: inline-block;
  margin: 0 .2em .4em 0;
}
.wrap-card .ttl {
  margin: .5em 0 0 12.5em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  line-height: 1.6;
}
.wrap-card .ttl:last-child {
  margin-bottom: 1em;
}

.wrap-card.wrap-cap .img-cap {
  text-align: center;
  background-color: #F2F6FA;
}
.wrap-card.wrap-cap .img-cap img {
  width: 150px;
}
.wrap-card.wrap-cap .ttl {
  margin: .5em 0 1.5em;
}

/* 評価星 */
.wrap-score {
  /* 総合評価 */
  /* 項目毎の評価 */
}
.wrap-score .ttl-score {
  padding: 1em 0 1em;
  position: relative;
  border-top: 1px solid #BCD1E7;
  border-bottom: 1px solid #BCD1E7;
}
.wrap-score .ttl-score p:first-child {
  display: inline-block;
  padding: 0 .8em;
  position: absolute;
  top: .9em;
  left: 0;
  color: #fff;
  background-color: #ff5252;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wrap-score .ttl-score p:nth-child(2) {
  position: relative;
  display: inline-block;
  margin: 0 .5em .2em 4.2em;
  line-height: 1;
}
.wrap-score .ttl-score p:nth-child(2):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-color: #BCD1E7;
}
.wrap-score .ttl-score p:nth-child(2):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  width: 90%;
  height: 100%;
  background-color: #ff5252;
}
.wrap-score .ttl-score p:nth-child(2).score-25:after {
  width: 50%;
}
.wrap-score .ttl-score p:nth-child(2).score-26:after {
  width: 52%;
}
.wrap-score .ttl-score p:nth-child(2).score-27:after {
  width: 54%;
}
.wrap-score .ttl-score p:nth-child(2).score-28:after {
  width: 56%;
}
.wrap-score .ttl-score p:nth-child(2).score-29:after {
  width: 58%;
}
.wrap-score .ttl-score p:nth-child(2).score-30:after {
  width: 60%;
}
.wrap-score .ttl-score p:nth-child(2).score-31:after {
  width: 62%;
}
.wrap-score .ttl-score p:nth-child(2).score-32:after {
  width: 64%;
}
.wrap-score .ttl-score p:nth-child(2).score-33:after {
  width: 66%;
}
.wrap-score .ttl-score p:nth-child(2).score-34:after {
  width: 68%;
}
.wrap-score .ttl-score p:nth-child(2).score-35:after {
  width: 70%;
}
.wrap-score .ttl-score p:nth-child(2).score-36:after {
  width: 72%;
}
.wrap-score .ttl-score p:nth-child(2).score-37:after {
  width: 74%;
}
.wrap-score .ttl-score p:nth-child(2).score-38:after {
  width: 76%;
}
.wrap-score .ttl-score p:nth-child(2).score-39:after {
  width: 78%;
}
.wrap-score .ttl-score p:nth-child(2).score-40:after {
  width: 80%;
}
.wrap-score .ttl-score p:nth-child(2).score-41:after {
  width: 82%;
}
.wrap-score .ttl-score p:nth-child(2).score-42:after {
  width: 84%;
}
.wrap-score .ttl-score p:nth-child(2).score-43:after {
  width: 86%;
}
.wrap-score .ttl-score p:nth-child(2).score-44:after {
  width: 88%;
}
.wrap-score .ttl-score p:nth-child(2).score-45:after {
  width: 90%;
}
.wrap-score .ttl-score p:nth-child(2).score-46:after {
  width: 92%;
}
.wrap-score .ttl-score p:nth-child(2).score-47:after {
  width: 94%;
}
.wrap-score .ttl-score p:nth-child(2).score-48:after {
  width: 96%;
}
.wrap-score .ttl-score p:nth-child(2).score-49:after {
  width: 98%;
}
.wrap-score .ttl-score p:nth-child(2).score-50:after {
  width: 100%;
}
.wrap-score .ttl-score p:nth-child(2) img {
  width: 150px;
  height: 30px;
  vertical-align: middle;
}
.wrap-score .ttl-score p:nth-child(3) {
  display: inline-block;
  position: absolute;
  top: .55em;
  left: 9.3em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #ff5252;
}
.wrap-score .tb-score {
  margin: 1em 0;
  width: 100%;
}
.wrap-score .tb-score th {
  padding: .3em 1em .3em 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
}
.wrap-score .tb-score th.w5em {
  width: 5em;
}
.wrap-score .tb-score th.w6em {
  width: 6em;
}
.wrap-score .tb-score th.w7em {
  width: 7em;
}
.wrap-score .tb-score th.w8em {
  width: 8em;
}
.wrap-score .tb-score td:nth-child(2) {
  position: relative;
  min-width: 150px;
  width: 50%;
}
.wrap-score .tb-score td:nth-child(2):before {
  content: '';
  position: absolute;
  top: .8em;
  left: 0;
  z-index: -10;
  width: 100%;
  height: .7em;
  background-color: #BCD1E7;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.wrap-score .tb-score td:nth-child(2):after {
  content: '';
  position: absolute;
  top: .8em;
  left: 0;
  z-index: -5;
  height: .7em;
  background-color: #ff5252;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.wrap-score .tb-score td:nth-child(2).score-25:after {
  width: 50%;
}
.wrap-score .tb-score td:nth-child(2).score-30:after {
  width: 60%;
}
.wrap-score .tb-score td:nth-child(2).score-35:after {
  width: 70%;
}
.wrap-score .tb-score td:nth-child(2).score-40:after {
  width: 80%;
}
.wrap-score .tb-score td:nth-child(2).score-45:after {
  width: 90%;
}
.wrap-score .tb-score td:nth-child(2).score-50:after {
  width: 100%;
}
.wrap-score .tb-score td:nth-child(3) {
  padding-left: 1em;
  font-size: 15px;
  font-size: 1.5rem;
}

/* ボタン */
.btn-link {
  text-align: center;
  line-height: 1.7;
  background-color: #f6f9fb;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  background-size: 7px 7px;
}
.btn-link a {
  display: block;
  margin: 1em 0;
  padding: .9em;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  background-color: #BCD1E7;
  background: #3574B5;
  background: -moz-linear-gradient(top, #3574B5 0%, #2066AE 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3574B5), color-stop(100%, #2066AE));
  background: -webkit-linear-gradient(top, #3574B5 0%, #2066AE 100%);
  background: -o-linear-gradient(top, #3574B5 0%, #2066AE 100%);
  background: -ms-linear-gradient(top, #3574B5 0%, #2066AE 100%);
  background: linear-gradient(to bottom, #3574B5 0%, #2066AE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-link a:after {
  margin-left: .5em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.btn-link a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

@media only screen and (min-width: 768px) {
  .side-rank {
    width: 30em;
    float: right;
    position: relative;
  }
  .side-rank .wrap-data {
    width: 30em;
  }
}

@media only screen and (min-width: 768px) {
  .main-rank {
    padding-right: 32em;
  }
}
@media only screen and (min-width: 1024px) {
  .main-rank {
    padding-right: 35em;
  }
}
