@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
#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: tbudrgothic-std, "Noto Sans Japanese", "メイリオ", 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;
  }

  #shikimori_article {
    width: 800px;
    margin: auto;
  }
  #shikimori_article img {
    vertical-align: top;
  }
  #shikimori_contents {
    background: url(../img/outer_bg.png);
    background-repeat: repeat;
    background-position: -136px 20px;
  }

  .l-contents {
    margin-top: 54px;
    margin-bottom: 94px;
  }
  .l-contents:last-child {
    margin-bottom: 0;
  }
  .l-contents__title {
    line-height: 1;
    text-align: center;
  }
  .l-contents__title.typeA {
    margin-bottom: 103px;
  }
  .l-contents-border {
    position: relative;
  }
  .l-contents-border__bg:before {
    content: "";
    position: absolute;
    bottom: -13px;
    right: -14px;
    width: 100%;
    height: 100%;
    background-color: #fef7fa;
    background-image: -webkit-repeating-linear-gradient(135deg, #feb9d5, #feb9d5 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px);
    background-image: repeating-linear-gradient(-45deg, #feb9d5, #feb9d5 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px);
  }
  .l-contents-border__inner {
    position: relative;
    background: #fff;
    border-left: 2px solid #ffb4c8;
  }
  .l-contents-length {
    text-align: center;
    margin-bottom: 56px;
  }
  .l-contents-length__title {
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
  }
  .l-contents-length__body {
    padding: 57px 0 40px;
    text-align: center;
  }
  .l-contents-length__date {
    margin-bottom: 25px;
  }
  .l-contents-block {
    position: relative;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__item {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    color: #000000;
  }
  .l-contents-target {
    margin-bottom: 89px;
  }
  .l-contents-target__title {
    text-align: center;
    margin-bottom: 32px;
  }
  .l-contents-target__body {
    padding: 0 60px;
  }
  .l-contents-target__text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .l-contents-target__pop {
    text-align: center;
    margin-bottom: 54px;
  }
  .l-contents-target__img {
    text-align: center;
    margin-bottom: 45px;
  }
  .l-contents-target__table {
    width: 100%;
  }
  .l-contents-target__cell {
    width: 100%;
    display: table;
  }
  .l-contents-target__cell span {
    display: table-cell;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: #000000;
    vertical-align: middle;
  }
  .l-contents-target__cell span:first-of-type {
    width: 12%;
  }
  .l-contents-target__cell span:nth-child(2) {
    width: 48%;
    text-align: left;
  }
  .l-contents-target__cell span:nth-child(3) {
    width: 7%;
    text-align: right;
    padding-right: 10px;
  }
  .l-contents-target__cell span:nth-child(4) {
    width: 30%;
    text-align: right;
    padding-right: 56px;
  }
  .l-contents-target__cell:nth-child(even) {
    background: #fbebf3;
  }
  .l-contents-target__cell:nth-child(odd) {
    background: #fef7fa;
  }
  .l-contents-target__cell:first-of-type {
    background: #f8698e;
  }
  .l-contents-target__cell:first-of-type span {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 5px;
  }
  .l-contents-clearfile__block {
    position: relative;
    background: #fef7fa;
    border-left: 2px solid #ffb4c8;
    border-right: 2px solid #ffb4c8;
    margin-bottom: 80px;
  }
  .l-contents-clearfile__title {
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .l-contents-clearfile__inner {
    padding: 61px 87px 29px;
  }
  .l-contents-clearfile-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .l-contents-clearfile-badge__img {
    margin-right: 29px;
  }
  .l-contents-clearfile-badge__text {
    color: #000;
    font-size: 20px;
  }
  .l-contents-clearfile__list {
    width: 502px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-contents-clearfile__item {
    text-align: center;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .l-contents-clearfile__item:nth-child(even) {
    margin-right: 0;
  }
  .l-contents-clearfile__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .l-contents-step {
    position: relative;
    margin-bottom: 76px;
  }
  .l-contents-step__title {
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .l-contents-step__body {
    text-align: center;
    padding: 38px 0 27px;
  }
  .l-contents-caution__title {
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .l-contents-caution__body {
    padding: 58px 68px 29px 79px;
  }
  .l-contents-caution__list {
    text-align: left;
  }
  .l-contents-caution__item {
    font-size: 16px;
    color: #000;
    text-indent: -1em;
    padding-left: 1em;
  }

  .pagetop {
    right: 66px;
  }

  div .visible-xs {
    display: none !important;
  }
}
/* SP用
-------------------------------------------- */
@media screen and (max-width: 750px) {
  div#wrapper-content {
    /* background-image: url(../img/main-image.png);*/
  }
  div#wrapper-content img {
    vertical-align: top;
  }

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

  #shikimori_article {
    margin: auto;
  }
  #shikimori_article img {
    vertical-align: top;
  }
  #shikimori_contents {
    background: url(../img/outer_bg.png);
    background-repeat: repeat;
    background-size: 100%;
  }

  .l-contents {
    margin: 4% 4% 10%;
  }
  .l-contents:last-child {
    margin-bottom: 0;
  }
  .l-contents__title {
    line-height: 1;
    text-align: center;
  }
  .l-contents__title.typeA {
    margin-bottom: 10%;
  }
  .l-contents-border {
    position: relative;
  }
  .l-contents-border__bg:before {
    content: "";
    position: absolute;
    bottom: -6%;
    right: -2%;
    width: 100%;
    height: 100%;
    background-color: #fef7fa;
    background-image: -webkit-repeating-linear-gradient(135deg, #fecbe0, #fecbe0 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3px);
    background-image: repeating-linear-gradient(-45deg, #fecbe0, #fecbe0 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3px);
  }
  .l-contents-border__bg.typeA:before {
    content: "";
    bottom: -2%;
    right: -2%;
  }
  .l-contents-border__bg.typeB:before {
    content: "";
    bottom: -3%;
    right: -2%;
  }
  .l-contents-border__inner {
    position: relative;
    background: #fff;
    border-left: 2px solid #ffb4c8;
  }
  .l-contents-length {
    text-align: center;
    margin-bottom: 22%;
  }
  .l-contents-length__title {
    width: 43%;
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .l-contents-length__body {
    padding: 9% 0 7%;
    text-align: center;
  }
  .l-contents-length__date {
    margin: 0 auto;
    width: 82%;
  }
  .l-contents-block {
    position: relative;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__item {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 70%;
    color: #000000;
  }
  .l-contents-target {
    margin: 0 7% 12%;
  }
  .l-contents-target__title {
    width: 26%;
    line-height: 1;
    margin: 0 auto;
  }
  .l-contents-target__body {
    margin-top: 3%;
  }
  .l-contents-target__text {
    font-size: 70%;
    text-align: center;
    margin-bottom: 6%;
  }
  .l-contents-target__pop {
    width: 50%;
    text-align: center;
    margin: 0 auto 8%;
  }
  .l-contents-target__img {
    text-align: center;
    margin-bottom: 10%;
  }
  .l-contents-target__table {
    width: 100%;
  }
  .l-contents-target__cell {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2% 4%;
  }
  .l-contents-target__cell span {
    text-align: left;
    font-size: 90%;
    color: #000000;
    vertical-align: middle;
  }
  .l-contents-target__cell span:first-child {
    width: 15%;
    margin-right: auto;
  }
  .l-contents-target__cell span:nth-child(2) {
    width: 82%;
  }
  .l-contents-target__cell span:nth-child(3) {
    width: 15%;
    margin-right: auto;
  }
  .l-contents-target__cell span:last-child {
    width: 82%;
  }
  .l-contents-target__cell:nth-child(even) {
    background: #fbebf3;
  }
  .l-contents-target__cell:nth-child(odd) {
    background: #fef7fa;
  }
  .l-contents-target__cell:first-of-type {
    background: #f8698e;
    padding: 2% 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-contents-target__cell:first-of-type span {
    text-align: center;
    font-size: 85%;
    color: #ffffff;
  }
  .l-contents-target__cell:first-of-type span:after {
    content: "／";
  }
  .l-contents-target__cell:first-of-type span:first-child {
    width: auto;
    margin-right: 0;
  }
  .l-contents-target__cell:first-of-type span:nth-child(2) {
    width: auto;
  }
  .l-contents-target__cell:first-of-type span:nth-child(3) {
    width: auto;
    margin-right: 0;
  }
  .l-contents-target__cell:first-of-type span:last-child {
    width: auto;
  }
  .l-contents-target__cell:first-of-type span:last-child:after {
    content: none;
  }
  .l-contents-clearfile__block {
    position: relative;
    background: #fef7fa;
    border-left: 2px solid #ffb4c8;
    border-right: 2px solid #ffb4c8;
    margin-bottom: 12%;
  }
  .l-contents-clearfile__title {
    width: 57%;
    position: absolute;
    top: -2.8%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  .l-contents-clearfile__inner {
    padding: 7% 6%;
  }
  .l-contents-clearfile-badge {
    margin: 0 3% 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-contents-clearfile-badge__img {
    width: 27%;
    margin-right: 6%;
  }
  .l-contents-clearfile-badge__text {
    width: 73%;
    color: #000;
    font-size: 70%;
  }
  .l-contents-clearfile__list {
    margin: 0 auto;
    width: 65%;
  }
  .l-contents-clearfile__item {
    margin-bottom: 7%;
  }
  .l-contents-clearfile__item:last-child {
    margin-bottom: 9%;
  }
  .l-contents-step {
    position: relative;
    margin-bottom: 12%;
  }
  .l-contents-step__title {
    width: 23%;
    position: absolute;
    top: -9%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  .l-contents-step__body {
    text-align: center;
    padding: 6% 16% 3%;
  }
  .l-contents-caution__title {
    line-height: 1;
    width: 23%;
    position: absolute;
    top: -3%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  .l-contents-caution__body {
    padding: 8% 7%;
  }
  .l-contents-caution__list {
    text-align: left;
  }
  .l-contents-caution__item {
    font-size: 70%;
    text-indent: -1em;
    padding-left: 1em;
  }

  .pagetop {
    right: 5%;
    width: 10%;
  }
}
/* Common
------------------------------------------------------------- */
.wf-hannari {
  font-family: "Hannari";
}

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

.color-red {
  color: #e60012;
}
.color-green {
  color: #009944;
}
.color-blue {
  color: #0081cc;
}
.color-pink {
  color: #e95471;
}

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

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.coming {
  background: #e60012;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .coming {
    padding: 8px;
  }

  .main__visual {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  div#wrapper-content .coming {
    padding: 1%;
    line-height: 0;
  }
  div#wrapper-content .coming img {
    width: 12%;
    vertical-align: middle;
  }

  .main__visual {
    text-align: right;
  }
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contact {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
  }
  .l-contact__title {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .l-contact__body {
    text-align: center;
    padding: 59px 0 40px;
  }
  .l-contact__text {
    margin-bottom: 27px;
  }

  .snslist {
    text-align: center;
    letter-spacing: -0.4em;
    padding: 80px 0 20px;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }

  .l-bnr {
    text-align: center;
    margin: 40px 0;
  }
  .l-bnr__item {
    line-height: 0;
  }
  .l-bnr__item a:hover {
    opacity: 0.6;
  }

  .l-copy {
    font-size: 14px;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .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 {
    position: relative;
    text-align: center;
    margin: 0 4% 6%;
  }
  .l-contact__title {
    width: 82%;
    margin: 0 auto;
    line-height: 1;
    position: absolute;
    top: -2%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .l-contact__body {
    text-align: center;
    padding: 8% 0% 7%;
  }
  .l-contact__text {
    width: 70%;
    margin: 0 auto 4%;
  }
  .l-contact__number {
    width: 70%;
    margin: 0 auto;
  }

  .snslist {
    text-align: center;
    letter-spacing: -0.4em;
    padding: 10% 0;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }

  .l-bnr {
    padding: 5% 3%;
  }
  .l-bnr-list__item:not(:last-child) {
    margin-bottom: 5%;
  }

  .l-copy {
    font-size: 80%;
    margin: 0 4%;
    text-align: center;
  }
}
.icon {
  display: inline;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-nav__list {
    margin: 18px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-nav__item {
    width: calc(50% - 1px);
  }
}
@media screen and (max-width: 750px) {
  .l-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 7% 2.5% 6% 1%;
    text-align: center;
  }
  .l-nav__item {
    width: 50%;
  }
  .l-nav__item:last-child {
    width: 48%;
  }
}