@charset "UTF-8";
/*-----------------------------------------------------

  Top CSS

-----------------------------------------------------*/
/*-----------------------------------------------------
  common
-----------------------------------------------------*/
.top_sec {
  margin-top: 60px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .top_sec {
    margin-top: 25px;
  }
}

.top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .top_list {
    margin: -5px 0 0 0;
  }
}
.top_list li {
  text-align: center;
  margin: 10px;
  width: calc( (100% - 40px) / 2 );
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .top_list li {
    margin: 5px;
    width: 100%;
  }
}
.top_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #b8b8b8;
  min-height: 80px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .top_list li a {
    min-height: 22.9333333333vw;
  }
}
.top_list li a img {
  width: 100%;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .top_list li a img {
    width: 335px;
  }
}
.top_list.item-3 {
  margin: -5px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .top_list.item-3 {
    margin: -10px 0 0 0;
  }
}
.top_list.item-3 li {
  margin: 5px;
  width: calc( (100% - 30.1px) / 3 );
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .top_list.item-3 li {
    width: 335px;
    width: 100%;
  }
}
.top_list.item-3 li a {
  background-color: #fff;
  height: 100%;
}

/*-----------------------------------------------------
  top-mv
-----------------------------------------------------*/
#top-mv {
  position: relative;
}
#top-mv img {
  width: 100%;
}
#top-mv .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 19px;
  height: 35px;
  font-size: 0;
  background: url(../images/top-mv-arrow.png) no-repeat center center/contain;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mv .slick-arrow {
    width: 10px;
    height: 15px;
  }
}
#top-mv .slick-arrow.slick-prev {
  left: 10px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mv .slick-arrow.slick-prev {
    left: 5px;
  }
}
#top-mv .slick-arrow.slick-next {
  right: 10px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mv .slick-arrow.slick-next {
    right: 5px;
  }
}
#top-mv #slider-main {
  margin-bottom: 0.5em;
}
#top-mv #slider-nav {
  padding: 0 50px;
  background-color: #fff;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mv #slider-nav {
    padding: 0 25px;
  }
}
#top-mv #slider-nav .slick-arrow {
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-color: #716cac;
  width: 50px;
  height: 100%;
  background-size: 14px auto;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mv #slider-nav .slick-arrow {
    width: 25px;
    background-size: 7px auto;
  }
}
#top-mv #slider-nav .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#top-mv #slider-nav .slick-arrow.slick-next {
  right: 0;
}
#top-mv #slider-nav .mv_item {
  cursor: pointer;
  margin: 0 2px;
}
#top-mv #slider-nav .slick-current {
  position: relative;
}
#top-mv #slider-nav .slick-current:before {
  position: absolute;
  display: block;
  content: " ";
  border: 4px solid #716cac;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*-----------------------------------------------------
  top-mainbtn
-----------------------------------------------------*/
#top-mainbtn {
  padding: 46px 0;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mainbtn {
    padding: 15px 0;
  }
}
#top-mainbtn .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mainbtn .inner {
    display: block;
  }
}
#top-mainbtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#top-mainbtn ul#top-mainbtn-wrap-01 {
  width: 77.1666666667%;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mainbtn ul#top-mainbtn-wrap-01 {
    width: 100%;
  }
}
#top-mainbtn ul#top-mainbtn-wrap-01 li {
  width: calc( (100% - 20px) / 2 );
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mainbtn ul#top-mainbtn-wrap-01 li {
    width: auto;
  }
}
#top-mainbtn ul#top-mainbtn-wrap-01 li:nth-child(n+2) {
  border: none;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mainbtn ul#top-mainbtn-wrap-01 li:nth-child(n+2) {
    margin-left: 4px;
  }
}
#top-mainbtn ul#top-mainbtn-wrap-01 li.top-mainbtn-border {
  position: relative;
}
#top-mainbtn ul#top-mainbtn-wrap-01 li.top-mainbtn-border:before {
  position: absolute;
  display: block;
  content: " ";
  border: 1px solid #c6c6c6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
#top-mainbtn ul#top-mainbtn-wrap-02 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 1.6666666667%;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mainbtn ul#top-mainbtn-wrap-02 {
    margin: 12px 0 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#top-mainbtn ul#top-mainbtn-wrap-02 li {
  line-height: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 6px;
}
#top-mainbtn ul#top-mainbtn-wrap-02 li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mainbtn ul#top-mainbtn-wrap-02 li {
    margin: 0 0 0 4px;
  }
  #top-mainbtn ul#top-mainbtn-wrap-02 li:first-child {
    margin-left: 0;
  }
}
#top-mainbtn ul#top-mainbtn-wrap-02 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 3px;
  height: 100%;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mainbtn ul#top-mainbtn-wrap-02 li a {
    font-size: 2.6666666667vw;
    font-size: 13px;
    line-height: 8.8vw;
    line-height: 33px;
  }
}

/*-----------------------------------------------------
  top-mainnav
-----------------------------------------------------*/
#top-mainnav .top-mainnav-box {
  background: url(../images/top-mainnav-bg-blue.gif) repeat center center/1px auto;
  padding: 30px 0 40px;
}
#top-mainnav .top-mainnav-box:nth-of-type(n+2) {
  margin-top: 20px;
}
#top-mainnav .top-mainnav-box:nth-of-type(2) {
  background-image: url(../images/top-mainnav-bg-red.gif);
}
#top-mainnav .top-mainnav-box .sec-title:before {
  background-color: #fff;
}
#top-mainnav .top-mainnav-box ul {
  font-size: 0;
  margin: -15px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mainnav .top-mainnav-box ul {
    margin: -4px;
  }
}
#top-mainnav .top-mainnav-box ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  width: calc( (100% - 90px) / 3 );
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mainnav .top-mainnav-box ul li {
    margin: 4px;
    width: calc( (100% - 16px) / 2 );
  }
}
#top-mainnav .top-mainnav-box ul li:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: " ";
  background: #5f69ae url(../images/top-mv-arrow.png) no-repeat center center/6px auto;
  width: 25px;
  height: 25px;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mainnav .top-mainnav-box ul li:before {
    width: 15px;
    height: 15px;
    background-size: 5px auto;
  }
}
#top-mainnav .top-mainnav-box ul li a {
  display: block;
}
#top-mainnav .top-mainnav-box ul li a > span {
  position: relative;
}
#top-mainnav .top-mainnav-box ul li a > span .top-mainnav-txt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1.6129032258vw;
  font-weight: bold;
  line-height: 1;
  margin-top: 6.5789473684%;
  color: #5f69ae;
}
@media screen and (min-width: 1240px) {
  #top-mainnav .top-mainnav-box ul li a > span .top-mainnav-txt {
    font-size: 2.0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1063px) {
  #top-mainnav .top-mainnav-box ul li a > span .top-mainnav-txt {
    font-size: 17.15px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mainnav .top-mainnav-box ul li a > span .top-mainnav-txt {
    font-size: 12px;
  }
}
#top-mainnav .top-mainnav-box ul li a > span .top-mainnav-txt small {
  display: block;
  margin-top: 2%;
  font-size: 70%;
  font-weight: bold;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-mainnav .top-mainnav-box ul li a > span .top-mainnav-txt small {
    margin-top: 1%;
  }
}

/*-----------------------------------------------------
  top-news
-----------------------------------------------------*/
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-news .inner {
    padding: 0;
  }
}
#top-news #top-news-list {
  width: 100%;
}
#top-news #top-news-list td {
  font-size: 1.6rem;
  border-bottom: 1px solid #c6c6c6;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-news #top-news-list td {
    font-size: 1.2rem;
  }
}
#top-news #top-news-list td.top-news-date {
  padding: 10px 34px 10px 56px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-news #top-news-list td.top-news-date {
    padding: 11px 10px 0px 16px;
    display: inline-block;
    border-bottom: none;
  }
}
#top-news #top-news-list td.top-news-mark {
  padding: 10px 0 0 10px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-news #top-news-list td.top-news-mark {
    padding: 8px 0 0 0;
    display: inline-block;
    border-bottom: none;
  }
}
#top-news #top-news-list td.top-news-mark > span {
  display: inline-block;
  white-space: nowrap;
  background-color: #727171;
  color: #fff;
  font-size: 1.44rem;
  line-height: 1.2;
  padding: 4px 5px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-news #top-news-list td.top-news-mark > span {
    font-size: 1rem;
    padding: 2px 3px;
    width: 68px;
  }
}
#top-news #top-news-list td.top-news-mark > span.info {
  background-color: #7874B4;
}
#top-news #top-news-list td.top-news-mark > span.campaign {
  background-color: #74b759;
}
#top-news #top-news-list td.top-news-mark > span.important {
  background-color: #cc4935;
}
#top-news #top-news-list td.top-news-txt {
  width: 100%;
  padding: 10px 30px 10px 35px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-news #top-news-list td.top-news-txt {
    padding: 5px 12px 5px 16px;
    display: block;
  }
}
#top-news #top-news-link {
  margin-top: 30px;
  text-align: center;
}
#top-news #top-news-link a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 26px;
  padding: 0 10px;
  border: 1px solid #000000;
}

/*-----------------------------------------------------
  top-news2	 ---- 2019.09 追加 ----
-----------------------------------------------------*/
#top-news2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-news2 .inner {
    display: block;
    padding: 0;
  }
}
#top-news2 #wrap-news {
  width: 47.8%;
}

#top-news2 #wrap-campaign {
  width: 47.8%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-news2 #wrap-news {
    width: 100%;
  }

  #top-news2 #wrap-campaign {
    width: 100%;
    margin-top: 35px;
  }
}
#top-news2 #top-news-list,
#top-news2 #top-camp-list {
  width: 100%;
}

#top-news2 #top-news-list td,
#top-news2 #top-camp-list td {
  font-size: 1.6rem;
  border-bottom: 1px solid #c6c6c6;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-news2 #top-news-list td,
  #top-news2 #top-camp-list td {
    font-size: 1.2rem;
  }
}
#top-news2 #top-news-list td.top-news-date,
#top-news2 #top-camp-list td.top-news-date {
  padding: 10px 15px 10px 15px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-news2 #top-news-list td.top-news-date {
    padding: 11px 10px 0px 16px;
    display: inline-block;
    border-bottom: none;
  }

  #top-news2 #top-camp-list td.top-news-date {
    width: 100%;
    padding: 11px 10px 0px 16px;
    display: block;
    border-bottom: none;
  }
}
#top-news2 #top-news-list td.top-news-mark {
  padding: 10px 0 0 0;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-news2 #top-news-list td.top-news-mark {
    padding: 8px 0 0 0;
    display: inline-block;
    border-bottom: none;
  }
}
#top-news2 #top-news-list td.top-news-mark > span {
  display: inline-block;
  white-space: nowrap;
  background-color: #727171;
  color: #fff;
  font-size: 1.44rem;
  line-height: 1.2;
  padding: 4px 5px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-news2 #top-news-list td.top-news-mark > span {
    font-size: 1rem;
    padding: 2px 3px;
    width: 68px;
  }
}
#top-news2 #top-news-list td.top-news-mark > span.info {
  background-color: #7874B4;
}

#top-news2 #top-news-list td.top-news-mark > span.campaign {
  background-color: #74b759;
}

#top-news2 #top-news-list td.top-news-mark > span.important {
  background-color: #cc4935;
}

#top-news2 #top-news-list td.top-news-txt {
  width: 100%;
  padding: 10px 15px 10px 18px;
}

#top-news2 #top-camp-list td.top-news-txt {
  width: 100%;
  padding: 10px 15px 10px 0;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-news2 #top-news-list td.top-news-txt,
  #top-news2 #top-camp-list td.top-news-txt {
    padding: 5px 12px 5px 16px;
    display: block;
  }
}
#top-news2 #top-news-link {
  margin-top: 30px;
  text-align: center;
}

#top-news2 #top-news-link a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 26px;
  padding: 0 10px;
  border: 1px solid #000000;
}

/*-----------------------------------------------------
  top-faq
-----------------------------------------------------*/
#top-faq {
  margin-top: 85px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-faq {
    margin-top: 40px;
  }
}
#top-faq ul#top-faq-list {
  font-size: 0;
  margin: -5px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-faq ul#top-faq-list {
    margin-top: -4px;
  }
}
#top-faq ul#top-faq-list li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  width: calc( (100% - 30.1px) / 3 );
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-faq ul#top-faq-list li {
    margin: 4px;
    width: calc( (100% - 16px) / 2 );
  }
}
#top-faq ul#top-faq-list li a {
  display: block;
  background-color: #e8e6f1;
  height: 146px;
  font-size: 2.0rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-faq ul#top-faq-list li a {
    height: 65px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #top-faq ul#top-faq-list li a {
    font-size: 2.6666666667vw;
  }
}
#top-faq ul#top-faq-list li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 146px;
  padding-top: 68px;
  background: no-repeat center 25px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-faq ul#top-faq-list li a > span {
    height: 65px;
    padding-top: 30px;
    background: no-repeat center 12px;
    background-size: 22px auto;
  }
}
#top-faq ul#top-faq-list li:nth-child(1) a > span {
  background-image: url(../images/top-faq-icon-01.png);
}
#top-faq ul#top-faq-list li:nth-child(2) a > span {
  background-image: url(../images/top-faq-icon-02.png);
}
#top-faq ul#top-faq-list li:nth-child(3) a > span {
  background-image: url(../images/top-faq-icon-03.png);
}
#top-faq ul#top-faq-list li:nth-child(4) a > span {
  background-image: url(../images/top-faq-icon-04n.png);
}
#top-faq ul#top-faq-list li:nth-child(5) a > span {
  background-image: url(../images/top-faq-icon-05n.png);
}
#top-faq ul#top-faq-list li:nth-child(6) a > span {
  background-image: url(../images/top-faq-icon-06n.png);
}

/*-----------------------------------------------------
  top-usage
-----------------------------------------------------*/
#top-usage {
  padding: 35px 0 45px;
  background: url(/assets/images/bg_wave.gif) repeat 0 0;
}
#top-usage ul#top-usage-list {
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-usage ul#top-usage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#top-usage ul#top-usage-list li {
  display: inline-block;
  vertical-align: top;
  margin-left: 77px;
}
#top-usage ul#top-usage-list li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-usage ul#top-usage-list li {
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#top-usage ul#top-usage-list li a > div {
  position: relative;
  border-radius: 50%;
  border: 1px solid #5f68ae;
  padding: 10px;
  width: 286px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-usage ul#top-usage-list li a > div {
    display: inline-block;
    width: 102px;
    padding: 3px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #top-usage ul#top-usage-list li a > div {
    width: 27.2vw;
  }
}
#top-usage ul#top-usage-list li a > div > i {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
#top-usage ul#top-usage-list li a p {
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-usage ul#top-usage-list li a p {
    font-size: 1.15rem;
    letter-spacing: -0.05em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #top-usage ul#top-usage-list li a p {
    font-size: 3.0666666667vw;
  }
}

/*-----------------------------------------------------
  top-usage
-----------------------------------------------------*/
#top-moreinfo ul#top-moreinfo-list li a {
  border-radius: 7px;
}
#top-moreinfo ul#top-moreinfo-list li a:before {
  display: block;
  float: left;
  padding-top: 37.8516624041%;
  content: "";
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-moreinfo ul#top-moreinfo-list li a:before {
    display: none;
  }
}

/*-----------------------------------------------------
  top-entertain
-----------------------------------------------------*/
#top-entertain ul#top-entertain-list li a {
  border-radius: 7px;
}

/*-----------------------------------------------------
  top-bnr
-----------------------------------------------------*/
#top-bnr {
  padding: 40px 0 45px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-bnr {
    padding: 20px 0 30px;
  }
}
#top-bnr #top-bnr-list li.top-bnr-txt a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff url(/assets/images/arrow-right-round-purple.png) no-repeat 16px center;
  background-size: 33px auto;
  min-height: 70px;
}
#top-bnr #top-bnr-list li.top-bnr-txt a:hover {
  background-image: url(/assets/images/arrow-right-round-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-bnr #top-bnr-list li.top-bnr-txt a {
    background-position: 20px center;
    background-size: 23px auto;
    min-height: 60px;
  }
}
#top-bnr #top-bnr-list li.top-bnr-txt a > span {
  display: block;
  width: 100%;
  padding: 0 5px 0 62px;
  font-size: 1.6rem;
  line-height: 1.375;
  text-align: left;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #top-bnr #top-bnr-list li.top-bnr-txt a > span {
    padding: 0 12px 0 62px;
    font-size: 1.3rem;
  }
}
#top-bnr #top-bnr-list li.top-bnr-txt a > span > span {
  display: inline-block;
}


