@charset "UTF-8";
.clearfix, .top-main-slide .main-pick, .top-main-image .main-pick, .top-eventsearch-list > li, .top-pickup-event-list, .top-pickup-event-list a, .top-pickup-event-list a > div .top-pickup-event-list-info, .top-cyclenews-list, .top-clubs-list, .media-banner-list, .side-info-list, .search-result-title-box, .search-result-keyword, .search-result-sort-box, .search-result-onoff, .search-result-footer, .multisearch > li, .pagenation-news ul, .result-text-data .result-text-info, .result-text-comment li, .result-text-comment .comment-box, .calendar-title, .calendar-event-list, .calendar-event-block, .calendar-event-detail-block, .calendar-event-detail, .comment-post-box, .post-buttonarea, .event-title, .event-detail, .event-detail .event-detail-other, .pickup-event-list a, .news-list > li, .news-summary-text, .news-body, .mypage-body {
  *zoom: 1;
}

.clearfix:after, .top-main-slide .main-pick:after, .top-main-image .main-pick:after, .top-eventsearch-list > li:after, .top-pickup-event-list:after, .top-pickup-event-list a:after, .top-pickup-event-list a > div .top-pickup-event-list-info:after, .top-cyclenews-list:after, .top-clubs-list:after, .media-banner-list:after, .side-info-list:after, .search-result-title-box:after, .search-result-keyword:after, .search-result-sort-box:after, .search-result-onoff:after, .search-result-footer:after, .multisearch > li:after, .pagenation-news ul:after, .result-text-data .result-text-info:after, .result-text-comment li:after, .result-text-comment .comment-box:after, .calendar-title:after, .calendar-event-list:after, .calendar-event-block:after, .calendar-event-detail-block:after, .calendar-event-detail:after, .comment-post-box:after, .post-buttonarea:after, .event-title:after, .event-detail:after, .event-detail .event-detail-other:after, .pickup-event-list a:after, .news-list > li:after, .news-summary-text:after, .news-body:after, .mypage-body:after {
  content: "";
  display: table;
  clear: both;
}

/******************************************
　トップページ
******************************************/
.top-main {
  position: relative;
  background-color: #f7f7f7;
}

.top-main-image {
  background-color: #f7f7f7;
  background-image: url(/image/jp/pages/newtop/main.jpg);
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 984px) {
  .top-main-header {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    width: 854px;
    z-index: 100;
  }
  .top-main-header.slide {
    top: 40px;
  }
}

.top-main-title {
  display: block;
  margin: 0;
  padding: 16px 16px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  background-color: #0094D4;
}

.top-main-title strong {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.30769;
}

@media screen and (min-width: 768px) {
  .top-main-title strong {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.16667;
  }
}

@media screen and (min-width: 768px) {
  .top-main-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width: 984px) {
  .top-main-title {
    padding: 0 16px 16px 16px;
    background: none;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.22222;
    text-shadow: 0px 1px 5px black;
  }
}

.top-main-search {
  position: relative;
  padding: 0 16px 16px 16px;
  background-color: #0094D4;
}

@media screen and (min-width: 984px) {
  .top-main-search {
    padding: 24px 40px;
    background-color: #0094D4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.95;
  }
}

.top-main-search-copy {
  position: absolute;
  bottom: -2px;
  right: 16px;
  margin: 0;
  padding: 0 0 10px;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.72727;
  text-align: right;
}

.top-main-search-copy img {
  margin: 0 0 0 6px;
  width: 100px;
  vertical-align: top;
}

.top-main-search-copy a {
  color: #fff;
}

@media screen and (min-width: 984px) {
  .top-main-search-copy {
    position: absolute;
    bottom: auto;
    top: 10px;
    right: 10px;
    padding: 0;
  }
  .top-main-search-copy img {
    display: none;
  }
  .top-main-search-copy a {
    padding: 0 116px 0 0;
    height: 20px;
  }
  .top-main-search-copy a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 16px;
    background: url(/common/images/title_sportsentry_s.png) no-repeat left center;
  }
}

.top-main-search-nav {
  margin: 0 0 6px;
  padding: 0;
  list-style: none;
  border-bottom: 1px #fff solid;
  text-align: center;
  background-image: url(/image/jp/pages/newtop/mushi.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  padding: 0 0 0 40px;
}

@media screen and (min-width: 768px) {
  .top-main-search-nav {
    margin: 0 0 20px;
  }
}

@media screen and (min-width: 984px) {
  .top-main-search-nav {
    text-align: left;
    padding: 0 0 0 40px;
  }
}

.top-main-search-nav li {
  margin: 0 0 -1px;
  display: inline-block;
  width: 42%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #fff;
  font-weight: bold;
  padding: 8px 6px;
  cursor: pointer;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -o-border-top-left-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -ms-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.top-main-search-nav li.select {
  background-color: #fff;
  color: #0094D4;
}

@media screen and (min-width: 984px) {
  .top-main-search-nav li {
    width: auto;
    padding: 8px 16px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .top-main-search-nav li:hover {
    background-color: #fff;
    color: #0094D4;
  }
}

.top-main-search-box {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.top-main-search-box.disnon {
  display: none;
}

.top-main-search-keyword .search-input {
  position: relative;
  margin: 0 8px 6px 0;
  display: inline-block;
  width: 68%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.top-main-search-keyword .search-input:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: url(/common/images/input_i_search.png) no-repeat;
  background-position: center top;
  -webkit-background-size: 15px 45px;
  -moz-background-size: 15px 45px;
  -o-background-size: 15px 45px;
  -ms-background-size: 15px 45px;
  background-size: 15px 45px;
}

.top-main-search-keyword .search-input > input {
  border: none;
  padding: 0 0 0 32px;
  width: 84%;
  height: 36px;
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (min-width: 568px) {
  .top-main-search-keyword .search-input {
    width: 69%;
  }
  .top-main-search-keyword .search-input > input {
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .top-main-search-keyword .search-input {
    margin: 0 8px 12px 0;
    width: 71%;
  }
  .top-main-search-keyword .search-input > input {
    width: 92%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 984px) {
  .top-main-search-keyword .search-input {
    margin: 0 16px 12px 0;
    width: 564px;
  }
  .top-main-search-keyword .search-input:before {
    background: url(/common/images/input_i_search_pc.png) no-repeat;
    background-position: center top;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
  .top-main-search-keyword .search-input > input {
    width: 530px;
  }
}

.top-main-search-keyword .search-button {
  display: inline-block;
  width: 29%;
}

.top-main-search-keyword .search-button > input {
  text-align: center;
  width: 100%;
  height: 36px;
  border: 1px #fff solid;
  color: #fff;
  background: none;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -o-border-radius: 36px;
  -ms-border-radius: 36px;
  border-radius: 36px;
}

@media screen and (min-width: 768px) {
  .top-main-search-keyword .search-button {
    width: 27%;
  }
}

@media screen and (min-width: 984px) {
  .top-main-search-keyword .search-button {
    width: 194px;
  }
  .top-main-search-keyword .search-button > input {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .top-main-search-keyword .search-button > input:hover {
    background-color: #fff;
    color: #0094D4;
  }
}

.top-main-search-keyword-pick {
  margin: 0 0 2px;
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.top-main-search-keyword-pick a {
  display: inline-block;
  padding: 2px 4px;
  margin: 0 2px 4px 2px;
  border: 1px #fff solid;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .top-main-search-keyword-pick {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .top-main-search-keyword-pick a {
    padding: 4px 8px;
    margin: 0 4px 8px 4px;
  }
}

@media screen and (min-width: 984px) {
  .top-main-search-keyword-pick a:hover {
    background-color: #fff;
    color: #0094D4;
  }
}

.top-main-search-cal {
  margin-bottom: 8px;
}

@media screen and (min-width: 984px) {
  .top-main-search-cal {
    margin-bottom: 0;
  }
}

.top-main-search-cal .search-cal-text {
  position: relative;
  margin: 0 0 4px;
  padding: 0 0 0 32px;
  color: #fff;
}

.top-main-search-cal .search-cal-text:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: url(/common/images/input_i_search.png) no-repeat;
  background-position: center -30px;
  -webkit-background-size: 15px 45px;
  -moz-background-size: 15px 45px;
  -o-background-size: 15px 45px;
  -ms-background-size: 15px 45px;
  background-size: 15px 45px;
}

@media screen and (min-width: 984px) {
  .top-main-search-cal .search-cal-text {
    display: inline-block;
    margin: 0 16px 8px 0;
    padding: 0 0 0 22px;
  }
  .top-main-search-cal .search-cal-text:before {
    left: 0;
    background: url(/common/images/input_i_search_pc.png) no-repeat;
    background-position: center -30px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}

.top-main-search-cal .search-year,
.top-main-search-cal .search-month {
  display: inline-block;
  margin-right: 8px;
  width: 33%;
}

.top-main-search-cal .search-year > select,
.top-main-search-cal .search-month > select {
  padding: 0 8px;
  height: 36px;
  border: 1px #fff solid;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .top-main-search-cal .search-year,
  .top-main-search-cal .search-month {
    width: 35%;
  }
}

@media screen and (min-width: 984px) {
  .top-main-search-cal .search-year,
  .top-main-search-cal .search-month {
    margin-right: 16px;
    width: 159px;
  }
}

.top-main-search-cal .search-button {
  display: inline-block;
  width: 27%;
}

.top-main-search-cal .search-button > input {
  text-align: center;
  width: 100%;
  height: 36px;
  border: 1px #fff solid;
  color: #fff;
  background: none;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -o-border-radius: 36px;
  -ms-border-radius: 36px;
  border-radius: 36px;
}

@media screen and (min-width: 984px) {
  .top-main-search-cal .search-button {
    width: 194px;
  }
  .top-main-search-cal .search-button > input {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .top-main-search-cal .search-button > input:hover {
    background-color: #fff;
    color: #0094D4;
  }
}

.top-main-slide {
  border-bottom: 1px #dbdbdb solid;
}

.top-main-slide ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.top-main-slide ul li {
  position: relative;
}

.top-main-slide .main-image {
  background: none;
}

.top-main-slide .main-pick {
  background-color: #fff;
  padding: 20px;
}

.top-main-slide .main-pick .main-pick-img {
  float: left;
  width: 25%;
  margin-bottom: 16px;
}

.top-main-slide .main-pick .main-pick-img .pr {
  width: 25px;
  position: absolute;
  left: 16px;
}

.top-main-slide .main-pick .main-pick-title,
.top-main-slide .main-pick .main-pick-text {
  margin-left: 30%;
  margin-bottom: 4px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #1a1a1a;
}

.top-main-slide .main-pick .main-pick-text {
  margin-bottom: 12px;
  color: #545454;
}

.top-main-slide .main-pick .main-pick-btn {
  clear: both;
  padding: 0;
  margin: 0 0 32px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.top-main-slide .main-pick .main-pick-btn a {
  padding: 4px;
  display: block;
  border: 1px #0094D4 solid;
  color: #0094D4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .top-main-slide .main-pick .main-pick-img {
    width: 25%;
  }
  .top-main-slide .main-pick .main-pick-title,
  .top-main-slide .main-pick .main-pick-text {
    margin-left: 28%;
  }
}

@media screen and (min-width: 984px) {
  .top-main-slide {
    border: none;
    height: 590px;
    overflow: hidden;
  }
  .top-main-slide .main-image {
    background-repeat: no-repeat;
    background-position: top center;
    height: 590px;
  }
  .top-main-slide .main-image img {
    display: none;
  }
  .top-main-slide .main-pick {
    position: absolute;
    bottom: 47px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 490px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px #fff solid;
  }
  .top-main-slide .main-pick .main-pick-img {
    margin-bottom: 0;
    width: 28%;
  }
  .top-main-slide .main-pick .main-pick-img .pr {
    left: -5px;
    top: 8px;
  }
  .top-main-slide .main-pick .main-pick-title,
  .top-main-slide .main-pick .main-pick-text,
  .top-main-slide .main-pick .main-pick-btn {
    margin-left: 32%;
  }
  .top-main-slide .main-pick .main-pick-text {
    margin-bottom: 10px;
  }
  .top-main-slide .main-pick .main-pick-btn {
    clear: none;
    margin-bottom: 0;
    padding: 0;
    text-align: right;
  }
  .top-main-slide .main-pick .main-pick-btn a {
    padding: 0;
    display: inline-block;
    border: none;
    color: #004461;
  }
  .top-main-slide .main-pick .main-pick-btn a:hover {
    color: #001a2d;
  }
}

.top-main-slide .unslider {
  position: relative;
  overflow: hidden;
}

.top-main-slide .unslider-wrap {
  position: relative;
}

.top-main-slide .unslider-wrap.unslider-carousel li {
  float: left;
}

.top-main-slide .unslider-vertical > ul {
  height: 100%;
}

.top-main-slide .unslider-vertical li {
  float: none;
  width: 100%;
}

.top-main-slide .unslider-fade {
  position: relative;
}

.top-main-slide .unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}

.top-main-slide .unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}

.top-main-slide .unslider li {
  list-style: none;
  /* Reset any weird spacing */
  margin: 0;
  padding: 0;
  border: none;
}

.top-main-slide .unslider-arrow {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 10px;
  z-index: 2;
  cursor: pointer;
  text-indent: -99999px;
}

.top-main-slide .unslider-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 8px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-top-width: 4px;
  border-top-color: #dbdbdb;
  border-top-style: solid;
  border-right-width: 4px;
  border-right-color: #dbdbdb;
  border-right-style: solid;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.top-main-slide .unslider-arrow.next {
  top: auto;
  bottom: 20px;
  left: auto;
  right: 10px;
  text-indent: -99999px;
}

.top-main-slide .unslider-arrow.next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  left: auto;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-top-width: 4px;
  border-top-color: #dbdbdb;
  border-top-style: solid;
  border-right-width: 4px;
  border-right-color: #dbdbdb;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 984px) {
  .top-main-slide .unslider-arrow {
    top: 50%;
    bottom: auto;
  }
  .top-main-slide .unslider-arrow:before, .top-main-slide .unslider-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    left: 8px;
    width: 50px;
    height: 78px;
    margin-top: -39px;
    border: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: url(/common/images/arrow_mainimg.png) no-repeat;
    background-position: 0 0;
  }
  .top-main-slide .unslider-arrow:after {
    opacity: 0;
    background-position: 0 -78px;
  }
  .top-main-slide .unslider-arrow:hover:before {
    opacity: 0;
  }
  .top-main-slide .unslider-arrow:hover:after {
    opacity: 1;
  }
  .top-main-slide .unslider-arrow.next {
    top: 50%;
    bottom: auto;
  }
  .top-main-slide .unslider-arrow.next:before, .top-main-slide .unslider-arrow.next:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    left: auto;
    width: 50px;
    height: 78px;
    margin-top: -39px;
    border: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: url(/common/images/arrow_mainimg.png) no-repeat;
    background-position: -84px 0;
  }
  .top-main-slide .unslider-arrow.next:after {
    opacity: 0;
    background-position: -84px -78px;
  }
  .top-main-slide .unslider-arrow.next:hover:before {
    opacity: 0;
  }
  .top-main-slide .unslider-arrow.next:hover:after {
    opacity: 1;
  }
}

.top-main-slide .unslider-nav ol {
  position: absolute;
  bottom: 14px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.top-main-slide .unslider-nav ol li {
  margin: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  background-color: #dbdbdb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.top-main-slide .unslider-nav ol li.unslider-active {
  background-color: #0094D4;
}

@media screen and (min-width: 984px) {
  .top-main-slide .unslider-nav ol li {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .top-main-slide .unslider-nav ol li.unslider-active {
    background-color: rgba(13, 104, 190, 0.7);
  }
}

.top-main-image {
  border-bottom: 1px #dbdbdb solid;
}

.top-main-image ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.top-main-image ul li {
  position: relative;
}

.top-main-image .main-image {
  background: none;
}

.top-main-image .main-pick {
  background-color: #fff;
  padding: 20px;
}

.top-main-image .main-pick .main-pick-img {
  float: left;
  width: 25%;
  margin-bottom: 16px;
}

.top-main-image .main-pick .main-pick-img .pr {
  width: 25px;
  position: absolute;
  left: 16px;
}

.top-main-image .main-pick .main-pick-title,
.top-main-image .main-pick .main-pick-text {
  margin-left: 30%;
  margin-bottom: 4px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #1a1a1a;
}

.top-main-image .main-pick .main-pick-text {
  margin-bottom: 12px;
  color: #545454;
}

.top-main-image .main-pick .main-pick-btn {
  clear: both;
  padding: 0;
  margin: 0 0 32px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.top-main-image .main-pick .main-pick-btn a {
  padding: 4px;
  display: block;
  border: 1px #0094D4 solid;
  color: #0094D4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .top-main-image .main-pick .main-pick-img {
    width: 25%;
  }
  .top-main-image .main-pick .main-pick-title,
  .top-main-image .main-pick .main-pick-text {
    margin-left: 28%;
  }
}

@media screen and (min-width: 984px) {
  .top-main-image {
    border: none;
    height: 350px;
    overflow: hidden;
  }
  .top-main-image .main-image {
    background-repeat: no-repeat;
    background-position: top center;
    height: 230px;
  }
  .top-main-image .main-image img {
    display: none;
  }
  .top-main-image .main-pick {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 490px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px #fff solid;
  }
  .top-main-image .main-pick .main-pick-img {
    margin-bottom: 0;
    width: 28%;
  }
  .top-main-image .main-pick .main-pick-img .pr {
    left: -5px;
    top: 8px;
  }
  .top-main-image .main-pick .main-pick-title,
  .top-main-image .main-pick .main-pick-text,
  .top-main-image .main-pick .main-pick-btn {
    margin-left: 32%;
  }
  .top-main-image .main-pick .main-pick-text {
    margin-bottom: 10px;
  }
  .top-main-image .main-pick .main-pick-btn {
    clear: none;
    margin-bottom: 0;
    padding: 0;
    text-align: right;
  }
  .top-main-image .main-pick .main-pick-btn a {
    padding: 0;
    display: inline-block;
    border: none;
    color: #0094D4;
  }
  .top-main-image .main-pick .main-pick-btn a:hover {
    opacity: 0.4;
  }
}

.top-eventsearch {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .top-eventsearch {
    margin-bottom: 32px;
  }
}

.top-eventsearch-header {
  margin: 0 0 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .top-eventsearch-header {
    margin-bottom: 24px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.top-eventsearch-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.top-eventsearch-tab li {
  position: relative;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  padding: 8px 12px;
  cursor: pointer;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -o-border-top-left-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -ms-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
}

.top-eventsearch-tab li i {
  display: none;
}

.top-eventsearch-tab li strong {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #0094D4;
  /*
            @include media(tablet) {
                &:before,
                &:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 8px;
                    width: 26px;
                    height: 20px;
                    margin-top: -10px;
                    background: {
                        image: url(/common/images/sprite_i_base.png);
                        repeat: no-repeat;
                        position: 0px -32px;
                    }
                    @include background_size(($sprite-width/3.23) 80px);
                }
                &:after {
                    opacity: 0;
                }
            }
            @include media(pc) {
                &:before,
                &:after {
                    background: {
                        image: url(/common/images/sprite_i_base_pc_hover.png);
                        repeat: no-repeat;
                        position: 0px -32px;
                    }
                    @include background_size(auto);
                }
            }
            */
}

.top-eventsearch-tab li span {
  display: none;
  color: #0094D4;
}

.top-eventsearch-tab li.select {
  background-color: #0094D4;
  color: #fff;
}

.top-eventsearch-tab li.select strong,
.top-eventsearch-tab li.select span {
  color: #fff;
}

.top-eventsearch-tab li.select:before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 9px 0 9px;
  border-color: #0094D4 transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .top-eventsearch-tab li {
    padding: 8px 12px;
    /*
            &.genre {
                strong {
                    padding: 0 8px 0 36px;
                    &:after {
                        background: {
                            position: 0px 0px;
                        }
                    }
                }
            }
            &.area {
                strong {
                    padding: 0 8px 0 28px;
                    &:before,
                    &:after {
                        left: 8px;
                        width: 15px;
                        height: 20px;
                        margin-top: -11px;
                        background: {
                            position: -41px -32px;
                        }
                    }
                    &:after {
                        background: {
                            position: -41px 0px;
                        }
                    }
                }
            }
            &.feature {
                strong {
                    padding: 0 8px 0 28px;
                    &:before,
                    &:after {
                        left: 8px;
                        width: 17px;
                        height: 17px;
                        margin-top: -11px;
                        background: {
                            position: -76px -33px;
                        }
                    }
                    &:after {
                        background: {
                            position: -76px -1px;
                        }
                    }
                }
            }
            &.multi {
                strong {
                    padding: 0 8px 0 30px;
                    &:before,
                    &:after {
                        left: 8px;
                        width: 18px;
                        height: 17px;
                        margin-top: -11px;
                        background: {
                            position: -148px -33px;
                        }
                    }
                    &:after {
                        background: {
                            position: -148px -1px;
                        }
                    }
                }
            }
            &.genre,
            &.area,
            &.feature,
            &.multi {
                strong {
                    padding-right: 2px;
                }
                &.select {
                    strong {
                        &:before {
                            opacity: 0;
                        }
                        &:after {
                            opacity: 1;
                        }
                    }
                }
            }
            */
  }
  .top-eventsearch-tab li i {
    display: inline;
  }
  .top-eventsearch-tab li strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-eventsearch-tab li span {
    display: inline-block;
  }
}

@media screen and (min-width: 984px) {
  .top-eventsearch-tab li {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .top-eventsearch-tab li strong,
  .top-eventsearch-tab li span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .top-eventsearch-tab li strong:before, .top-eventsearch-tab li strong:after,
  .top-eventsearch-tab li span:before,
  .top-eventsearch-tab li span:after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .top-eventsearch-tab li:hover {
    background-color: #0094D4;
    color: #fff;
  }
  .top-eventsearch-tab li:hover strong,
  .top-eventsearch-tab li:hover span {
    color: #fff;
  }
  .top-eventsearch-tab li:hover.genre strong:before, .top-eventsearch-tab li:hover.area strong:before, .top-eventsearch-tab li:hover.feature strong:before, .top-eventsearch-tab li:hover.multi strong:before {
    opacity: 0;
  }
  .top-eventsearch-tab li:hover.genre strong:after, .top-eventsearch-tab li:hover.area strong:after, .top-eventsearch-tab li:hover.feature strong:after, .top-eventsearch-tab li:hover.multi strong:after {
    opacity: 1;
  }
}

.top-eventsearch-box {
  background-color: #fff;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.top-eventsearch-box > div {
  padding: 16px 16px 10px 16px;
}

.top-eventsearch-box .disnon {
  display: none;
}

@media screen and (min-width: 768px) {
  .top-eventsearch-box > div {
    padding: 20px 20px 12px 20px;
  }
}

.top-eventsearch-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-eventsearch-list.multisearch {
  padding: 0;
}

.top-eventsearch-list > li {
  margin-bottom: 16px;
}

.top-eventsearch-list > li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .top-eventsearch-list > li {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .top-eventsearch-list.genre .top-eventsearch-list-title {
    float: left;
    width: 30%;
  }
  .top-eventsearch-list.genre .top-eventsearch-sublist {
    margin: 0 0 0 33%;
  }
  .top-eventsearch-list.area .top-eventsearch-list-title {
    float: left;
    width: 25%;
  }
  .top-eventsearch-list.area .top-eventsearch-sublist {
    margin: 0 0 0 28%;
  }
}

.top-eventsearch-list-title {
  margin: 0 0 8px;
  color: #1a1a1a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.top-eventsearch-list-title a {
  color: #1a1a1a;
  text-decoration: none;
}

.top-eventsearch-list-title a span {
  font-size: 12px;
  font-size: 1.2rem;
}

.top-eventsearch-list-title a:hover {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
  filter: alpha(opacity=40);
  opacity: 0.4;
}

@media screen and (min-width: 768px) {
  .top-eventsearch-list-title {
    padding: 4px 0;
  }
}

.top-main-header .top-eventsearch-sublist a {
  color: #fff;
  border: 1px #fff solid;
  text-decoration: none;
}

.top-main-header .top-eventsearch-sublist a span {
  color: #fff;
}

.top-main-header .top-eventsearch-sublist a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top-width: 1px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-eventsearch-sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-eventsearch-sublist li {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.top-eventsearch-sublist a {
  position: relative;
  display: block;
  padding: 6px 16px 6px 8px;
  color: #1a1a1a;
  border: 1px #cccccc solid;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.top-eventsearch-sublist a span {
  font-size: 11px;
  font-size: 1.1rem;
  color: #999999;
}

.top-eventsearch-sublist a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #999999;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-eventsearch-sublist.feature a {
  font-weight: bold;
}

.top-eventsearch-sublist.feature a span {
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .top-eventsearch-sublist li {
    display: inline-block;
    margin: 0 4px 8px 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  .top-eventsearch-sublist a {
    text-decoration: none;
    padding: 4px 8px;
  }
  .top-eventsearch-sublist a:before {
    display: none;
  }
  .top-eventsearch-sublist a:hover {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
    filter: alpha(opacity=40);
    opacity: 0.4;
  }
}

.top-pickup-event {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .top-pickup-event {
    margin-bottom: 24px;
  }
}

.top-pickup-event-title {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 0;
  border-bottom: 1px #dbdbdb solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #1a1a1a;
  /*&:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 25px;
        height: 25px;
        margin-top: -16px;
        background: url(/common/images/sprite_i_lower_layer.png) no-repeat;
        background-position: -44px 0;
        @include background_size(199px auto);
    }*/
  /*@include media(pc) {
        &:before {
            background-image: url(/common/images/sprite_i_lower_layer_pc.png);
            background-position: -51px 0;
            @include background_size(auto auto);
        }
    }*/
}

@media screen and (min-width: 768px) {
  .top-pickup-event-title {
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    /*&:before {
            margin-top: -18px;
        }*/
  }
}

.top-pickup-event-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-pickup-event-list li {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .top-pickup-event-list.top li {
    float: left;
    width: 46%;
    margin: 0 2% 6px 2%;
  }
  .top-pickup-event-list.top li:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 984px) {
  .top-pickup-event-list.top {
    width: 104%;
    margin-right: -4%;
  }
  .top-pickup-event-list.top li {
    width: 46%;
    margin: 0 4% 6px 0;
  }
}

.top-pickup-event-list a {
  position: relative;
  display: block;
  padding: 8px 0;
  border-bottom: 1px #dbdbdb dashed;
  color: #545454;
}

.top-pickup-event-list a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-top-width: 1px;
  border-top-color: #dbdbdb;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #dbdbdb;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-pickup-event-list a > .pr {
  width: 25px;
  position: absolute;
  left: -4px;
  top: 16px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .top-pickup-event-list a {
    padding: 8px 0;
    border-bottom: none;
  }
  .top-pickup-event-list a:before {
    display: none;
  }
  .top-pickup-event-list a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
    filter: alpha(opacity=40);
    opacity: 0.4;
  }
  .top-pickup-event-list a > .pr {
    top: 8px;
  }
}

.top-pickup-event-list a .top-pickup-event-list-img {
  position: relative;
  float: left;
  width: 30%;
  margin-top: 4px;
  overflow: hidden;
  text-align: center;
}

.top-pickup-event-list a .top-pickup-event-list-img img {
  width: 100%;
}

.top-pickup-event-list a .top-pickup-event-list-img .fav-btn {
  font-size: 18px;
  font-size: 1.8rem;
  top: 5px;
  right: 8px;
  position: absolute;
  color: #fff;
  text-shadow: 0px 0px 3px #000;
}

.top-pickup-event-list a .top-pickup-event-list-img .fav-btn.on {
  color: #f00e0e;
}

.top-pickup-event-list a .top-pickup-event-list-img .fav-btn:hover {
  color: #f00e0e;
}

.top-pickup-event-list a > div {
  float: right;
  width: 66%;
}

.top-pickup-event-list a > div .top-pickup-event-list-title {
  margin: 0 16px 2px 0;
  color: #0094D4;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media screen and (min-width: 768px) {
  .top-pickup-event-list a > div .top-pickup-event-list-title {
    margin: 0 0 4px 0;
  }
}

.top-pickup-event-list a > div .top-pickup-event-list-text {
  margin: 0 16px 8px 0;
  color: #545454;
}

@media screen and (min-width: 768px) {
  .top-pickup-event-list a > div .top-pickup-event-list-text {
    margin: 0 0 8px 0;
  }
}

.top-pickup-event-list a > div .top-pickup-event-list-info {
  margin: 0 0 8px;
  padding: 0;
}

.top-pickup-event-list a > div .top-pickup-event-list-info dt {
  float: left;
  width: 70px;
  margin: 0 0 2px;
  padding: 0;
  font-weight: bold;
  color: #1a1a1a;
}

.top-pickup-event-list a > div .top-pickup-event-list-info dd {
  margin: 0 16px 2px;
  margin-left: 74px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .top-pickup-event-list a > div .top-pickup-event-list-info dt {
    width: 85px;
    margin-bottom: 4px;
  }
  .top-pickup-event-list a > div .top-pickup-event-list-info dd {
    margin-left: 85px;
    margin-bottom: 4px;
  }
}

.top-cyclenews {
  margin-bottom: 16px;
}

.top-cyclenews-header {
  position: relative;
  margin-bottom: 16px;
  border-top: 3px #0094D4 solid;
  border-bottom: 1px #dbdbdb solid;
}

.top-cyclenews-header .top-cyclenews-title {
  margin: 0;
  padding: 10px 8px;
  color: #1a1a1a;
}

.top-cyclenews-header .top-cyclenews-rss {
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -18px;
}

.top-cyclenews-header .top-cyclenews-rss a {
  display: block;
  width: 33px;
  height: 33px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/common/images/bt_social.png) no-repeat;
  background-position: -108px 0;
  -webkit-background-size: 141px auto;
  -moz-background-size: 141px auto;
  -o-background-size: 141px auto;
  -ms-background-size: 141px auto;
  background-size: 141px auto;
}

@media screen and (min-width: 984px) {
  .top-cyclenews-header .top-cyclenews-rss a {
    background: url(/common/images/bt_social_pc.png) no-repeat;
    background-position: -108px 0;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    background-size: auto auto;
  }
}

.top-cyclenews-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-cyclenews-list li {
  margin: 0 0 14px;
}

.top-cyclenews-list li a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .top-cyclenews-list li {
    float: left;
    width: 31.33333%;
    margin: 0 1% 24px 1%;
  }
  .top-cyclenews-list li:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 984px) {
  .top-cyclenews-list {
    width: 102%;
    margin-right: -2%;
  }
  .top-cyclenews-list li {
    width: 31.33333%;
    margin: 0 2% 24px 0;
  }
  .top-cyclenews-list a {
    display: block;
  }
  .top-cyclenews-list a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
    filter: alpha(opacity=40);
    opacity: 0.4;
  }
}

.top-cyclenews-list .top-cyclenews-img {
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
}

.top-cyclenews-list .top-cyclenews-img img {
  min-width: 100%;
  height: auto;
}

.top-cyclenews-list .top-cyclenews-like {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0px 8px 0px 22px;
  display: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: rgba(31, 81, 139, 0.8);
}

.top-cyclenews-list .top-cyclenews-like:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  width: 10px;
  height: 9px;
  margin-top: -5px;
  background: url(/common/images/bt_like.png) no-repeat;
  background-position: 0 0;
  -webkit-background-size: 10px 9px;
  -moz-background-size: 10px 9px;
  -o-background-size: 10px 9px;
  -ms-background-size: 10px 9px;
  background-size: 10px 9px;
}

@media screen and (min-width: 984px) {
  .top-cyclenews-list .top-cyclenews-like:before {
    background: url(/common/images/bt_like_pc.png) no-repeat;
    background-position: 0 0;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}

.top-cyclenews-list .top-cyclenews-text {
  margin: 0;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  overflow: hidden;
}

.top-cyclenews-list .top-cyclenews-pubdate {
  display: inline-block;
  color: #1a1a1a;
  margin-right: 8px;
}

.top-cyclenews-list .top-cyclenews-auther {
  display: inline-block;
  color: #1a1a1a;
}

.top-cyclenews-list .top-cyclenews-auther img {
  margin-right: 4px;
  width: 16px;
  vertical-align: middle;
}

.top-clubs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-clubs-list li {
  margin: 0 0 14px;
}

.top-clubs-list li a {
  text-decoration: none;
}

.top-clubs-list .top-clubs-area {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  color: #fff;
  background-color: #9DD148;
}

@media screen and (min-width: 768px) {
  .top-clubs-list li {
    float: left;
    width: 48%;
    margin: 0 1% 24px 1%;
  }
  .top-clubs-list li:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 984px) {
  .top-clubs-list {
    width: 102%;
    margin-right: -2%;
  }
  .top-clubs-list li {
    width: 48%;
    margin: 0 2% 24px 0;
  }
  .top-clubs-list a {
    display: block;
  }
  .top-clubs-list a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
    filter: alpha(opacity=40);
    opacity: 0.4;
  }
}

.top-clubs-list .top-clubs-img {
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
}

.top-clubs-list .top-clubs-img img {
  min-width: 100%;
  height: auto;
}

.top-clubs-list .top-clubs-text {
  margin: 0;
  color: #1a1a1a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  overflow: hidden;
}

.top-news-pickup {
  background-color: #f7f7f7;
  display: none;
}

@media screen and (min-width: 984px) {
  .top-news-pickup {
    margin-bottom: 24px;
  }
}

.top-news-pickup-title {
  margin: 0;
  padding: 8px;
  background-color: #fff;
  text-align: center;
  color: #f26d7e;
  border-top: 1px #f26d7e solid;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.top-news-pickup-list {
  margin: 0;
  padding: 10px;
  list-style: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

@media screen and (min-width: 984px) {
  .top-news-pickup-list {
    padding: 14px 24px;
  }
}

.top-news-pickup-list li {
  margin: 0;
}

.top-news-pickup-list a {
  position: relative;
  display: block;
  color: #1a1a1a;
  padding: 4px 0 4px 16px;
}

.top-news-pickup-list a:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 6px;
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}

.top-news-pickup-list a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.top-news-pickup-list a.pr {
  color: #f00e0e;
}

.top-news-pickup-list a.pr:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.top-news-pickup-list span {
  display: inline-block;
  margin-left: 6px;
  padding: 0 4px;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f26d7e;
  height: 16px;
  line-height: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (min-width: 984px) {
  .media-banner {
    width: 300px;
  }
}

.media-banner-header {
  margin: 0;
  padding: 8px;
  background-color: #fff;
  text-align: center;
  color: #3cb7ea;
  border-top: 1px #3cb7ea solid;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (min-width: 984px) {
  .media-banner-header {
    width: 284px;
  }
}

.media-banner-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.media-banner-list li {
  display: inline-block;
  width: 46%;
  margin: 0 1% 3% 1%;
}

.media-banner-list li img {
  min-width: 100%;
}

@media screen and (min-width: 768px) {
  .media-banner-list li {
    width: 22%;
  }
}

@media screen and (min-width: 984px) {
  .media-banner-list li {
    float: left;
    display: block;
    width: 146px;
    margin: 0 8px 8px 0;
  }
}

.side-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.side-info-list li {
  display: inline-block;
  width: 100%;
  margin: 0 1% 4% 1%;
  padding: 0 0 4% 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  word-break: break-all;
}

.side-info-list li a.side-info-title {
  display: block;
  padding: 0 0 10px 0;
}

.side-info-list li img {
  width: auto;
  margin: 0 10px 10px 0;
  max-width: 100%;
  float: left;
}

@media screen and (min-width: 768px) {
  .side-info-list li img {
    max-width: auto;
  }
}

@media screen and (min-width: 984px) {
  .side-info-list li img {
    max-width: auto;
    padding: 0;
  }
}

#ad_expand {
  width: 100%;
  height: auto;
  background: url(/image/jp/ad/loading.gif) center no-repeat;
  margin: 5px auto 0px auto;
}

#ad_expand {
  width: 100%;
  min-height: auto;
  background: url(/image/jp/ad/loading.gif) center no-repeat;
  margin: 5px auto 0px auto;
  position: relative;
}

#ad_expand img.banner_w {
  display: none;
}

#ad_expand img.banner_n {
  display: none;
}

#ad_expand img.close {
  width: 5%;
  display: none;
  position: absolute;
  right: 0;
}

#ad_expand img.close:hover {
  opacity: 0.5;
}

.top-category-banner {
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 984px) {
  .top-category-banner {
    margin-bottom: 24px;
  }
}

.top-category-banner div {
  margin-bottom: 8px;
}

.top-category-banner div :last-child {
  margin-bottom: 0;
}

.top-maincol-title {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 0;
  border-bottom: 1px #dbdbdb solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .top-maincol-title {
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.red {
  color: #f00e0e;
}

.pink {
  color: #FF3A6D;
}

.blue {
  color: #0094D4;
}

.green {
  color: #9DD148;
}

.yellow {
  color: #FFE032;
}

.orange {
  color: #fabf00;
}

.gray {
  color: #999999;
}

.link-color {
  color: #004461;
}

/* SliderPro start - Pckup用 */
.top-rec-event {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .top-rec-event {
    margin-bottom: 32px;
  }
}

.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 270px;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
  display: none;
}

.sp-slide:first-child {
  display: block;
}

/*★*/
.sp-slide-inner {
  padding: 3%;
}

.sp-slide-inner a h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fabf00;
  margin: 0 0 1rem 0;
}

.sp-slide-inner a p.cp {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.sp-slide-inner a {
  font-size: 14px;
  color: #000;
}

.sp-slide-inner a ul {
  list-style: none;
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
}

.sp-slide-inner a ul li {
  margin-bottom: 4px;
}

.sp-slide-inner a img {
  border: 1px solid #ececec;
}

/*★*/
.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  /*margin-top: 4px;*/
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ececec;
  background: none;
}

.sp-thumbnail-container .sp-thumbnail {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
}

.sp-thumbnail-container .sp-thumbnail div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.sp-thumbnail-container .sp-thumbnail div:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  width: 100%;
  height: 37px;
  background-size: 37px auto;
  background-position: center 0px;
  background-repeat: no-repeat;
}

.sp-thumbnail-container .sp-thumbnail .i2:before {
  background-image: url(/image/udo/events/svg/ico/ico-2.svg);
}

.sp-thumbnail-container .sp-thumbnail .ir:before {
  background-image: url(/image/udo/events/svg/ico/ico-r.svg);
}

.sp-thumbnail-container .sp-thumbnail .i6:before {
  background-image: url(/image/udo/events/svg/ico/ico-r.svg);
}

.sp-thumbnail-container .sp-thumbnail .ic:before {
  background-image: url(/image/udo/events/svg/ico/ico-c.svg);
}

.sp-thumbnail-container .sp-thumbnail .i8:before {
  background-image: url(/image/udo/events/svg/ico/ico-8.svg);
}

.sp-thumbnail-container .sp-thumbnail .i7:before {
  background-image: url(/image/udo/events/svg/ico/ico-7.svg);
}

.sp-thumbnail-container .sp-thumbnail .ie:before {
  background-image: url(/image/udo/events/svg/ico/ico-e.svg);
}

.sp-thumbnail-container .sp-thumbnail .in:before {
  background-image: url(/image/udo/events/svg/ico/ico-n.svg);
}

.sp-thumbnail-container .sp-thumbnail .ig:before {
  background-image: url(/image/udo/events/svg/ico/ico-g.svg);
}

.sp-thumbnail-container .sp-thumbnail .ik:before {
  background-image: url(/image/udo/events/svg/ico/ico-k.svg);
}

.sp-thumbnail-container .sp-thumbnail .iz:before {
  background-image: url(/image/udo/events/svg/ico/ico-z.svg);
}

.sp-thumbnail-container .sp-thumbnail .i9:before {
  background-image: url(/image/udo/events/svg/ico/ico-9.svg);
}

.sp-thumbnail-container .sp-thumbnail .il:before {
  background-image: url(/image/udo/events/svg/ico/ico-l.svg);
}

.sp-thumbnail-container .sp-thumbnail .iu:before {
  background-image: url(/image/udo/events/svg/ico/ico-l.svg);
}

.sp-thumbnail-container .sp-thumbnail .i5:before {
  background-image: url(/image/udo/events/svg/ico/ico-5.svg);
}

.sp-thumbnail-container .sp-thumbnail .is:before {
  background-image: url(/image/udo/events/svg/ico/ico-s.svg);
}

.sp-thumbnail-container .sp-thumbnail .ix:before {
  background-image: url(/image/udo/events/svg/ico/ico-x.svg);
}

.sp-thumbnail-container .sp-thumbnail .it:before {
  background-image: url(/image/udo/events/svg/ico/ico-t.svg);
}

.sp-thumbnail-container .sp-thumbnail .iw:before {
  background-image: url(/image/udo/events/svg/ico/ico-w.svg);
}

.sp-thumbnail-container .sp-thumbnail .im:before {
  background-image: url(/image/udo/events/svg/ico/ico-m.svg);
}

.sp-thumbnail-container .sp-thumbnail .i1:before {
  background-image: url(/image/udo/events/svg/ico/ico-1.svg);
}

.sp-selected-thumbnail .sp-thumbnail div {
  background-color: #fff0cb;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  /*margin-left: 2px;
  margin-right: 2px;*/
  margin: 0 -1px 0 0;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  /*margin-left: 2px;
  margin-right: 2px;*/
  margin: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(/image/jp/pages/newtop/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(/image/jp/pages/newtop/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: '\2195';
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#top-pick-slider {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

/*.sp-vertical .sp-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}*/
.sp-horizontal .sp-previous-arrow {
  left: -13px;
  right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  left: -13px;
  left: auto;
}

.sp-horizontal .sp-next-arrow {
  right: 5px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 5px;
  right: auto;
}

/*.sp-vertical .sp-previous-arrow {
	top: -10px;
}

.sp-vertical .sp-next-arrow {
	bottom: -10px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}*/
.sp-previous-arrow:before,
.sp-next-arrow:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #fabf00;
}

.sp-previous-arrow:before {
  background: #FFF url(/image/jp/pages/newtop/arrow_orange_next.jpg) no-repeat center center;
}

.sp-next-arrow:before {
  background: #FFF url(/image/jp/pages/newtop/arrow_orange_prev.jpg) no-repeat center center;
}

/*.sp-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}*/
.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  text-decoration: none;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

/*
#top-pick-slider {
	height: 445px !important;
	@include media(tablet){
	height: 305px  !important;
	}
	@include media(pc){
		height: 305px !important;
	}
}
.sp-slides-container,
.sp-mask {
	height: 400px !important;
	@include media(tablet){
	height: 260px  !important;
	}
	@include media(pc){
		height: 260px !important;
	}
}*/
.sp-slide-inner a figure {
  position: relative;
  float: none;
  margin: 0 auto 15px auto;
}

.sp-slide-inner a figure img {
  width: 100%;
}

.sp-slide-inner a figure .fav-btn {
  font-size: 18px;
  font-size: 1.8rem;
  top: 5px;
  right: 8px;
  position: absolute;
  color: #fff;
  text-shadow: 0px 0px 3px #000;
}

.sp-slide-inner a figure .fav-btn.on {
  color: #f00e0e;
}

.sp-slide-inner a figure .fav-btn:hover {
  color: #f00e0e;
}

@media screen and (min-width: 768px) {
  .sp-slide-inner a figure {
    margin: 0 0 2% 2%;
    float: right;
  }
  .sp-slide-inner a figure img {
    width: auto;
  }
}

/* SliderPro end */
.top-box-tab-nav {
  margin: 7px 0 13px;
  padding: 0;
  list-style: none;
  border-bottom: 1px #dbdbdb solid;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .top-box-tab-nav {
    margin: 0 0 20px;
  }
}

@media screen and (min-width: 984px) {
  .top-box-tab-nav {
    margin: 0 0 20px;
  }
}

.top-box-tab-nav li {
  margin: 0 -1px -1px -1px;
  display: inline-block;
  /*width: 24.5% !important;*/
  color: #0092d7;
  font-weight: bold;
  text-align: center;
  padding: 6px 5px;
  cursor: pointer;
  letter-spacing: -0.1em;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -o-border-top-left-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -ms-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
  /*@include transition(.3s ease-in-out);*/
}

@media screen and (min-width: 768px) {
  .top-box-tab-nav li {
    letter-spacing: 0;
    padding: 8px 16px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.61538;
  }
}

@media screen and (min-width: 984px) {
  .top-box-tab-nav li {
    padding: 8px 16px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

.top-box-tab-nav li.select {
  background-color: #fff;
  color: #1a1a1a;
  border-left: 1px #dbdbdb solid;
  border-top: 1px #dbdbdb solid;
  border-right: 1px #dbdbdb solid;
}

.top-box-tab-nav li:hover {
  color: #1a1a1a;
}

.top-box-tab .content_wrap {
  display: block;
  height: 230px;
  overflow-y: scroll;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.content_wrap.disnon {
  display: none;
}

.content_wrap .top-box-sublist {
  margin: 0 0 0 -10px;
}

.content_wrap .top-box-sublist li {
  list-style: disc;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

/*.content_wrap .top-box-sublist li:before {
    content: "・";
    display: table-cell;
    height: 100%;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
}*/
.content_wrap .top-box-sublist li a {
  padding: 0 0 0 0.2rem;
  color: #004461;
  text-decoration: underline;
}

.content_wrap .top-box-sublist li a:hover {
  color: #001a2d;
  text-decoration: none;
}

.content_wrap .top-box-sublist li a span {
  color: #1a1a1a;
}

.content_wrap .top-box-sublist li span {
  color: #1a1a1a;
}

.top-box {
  margin-bottom: 32px;
}

.top-box-header01,
.top-box-header02,
.top-box-header03,
.top-box-header {
  position: relative;
  margin-bottom: 16px;
  color: #1a1a1a;
  /*.top-cyclenews-rss{
  	position: absolute;
  	top: 50%;
  	right: 6px;
  	margin-top: -18px;
  	a{
  		display: block;
  		width: 33px;
  		height: 33px;
  		overflow: hidden;
  		text-indent: 100%;
  		white-space: nowrap;
  		background:url(/image/jp/pages/newtop/bt_social.png) no-repeat;
  		background-position: -108px 0;
  		@include background_size(141px auto);
  	}
  	@include media(pc){
  		a{
  			background:url(/image/jp/pages/newtop/bt_social_pc.png) no-repeat;
  			background-position: -108px 0;
  			@include background_size(auto auto);
  		}
  	}
  }*/
}

.top-box-header01 .top-box-title,
.top-box-header02 .top-box-title,
.top-box-header03 .top-box-title,
.top-box-header .top-box-title {
  position: relative;
  padding: 10px 0 10px 32px;
  margin-bottom: 15px;
  border-bottom: 1px #dbdbdb solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #1a1a1a;
}

.top-box-header01 .top-box-title:before,
.top-box-header02 .top-box-title:before,
.top-box-header03 .top-box-title:before,
.top-box-header .top-box-title:before {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 25px;
  height: 25px;
  margin-top: 0;
  background: url(/image/jp/pages/newtop/sprite_i_new.png) no-repeat;
  -webkit-background-size: 199px auto;
  -moz-background-size: 199px auto;
  -o-background-size: 199px auto;
  -ms-background-size: 199px auto;
  background-size: 199px auto;
}

@media screen and (min-width: 984px) {
  .top-box-header01 .top-box-title:before,
  .top-box-header02 .top-box-title:before,
  .top-box-header03 .top-box-title:before,
  .top-box-header .top-box-title:before {
    width: 26px;
    height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .top-box-header01 .top-box-title,
  .top-box-header02 .top-box-title,
  .top-box-header03 .top-box-title,
  .top-box-header .top-box-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .top-box-header01 .top-box-title:before,
  .top-box-header02 .top-box-title:before,
  .top-box-header03 .top-box-title:before,
  .top-box-header .top-box-title:before {
    top: 65%;
    margin-top: -20px;
  }
}

@media screen and (min-width: 984px) {
  .top-box-header01 .top-box-title:before,
  .top-box-header02 .top-box-title:before,
  .top-box-header03 .top-box-title:before,
  .top-box-header .top-box-title:before {
    background-image: url(/image/jp/pages/newtop/sprite_i_new_pc.png);
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    background-size: auto auto;
  }
}

.top-box-header01 .SmallBanner,
.top-box-header02 .SmallBanner,
.top-box-header03 .SmallBanner,
.top-box-header .SmallBanner {
  margin: 28px 0;
}

.top-box-header {
  border-top: 3px #0092d7 solid;
  border-bottom: none;
}

.top-box-header .top-box-title:before {
  background-position: -76px 0;
}

@media screen and (min-width: 984px) {
  .top-box-header .top-box-title:before {
    background-position: -77px 0;
  }
}

.top-box-header01 .top-box-title:nth-child(1):before {
  background-position: -51px 0;
}

@media screen and (min-width: 984px) {
  .top-box-header01 .top-box-title:nth-child(1):before {
    background-position: -52px 0;
  }
}

.top-box-header01 .top-box-title:nth-child(4):before {
  background-position: -76px 0;
}

@media screen and (min-width: 984px) {
  .top-box-header01 .top-box-title:nth-child(4):before {
    background-position: -51px 0;
  }
}

.top-box-header02 {
  border-bottom: none;
}

.top-box-header02 .top-box-title:before {
  background-position: -127px 0;
}

@media screen and (min-width: 984px) {
  .top-box-header02 .top-box-title:before {
    background-position: -129px 0;
  }
}

.top-box-header03 {
  border-bottom: none;
}

.top-box-header03 .top-box-title:before {
  background-position: -102px 0;
}

@media screen and (min-width: 984px) {
  .top-box-header03 .top-box-title:before {
    background-position: -104px 0;
  }
}

.productDetailTop {
  width: 100%;
  margin: 30px 0 0 -48px;
  text-align: center;
}

.productDetailTop li {
  list-style: none;
  width: 40%;
  padding: 0 4% 4% 4%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 2% 0 !important;
}

@media screen and (min-width: 768px) {
  .productDetailTop li {
    width: 22%;
    padding: 0 0.8%;
  }
}

.productDetailTop li a img {
  width: 100%;
}

.productDetailTop li .price {
  color: #ec2c13;
  margin-left: 5px;
  font-size: 1.4rem;
}

/* ジャンル検索のshow more用 */
.top-main-search-box .top-eventsearch-sublist {
  height: 170px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top-main-search-box .top-eventsearch-sublist {
    height: 75px;
  }
}

.showmore_trigger {
  width: 100%;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  margin: 0 0 -12px 0;
  padding: 4px 0 0 0;
}

.showmore_trigger .more,
.showmore_trigger .less {
  width: auto;
  float: right;
  color: #fff;
  padding: 0 0 0 29px;
  background: url(/image/jp/pages/newtop/less_arrow.png) no-repeat left center;
  font-size: 13px;
  font-size: 1.3rem;
}

.showmore_trigger .more {
  background: url(/image/jp/pages/newtop/more_arrow.png) no-repeat left center;
}

.showmore_trigger .less {
  display: none;
  background: url(/image/jp/pages/newtop/less_arrow.png) no-repeat left center;
}

@media screen and (min-width: 984px) {
  .showmore_trigger .more,
  .showmore_trigger .less {
    margin: 0 -22px 0 0;
  }
}

/* ビッグイベント告知用 */
.top-caution {
  margin: 0 0 32px -40px;
  width: 100%;
}

.top-caution li {
  list-style: none;
  display: block;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 5px;
  margin: 0 0 7px 0;
  padding: 0;
}

.top-caution li a {
  display: block;
  text-decoration: none;
  border-radius: 4px;
  padding: 12px 43px 10px 43px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  background: url(/image/jp/pages/newtop/arrow_caution.png) no-repeat right 14px center, url(/image/jp/pages/newtop/icon_speaker.png) no-repeat 14px center #f00e0e;
}

.top-caution li a.blue {
  background-color: #0094D4;
}

.top-caution li a.red {
  background-color: #f00e0e;
}

.top-caution li a.gray {
  background-color: #999999;
}

.top-caution li a.orange {
  background-color: #fabf00;
}

.top-caution li a.green {
  background-color: #9DD148;
}

.top-caution li a:hover {
  opacity: 0.4;
}

/* イベントリスト用 */
.events {
  min-height: 195px;
}

.events .event {
  width: 200px;
  height: 30px;
}

.events .event a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}

.events .event a figure {
  display: inline-block;
  background-color: #dbdbdb;
  background-position: center center;
  background-repeat: no-repeat;
  width: 200px;
  height: 170px;
  background-size: cover;
  margin: -10px 0;
}

.events .event a h3 {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 40%;
  left: 4%;
  right: 4%;
  text-align: center;
  text-shadow: 0px 0px 3px #000;
}

.events .event a span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
}

.events .event .date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.events .event .label {
  background: #cccccc;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  padding: 2px 3px 1px 3px;
}

@media screen and (min-width: 984px) {
  .events .event .label {
    padding: 1px 3px;
  }
}

.events .event .fav-btn {
  font-size: 18px;
  font-size: 1.8rem;
  top: 5px;
  right: 8px;
  position: absolute;
  color: #fff;
  text-shadow: 0px 0px 3px #000;
}

.events .event .fav-btn.on {
  color: #f00e0e;
}

.bigBanner {
  margin-bottom: 32px;
}

.bigBanner a img {
  width: 100%;
}

.SmallBanner a img {
  width: 100%;
}

#ad_expand {
  width: 100%;
  min-height: auto;
  background: url(/image/jp/ad/loading.gif) center no-repeat;
  margin: 5px auto 0px auto;
  position: relative;
}

#ad_expand .banner_w {
  display: none;
  width: 100%;
}

#ad_expand .banner_n {
  display: none;
  width: 100%;
}

#ad_expand .close {
  display: none;
  position: absolute;
  right: 0;
}

#ad_expand .close:hover {
  opacity: 0.5;
}

.ad-mainsmp {
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .ad-mainsmp {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 984px) {
  .ad-mainsmp {
    display: none;
  }
}

/******************************************
　下層共通CSS
******************************************/
.search-result {
  margin: 0 16px;
}

@media screen and (min-width: 984px) {
  .search-result {
    float: right;
    width: 770px;
    margin: 0;
  }
}

@media screen and (min-width: 984px) {
  .sub-navigation {
    float: left;
    width: 190px;
  }
}

.subnav-box {
  margin: 0 8px 16px 8px;
  padding: 4px;
  background-color: #f7f7f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (min-width: 984px) {
  .subnav-box {
    margin-left: 0;
    margin-right: 0;
  }
}

.subnav-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subnav-box ul li {
  margin: 0;
}

.subnav-title {
  position: relative;
  margin: 0;
  padding: 8px 0 8px 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  background-color: #0094D4;
  color: #fff;
  font-weight: normal;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -o-border-top-left-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -ms-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /*
	&:before{
		content: '';
		position: absolute;
		top: 50%;
		left: 10px;
		width: 26px;
		height: 20px;
		margin-top: -10px;
		background:{
			image: url(/common/images/sprite_i_base.png);
			repeat: no-repeat;
			position: 0px 0px;
		}
		@include background_size(($sprite-width/3.23) auto);
	}
	@include media(pc){
		&:before{
			background:{
				image: url(/common/images/sprite_i_base_pc.png);
				repeat: no-repeat;
				position: 0px 0px;
			}
			@include background_size(auto auto);
		}
	}
    */
}

.subnav-title span {
  display: inline-block;
  margin-right: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}

/*
.subnav-box{
	&.genre{
		.subnav-title{
			padding-left: 40px;
			@include media(pc){
				&:before{
					background:{
						position: -28px 0px;
					}
				}
			}
		}
	}
	&.area{
		.subnav-title{
			padding-left: 32px;
			&:before{
				left: 12px;
				width: 15px;
				height: 20px;
				margin-top: -11px;
				background:{
					position: -41px 0px;
				}
			}
			@include media(pc){
				&:before{
					margin-top: -9px;
					background:{
						position: 0px 0px;
					}
				}
			}
		}
	}
	&.feature{
		.subnav-title{
			padding-left: 34px;
			&:before{
				left: 12px;
				width: 17px;
				height: 17px;
				margin-top: -11px;
				background:{
					position: -76px -1px;
				}
			}
			@include media(pc){
				&:before{
					margin-top: -9px;
					background:{
						position: -70px 0px;
					}
				}
			}
		}
	}
	&.multi{
		.subnav-title{
			padding-left: 34px;
			&:before{
				left: 12px;
				width: 17px;
				height: 17px;
				margin-top: -11px;
				background:{
					position: -148px -1px;
				}
			}
			@include media(pc){
				&:before{
					margin-top: -9px;
					background:{
						position: -101px 0px;
					}
				}
			}
		}
	}
}
*/
.subnav-link-list {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  background-color: #fff;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.subnav-link-list > li {
  border-top: 1px #f0f0f0 solid;
}

.subnav-link-list > li a {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 8px 16px 8px 8px;
  display: block;
  color: #1a1a1a;
}

.subnav-link-list > li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top-width: 1px;
  border-top-color: #bababa;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #bababa;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subnav-link-list > li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  height: 100%;
  width: 3px;
  background-color: #0094D4;
}

.subnav-link-list > li a:hover {
  background-color: #f7f7f7;
}

.subnav-link-list > li a:hover:after {
  left: 0;
}

.subnav-link-list .subnav-link-sublist ul > li {
  border-top: 1px #f0f0f0 solid;
}

.subnav-link-list .subnav-link-sublist ul > li a {
  padding-left: 16px;
}

.subnav-link-list .subnav-link-sublist ul > li .subnav-link-select a {
  padding-left: 24px;
  font-weight: bold;
  color: #0094D4;
  background-color: #f7f7f7;
}

.subnav-link-list .subnav-link-sublist ul > li .subnav-link-select a:after {
  left: 0;
}

.subnav-link-list.othercat {
  display: none;
  border-top: 4px solid #f7f7f7;
}

.subnav-link-list .sublink-wide {
  position: relative;
}

@media screen and (min-width: 984px) {
  .subnav-link-list .sublink-wide .subnav-link-sublist {
    position: absolute;
    right: -700px;
    top: -6px;
    width: 700px;
    z-index: 300;
  }
  .subnav-link-list .sublink-wide .subnav-link-sublist:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0px;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #dbdbdb transparent transparent;
  }
  .subnav-link-list .sublink-wide .subnav-link-sublist:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 680px;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .subnav-link-list .sublink-wide .subnav-link-sublist > ul {
    margin: 0 30px;
    padding: 8px 0;
    border: none;
  }
  .subnav-link-list .sublink-wide .subnav-link-sublist > ul li {
    margin-bottom: 10px;
    border: none;
  }
  .subnav-link-list .sublink-wide .subnav-link-sublist a:after, .subnav-link-list .sublink-wide .subnav-link-sublist a:before {
    display: none;
  }
  .subnav-link-list .sublink-wide .subnav-subtitle-wide {
    margin: 0 30px 8px 30px;
    position: relative;
    padding: 12px 0 8px 0;
    border-bottom: 1px #dbdbdb solid;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    color: #1a1a1a;
    /*&:before{
		content: '';
		position: absolute;
		top: 50%;
		left: 4px;
		width: 8px;
		height: 11px;
		margin-top: -4px;
		background: url(/common/images/sprite_i_base_pc.png) no-repeat;
		background-position: left -25px;
	}*/
  }
  .subnav-link-list .sublink-wide .sublink-small > a {
    float: left;
    width: 130px;
    padding: 4px 0;
    font-weight: bold;
  }
  .subnav-link-list .sublink-wide .sublink-small > a:hover {
    background: none;
  }
  .subnav-link-list .sublink-wide .sublink-small .subnav-link-sublist-nest {
    display: none;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    margin-left: 130px;
  }
  .subnav-link-list .sublink-wide .sublink-small .subnav-link-sublist-nest:before, .subnav-link-list .sublink-wide .sublink-small .subnav-link-sublist-nest:after {
    display: none;
  }
  .subnav-link-list .sublink-wide .sublink-small .subnav-link-sublist-nest > ul {
    margin: 0;
    padding: 0;
    border: none;
  }
  .subnav-link-list .sublink-wide .sublink-small .subnav-link-sublist-nest > ul li {
    margin-bottom: 0;
  }
  .subnav-link-list .sublink-wide .sublink-small .subnav-link-sublist-nest li {
    display: inline-block;
    margin: 0 1px;
    padding-bottom: 6px;
    vertical-align: middle;
  }
  .subnav-link-list .sublink-wide .sublink-small .subnav-link-sublist-nest a {
    padding: 3px 8px;
    border: 1px #dbdbdb solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  .subnav-link-list .sublink-wide .sublink-small .subnav-link-sublist-nest a span {
    font-size: 11px;
    font-size: 1.1rem;
    color: #999999;
  }
  .subnav-link-list .sublink-wide .sublink-small .subnav-link-sublist-nest a:hover {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
    filter: alpha(opacity=40);
    opacity: 0.4;
  }
}

.subnav-link-list .sublink-small {
  position: relative;
}

@media screen and (min-width: 984px) {
  .subnav-link-list .sublink-small .subnav-link-sublist-nest {
    display: none;
    position: absolute;
    right: -220px;
    top: -6px;
    width: 220px;
    z-index: 300;
  }
  .subnav-link-list .sublink-small .subnav-link-sublist-nest:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0px;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #dbdbdb transparent transparent;
  }
  .subnav-link-list .sublink-small .subnav-link-sublist-nest:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 210px;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .subnav-link-list .sublink-small .subnav-link-sublist-nest > ul {
    margin: 0 14px 0 24px;
    padding: 0 0 12px;
    border: none;
  }
  .subnav-link-list .sublink-small .subnav-link-sublist-nest > ul li {
    margin-bottom: 0;
    border: none;
  }
  .subnav-link-list .sublink-small .subnav-link-sublist-nest a {
    position: relative;
    padding: 3px 0 3px 16px;
  }
  .subnav-link-list .sublink-small .subnav-link-sublist-nest a:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 6px;
    width: 3px;
    height: 3px;
    margin: 0;
    border: none;
    background-color: #dbdbdb;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .subnav-link-list .sublink-small .subnav-link-sublist-nest a:after {
    display: none;
  }
  .subnav-link-list .sublink-small .subnav-link-sublist-nest a span {
    font-size: 11px;
    font-size: 1.1rem;
    color: #999999;
  }
  .subnav-link-list .sublink-small .subnav-link-sublist-nest a:hover {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
    filter: alpha(opacity=40);
    opacity: 0.4;
  }
  .subnav-link-list .sublink-small .subnav-subtitle {
    margin: 0 14px 8px 24px;
    position: relative;
    padding: 12px 0 8px 0;
    border-bottom: 1px #dbdbdb solid;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    color: #1a1a1a;
    /*&:before{
		content: '';
		position: absolute;
		top: 50%;
		left: 4px;
		width: 8px;
		height: 11px;
		margin-top: -4px;
		background: url(/common/images/sprite_i_base_pc.png) no-repeat;
		background-position: left -25px;
	}*/
  }
}

.subnav-subtitle-wide,
.subnav-subtitle {
  margin: 0 8px;
  position: relative;
  padding: 12px 0 8px 0;
  border-bottom: 1px #dbdbdb solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #1a1a1a;
  /*&:before{
		content: '';
		position: absolute;
		top: 50%;
		left: 4px;
		width: 8px;
		height: 11px;
		margin-top: -4px;
		background: url(/common/images/sprite_i_base_pc.png) no-repeat;
		background-position: left -25px;
	}*/
  border: none;
}

.othercat-btn {
  padding: 8px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.72727;
}

@media screen and (min-width: 984px) {
  .othercat-btn:hover {
    cursor: pointer;
  }
}

/*
.subnav-box{
	&.genre{
		.subnav-subtitle-wide,
		.subnav-subtitle{
			padding-left: 28px;
			&:before{
				width: 20px;
				height: 15px;
				margin-top: -6px;
				background-position: -28px -25px;
			}
		}
	}
	&.area{
		.subnav-subtitle-wide,
		.subnav-subtitle{
			padding-left: 16px;
			&:before{
				width: 8px;
				height: 11px;
				margin-top: -4px;
				background-position: left -25px;
			}
		}
	}
	&.feature{
		.subnav-subtitle-wide,
		.subnav-subtitle{
			padding-left: 20px;
			&:before{
				width: 11px;
				height: 11px;
				margin-top: -5px;
				background-position: -70px -25px;
			}
		}
	}
}
*/
.search-result-title-box {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .search-result-title-box {
    margin-bottom: 16px;
  }
}

.search-result-title-box .search-result-title-icon {
  float: left;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 32px auto;
  -moz-background-size: 32px auto;
  -o-background-size: 32px auto;
  -ms-background-size: 32px auto;
  background-size: 32px auto;
}

.search-result-title-box .search-result-title-icon img {
  width: 32px;
  height: 32px;
}

@media screen and (min-width: 768px) {
  .search-result-title-box .search-result-title-icon {
    width: 48px;
    height: 48px;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    background-size: auto auto;
  }
  .search-result-title-box .search-result-title-icon img {
    width: 48px;
    height: 48px;
  }
}

.search-result-title-box .search-result-title {
  margin: 0 0 0 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  color: #0094D4;
}

@media screen and (min-width: 768px) {
  .search-result-title-box .search-result-title {
    margin: 0 0 0 62px;
    padding-top: 6px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.28571;
  }
}

.search-result-text {
  margin-bottom: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media screen and (min-width: 768px) {
  .search-result-text {
    margin-bottom: 24px;
  }
}

.search-result-text h2 {
  margin-bottom: 14px;
}

.search-result-text .table-2cal {
  margin-bottom: 14px;
}

.search-result-text .table-2cal th,
.search-result-text .table-2cal td {
  display: block;
  text-align: left;
  vertical-align: top;
  padding: 0.75rem;
  border: none;
}

@media screen and (min-width: 768px) {
  .search-result-text .table-2cal th,
  .search-result-text .table-2cal td {
    display: table-cell;
    border: 1px solid #dbdbdb;
  }
}

.search-result-text .table-2cal th {
  background-color: #f6f5f0;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .search-result-text .table-2cal th {
    white-space: nowrap;
  }
}

.search-result-text .table-2cal td {
  padding-bottom: 2.25rem;
}

@media screen and (min-width: 768px) {
  .search-result-text .table-2cal td {
    padding: 0.75rem;
  }
}

.search-result-text .table-2cal.no-border {
  margin-bottom: 14px;
}

.search-result-text .table-2cal.no-border th, .search-result-text .table-2cal.no-border td {
  border: none;
}

.search-result-text .table-2cal.no-border th {
  background: none;
  border-bottom: 1px dotted #dbdbdb;
  padding: 0 0 0.75rem 0;
}

@media screen and (min-width: 768px) {
  .search-result-text .table-2cal.no-border th {
    border: none;
    padding: 0 0.75rem 0.375rem 0;
  }
}

.search-result-text .table-2cal.no-border td {
  padding: 0.75rem 0 2.25rem 0;
}

@media screen and (min-width: 768px) {
  .search-result-text .table-2cal.no-border td {
    padding: 0 0.75rem 0.375rem 0;
  }
}

.search-result-text .table-other {
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .search-result-text .table-other {
    white-space: normal;
    overflow: visible;
  }
}

.search-result-keyword {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-result-keyword li {
  display: inline-block;
  margin: 0 2px 6px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.search-result-keyword li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  padding: 0 22px;
  color: #1a1a1a;
}

@media screen and (min-width: 984px) {
  .search-result-keyword li a {
    height: 24px;
    line-height: 24px;
  }
}

.search-result-keyword li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  width: 12px;
  height: 12px;
  margin: -5px 0 0 0;
  background-image: url(/common/images/sprite_i_base.png);
  background-repeat: no-repeat;
  background-position: -59px -17px;
  -webkit-background-size: 89.33333px auto;
  -moz-background-size: 89.33333px auto;
  -o-background-size: 89.33333px auto;
  -ms-background-size: 89.33333px auto;
  background-size: 89.33333px auto;
}

.search-result-keyword li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  background-image: url(/common/images/i_cross.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 8px auto;
  -moz-background-size: 8px auto;
  -o-background-size: 8px auto;
  -ms-background-size: 8px auto;
  background-size: 8px auto;
}

.search-result-keyword li a:hover {
  background-color: #f0f0f0;
  color: #999999;
}

.search-result-keyword li a.rebutton {
  padding: 0 8px 0 26px;
  border: none;
  background-color: #0094D4;
  color: #fff;
}

.search-result-keyword li a.rebutton:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url(/common/images/sprite_i_base.png);
  background-repeat: no-repeat;
  background-position: -120px -1px;
  -webkit-background-size: 134px 64.5px;
  -moz-background-size: 134px 64.5px;
  -o-background-size: 134px 64.5px;
  -ms-background-size: 134px 64.5px;
  background-size: 134px 64.5px;
}

.search-result-keyword li a.rebutton:after {
  display: none;
}

.search-result-keyword li a.rebutton:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.search-result-sort-box {
  border-top: 2px #f0f0f0 solid;
  margin-bottom: 16px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.search-result-sort-box.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: 0;
  z-index: 1000;
}

.search-result-sort-box.sticky .search-result-stats-change {
  padding: 8px 16px;
}

.search-result-sort-box.sticky .search-result-stats,
.search-result-sort-box.sticky .search-result-other {
  display: none;
}

@media screen and (min-width: 984px) {
  .search-result-sort-box {
    position: relative;
    height: 50px;
    margin-bottom: 0;
  }
  .search-result-sort-box.sticky {
    position: relative;
    top: auto;
    left: auto;
  }
  .search-result-sort-box.sticky .search-result-stats-change {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
  }
}

.search-result-stats {
  padding: 8px 0;
  margin: 0;
  text-align: right;
  color: #999999;
}

.search-result-stats strong {
  display: inline-block;
  margin: 0 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1a1a1a;
  font-weight: normal;
}

@media screen and (min-width: 984px) {
  .search-result-stats {
    float: left;
    padding: 16px 0 0 0;
    text-align: left;
  }
}

.search-result-stats-change {
  padding-top: 10px;
}

.search-result-stats-change .search-result-stats-change-list {
  width: 32%;
  padding: 0 0 0 4px;
  margin: 0;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px #dbdbdb solid;
  background-color: #fff;
}

.search-result-stats-change .search-result-stats-change-btn {
  width: 30%;
  margin: 0 6px 0 0;
  background-color: #0094D4;
  color: #fff;
  text-align: center;
  border: none;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.search-result-stats-change .search-result-stats-change-btn:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity=60);
  opacity: 0.6;
}

@media screen and (min-width: 984px) {
  .search-result-stats-change {
    float: left;
  }
  .search-result-stats-change .search-result-stats-change-list {
    width: 90px;
  }
  .search-result-stats-change .search-result-stats-change-btn {
    width: 60px;
  }
}

@media screen and (min-width: 984px) {
  .search-result-other {
    float: right;
    padding-top: 10px;
  }
}

.search-result-onoff {
  margin-bottom: 12px;
  background-color: #f7f7f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (min-width: 984px) {
  .search-result-onoff {
    float: left;
    margin: 0 0 0 8px;
    width: 180px;
    height: 30px;
  }
}

.search-result-onoff .search-result-onoff-text {
  margin: 0;
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
}

.search-result-onoff .search-result-onoff-switch {
  float: right;
  padding: 4px 4px 4px 0;
}

.search-result-onoff .onoffswitch {
  position: relative;
  width: 74px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search-result-onoff .onoffswitch-checkbox {
  display: none;
}

.search-result-onoff .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.search-result-onoff .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.2s ease-in 0s;
}

.search-result-onoff .onoffswitch-inner:before, .search-result-onoff .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 22px;
  padding: 0;
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.search-result-onoff .onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #9DD148;
  color: #fff;
}

.search-result-onoff .onoffswitch-inner:after {
  content: "OFF";
  padding-right: 8px;
  background-color: #cbcbcb;
  color: #fff;
  text-align: right;
}

.search-result-onoff .onoffswitch-switch {
  display: block;
  width: 36px;
  margin: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ddd 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ddd 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ddd 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ddd 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #ddd 100%);
  border: 1px #fff solid;
  background-color: #ddd;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in 0s;
}

.search-result-onoff .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.search-result-onoff .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.search-result-switch {
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
  background-color: #f0f0f0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
}

@media screen and (min-width: 984px) {
  .search-result-switch {
    float: left;
    margin: 0 0 0 8px;
    width: 209px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
  }
}

.search-result-switch li {
  display: inline-block;
  margin: 0;
  width: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

@media screen and (min-width: 984px) {
  .search-result-switch li {
    height: 30px;
    line-height: 30px;
  }
}

.search-result-switch li span {
  position: relative;
  color: #999999;
}

.search-result-switch li a,
.search-result-switch li span,
.search-result-switch li span:before {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.search-result-switch li a {
  text-decoration: none;
  display: block;
}

.search-result-switch li a.btn-list, .search-result-switch li a.btn-calendar {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  -o-border-bottom-left-radius: 20px;
  -ms-border-top-left-radius: 20px;
  -ms-border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -o-border-top-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (min-width: 984px) {
  .search-result-switch li a.btn-list, .search-result-switch li a.btn-calendar {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    -o-border-top-left-radius: 15px;
    -o-border-bottom-left-radius: 15px;
    -ms-border-top-left-radius: 15px;
    -ms-border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

.search-result-switch li a.btn-list span, .search-result-switch li a.btn-calendar span {
  padding: 0 0 0 22px;
}

.search-result-switch li a.btn-list span:before, .search-result-switch li a.btn-calendar span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 16px;
  margin: -9px 0 0 0;
  background-image: url(/common/images/bt_i_search_list.png);
  background-repeat: no-repeat;
  background-position: 0px -19px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  -ms-background-size: 40px auto;
  background-size: 40px auto;
}

@media screen and (min-width: 984px) {
  .search-result-switch li a.btn-list span:before, .search-result-switch li a.btn-calendar span:before {
    width: 17px;
    height: 13px;
    margin: -6px 0 0 0;
    background-image: url(/common/images/bt_i_search_list_pc.png);
    background-position: 0px -15px;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    background-size: auto auto;
  }
}

.search-result-switch li a.btn-list.on, .search-result-switch li a.btn-calendar.on {
  color: #fff;
  background-color: #0094D4;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
}

.search-result-switch li a.btn-list.on span, .search-result-switch li a.btn-calendar.on span {
  color: #fff;
}

.search-result-switch li a.btn-list.on span:before, .search-result-switch li a.btn-calendar.on span:before {
  background-position: 0px 0px;
}

@media screen and (min-width: 984px) {
  .search-result-switch li a.btn-list.on span:before, .search-result-switch li a.btn-calendar.on span:before {
    background-position: 0px 0px;
  }
}

@media screen and (min-width: 984px) {
  .search-result-switch li a.btn-list:hover, .search-result-switch li a.btn-calendar:hover {
    color: #fff;
    background-color: #0094D4;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
  }
  .search-result-switch li a.btn-list:hover span, .search-result-switch li a.btn-calendar:hover span {
    color: #fff;
  }
  .search-result-switch li a.btn-list:hover span:before, .search-result-switch li a.btn-calendar:hover span:before {
    background-position: 0px 0px;
  }
}

.search-result-switch li a.btn-calendar {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -o-border-top-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -o-border-top-right-radius: 20px;
  -o-border-bottom-right-radius: 20px;
  -ms-border-top-right-radius: 20px;
  -ms-border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media screen and (min-width: 984px) {
  .search-result-switch li a.btn-calendar {
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    -o-border-top-right-radius: 15px;
    -o-border-bottom-right-radius: 15px;
    -ms-border-top-right-radius: 15px;
    -ms-border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

.search-result-switch li a.btn-calendar span {
  padding: 0 0 0 22px;
}

.search-result-switch li a.btn-calendar span:before {
  width: 20px;
  height: 16px;
  margin: -8px 0 0 0;
  background-position: -20px -19px;
  -webkit-background-size: 38px auto;
  -moz-background-size: 38px auto;
  -o-background-size: 38px auto;
  -ms-background-size: 38px auto;
  background-size: 38px auto;
}

@media screen and (min-width: 984px) {
  .search-result-switch li a.btn-calendar span {
    padding: 0 0 0 18px;
  }
  .search-result-switch li a.btn-calendar span:before {
    width: 13px;
    height: 13px;
    margin: -7px 0 0 0;
    background-position: -19px -15px;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    background-size: auto auto;
  }
}

.search-result-switch li a.btn-calendar.on span, .search-result-switch li a.btn-calendar:hover span {
  color: #fff;
}

.search-result-switch li a.btn-calendar.on span:before, .search-result-switch li a.btn-calendar:hover span:before {
  background-position: -20px -1px;
}

@media screen and (min-width: 984px) {
  .search-result-switch li a.btn-calendar.on span:before, .search-result-switch li a.btn-calendar:hover span:before {
    background-position: -19px 0px;
  }
}

@media screen and (min-width: 984px) {
  .search-result-sort {
    float: left;
    margin: 0 0 0 8px;
    width: 140px;
  }
}

.search-result-sort .search-result-sort-list {
  width: 100%;
  padding: 0 0 0 4%;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px #dbdbdb solid;
  background-color: #fff;
}

.search-result-footer {
  position: relative;
  border-bottom: 2px #f0f0f0 solid;
  padding: 0 0 4px;
  margin-bottom: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

@media screen and (min-width: 984px) {
  .search-result-footer {
    padding: 40px 0 12px;
    margin-bottom: 0;
  }
}

.search-result-footer .search-result-stats {
  padding: 0 0 8px;
  margin: 0;
}

@media screen and (min-width: 984px) {
  .search-result-footer .search-result-stats {
    position: absolute;
    left: 0;
    bottom: 8px;
    padding: 0;
  }
}

.search-result-footer .search-result-rebutton {
  margin: 0 auto 20px auto;
  font-size: 14px;
  font-size: 1.4rem;
}

.search-result-footer .search-result-rebutton a {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #0094D4;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.search-result-footer .search-result-rebutton span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
}

.search-result-footer .search-result-rebutton span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-image: url(/common/images/sprite_i_base.png);
  background-repeat: no-repeat;
  background-position: -148px -1px;
  -webkit-background-size: 165.94427px 80px;
  -moz-background-size: 165.94427px 80px;
  -o-background-size: 165.94427px 80px;
  -ms-background-size: 165.94427px 80px;
  background-size: 165.94427px 80px;
}

@media screen and (min-width: 768px) {
  .search-result-footer .search-result-rebutton {
    width: 50%;
  }
}

@media screen and (min-width: 984px) {
  .search-result-footer .search-result-rebutton {
    float: right;
    width: auto;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .search-result-footer .search-result-rebutton a {
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  .search-result-footer .search-result-rebutton a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity=60);
    opacity: 0.6;
  }
}

.multisearch {
  margin: 0;
  padding: 8px 0;
  list-style: none;
}

.multisearch-title {
  position: relative;
  margin: 0 0 16px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 3px #3cb7ea solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #3cb7ea;
  font-weight: bold;
  z-index: 0;
  text-align: center;
}

.multisearch-title:before, .multisearch-title:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0px;
  height: 0px;
}

.multisearch-title:before {
  bottom: -8px;
  margin-left: -9px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
}

.multisearch-title:after {
  bottom: -12px;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #3cb7ea transparent transparent transparent;
  z-index: -1;
}

.multisearch-title.subnav {
  margin: 16px;
}

@media screen and (min-width: 984px) {
  .multisearch-title {
    display: none;
  }
}

.multisearch-page {
  margin: 0 0 24px 0;
  padding: 16px 16px 8px 16px;
  border: 1px #dbdbdb solid;
}

@media screen and (min-width: 768px) {
  .multisearch-page {
    margin: 0 0 24px 0;
    padding: 16px 0;
    border: none;
    border-top: 1px #dbdbdb solid;
    border-bottom: 1px #dbdbdb solid;
  }
}

.multisearch > li {
  margin-bottom: 16px;
  border-bottom: 1px #f0f0f0 solid;
}

.multisearch > li:last-child {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .multisearch > li {
    margin-bottom: 16px;
  }
  .multisearch > li:last-child {
    margin-bottom: 16px;
  }
}

.multisearch-listtitle {
  margin: 0 0 8px;
  padding: 2px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: normal;
  text-align: center;
  background-color: #999999;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .multisearch-listtitle {
    float: left;
    width: 20%;
    margin: 0 0 16px;
  }
}

.multisearch-listsubtitle {
  margin: 0 0 4px;
  color: #1a1a1a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.multisearch-listsubtitle input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

@media screen and (min-width: 768px) {
  .multisearch-listsubtitle {
    padding: 0;
  }
}

.multisearch-box {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media screen and (min-width: 768px) {
  .multisearch-box {
    margin: 0 0 0 23%;
  }
}

.multisearch-box-list {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.multisearch-box-list li {
  display: inline-block;
  margin: 0 8px 4px 0;
}

.multisearch-box-list input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.multisearch-box-select {
  display: inline-block;
  margin: 0 4px 14px 0;
}

.multisearch-box-select select {
  padding: 4px 8px;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.multisearch-box-inputtext {
  margin-bottom: 14px;
}

.multisearch-box-inputtext input[type="text"] {
  width: 100%;
  padding: 4px 0;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.multisearch-switch .search-result-onoff {
  margin-bottom: 16px;
}

@media screen and (min-width: 984px) {
  .multisearch-switch .search-result-onoff {
    float: none;
    margin: 0 0 8px;
    width: 100%;
    height: 38px;
  }
}

.multisearch-switch .search-result-onoff .search-result-onoff-text {
  margin: 0;
  display: block;
  float: none;
  height: auto;
  padding: 8px 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  .multisearch-switch .search-result-onoff .search-result-onoff-text {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0;
    text-align: left;
  }
}

.multisearch-switch .search-result-onoff .search-result-onoff-switch {
  float: none;
  padding: 0 8px 12px 8px;
}

@media screen and (min-width: 768px) {
  .multisearch-switch .search-result-onoff .search-result-onoff-switch {
    float: left;
    padding: 8px;
  }
}

.multisearch-switch .search-result-onoff .onoffswitch {
  margin: 0 auto;
}

.multisearch-button {
  margin: 0;
  padding: 4px 0;
  list-style: none;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  padding-top: 10px;
  max-height: 100vh;
}

@media screen and (min-width: 984px) {
  .multisearch-button {
    position: inherit;
    width: auto;
    background: transparent;
    left: auto;
    padding-top: 4px;
    max-height: inherit;
  }
}

.multisearch-button li {
  margin: 0 4px 8px 4px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.multisearch-button li button {
  text-align: center;
  width: 100%;
  border: 1px #0094D4 solid;
  height: 40px;
  line-height: 40px;
  background-color: #0094D4;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.multisearch-button li button span {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0 0 0 22px;
}

.multisearch-button li button span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 16px;
  background-image: url(/common/images/bt_i_search_list.png);
  background-repeat: no-repeat;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  -ms-background-size: 40px auto;
  background-size: 40px auto;
}

@media screen and (min-width: 984px) {
  .multisearch-button li button span:before {
    background-image: url(/common/images/bt_i_search_list_pc.png);
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    background-size: auto auto;
  }
}

.multisearch-button li button.btn-list span:before {
  margin: -9px 0 0 0;
  background-position: 0px 0;
}

@media screen and (min-width: 984px) {
  .multisearch-button li button.btn-list span:before {
    width: 17px;
    height: 13px;
    margin: -6px 0 0 0;
    background-position: 0px 0px;
  }
}

.multisearch-button li button.btn-calendar span:before {
  margin: -8px 0 0 0;
  background-position: -20px 0;
  -webkit-background-size: 38px auto;
  -moz-background-size: 38px auto;
  -o-background-size: 38px auto;
  -ms-background-size: 38px auto;
  background-size: 38px auto;
}

@media screen and (min-width: 984px) {
  .multisearch-button li button.btn-calendar span {
    padding: 0 0 0 18px;
  }
  .multisearch-button li button.btn-calendar span:before {
    width: 13px;
    height: 13px;
    margin: -7px 0 0 0;
    background-position: -19px 0px;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    background-size: auto auto;
  }
}

@media screen and (min-width: 768px) {
  .multisearch-button li {
    display: inline-block;
    width: 35%;
  }
}

@media screen and (min-width: 984px) {
  .multisearch-button li button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .multisearch-button li button:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity=60);
    opacity: 0.6;
  }
}

.pagenation {
  margin: 0;
}

.pagenation ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media screen and (min-width: 984px) {
  .pagenation ul {
    margin: 0;
    padding: 8px 0 0;
  }
}

.pagenation ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 8px 0;
  vertical-align: bottom;
  font-size: 14px;
  font-size: 1.4rem;
}

.pagenation ul li a,
.pagenation ul li span {
  text-decoration: none;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #1a1a1a;
}

.pagenation ul li a:hover,
.pagenation ul li span:hover {
  background-color: #dbdbdb;
  border: 1px #dbdbdb solid;
  color: #fff;
}

.pagenation ul li.prev a,
.pagenation ul li.prev span, .pagenation ul li.next a,
.pagenation ul li.next span {
  position: relative;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.pagenation ul li.prev a:before, .pagenation ul li.next a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #3b3b3b;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #3b3b3b;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagenation ul li.prev a:hover:before, .pagenation ul li.next a:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagenation ul li.prev span, .pagenation ul li.next span {
  background-color: #dbdbdb;
}

.pagenation ul li.prev span:before, .pagenation ul li.next span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagenation ul li.prev a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #3b3b3b;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #3b3b3b;
  border-right-style: solid;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pagenation ul li.prev a:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pagenation ul li.prev span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pagenation ul li.active span {
  background-color: #dbdbdb;
  color: #fff;
}

.pagenation ul li.more span {
  border: none;
}

.pagenation ul li.more span:hover {
  background: none;
  border: none;
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .pagenation ul li {
    margin: 0 1px 8px 1px;
  }
  .pagenation ul li.back {
    width: 210px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pagenation ul li.back a {
    width: 210px;
  }
}

.pagenation-cal,
.pagenation-news {
  background-color: #f7f7f7;
  margin: 0 0 24px;
  padding: 12px 0;
}

@media screen and (min-width: 984px) {
  .pagenation-cal,
  .pagenation-news {
    margin: 0;
    padding: 20px 0;
  }
}

.pagenation-cal ul,
.pagenation-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.pagenation-cal li,
.pagenation-news li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}

.pagenation-cal li a,
.pagenation-cal li span,
.pagenation-news li a,
.pagenation-news li span {
  text-decoration: none;
  display: block;
  height: 28px;
  line-height: 28px;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #1a1a1a;
  background-color: #fff;
}

.pagenation-cal li a:hover,
.pagenation-cal li span:hover,
.pagenation-news li a:hover,
.pagenation-news li span:hover {
  background-color: #dbdbdb;
  border: 1px #dbdbdb solid;
  color: #fff;
}

.pagenation-cal li.prev a,
.pagenation-cal li.prev span, .pagenation-cal li.next a,
.pagenation-cal li.next span,
.pagenation-news li.prev a,
.pagenation-news li.prev span,
.pagenation-news li.next a,
.pagenation-news li.next span {
  position: relative;
}

.pagenation-cal li.prev a, .pagenation-cal li.next a,
.pagenation-news li.prev a,
.pagenation-news li.next a {
  padding: 0 24px 0 8px;
}

.pagenation-cal li.prev a:before, .pagenation-cal li.next a:before,
.pagenation-news li.prev a:before,
.pagenation-news li.next a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #3b3b3b;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #3b3b3b;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagenation-cal li.prev a:hover:before, .pagenation-cal li.next a:hover:before,
.pagenation-news li.prev a:hover:before,
.pagenation-news li.next a:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagenation-cal li.prev span, .pagenation-cal li.next span,
.pagenation-news li.prev span,
.pagenation-news li.next span {
  background-color: #dbdbdb;
}

.pagenation-cal li.prev span:before, .pagenation-cal li.next span:before,
.pagenation-news li.prev span:before,
.pagenation-news li.next span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagenation-cal li.prev a,
.pagenation-news li.prev a {
  padding: 0 8px 0 24px;
}

.pagenation-cal li.prev a:before,
.pagenation-news li.prev a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 9px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #3b3b3b;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #3b3b3b;
  border-right-style: solid;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pagenation-cal li.prev a:hover:before,
.pagenation-news li.prev a:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 9px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pagenation-cal li.prev span:before,
.pagenation-news li.prev span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 9px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pagenation-news {
  background: none;
  padding: 0;
}

.pagenation-news li.prev {
  float: left;
}

.pagenation-news li.next {
  float: right;
}

.banner-list ul {
  margin: 0 24px;
  padding: 0 0 16px;
  list-style: none;
}

.banner-list ul li {
  text-align: center;
}

@media screen and (min-width: 984px) {
  .banner-list ul {
    margin: 0;
  }
}

#facebookComment {
  margin-bottom: 24px;
}

/******************************************
　検索結果
******************************************/
.search-result-list {
  margin-bottom: 16px;
  padding: 10px;
  border-top: 4px #0094D4 solid;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 6px rgba(175, 180, 185, 0.8);
  -moz-box-shadow: 0px 1px 6px rgba(175, 180, 185, 0.8);
  -o-box-shadow: 0px 1px 6px rgba(175, 180, 185, 0.8);
  -ms-box-shadow: 0px 1px 6px rgba(175, 180, 185, 0.8);
  box-shadow: 0px 1px 6px rgba(175, 180, 185, 0.8);
}

@media screen and (min-width: 984px) {
  .search-result-list {
    margin-bottom: 24px;
    padding: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
}

.search-result-list.pr {
  border-top-color: #fabf00;
  background-color: #fff9e5;
}

.search-result-list.pr .result-title-box {
  padding-left: 36px;
}

.search-result-list.pr .result-title-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-image: url(/common/images/i_pr.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 26px auto;
  -moz-background-size: 26px auto;
  -o-background-size: 26px auto;
  -ms-background-size: 26px auto;
  background-size: 26px auto;
}

.search-result-list.pr .result-title-box .result-title {
  padding-left: 12px;
}

.search-result-list.pr .result-title-box .result-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 26px;
  margin: 0;
  background-image: url(/common/images/bg_pr_boder.png);
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 984px) {
  .search-result-list.pr .result-title-box {
    padding-left: 54px;
  }
  .search-result-list.pr .result-title-box:before {
    width: 42px;
    height: 42px;
    background-image: url(/common/images/i_pr_pc.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    background-size: auto auto;
  }
  .search-result-list.pr .result-title-box .result-title {
    padding-left: 14px;
  }
  .search-result-list.pr .result-title-box .result-title:before {
    top: 8px;
  }
}

.search-result-list.pr .result-link {
  background-color: #f9f1da;
}

.result-link {
  margin: 0 -10px -10px -10px;
  padding: 16px;
  list-style: none;
  background-color: #eff3f6;
  text-align: center;
}

@media screen and (min-width: 984px) {
  .result-link {
    margin: 0 -16px -16px -16px;
    padding: 20px 0;
  }
}

.result-link li {
  margin: 0 0 8px;
  font-size: 14px;
  font-size: 1.4rem;
}

.result-link li:last-child {
  margin-bottom: 0;
}

.result-link li a {
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #0094D4;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.result-link li.result-link-archive a {
  background-color: #496580;
}

@media screen and (min-width: 768px) {
  .result-link li {
    margin: 0 4px 0 4px;
    display: inline-block;
  }
  .result-link li a {
    width: 200px;
  }
  .result-link li a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity=60);
    opacity: 0.6;
  }
}

.result-title-box {
  position: relative;
  margin-bottom: 8px;
}

.result-title-box .result-title {
  position: relative;
  margin: 0;
  padding: 4px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.result-title-box.noresults {
  text-align: center;
}

.result-title-box.noresults p {
  font-size: 14px;
  font-size: 1.4rem;
}

.result-title-box a {
  display: block;
}

@media screen and (min-width: 984px) {
  .result-title-box {
    margin-bottom: 16px;
    padding: 0;
  }
  .result-title-box .result-title {
    padding: 8px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}

@media screen and (max-width: 767px) {
  .result-ph {
    margin-bottom: 10px;
    min-width: 268px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .result-ph::-webkit-scrollbar {
    display: none;
    height: 0 !important;
  }
  .result-ph.result-noimage {
    display: none;
  }
  .result-ph .result-ph-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 800px;
    -webkit-overflow-scrolling: touch;
  }
  .result-ph .result-ph-list > * {
    -webkit-transform: translateZ(0px);
  }
  .result-ph .result-ph-list li {
    margin: 0 10px 0 0;
    float: left;
    width: 190px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .result-ph {
    float: left;
    width: 37.9403794%;
    padding-bottom: 24px;
  }
  .result-ph .result-ph-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .result-ph .result-ph-list li {
    float: left;
    margin: 0 0.5% 1% 0.5%;
    text-align: center;
    display: block;
    width: 32.33333%;
  }
  .result-ph .result-ph-list li.main-ph {
    width: 99%;
  }
  .result-ph .result-ph-list img {
    min-width: 100%;
  }
}

.result-text {
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .result-text {
    float: right;
    width: 58.8075881%;
    padding-bottom: 24px;
  }
}

.result-text-pr {
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media screen and (min-width: 768px) {
  .result-text-pr {
    margin-bottom: 16px;
  }
}

.result-text-data {
  margin-bottom: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  .result-text-data {
    margin-bottom: 16px;
  }
}

.result-text-data .result-text-info {
  margin: 0 0 8px;
  padding: 0;
}

.result-text-data .result-text-info dt {
  float: left;
  width: 70px;
  margin: 0 0 2px;
  padding: 0;
  font-weight: bold;
  color: #1a1a1a;
}

.result-text-data .result-text-info dd {
  margin: 0 0 2px;
  margin-left: 74px;
  padding: 0;
}

.result-text-data .result-text-info span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 6px;
  padding: 0 8px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #ff2b7f;
}

.result-text-data .result-text-info span.before {
  background-color: #2ecc71;
}

.result-text-data .result-text-info span.info {
  background-color: #b5b6bb;
}

.result-text-data .result-text-info span.en {
  display: none;
}

@media screen and (min-width: 768px) {
  .result-text-data .result-text-info dt {
    width: 85px;
    margin-bottom: 4px;
  }
  .result-text-data .result-text-info dd {
    margin-left: 85px;
    margin-bottom: 4px;
  }
}

.result-text-data .result-text-point {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.result-text-data .result-text-point li {
  margin: 0 0 6px;
  display: inline-block;
}

.result-text-data .result-text-point li a,
.result-text-data .result-text-point li span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 1px;
  padding: 0 8px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #959687;
}

.result-text-data .result-text-point li a.pick,
.result-text-data .result-text-point li span.pick {
  background-color: #d3b77a;
}

.result-text-data .result-text-point li a:hover,
.result-text-data .result-text-point li span:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.result-text-comment {
  margin: 0;
  padding: 0;
  list-style: none;
}

.result-text-comment li {
  display: none;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .result-text-comment li {
    margin-bottom: 14px;
  }
}

.result-text-comment li:first-child {
  display: block;
}

.result-text-comment .comment-img {
  float: left;
  width: 40px;
}

.result-text-comment .comment-img a,
.result-text-comment .comment-img span {
  display: block;
  padding: 3px;
  background-color: #fff;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.result-text-comment .comment-img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.result-text-comment .comment-img.staff a,
.result-text-comment .comment-img.staff span {
  border-color: #00c3e5;
}

.result-text-comment .comment-box {
  margin-left: 55px;
}

.result-text-comment .comment-box p {
  margin: 0 0 4px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.result-text-comment .comment-box p.comment-name, .result-text-comment .comment-box p.comment-data {
  width: 100%;
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.72727;
  color: #999999;
}

.result-text-comment .comment-box p.comment-name strong, .result-text-comment .comment-box p.comment-data strong {
  color: #545454;
}

@media screen and (min-width: 768px) {
  .result-text-comment .comment-box p.comment-name, .result-text-comment .comment-box p.comment-data {
    float: left;
    width: 60%;
  }
}

.result-text-comment .comment-box p.comment-data {
  text-align: right;
}

.result-text-comment .comment-box p.comment-data a {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .result-text-comment .comment-box p.comment-data {
    float: left;
    width: 40%;
  }
}

.result-text-comment .comment-box .comment-text-box {
  position: relative;
  margin-bottom: 4px;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 0 rgba(100, 100, 100, 0.1);
  -moz-box-shadow: 2px 2px 0 rgba(100, 100, 100, 0.1);
  -o-box-shadow: 2px 2px 0 rgba(100, 100, 100, 0.1);
  -ms-box-shadow: 2px 2px 0 rgba(100, 100, 100, 0.1);
  box-shadow: 2px 2px 0 rgba(100, 100, 100, 0.1);
}

.result-text-comment .comment-box .comment-text-box:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -7px;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent #dbdbdb transparent transparent;
}

.result-text-comment .comment-box .comment-text-box .comment-title {
  position: relative;
  margin: 0 0 8px;
  padding: 4px 0 0;
}

.result-text-comment .comment-box .comment-text-box .comment-title:before {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 2px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background-image: url(/common/images/i_comment_h.png);
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: 174px 36px;
  -moz-background-size: 174px 36px;
  -o-background-size: 174px 36px;
  -ms-background-size: 174px 36px;
  background-size: 174px 36px;
}

@media screen and (min-width: 984px) {
  .result-text-comment .comment-box .comment-text-box .comment-title:before {
    background-image: url(/common/images/i_comment_h_pc.png);
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}

.result-text-comment .comment-box .comment-text-box .comment-title.question {
  padding: 8px 0 8px 46px;
}

.result-text-comment .comment-box .comment-text-box .comment-title.question:before {
  display: block;
  background-position: left top;
}

.result-text-comment .comment-box .comment-text-box .comment-title.chat {
  padding: 8px 0 8px 46px;
}

.result-text-comment .comment-box .comment-text-box .comment-title.chat:before {
  display: block;
  background-position: -46px top;
}

.result-text-comment .comment-box .comment-text-box .comment-title.entry {
  padding: 8px 0 8px 46px;
}

.result-text-comment .comment-box .comment-text-box .comment-title.entry:before {
  display: block;
  background-position: -92px top;
}

.result-text-comment .comment-box .comment-text-box .comment-title.impressions {
  padding: 8px 0 8px 46px;
}

.result-text-comment .comment-box .comment-text-box .comment-title.impressions:before {
  display: block;
  background-position: -138px top;
}

.result-text-comment .comment-box .comment-text-box p.comment-text {
  margin: 0;
}

.result-text-comment .comment-box .comment-text-box p a {
  display: block;
  color: #1a1a1a;
  text-decoration: underline;
}

.result-text-comment .comment-box .comment-text-box p a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.result-text-comment-link {
  display: none;
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.result-text-comment-link a {
  display: block;
  color: #1a1a1a;
  text-decoration: underline;
}

.result-text-comment-link a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.result-text-social {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  text-align: center;
  position: relative;
  margin-bottom: 4px;
  padding: 8px 12px;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.result-text-social a {
  text-decoration: none;
  color: #545454;
  display: inline-block;
  margin: 0 4px;
}

.result-text-social .fav-btn.on {
  color: #f26d7e;
}

.result-bottom-ad {
  margin: 24px 0;
  text-align: center;
}

/* ICON */
.ico {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #0094d4;
  overflow: hidden;
  -webkit-background-size: 32px auto;
  -moz-background-size: 32px auto;
  -o-background-size: 32px auto;
  -ms-background-size: 32px auto;
  background-size: 32px auto;
}

@media screen and (min-width: 768px) {
  .ico {
    width: 48px;
    height: 48px;
    -webkit-background-size: 48px auto;
    -moz-background-size: 48px auto;
    -o-background-size: 48px auto;
    -ms-background-size: 48px auto;
    background-size: 48px auto;
  }
}

.ico.ico-r {
  background-image: url(/image/udo/events/svg/ico/ico-r.svg);
}

/* マラソン・ランニング */
.ico.ico-c {
  background-image: url(/image/udo/events/svg/ico/ico-c.svg);
}

/* サイクリング */
.ico.ico-6 {
  background-image: url(/image/udo/events/svg/ico/ico-6.svg);
}

/* ランイベント・練習会 */
.ico.ico-w {
  background-image: url(/image/udo/events/svg/ico/ico-w.svg);
}

/* ウォーキング */
.ico.ico-x {
  background-image: url(/image/udo/events/svg/ico/ico-x.svg);
}

/* スイミング */
.ico.ico-t {
  background-image: url(/image/udo/events/svg/ico/ico-t.svg);
}

/* トライアスロン */
.ico.ico-u {
  background-image: url(/image/udo/events/svg/ico/ico-u.svg);
}

/* ロゲイニング */
.ico.ico-g {
  background-image: url(/image/udo/events/svg/ico/ico-g.svg);
}

/* ゴルフ */
.ico.ico-m {
  background-image: url(/image/udo/events/svg/ico/ico-m.svg);
}

/* スカッシュ */
.ico.ico-k {
  background-image: url(/image/udo/events/svg/ico/ico-k.svg);
}

/* モータースポーツ */
.ico.ico-4 {
  background-image: url(/image/udo/events/svg/ico/ico-4.svg);
}

/* その他 */
.ico.ico-s {
  background-image: url(/image/udo/events/svg/ico/ico-s.svg);
}

/* ウィンタースポーツ */
.ico.ico-2 {
  background-image: url(/image/udo/events/svg/ico/ico-2.svg);
}

/* アドベンチャー */
.ico.ico-e {
  background-image: url(/image/udo/events/svg/ico/ico-e.svg);
}

/* カヌー＆シーカヤック */
.ico.ico-1 {
  background-image: url(/image/udo/events/svg/ico/ico-1.svg);
}

/* テニス */
.ico.ico-y {
  background-image: url(/image/udo/events/svg/ico/ico-y.svg);
}

/* マリンスポーツ */
.ico.ico-5 {
  background-image: url(/image/udo/events/svg/ico/ico-5.svg);
}

/* サッカー・フットサル */
.ico.ico-7 {
  background-image: url(/image/udo/events/svg/ico/ico-7.svg);
}

/* 野球 */
.ico.ico-8 {
  background-image: url(/image/udo/events/svg/ico/ico-8.svg);
}

/* バスケットボール */
.ico.ico-l {
  background-image: url(/image/udo/events/svg/ico/ico-l.svg);
}

/* オリエンテーリング */
.ico.ico-n {
  background-image: url(/image/udo/events/svg/ico/ico-n.svg);
}

/* フェンシング */
.ico.ico-z {
  background-image: url(/image/udo/events/svg/ico/ico-2.svg);
}

/* アドベンチャー */
.ico.ico-q {
  background-image: url(/image/udo/events/svg/ico/ico-q.svg);
}

/* オンラインイベント */
.ico.ico-online {
  background-image: url(/image/udo/events/svg/ico/ico-4.svg);
}

/* 登録 */
/* シェア用モーダルウィンドウ */
#modal-share {
  display: none;
}

.modal-share-list {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.26667;
  list-style: none;
  margin: 0;
  padding: 0;
}

.modal-share-list li a {
  text-decoration: none;
  padding: 0 10px;
  display: block;
  height: 30px;
  line-height: 30px;
  background-color: #0094D4;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.modal-share-list li a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.modal-share-list .twitter a {
  background-color: #00acee;
}

.modal-share-list .facebook a {
  background-color: #3b5998;
}

.modal-share-list .hatena a {
  background-color: #5d8ac1;
}

.modal-share-list .line a {
  background-color: #25af00;
}

.modal-share-list .fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.qtip-close {
  color: #fff !important;
  border-color: #fff !important;
  margin-top: -6px !important;
}

/******************************************
　カレンダー
******************************************/
.calendar-title {
  display: none;
}

@media screen and (min-width: 984px) {
  .calendar-title {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px #dbdbdb solid;
    background-color: #f7f7f7;
  }
  .calendar-title li {
    float: left;
    margin: 0;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .calendar-title li.calendar-title-month {
    width: 100px;
  }
  .calendar-title li.calendar-title-day {
    width: 70px;
  }
  .calendar-title li.calendar-title-event {
    width: 445px;
  }
  .calendar-title li.calendar-title-area {
    width: 75px;
  }
}

.calendar-event-list {
  margin-bottom: 0px;
  border-bottom: 1px #dbdbdb solid;
}

.calendar-month {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 6px;
  text-align: center;
  color: #fff;
  background-color: #0094D4;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -o-border-top-left-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -ms-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media screen and (min-width: 984px) {
  .calendar-month {
    float: left;
    width: 100px;
    padding: 10px;
    margin-bottom: 0;
    background-color: #fff;
    color: #1a1a1a;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    font-weight: normal;
    text-align: left;
  }
}

.calendar-event-block {
  margin-bottom: 8px;
}

.calendar-event-block.saturday .calendar-day {
  background: url(/common/images/bg_cal_sat.png) repeat #fff;
}

.calendar-event-block.sunday .calendar-day {
  background: url(/common/images/bg_cal_sun.png) repeat #fff;
}

@media screen and (min-width: 984px) {
  .calendar-event-block {
    float: right;
    width: 650px;
    margin: 0;
    position: relative;
    border-bottom: 1px #dbdbdb solid;
  }
  .calendar-event-block:last-child {
    border-bottom: none;
  }
  .calendar-event-block.saturday .calendar-day, .calendar-event-block.sunday .calendar-day {
    background: none;
  }
  .calendar-event-block.saturday:before, .calendar-event-block.sunday:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
    z-index: -1;
    background: url(/common/images/bg_cal_sat.png) repeat #fff;
  }
  .calendar-event-block.sunday:before {
    background: url(/common/images/bg_cal_sun.png) repeat #fff;
  }
}

.calendar-day {
  margin: 0 0 6px;
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #1a1a1a;
  font-weight: bold;
  background-color: #f7f7f7;
}

@media screen and (min-width: 984px) {
  .calendar-day {
    float: left;
    margin: 0;
    padding: 10px;
    width: 70px;
    font-weight: normal;
    height: 100%;
    background: none;
  }
}

@media screen and (min-width: 984px) {
  .calendar-event-detail-block {
    float: left;
    width: 560px;
    height: 100%;
  }
}

.calendar-event-detail {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px #dbdbdb dashed;
}

.calendar-event-detail:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media screen and (min-width: 984px) {
  .calendar-event-detail {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .calendar-event-detail:before {
    display: none;
  }
}

.calendar-event-title {
  margin: 0;
  padding: 0 0 2px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: normal;
}

@media screen and (min-width: 984px) {
  .calendar-event-title {
    float: left;
    padding: 10px;
    width: 445px;
  }
}

.calendar-event-title a {
  text-decoration: none;
  margin-right: 10px;
  padding-bottom: 2px;
}

.calendar-event-title a.calendar-comment {
  display: inline-block;
  text-decoration: none;
  color: #0CC8E5;
  padding: 0;
  margin-right: 20px;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  /*&:before {
				content: "コメント：";
			}*/
}

@media screen and (min-width: 984px) {
  .calendar-event-title a {
    padding-bottom: 0;
    margin-right: 6px;
    display: inline;
  }
  .calendar-event-title a.calendar-comment {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 26px;
    color: #fff;
    z-index: 300;
    top: -3px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .calendar-event-title a.calendar-comment:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 24px;
    z-index: -1;
    background: url(/common/images/link_i_voice_pc.png) no-repeat left center;
  }
  .calendar-event-title a.calendar-comment:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity=60);
    opacity: 0.6;
  }
}

.calendar-event-title span {
  position: absolute;
  right: 0;
  bottom: 4px;
  float: right;
  display: inline-block;
  margin: 0 0 4px 16px;
  padding: 0 6px;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.72727;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #ff2b7f;
}

.calendar-event-title span.before {
  background-color: #2ecc71;
}

.calendar-event-title span.info {
  background-color: #b5b6bb;
}

.calendar-event-title span.end, .calendar-event-title span.notsale {
  display: none;
}

@media screen and (min-width: 984px) {
  .calendar-event-title span {
    position: static;
    float: left;
    margin: 0 8px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

.calendar-event-area {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.72727;
}

@media screen and (min-width: 984px) {
  .calendar-event-area {
    float: left;
    padding: 10px;
    width: 75px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

/******************************************
　過去の開催情報
******************************************/
#page-main-title {
  position: relative;
  height: 320px;
  width: 100%;
  overflow: hidden;
  background: center top no-repeat;
  background-size: cover;
  text-align: center;
  display: table;
}

@media screen and (min-width: 984px) {
  #page-main-title {
    height: 400px;
  }
}

#page-main-title .page-main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0c263e;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 70);
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.main-title-box {
  position: relative;
  color: #fff;
  z-index: 500;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.main-title-box .main-rogo {
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px auto;
}

.main-title-box .main-rogo:after {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  left: -5px;
  top: -5px;
  z-index: -1;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 20);
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.main-title-box .main-rogo img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}

@media screen and (min-width: 768px) {
  .main-title-box .main-rogo {
    width: 100px;
    height: 100px;
  }
  .main-title-box .main-rogo:after {
    width: 110px;
    height: 110px;
  }
  .main-title-box .main-rogo img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 984px) {
  .main-title-box .main-rogo {
    width: 120px;
    height: 120px;
  }
  .main-title-box .main-rogo:after {
    width: 130px;
    height: 130px;
  }
  .main-title-box .main-rogo img {
    width: 120px;
    height: 120px;
  }
}

.main-title-box .main-title {
  margin: 0 8px 14px 8px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.36364;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .main-title-box .main-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.28571;
  }
}

@media screen and (min-width: 984px) {
  .main-title-box .main-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
  }
}

.main-title-box .main-point {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}

.main-title-box .main-point li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.main-title-box .main-point a,
.main-title-box .main-point span {
  margin: 0 2px;
  padding: 2px 8px;
  border: 1px #fff solid;
  display: block;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.main-title-box .main-point a:hover,
.main-title-box .main-point span:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.youtube-movie {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 8px;
}

@media screen and (min-width: 984px) {
  .youtube-movie {
    width: 640px;
    margin: 0 auto;
    overflow: auto;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
}

.youtube-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 984px) {
  .youtube-movie iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 640px;
    height: 360px;
    min-width: 640px;
    min-height: 360px;
  }
}

.social-btn-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  text-align: right;
}

@media screen and (min-width: 984px) {
  .social-btn-list {
    margin: 0 0 24px;
  }
}

.social-btn-list li {
  margin: 0 0 0 2px;
  display: inline-block;
  vertical-align: top;
}

.page-detail-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1a1a1a;
}

@media screen and (min-width: 984px) {
  .page-detail-title {
    margin: 0 0 16px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.page-detail-sub-title {
  position: relative;
  margin: 0 0 16px;
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #fff;
  background-color: #0094D4;
}

.page-detail-sub-title:before {
  content: '';
  position: absolute;
  left: 34px;
  bottom: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0094D4 transparent transparent;
}

@media screen and (min-width: 984px) {
  .page-detail-sub-title {
    margin: 0 0 22px;
    padding: 8px 16px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.page-detail-body {
  padding: 0 0 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media screen and (min-width: 768px) {
  .page-detail-body {
    padding: 0 0 24px;
  }
}

.page-detail-body p {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .page-detail-body p {
    margin: 0 0 16px;
  }
}

.page-detail-banner {
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (min-width: 984px) {
  .page-detail-banner {
    margin-bottom: 16px;
    display: inline-block;
  }
}

.page-detail-community {
  margin-bottom: 16px;
  border: 3px #f0f0f0 solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media screen and (min-width: 768px) {
  .page-detail-community {
    margin-bottom: 32px;
  }
}

.community-title-box {
  position: relative;
  background-color: #0094D4;
  height: 56px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .community-title-box {
    margin-bottom: 24px;
  }
}

.community-title-box .community-title {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -13px 0 0 0;
  padding-left: 38px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.community-title-box .community-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 22px;
  margin-top: -12px;
  background: url(/common/images/sprite_i_lower_layer.png) no-repeat;
  background-position: 0 0;
  -webkit-background-size: 210px auto;
  -moz-background-size: 210px auto;
  -o-background-size: 210px auto;
  -ms-background-size: 210px auto;
  background-size: 210px auto;
}

@media screen and (min-width: 984px) {
  .community-title-box .community-title {
    left: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
  .community-title-box .community-title:before {
    background-image: url(/common/images/sprite_i_lower_layer_pc.png);
    background-position: 0px 0px;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    background-size: auto auto;
  }
}

.community-title-box .community-rss {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -16px;
}

.community-title-box .community-rss a {
  display: block;
  width: 33px;
  height: 33px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/common/images/bt_social.png) no-repeat;
  background-position: -108px 0;
  -webkit-background-size: 141px auto;
  -moz-background-size: 141px auto;
  -o-background-size: 141px auto;
  -ms-background-size: 141px auto;
  background-size: 141px auto;
}

@media screen and (min-width: 984px) {
  .community-title-box .community-rss {
    right: 16px;
  }
  .community-title-box .community-rss a {
    background: url(/common/images/bt_social_pc.png) no-repeat;
    background-position: -108px 0;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    background-size: auto auto;
  }
}

.community-box {
  margin: 0 10px 10px 10px;
}

.community-box > ul {
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .community-box {
    margin: 0 24px 24px 24px;
  }
  .community-box > ul {
    padding-bottom: 8px;
  }
}

#moreComment {
  display: none;
}

.comment-more-btn {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.comment-more-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  left: auto;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  border-top-width: 1px;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.comment-more-btn.open:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  left: auto;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  border-top-width: 1px;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 984px) {
  .comment-more-btn:hover {
    background-color: #0094D4;
  }
  .comment-more-btn:hover:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    left: auto;
    width: 12px;
    height: 12px;
    margin-top: -9px;
    border-top-width: 1px;
    border-top-color: #fff;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-color: #fff;
    border-right-style: solid;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .comment-more-btn.open:hover {
    background-color: #0094D4;
  }
  .comment-more-btn.open:hover:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    left: auto;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    border-top-width: 1px;
    border-top-color: #fff;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-color: #fff;
    border-right-style: solid;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.comment-all-link {
  text-align: center;
  margin: 0 0 16px;
}

.comment-all-link a {
  display: block;
  height: 40px;
  line-height: 40px;
  border: 1px #0094D4 solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.comment-all-link a:hover {
  background-color: #0094D4;
  color: #fff;
}

.comment-all-link span {
  margin: 0 2px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

@media screen and (min-width: 768px) {
  .comment-all-link {
    margin: 0 auto 24px auto;
    width: 250px;
  }
}

.comment-post-photo {
  float: left;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .comment-post-photo {
    width: 70px;
  }
}

.comment-post-photo .profile-image {
  position: relative;
  display: block;
  padding: 3px;
  background-color: #fff;
  border: 1px #dbdbdb solid;
  width: 32px;
}

.comment-post-photo .profile-image img {
  width: 40px;
}

@media screen and (min-width: 768px) {
  .comment-post-photo .profile-image {
    width: 62px;
  }
  .comment-post-photo .profile-image img {
    width: 70px;
  }
}

.comment-post-photo .profile-image input[type="file"] {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .comment-post-photo .profile-image input[type="file"] {
    width: 70px;
    height: 70px;
  }
}

.comment-post-text {
  margin-left: 48px;
}

@media screen and (min-width: 768px) {
  .comment-post-text {
    margin-left: 78px;
  }
}

.post-title {
  margin: 0 0 8px;
  border: 1px #dbdbdb solid;
  padding-bottom: 1px;
}

.post-title input[type="text"] {
  border: none;
  width: 96%;
  padding: 2%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.post-title input[type="text"].focusField {
  -webkit-box-shadow: 0 0 8px rgba(115, 193, 255, 0.8);
  -moz-box-shadow: 0 0 8px rgba(115, 193, 255, 0.8);
  -o-box-shadow: 0 0 8px rgba(115, 193, 255, 0.8);
  -ms-box-shadow: 0 0 8px rgba(115, 193, 255, 0.8);
  box-shadow: 0 0 8px rgba(115, 193, 255, 0.8);
}

.post-textarea {
  margin: 0;
  border: 1px #dbdbdb solid;
  padding-bottom: 1px;
}

.post-textarea textarea {
  border: none;
  width: 96%;
  height: 80px;
  padding: 2%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .post-textarea textarea {
    height: 140px;
  }
}

.post-textarea textarea.focusField {
  -webkit-box-shadow: 0 0 8px rgba(115, 193, 255, 0.8);
  -moz-box-shadow: 0 0 8px rgba(115, 193, 255, 0.8);
  -o-box-shadow: 0 0 8px rgba(115, 193, 255, 0.8);
  -ms-box-shadow: 0 0 8px rgba(115, 193, 255, 0.8);
  box-shadow: 0 0 8px rgba(115, 193, 255, 0.8);
}

.post-buttonarea {
  background-color: #fafafa;
  border: 1px #dbdbdb solid;
  border-top: none;
}

.post-buttonarea p {
  margin: 0;
  padding: 8px;
}

.post-buttonarea .post-radiobutton {
  float: left;
  vertical-align: middle;
}

.post-buttonarea .post-radiobutton input {
  vertical-align: middle;
  display: none;
}

.post-buttonarea .post-radiobutton label {
  position: relative;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0 0 18px;
  vertical-align: middle;
}

.post-buttonarea .post-radiobutton label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border: 1px #dbdbdb solid;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.post-buttonarea .post-radiobutton label:last-child {
  margin-right: 0;
}

.post-buttonarea .post-radiobutton input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background-color: #0094D4;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .post-buttonarea .post-radiobutton {
    margin-left: 8px;
    height: 32px;
    line-height: 32px;
  }
  .post-buttonarea .post-radiobutton label {
    margin: 0 4px 0 0;
  }
}

.post-buttonarea .post-button {
  float: right;
}

.post-buttonarea .post-button button {
  height: 32px;
  padding: 0 24px;
  border: 1px #0094D4 solid;
  background-color: #0094D4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}

.post-buttonarea .post-button button[disabled] {
  border: 1px #dbdbdb solid;
  background-color: #f0f0f0;
  color: #999999;
}

.event-title {
  display: none;
}

@media screen and (min-width: 984px) {
  .event-title {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
  }
  .event-title li {
    margin: 0 3px 0 0;
    float: left;
    border-bottom: 2px #dbdbdb solid;
    color: #1a1a1a;
    font-weight: bold;
    padding-left: 8px;
    padding-bottom: 4px;
  }
  .event-title li.event-date {
    width: 127px;
  }
  .event-title li.event-name {
    width: 345px;
  }
  .event-title li.event-weather {
    width: 72px;
  }
  .event-title li.event-entrant {
    width: 72px;
    margin-right: 0;
  }
}

.event-detail {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px #dbdbdb solid;
}

@media screen and (min-width: 984px) {
  .event-detail {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}

.event-detail .event-detail-day {
  margin: 0;
  padding: 0 4px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.event-detail .event-detail-day:before {
  content: '開催日：';
  margin-right: 2px;
}

@media screen and (min-width: 984px) {
  .event-detail .event-detail-day {
    float: left;
    padding: 0 0 0 8px;
    margin-right: 3px;
    width: 127px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .event-detail .event-detail-day:before {
    display: none;
  }
}

.event-detail .event-detail-title {
  margin: 0 0 6px;
  padding: 0 4px 2px 4px;
  font-weight: bold;
  border-bottom: 1px #f0f0f0 dashed;
}

.event-detail .event-detail-title:before {
  content: '名称：';
  margin-right: 2px;
}

@media screen and (min-width: 984px) {
  .event-detail .event-detail-title {
    float: left;
    border-bottom: none;
    padding: 0 0 0 8px;
    margin-right: 3px;
    width: 345px;
    font-weight: normal;
  }
  .event-detail .event-detail-title:before {
    display: none;
  }
}

.event-detail .event-detail-other {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  padding: 0 4px;
}

@media screen and (min-width: 984px) {
  .event-detail .event-detail-other {
    float: right;
    padding: 0;
    width: 166px;
  }
}

.event-detail .event-detail-weather {
  float: left;
  width: 50%;
}

@media screen and (min-width: 984px) {
  .event-detail .event-detail-weather {
    margin: 0 3px 0 0;
    padding: 0 0 0 8px;
    width: 72px;
  }
}

.event-detail .event-detail-weather p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 984px) {
  .event-detail .event-detail-weather p {
    display: block;
    text-align: center;
  }
}

.event-detail .event-detail-weather .event-detail-weather-icon {
  padding: 0;
}

.event-detail .event-detail-weather .event-detail-weather-icon img {
  width: 18px;
}

@media screen and (min-width: 984px) {
  .event-detail .event-detail-weather .event-detail-weather-icon {
    margin-bottom: 4px;
  }
}

.event-detail .event-detail-weather .event-detail-weather-temp {
  height: 18px;
  line-height: 18px;
}

.event-detail .event-detail-weather .event-detail-weather-temp span {
  margin: 0 2px;
}

.event-detail .event-detail-weather .event-detail-weather-temp .event-detail-weather-low {
  color: #33aeff;
}

.event-detail .event-detail-weather .event-detail-weather-temp .event-detail-weather-best {
  color: #e84c3d;
}

.event-detail .event-detail-entrant {
  float: right;
  width: 50%;
  margin: 0;
  text-align: right;
}

.event-detail .event-detail-entrant:before {
  content: '参加者数';
  padding: 3px 6px;
  margin-right: 4px;
  background-color: #999999;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (min-width: 984px) {
  .event-detail .event-detail-entrant {
    float: left;
    margin: 0;
    padding: 0 0 0 8px;
    width: 72px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .event-detail .event-detail-entrant:before {
    display: none;
  }
}

.basic-info {
  position: relative;
  border: 1px #dbdbdb solid;
}

.basic-info:after {
  content: '';
  border: 4px #f7f7f7 solid;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.basic-info-title {
  position: relative;
  margin: 16px 16px 8px 16px;
  padding: 0 0 4px 42px;
  border-bottom: 1px #555 dotted;
  color: #1a1a1a;
}

.basic-info-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  width: 30px;
  height: 22px;
  margin-top: -15px;
  background: url(/common/images/sprite_i_lower_layer.png) no-repeat;
  background-position: -182px 0;
  -webkit-background-size: 210px auto;
  -moz-background-size: 210px auto;
  -o-background-size: 210px auto;
  -ms-background-size: 210px auto;
  background-size: 210px auto;
}

@media screen and (min-width: 768px) {
  .basic-info-title {
    margin: 24px 24px 16px 24px;
    padding: 0 0 8px 42px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 984px) {
  .basic-info-title:before {
    background-image: url(/common/images/sprite_i_lower_layer_pc.png);
    background-position: -187px 0px;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    background-size: auto auto;
  }
}

.basic-info-box {
  margin: 0 16px 16px 16px;
}

@media screen and (min-width: 768px) {
  .basic-info-box {
    margin: 0 24px 16px 24px;
  }
}

.basic-info-box dt {
  padding: 0 8px 2px 8px;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  .basic-info-box dt {
    float: left;
    width: 160px;
    padding: 0 8px 12px 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

.basic-info-box dd {
  margin: 0 0 8px;
  padding: 0 8px 8px 8px;
  border-bottom: 1px #f0f0f0 dashed;
}

@media screen and (min-width: 768px) {
  .basic-info-box dd {
    margin-left: 176px;
    margin-bottom: 0;
    padding: 0 8px 12px 8px;
    border-bottom: none;
  }
}

.accepting-event {
  background-color: #0094D4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #fff;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .accepting-event {
    padding: 24px;
  }
}

.accepting-event-title {
  margin: 0 0 8px;
  padding: 0 0 20px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  background: url(/common/images/bg_nowevent.png) no-repeat center bottom;
}

@media screen and (min-width: 768px) {
  .accepting-event-title {
    margin: 0 0 12px;
    padding: 0 0 24px;
  }
}

.accepting-event-list {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.accepting-event-list li {
  margin: 0;
}

.accepting-event-list a {
  position: relative;
  color: #fff;
  display: block;
  padding-left: 32px;
  padding-bottom: 8px;
}

.accepting-event-list a:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 16px;
  background: url(/common/images/sprite_i_lower_layer.png) no-repeat;
  background-position: -130px 0;
  -webkit-background-size: 200px auto;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -ms-background-size: 200px auto;
  background-size: 200px auto;
}

@media screen and (min-width: 984px) {
  .accepting-event-list a:before {
    width: 20px;
    height: 15px;
    background: url(/common/images/sprite_i_lower_layer_pc.png) no-repeat;
    background-position: -145px 0;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    background-size: auto auto;
  }
  .accepting-event-list a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
    filter: alpha(opacity=40);
    opacity: 0.4;
  }
}

.accepting-event-btn {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #0c5294;
  -moz-box-shadow: 0 3px 0 #0c5294;
  -o-box-shadow: 0 3px 0 #0c5294;
  -ms-box-shadow: 0 3px 0 #0c5294;
  box-shadow: 0 3px 0 #0c5294;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accepting-event-btn > span,
.accepting-event-btn > a {
  position: relative;
  color: #0094D4;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  cursor: pointer;
}

.accepting-event-btn > span:before,
.accepting-event-btn > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #0094D4;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #0094D4;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accepting-event-btn > span:after,
.accepting-event-btn > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 39px;
  width: 1px;
  height: 40px;
  background-color: #0094D4;
}

.accepting-event-btn.list > span:before,
.accepting-event-btn.list > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top-width: 2px;
  border-top-color: #0094D4;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #0094D4;
  border-right-style: solid;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accepting-event-btn.list ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.accepting-event-btn.list ul li {
  margin: 0;
}

.accepting-event-btn.list ul a {
  position: relative;
  display: block;
  padding: 8px 24px 8px 16px;
  border-top: 1px #0094D4 solid;
}

.accepting-event-btn.list ul a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #0094D4;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #0094D4;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accepting-event-btn.normal > span:hover,
.accepting-event-btn.normal > a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.pickup-event {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.pickup-event-title {
  position: relative;
  padding-bottom: 8px;
  padding-left: 32px;
  margin-bottom: 0;
  border-bottom: 1px #dbdbdb solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #1a1a1a;
}

.pickup-event-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  margin-top: -16px;
  background: url(/common/images/sprite_i_lower_layer.png) no-repeat;
  background-position: -44px 0;
  -webkit-background-size: 199px auto;
  -moz-background-size: 199px auto;
  -o-background-size: 199px auto;
  -ms-background-size: 199px auto;
  background-size: 199px auto;
}

@media screen and (min-width: 768px) {
  .pickup-event-title {
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .pickup-event-title:before {
    margin-top: -18px;
  }
}

@media screen and (min-width: 984px) {
  .pickup-event-title:before {
    background-image: url(/common/images/sprite_i_lower_layer_pc.png);
    background-position: -51px 0;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    background-size: auto auto;
  }
}

.pickup-event-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pickup-event-list li {
  margin: 0;
}

.pickup-event-list a {
  position: relative;
  display: block;
  padding: 8px 0;
  border-bottom: 1px #dbdbdb dashed;
  color: #545454;
}

.pickup-event-list a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-top-width: 1px;
  border-top-color: #dbdbdb;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #dbdbdb;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pickup-event-list a > .pr {
  width: 25px;
  position: absolute;
  left: -4px;
  top: 16px;
}

@media screen and (min-width: 768px) {
  .pickup-event-list a {
    padding: 0 0 16px;
    border-bottom: none;
  }
  .pickup-event-list a:before {
    display: none;
  }
  .pickup-event-list a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
    filter: alpha(opacity=40);
    opacity: 0.4;
  }
  .pickup-event-list a > .pr {
    top: 8px;
  }
}

.pickup-event-list a .pickup-event-list-img {
  float: left;
  width: 30%;
  margin-top: 4px;
  overflow: hidden;
  text-align: center;
}

.pickup-event-list a .pickup-event-list-img img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .pickup-event-list a .pickup-event-list-img {
    width: 20%;
  }
}

@media screen and (min-width: 984px) {
  .pickup-event-list a .pickup-event-list-img {
    width: 24%;
  }
}

.pickup-event-list a > div {
  float: right;
  width: 66%;
}

@media screen and (min-width: 768px) {
  .pickup-event-list a > div {
    width: 78%;
  }
}

@media screen and (min-width: 984px) {
  .pickup-event-list a > div {
    width: 72%;
  }
}

.pickup-event-list a > div .pickup-event-list-title {
  margin: 0 16px 2px 0;
  color: #0094D4;
}

@media screen and (min-width: 768px) {
  .pickup-event-list a > div .pickup-event-list-title {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

.pickup-event-list a > div .pickup-event-list-text {
  margin: 0 16px 0 0;
  color: #545454;
}

@media screen and (min-width: 768px) {
  .pickup-event-list a > div .pickup-event-list-text {
    margin: 0;
  }
}

/******************************************
　ニュース
******************************************/
.news-header,
.page-header {
  position: relative;
  padding-top: 30px;
  margin-bottom: 16px;
  border-bottom: 1px #dbdbdb solid;
}

@media screen and (min-width: 768px) {
  .news-header,
  .page-header {
    padding: 0 0 8px;
    margin-bottom: 20px;
  }
}

.news-header .news-title,
.news-header .page-title,
.page-header .news-title,
.page-header .page-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .news-header .news-title,
  .news-header .page-title,
  .page-header .news-title,
  .page-header .page-title {
    margin: 0 0 12px;
  }
}

.news-header .news-title.page,
.news-header .page-title.page,
.page-header .news-title.page,
.page-header .page-title.page {
  font-weight: normal;
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .news-header .news-title.page,
  .news-header .page-title.page,
  .page-header .news-title.page,
  .page-header .page-title.page {
    margin: 0 0 16px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.28571;
  }
}

.news-header .news-databox,
.page-header .news-databox {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media screen and (min-width: 768px) {
  .news-header .news-databox li,
  .page-header .news-databox li {
    display: inline-block;
  }
}

.news-header .news-data,
.page-header .news-data {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 8px;
}

.news-header .news-data a,
.page-header .news-data a {
  padding-bottom: 0;
  display: inline;
}

.news-header .news-data a.comment,
.page-header .news-data a.comment {
  display: none;
  position: relative;
  text-align: center;
  width: 26px;
  color: #fff;
  z-index: 300;
  top: -3px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
}

.news-header .news-data a.comment:before,
.page-header .news-data a.comment:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 24px;
  z-index: -1;
  background: url(/common/images/link_i_voice_pc.png) no-repeat left center;
}

.news-header .news-data a.comment:hover,
.page-header .news-data a.comment:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity=60);
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .news-header .news-data,
  .page-header .news-data {
    position: relative;
    top: auto;
    left: auto;
  }
}

.news-header .news-site,
.page-header .news-site {
  margin: 0 0 8px 8px;
  text-align: right;
}

.news-header .news-site img,
.page-header .news-site img {
  margin-right: 6px;
  width: 24px;
  vertical-align: middle;
}

.news-header .news-site a,
.page-header .news-site a {
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .news-header .news-site,
  .page-header .news-site {
    position: relative;
    padding: 0 0 0 14px;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  .news-header .news-site:before,
  .page-header .news-site:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #dbdbdb;
  }
  .news-header .news-site a:hover,
  .page-header .news-site a:hover {
    opacity: 0.4;
  }
}

.news-list-header {
  margin: 0 0 18px;
  padding: 0 0 14px;
  border-bottom: 1px #dbdbdb solid;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
  color: #1a1a1a;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .news-list-header {
    padding: 0 0 14px;
    margin: 0 0 16px;
    border-bottom: 1px #dbdbdb solid;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.28571;
  }
}

.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-list > li {
  padding-bottom: 8px;
  margin: 0 0 16px;
  border-bottom: 1px #dbdbdb dotted;
}

.news-list .news-header {
  border: none;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .news-list .news-header {
    float: right;
    width: 67%;
  }
}

.news-list .news-header .news-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
}

.news-list-img {
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
}

.news-list-img img {
  min-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .news-list-img {
    margin-right: 70%;
    width: 30%;
  }
}

@media screen and (min-width: 984px) {
  .news-list-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .news-list-img a {
    color: #fff;
  }
  .news-list-img:hover {
    opacity: 0.4;
  }
}

.news-list-like {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0px 8px 0px 22px;
  display: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: rgba(31, 81, 139, 0.8);
}

.news-list-like:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  width: 10px;
  height: 9px;
  margin-top: -5px;
  background: url(/common/images/bt_like.png) no-repeat;
  background-position: 0 0;
  -webkit-background-size: 10px 9px;
  -moz-background-size: 10px 9px;
  -o-background-size: 10px 9px;
  -ms-background-size: 10px 9px;
  background-size: 10px 9px;
}

@media screen and (min-width: 984px) {
  .news-list-like:before {
    background: url(/common/images/bt_like_pc.png) no-repeat;
    background-position: 0 0;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}

.news-summary {
  margin-bottom: 24px;
}

.news-summary-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.news-summary-text .news-summary-img {
  margin: 0 0 8px 0;
}

@media screen and (min-width: 768px) {
  .news-summary-text .news-summary-img {
    float: right;
    width: 30%;
    margin: 0 0 16px 0;
  }
}

@media screen and (min-width: 984px) {
  .news-summary-text .news-summary-img a:hover {
    opacity: 0.4;
  }
}

.news-summary-text .news-summary-exc {
  margin: 0 0 16px 0;
}

@media screen and (min-width: 768px) {
  .news-summary-text .news-summary-exc {
    margin: 0 34% 8px 0;
  }
}

.news-summary-text .news-summary-btn {
  clear: both;
}

.news-summary-text .news-summary-btn a {
  display: block;
  text-align: center;
  border: 1px #0094D4 solid;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .news-summary-text .news-summary-btn {
    clear: none;
    margin: 0 34% 16px 0;
  }
  .news-summary-text .news-summary-btn a {
    display: inline-block;
    text-align: left;
    height: auto;
    line-height: 1.57143;
    border: none;
  }
  .news-summary-text .news-summary-btn a:before {
    content: '[';
  }
  .news-summary-text .news-summary-btn a:after {
    content: ']';
  }
}

.news-post {
  padding-bottom: 16px;
}

.news-body {
  padding-bottom: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7143;
}

.news-body h2 {
  margin: 52px -16px 18px;
  padding: 0 16px 8px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.53333;
  border-bottom: 4px solid #0094D4;
}

.news-body hr {
  margin-bottom: 1em;
}

.news-body img {
  margin: 0 auto 4px auto;
  display: block;
}

.news-body .aligncenter {
  text-align: center;
}

.news-body .aligncenter img {
  width: 100%;
  height: auto;
}

.news-body .alignright {
  float: none;
  margin: auto;
}

.news-body .alignright img {
  width: 100%;
  height: auto;
}

.news-body .alignleft {
  float: none;
  margin: auto;
}

.news-body .alignleft img {
  width: 100%;
  height: auto;
}

.news-body aside.notice {
  display: block;
  border: 1px solid #0094D4;
  padding: 5px 10px;
  margin-bottom: 32px;
  background: rgba(13, 104, 190, 0.03);
}

.news-body figure {
  text-align: center;
}

.news-body .col-2 {
  margin-bottom: 24px;
}

.news-body .col-2 img {
  margin-bottom: 14px;
}

.news-body .col-2 h3 {
  font-size: 18px;
  text-align: center;
  padding: 0;
}

.news-body .col-2 i.fa {
  color: #0094D4;
}

@media screen and (min-width: 768px) {
  .news-body .col-2 {
    display: flex;
  }
  .news-body .col-2 div:first-child {
    flex: 2;
    padding-right: 20px;
  }
  .news-body .col-2 div {
    flex: 3;
  }
  .news-body p {
    margin-bottom: 32px;
  }
  .news-body hr {
    margin: 0 0 32px;
  }
  .news-body h2 {
    margin: 52px 0 18px;
    padding: 0 0 8px;
  }
  .news-body ul,
  .news-body ol {
    margin-bottom: 32px;
  }
  .news-body .alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .news-body .alignright img {
    width: inherit;
  }
  .news-body .alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .news-body .alignleft img {
    width: inherit;
  }
  .news-body img {
    margin: 0 auto 8px auto;
    display: block;
  }
}

.news-post-plus {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .news-post-plus {
    margin-bottom: 32px;
  }
}

.news-post-plustitle {
  padding-bottom: 8px;
  margin: 0 0 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1a1a1a;
  border-bottom: 1px #dbdbdb solid;
}

.YoutubeWrapper {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden;
}

.YoutubeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.news-body .button-base {
  text-decoration: none;
  margin: 0 auto;
  padding: 1.0rem;
  display: block;
  max-width: 360px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #004461;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}

@media screen and (min-width: 768px) {
  .news-body .button-base {
    padding: 0;
    height: 48px;
    line-height: 48px;
  }
}

.news-body .button-base:hover {
  color: #004461;
  background-color: #fff;
  box-shadow: 0 0 2px 0 #004461;
}

.news-body .button-base i {
  margin-right: 6px;
}

.news-body .button-base.w100p {
  padding: 1.6rem;
  max-width: 100%;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -o-border-radius: 36px;
  -ms-border-radius: 36px;
  border-radius: 36px;
}

@media screen and (min-width: 768px) {
  .news-body .button-base.w100p {
    padding: 0;
    height: 72px;
    line-height: 72px;
  }
}

.news-body .button-base.white {
  background-color: #fff;
  color: #004461;
}

.news-body .button-base.white:hover {
  color: #fff;
  background-color: #fff;
}

.news-body .button-base.black {
  background-color: #1a1a1a;
}

.news-body .button-base.black:hover {
  color: #1a1a1a;
  background-color: #fff;
}

.news-body .button-base.red {
  background-color: #f00e0e;
}

.news-body .button-base.red:hover {
  color: #f00e0e;
  background-color: #fff;
}

.news-body .button-base.pink {
  background-color: #FF3A6D;
}

.news-body .button-base.pink:hover {
  color: #FF3A6D;
  background-color: #fff;
}

.news-body .button-base.blue {
  background-color: #0094D4;
}

.news-body .button-base.blue:hover {
  color: #0094D4;
  background-color: #fff;
}

.news-body .button-base.green {
  background-color: #9DD148;
}

.news-body .button-base.green:hover {
  color: #9DD148;
  background-color: #fff;
}

.news-body .button-base.yellow {
  background-color: #FFE032;
}

.news-body .button-base.yellow:hover {
  color: #FFE032;
  background: none;
}

.news-body .button-base.spoen {
  background-color: #0094D4;
}

.news-body .button-base.spoen:hover {
  color: #0094D4;
  background-color: #fff;
}

.news-body .button-list {
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.news-body .button-list li {
  display: inline-block;
  margin: 0 0.75rem 0.75rem 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .news-body .button-list li {
    margin: 0 0.375rem 0.75rem 0;
    font-size: 7px;
    font-size: 0.7rem;
  }
}

.news-body .button-list a {
  display: block;
  padding: 0 1.6rem;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.news-body .button-list a:hover {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
}

.news-body .button-list a i {
  margin-right: 6px;
}

@media screen and (min-width: 768px) {
  .news-body .button-list a {
    padding: 0 1.0rem;
  }
}

.news-body .table-2cal th,
.news-body .table-2cal td {
  display: block;
  text-align: left;
  vertical-align: top;
  padding: 0.75rem;
  border: none;
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .news-body .table-2cal th,
  .news-body .table-2cal td {
    display: table-cell;
    border: 1px solid #dbdbdb;
  }
}

.news-body .table-2cal th {
  background-color: #f6f5f0;
  font-weight: normal;
}

.news-body .table-2cal td {
  padding-bottom: 2.25rem;
}

@media screen and (min-width: 768px) {
  .news-body .table-2cal td {
    padding: 0.75rem;
  }
}

.news-body .table-2cal.no-border th,
.news-body .table-2cal.no-border td {
  border: none;
}

.news-body .table-2cal.no-border th {
  background: none;
  border-bottom: 1px dotted #dbdbdb;
  padding: 0 0 0.75rem 0;
}

@media screen and (min-width: 768px) {
  .news-body .table-2cal.no-border th {
    border: none;
    padding: 0 0.75rem 0.375rem 0;
  }
}

.news-body .table-2cal.no-border td {
  padding: 0.75rem 0 2.25rem 0;
}

@media screen and (min-width: 768px) {
  .news-body .table-2cal.no-border td {
    padding: 0 0.75rem 0.375rem 0;
  }
}

.news-body .table-other {
  white-space: nowrap;
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .news-body .table-other {
    white-space: normal;
    overflow: visible;
  }
}

/*　雑ページ用　*/
.page-header {
  position: relative;
  padding-top: 30px;
  margin: 0 16px 20px 16px;
  border-bottom: 1px #dbdbdb solid;
}

@media screen and (min-width: 984px) {
  .page-header {
    padding: 0;
    margin: 0 0 20px 0;
  }
}

.page-header .page-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .page-header .page-title {
    margin: 0 0 12px;
  }
}

.page-header .page-title.page {
  font-weight: bold;
  color: #0094D4;
}

@media screen and (min-width: 768px) {
  .page-header .page-title.page {
    margin: 0 0 16px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.28571;
  }
}

.news-post .top-pickup-event-list {
  font-size: 1.4rem;
}

.news-post .top-pickup-event-list .top-pickup-event-list-img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .news-post .top-pickup-event-list .top-pickup-event-list-img {
    width: 30%;
  }
}

.news-post .top-pickup-event-list a > div {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .news-post .top-pickup-event-list a > div {
    width: 66%;
  }
}

.news-post .top-pickup-event-list p,
.news-post .top-pickup-event-list dd,
.news-post .top-pickup-event-list h4 {
  margin: 0 0 2px !important;
}

@media screen and (min-width: 768px) {
  .news-post .top-pickup-event-list p,
  .news-post .top-pickup-event-list dd,
  .news-post .top-pickup-event-list h4 {
    margin-bottom: 4px !important;
  }
}

.news-post .top-pickup-event-list dd {
  margin-left: 85px !important;
}

.news-post .top-pickup-event-list a:before {
  display: none;
}

.table {
  width: 100%;
  border: 1px solid #dbdbdb;
}

.table th,
.table td {
  border: 1px solid #dbdbdb;
  padding: 0.75rem;
}

.table th .alert,
.table td .alert {
  display: block;
}

.table th {
  background-color: #fafafa;
  position: relative;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  padding-top: 13px;
  font-weight: normal;
}

.table thead th,
.table thead td {
  border-bottom-width: 2px;
}

.table tr:first-child th {
  white-space: nowrap;
  background-color: #3cb7ea;
  color: #fff;
}

/* フォーム */
.form > :first-child {
  margin-top: 0;
}

.form_table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
  white-space: initial;
}

.form_table .form_image img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  object-fit: cover;
  display: inline-block;
  margin: 0;
}

.form_table .form_image .btn {
  margin-left: 8px;
}

.form_table .input {
  display: none;
}

.form_table [type="text"],
.form_table [type="email"],
.form_table [type="tel"],
.form_table [type="password"],
.form_table select,
.form_table textarea {
  width: 100%;
  min-width: 1px;
  font-family: inherit;
  border: 1px solid #dcdcdc;
  background: #fff;
  height: 35px;
  padding: 0 10px;
}

.form_table textarea {
  resize: vertical;
  padding: 10px;
  height: auto;
}

.form_table thead th {
  text-align: center;
}

.form_table th,
.form_table td {
  text-align: left;
  border: 1px solid #dcdcdc;
  padding: 10px;
  vertical-align: top;
}

.form_table th > :first-child,
.form_table td > :first-child {
  margin-top: 0;
}

.form_table th {
  background: #f8f8f8;
  font-weight: normal;
  color: #1a1a1a;
}

.form_table th input[type="text"] {
  box-sizing: border-box;
}

.form_table td {
  background: #fff;
}

.form_table a:not(.btn) {
  text-decoration: underline;
}

.form_table a:not(.btn):hover {
  text-decoration: none;
  opacity: 0.8;
}

.form_table th {
  white-space: nowrap;
  vertical-align: top;
  padding-top: 13px;
}

.form_table td {
  padding: 6px 6px 10px;
}

.form_table td > .form_grid:first-child {
  margin-top: -15px;
}

.form_table td > .form_list-hr:first-child {
  margin-top: -8px;
}

.form_table.col-3 tr td:last-child {
  text-align: center;
  vertical-align: middle;
}

.form_table.col-3 tr td:last-child .form_col {
  display: block;
}

.table_shumoku {
  margin-bottom: 0 !important;
}

.form_must {
  position: relative;
  padding-left: 60px !important;
}

.form_must:after {
  content: '必須';
  display: block;
  font-weight: normal;
  background: #f43838;
  font-size: 0.85714rem;
  color: #fff;
  width: 43px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 10px;
}
.form_must_e {
  position: relative;
  padding-left: 60px !important;
}

.form_must_e:after {
  content: 'Required';
  display: block;
  font-weight: normal;
  background: #f43838;
  font-size: 0.85714rem;
  color: #fff;
  width: 43px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 10px;
}

.form_grid {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: -15px 0 0 -15px;
}

.form_col {
  margin: 15px 0 0 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.form_col input::-webkit-input-placeholder,
.form_col textarea::-webkit-input-placeholder {
  color: #d0d0d0;
}

.form_col input:-moz-placeholder,
.form_col textarea::-moz-input-placeholder {
  color: #d0d0d0;
}

.form_col input:-ms-input-placeholder,
.form_col textarea::-ms-input-placeholder {
  color: #d0d0d0;
}

.form_col > span,
.form_col > div > span,
.form_col > div > span > label,
.form_col > [type="text"],
.form_col > [type="email"],
.form_col > [type="password"],
.form_col > select,
.form_col > textarea {
  margin: 0 0 0 8px;
}

.form_col > div > span {
  display: inline-block;
}

.form_col > span {
  flex-grow: 0;
  flex-shrink: 0;
}

.form_col > [type="text"],
.form_col > [type="email"],
.form_col > [type="password"],
.form_col > select,
.form_col > textarea {
  flex-grow: 1;
  flex-shrink: 1;
}

.form_col > :first-child {
  margin-left: 0;
}

.form_col-1-12 {
  width: calc(100%/12 * 1 - 15px);
}

.form_col-2-12 {
  width: calc(100%/12 * 2 - 15px);
}

.form_col-3-12 {
  width: calc(100%/12 * 3 - 15px);
}

.form_col-4-12 {
  width: calc(100%/12 * 4 - 15px);
}

.form_col-5-12 {
  width: calc(100%/12 * 5 - 15px);
}

.form_col-6-12 {
  width: calc(100%/12 * 6 - 15px);
}

.form_col-7-12 {
  width: calc(100%/12 * 7 - 15px);
}

.form_col-8-12 {
  width: calc(100%/12 * 8 - 15px);
}

.form_col-9-12 {
  width: calc(100%/12 * 9 - 15px);
}

.form_col-10-12 {
  width: calc(100%/12 * 10 - 15px);
}

.form_col-11-12 {
  width: calc(100%/12 * 11 - 15px);
}

.form_col-12-12 {
  width: calc(100%/12 * 12 - 15px);
}

.form_col [class*="js-zipBtn"] {
  padding: 0;
  width: 86px;
  height: 35px;
  line-height: 35px;
}

.form_list {
  padding-top: 4px;
}

.form_list > :first-child {
  margin-top: 0;
}

.form_list-hr {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -8px 0 0 -15px;
}

.form_list-hr .form_listItem {
  margin: 8px 0 0 15px;
}

.form_listItem {
  margin: 8px 0 0;
}

.form_txt {
  margin: 8px 0 0;
  color: #888;
}

.form_error {
  margin: 8px 0 0 !important;
  color: #f00;
}

.form_zipBtn {
  align-self: stretch;
}

.form_zipBtn > .btn {
  padding: 0;
  height: 100%;
}

.form_zipBtn > .btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 0;
  height: 100%;
}

.form_sameAddress {
  background: #fff;
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

@media screen and (min-width: 737px) {
  .form td > .form_grid:first-child {
    margin-top: -15px;
  }
  .form td > .form_list-hr:first-child {
    margin-top: -8px;
  }
  .form_grid {
    margin: -15px 0 0 -15px;
  }
  .form_col {
    margin: 20px 0 0 15px;
  }
  .form_col-1-12pc {
    width: calc(100%/12 * 1 - 15px);
  }
  .form_col-2-12pc {
    width: calc(100%/12 * 2 - 15px);
  }
  .form_col-3-12pc {
    width: calc(100%/12 * 3 - 15px);
  }
  .form_col-4-12pc {
    width: calc(100%/12 * 4 - 15px);
  }
  .form_col-5-12pc {
    width: calc(100%/12 * 5 - 15px);
  }
  .form_col-6-12pc {
    width: calc(100%/12 * 6 - 15px);
  }
  .form_col-7-12pc {
    width: calc(100%/12 * 7 - 15px);
  }
  .form_col-8-12pc {
    width: calc(100%/12 * 8 - 15px);
  }
  .form_col-9-12pc {
    width: calc(100%/12 * 9 - 15px);
  }
  .form_col-10-12pc {
    width: calc(100%/12 * 10 - 15px);
  }
  .form_col-11-12pc {
    width: calc(100%/12 * 11 - 15px);
  }
  .form_col-12-12pc {
    width: calc(100%/12 * 12 - 15px);
  }
  .form_list-hr {
    margin: -8px 0 0 -15px;
  }
  .form_list-hr .form_listItem {
    margin: 8px 0 0 15px;
  }
  .form_listItem {
    margin: 8px 0 0;
  }
  .form_txt {
    margin: 8px 0 0;
  }
  .form_error {
    margin: 8px 0 0;
  }
}

@media screen and (max-width: 736px) {
  .form_table {
    display: block;
  }
  .form tbody,
  .form tr,
  .form th,
  .form td {
    display: block;
  }
  .form tbody > :first-child {
    margin-top: 0;
  }
  .form tr {
    margin: 20px 0 0;
  }
  .form tr > :first-child {
    margin-top: 0;
  }
  .form td {
    background: none;
    margin: -1px 0 0;
  }
  .form td > .form_grid:first-child {
    margin-top: -10px;
  }
  .form td > .form_list-hr:first-child {
    margin-top: -8px;
  }
  .form_grid {
    margin: -10px 0 0 -10px;
  }
  .form_col {
    margin: 10px 0 0 10px;
  }
  .form_col-1-12sp {
    width: calc(100%/12 * 1 - 10px);
  }
  .form_col-2-12sp {
    width: calc(100%/12 * 2 - 10px);
  }
  .form_col-3-12sp {
    width: calc(100%/12 * 3 - 10px);
  }
  .form_col-4-12sp {
    width: calc(100%/12 * 4 - 10px);
  }
  .form_col-5-12sp {
    width: calc(100%/12 * 5 - 10px);
  }
  .form_col-6-12sp {
    width: calc(100%/12 * 6 - 10px);
  }
  .form_col-7-12sp {
    width: calc(100%/12 * 7 - 10px);
  }
  .form_col-8-12sp {
    width: calc(100%/12 * 8 - 10px);
  }
  .form_col-9-12sp {
    width: calc(100%/12 * 9 - 10px);
  }
  .form_col-10-12sp {
    width: calc(100%/12 * 10 - 10px);
  }
  .form_col-11-12sp {
    width: calc(100%/12 * 11 - 10px);
  }
  .form_col-12-12sp {
    width: calc(100%/12 * 12 - 10px);
  }
  .form_list-hr {
    margin: -8px 0 0 -10px;
  }
  .form_list-hr .form_listItem {
    margin: 8px 0 0 10px;
  }
  .form_listItem {
    margin: 8px 0 0;
  }
  .form_txt {
    margin: 8px 0 0;
  }
  .form_error {
    margin: 8px 0 0;
  }
}

/* フォーム終わり */
.mg_0 {
  margin-bottom: 0 !important;
}

.btn-group-table {
  background-color: #fafafa;
  text-align: center;
  padding: 16px;
}

.btn-group-table .btn {
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .btn-group-table .btn {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .btn-group-table .btn {
    margin-bottom: 0;
  }
}

.btn-group-table .btn:last-child {
  margin-bottom: 0;
}

.btn-group-table.right {
  text-align: right;
}

.btn-group-table .btn, .btn-mypage {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff !important;
  background: #7d7d7d;
  padding: 9px 10px !important;
  transition: all .4s;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(80, 80, 80, 0.8);
  border: none;
  border-radius: 3px;
  user-select: none;
}

.btn-group-table .btn.btn-small, .btn-mypage.btn-small {
  padding: 5px 10px;
  margin: 0 10px;
}

.btn-group-table .btn:hover, .btn-mypage:hover {
  opacity: .5;
}

.btn-group-table .btn.btn-pay, .btn-mypage.btn-pay {
  background: #fdae14;
}

.btn-group-table .btn.btn-enter, .btn-mypage.btn-enter {
  background: #14AC00;
}

.btn-group-table .btn.btn-main, .btn-mypage.btn-main {
  background: #0094D4;
}

.btn-group-table .btn.btn-alert, .btn-mypage.btn-alert {
  background: #f43838;
}

.btn-group-table .btn.btn-giveen, .btn-mypage.btn-giveen {
  background: #26896D;
}

.btn-group-table .btn.btn-disabled, .btn-mypage.btn-disabled {
  box-shadow: none;
  background: #c8c8c8;
}

.btn-group-table .btn.btn-disabled:hover, .btn-mypage:hover  {
  opacity: 1;
}

/******************************************
　マイページ
******************************************/
.mypage-body {
  padding-bottom: 24px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7143;
  margin: 0 16px;
  padding-bottom: 8px;
}

.mypage-body h2 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  margin: 30px 0 20px;
}

.mypage-body h2:before {
  content: '';
  display: block;
  width: 5px;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  background: #0094D4;
}

.mypage-body p.alert,
.mypage-body span.alert,
.mypage-body small.alert {
  color: red;
}

.mypage-body hr {
  margin-bottom: 1em;
}

.mypage-body img {
  margin: 0 auto 4px auto;
  display: block;
}

.mypage-body .aligncenter {
  text-align: center;
}

.mypage-body .aligncenter img {
  width: 100%;
  height: auto;
}

.mypage-body .alignright {
  float: none;
  margin: auto;
}

.mypage-body .alignright img {
  width: 100%;
  height: auto;
}

.mypage-body .alignleft {
  float: none;
  margin: auto;
}

.mypage-body .alignleft img {
  width: 100%;
  height: auto;
}

.mypage-body aside.notice {
  display: block;
  border: 1px solid #0094D4;
  padding: 5px 10px;
  margin-bottom: 32px;
  background: rgba(13, 104, 190, 0.03);
}

.mypage-body figure {
  text-align: center;
}

.mypage-body .mypage-navi {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .mypage-body .mypage-navi h2 {
    display: none;
  }
}

.mypage-body .mypage-navi .col-3 a {
  position: relative;
  display: flex;
  align-items: center;
  widows: 100%;
  border: 1px #cccccc solid;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 8px;
}

.mypage-body .mypage-navi .col-3 a:hover {
  opacity: .5;
}

.mypage-body .mypage-navi .col-3 a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #999999;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .mypage-body .mypage-navi .col-3 a {
    height: 80px;
    margin-bottom: 16px;
    box-shadow: 0 2px 2px rgba(80, 80, 80, 0.5);
  }
  .mypage-body .mypage-navi .col-3 a:before {
    display: none;
  }
}

.mypage-body .mypage-navi .col-3 a i {
  display: none;
  font-size: 32px;
  margin-left: 16px;
  color: #999999;
}

@media screen and (min-width: 768px) {
  .mypage-body .mypage-navi .col-3 a i {
    display: inline;
  }
}

.mypage-body .mypage-navi .col-3 a span {
  margin-left: 16px;
}

.mypage-body .mypage-alerts {
  margin-bottom: 16px;
}

.mypage-body .mypage-alerts .alert {
  display: block;
  width: 100%;
  color: #fff;
  background: #7d7d7d;
  padding: 9px 10px;
  box-sizing: border-box;
  margin-bottom: 8px;
  position: relative;
}

.mypage-body .mypage-alerts .alert a {
  color: #fff;
  text-decoration: underline;
}

.mypage-body .mypage-alerts .alert .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0 16px;
  color: #fff;
  background-color: transparent;
  border: 0;
}

.mypage-body .mypage-alerts .alert.alert-dismissible {
  padding: 9px 54px 9px 10px;
}

.mypage-body .mypage-alerts .alert.alert-pay {
  background: #fdae14;
}

.mypage-body .mypage-alerts .alert.alert-enter {
  background: #14AC00;
}

.mypage-body .mypage-alerts .alert.alert-main {
  background: #0094D4;
}

.mypage-body .mypage-alerts .alert.alert-alert {
  background: #f43838;
}

.mypage-body .mypage-alerts .alert.alert-disabled {
  background: #c8c8c8;
}

.mypage-body .history-list-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.mypage-body .history_box {
  margin: 0 0 15px;
  border: 2px solid #008fd4;
  padding: 0 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mypage-body .history_box {
    padding: 0 15px;
  }
}

.mypage-body .cafe_info_box {
  padding: 15px !important;
}

.mypage-body .cafe_info_box span.main {
  font-size: 1.5rem;
  font-weight: bold;
}

.mypage-body .cafe_info_box a.cafe_link {
  font-size: 1.2rem;
  font-weight: bold;
}

.mypage-body .history_box .history_head {
  display: block;
  margin: 0;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .mypage-body .history_box .history_head {
    display: flex;
  }
}

.mypage-body .history_box .history_bodyInner {
  border-top: 1px dotted #dcdcdc;
  padding: 15px 0;
}

.mypage-body .history_box .history_bodyInner .history_payInfos {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .mypage-body .history_box .history_bodyInner .history_payInfos {
    margin: -10px 0 0 -20px;
  }
}

.mypage-body .history_box .history_bodyInner .history_payInfos .history_payInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0 0;
}

.mypage-body .history_box .history_bodyInner .history_payInfos .history_payInfo dt {
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: bold;
}

.mypage-body .history_box .history_bodyInner .history_payInfos .history_payInfo dd {
  margin-left: 0.5em;
}

@media screen and (min-width: 768px) {
  .mypage-body .history_box .history_bodyInner .history_payInfos .history_payInfo {
    margin: 10px 0 0 20px;
    width: calc(100%/2 - 20px);
    float: right;
    flex-wrap: wrap;
  }
  .mypage-body .history_box .history_bodyInner .history_payInfos .history_payInfo:first-child {
    float: left;
  }
}

.mypage-body .history_infos {
  display: block;
}

@media screen and (min-width: 768px) {
  .mypage-body .history_infos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    margin: -10px 0 0 -20px;
  }
}

.mypage-body .history_infos .history_info {
  margin: 0;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .mypage-body .history_infos .history_info {
    margin: 10px 0 0 20px;
    width: calc(100%/2 - 20px);
  }
}

.mypage-body .history_infos .history_info > dt {
  font-weight: bold;
  flex-grow: 0;
  flex-shrink: 0;
}

.mypage-body .history_infos .history_info > dd {
  margin-left: 0.5em;
}

.mypage-body .table {
  width: 100%;
  border: 1px solid #dbdbdb;
}

.mypage-body .table th,
.mypage-body .table td {
  border: 1px solid #dbdbdb;
  padding: 0.75rem;
}

.mypage-body .table th .alert,
.mypage-body .table td .alert {
  display: block;
}

.mypage-body .table th {
  background-color: #fafafa;
  position: relative;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  padding-top: 13px;
  font-weight: normal;
}

.mypage-body .table thead th,
.mypage-body .table thead td {
  border-bottom-width: 2px;
}

.mypage-body .table tr:first-child th {
  white-space: nowrap;
  background-color: #3cb7ea;
  color: #fff;
}

.mypage-body [type="text"],
.mypage-body [type="tel"],
.mypage-body [type="password"],
.mypage-body select,
.mypage-body textarea {
  width: 100%;
  min-width: 1px;
  font-family: inherit;
  border: 1px solid #dcdcdc;
  background: #fff;
  height: 35px;
  padding: 0 10px;
}

.mypage-body textarea {
  resize: vertical;
  padding: 10px;
  height: 150px;
}

.mypage-body table {
  width: 100%;
  border-collapse: collapse;
}

.mypage-body thead th {
  text-align: center;
}

.mypage-body th,
.mypage-body td {
  text-align: left;
  border: 1px solid #dcdcdc;
  padding: 10px;
  vertical-align: top;
}

.mypage-body th > :first-child,
.mypage-body td > :first-child {
  margin-top: 0;
}

.mypage-body th {
  background: #f8f8f8;
  font-weight: normal;
}

.mypage-body td {
  background: #fff;
}

.mypage-body .form > :first-child {
  margin-top: 0;
}

.mypage-body .form_table {
  table-layout: fixed;
}

.mypage-body .form_table .form_image img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  object-fit: cover;
  display: inline-block;
  margin: 0;
}

.mypage-body .form_table .form_image .btn {
  margin-left: 8px;
}

.mypage-body .form_table .input {
  display: none;
}

.mypage-body .form_table a:not(.btn) {
  text-decoration: underline;
}

.mypage-body .form_table a:not(.btn):hover {
  text-decoration: none;
  opacity: 0.8;
}

.mypage-body .form_table th {
  white-space: nowrap;
  vertical-align: top;
  padding-top: 13px;
}

.mypage-body .form_table td {
  padding: 6px 6px 10px;
}

.mypage-body .form_table td > .form_grid:first-child {
  margin-top: -15px;
}

.mypage-body .form_table td > .form_list-hr:first-child {
  margin-top: -8px;
}

.mypage-body .form_must {
  position: relative;
  padding-left: 60px;
}

.mypage-body .form_must:after {
  content: '必須';
  display: block;
  font-weight: normal;
  background: #f43838;
  font-size: 0.85714rem;
  color: #fff;
  width: 43px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 10px;
}

.mypage-body .form_grid {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: -15px 0 0 -15px;
}

.mypage-body .form_col {
  margin: 15px 0 0 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.mypage-body .form_col input::-webkit-input-placeholder {
  color: #d0d0d0;
}

.mypage-body .form_col input:-moz-placeholder {
  color: #d0d0d0;
}

.mypage-body .form_col input::-moz-placeholder {
  color: #d0d0d0;
}

.mypage-body .form_col input:-ms-input-placeholder {
  color: #d0d0d0;
}

.mypage-body .form_col > span,
.mypage-body .form_col > [type="text"],
.mypage-body .form_col > [type="password"],
.mypage-body .form_col > select,
.mypage-body .form_col > textarea {
  margin: 0 0 0 8px;
}

.mypage-body .form_col > span {
  flex-grow: 0;
  flex-shrink: 0;
}

.mypage-body .form_col > [type="text"],
.mypage-body .form_col > [type="password"],
.mypage-body .form_col > select,
.mypage-body .form_col > textarea {
  flex-grow: 1;
  flex-shrink: 1;
}

.mypage-body .form_col > :first-child {
  margin-left: 0;
}

.mypage-body .form_col-1-12 {
  width: calc(100%/12 * 1 - 15px);
}

.mypage-body .form_col-2-12 {
  width: calc(100%/12 * 2 - 15px);
}

.mypage-body .form_col-3-12 {
  width: calc(100%/12 * 3 - 15px);
}

.mypage-body .form_col-4-12 {
  width: calc(100%/12 * 4 - 15px);
}

.mypage-body .form_col-5-12 {
  width: calc(100%/12 * 5 - 15px);
}

.mypage-body .form_col-6-12 {
  width: calc(100%/12 * 6 - 15px);
}

.mypage-body .form_col-7-12 {
  width: calc(100%/12 * 7 - 15px);
}

.mypage-body .form_col-8-12 {
  width: calc(100%/12 * 8 - 15px);
}

.mypage-body .form_col-9-12 {
  width: calc(100%/12 * 9 - 15px);
}

.mypage-body .form_col-10-12 {
  width: calc(100%/12 * 10 - 15px);
}

.mypage-body .form_col-11-12 {
  width: calc(100%/12 * 11 - 15px);
}

.mypage-body .form_col-12-12 {
  width: calc(100%/12 * 12 - 15px);
}

.mypage-body .form_col [class*="js-zipBtn"] {
  padding: 0;
  width: 86px;
  height: 35px;
  line-height: 35px;
}

.mypage-body .form_list {
  padding-top: 4px;
}

.mypage-body .form_list > :first-child {
  margin-top: 0;
}

.mypage-body .form_list-hr {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -8px 0 0 -15px;
}

.mypage-body .form_list-hr .form_listItem {
  margin: 8px 0 0 15px;
}

.mypage-body .form_listItem {
  margin: 8px 0 0;
}

.mypage-body .form_txt {
  margin: 8px 0 0;
  color: #888;
}

.mypage-body .form_error {
  margin: 8px 0 0;
  color: #f00;
}

.mypage-body .form_zipBtn {
  align-self: stretch;
}

.mypage-body .form_zipBtn > .btn {
  padding: 0;
  height: 100%;
}

.mypage-body .form_zipBtn > .btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 0;
  height: 100%;
}

.mypage-body .form_sameAddress {
  background: #fff;
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

@media screen and (min-width: 737px) {
  .mypage-body .form td > .form_grid:first-child {
    margin-top: -15px;
  }
  .mypage-body .form td > .form_list-hr:first-child {
    margin-top: -8px;
  }
  .mypage-body .form_grid {
    margin: -15px 0 0 -15px;
  }
  .mypage-body .form_col {
    margin: 20px 0 0 15px;
  }
  .mypage-body .form_col-1-12pc {
    width: calc(100%/12 * 1 - 15px);
  }
  .mypage-body .form_col-2-12pc {
    width: calc(100%/12 * 2 - 15px);
  }
  .mypage-body .form_col-3-12pc {
    width: calc(100%/12 * 3 - 15px);
  }
  .mypage-body .form_col-4-12pc {
    width: calc(100%/12 * 4 - 15px);
  }
  .mypage-body .form_col-5-12pc {
    width: calc(100%/12 * 5 - 15px);
  }
  .mypage-body .form_col-6-12pc {
    width: calc(100%/12 * 6 - 15px);
  }
  .mypage-body .form_col-7-12pc {
    width: calc(100%/12 * 7 - 15px);
  }
  .mypage-body .form_col-8-12pc {
    width: calc(100%/12 * 8 - 15px);
  }
  .mypage-body .form_col-9-12pc {
    width: calc(100%/12 * 9 - 15px);
  }
  .mypage-body .form_col-10-12pc {
    width: calc(100%/12 * 10 - 15px);
  }
  .mypage-body .form_col-11-12pc {
    width: calc(100%/12 * 11 - 15px);
  }
  .mypage-body .form_col-12-12pc {
    width: calc(100%/12 * 12 - 15px);
  }
  .mypage-body .form_list-hr {
    margin: -8px 0 0 -15px;
  }
  .mypage-body .form_list-hr .form_listItem {
    margin: 8px 0 0 15px;
  }
  .mypage-body .form_listItem {
    margin: 8px 0 0;
  }
  .mypage-body .form_txt {
    margin: 8px 0 0;
  }
  .mypage-body .form_error {
    margin: 8px 0 0;
  }
}

@media screen and (max-width: 736px) {
  .mypage-body .form_table {
    display: block;
  }
  .mypage-body .form tbody,
  .mypage-body .form tr,
  .mypage-body .form th,
  .mypage-body .form td {
    display: block;
  }
  .mypage-body .form tbody > :first-child {
    margin-top: 0;
  }
  .mypage-body .form tr {
    margin: 20px 0 0;
  }
  .mypage-body .form tr > :first-child {
    margin-top: 0;
  }
  .mypage-body .form td {
    background: none;
    margin: -1px 0 0;
  }
  .mypage-body .form td > .form_grid:first-child {
    margin-top: -10px;
  }
  .mypage-body .form td > .form_list-hr:first-child {
    margin-top: -8px;
  }
  .mypage-body .form_grid {
    margin: -10px 0 0 -10px;
  }
  .mypage-body .form_col {
    margin: 10px 0 0 10px;
  }
  .mypage-body .form_col-1-12sp {
    width: calc(100%/12 * 1 - 10px);
  }
  .mypage-body .form_col-2-12sp {
    width: calc(100%/12 * 2 - 10px);
  }
  .mypage-body .form_col-3-12sp {
    width: calc(100%/12 * 3 - 10px);
  }
  .mypage-body .form_col-4-12sp {
    width: calc(100%/12 * 4 - 10px);
  }
  .mypage-body .form_col-5-12sp {
    width: calc(100%/12 * 5 - 10px);
  }
  .mypage-body .form_col-6-12sp {
    width: calc(100%/12 * 6 - 10px);
  }
  .mypage-body .form_col-7-12sp {
    width: calc(100%/12 * 7 - 10px);
  }
  .mypage-body .form_col-8-12sp {
    width: calc(100%/12 * 8 - 10px);
  }
  .mypage-body .form_col-9-12sp {
    width: calc(100%/12 * 9 - 10px);
  }
  .mypage-body .form_col-10-12sp {
    width: calc(100%/12 * 10 - 10px);
  }
  .mypage-body .form_col-11-12sp {
    width: calc(100%/12 * 11 - 10px);
  }
  .mypage-body .form_col-12-12sp {
    width: calc(100%/12 * 12 - 10px);
  }
  .mypage-body .form_list-hr {
    margin: -8px 0 0 -10px;
  }
  .mypage-body .form_list-hr .form_listItem {
    margin: 8px 0 0 10px;
  }
  .mypage-body .form_listItem {
    margin: 8px 0 0;
  }
  .mypage-body .form_txt {
    margin: 8px 0 0;
  }
  .mypage-body .form_error {
    margin: 8px 0 0;
  }
}

.mypage-body .history_order tr th:first-child {
  white-space: nowrap;
}

.mypage-body .history_order tr th:first-child a {
  text-decoration: underline;
}

.mypage-body .history_order .val {
  text-align: right;
  white-space: nowrap;
}

.mypage-body .history_order .sum {
  font-weight: bold;
}

.mypage-body .history_receipt div {
  margin-bottom: 8px;
}

.mypage-body .history_notice div {
  border: 1px solid #dbdbdb;
  background: #fafafa;
  padding: 16px;
}

.mypage-body .history_notice div *:last-child {
  margin-bottom: 0;
}

.mypage-body .history-navi {
  text-align: center;
  margin: 32px 0;
}

.mypage-body .history-navi .btn {
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .mypage-body .history-navi .btn {
    width: 30%;
    margin: 0 16px;
  }
}

.mypage-body .event {
  display: flex;
  align-items: flex-start;
  padding: 43px 0 10px;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0 0;
  border: 1px solid #dbdbdb;
  background: #fafafa;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .mypage-body .event {
    flex-wrap: nowrap;
  }
}

.mypage-body .event .event_img {
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid #dbdbdb;
  background: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mypage-body .event .event_img {
    margin: 0 20px 0 0;
    width: 154px;
    height: 154px;
  }
}

.mypage-body .event .event_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.mypage-body .event .event_body {
  flex-grow: 1;
  flex-shrink: 1;
  width: calc(100% - 82px - 10px);
}

@media screen and (min-width: 768px) {
  .mypage-body .event .event_body {
    width: auto;
  }
}

.mypage-body .event .event_body .event_name {
  font-weight: bold;
  margin: 0;
}

.mypage-body .event .event_btns {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  margin: 15px 0 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mypage-body .event .event_btns {
    margin: 0 0 0 20px;
    width: 260px;
  }
}

.mypage-body .event .event_btns .event_btn {
  margin: 10px 0 0;
  display: block;
}

.mypage-body .event .event_btns .event_btn .btn {
  width: 100%;
}

.mypage-body .event .event_btns .event_btn:first-child {
  margin: 0;
}

.mypage-body .badge {
  display: inline-block;
  padding: 0.4em 0.5em 0.25em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fff;
  background-color: #6c757d;
  border-radius: 1em;
}

.mypage-body .badge-pay {
  background: #fdae14;
}

.mypage-body .badge-done {
  color: #14AC00;
  background-color: #ffffff;
  padding: 0.4em 0 0.25em;
}

.mypage-body .badge-enter {
  background-color: #14AC00;
}

.mypage-body .badge-main {
  background-color: #0094D4;
}

.mypage-body .badge-alert {
  color: #f43838;
  background-color: #ffffff;
  padding: 0.4em 0 0.25em;
}

.mypage-body .btn-group-table {
  background-color: #fafafa;
  text-align: center;
  padding: 16px;
}

.mypage-body .btn-group-table .btn {
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .mypage-body .btn-group-table .btn {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .mypage-body .btn-group-table .btn {
    margin-bottom: 0;
  }
}

.mypage-body .btn-group-table .btn:last-child {
  margin-bottom: 0;
}

.mypage-body select,
.mypage-body input[type="text"] {
  width: 100%;
  padding: 4px 8px;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.mypage-body select:last-child,
.mypage-body input[type="text"]:last-child {
  margin-bottom: 0;
}

.mypage-body input[type="text"]:disabled {
  background: #d5d5d5;
}

.mypage-body input[type="file"] {
  width: 100%;
}

.mypage-body .tip-title {
  position: relative;
  margin: 0 0 16px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 3px #fabf00 solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #fabf00;
  font-weight: bold;
  z-index: 0;
  text-align: center;
}

.mypage-body .tip-title:before, .mypage-body .tip-title:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0px;
  height: 0px;
}

.mypage-body .tip-title:before {
  bottom: -8px;
  margin-left: -9px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
}

.mypage-body .tip-title:after {
  bottom: -12px;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fabf00 transparent transparent transparent;
  z-index: -1;
}

.mypage-body .tip-title.subnav {
  margin: 16px;
}

@media screen and (min-width: 768px) {
  .mypage-body {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 16px;
  }
  .mypage-body .col-3 {
    display: flex;
  }
  .mypage-body .col-3 div {
    width: 32%;
    padding-left: 20px;
  }
  .mypage-body .col-3 div:first-child {
    padding-left: 0;
  }
  .mypage-body p {
    margin-bottom: 32px;
  }
  .mypage-body hr {
    margin: 0 0 32px;
  }
  .mypage-body ul,
  .mypage-body ol {
    margin-bottom: 32px;
  }
  .mypage-body .alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .mypage-body .alignright img {
    width: inherit;
  }
  .mypage-body .alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .mypage-body .alignleft img {
    width: inherit;
  }
  .mypage-body img {
    margin: 0 auto 8px auto;
    display: block;
  }
}

@media screen and (min-width: 984px) {
  .mypage-body {
    margin: 0;
  }
}

.mypage-body .mypage-members-member-btns {
  margin: 5px 0 12px !important;
}

.mypage-body .mypage-members-member-btns li {
  display: inline-block;
}

.mypage-body .atl-norm a.btn {
  color: #fff !important;
  text-decoration: none !important;
}

.mypage-body .atl-norm a.btn:hover {
  color: #fff !important;
}

.mypage-body .cmt-source {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
  display: block;
  text-overflow: ellipsis;
  margin-bottom: 16px;
  border-bottom: 1px dotted #CCC;
}

.mypage-body .wrap-event-comments {
  margin: 0 -16px;
}

.all-view {
  width: 100%;
  text-align: right;
  padding: 1rem 0 0 0;
  padding: 1rem 0 0 0; }
.all-view a {
  font-size: 14px;
  font-size: 1.4rem; }
.all-view a:before {
  content: "▸ "; }
.all-view a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
  filter: alpha(opacity = 40);
  opacity: 0.4; }
