@charset "UTF-8";


.ttl--stripeCenter__sub, .articleNumList__item .cont .data .tag, .articleWrap__inner .articleList__item .thumb .rankingNum, .l-single__inner .box--step .stepList__item .stepNum, .l-single__inner .box--ranking .campaign .campaignList__item::before, .l-single__inner .box--point .pointList__item::before, .singlePageWrap__inner .box--step .stepList__item .stepNum, .singlePageWrap__inner .box--ranking .campaign .campaignList__item::before, .singlePageWrap__inner .box--point .pointList__item::before, .footer__cont--cate .fNav__ttl .sub {
  font-family: 'Roboto';
}

.fa {
  font-family: "FontAwesome", sans-serif;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes headerDownSp {
  0% {
    top: -117px;
    opacity: 0;
  }
  100% {
    top: -62px;
    opacity: 1;
  }
}

@keyframes headerDownSp {
  0% {
    top: -117px;
    opacity: 0;
  }
  100% {
    top: -62px;
    opacity: 1;
  }
}

@-webkit-keyframes headerDownPc {
  0% {
    top: -174px;
    opacity: 0;
  }
  100% {
    top: -83px;
    opacity: 1;
  }
}

@keyframes headerDownPc {
  0% {
    top: -174px;
    opacity: 0;
  }
  100% {
    top: -83px;
    opacity: 1;
  }
}

/*----------------------------------
スクロールでフェードイン
----------------------------------*/
.animation--fadeup {
  opacity: 0;
  transition: transform .8s linear,opacity 1.1s ease-out;
  transform: translateY(15px);
}

.animation--fadeup.active {
  opacity: 1;
  transform: translateY(0);
}

.animation--fadein {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}

.animation--fadein.active {
  opacity: 1;
}

.animation--fadedown {
  opacity: 0;
  transition-delay: .2s;
  transition-timing-function: ease-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform: translateY(-2%);
}

.animation--fadedown.active {
  opacity: 1;
  transform: translateY(0);
}

a:hover {
  outline: none;
}

a:active {
  outline: none;
}

a:focus {
  outline: none;
}

@media screen and (min-width: 767px) {
  /* =================================
    hover
  ================================= */
  a {
    transition-timing-function: ease-out;
    transition-duration: 0.2s;
    transition-property: all;
  }
  .widelink {
    cursor: pointer;
    transition-timing-function: ease-out;
    transition-duration: 0.2s;
    transition-property: all;
  }
  .widelink .widelink__cover {
    position: relative;
    overflow: hidden;
  }
  .widelink .widelink__cover::before {
    position: absolute;
    z-index: 6;
    top: 45%;
    left: 50%;
    width: 55%;
    padding: 10px 0;
    border: 1px solid #fff;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: .06em;
    content: "詳しく見る";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.15s;
    transition-property: opacity,top;
    transform: translate(-50%, -50%);
  }
  .widelink .widelink__cover::after {
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, 0.5);
    color: white;
    content: "";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.15s;
    transition-property: opacity;
  }
  .widelink:hover {
    opacity: .8;
  }
  .widelink:hover a {
    color: #ee063c !important;
    text-decoration: none;
  }
  .widelink:hover .widelink__cover::before {
    top: 50%;
    opacity: 1;
  }
  .widelink:hover .widelink__cover::after {
    opacity: 1;
  }
  .hoverBg .widelink__cover::before {
    content: none;
  }
  .hoverBg .widelink__cover::after {
    content: none;
  }
  .hoverBg:hover {
    background: #ebfafa;
  }
}

/*=================================
  button
=================================*/
.btnWrap {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin: 20px auto 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .btnWrap {
    width: 100%;
  }
}

.btnWrap.center {
  text-align: center;
}

.btnWrap.right {
  text-align: right;
}

.btnWrap > * + * {
  margin-top: 9px;
}

.btn--pink {
  display: inline-block;
  width: 100%;
  padding: 17px 0px;
  border-radius: 3px;
  background: #ee063c;
  box-shadow: 0 4px 0 #b0022b;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.btn--blue {
  display: inline-block;
  width: 100%;
  padding: 17px 0px;
  border-radius: 3px;
  background: #0043a2;
  box-shadow: 0 4px 0 #002f72;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.btn--white {
  display: inline-block;
  width: 100%;
  padding: 17px 0px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 0 #555;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  transition-timing-function: ease-out;
  transition-duration: 0.1s;
  transition-property: all;
}

@media screen and (min-width: 767px) {
  .btn--white:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}

.btn--pinkGra {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding: 17px 0px;
  /* IE6-9 */
  border-radius: 3px;
  background: #f02756;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f02756 0%, #ee063c 100%);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition-timing-function: ease-out;
  transition-duration: 0.1s;
  transition-property: all;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02756', endColorstr='#ee063c',GradientType=1 );
}

@media screen and (min-width: 767px) {
  .btn--pinkGra:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}

.btn--pinkGra::after {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 4px;
  /* IE6-9 */
  border-radius: 0 0 4px 4px;
  background: #bb2447;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #bb2447 0%, #b0022b 100%);
  content: "";
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2447', endColorstr='#b0022b',GradientType=1 );
}

.btn--gray {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding: 17px 0px;
  border: 2px solid #ddd;
  border-bottom: none;
  border-radius: 3px;
  background: #fafafa;
  font-size: 1.4rem;
  font-weight: 700;
  color: #555;
  text-align: center;
  transition-timing-function: ease-out;
  transition-duration: 0.1s;
  transition-property: all;
}

@media screen and (min-width: 767px) {
  .btn--gray:hover {
    box-shadow: none;
    transform: translateY(4px);
  }
}

.btn--gray::after {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: #ddd;
  content: "";
}

.btn--form {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
}

.btn--form input {
  margin: 0 auto;
  padding: 15px 57px;
  border-radius: 5px !important;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition-timing-function: ease-out;
  transition-duration: 0.1s;
  transition-property: all;
}

.btn--form::before {
  position: absolute;
  top: 27px;
  right: 18px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  content: "";
}

.btn--form::after {
  position: absolute;
  top: 31px;
  right: 21px;
  display: inline-block;
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #b0022b;
  vertical-align: middle;
  content: "";
}

.btn--form.back {
  padding: 1rem;
}

.btn--form.back input {
  display: block;
  width: 100%;
  border-bottom: 5px solid #002f72;
  background: #0043a2;
}

.btn--form.back::before {
  right: initial;
  left: 18px;
}

.btn--form.back::after {
  right: initial;
  left: 21px;
  border-width: 3px 6px 3px 0;
  border-color: transparent #002f72 transparent transparent;
}

.btn--form.back:hover input {
  border-bottom-color: #0043a2 !important;
}

.btn--form.next {
  padding: 1rem;
}

.btn--form.next input {
  display: block;
  width: 100%;
  border-bottom: 5px solid #b0022b;
  background: #ee063c;
}

.btn--form.next:hover input {
  border-bottom-color: #ee063c !important;
}

.btn--form:hover {
  transform: translateY(5px);
}

.btn--form:hover::before {
  transform: translateY(-11%);
}

.btn--form:hover::after {
  transform: translateY(-12%);
}

.mw_wp_form_input .btn--form.back {
  display: none;
}

@media screen and (min-width: 767px) {
  /*=================================
    button
  =================================*/
  .btnWrap {
    display: flex;
    justify-content: center;
  }
  .btnWrap > * + * {
    margin: 0 0 0 20px;
  }
  .btn--pink {
    max-width: 555px;
    padding: 23px 10px;
    border-radius: 5px;
    box-shadow: 0 6px 0 #b0022b;
    font-size: 2.4rem;
    transition-timing-function: ease-out;
    transition-duration: 0.1s;
    transition-property: all;
  }
  .btn--pink:hover {
    box-shadow: none;
    transform: translateY(6px);
  }
  .btn--blue {
    max-width: 555px;
    padding: 13px 10px;
    border-radius: 5px;
    box-shadow: 0 4px 0 #002f72;
    font-size: 1.6rem;
    transition-timing-function: ease-out;
    transition-duration: 0.1s;
    transition-property: all;
  }
  .btn--blue:hover {
    box-shadow: none;
    transform: translateY(4px);
  }
  .btn--blue.md {
    padding: 22px 10px;
    font-size: 1.8rem;
  }
  .btn--white {
    max-width: 555px;
    padding: 23px 10px;
    border-radius: 5px;
    box-shadow: 0 6px 0 #555;
    font-size: 2.4rem;
    transition-timing-function: ease-out;
    transition-duration: 0.1s;
    transition-property: all;
  }
  .btn--white:hover {
    box-shadow: none;
    transform: translateY(6px);
  }
  .btn--pinkGra {
    padding: 23px 10px;
    border-radius: 5px;
    font-size: 2.4rem;
    transition-timing-function: ease-out;
    transition-duration: 0.1s;
    transition-property: all;
  }
  .btn--pinkGra:hover {
    transform: translateY(6px);
  }
  .btn--pinkGra:hover::after {
    height: 0;
  }
  .btn--pinkGra::after {
    width: calc(100% + 8px);
    height: 6px;
    margin: 0 0 0 -14px;
    border-radius: 0 0 5px 5px;
  }
  .btn--gray {
    padding: 23px 10px;
    border: 4px solid #ddd;
    border-bottom: none;
    border-radius: 5px;
    font-size: 2.4rem;
    transition-timing-function: ease-out;
    transition-duration: 0.1s;
    transition-property: all;
  }
  .btn--gray:hover {
    transform: translateY(6px);
  }
  .btn--gray:hover::after {
    height: 0;
  }
  .btn--gray::after {
    width: calc(100% + 8px);
    height: 7px;
    margin: 0 0 0 -14px;
    border-bottom: 4px solid #ddd;
    border-radius: 0 0 5px 5px;
  }
}

/*=================================
  title
=================================*/
.ttl--stripeCenter {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
  padding: 26px 5% 22px;
  background: url(../img/bg_stripe_black.png) repeat left top;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2272;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .ttl--stripeCenter {
    width: 100%;
  }
}

.ttl--stripeCenter__sub {
  display: block;
  margin: 10px 0 0;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
}

.ttl--stripeCenter.pink {
  background: url(../img/bg_stripe_pink2.png) repeat left top;
}

.ttl--stripeLeft {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 30px 3.5%;
  background: url(../img/bg_stripe_black.png) repeat left top;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2272;
  color: #fff;
}

.withBtn {
  display: flex;
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 3.5%;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 767px) {
  .withBtn {
    width: 100%;
  }
}

.withBtn .text .ttl {
  font-size: 2.1rem;
  font-weight: 400;
  font-style: italic;
}

.withBtn .text .ttl .sub {
  font-size: 1.6rem;
}

.withBtn .text .summary {
  font-size: 1.2rem;
  font-weight: 400;
  color: #a8a9a8;
}

.withBtn .btn {
  min-width: 78px;
  margin-left: 10px;
  padding: 8px 7px;
  border: 2px solid #0043a2;
  font-size: 1.2rem;
  color: #0043a2;
}

.withBtn .btn::after {
  display: inline-block;
  width: 13px;
  height: 14px;
  margin-left: 8px;
  background: url(../img/icon/icon_arrow_r.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

.withBtn.ttl--gray {
  border-top: 4px solid #dddddd;
}

.withBtn.ttl--blue {
  border-top: 4px solid #0043a2;
}

.withBtn.ttl--blue .text .ttl {
  color: #0043a2;
}

.pageTtl {
  padding: 10px;
}

.pageTtl .ttl {
  padding: 40px 10px;
  font-size: 2.6rem;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  text-align: center;
}

.pageTtl.pink {
  background: url(../img/bg_pageTtl_pink.jpg) no-repeat center center;
  background-size: cover;
}

.pageTtl.pink .ttl {
  background: url(../img/bg_stripe_pink2.png) repeat left top;
}

.pageTtl.blue {
  background: url(../img/bg_pageTtl_blue.jpg) no-repeat center center;
  background-size: cover;
}

.pageTtl.blue .ttl {
  background: url(../img/bg_stripe_blue2.png) repeat left top;
}

@media screen and (min-width: 767px) {
  /*=================================
    title
  =================================*/
  .withBtn {
    padding: 39px 0;
    border-bottom: none;
  }
  .withBtn .text .ttl {
    font-size: 3.8rem;
  }
  .withBtn .text .ttl .sub {
    font-size: 3rem;
  }
  .withBtn .text .summary {
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .withBtn .btn {
    padding: 8px 11px;
    font-size: 1.6rem;
  }
  .withBtn .btn::after {
    width: 16px;
    height: 17px;
    margin-left: 14px;
  }
  .withBtn .btn:hover {
    color: #ee063c;
    text-decoration: underline;
  }
  .withBtn.ttl--gray {
    border-top: 5px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .withBtn.ttl--blue {
    border-top: 5px solid #0043a2;
  }
  .ttl--stripeCenter {
    padding: 50px 30px 60px;
    font-size: 4.2rem;
    font-style: italic;
  }
  .ttl--stripeCenter__sub {
    margin: 11px 0 0;
    font-size: 2rem;
  }
  .pageTtl {
    padding: 25px;
  }
  .pageTtl .ttl {
    padding: 40px 50px;
    font-size: 4rem;
  }
}

/*=================================
  tab
=================================*/
.tabMenu {
  position: relative;
  display: flex;
  width: calc(100% - 7%);
  max-width: 1278px;
  margin: 0 auto -53px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

@media screen and (min-width: 767px) {
  .tabMenu {
    width: 100%;
  }
}

.tabMenu__item {
  position: relative;
  width: 100%;
  padding: 20px 0;
  font-size: 1.3rem;
  line-height: 1;
  color: #0043a2;
  text-align: center;
}

.tabMenu__item:not(.active) {
  cursor: pointer;
}

.tabMenu__item::before {
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #7a9dce;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7a9dce 0%, #0043a2 100%);
  content: "";
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a9dce', endColorstr='#0043a2',GradientType=1 );
}

.tabMenu__item:not(:first-child)::after {
  position: absolute;
  bottom: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #d1d1d1;
  content: "";
}

.tabMenu__item[data-card-color="normal"] {
  background: #f0f6ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f6ff 0%, #ffffff 100%);
  /*通常カード*/
  color: #0043a2;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f6ff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.tabMenu__item[data-card-color="normal"]::before {
  background: #7a9dce;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7a9dce 0%, #0043a2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a9dce', endColorstr='#0043a2',GradientType=1 );
  /* IE6-9 */
}

.tabMenu__item[data-card-color="gold"] {
  background: #fef7e6;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fef7e6 0%, #ffffff 100%);
  /*ゴールドカード*/
  color: #b89c5c;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e6', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.tabMenu__item[data-card-color="gold"]::before {
  background: #dacbaa;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dacbaa 0%, #b89c5c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dacbaa', endColorstr='#b89c5c',GradientType=1 );
  /* IE6-9 */
}

.tabMenu__item[data-card-color="platinum"] {
  background: #f7f7f7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
  /*プラチナカード*/
  color: #b2b2b2;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.tabMenu__item[data-card-color="platinum"]::before {
  background: #e7e7e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e7e7e7 0%, #d1d1d1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#d1d1d1',GradientType=1 );
  /* IE6-9 */
}

.tabMenu__item.active {
  background: transparent;
}

.tabMenu .menuCover {
  display: none;
}

.tabItem {
  /* IE6-9 */
  padding: 80px 0 28px;
  background: #f0f6ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f6ff 0%, #ffffff 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f6ff', endColorstr='#ffffff',GradientType=0 );
}

.tabItem .list {
  display: none;
}

.tabItem .list.show {
  display: block !important;
}

.tabItem.normal {
  background: #f0f6ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f6ff 0%, #ffffff 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f6ff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.tabItem[data-card-color="gold"] {
  background: #fef7e6;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fef7e6 0%, #ffffff 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #fef7e6', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.tabItem[data-card-color="platinum"] {
  background: #f7f7f7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #f7f7f7', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

@media screen and (min-width: 767px) {
  /*=================================
    tab
  =================================*/
  .tabMenu {
    margin: 0 auto -90px;
  }
  .tabMenu__item {
    padding: 34px 0;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .tabMenu__item::before {
    height: 8px;
  }
  .tabMenu__item:not(:first-child)::after {
    height: calc(100% - 8px);
  }
  .tabMenu__item:not(.active) {
    cursor: pointer;
  }
  .tabMenu .menuCover {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  .tabMenu .menuCover::after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-left: 17px;
    background: url(../img/icon/icon_tabswitcher.png) no-repeat center center;
    background-size: contain;
    content: "";
    transform: translateY(-50%);
  }
  .tabItem {
    max-width: 1278px;
    margin: 0 auto;
    padding: 135px 0 30px;
    box-shadow: 0px 6px 7px 0px rgba(11, 3, 6, 0.05), 0px 6px 7px 0px rgba(11, 3, 6, 0.05);
  }
  .tabItem .list.show {
    display: flex !important;
  }
}

/*=================================
  modal
=================================*/
@media screen and (max-width: 767px) {
  /*=================================
    modal
  =================================*/
}

/*=================================
  accordion
=================================*/
.js-accordion__btn {
  position: relative;
  margin-bottom: 18px;
  /* IE6-9 */
  padding: 17px 23px;
  background: #3f3f3f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3f3f3f 0%, #222222 100%);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#222222',GradientType=1 );
}

.js-accordion__btn .switcherBtn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0 20px;
  border-left: 2px solid #565656;
}

.js-accordion__btn .switcherBtn::before {
  font-family: "FontAwesome", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 55px;
  color: #f1d357;
  content: "\f067";
}

.js-accordion__btn.open {
  margin-bottom: 0;
}

.js-accordion__btn.open .switcherBtn::before {
  content: "\f068";
}

.js-accordion__btn.silver .switcherBtn::before {
  color: #a8a8a8;
}

.js-accordion__item {
  display: none;
}

/* ソート */
.sort {
  position: relative;
  z-index: 1;
}

.sort .sortList {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ccc;
  /* IE6-9 */
  border-radius: 5px;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}

.sort .sortList__item a {
  display: block;
  padding: 16px 46px 16px 15px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

.sort .sortList__item:not(:first-child) {
  display: none;
  border-top: 1px solid #efefef;
}

.sort .sortList::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 44px;
  height: 46px;
  border-left: 1px solid #fff;
  box-shadow: -1px 0 0 #ccc;
  content: "";
}

.sort .sortList::after {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 16px;
  display: inline-block;
  border-width: 10px 6px 0 6px;
  border-style: solid;
  border-color: #a8a9a8 transparent transparent transparent;
  content: "";
  cursor: pointer;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: all;
}

.sort .sortList.is-show::after {
  transform: rotate(180deg);
}

.sort .sortList:hover .sortList__item:not(:first-child) {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 767px) {
  /*=================================
    accordion
  =================================*/
  .js-accordion__btn {
    margin-bottom: 35px;
    padding: 10px 20px;
    font-size: 1.8rem;
    text-align: center;
    cursor: pointer;
  }
  .js-accordion__btn .switcherBtn {
    padding: 0 20px;
    border-left: none;
  }
  .js-accordion__btn .switcherBtn::before {
    font-size: 2.4rem;
    line-height: 56px;
  }
  /* ソート */
  .sort .sortList__item a {
    padding: 16px 54px 16px 15px;
    font-size: 1.6rem;
  }
  .sort .sortList__item a:hover {
    color: #ee063c;
    text-decoration: underline;
  }
  .sort .sortList__item:not(:first-child) {
    display: block !important;
    visibility: hidden;
    height: 0;
    opacity: 0;
  }
  .sort .sortList:hover::after {
    transform: rotate(180deg);
  }
  .sort .sortList:hover .sortList__item:not(:first-child) {
    visibility: visible;
    height: 100%;
    opacity: 1;
  }
  .sort .sortList::before {
    top: 3px;
    width: 54px;
    height: 47px;
  }
  .sort .sortList::after {
    top: 20px;
    right: 20px;
  }
}

/*=================================
  table
=================================*/
table {
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
}

table em {
  background: none;
  font-weight: 700;
}

table:not([class]) {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 28px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  font-size: 1.0rem;
}

@media screen and (min-width: 767px) {
  table:not([class]) {
    width: 100%;
  }
}

table:not([class]) th {
  padding: 6px 10px;
  border-top: 1px solid #ddd;
  background: #555;
  font-weight: 500;
  color: #fff;
  text-align: left;
}

table:not([class]) td {
  width: 50%;
  padding: 6px 10px;
  border-top: 1px solid #ddd;
}

table:not([class]) .gray {
  width: 8rem;
  background: #f0f0f0;
  color: #222;
}

table:not([class]) tr:last-child th, table:not([class]) tr:last-child td {
  border-bottom: 1px solid #ddd;
}

table.cardtable {
  width: 100%;
}

table.cardtable th {
  color: #fff;
}

table.cardtable.pink th {
  border-top: 1px solid #ddd;
  background: url(../img/bg_stripe_pink2.png) repeat left top;
  text-align: left;
  vertical-align: top;
}

table.cardtable.pink td {
  border-top: 1px solid #ddd;
  background: #fff;
}

table.cardtable.pink th, table.cardtable.pink td {
  padding: 3px 8px;
}

table.cardtable.pink tr:last-child th, table.cardtable.pink tr:last-child td {
  border-bottom: 1px solid #ddd;
}

table.cardtable.black {
  border-bottom: 1px solid #ddd;
  table-layout: fixed;
}

table.cardtable.black th {
  background: url(../img/bg_stripe_black2.png) repeat left top;
}

table.cardtable.black th .icon {
  margin-right: 4px;
}

table.cardtable.black td {
  background: #fff;
}

table.cardtable.black th, table.cardtable.black td {
  padding: 8px 0;
  text-align: center;
}

table.cardtable.black th:not(:first-child), table.cardtable.black td:not(:first-child) {
  border-left: 1px solid #ddd;
}

table.ranking {
  width: 100%;
  margin-top: 12px;
  font-size: 1.3rem;
}

table.ranking th {
  padding: 6px 10px;
  border-top: 1px solid #ddd;
  background: url(../img/bg_stripe_pink2.png) repeat left top;
  font-weight: 500;
  color: #fff;
  text-align: left;
}

table.ranking td {
  padding: 6px 10px;
  border-top: 1px solid #ddd;
}

table.ranking td img {
  width: auto;
  height: 26px;
}

table.ranking tr:first-child th, table.ranking tr:first-child td {
  border-top: none;
}

table.osusume {
  margin-top: 30px;
  margin-bottom: 30px;
}

table.osusume .cd_name, table.osusume .cd_feature {
  width: 30%;
}

table.osusume .cd_star, table.osusume .cd_fee, table.osusume .cd_rate {
  width: 13.3333%;
}

table.osusume thead th {
  padding: 15px 2px;
  background: #0043a2;
  font-size: 1.2rem;
  color: #fff;
}

table.osusume th, table.osusume td {
  padding: 15px 5px;
  border-bottom: 1px solid #c1d6fc;
  background: #f5f9ff;
  font-size: 1.1rem;
  text-align: center;
}

table.osusume th:not(:first-child), table.osusume td:not(:first-child) {
  border-left: 1px solid #c1d6fc;
}

table.osusume .img {
  position: relative;
  display: block;
  width: 84px;
  margin: 0 auto 5px;
}

table.osusume .img::before {
  position: absolute;
  top: -11px;
  left: -5px;
  display: block;
  width: 21px;
  height: 21px;
  content: "";
}

table.osusume .ttl {
  color: #0043a2;
}

table.osusume tr:nth-child(1) .img::before {
  background: url(../img/icon/icon_crown1.png) no-repeat center center;
  background-size: contain;
}

table.osusume tr:nth-child(2) .img::before {
  background: url(../img/icon/icon_crown2.png) no-repeat center center;
  background-size: contain;
}

table.osusume tr:nth-child(3) .img::before {
  background: url(../img/icon/icon_crown3.png) no-repeat center center;
  background-size: contain;
}

table.osusume .fa-star {
  margin-right: 2px;
  font-size: 1.2rem;
  color: #e3ab1c;
}

@media screen and (min-width: 767px) {
  /*=================================
    table
  =================================*/
  table:not([class]) {
    max-width: 1030px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
  table:not([class]) th {
    padding: 12px 50px;
  }
  table:not([class]) td {
    width: 50%;
    padding: 12px 50px;
    font-size: 1.6rem;
  }
  table:not([class]) .gray {
    width: 20rem;
  }
  table.cardtable.pink th, table.cardtable.pink td {
    padding: 12px 50px;
  }
  table.cardtable.black th .icon {
    margin-right: 12px;
    font-size: 2rem;
  }
  table.cardtable.black th, table.cardtable.black td {
    padding: 20px;
  }
  table.ranking {
    margin-top: 0;
    font-size: 1.8rem;
  }
  table.ranking th {
    padding: 12px 50px;
  }
  table.ranking td {
    padding: 12px 50px;
  }
  table.ranking td img {
    height: 44px;
  }
  table.osusume {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  table.osusume thead th {
    padding: 20px 10px;
    font-size: 1.8rem;
  }
  table.osusume th, table.osusume td {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
  table.osusume .ttl {
    font-size: 2rem;
  }
  table.osusume .ttl:hover {
    color: #ee063c;
    text-decoration: underline;
  }
  table.osusume .img {
    width: 130px;
  }
  table.osusume .img::before {
    top: -11px;
    left: -20px;
    width: 40px;
    height: 40px;
  }
  table.osusume .fa-star {
    margin-right: 8px;
    font-size: 1.8rem;
  }
}

/*=================================
  breadcrumb
=================================*/
.breadcrumb {
  overflow-x: scroll;
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
  padding: 22px 3.5%;
  white-space: nowrap;
}

@media screen and (min-width: 767px) {
  .breadcrumb {
    width: 100%;
  }
}

.breadcrumb ul {
  display: flex;
  align-items: center;
}

.breadcrumb ul li {
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
  color: #555;
}

.breadcrumb ul li a {
  font-size: 1.3rem;
  line-height: 1;
  color: #555;
}

.breadcrumb ul li:not(:first-child)::before {
  display: inline-block;
  margin: 0 8px;
  font-family: "FontAwesome", sans-serif;
  content: "\f105";
}

@media screen and (min-width: 767px) {
  /*=================================
    breadcrumb
  =================================*/
  .breadcrumb {
    overflow-x: initial;
    padding: 30px 25px;
    white-space: initial;
  }
  .breadcrumb ul li {
    font-size: 1.4rem;
  }
  .breadcrumb ul li a {
    font-size: 1.4rem;
  }
  .breadcrumb ul li a:hover {
    text-decoration: underline;
  }
  .breadcrumb ul li:not(:first-child)::before {
    margin: 0 10px;
  }
  .breadcrumb ul li:first-child::before {
    margin-right: 11px;
    font-family: "FontAwesome", sans-serif;
    font-size: 1.7rem;
    color: #a8a8a8;
    content: "\f015";
  }
}

/*=================================
  banner
=================================*/
.pushItem {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 43px 7% 17px;
  background: url(../img/bg_stripe_pink.png) repeat left top;
}

.pushItem .ttl {
  margin: 0 0 27px;
  font-size: 2.2rem;
  font-weight: 400;
  font-style: italic;
  color: #ee063c;
  text-align: center;
}

.pushItem .ttl .label {
  position: absolute;
  top: 0;
  left: 6%;
  max-width: 88%;
  padding: 5px 12px;
  background: #ee063c;
  font-size: 1.7rem;
  color: #ffe549;
}

.pushItem .ttl .label::before {
  position: absolute;
  top: 0;
  left: -7px;
  display: block;
  width: 15px;
  height: 100%;
  background: #ee063c;
  content: "";
  transform: skewX(-15deg);
}

.pushItem .ttl .label::after {
  position: absolute;
  top: 0;
  right: -7px;
  display: block;
  width: 15px;
  height: 100%;
  background: #ee063c;
  content: "";
  transform: skewX(-15deg);
}

.pushItem .cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pushItem .cont .ticketFace {
  width: calc(30% - 6px);
  margin-bottom: 10px;
}

.pushItem .cont .box {
  width: calc(70% - 6px);
}

.pushItem .cont .text {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.pushItem .cont .btn {
  width: 100%;
  margin-top: 15px;
}

@media screen and (min-width: 980px) {
  /*=================================
    banner
  =================================*/
  .pushItem {
    margin-top: 45px;
    margin-bottom: 40px;
    padding: 45px 2% 45px;
  }
  .pushItem__inner {
    max-width: 940px;
    margin: 0 auto;
  }
  .pushItem .ttl {
    margin: 0 0 40px;
    font-size: 4.2rem;
  }
  .pushItem .ttl .label {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: inherit;
    margin-right: 35px;
    padding: 8px 18px;
    font-size: 3rem;
    line-height: 1;
  }
  .pushItem .ttl .label::before {
    width: 20px;
    height: 46px;
  }
  .pushItem .ttl .label::after {
    width: 20px;
    height: 46px;
  }
  .pushItem .cont .ticketFace {
    width: calc(20% - 10px);
  }
  .pushItem .cont .box {
    width: calc(80% - 10px);
  }
  .pushItem .cont .text {
    font-size: 2.2rem;
    line-height: 1.636363;
  }
  .pushItem .cont .cardtable {
    font-size: 2.2rem;
    line-height: 1.636363;
  }
  .pushItem .cont .btn {
    width: calc(80% - 10px);
    max-width: inherit;
    margin-top: 20px;
    margin-left: auto;
  }
}

/*=================================
  search
=================================*/
.cardSearch__inner {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/bg_stripe_blue.png) repeat left top;
}

@media screen and (min-width: 767px) {
  .cardSearch__inner {
    width: 100%;
  }
}

.cardSearch__inner .cardSearch__table {
  padding: 18px 5% 20px;
}

.cardSearch__inner .cardSearch__table .tableWrap + .tableWrap {
  margin-top: 20px;
}

.cardSearch__inner .cardSearch__table .tableTtl {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0043a2;
}

.cardSearch__inner .cardSearch__table .tableItem .selectList {
  display: flex;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #efefef;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
  flex-wrap: wrap;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #efefef', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.cardSearch__inner .cardSearch__table .tableItem .selectList__item {
  position: relative;
  width: calc(100% / 3);
}

.cardSearch__inner .cardSearch__table .tableItem .selectList__item span {
  display: block;
  padding: 12px 8px;
  text-align: center;
}

.cardSearch__inner .cardSearch__table .tableItem .selectList__item span img {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

.cardSearch__inner .cardSearch__table .tableItem .selectList__item input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 10px;
  opacity: 0;
  transform: translateY(-50%);
}

.cardSearch__inner .cardSearch__table .tableItem .selectList__item input[type="checkbox"] + span {
  padding-left: 24px;
  background: url(../img/btn_checkbox.png) no-repeat 5px center;
  background-size: 17px auto;
}

.cardSearch__inner .cardSearch__table .tableItem .selectList__item input[type="checkbox"]:checked + span {
  background: url(../img/btn_checkbox_checked.png) no-repeat 5px center;
  background-size: 17px auto;
}

.cardSearch__inner .cardSearch__table .tableItem .selectList__item input[type="radio"] {
  position: absolute;
  top: 50%;
  left: 10px;
  opacity: 0;
  transform: translateY(-50%);
}

.cardSearch__inner .cardSearch__table .tableItem .selectList__item input[type="radio"] + span {
  padding-left: 24px;
  background: url(../img/btn_radio.png) no-repeat 5px center;
  background-size: 19px auto;
}

.cardSearch__inner .cardSearch__table .tableItem .selectList__item input[type="radio"]:checked + span {
  background: url(../img/btn_radio_checked.png) no-repeat 5px center;
  background-size: 19px auto;
}

.cardSearch__inner .cardSearch__table .tableItem .selectList__item + .selectList__item {
  border-left: 1px solid #fff;
  box-shadow: -1px 0px 0px #ccc;
}

.cardSearch__inner .cardSearch__table .tableItem .selectList.col2List .selectList__item {
  width: calc(100% / 2);
}

.cardSearch__inner .cardSearch__table .tableItem .selectList + .selectList {
  margin-top: 5px;
}

.cardSearch__inner .cardSearch__table .tableItem input[type="text"] {
  width: 100%;
  padding: 6px 9px;
  border: 1px solid #90aad9;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 0 2px #c1d6fc;
  font-size: 1.6rem;
}

.cardSearch .cardSearch__btn {
  padding: 0 5% 20px;
}

.cardSearch .cardSearch__btn .btn--submit {
  display: inline-block;
  width: 100%;
  padding: 17px 0px;
  border-radius: 5px !important;
  background: #0043a2;
  box-shadow: 0 5px 0 #002f72;
  font-family: "FontAwesome","Noto Sans JP", "源ノ角ゴシック", "Yu Gothic Medium","游ゴシック Medium","游ゴシック",YuGothic,YuGothicM,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.col2--pcOnly .colItem + .colItem {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  /*=================================
    search
  =================================*/
  .cardSearch {
    margin-top: 30px;
  }
  .cardSearch__inner {
    padding: 0 8.65%;
  }
  .cardSearch__inner .cardSearch__table {
    padding: 35px 0 30px;
  }
  .cardSearch__inner .cardSearch__table .tableWrap + .tableWrap {
    margin-top: 10px;
  }
  .cardSearch__inner .cardSearch__table .tableTtl {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .cardSearch__inner .cardSearch__table .tableItem .selectList {
    border-radius: 5px;
  }
  .cardSearch__inner .cardSearch__table .tableItem .selectList__item {
    font-weight: 400;
  }
  .cardSearch__inner .cardSearch__table .tableItem .selectList__item span img {
    max-width: 60%;
  }
  .cardSearch__inner .cardSearch__table .tableItem .selectList__item input[type="checkbox"] {
    left: 22px;
  }
  .cardSearch__inner .cardSearch__table .tableItem .selectList__item input[type="checkbox"] + span {
    padding-left: 50px;
    background: url(../img/btn_checkbox.png) no-repeat 12px center;
    background-size: 34px auto;
  }
  .cardSearch__inner .cardSearch__table .tableItem .selectList__item input[type="checkbox"]:checked + span {
    background: url(../img/btn_checkbox_checked.png) no-repeat 12px center;
    background-size: 34px auto;
  }
  .cardSearch__inner .cardSearch__table .tableItem .selectList__item input[type="radio"] {
    left: 22px;
  }
  .cardSearch__inner .cardSearch__table .tableItem .selectList__item input[type="radio"] + span {
    padding-left: 50px;
    background: url(../img/btn_radio.png) no-repeat 12px center;
    background-size: 38px auto;
  }
  .cardSearch__inner .cardSearch__table .tableItem .selectList__item input[type="radio"]:checked + span {
    background: url(../img/btn_radio_checked.png) no-repeat 12px center;
    background-size: 38px auto;
  }
  .cardSearch__inner .cardSearch__table .tableItem input[type="text"] {
    padding: 10px 16px;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #c1d6fc;
    font-size: 1.8rem;
  }
  .cardSearch .cardSearch__btn {
    max-width: 360px;
    margin: 0 auto;
    padding: 0 0 54px;
  }
  .cardSearch .cardSearch__btn .btn--submit {
    padding: 20px 0px;
    border-radius: 3px !important;
    box-shadow: 0 6px 0 #002f72;
    font-size: 2rem;
    cursor: pointer;
  }
  .col2--pcOnly {
    display: flex;
    justify-content: space-between;
  }
  .col2--pcOnly .colItem {
    width: calc((100% - 50px) / 2);
  }
  .col2--pcOnly .colItem + .colItem {
    margin-top: 0;
  }
}

/*=================================
  topPage
=================================*/
#topPage {
  margin-top: 7px;
}

#topPage .mvWrap {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  #topPage .mvWrap {
    width: 100%;
  }
}

#topPage .mvWrap .slider--mv--dots {
  display: flex;
  flex-wrap: wrap;
}

#topPage .mvWrap .slider--mv--dots .dotsItem {
  position: relative;
  width: calc(100% / 2);
  padding: 15px 5px;
  background: #222;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

#topPage .mvWrap .slider--mv--dots .dotsItem img {
  display: none;
}

#topPage .mvWrap .slider--mv--dots .dotsItem:nth-child(n + 3) {
  border-top: 1px solid #a8a9a8;
}

#topPage .mvWrap .slider--mv--dots .dotsItem:nth-child(2n) {
  border-left: 1px solid #a8a9a8;
}

#topPage .mvWrap .slider--mv--dots .dotsItem::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  opacity: 1;
}

#topPage .mvWrap .slider--mv--dots .dotsItem.thumbnail-current::after {
  opacity: 0;
}

@media screen and (min-width: 767px) {
  /*=================================
    topPage
  =================================*/
  #topPage {
    margin-top: 11px;
  }
  #topPage .mvWrap {
    margin-bottom: 30px;
  }
  #topPage .mvWrap .slider--mv--dots .dotsItem {
    width: calc(100% / 4);
    padding: 0 0 20px;
    font-size: 1.6rem;
  }
  #topPage .mvWrap .slider--mv--dots .dotsItem img {
    display: block;
    margin-bottom: 15px;
  }
  #topPage .mvWrap .slider--mv--dots .dotsItem:nth-child(n + 3) {
    border-top: none;
  }
  #topPage .mvWrap .slider--mv--dots .dotsItem:nth-child(2n) {
    border-left: none;
  }
  #topPage .newsWrap .articleNumList__item .cont {
    display: flex;
    align-items: center;
  }
  #topPage .newsWrap .articleNumList__item .cont .data {
    margin-right: 13px;
  }
}

/*=================================
  underPage
=================================*/
/* タブ内、おすすめカード */
.pickUpCard__list {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .pickUpCard__list {
    width: 100%;
  }
}

.pickUpCard__list__item {
  padding: 20px 3.5% 22px;
  border-bottom: 2px solid #ebebeb;
}

.pickUpCard__list__item .cont {
  display: flex;
  align-items: flex-start;
}

.pickUpCard__list__item .cont .thumb {
  position: relative;
  width: calc(40% - 10px);
  margin-right: 20px;
}

.pickUpCard__list__item .cont .thumb img {
  width: 100%;
  height: auto;
}

.pickUpCard__list__item .cont .thumb::before {
  position: absolute;
  top: -15px;
  left: -11px;
  display: inline-block;
  width: 35px;
  height: 35px;
  content: "";
}

.pickUpCard__list__item .cont .textWrap {
  width: calc(60% - 10px);
}

.pickUpCard__list__item .cont .textWrap .name {
  font-size: 1.6rem;
  color: #0043a2;
}

.pickUpCard__list__item .cont .textWrap .text {
  font-size: 1.4rem;
  font-weight: 400;
}

.pickUpCard__list__item .cont .textWrap .btn {
  display: none;
}

.pickUpCard__list__item:nth-child(1) .cont .thumb::before {
  background: url(../img/icon/icon_crown1.png) no-repeat center center;
  background-size: contain;
}

.pickUpCard__list__item:nth-child(2) .cont .thumb::before {
  background: url(../img/icon/icon_crown2.png) no-repeat center center;
  background-size: contain;
}

.pickUpCard__list__item:nth-child(3) .cont .thumb::before {
  background: url(../img/icon/icon_crown3.png) no-repeat center center;
  background-size: contain;
}

/*カード選びのポイント*/
.cardSelectPoint {
  margin: 15px 0 20px;
}

.cardSelectPoint__inner .cardList {
  display: flex;
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
  .cardSelectPoint__inner .cardList {
    width: 100%;
  }
}

.cardSelectPoint__inner .cardList__item {
  display: flex;
  flex-direction: row-reverse;
  width: calc(100% / 2);
  padding: 12px 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  justify-content: flex-end;
  align-items: center;
}

.cardSelectPoint__inner .cardList__item:nth-child(2n) {
  border-right: none;
}

.cardSelectPoint__inner .cardList__item .ttl {
  width: calc(60% - 4px);
  font-size: 1.3rem;
  font-weight: 500;
  color: #0043a2;
}

.cardSelectPoint__inner .cardList__item .ticketFace {
  width: calc(40% - 4px);
  margin-right: 5px;
}

.cardSelectPoint__inner .cardList__item .btn--blue {
  display: none;
}

/* ピックアップ記事 */
.pickUpArticle__ttl {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 3.5%;
  border-bottom: 4px solid #333;
  background: #f0f0f0;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}

@media screen and (min-width: 767px) {
  .pickUpArticle__ttl {
    width: 100%;
  }
}

/*ナンバリング記事リスト*/
.articleNum {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .articleNum {
    width: 100%;
  }
}

.articleNumList__item {
  display: flex;
  padding: 16px 11px;
  border-bottom: 1px solid #ddd;
  align-items: flex-start;
}

.articleNumList__item .thumb {
  position: relative;
  width: 140px;
  margin-right: 10px;
}

.articleNumList__item .thumb::before {
  position: absolute;
  top: -10px;
  left: -8px;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
}

.articleNumList__item .thumb.cont {
  width: calc(100% - 150px);
}

.articleNumList__item .cont {
  width: 100%;
}

.articleNumList__item .cont .data .date {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #a8a9a8;
  vertical-align: middle;
}

.articleNumList__item .cont .data .tag {
  display: inline-block;
  margin-left: 6px;
  padding: 0 5px;
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
}

.articleNumList__item .cont .data .tag.red {
  background: #ee063c;
}

.articleNumList__item .cont .data .tag.orange {
  background: #ff971d;
}

.articleNumList__item .cont .data .tag.green {
  background: #0ab288;
}

.articleNumList__item .cont .ttl {
  font-size: 1.4rem;
  font-weight: 400;
  color: #0043a2;
}

.articleNumList__item .cont .ttl a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #0043a2;
}

.articleNumList__item:nth-child(2n - 1) {
  background: #fafafa;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fafafa 1%, #efefef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=1 );
  /* IE6-9 */
}

.articleNumList__item:nth-child(1) .thumb::before {
  background: url(../img/icon/icon_ranking1.png) no-repeat center center;
  background-size: contain;
}

.articleNumList__item:nth-child(2) .thumb::before {
  background: url(../img/icon/icon_ranking2.png) no-repeat center center;
  background-size: contain;
}

.articleNumList__item:nth-child(3) .thumb::before {
  background: url(../img/icon/icon_ranking3.png) no-repeat center center;
  background-size: contain;
}

.articleNum .btn {
  margin: 25px 3.5% 0;
  text-align: right;
}

.articleNum .btn a {
  display: inline-block;
  padding: 8px 7px;
  border: 2px solid #0043a2;
  font-size: 1.2rem;
  color: #0043a2;
}

.articleNum .btn a::after {
  display: inline-block;
  width: 13px;
  height: 14px;
  margin-left: 8px;
  background: url(../img/icon/icon_arrow_r.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

/* 商標ページ */
.trademarkWrap {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .trademarkWrap {
    width: 100%;
  }
}

.trademarkWrap .cardMainInfo {
  padding: 17px 3.5% 20px;
  background: #ffedf1;
}

.trademarkWrap .cardMainInfo .basicInfo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.trademarkWrap .cardMainInfo .basicInfo .ticketFace {
  width: calc(40% - 7px);
}

.trademarkWrap .cardMainInfo .basicInfo .cardtable {
  width: calc(60% - 7px);
}

.trademarkWrap .cardMainInfo .special {
  margin: 15px 0;
  padding: 12px 30px 12px 3.5%;
  border: 2px solid #ee063c;
  background: url(../img/icon/icon_arrow_r_pink.png) no-repeat right 12px center, #fff;
  background-size: 13px 14px;
}

.trademarkWrap .cardMainInfo .special .text {
  font-size: 1.3rem;
  color: #ee063c;
}

/* カードページ */
.cardListWrap {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .cardListWrap {
    width: 100%;
  }
}

.cardListWrap .resultsText {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 28px;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}

.cardListWrap .resultsText .num {
  margin: 0 5px;
  color: #ee063c;
}

.cardListWrap .resultsText::before {
  margin-right: 7px;
  font-family: "FontAwesome", sans-serif;
  content: "\f09d";
}

.cardListWrap .resultsText::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  border-width: 12px 33px 0 33px;
  border-style: solid;
  border-color: #a8a8a8 transparent transparent transparent;
  content: "";
  transform: translateX(-50%);
}

.cardListWrap .sort {
  width: 70%;
  max-width: 250px;
  min-height: 48px;
  margin: 0 auto 23px;
}

.cardListWrap .cardListBox {
  margin-bottom: 10px;
}

.cardListWrap .cardListBox .cardList__item {
  position: relative;
  padding: 20px 5.5%;
  border: 2px solid #c5defb;
  background: #fff;
}

.cardListWrap .cardListBox .cardList__item .headText {
  width: calc(100% - 10em);
  min-height: 5.5em;
  margin: 0 0 0 auto;
}

.cardListWrap .cardListBox .cardList__item .headText .ttl a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1875;
  color: #0043a2;
}

.cardListWrap .cardListBox .cardList__item .headText .summary {
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.384615;
}

.cardListWrap .cardListBox .cardList__item .cardInfo .thumb {
  position: absolute;
  top: 20px;
  left: 5.5%;
  height: 5.5em;
}

.cardListWrap .cardListBox .cardList__item .cardInfo .thumb img {
  width: auto;
  height: 100%;
}

.cardListWrap .cardListBox .cardList__item .cardInfo .tableInfo {
  width: 100%;
  margin-top: 22px;
}

.cardListWrap .cardListBox .cardList__item .cardInfo .tableInfo th, .cardListWrap .cardListBox .cardList__item .cardInfo .tableInfo td {
  padding: 4px 0;
  border: 1px solid #c5defb;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}

.cardListWrap .cardListBox .cardList__item .cardInfo .tableInfo th img, .cardListWrap .cardListBox .cardList__item .cardInfo .tableInfo td img {
  width: auto;
  height: 24px;
}

.cardListWrap .cardListBox .cardList__item .cardInfo .tableInfo th {
  background: url(../img/bg_stripe_blue.png) repeat left top;
}

.cardListWrap .cardListBox .cardList__item .cardInfo .tableInfo td {
  background: #fff;
}

.cardListWrap .cardListBox .cardList__item .checkList {
  margin-top: 17px;
}

.cardListWrap .cardListBox .cardList__item .checkList__item {
  position: relative;
  padding: 0 0 7px 20px;
  border-bottom: 1px solid #383838;
  font-size: 1.3rem;
  line-height: 1.15384;
}

.cardListWrap .cardListBox .cardList__item .checkList__item::before {
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "FontAwesome", sans-serif;
  color: #0043a2;
  content: "\f14a";
}

.cardListWrap .cardListBox .cardList__item .checkList__item + .checkList__item {
  margin-top: 10px;
}

.cardListWrap .cardListBox .cardList__item .btn2col {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.cardListWrap .cardListBox .cardList__item .btn2col > * {
  width: calc((100% - 15px) / 2);
}

.cardListWrap .cardListBox .cardList__item + .cardList__item {
  margin-top: 13px;
}

/* ランキングページ */
.kvWrap--ranking {
  position: relative;
  overflow: hidden;
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 0 20px 20px;
}

@media screen and (min-width: 767px) {
  .kvWrap--ranking {
    width: 100%;
  }
}

.kvWrap--ranking::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_stripe_pink2.png) repeat left top;
  content: "";
  mix-blend-mode: multiply;
}

.kvWrap--ranking .ticketFace {
  position: absolute;
  top: 50%;
  left: calc(100% - 130px);
  width: auto;
  height: 80%;
  transform: translateY(-50%);
}

.kvWrap--ranking .kvTtl {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.323529;
  color: #fff;
  text-align: center;
}

.kvWrap--ranking .label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 7px 13px;
  background: #ffedf1;
  font-size: 1.3rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: #303030;
}

.kvWrap--ranking .label::before {
  position: absolute;
  top: 0;
  right: -5px;
  width: 10px;
  height: 28px;
  background: #ffedf1;
  content: "";
  transform: skewX(-15deg);
}

.kvWrap--ranking .label::after {
  margin-left: 5px;
  font-family: "FontAwesome", sans-serif;
  color: #303030;
  content: "\f0a4";
}

/* 記事一覧ページ */
.articleWrap__inner {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .articleWrap__inner {
    width: 100%;
  }
}

.articleWrap__inner .articleList {
  border-top: 2px solid #ddd;
}

.articleWrap__inner .articleList__item {
  display: flex;
  padding: 16px 11px;
  border-bottom: 2px solid #ddd;
  align-items: flex-start;
}

.articleWrap__inner .articleList__item .thumb {
  position: relative;
  width: 140px;
  margin-right: 10px;
}

.articleWrap__inner .articleList__item .thumb .rankingNum {
  position: absolute;
  top: -7px;
  left: -9px;
  width: 25px;
  padding: 2px 0;
  border-radius: 50px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  color: #a3a3a3;
  text-align: center;
}

.articleWrap__inner .articleList__item .thumb .rankingNum.gold {
  background: #f1d90d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f1d90d 0%, #f5b716 100%);
  color: #fff;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d90d', endColorstr='#f5b716',GradientType=0 );
  /* IE6-9 */
}

.articleWrap__inner .articleList__item .thumb .rankingNum.silver {
  background: #e5e5e5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5e5e5 0%, #c1c1c1 100%);
  color: #fff;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#c1c1c1',GradientType=0 );
  /* IE6-9 */
}

.articleWrap__inner .articleList__item .thumb .rankingNum.bronze {
  background: #eecbb2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eecbb2 0%, #a46d46 100%);
  color: #fff;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eecbb2', endColorstr='#a46d46',GradientType=0 );
  /* IE6-9 */
}

.articleWrap__inner .articleList__item .thumb.cont {
  width: calc(100% - 150px);
}

.articleWrap__inner .articleList__item .cont {
  width: 100%;
}

.articleWrap__inner .articleList__item .cont .ttl {
  font-size: 1.4rem;
  font-weight: 400;
  color: #0043a2;
}

.articleWrap__inner .articleList__item .cont .ttl a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #0043a2;
}

.articleWrap__inner .articleList__item .cont .summary {
  margin-top: 5px;
  font-size: 1.3rem;
  color: #a8a9a8;
}

.articleWrap__inner .articleList__item:nth-child(2n - 1) {
  background: #efefef;
}

.articleWrap .pagenation {
  margin: 27px auto;
}

.articleWrap .pagenation .pager {
  display: flex;
  justify-content: center;
}

.articleWrap .pagenation .pager li a {
  display: block;
  width: 48px;
  background: #efefef;
  box-shadow: 0 3px 0 #999;
  font-family: "Roboto","FontAwesome","Noto Sans JP", "源ノ角ゴシック", "Yu Gothic Medium","游ゴシック Medium","游ゴシック",YuGothic,YuGothicM,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 48px;
  color: #222;
  text-align: center;
}

.articleWrap .pagenation .pager li span {
  display: block;
  width: 48px;
  background: #efefef;
  box-shadow: 0 3px 0 #999;
  font-family: "Roboto","FontAwesome","Noto Sans JP", "源ノ角ゴシック", "Yu Gothic Medium","游ゴシック Medium","游ゴシック",YuGothic,YuGothicM,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 48px;
  color: #a8a8a8;
  text-align: center;
}

.articleWrap .pagenation .pager li:first-child a {
  overflow: hidden;
  border-radius: 3px 0 0 3px;
}

.articleWrap .pagenation .pager li:first-child span {
  overflow: hidden;
  border-radius: 3px 0 0 3px;
}

.articleWrap .pagenation .pager li:last-child a {
  overflow: hidden;
  border-radius: 0 3px 3px 0;
}

.articleWrap .pagenation .pager li:last-child span {
  overflow: hidden;
  border-radius: 0 3px 3px 0;
}

.articleWrap .pagenation .pager li + li a, .articleWrap .pagenation .pager li + li span {
  border-left: 1px solid #dcdcdc;
}

/* singlePage */
.l-single {
  margin-bottom: 46px;
}

.l-single .tocWrap {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .l-single .tocWrap {
    width: 100%;
  }
}

.l-single .tocWrap .js-accordion__btn {
  margin-bottom: 0;
  text-align: center;
}

.l-single .tocWrap .tocItem {
  display: block;
  padding: 16px 14px;
  background: #f3f3f3;
}

.l-single .tocWrap .tocItem .tocList__item a {
  position: relative;
  display: block;
  padding-left: 18px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #0043a2;
}

.l-single .tocWrap .tocItem .tocList__item a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: "FontAwesome", sans-serif;
  color: #242424;
  text-decoration: none;
  content: "\f14a";
}

.l-single .tocWrap .tocItem .tocList__item + .tocList__item {
  margin-top: 20px;
}

.l-single__inner > p {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3.5%;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  .l-single__inner > p {
    width: 100%;
  }
}

.l-single__inner > h2 {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 30px 3.5%;
  background: url(../img/bg_stripe_black.png) repeat left top;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2272;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .l-single__inner > h2 {
    width: 100%;
  }
}

.l-single__inner > h3 {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 35px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  padding: 20px 3.5%;
  border-bottom: 4px solid #333;
  background: #f0f0f0;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}

@media screen and (min-width: 767px) {
  .l-single__inner > h3 {
    width: 100%;
  }
}

.l-single__inner > h3 + .pickUpCard {
  margin-top: -18px;
}

.l-single__inner > h4 {
  position: relative;
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  padding: 4px 3.5% 4px 7%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0043a2;
}

@media screen and (min-width: 767px) {
  .l-single__inner > h4 {
    width: 100%;
  }
}

.l-single__inner > h4::before {
  position: absolute;
  top: 5px;
  left: 3.5%;
  display: block;
  width: 5px;
  height: 20px;
  background: #333;
  content: "";
}

.l-single__inner > h5 {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .l-single__inner > h5 {
    width: 100%;
  }
}

.l-single__inner > h2 + h3 {
  margin-top: -35px;
}

.l-single__inner > img {
  display: block;
  max-width: calc(100% - 7%);
  margin: 15px auto 20px;
}

.l-single__inner > table {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .l-single__inner > table {
    width: 100%;
  }
}

.l-single__inner > ul {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 20px 3.5%;
  background: url(../img/bg_stripe_blue.png) repeat left top;
}

@media screen and (min-width: 767px) {
  .l-single__inner > ul {
    width: 100%;
  }
}

.l-single__inner > ul li {
  position: relative;
  padding-left: 18px;
  font-weight: 500;
}

.l-single__inner > ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0043a2;
  content: "";
}

.l-single__inner > ul li + li {
  margin-top: 15px;
}

.l-single__inner > ol {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 20px 3.5%;
  background: url(../img/bg_stripe_blue.png) repeat left top;
  counter-reset: listNum;
}

@media screen and (min-width: 767px) {
  .l-single__inner > ol {
    width: 100%;
  }
}

.l-single__inner > ol li {
  position: relative;
  padding-left: 28px;
  font-weight: 500;
}

.l-single__inner > ol li::before {
  position: absolute;
  top: 2px;
  left: 0;
  padding: 3px 6px 4px 7px;
  border-radius: 50%;
  background: #0043a2;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  content: counter(listNum);
  counter-increment: listNum;
}

.l-single__inner > ol li + li {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .l-single__inner > p {
    font-size: 1.8rem;
    line-height: 2;
  }
  .l-single__inner > h2 {
    width: calc(100% + 100px);
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: -50px;
    padding: 37px 45px;
    font-size: 3rem;
  }
  .l-single__inner > h3 {
    margin-top: 55px;
    margin-bottom: 36px;
    padding: 20px 0;
    border-bottom: 1px solid #222;
    background: transparent;
    font-size: 2.6rem;
  }
  .l-single__inner > h3 + .pickUpCard {
    margin-top: -36px;
  }
  .l-single__inner > h4 {
    margin-top: 15px;
    margin-bottom: 17px;
    padding: 17px 18px;
    background: #fafafa;
    font-size: 2.2rem;
    color: #333;
  }
  .l-single__inner > h4::before {
    content: none;
  }
  .l-single__inner > h5 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .l-single__inner > h2 + h3 {
    margin-top: 0;
  }
  .l-single__inner > img {
    max-width: 100%;
    margin: 15px auto 20px;
  }
  .l-single__inner > ul {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 37px 3.5%;
  }
  .l-single__inner > ul li {
    padding-left: 24px;
  }
  .l-single__inner > ul li::before {
    top: 14px;
    width: 10px;
    height: 10px;
  }
  .l-single__inner > ul li + li {
    margin-top: 18px;
  }
  .l-single__inner > ol {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 37px 3.5%;
  }
  .l-single__inner > ol li {
    padding-left: 40px;
  }
  .l-single__inner > ol li::before {
    top: 7px;
    padding: 4px 9px 5px 7px;
    font-size: 1.6rem;
  }
  .l-single__inner > ol li + li {
    margin-top: 18px;
  }
}

.l-single__inner .col2 {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 0 3.5%;
}

@media screen and (min-width: 767px) {
  .l-single__inner .col2 {
    width: 100%;
  }
}

.l-single__inner .col2 .rightItem {
  float: right;
}

.l-single__inner .col2 .leftItem {
  float: left;
}

.l-single__inner .col2 > * {
  width: 100%;
}

.l-single__inner .col2 > img {
  width: 162px;
}

.l-single__inner .col2 > img + * {
  width: calc(100% - 174px);
}

.l-single__inner .faq .q {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 35px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  padding: 20px 3.5%;
  border-bottom: 4px solid #333;
  background: #f0f0f0;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}

@media screen and (min-width: 767px) {
  .l-single__inner .faq .q {
    width: 100%;
  }
}

.l-single__inner .faq .q .icon {
  margin-right: 7px;
  font-size: 1.8rem;
}

.l-single__inner .faq .a {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3.5%;
}

@media screen and (min-width: 767px) {
  .l-single__inner .faq .a {
    width: 100%;
  }
}

.l-single__inner .faq .a .icon {
  margin-right: 7px;
  font-size: 1.8rem;
  color: #ee063c;
}

.l-single__inner h2 + .faq {
  margin-top: -35px;
}

.l-single__inner .box--red {
  width: calc(100% - 14%);
  margin: 10px auto 18px;
  padding: 9px 3.5%;
  border: 2px solid #f6c8d2;
  background: #ffedf1;
}

.l-single__inner .box--gray {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  padding: 17px 6%;
  background: #efefef;
}

@media screen and (min-width: 767px) {
  .l-single__inner .box--gray {
    width: 100%;
  }
}

.l-single__inner .box--pinkBd {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 20px 26px;
  background: url(../img/bg_stripe_pink.png) repeat left top;
}

@media screen and (min-width: 767px) {
  .l-single__inner .box--pinkBd {
    width: 100%;
  }
}

.l-single__inner .box--pinkBd .btnWrap {
  margin: 8px auto 0;
}

.l-single__inner .box--pinkBd * + .btnWrap {
  margin: 20px auto 0;
}

.l-single__inner .box--step {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5.5% 0;
}

@media screen and (min-width: 767px) {
  .l-single__inner .box--step {
    width: 100%;
  }
}

.l-single__inner .box--step .stepList {
  margin-top: 27px;
}

.l-single__inner .box--step .stepList__item {
  position: relative;
  padding: 15px 12px 15px 73px;
  border: 2px solid #f6c8d2;
  background: #ffedf1;
}

.l-single__inner .box--step .stepList__item .stepNum {
  position: absolute;
  top: 50%;
  left: 12px;
  padding: 3px 4px;
  background: #ee063c;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  transform: translateY(-50%);
}

.l-single__inner .box--step .stepList__item + .stepList__item {
  margin-top: 27px;
}

.l-single__inner .box--step .stepList__item + .stepList__item::before {
  position: absolute;
  top: -20px;
  left: 50%;
  display: inline-block;
  border-width: 12px 36px 0 36px;
  border-style: solid;
  border-color: #ee063c transparent transparent transparent;
  content: "";
  transform: translateX(-50%);
}

.l-single__inner .box--ranking .ticketFace {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 12px;
}

.l-single__inner .box--ranking .campaign .ttl {
  margin: 30px 0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: #ee063c;
  text-align: center;
}

.l-single__inner .box--ranking .campaign .ttl::before {
  margin-right: 5px;
  font-family: "FontAwesome", sans-serif;
  content: "\f219";
}

.l-single__inner .box--ranking .campaign .campaignList {
  counter-reset: campaignNum;
}

.l-single__inner .box--ranking .campaign .campaignList__item {
  position: relative;
  padding: 13px 26px 13px 43px;
  border: 2px solid #ee063c;
  background: #fff;
  font-weight: 500;
}

.l-single__inner .box--ranking .campaign .campaignList__item::before {
  position: absolute;
  top: 11px;
  left: 6px;
  display: inline-block;
  padding: 2px 5px;
  background: #ffedf4;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ee063c;
  content: "0" counter(campaignNum);
  counter-increment: campaignNum;
}

.l-single__inner .box--ranking .campaign .campaignList__item + .campaignList__item {
  margin-top: 10px;
}

.l-single__inner .box--point {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .l-single__inner .box--point {
    width: 100%;
  }
}

.l-single__inner .box--point .ttl {
  padding: 25px 6%;
  background: url(../img/bg_pointTtl.jpg) no-repeat center center;
  background-size: cover;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.l-single__inner .box--point .pointList {
  padding: 15px 6% 20px;
  background: #ffd9ad;
  counter-reset: pointNum;
}

.l-single__inner .box--point .pointList__item {
  position: relative;
  box-sizing: border-box;
  padding: 9px 10px 12px 47px;
  border: 2px dashed rgba(252, 150, 85, 0);
  background: #fff6eb;
  font-size: 1.5rem;
  font-weight: 500;
}

.l-single__inner .box--point .pointList__item::before {
  position: absolute;
  top: 50%;
  left: 9px;
  display: inline-block;
  padding: 4px 7px;
  background: #222;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  content: "0" counter(pointNum);
  counter-increment: pointNum;
  transform: translateY(-50%);
}

.l-single__inner .box--point .pointList__item + .pointList__item {
  margin-top: 6px;
}

@media screen and (min-width: 767px) {
  .l-single__inner .col2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .l-single__inner .col2 > img {
    width: 240px;
  }
  .l-single__inner .col2 > img + * {
    width: calc(100% - 270px);
  }
  .l-single__inner .faq .q {
    margin-bottom: 25px;
    font-size: 2.6rem;
  }
  .l-single__inner .faq .q .icon {
    margin-right: 14px;
    font-size: 3rem;
  }
  .l-single__inner .faq .a .icon {
    margin-right: 14px;
    font-size: 3rem;
  }
  .l-single__inner h2 + .faq {
    margin-top: 0;
  }
  .l-single__inner .box--red {
    margin: 30px auto 18px;
    padding: 14px 3.5%;
  }
  .l-single__inner .box--gray {
    margin-bottom: 40px;
    padding: 35px 3.5%;
  }
  .l-single__inner .box--pinkBd {
    padding: 40px 3.5% 50px;
  }
  .l-single__inner .box--pinkBd * + .btnWrap {
    margin: 40px auto 0;
  }
  .l-single__inner .box--step .stepList {
    margin-top: 50px;
  }
  .l-single__inner .box--step .stepList__item {
    padding: 25px 20px 25px 120px;
    border: 4px solid #f6c8d2;
    font-weight: 500;
  }
  .l-single__inner .box--step .stepList__item .stepNum {
    left: 20px;
    padding: 5px 10px;
    font-size: 1.8rem;
  }
  .l-single__inner .box--step .stepList__item + .stepList__item {
    margin-top: 40px;
  }
  .l-single__inner .box--step .stepList__item + .stepList__item::before {
    top: -30px;
  }
  .l-single__inner .box--ranking .topItem {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .l-single__inner .box--ranking .ticketFace {
    width: calc(30% - 15px);
    margin: 0;
  }
  .l-single__inner .box--ranking table.ranking {
    width: calc(70% - 15px);
  }
  .l-single__inner .box--ranking .campaign .ttl {
    margin: 60px 0 40px;
    font-size: 2.4rem;
  }
  .l-single__inner .box--ranking .campaign .ttl::before {
    margin-right: 8px;
  }
  .l-single__inner .box--ranking .campaign .campaignList__item {
    padding: 20px 30px 20px 80px;
    border: 4px solid #ee063c;
  }
  .l-single__inner .box--ranking .campaign .campaignList__item::before {
    top: 50%;
    left: 15px;
    padding: 3px 13px;
    font-size: 2.2rem;
    transform: translateY(-50%);
  }
  .l-single__inner .box--ranking .campaign .campaignList__item + .campaignList__item {
    margin-top: 6px;
  }
  .l-single__inner .box--point {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .l-single__inner .box--point .ttl {
    padding: 50px 3.5%;
    font-size: 3.2rem;
  }
  .l-single__inner .box--point .pointList {
    padding: 30px 3.5% 30px;
  }
  .l-single__inner .box--point .pointList__item {
    padding: 20px 30px 20px 80px;
    font-size: 1.8rem;
    transition-timing-function: ease-out;
    transition-duration: 0.2s;
    transition-property: all;
  }
  .l-single__inner .box--point .pointList__item::before {
    left: 15px;
    padding: 3px 13px;
    font-size: 2.2rem;
    transition-timing-function: ease-out;
    transition-duration: 0.2s;
    transition-property: all;
  }
  .l-single__inner .box--point .pointList__item + .pointList__item {
    margin-top: 6px;
  }
  .l-single__inner .box--point .pointList__item:hover {
    border: 2px dashed #fc9655;
    background: #fff;
  }
  .l-single__inner .box--point .pointList__item:hover::before {
    left: 15px;
    padding: 3px 13px;
    background: #f98e11;
    font-size: 2.2rem;
  }
}

/* 記事詳細ページ */
.singlePageWrap .kvWrap {
  position: relative;
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .singlePageWrap .kvWrap {
    width: 100%;
  }
}

.singlePageWrap .kvWrap img {
  width: 100%;
  height: auto;
}

.singlePageWrap .kvWrap .kvTtl {
  width: 100%;
  padding: 24px 18px;
  background: url(../img/bg_stripe_blue3.png) repeat left top;
  font-size: 2.3rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.17391;
  color: #fff;
}

.singlePageWrap .tocWrap {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .singlePageWrap .tocWrap {
    width: 100%;
  }
}

.singlePageWrap .tocWrap .js-accordion__btn {
  margin-bottom: 0;
  text-align: center;
}

.singlePageWrap .tocWrap .tocItem {
  display: block;
  padding: 16px 14px;
  background: #f3f3f3;
}

.singlePageWrap .tocWrap .tocItem .tocList__item a {
  position: relative;
  display: block;
  padding-left: 18px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #0043a2;
}

.singlePageWrap .tocWrap .tocItem .tocList__item a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: "FontAwesome", sans-serif;
  color: #242424;
  text-decoration: none;
  content: "\f14a";
}

.singlePageWrap .tocWrap .tocItem .tocList__item + .tocList__item {
  margin-top: 20px;
}

.singlePageWrap__inner > p {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3.5%;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner > p {
    width: 100%;
  }
}

.singlePageWrap__inner > h2 {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 30px 3.5%;
  background: url(../img/bg_stripe_black.png) repeat left top;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2272;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner > h2 {
    width: 100%;
  }
}

.singlePageWrap__inner > h3 {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 35px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  padding: 20px 3.5%;
  border-bottom: 4px solid #333;
  background: #f0f0f0;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner > h3 {
    width: 100%;
  }
}

.singlePageWrap__inner > h3 + .pickUpCard {
  margin-top: -18px;
}

.singlePageWrap__inner > h4 {
  position: relative;
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  padding: 4px 3.5% 4px 7%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0043a2;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner > h4 {
    width: 100%;
  }
}

.singlePageWrap__inner > h4::before {
  position: absolute;
  top: 5px;
  left: 3.5%;
  display: block;
  width: 5px;
  height: 20px;
  background: #333;
  content: "";
}

.singlePageWrap__inner > h5 {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner > h5 {
    width: 100%;
  }
}

.singlePageWrap__inner > h2 + h3 {
  margin-top: -35px;
}

.singlePageWrap__inner > img {
  display: block;
  max-width: calc(100% - 7%);
  margin: 15px auto 20px;
}

.singlePageWrap__inner > table {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner > table {
    width: 100%;
  }
}

.singlePageWrap__inner > ul {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 20px 3.5%;
  background: url(../img/bg_stripe_blue.png) repeat left top;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner > ul {
    width: 100%;
  }
}

.singlePageWrap__inner > ul li {
  position: relative;
  padding-left: 18px;
  font-weight: 500;
}

.singlePageWrap__inner > ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0043a2;
  content: "";
}

.singlePageWrap__inner > ul li + li {
  margin-top: 15px;
}

.singlePageWrap__inner > ol {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 20px 3.5%;
  background: url(../img/bg_stripe_blue.png) repeat left top;
  counter-reset: listNum;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner > ol {
    width: 100%;
  }
}

.singlePageWrap__inner > ol li {
  position: relative;
  padding-left: 28px;
  font-weight: 500;
}

.singlePageWrap__inner > ol li::before {
  position: absolute;
  top: 2px;
  left: 0;
  padding: 3px 6px 4px 7px;
  border-radius: 50%;
  background: #0043a2;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  content: counter(listNum);
  counter-increment: listNum;
}

.singlePageWrap__inner > ol li + li {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner > p {
    font-size: 1.8rem;
    line-height: 2;
  }
  .singlePageWrap__inner > h2 {
    width: calc(100% + 100px);
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: -50px;
    padding: 37px 45px;
    font-size: 3rem;
  }
  .singlePageWrap__inner > h3 {
    margin-top: 55px;
    margin-bottom: 36px;
    padding: 20px 0;
    border-bottom: 1px solid #222;
    background: transparent;
    font-size: 2.6rem;
  }
  .singlePageWrap__inner > h3 + .pickUpCard {
    margin-top: -36px;
  }
  .singlePageWrap__inner > h4 {
    margin-top: 15px;
    margin-bottom: 17px;
    padding: 17px 18px;
    background: #fafafa;
    font-size: 2.2rem;
    color: #333;
  }
  .singlePageWrap__inner > h4::before {
    content: none;
  }
  .singlePageWrap__inner > h5 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .singlePageWrap__inner > h2 + h3 {
    margin-top: 0;
  }
  .singlePageWrap__inner > img {
    max-width: 100%;
    margin: 15px auto 20px;
  }
  .singlePageWrap__inner > ul {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 37px 3.5%;
  }
  .singlePageWrap__inner > ul li {
    padding-left: 24px;
  }
  .singlePageWrap__inner > ul li::before {
    top: 14px;
    width: 10px;
    height: 10px;
  }
  .singlePageWrap__inner > ul li + li {
    margin-top: 18px;
  }
  .singlePageWrap__inner > ol {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 37px 3.5%;
  }
  .singlePageWrap__inner > ol li {
    padding-left: 40px;
  }
  .singlePageWrap__inner > ol li::before {
    top: 7px;
    padding: 4px 9px 5px 7px;
    font-size: 1.6rem;
  }
  .singlePageWrap__inner > ol li + li {
    margin-top: 18px;
  }
}

.singlePageWrap__inner .col2 {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 0 3.5%;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner .col2 {
    width: 100%;
  }
}

.singlePageWrap__inner .col2 .rightItem {
  float: right;
}

.singlePageWrap__inner .col2 .leftItem {
  float: left;
}

.singlePageWrap__inner .col2 > * {
  width: 100%;
}

.singlePageWrap__inner .col2 > img {
  width: 162px;
}

.singlePageWrap__inner .col2 > img + * {
  width: calc(100% - 174px);
}

.singlePageWrap__inner .faq .q {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 35px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  padding: 20px 3.5%;
  border-bottom: 4px solid #333;
  background: #f0f0f0;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner .faq .q {
    width: 100%;
  }
}

.singlePageWrap__inner .faq .q .icon {
  margin-right: 7px;
  font-size: 1.8rem;
}

.singlePageWrap__inner .faq .a {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3.5%;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner .faq .a {
    width: 100%;
  }
}

.singlePageWrap__inner .faq .a .icon {
  margin-right: 7px;
  font-size: 1.8rem;
  color: #ee063c;
}

.singlePageWrap__inner h2 + .faq {
  margin-top: -35px;
}

.singlePageWrap__inner .box--red {
  width: calc(100% - 14%);
  margin: 10px auto 18px;
  padding: 9px 3.5%;
  border: 2px solid #f6c8d2;
  background: #ffedf1;
}

.singlePageWrap__inner .box--gray {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  padding: 17px 6%;
  background: #efefef;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner .box--gray {
    width: 100%;
  }
}

.singlePageWrap__inner .box--pinkBd {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 20px 26px;
  background: url(../img/bg_stripe_pink.png) repeat left top;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner .box--pinkBd {
    width: 100%;
  }
}

.singlePageWrap__inner .box--pinkBd .btnWrap {
  margin: 8px auto 0;
}

.singlePageWrap__inner .box--pinkBd * + .btnWrap {
  margin: 20px auto 0;
}

.singlePageWrap__inner .box--step {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5.5% 0;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner .box--step {
    width: 100%;
  }
}

.singlePageWrap__inner .box--step .stepList {
  margin-top: 27px;
}

.singlePageWrap__inner .box--step .stepList__item {
  position: relative;
  padding: 15px 12px 15px 73px;
  border: 2px solid #f6c8d2;
  background: #ffedf1;
}

.singlePageWrap__inner .box--step .stepList__item .stepNum {
  position: absolute;
  top: 50%;
  left: 12px;
  padding: 3px 4px;
  background: #ee063c;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  transform: translateY(-50%);
}

.singlePageWrap__inner .box--step .stepList__item + .stepList__item {
  margin-top: 27px;
}

.singlePageWrap__inner .box--step .stepList__item + .stepList__item::before {
  position: absolute;
  top: -20px;
  left: 50%;
  display: inline-block;
  border-width: 12px 36px 0 36px;
  border-style: solid;
  border-color: #ee063c transparent transparent transparent;
  content: "";
  transform: translateX(-50%);
}

.singlePageWrap__inner .box--ranking .ticketFace {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 12px;
}

.singlePageWrap__inner .box--ranking .campaign .ttl {
  margin: 30px 0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: #ee063c;
  text-align: center;
}

.singlePageWrap__inner .box--ranking .campaign .ttl::before {
  margin-right: 5px;
  font-family: "FontAwesome", sans-serif;
  content: "\f219";
}

.singlePageWrap__inner .box--ranking .campaign .campaignList {
  counter-reset: campaignNum;
}

.singlePageWrap__inner .box--ranking .campaign .campaignList__item {
  position: relative;
  padding: 13px 26px 13px 43px;
  border: 2px solid #ee063c;
  background: #fff;
  font-weight: 500;
}

.singlePageWrap__inner .box--ranking .campaign .campaignList__item::before {
  position: absolute;
  top: 11px;
  left: 6px;
  display: inline-block;
  padding: 2px 5px;
  background: #ffedf4;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ee063c;
  content: "0" counter(campaignNum);
  counter-increment: campaignNum;
}

.singlePageWrap__inner .box--ranking .campaign .campaignList__item + .campaignList__item {
  margin-top: 10px;
}

.singlePageWrap__inner .box--point {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner .box--point {
    width: 100%;
  }
}

.singlePageWrap__inner .box--point .ttl {
  padding: 25px 6%;
  background: url(../img/bg_pointTtl.jpg) no-repeat center center;
  background-size: cover;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.singlePageWrap__inner .box--point .pointList {
  padding: 15px 6% 20px;
  background: #ffd9ad;
  counter-reset: pointNum;
}

.singlePageWrap__inner .box--point .pointList__item {
  position: relative;
  box-sizing: border-box;
  padding: 9px 10px 12px 47px;
  border: 2px dashed rgba(252, 150, 85, 0);
  background: #fff6eb;
  font-size: 1.5rem;
  font-weight: 500;
}

.singlePageWrap__inner .box--point .pointList__item::before {
  position: absolute;
  top: 50%;
  left: 9px;
  display: inline-block;
  padding: 4px 7px;
  background: #222;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  content: "0" counter(pointNum);
  counter-increment: pointNum;
  transform: translateY(-50%);
}

.singlePageWrap__inner .box--point .pointList__item + .pointList__item {
  margin-top: 6px;
}

@media screen and (min-width: 767px) {
  .singlePageWrap__inner .col2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .singlePageWrap__inner .col2 > img {
    width: 240px;
  }
  .singlePageWrap__inner .col2 > img + * {
    width: calc(100% - 270px);
  }
  .singlePageWrap__inner .faq .q {
    margin-bottom: 25px;
    font-size: 2.6rem;
  }
  .singlePageWrap__inner .faq .q .icon {
    margin-right: 14px;
    font-size: 3rem;
  }
  .singlePageWrap__inner .faq .a .icon {
    margin-right: 14px;
    font-size: 3rem;
  }
  .singlePageWrap__inner h2 + .faq {
    margin-top: 0;
  }
  .singlePageWrap__inner .box--red {
    margin: 30px auto 18px;
    padding: 14px 3.5%;
  }
  .singlePageWrap__inner .box--gray {
    margin-bottom: 40px;
    padding: 35px 3.5%;
  }
  .singlePageWrap__inner .box--pinkBd {
    padding: 40px 3.5% 50px;
  }
  .singlePageWrap__inner .box--pinkBd * + .btnWrap {
    margin: 40px auto 0;
  }
  .singlePageWrap__inner .box--step .stepList {
    margin-top: 50px;
  }
  .singlePageWrap__inner .box--step .stepList__item {
    padding: 25px 20px 25px 120px;
    border: 4px solid #f6c8d2;
    font-weight: 500;
  }
  .singlePageWrap__inner .box--step .stepList__item .stepNum {
    left: 20px;
    padding: 5px 10px;
    font-size: 1.8rem;
  }
  .singlePageWrap__inner .box--step .stepList__item + .stepList__item {
    margin-top: 40px;
  }
  .singlePageWrap__inner .box--step .stepList__item + .stepList__item::before {
    top: -30px;
  }
  .singlePageWrap__inner .box--ranking .topItem {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .singlePageWrap__inner .box--ranking .ticketFace {
    width: calc(30% - 15px);
    margin: 0;
  }
  .singlePageWrap__inner .box--ranking table.ranking {
    width: calc(70% - 15px);
  }
  .singlePageWrap__inner .box--ranking .campaign .ttl {
    margin: 60px 0 40px;
    font-size: 2.4rem;
  }
  .singlePageWrap__inner .box--ranking .campaign .ttl::before {
    margin-right: 8px;
  }
  .singlePageWrap__inner .box--ranking .campaign .campaignList__item {
    padding: 20px 30px 20px 80px;
    border: 4px solid #ee063c;
  }
  .singlePageWrap__inner .box--ranking .campaign .campaignList__item::before {
    top: 50%;
    left: 15px;
    padding: 3px 13px;
    font-size: 2.2rem;
    transform: translateY(-50%);
  }
  .singlePageWrap__inner .box--ranking .campaign .campaignList__item + .campaignList__item {
    margin-top: 6px;
  }
  .singlePageWrap__inner .box--point {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .singlePageWrap__inner .box--point .ttl {
    padding: 50px 3.5%;
    font-size: 3.2rem;
  }
  .singlePageWrap__inner .box--point .pointList {
    padding: 30px 3.5% 30px;
  }
  .singlePageWrap__inner .box--point .pointList__item {
    padding: 20px 30px 20px 80px;
    font-size: 1.8rem;
    transition-timing-function: ease-out;
    transition-duration: 0.2s;
    transition-property: all;
  }
  .singlePageWrap__inner .box--point .pointList__item::before {
    left: 15px;
    padding: 3px 13px;
    font-size: 2.2rem;
    transition-timing-function: ease-out;
    transition-duration: 0.2s;
    transition-property: all;
  }
  .singlePageWrap__inner .box--point .pointList__item + .pointList__item {
    margin-top: 6px;
  }
  .singlePageWrap__inner .box--point .pointList__item:hover {
    border: 2px dashed #fc9655;
    background: #fff;
  }
  .singlePageWrap__inner .box--point .pointList__item:hover::before {
    left: 15px;
    padding: 3px 13px;
    background: #f98e11;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 767px) {
  /*=================================
    underPage
  =================================*/
  /* タブ内、おすすめカード */
  .pickUpCard {
    margin-bottom: 80px;
    padding: 0 3.5%;
  }
  .pickUpCard__list__item {
    padding: 10px 40px 15px;
    border-bottom: none;
  }
  .pickUpCard__list__item .cont {
    display: block;
  }
  .pickUpCard__list__item .cont .thumb {
    width: 80%;
    margin: 0 auto;
  }
  .pickUpCard__list__item .cont .thumb::before {
    top: -26px;
    left: -28px;
    width: 55px;
    height: 55px;
  }
  .pickUpCard__list__item .cont .textWrap {
    width: 100%;
    margin: 35px 0 0;
  }
  .pickUpCard__list__item .cont .textWrap .name {
    display: block;
    font-size: 2rem;
    text-align: center;
  }
  .pickUpCard__list__item .cont .textWrap .text {
    margin: 15px 0 0;
    font-size: 1.8rem;
    line-height: 1.66666;
  }
  .pickUpCard__list__item .cont .textWrap .btn {
    display: block;
    margin: 35px 0 0;
  }
  .pickUpCard__list__item:not(:first-child) {
    border-left: 1px solid #ebebeb;
  }
  /*カード選びのポイント*/
  .cardSelectPoint {
    margin: 45px 0 70px;
    padding: 0 3.5% 14px;
    background: #fff5f7;
  }
  .cardSelectPoint__inner .cardList {
    margin-top: 45px;
  }
  .cardSelectPoint__inner .cardList__item {
    display: block;
    width: calc((100% - 6%) / 4);
    margin: 0 2% 24px 0;
    padding: 20px 2.5% 24px;
    border: 1px solid #ffd0d9;
    text-align: center;
  }
  .cardSelectPoint__inner .cardList__item:nth-child(2n) {
    border-right: 1px solid #ffd0d9;
  }
  .cardSelectPoint__inner .cardList__item:nth-child(4n) {
    margin-right: 0;
  }
  .cardSelectPoint__inner .cardList__item .ttl {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 700;
  }
  .cardSelectPoint__inner .cardList__item .ticketFace {
    width: 80%;
    margin: 0 auto;
  }
  .cardSelectPoint__inner .cardList__item .btn--blue {
    display: block;
    margin: 15px 0 0;
  }
  /* ピックアップ記事 */
  .pickUpArticle {
    display: flex;
    width: calc(100% - 7%);
    max-width: 1278px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
  }
}

@media screen and (min-width: 767px) and (min-width: 767px) {
  .pickUpArticle {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .pickUpArticle__item {
    width: calc((100% - 28px) / 2);
  }
  /*ナンバリング記事リスト*/
  .articleNumList__item {
    padding: 30px 20px;
  }
  .articleNumList__item .thumb {
    width: 256px;
    margin-right: 20px;
  }
  .articleNumList__item .thumb::before {
    top: -18px;
    left: -16px;
    width: 40px;
    height: 40px;
  }
  .articleNumList__item .thumb.cont {
    width: calc(100% - 276px);
  }
  .articleNumList__item .cont .data .date {
    font-size: 1.8rem;
  }
  .articleNumList__item .cont .data .tag {
    margin-left: 15px;
    padding: 4px 10px 2px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
  }
  .articleNumList__item .cont .ttl {
    font-size: 1.8rem;
  }
  .articleNumList__item .cont .ttl a {
    font-size: 1.8rem;
  }
  .articleNumList__item:nth-child(2n - 1) {
    background: #f9f9f9;
  }
  .articleNumList__item:hover a {
    text-decoration: underline;
  }
  .articleNum .btn {
    margin: 50px auto 0;
  }
  .articleNum .btn a {
    padding: 8px 20px;
    font-size: 1.6rem;
  }
  .articleNum .btn a::after {
    width: 16px;
    height: 17px;
    margin-left: 20px;
  }
  .articleNum .btn a:hover {
    color: #ee063c;
    text-decoration: underline;
  }
  /* 商標ページ */
  .trademarkWrap .cardMainInfo {
    padding: 45px 8.65% 70px;
  }
  .trademarkWrap .cardMainInfo .basicInfo .ticketFace {
    width: calc(30% - 15px);
  }
  .trademarkWrap .cardMainInfo .basicInfo .cardtable {
    width: calc(70% - 15px);
  }
  .trademarkWrap .cardMainInfo .special {
    margin: 30px 0;
    padding: 20px 60px 20px 3.5%;
    border: 4px solid #ee063c;
    background: url(../img/icon/icon_arrow_r_pink.png) no-repeat right 30px center, #fff;
    background-size: 26px 28px;
    cursor: pointer;
  }
  .trademarkWrap .cardMainInfo .special .text {
    font-size: 2rem;
  }
  .trademarkWrap .cardMainInfo .special:hover {
    background: url(../img/icon/icon_arrow_r_pink.png) no-repeat right 30px center, #fffdf1;
  }
  /* カードページ */
  .cardListWrap .js-accordion__btn.silver {
    max-width: 940px;
    margin: 0 auto 35px;
  }
  .cardListWrap .resultsText {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
  .cardListWrap .resultsText::before {
    margin-right: 10px;
  }
  .cardListWrap .resultsText::after {
    border-width: 12px 36px 0 36px;
  }
  .cardListWrap .sort {
    min-height: 54px;
    margin: 0 0 40px auto;
  }
  .cardListWrap .cardListBox {
    margin-bottom: 100px;
  }
  .cardListWrap .cardListBox .cardList {
    width: calc(100% - 7%);
    margin: 0 auto;
  }
  .cardListWrap .cardListBox .cardList__item {
    padding: 50px 60px;
    border: 4px solid #c5defb;
  }
  .cardListWrap .cardListBox .cardList__item .headText {
    width: 100%;
    min-height: auto;
    min-height: initial;
    margin: 0 0 50px;
  }
  .cardListWrap .cardListBox .cardList__item .headText .ttl a {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.636363;
  }
  .cardListWrap .cardListBox .cardList__item .headText .ttl a:hover {
    color: #ee063c;
    text-decoration: underline;
  }
  .cardListWrap .cardListBox .cardList__item .headText .summary {
    font-size: 2.2rem;
  }
  .cardListWrap .cardListBox .cardList__item .cardInfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cardListWrap .cardListBox .cardList__item .cardInfo .thumb {
    position: static;
    width: 250px;
    height: auto;
    height: initial;
  }
  .cardListWrap .cardListBox .cardList__item .cardInfo .thumb img {
    width: 100%;
    height: auto;
  }
  .cardListWrap .cardListBox .cardList__item .cardInfo .tableInfo {
    width: calc(100% - 290px);
    margin: 0;
  }
  .cardListWrap .cardListBox .cardList__item .cardInfo .tableInfo th, .cardListWrap .cardListBox .cardList__item .cardInfo .tableInfo td {
    padding: 12px 15px;
    border: 2px solid #c5defb;
    font-size: 1.8rem;
  }
  .cardListWrap .cardListBox .cardList__item .cardInfo .tableInfo th img, .cardListWrap .cardListBox .cardList__item .cardInfo .tableInfo td img {
    height: 34px;
  }
  .cardListWrap .cardListBox .cardList__item .checkList {
    margin-top: 50px;
  }
  .cardListWrap .cardListBox .cardList__item .checkList__item {
    padding: 0 0 12px 40px;
    font-size: 2rem;
    font-weight: 500;
  }
  .cardListWrap .cardListBox .cardList__item .checkList__item::before {
    font-size: 2.2rem;
  }
  .cardListWrap .cardListBox .cardList__item .checkList__item + .checkList__item {
    margin-top: 20px;
  }
  .cardListWrap .cardListBox .cardList__item .btn2col {
    margin-top: 50px;
  }
  .cardListWrap .cardListBox .cardList__item .btn2col > * {
    width: calc((100% - 40px) / 2);
  }
  .cardListWrap .cardListBox .cardList__item + .cardList__item {
    margin-top: 30px;
  }
  /* ランキングページ */
  .kvWrap--ranking {
    padding: 80px 0 80px 60px;
  }
  .kvWrap--ranking .ticketFace {
    right: 20px;
    left: initial;
    width: 80%;
    max-width: 280px;
    height: auto;
  }
  .kvWrap--ranking .kvTtl {
    padding-right: 320px;
    font-size: 4.2rem;
    text-align: left;
  }
  .kvWrap--ranking .label {
    padding: 7px 20px;
    font-size: 2.5rem;
  }
  .kvWrap--ranking .label::before {
    right: -10px;
    width: 20px;
    height: 41px;
  }
  .kvWrap--ranking .label::after {
    margin-left: 8px;
  }
  /* 記事一覧ページ */
  .articleWrap__inner .articleList {
    display: flex;
    border-top: none;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .articleWrap__inner .articleList__item {
    width: calc((100% - 50px) / 2);
    padding: 20px 20px;
    border-bottom: 2px solid #ddd;
  }
  .articleWrap__inner .articleList__item .thumb {
    width: 240px;
    margin-right: 20px;
  }
  .articleWrap__inner .articleList__item .thumb .rankingNum {
    top: -15px;
    left: -15px;
    width: 45px;
    font-size: 2rem;
  }
  .articleWrap__inner .articleList__item .thumb.cont {
    width: calc(100% - 260px);
  }
  .articleWrap__inner .articleList__item .cont .ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .articleWrap__inner .articleList__item .cont .ttl a {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .articleWrap__inner .articleList__item .cont .summary {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4575;
  }
  .articleWrap__inner .articleList__item:nth-child(2n - 1) {
    background: #fff;
  }
  .articleWrap .pagenation {
    margin: 50px auto;
  }
  .articleWrap .pagenation .pager li a {
    font-size: 1.8rem;
  }
  .articleWrap .pagenation .pager li a:hover {
    background: #0043a2;
    color: #fff;
  }
  .articleWrap .pagenation .pager li a:hover span {
    background: #0043a2;
    color: #fff;
  }
  .articleWrap .pagenation .pager li span {
    font-size: 1.8rem;
    transition-timing-function: ease-out;
    transition-duration: 0.2s;
    transition-property: all;
  }
  /* singlePage */
  .l-single {
    margin: 0 auto 90px;
    padding: 34px 3.5% 80px;
    background: #fafafa;
  }
  .l-single .tocWrap {
    max-width: 885px;
    margin-top: 80px;
  }
  .l-single .tocWrap .tocItem {
    padding: 50px 40px;
  }
  .l-single .tocWrap .tocItem .tocList__item a {
    padding-left: 30px;
    font-size: 1.8rem;
    text-decoration: underline;
  }
  .l-single .tocWrap .tocItem .tocList__item a::before {
    font-size: 2rem;
  }
  .l-single .tocWrap .tocItem .tocList__item a:hover {
    color: #ee063c;
    text-decoration: none;
  }
  .l-single__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 5px 50px 90px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(11, 3, 6, 0.05);
  }
  /* 記事詳細ページ */
  .singlePageWrap {
    margin: 0 auto 90px;
    padding: 34px 3.5% 80px;
    background: #fafafa;
  }
  .singlePageWrap__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 50px 50px 90px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(11, 3, 6, 0.05);
  }
  .singlePageWrap .kvWrap {
    margin-bottom: 40px;
  }
  .singlePageWrap .kvWrap img {
    display: block;
    max-width: 885px;
    margin: 0 auto;
  }
  .singlePageWrap .kvWrap .kvTtl {
    position: static;
    margin-bottom: 50px;
    padding: 34px 50px;
    font-size: 4.2rem;
  }
  .singlePageWrap .tocWrap {
    max-width: 885px;
    margin-top: 80px;
  }
  .singlePageWrap .tocWrap .tocItem {
    padding: 50px 40px;
  }
  .singlePageWrap .tocWrap .tocItem .tocList__item a {
    padding-left: 30px;
    font-size: 1.8rem;
    text-decoration: underline;
  }
  .singlePageWrap .tocWrap .tocItem .tocList__item a::before {
    font-size: 2rem;
  }
  .singlePageWrap .tocWrap .tocItem .tocList__item a:hover {
    color: #ee063c;
    text-decoration: none;
  }
}

/*----------------------------------
  form
----------------------------------*/
.contactForm {
  margin: 50px 0;
}

.contactForm table {
  width: 100%;
}

.contactForm th {
  width: 300px !important;
  padding: 15px 20px;
  font-size: 1.6rem;
  text-align: left;
}

.contactForm th span {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px;
  background: #8a8a8a;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
}

.contactForm th .required {
  background: #cf3f3f;
  color: #fff;
}

.contactForm td {
  width: calc(100% - 300px) !important;
  padding: 17px 15px;
  font-size: 1.6rem;
}

.contactForm td p {
  line-height: 1.65;
}

.contactForm td * {
  font-size: 1.6rem;
}

.contactForm td input, .contactForm td textarea, .contactForm td select {
  width: 95%;
  padding: 10px;
  border: 2px solid #cacaca;
  border-radius: 4px;
  background: #fff;
}

.contactForm td textarea {
  min-height: 300px;
}

.contactForm td .error {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 1.4rem;
  color: #b70000;
}

.contactForm td .contactForm__item__sub > span {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 1.4rem;
}

.contactForm td .contactForm__item__sub + .contactForm__item__sub {
  margin: 15px 0 0;
}

.contactForm .confirmingTxt {
  margin: 37px 0;
  font-size: 1.4rem;
  text-align: center;
}

.contactForm .confirmingTxt input {
  -webkit-appearance: checkbox;
}

.contactForm .confirmingTxt a {
  text-decoration: underline;
}

.contactForm .confirmingTxt a:hover {
  color: #222;
}

.consultForm {
  margin: 50px 0;
}

.consultForm__item {
  display: flex;
  padding: 20px;
  background: #0043a2;
}

.consultForm__item + .consultForm__item {
  border-top: 1px solid #222;
}

.consultForm__ttl {
  display: flex;
  width: 220px;
  font-size: 1.8rem;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
}

.consultForm__ttl span {
  margin: 0 0 0 10px;
  padding: 8px;
  border-radius: 2px;
  background: #8a8a8a;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
}

.consultForm__ttl .required {
  background: #cf3f3f;
  color: #fff;
}

.consultForm__list {
  width: calc(100% - 220px);
  padding-left: 30px;
  font-size: 1.6rem;
}

.consultForm__list p {
  line-height: 1.65;
}

.consultForm__list * {
  font-size: 1.6rem;
}

.consultForm__list input:not([type="radio"]):not([type="checkbox"]), .consultForm__list textarea, .consultForm__list select {
  padding: 10px;
  border: 2px solid #cacaca;
  border-radius: 3px;
  background: #fff;
}

.consultForm__list input:not([type="radio"]):not([type="checkbox"]):not([class="widthNormal"]), .consultForm__list textarea, .consultForm__list select {
  width: 95%;
}

.consultForm__list .mwform-radio-field {
  display: inline-block;
  margin: 1rem;
  margin-left: -0.5rem !important;
}

.consultForm__list .mwform-radio-field label {
  display: inline-block;
}

.consultForm__list input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.8rem;
}

.consultForm__list input[type="radio"] + span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  margin: auto;
  border: solid 2px #cacaca;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.consultForm__list input[type="radio"]:checked + span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 12px;
  height: 12px;
  margin: auto 0;
  border-radius: 50%;
  background-color: #222;
  content: "";
}

.consultForm__list .mwform-checkbox-field {
  display: inline-block;
  margin: 1rem 0;
  margin-left: -1rem !important;
}

.consultForm__list .mwform-checkbox-field label {
  display: inline-block;
}

.consultForm__list input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.8rem;
}

.consultForm__list input[type="checkbox"] + span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin: auto;
  border: solid 2px #cacaca;
  border-radius: 3px;
  background-color: #fff;
  content: "";
}

.consultForm__list input[type="checkbox"]:checked + span::after {
  position: absolute;
  top: 2px;
  left: 2px;
}

.consultForm__list textarea {
  min-height: 300px;
}

.consultForm__list .error {
  display: block;
  margin: 10px 0 0;
  font-size: 1.4rem;
  color: #b70000;
}

.consultForm__list .contactForm__item__sub > span {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 1.4rem;
}

.consultForm__list .contactForm__item__sub + .contactForm__item__sub {
  margin: 15px 0 0;
}

.consultForm .confirmingTxt {
  margin: 37px 0;
  font-size: 1.4rem;
  text-align: center;
}

.consultForm .confirmingTxt input {
  -webkit-appearance: checkbox;
}

.consultForm .confirmingTxt a {
  text-decoration: underline;
}

.consultForm .confirmingTxt a:hover {
  color: #222;
}

.completedForm .completedMessage {
  position: relative;
  left: 50%;
  display: inline-block;
  margin: 24px 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  transform: translateX(-50%);
}

.completedForm .completedMessage::after {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #222;
  content: "";
}

.completedForm p {
  margin: 40px 0 0;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  /*----------------------------------
    form
  ----------------------------------*/
  .contactForm {
    margin: 20px 0;
  }
  .contactForm table {
    display: table;
    border: none;
    white-space: normal;
  }
  .contactForm th {
    display: flex;
    width: 100% !important;
    padding: 10px;
    border: none;
    background-image: none;
    font-size: 1.4rem;
    font-weight: bold;
    align-items: center;
  }
  .contactForm th span {
    margin: 0 0 0 8px;
    padding: 2px;
    font-size: 1.2rem;
  }
  .contactForm td {
    display: block;
    width: 100% !important;
    padding: 10px;
    border: none;
  }
  .contactForm td p {
    line-height: 1.5;
  }
  .contactForm td input, .contactForm td textarea {
    padding: 6px;
  }
  .contactForm td textarea {
    min-height: 90px;
  }
  .contactForm .confirmingTxt {
    margin: 20px 0 18px;
    font-size: 1.5rem;
    line-height: 1.65;
  }
  .contactForm .error {
    margin: 8px 0 0 !important;
  }
  .contactForm .contactForm__item__sub + .contactForm__item__sub {
    margin: 10px 0 0;
  }
  .consultForm {
    margin: 20px 0;
  }
  .consultForm__text {
    margin-bottom: 30px;
    padding: 5px 5px;
  }
  .consultForm__item {
    display: block;
    padding: 20px 3%;
  }
  .consultForm__ttl {
    flex-direction: row-reverse;
    width: 100%;
    font-size: 1.7rem;
    justify-content: flex-end;
  }
  .consultForm__ttl span {
    margin: 0 8px 0 0;
    padding: 5px;
  }
  .consultForm__list {
    width: 100%;
    padding: 15px 0 0;
  }
  .consultForm__list .mwform-checkbox-field input, .consultForm__list .mwform-radio-field input {
    margin-right: 0 !important;
  }
  .consultForm__list input:not([type="radio"]):not([type="checkbox"]), .consultForm__list textarea, .consultForm__list select {
    padding: 8px;
  }
  .consultForm__list input:not([type="radio"]):not([type="checkbox"]):not([class="widthNormal"]), .consultForm__list textarea, .consultForm__list select {
    width: 100%;
  }
  .consultForm .confirmingTxt {
    margin: 37px 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .consultForm .confirmingTxt input {
    -webkit-appearance: checkbox;
  }
  .consultForm .confirmingTxt a {
    text-decoration: underline;
  }
  .consultForm .confirmingTxt a:hover {
    color: #222;
  }
  .completedForm .completedMessage {
    margin: 14px 0 0;
    font-size: 1.6rem;
  }
  .completedForm p {
    margin: 15px 0 0;
    font-size: 1.5rem;
    text-align: left;
  }
  .mw_wp_form table {
    white-space: normal;
  }
}

/*=================================
  margin
=================================*/
/* =================================
  header
================================= */
.header {
  position: relative;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.header .btn--search {
  position: absolute;
  z-index: 9999;
  top: 8px;
  right: 4%;
  width: 45px;
  height: 45px;
  margin: auto;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
}

.header .btn--search::after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.3rem;
  color: #a8a8a8;
  content: "\f002";
  transform: translate(-50%, -50%);
}

.header .btn--search .icon {
  display: none;
}

.header .btn--search.is-open::after {
  content: "\f00d";
}

.header.scroll {
  position: fixed;
  -webkit-animation-name: headerDownSp;
          animation-name: headerDownSp;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.header.scroll .gNav {
  width: 100%;
}

.header__top {
  padding: 11px 4% 17px 3.5%;
  background: #fff;
}

.header__top .ttl--site a {
  display: block;
  max-width: 243px;
}

.header__top .ttl--site a img {
  width: 100%;
  height: auto;
}

.header__top .ttl--site__sub {
  display: none;
}

.header__top #search {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  display: none;
  width: 100%;
  transform: translate(-50%, -50%);
}

.header__top .searchBox {
  width: 80%;
  margin: 0 auto;
  border: 0;
  text-align: center;
}

.header__top .searchBox #s {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #fff;
  font-size: 1.6rem;
}

.header__top .searchBox #s::-moz-placeholder {
  display: block;
  font-size: 1.3rem;
  color: #bbb;
}

.header__top .searchBox #s:-ms-input-placeholder {
  display: block;
  font-size: 1.3rem;
  color: #bbb;
}

.header__top .searchBox #s::placeholder {
  display: block;
  font-size: 1.3rem;
  color: #bbb;
}

.header__top .searchBox .submit {
  width: 100%;
  margin: 16px auto 0;
  padding: 21px 0;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
  background: #000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #222 0%, #000 100%);
  /* IE6-9 */
  font-family: "FontAwesome","Noto Sans JP", "源ノ角ゴシック", "Yu Gothic Medium","游ゴシック Medium","游ゴシック",YuGothic,YuGothicM,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  color: #fff;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#222',GradientType=1 );
}

.gNav {
  overflow-x: scroll;
  width: calc(100% - 7%);
  margin: 0 auto;
  background: #252525;
  white-space: nowrap;
}

.gNav .gNav__list {
  display: flex;
  justify-content: flex-start;
}

.gNav .gNav__list__item a {
  position: relative;
  display: block;
  padding: 33px 22px 10px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  color: #ddd;
  text-align: center;
}

.gNav .gNav__list__item a .icon {
  position: absolute;
  top: 13px;
  left: 50%;
  display: block;
  font-size: 1.2rem;
  color: #a8a8a8;
  transform: translateX(-50%);
}

.headerNav__cover {
  /* IE6-9 */
  position: absolute;
  z-index: 9998;
  top: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
  background: #000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7b7b7b 0%, #000 100%);
  opacity: .9;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
}

.headerNav__cover.show {
  display: block;
  -webkit-animation: show .2s linear 0s;
          animation: show .2s linear 0s;
}

.headerNav__cover.hide {
  display: none;
  -webkit-animation: hide .2s linear 0s;
          animation: hide .2s linear 0s;
}

@media screen and (min-width: 767px) {
  /* =================================
    header
  ================================= */
  .header {
    max-width: 1278px;
    margin: 0 auto;
  }
  .header.scroll {
    -webkit-animation-name: headerDownPc;
            animation-name: headerDownPc;
  }
  .header__top {
    display: flex;
    padding: 19px 0 21px;
    align-items: center;
    justify-content: space-between;
  }
  .header__top .ttl--site {
    display: flex;
    max-width: calc(100% - 310px);
    flex-wrap: wrap;
    align-items: center;
  }
  .header__top .ttl--site a {
    width: 352px;
    max-width: auto;
    max-width: initial;
    margin-right: 16px;
  }
  .header__top .ttl--site__sub {
    display: block;
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .header__top .ttl--site__sub .num {
    font-size: 2.4rem;
    font-weight: 600;
    color: #ff0000;
  }
  .header__top #search {
    position: static;
    display: block;
    width: auto;
    width: initial;
    transform: translate(0, 0);
  }
  .header__top .searchBox {
    position: relative;
    overflow: hidden;
    width: 294px;
    height: 40px;
    border-radius: 50px;
  }
  .header__top .searchBox::after {
    position: absolute;
    top: 50%;
    right: 17px;
    font-family: "FontAwesome", sans-serif;
    font-size: 1.7rem;
    color: #a8a9a8;
    content: "\f002";
    transform: translateY(-50%);
  }
  .header__top .searchBox #s {
    padding: 5px 50px 5px 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,fafafa+100 */
    background: #efefef;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #efefef 0%, #fafafa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fafafa',GradientType=1 );
    /* IE6-9 */
  }
  .header__top .searchBox #s::-moz-placeholder {
    font-size: 1.4rem;
    color: #555;
  }
  .header__top .searchBox #s:-ms-input-placeholder {
    font-size: 1.4rem;
    color: #555;
  }
  .header__top .searchBox #s::placeholder {
    font-size: 1.4rem;
    color: #555;
  }
  .header__top .searchBox .submit {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 50px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: transparent;
    color: transparent;
    cursor: pointer;
  }
  .gNav {
    overflow-x: initial;
    width: 100%;
    white-space: initial;
  }
  .gNav .gNav__list {
    max-width: 1278px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .gNav .gNav__list__item {
    width: calc(100% / 9);
    min-width: 112px;
  }
  .gNav .gNav__list__item a {
    padding: 55px 0 20px;
    background: transparent;
    font-size: 1.6rem;
    transition-timing-function: ease-out;
    transition-duration: 0.2s;
    transition-property: all;
  }
  .gNav .gNav__list__item a .icon {
    top: 22px;
    left: 50%;
    font-size: 2rem;
  }
  .gNav .gNav__list__item a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
    background: #3b3b3b;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2f2f2f 0%, #3b3b3b 100%);
    text-decoration: underline;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#3b3b3b',GradientType=1 );
    /* IE6-9 */
  }
}

.footer__cont--cate {
  /* IE6-9 */
  padding: 35px 3%;
  background: #efefef;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fafafa 0%, #efefef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=1 );
}

.footer__cont--cate .fNav__ttl {
  margin-bottom: 20px;
  font-size: 2.1rem;
  font-weight: 400;
  font-style: italic;
}

.footer__cont--cate .fNav__ttl .sub {
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #a8a8a8;
}

.footer__cont--cate .fNavCate {
  display: flex;
  flex-wrap: wrap;
}

.footer__cont--cate .fNavCate__item {
  width: calc((100% - 4% ) / 2);
  margin: 0 0 8px;
}

.footer__cont--cate .fNavCate__item a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #0043a2;
}

.footer__cont--cate .fNavCate__item:nth-child(2n) {
  margin-left: 4%;
}

.footer__cont--sns {
  display: flex;
  padding: 22px 0 20px;
  align-items: center;
}

.footer__cont--sns .fNavSns {
  display: flex;
  width: 100%;
  justify-content: center;
}

.footer__cont--sns .fNavSns__item {
  width: 45px;
  margin: 0 10px 0 0;
}

.footer__cont--sns .fNavSns__item img {
  width: 100%;
  height: auto;
}

.footer__cont--sns .logo--foot {
  display: none;
}

.footer__cont--list {
  padding: 0 3.5%;
}

.footer__cont--list .fNavList {
  /* IE6-9 */
  position: relative;
  display: flex;
  background: #3f3f3f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3f3f3f 0%, #222 100%);
  flex-wrap: wrap;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#222',GradientType=1 );
}

.footer__cont--list .fNavList__item {
  width: calc(100% / 3);
  border-bottom: 1px solid #555;
}

.footer__cont--list .fNavList__item a {
  display: block;
  padding: 15px 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
}

.footer__cont--list .fNavList::before {
  position: absolute;
  top: 0;
  left: 33.3333%;
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #555;
  content: "";
}

.footer__cont--list .fNavList::after {
  position: absolute;
  top: 0;
  right: 33.3333%;
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #555;
  content: "";
}

.footer .copy {
  display: block;
  padding: 25px 0;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}

.footer .fixedBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.footer .fixedBtn a {
  display: block;
  text-align: center;
}

.footer .fixedBtn.pink {
  background: #ee063c;
}

.footer .fixedBtn.black {
  background: #222;
}

.pageTop {
  position: fixed;
  z-index: 1000;
  right: calc((100% - 1278px) / 2);
  bottom: 18px;
  display: none;
}

.pageTop .btn--pageTop {
  display: block;
  padding: 6px 12px;
  /* IE6-9 */
  border-radius: 5px;
  background: #6c6c6c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6c6c6c 0%, #555 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#555',GradientType=1 );
}

.pageTop .btn--pageTop::before {
  position: relative;
  top: 0;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  content: "\f077";
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: all;
}

@media screen and (max-width: 1290px) {
  .pageTop {
    right: 5px;
  }
}

@media screen and (min-width: 767px) {
  /*=================================
    footer
  =================================*/
  .footer {
    max-width: 1278px;
    margin: 80px auto 0;
  }
  .footer a:hover {
    text-decoration: underline;
  }
  .footer__cont--cate {
    padding: 0;
    background: transparent;
  }
  .footer__cont--cate .fNav__ttl {
    margin-bottom: 16px;
    font-size: 3.8rem;
  }
  .footer__cont--cate .fNav__ttl .sub {
    margin-left: 15px;
    font-size: 1.8rem;
  }
  .footer__cont--cate .fNavCate {
    /* IE6-9 */
    padding: 60px 0 50px;
    background: #efefef;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fafafa 0%, #efefef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=1 );
  }
  .footer__cont--cate .fNavCate__item {
    width: auto;
    width: initial;
    margin: 0 30px 10px;
  }
  .footer__cont--cate .fNavCate__item a {
    font-size: 1.8rem;
  }
  .footer__cont--cate .fNavCate__item:nth-child(2n) {
    margin-left: 30px;
  }
  .footer__cont--sns {
    padding: 36px 20px 46px;
  }
  .footer__cont--sns .fNavSns {
    width: 33.33333%;
    justify-content: flex-start;
  }
  .footer__cont--sns .logo--foot {
    display: block;
    width: 33.33333%;
    text-align: center;
  }
  .footer__cont--sns .logo--foot img {
    width: 351px;
    height: auto;
  }
  .footer__cont--list {
    padding: 0;
  }
  .footer__cont--list .fNavList__item a {
    padding: 19px 0;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .footer .copy {
    padding: 45px 0;
    font-size: 1.8rem;
  }
  .footer .fixedBtn a:hover {
    opacity: .8;
  }
  .pageTop {
    bottom: 40px;
  }
  .pageTop .btn--pageTop {
    padding: 4px 14px;
  }
  .pageTop .btn--pageTop::before {
    font-size: 1.8rem;
  }
  .pageTop:hover .btn--pageTop {
    text-decoration: none;
    opacity: .9;
  }
  .pageTop:hover .btn--pageTop::before {
    top: -3px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
