@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
#contentArea {
  background: white;
  width: 1000px;
  margin: 0 auto;
}
#contentArea #contentAreaInner {
  padding: 0;
  margin: 0;
  width: 735px;
  float: left;
}
#contentArea #contentRight {
  width: 235px;
  float: right;
  padding: 0;
  margin: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contents-button {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-contents-button.typeA {
    margin-bottom: 20px;
  }
  .l-contents-button__caution {
    text-align: center;
    color: #ef0012;
    font-size: 18px;
  }
  .l-contents-button__caution.typeA {
    font-size: 28px;
  }
  .l-contents-button__hover :hover {
    opacity: 0.6;
  }
  .l-contents-btn__list {
    text-align: center;
    letter-spacing: -0.4em;
  }
  .l-contents-btn__item {
    display: inline-block;
    margin-right: 30px;
  }
  .l-contents-btn__item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-contents-button {
    text-align: center;
    margin-bottom: 4%;
  }
  .l-contents-button.typeA {
    margin-bottom: 5%;
  }
  .l-contents-button__caution {
    text-align: center;
    color: #ef0012;
    font-size: 90%;
  }
  .l-contents-button__caution.typeA {
    font-size: 120%;
  }
  .l-contents-btn__list {
    text-align: center;
  }
  .l-contents-btn__item {
    display: inline-block;
    margin-bottom: 5%;
  }
  .l-contents-btn__item:last-of-type {
    margin-bottom: 0;
  }
}
/*
**  ===================================================================
**  media CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.media-typeA {
  padding-top: 65px;
}
.media-typeB {
  padding-top: 85px;
}
.media__list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.media__item {
  display: table-cell;
  padding: 0 20px 20px;
}
.media__text {
  font-size: 14px;
  margin-top: 10px;
}
.media__text-blue {
  color: #22477e;
}
.media__note {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
}
.media__note li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note02 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: 0 25px;
}
.media__note02 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note03 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: 0 12px;
}
.media__note03 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note04 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: -10px 105px 0;
}
.media__note04 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__image {
  padding: 25px 0;
}

.list-typeA {
  margin-bottom: 65px;
}

.media-entry {
  padding-top: 30px;
}
.media-entry__list {
  display: table;
  table-layout: fixed;
  width: 90%;
}
.media-entry__item {
  display: table-cell;
  padding-right: 20px;
}
.media-entry__label-title {
  margin-bottom: 20px;
}
.media-entry__label-button {
  vertical-align: bottom;
}

.media-pop {
  margin: 0 auto;
}
.media-pop__image {
  padding: 25px 0 10px;
}
.media-pop__note {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: right;
}

.pop-typeA {
  width: 300px;
}

.pop-typeB {
  width: 450px;
}

/*
**  ===================================================================
**  panel CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  JavaScript CSS 「js-」
**  ===================================================================
*/
/*
**  ===================================================================
**  utility CSS ※prefix「u-」
**  ===================================================================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

/* PC用
-------------------------------------------- */
@media screen and (min-width: 751px) {
  #wrapper2 {
    max-width: none;
  }

  #sarabaseisyunnohikari_contents {
    overflow: hidden;
    background: #231816;
  }
  #sarabaseisyunnohikari_article {
    margin: auto;
  }
  #sarabaseisyunnohikari_article img {
    vertical-align: top;
  }

  .sarabaseisyunnohikari-container {
    position: relative;
  }
  .sarabaseisyunnohikari__body {
    margin: auto;
    position: relative;
  }

  .l-contents-title {
    position: relative;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__list.typeB {
    margin-bottom: 1em;
  }
  .l-contents-block__item {
    color: #080404;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    font-weight: 500;
  }
  .l-contents-block__item.typeA {
    text-indent: 0;
    padding-left: 0;
  }
  .l-contents-block__item.typeB {
    font-weight: 600;
    margin-bottom: 1em;
  }
  .l-contents-block__item.typeC {
    text-indent: 0;
    padding-left: 0;
  }
  .l-contents-block__item.typeD {
    text-indent: -1.5em;
    padding-left: 1em;
  }
  .l-contents-block__item.typeE {
    margin-left: 1em;
  }
  .l-contents-block__item.space {
    padding-left: 6em;
    text-indent: -6em;
  }
  .l-contents-block__item.big {
    font-size: 16px;
    font-weight: bold;
  }
  .l-contents-block__item.shadow {
    text-shadow: #ffffff 2px 0px 2px, #ffffff -2px 0px 2px, #ffffff 0px -2px 2px, #ffffff -2px 0px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px, #ffffff 1px 2px 2px, #ffffff -1px 2px 2px, #ffffff 1px -2px 2px, #ffffff -1px -2px 2px, #ffffff 2px 1px 2px, #ffffff -2px 1px 2px, #ffffff 2px -1px 2px, #ffffff -2px -1px 2px, #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
  }
  .l-contents-block__item.shadow_white {
    text-shadow: #ffffff 2px 0px 2px, #ffffff -2px 0px 2px, #ffffff 0px -2px 2px, #ffffff -2px 0px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px, #ffffff 1px 2px 2px, #ffffff -1px 2px 2px, #ffffff 1px -2px 2px, #ffffff -1px -2px 2px, #ffffff 2px 1px 2px, #ffffff -2px 1px 2px, #ffffff 2px -1px 2px, #ffffff -2px -1px 2px, #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
  }
  .l-contents-block__link {
    color: #77e13e;
  }
  .l-contents-block__link:hover {
    color: #77e13e;
  }
  .l-sticker-contents-title__inner {
    padding-top: 43px;
    padding-bottom: 42px;
    position: relative;
    background-image: url(../img/sticker_title_bg.png);
    background-repeat: repeat-x;
    background-position: center;
  }
  .l-sticker-contents-title__img {
    position: relative;
    text-align: center;
  }
  .l-sticker-contents-section {
    margin-top: 20px;
  }
  .l-sticker-contents-block {
    position: relative;
    margin-bottom: 60px;
  }
  .l-sticker-contents-block.typeA {
    margin-bottom: 28px;
  }
  .l-sticker-contents-block.typeB {
    margin-bottom: 50px;
  }
  .l-sticker-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-sticker-contents-block-length {
    position: relative;
    width: 670px;
    margin: 0 auto;
  }
  .l-sticker-contents-block-length__caution {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 49px;
  }
  .l-sticker-contents-block__area {
    width: 720px;
    margin: 0 auto;
    position: relative;
    background-color: #6ec6c7;
    border: 4px solid #080404;
    text-align: center;
    padding: 26px 0 30px;
    box-sizing: border-box;
  }
  .l-sticker-contents-block__read {
    margin-bottom: 11px;
  }
  .l-sticker-contents-block__badge {
    position: absolute;
    top: -37px;
    right: -4px;
  }
  .l-sticker-contents-block__bg {
    width: 720px;
    margin: 0 auto;
    border: 4px solid #080404;
    border-top: none;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 30px 20px 40px;
  }
  .l-sticker-contents-block__img {
    text-align: center;
  }
  .l-sticker-contents-block__img.typeA {
    margin-bottom: 30px;
  }
  .l-sticker-contents-block__img.typeB {
    margin-top: 40px;
  }
  .l-sticker-contents-block__note {
    margin: 0 auto;
  }
  .l-sticker-contents-block__note.typeA {
    margin-top: 70px;
  }
  .l-sticker-contents-target__title {
    text-align: center;
    margin-bottom: 10px;
  }
  .l-sticker-contents-target__inner {
    border: 4px solid #080404;
    box-sizing: border-box;
    width: 710px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .l-sticker-contents-target__caution {
    margin-bottom: 20px;
  }
  .l-sticker-contents-target__table {
    width: 100%;
    margin: 0 auto 0;
    overflow: hidden;
  }
  .l-sticker-contents-target__cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background-color: #ffffff;
  }
  .l-sticker-contents-target__cell.typeA {
    padding: 8px 0 8px;
  }
  .l-sticker-contents-target__cell .spacer {
    display: none;
  }
  .l-sticker-contents-target__cell .cell__flex {
    padding-left: 23px;
  }
  .l-sticker-contents-target__cell .cell__item {
    text-align: left;
    font-size: 17px;
    color: #080404;
    line-height: 1.2;
    vertical-align: middle;
    margin-right: 1em;
    padding: 6px 0 4px;
  }
  .l-sticker-contents-target__cell .cell__item.typeA {
    margin-right: 0;
    border-right: 1px solid #e5e5e5;
    padding: 1px 58px 1px;
  }
  .l-sticker-contents-target__cell .cell__item.typeB {
    letter-spacing: -1px;
  }
  .l-sticker-contents-target__cell:first-of-type {
    background: #8dc21f;
    align-items: center;
    padding: 9px 0 10px;
    border: none;
    justify-content: center;
  }
  .l-sticker-contents-target__cell:first-of-type .cell__item {
    width: auto;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #080404;
    line-height: 1;
    margin-right: 0;
    padding: 0;
  }
  .l-sticker-contents-target__cell:first-of-type .cell__item.typeA {
    border-right: none;
  }
  .l-sticker-contents-target__cell:first-of-type .cell__item::after {
    content: "／";
  }
  .l-sticker-contents-target__cell:first-of-type .cell__item:last-child::after {
    content: none;
  }
  .l-sticker-contents-target__cell:last-child {
    border-bottom: none;
  }
  .l-sticker-contents-step__title {
    text-align: center;
    margin-bottom: 19px;
  }
  .l-sticker-contents-step__img {
    text-align: center;
  }
  .l-sticker-contents-caution__title {
    text-align: center;
    margin-bottom: 28px;
  }
  .l-sticker-contents-caution__inner {
    width: 720px;
    margin: 0 auto;
  }
  .l-mileage-contents-title__inner {
    padding-top: 40px;
    padding-bottom: 39px;
    position: relative;
    background-image: url(../img/mileage_title_bg.png);
    background-repeat: repeat-x;
    background-position: center;
  }
  .l-mileage-contents-title__img {
    position: relative;
    text-align: center;
  }
  .l-mileage-contents-section {
    margin-top: 27px;
  }
  .l-mileage-contents-block {
    position: relative;
    margin-bottom: 50px;
  }
  .l-mileage-contents-block.typeA {
    margin-bottom: 40px;
  }
  .l-mileage-contents-block.typeB {
    margin-bottom: 30px;
  }
  .l-mileage-contents-block.typeC {
    margin-bottom: 20px;
  }
  .l-mileage-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-mileage-contents-block-read__area {
    text-align: center;
    margin-bottom: 40px;
  }
  .l-mileage-contents-block-read__img {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-mileage-contents-block-length__area {
    text-align: center;
  }
  .l-mileage-contents-block-length__date.typeA {
    margin-bottom: 20px;
  }
  .l-mileage-contents-block__list {
    display: flex;
    justify-content: center;
  }
  .l-mileage-contents-block__item {
    margin-right: 12px;
  }
  .l-mileage-contents-block__item:last-child {
    margin-right: 0;
  }
  .l-mileage-contents-goods__block {
    position: relative;
    width: 720px;
    margin: 0 auto 30px;
    background-color: #ffffff;
  }
  .l-mileage-contents-goods__block.typeA {
    margin-bottom: 40px;
  }
  .l-mileage-contents-goods__inner {
    border: 4px solid #080404;
    border-top: none;
    position: relative;
    padding: 30px 20px 47px;
  }
  .l-mileage-contents-goods__badge {
    position: absolute;
    top: -64px;
    left: 12px;
  }
  .l-mileage-contents-goods__img {
    text-align: center;
  }
  .l-mileage-contents-goods__img.typeA {
    margin-bottom: 30px;
  }
  .l-mileage-contents-goods__img.typeB {
    margin-top: 50px;
    margin-bottom: 32px;
  }
  .l-mileage-contents-goods__img.typeC {
    margin-bottom: 19px;
  }
  .l-mileage-contents-goods__text {
    text-align: center;
    margin-bottom: 40px;
  }
  .l-mileage-contents-goods__read {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .l-mileage-contents-goods__read-cs {
    text-align: center;
  }
  .l-mileage-contents-goods__link {
    color: #0087ae;
    text-decoration: underline;
  }
  .l-mileage-contents-goods-btn {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-mileage-contents-entry-caution {
    width: 690px;
    margin: 0 auto;
    background-color: #fff959;
    border: 2px solid #ea0029;
    text-align: center;
    padding: 20px 0 20px;
  }
  .l-mileage-contents-entry-caution__text {
    font-size: 14px;
    font-weight: 600;
    color: #ea0029;
  }
  .l-mileage-contents-app__block {
    width: 690px;
    margin: 0 auto;
  }
  .l-mileage-contents-app-step__area {
    border: 4px solid #000000;
    background-color: #ffffff;
    margin-bottom: 30px;
  }
  .l-mileage-contents-app-step__title {
    text-align: center;
    background-color: #8dc21f;
    padding: 12px 0 14px;
    border-bottom: 4px solid #000000;
  }
  .l-mileage-contents-app-step__title.typeA {
    border-top: 4px solid #000000;
  }
  .l-mileage-contents-app-step__list {
    padding: 20px 0;
    text-align: center;
  }
  .l-mileage-contents-app-step__item {
    margin-bottom: 14px;
  }
  .l-mileage-contents-app-step__item:last-child {
    margin-bottom: 0;
  }
  .l-mileage-contents-app-step__img {
    text-align: center;
    padding: 25px 0 30px;
  }
  .l-mileage-contents-app-step-btn__list {
    padding: 50px 0;
    display: flex;
    justify-content: center;
  }
  .l-mileage-contents-app-step-btn__item:first-child {
    margin-right: 40px;
  }
  .l-mileage-contents-point__block {
    width: 630px;
    margin: 0 auto;
    background: #fff545;
    padding: 30px 24px;
    border: 2px solid #e60012;
  }
  .l-mileage-contents-point__list {
    text-align: left;
    margin-bottom: 1em;
  }
  .l-mileage-contents-point__item {
    font-size: 14px;
    color: #252525;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-mileage-contents-point__item span {
    color: #e60012;
  }
  .l-mileage-contents-point-link {
    text-align: left;
    margin-bottom: 30px;
  }
  .l-mileage-contents-point-link__item {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .l-mileage-contents-point-link__item:last-child {
    margin-bottom: 0;
  }
  .l-mileage-contents-point-link__item a {
    font-weight: 500;
    border-bottom: 1px solid #0054a7;
    color: #0054a7;
  }
  .l-mileage-contents-point-caution {
    background: #fff;
    padding: 20px 16px;
  }
  .l-mileage-contents-point-caution__list {
    text-align: left;
  }
  .l-mileage-contents-point-caution__item {
    font-weight: 600;
    color: #e60012;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-mileage-contents-caution__title {
    text-align: center;
    margin-bottom: 28px;
  }
  .l-mileage-contents-caution__inner {
    width: 750px;
    margin: 0 auto;
  }
  .l-mileage-contents-caution-block {
    margin-bottom: 1em;
  }
  .l-mileage-contents-caution-block:last-child {
    margin-bottom: 0;
  }
  .l-mileage-contents-caution-block__title {
    text-align: left;
    color: #ffffff;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .l-mileage-contents-caution__list {
    text-align: left;
  }
  .l-mileage-contents-caution__item {
    font-weight: 500;
    color: #ffffff;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
  }
  .l-mileage-contents-caution__item a {
    color: #6ec6c7;
    border-bottom: 1px solid #6ec6c7;
  }
  .l-mileage-contents-caution__item span {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-mileage-contents-caution-link {
    margin-top: 1em;
    text-align: left;
  }
  .l-mileage-contents-caution-link__item {
    font-weight: 500;
    color: #ffffff;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  .l-mileage-contents-caution-link__item:last-child {
    margin-bottom: 0;
  }
  .l-mileage-contents-caution-link__item a {
    color: #6ec6c7;
    border-bottom: 1px solid #6ec6c7;
  }

  .accordion-title {
    position: relative;
    cursor: pointer;
  }
  .accordion-content {
    display: none;
  }

  .slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important;
  }

  .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .slide-arrow.prev-arrow {
    left: 3%;
    z-index: 1;
  }
  .slide-arrow.next-arrow {
    right: 3%;
  }

  .product__slider .slick-slide {
    margin-right: 0.3vw !important;
    margin-left: 0.3vw !important;
  }
  .product__slider .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .product__slider .slide-arrow.prev-arrow {
    left: 7%;
    z-index: 1;
  }
  .product__slider .slide-arrow.next-arrow {
    right: 7%;
  }

  .pagetop {
    z-index: 1;
    right: 0;
  }

  .pagemenu {
    text-align: center;
    margin-bottom: 50px;
  }
  .pagemenu__item {
    margin-bottom: 20px;
  }
  .pagemenu__item:last-child {
    margin-bottom: 0;
  }

  div .visible-xs {
    display: none !important;
  }
}
/* SP用
-------------------------------------------- */
@media screen and (max-width: 750px) {
  body {
    -webkit-touch-callout: none;
    /* リンク長押しのポップアップを無効化 */
    -webkit-user-select: none;
    /* テキスト長押しの選択ボックスを無効化 */
  }

  div#wrapper-content {
    /* background-image: url(../img/main-image.png);*/
  }
  div#wrapper-content img {
    width: 100%;
    vertical-align: top;
  }

  div .hidden-xs {
    display: none !important;
  }

  #sarabaseisyunnohikari_contents {
    background: #231816;
  }
  #sarabaseisyunnohikari_article {
    margin: auto;
  }
  #sarabaseisyunnohikari_article img {
    vertical-align: top;
  }

  .sarabaseisyunnohikari-container {
    position: relative;
  }
  .l-contents-title {
    position: relative;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__list.typeB {
    margin-bottom: 0.5em;
  }
  .l-contents-block__item {
    color: #080404;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 70%;
    font-weight: 500;
  }
  .l-contents-block__item.typeA {
    text-indent: 0;
    padding-left: 0;
  }
  .l-contents-block__item.typeB {
    font-weight: 600;
    margin-bottom: 1em;
  }
  .l-contents-block__item.typeC {
    text-indent: 0;
    padding-left: 0;
  }
  .l-contents-block__item.typeD {
    text-indent: -1.5em;
    padding-left: 1em;
  }
  .l-contents-block__item.typeE {
    margin-left: 1em;
  }
  .l-contents-block__item.space {
    padding-left: 6em;
    text-indent: -6em;
  }
  .l-contents-block__item.space_A {
    padding-left: 3.5em;
    text-indent: -3.5em;
  }
  .l-contents-block__item.big {
    font-size: 80%;
    font-weight: bold;
  }
  .l-contents-block__item.shadow {
    text-shadow: #ffffff 1px 0px 1px, #ffffff -1px 0px 1px, #ffffff 0px -1px 1px, #ffffff -1px 0px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px;
  }
  .l-contents-block__item.shadow_white {
    text-shadow: #ffffff 1px 0px 1px, #ffffff -1px 0px 1px, #ffffff 0px -1px 1px, #ffffff -1px 0px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px;
  }
  .l-contents-block__link {
    color: #77e13e;
  }
  .l-sticker-contents-title {
    text-align: center;
  }
  .l-sticker-contents-section {
    margin-top: 4%;
    text-align: center;
  }
  .l-sticker-contents-block {
    position: relative;
    margin-bottom: 9%;
  }
  .l-sticker-contents-block.typeA {
    margin-bottom: 5%;
  }
  .l-sticker-contents-block.typeB {
    margin-bottom: 8%;
  }
  .l-sticker-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-sticker-contents-block-length {
    position: relative;
    width: 99%;
    margin: 0 auto;
  }
  .l-sticker-contents-block-length__caution {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17%;
    margin: 0 auto;
  }
  .l-sticker-contents-block__area {
    width: 96%;
    margin: 0 auto;
    position: relative;
    background-color: #6ec6c7;
    border: 2px solid #080404;
    text-align: center;
    padding: 3% 0 2%;
    box-sizing: border-box;
  }
  .l-sticker-contents-block__read {
    width: 74%;
    margin: 0 auto 2%;
    margin-right: 14%;
  }
  .l-sticker-contents-block__badge {
    width: 23%;
    position: absolute;
    top: -24%;
    right: -2%;
  }
  .l-sticker-contents-block__bg {
    width: 96%;
    margin: 0 auto;
    border: 2px solid #080404;
    border-top: none;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 6% 2.5% 5%;
  }
  .l-sticker-contents-block__img {
    margin: 0 auto;
  }
  .l-sticker-contents-block__img.typeA {
    width: 100%;
    margin-bottom: 4%;
  }
  .l-sticker-contents-block__img.typeB {
    width: 90%;
    margin-top: 7%;
  }
  .l-sticker-contents-target__title {
    line-height: 1;
    width: 56%;
    margin: 0 auto 1%;
  }
  .l-sticker-contents-target__inner {
    border: 2px solid #080404;
    box-sizing: border-box;
    width: 96%;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .l-sticker-contents-target__caution {
    margin-bottom: 2%;
  }
  .l-sticker-contents-target__table {
    box-sizing: border-box;
    overflow: hidden;
  }
  .l-sticker-contents-target__cell {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background-color: #ffffff;
  }
  .l-sticker-contents-target__cell .spacer {
    width: none;
  }
  .l-sticker-contents-target__cell .cell__flex {
    width: 78%;
    display: flex;
    align-items: center;
    padding-left: 0.8em;
  }
  .l-sticker-contents-target__cell .cell__flex.typeA {
    flex-wrap: wrap;
  }
  .l-sticker-contents-target__cell .cell__item {
    text-align: left;
    font-size: 80%;
    color: #080404;
    box-sizing: border-box;
    line-height: 1.4;
  }
  .l-sticker-contents-target__cell .cell__item.typeA {
    box-sizing: border-box;
    padding: 0 8%;
    width: 22%;
    border-right: 1px solid #e5e5e5;
  }
  .l-sticker-contents-target__cell .cell__item.typeB {
    margin-right: 1em;
    width: auto;
    letter-spacing: -0.5px;
  }
  .l-sticker-contents-target__cell .cell__item.typeC {
    width: auto;
    margin-right: 1em;
  }
  .l-sticker-contents-target__cell .cell__item.typeD {
    width: auto;
  }
  .l-sticker-contents-target__cell .cell__item.typeE {
    width: 100%;
  }
  .l-sticker-contents-target__cell:first-of-type {
    background: #8dc21f;
    padding: 1.5% 3.5% 1.5%;
    display: flex;
    justify-content: center;
    border: none;
  }
  .l-sticker-contents-target__cell:first-of-type .cell__item {
    line-height: 1;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    color: #080404;
  }
  .l-sticker-contents-target__cell:first-of-type .cell__item:after {
    content: "／";
  }
  .l-sticker-contents-target__cell:first-of-type .cell__item:first-child {
    padding: 0;
    width: auto;
    margin-right: 0;
    border-right: none;
  }
  .l-sticker-contents-target__cell:first-of-type .cell__item:nth-child(2) {
    width: auto;
    margin-right: 0;
  }
  .l-sticker-contents-target__cell:first-of-type .cell__item:nth-child(3) {
    width: auto;
    margin-right: 0;
  }
  .l-sticker-contents-target__cell:first-of-type .cell__item:last-child {
    width: auto;
    margin-left: 0;
  }
  .l-sticker-contents-target__cell:first-of-type .cell__item:last-child:after {
    content: none;
  }
  .l-sticker-contents-target__cell:last-child {
    border-bottom: none;
  }
  .l-sticker-contents-step__title {
    line-height: 1;
    width: 48%;
    margin: 0 auto 2%;
  }
  .l-sticker-contents-step__inner {
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }
  .l-sticker-contents-step__img {
    text-align: center;
  }
  .l-sticker-contents-caution__title {
    line-height: 1;
    width: 48%;
    margin: 0 auto 3%;
  }
  .l-sticker-contents-caution__inner {
    width: 96%;
    margin: 0 auto;
    text-align: left;
  }
  .l-sticker-contents__btn {
    width: 84%;
    margin: 8% 7.5% 0 auto;
  }
  .l-mileage-contents-title {
    text-align: center;
  }
  .l-mileage-contents-section {
    margin-top: 5%;
    text-align: center;
  }
  .l-mileage-contents-block {
    position: relative;
    margin-bottom: 7%;
  }
  .l-mileage-contents-block.typeA {
    margin-bottom: 6%;
  }
  .l-mileage-contents-block.typeB {
    margin-bottom: 5%;
  }
  .l-mileage-contents-block.typeC {
    margin-bottom: 3%;
  }
  .l-mileage-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-mileage-contents-block-read__area {
    text-align: center;
    margin-bottom: 6%;
  }
  .l-mileage-contents-block-read__img {
    text-align: center;
    width: 93%;
    margin: 0 auto 1%;
  }
  .l-mileage-contents-block-length__area {
    width: 98%;
    margin: 0 auto;
    text-align: center;
  }
  .l-mileage-contents-block-length__date.typeA {
    width: 96%;
    margin: 0 auto 6%;
  }
  .l-mileage-contents-block__list {
    display: flex;
    justify-content: center;
    margin: 0 5%;
  }
  .l-mileage-contents-block__item {
    width: 49%;
    margin-right: 2%;
  }
  .l-mileage-contents-block__item:last-child {
    margin-right: 0;
  }
  .l-mileage-contents-goods__block {
    position: relative;
    width: 96%;
    margin: 0 auto 3%;
    background-color: #ffffff;
  }
  .l-mileage-contents-goods__block.typeA {
    margin-bottom: 6%;
  }
  .l-mileage-contents-goods__inner {
    border: 2px solid #080404;
    border-top: none;
    position: relative;
    padding: 4% 2.5% 4%;
  }
  .l-mileage-contents-goods__badge {
    width: 23%;
    position: absolute;
    top: -4.5%;
    left: 1%;
  }
  .l-mileage-contents-goods__badge.typeB {
    top: -9%;
  }
  .l-mileage-contents-goods__badge.typeC {
    top: -9%;
  }
  .l-mileage-contents-goods__img {
    margin: 0 auto;
  }
  .l-mileage-contents-goods__img.typeA {
    width: 97%;
    margin-bottom: 4%;
  }
  .l-mileage-contents-goods__img.typeB {
    width: 95%;
    margin-bottom: 4%;
  }
  .l-mileage-contents-goods__img.typeC {
    width: 93%;
    margin-bottom: 4%;
    margin-top: 2%;
  }
  .l-mileage-contents-goods__text {
    text-align: center;
    width: 50%;
    margin: 0 auto 5%;
  }
  .l-mileage-contents-goods__read {
    text-align: center;
    width: 56%;
    margin: 4% auto 2%;
    line-height: 1;
  }
  .l-mileage-contents-goods__read-cs {
    width: 36%;
    margin: 0 auto;
  }
  .l-mileage-contents-goods__link {
    color: #0087ae;
    text-decoration: underline;
  }
  .l-mileage-contents-goods-btn {
    margin-bottom: 3%;
  }
  .l-mileage-contents-goods-btn__item {
    width: 43%;
    margin: 0 auto;
  }
  .l-mileage-contents-entry-caution {
    width: 92%;
    margin: 0 auto;
    background-color: #fff959;
    border: 1px solid #ea0029;
    text-align: center;
    padding: 2% 1%;
  }
  .l-mileage-contents-entry-caution__text {
    font-size: 2.4vw;
    font-weight: 600;
    color: #ea0029;
  }
  .l-mileage-contents-app__block {
    width: 92%;
    margin: 0 auto;
  }
  .l-mileage-contents-app-step__area {
    border: 2px solid #000000;
    background-color: #ffffff;
    margin-bottom: 4%;
  }
  .l-mileage-contents-app-step__title {
    text-align: center;
    background-color: #8dc21f;
    line-height: 1;
    padding: 1.5% 40.5%;
    border-bottom: 2px solid #000000;
  }
  .l-mileage-contents-app-step__title.typeA {
    padding: 2% 12%;
    border-top: 2px solid #000000;
  }
  .l-mileage-contents-app-step__list {
    padding: 3% 2.5%;
    text-align: center;
  }
  .l-mileage-contents-app-step__item {
    margin-bottom: 2.5%;
  }
  .l-mileage-contents-app-step__item:last-child {
    margin-bottom: 0;
  }
  .l-mileage-contents-app-step__img {
    text-align: center;
    padding: 2% 2% 4%;
  }
  .l-mileage-contents-app-step-btn__list {
    padding: 7% 0 7%;
  }
  .l-mileage-contents-app-step-btn__item {
    margin: 0 auto;
  }
  .l-mileage-contents-app-step-btn__item:first-child {
    width: 72%;
    margin-bottom: 4%;
  }
  .l-mileage-contents-app-step-btn__item:last-child {
    width: 58%;
  }
  .l-mileage-contents-point__block {
    border: 1px solid #ea0029;
    width: 92%;
    margin: 0 auto;
    background: #fff959;
    padding: 3% 2% 3%;
  }
  .l-mileage-contents-point__list {
    text-align: left;
    margin-bottom: 1em;
  }
  .l-mileage-contents-point__item {
    font-size: 65%;
    color: #252525;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-mileage-contents-point__item span {
    color: #ea0029;
  }
  .l-mileage-contents-point-link {
    text-align: left;
    margin-bottom: 1em;
  }
  .l-mileage-contents-point-link__item {
    font-size: 70%;
    margin-bottom: 1em;
  }
  .l-mileage-contents-point-link__item:last-child {
    margin-bottom: 0;
  }
  .l-mileage-contents-point-link__item a {
    font-weight: 500;
    border-bottom: 1px solid #0054a7;
    color: #0054a7;
  }
  .l-mileage-contents-point-caution {
    background: #fff;
    padding: 3% 3% 3%;
  }
  .l-mileage-contents-point-caution__list {
    text-align: left;
  }
  .l-mileage-contents-point-caution__item {
    font-weight: 500;
    color: #ea0029;
    font-size: 70%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-mileage-contents-caution__title {
    width: 48%;
    margin: 0 auto 3.5%;
  }
  .l-mileage-contents-caution__inner {
    margin: 0 2.5%;
  }
  .l-mileage-contents-caution-block {
    margin-bottom: 1em;
  }
  .l-mileage-contents-caution-block:last-child {
    margin-bottom: 0;
  }
  .l-mileage-contents-caution-block__title {
    text-align: left;
    color: #ffffff;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 75%;
    font-weight: 700;
    margin-bottom: 0.5em;
  }
  .l-mileage-contents-caution__list {
    text-align: left;
  }
  .l-mileage-contents-caution__item {
    font-weight: 500;
    color: #ffffff;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 65%;
  }
  .l-mileage-contents-caution__item a {
    color: #6ec6c7;
    border-bottom: 1px solid #6ec6c7;
  }
  .l-mileage-contents-caution__item span {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-mileage-contents-caution-link {
    margin-top: 1em;
    text-align: left;
  }
  .l-mileage-contents-caution-link__item {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 65%;
    font-weight: 500;
    margin-bottom: 0.5em;
    color: #ffffff;
  }
  .l-mileage-contents-caution-link__item:last-child {
    margin-bottom: 0;
  }
  .l-mileage-contents-caution-link__item a {
    color: #6ec6c7;
    border-bottom: 1px solid #6ec6c7;
  }

  .accordion-title {
    position: relative;
    cursor: pointer;
  }
  .accordion-content {
    display: none;
  }

  .slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important;
  }

  div#wrapper-content .slide-arrow {
    width: 5.5%;
  }

  .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .slide-arrow.prev-arrow {
    left: -7.5%;
    z-index: 1;
  }
  .slide-arrow.next-arrow {
    right: -7.5%;
  }

  .pagemenu {
    text-align: center;
    margin: 0 1.5% 6%;
  }
  .pagemenu__item {
    margin-bottom: 3%;
  }
  .pagemenu__item:last-child {
    margin-bottom: 0;
  }

  .pagetop {
    width: 20%;
    right: 0%;
    z-index: 2;
  }
}
/* Common
------------------------------------------------------------- */
.wf-hannari {
  font-family: "Hannari";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.color-red {
  color: #cc0000;
}
.color-caution {
  color: #d20000;
}
.color-green {
  color: #009944;
}
.color-blue {
  color: #033256;
}
.color-pink {
  color: #e95471;
}
.color-white {
  color: #ffffff;
}

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

@media print {
  body {
    display: none !important;
  }
}
/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.coming {
  position: relative;
  background: #e60012;
  text-align: center;
}

@media screen and (min-width: 751px) {
  div#wrapper-content .coming {
    padding: 8px 0 7px;
  }
  div#wrapper-content .coming img {
    width: 67px;
  }

  .main__visual {
    position: relative;
    text-align: center;
  }
  .main__text {
    margin-top: 67px;
    text-align: center;
  }

  .kv__area {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #maga_head_wrap {
    background-color: #ffffff;
    z-index: 1;
  }

  div#wrapper-content .coming {
    padding: 1.3% 0 1.3%;
    line-height: 1;
  }
  div#wrapper-content .coming img {
    width: 12.8%;
  }

  .main__visual {
    text-align: center;
    width: 100%;
    margin: 0 auto 4%;
  }
  .main__text {
    margin-top: 9%;
  }
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contact {
    text-align: center;
    margin: 80px auto 20px;
  }
  .l-contact.typeA {
    margin-top: 50px;
  }
  .l-contact__inner {
    padding: 16px 0 18px;
    background-color: #8dc21f;
  }
  .l-contact__title {
    margin-bottom: 16px;
  }
  .l-contact__text {
    margin-bottom: 16px;
  }
  .l-contact__caution {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    text-align: left;
  }
  .l-contact__item {
    margin-right: -8px;
  }
  .l-contact__item:first-child {
    margin-bottom: 8px;
  }

  .snsList {
    z-index: 1;
    padding: 50px 0 20px;
  }
  .snsList li {
    box-sizing: content-box;
    border: 2px solid #ffffff;
  }

  .l-bnr {
    z-index: 1;
    position: relative;
    text-align: center;
    margin: 50px auto 50px;
  }
  .l-bnr__item {
    margin-bottom: 30px;
  }
  .l-bnr__item:last-child {
    margin-bottom: 0;
  }
  .l-bnr__item a:hover {
    opacity: 0.6;
  }

  .l-copy {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 1;
  }
  .l-copy.typeA {
    padding: 40px 0 20px;
  }

  .l-footer__caution {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 1;
  }
  .l-footer__caution.typeA {
    padding: 40px 0 20px;
  }

  .fixed_bnr {
    background-color: #5eb3f5;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    line-height: 1;
  }
  .fixed_bnr .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .fixed_bnr img {
    width: auto;
  }
  .fixed_bnr a {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .spfooter {
    position: relative;
    z-index: 1;
  }

  .page__bnr {
    text-align: center;
    margin: 0 2% 6%;
  }

  .gotop {
    width: 50%;
    text-align: center;
    margin: 6% auto 1%;
  }
  .gotop__list {
    letter-spacing: -0.4em;
  }
  .gotop__item {
    display: inline-block;
    width: 48%;
    margin-right: 3%;
  }
  .gotop__item:last-of-type {
    margin-right: 0;
  }

  .l-contact {
    width: 100%;
    margin: 10% auto 4%;
  }
  .l-contact.typeA {
    margin-top: 6%;
  }
  .l-contact__inner {
    padding: 2.5% 0 2%;
    background-color: #8dc21f;
  }
  .l-contact__area {
    text-align: center;
  }
  .l-contact__title {
    width: 95%;
    margin: 0 auto 3%;
  }
  .l-contact__text {
    width: 92%;
    margin: 0 auto 3%;
  }
  .l-contact__caution {
    line-height: 1.2;
    font-size: 85%;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    text-align: left;
  }
  .l-contact__item {
    display: inline-block;
    margin-right: -0.5%;
  }
  .l-contact__item:first-child {
    margin-bottom: 1%;
  }
  .l-contact__item a {
    display: block;
  }
  .l-contact__link {
    margin-bottom: 4%;
  }
  .l-contact img {
    margin: auto;
  }

  .snsList {
    padding: 0 0 4%;
  }
  .snsList li {
    box-sizing: content-box;
    border: 1px solid #ffffff;
  }

  .l-bnr {
    margin-top: 10%;
    margin-bottom: 6%;
  }
  .l-bnr__item {
    width: 88%;
    margin: 0 auto 4%;
  }
  .l-bnr__item:last-child {
    margin-bottom: 0;
  }
  .l-bnr__item.typeA {
    width: 50%;
    margin: 0 auto;
  }

  .l-copy {
    font-size: 80%;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    margin: 0 auto 6%;
  }
  .l-copy.typeA {
    padding: 8% 0 5%;
  }

  .l-footer__caution {
    font-size: 70%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
  }
  .l-footer__caution.typeA {
    padding: 8% 0 5%;
  }

  .fixed_bnr {
    background-color: #5eb3f5;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    line-height: 1;
  }
  .fixed_bnr .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .fixed_bnr img {
    width: auto;
  }
  .fixed_bnr a {
    display: block;
    margin: 0 auto;
  }
}
.icon {
  display: inline;
}

div#wrapper-content img.text {
  width: 78%;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-nav__body {
    margin-bottom: 80px;
  }
  .l-nav__body.typeA {
    margin-bottom: 0;
  }
  .l-nav__block {
    width: 800px;
    margin: 0 auto 14px;
    text-align: center;
  }
  .l-nav__block:last-child {
    margin-bottom: 0;
  }
  .l-nav__item {
    margin-bottom: 18px;
  }
  .l-nav__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-nav__body {
    margin: 0 3.5% 8%;
  }
  .l-nav__body.typeA {
    margin-bottom: 0;
  }
  .l-nav__area {
    position: relative;
    margin-bottom: 6%;
  }
  .l-nav__area:last-child {
    margin-bottom: 0;
  }
  .l-nav__title {
    width: 80%;
    margin: 0 auto 1%;
  }
  .l-nav__title.typeB {
    margin-bottom: 2%;
  }
  .l-nav__block {
    margin: 0 auto 3%;
    text-align: center;
  }
  .l-nav__block:last-child {
    margin-bottom: 0;
  }
  .l-nav__item {
    margin-bottom: 3%;
  }
  .l-nav__item:last-child {
    margin-bottom: 0;
  }
}