@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
モバイル向けレイアウト指定：～639px
タブレット向けレイアウト指定：～879px
PC向けレイアウト指定：880px〜
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  color: #000;
  font: 1em/1.8em "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, "MS　Pゴシック", sans-serif;
  width: 100%;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

p {
  hanging-punctuation: allow-end;
}

a {
  color: #647eff;
  text-decoration: none;
}

a:hover,
a img:hover {
  opacity: 0.7;
}

/* 共通画像100% */
.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image {
  display: block;
  height: auto;
  width: 100%;
}

/* 共通インナー */
.inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 40px;
}

@media only screen and (max-width: 880px) {
  .inner-main {
    max-width: 740px;
  }
}

@media only screen and (max-width: 640px) {
  .inner {
    max-width: 520px;
    padding: 0;
    width: 92%;
  }
}

@media only screen and (max-width: 880px) {
  .inner-title {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 640px) {
  .inner-title {
    max-width: 520px;
    padding: 0;
    width: 92%;
  }
}

/* 幅100% */
@media only screen and (max-width: 880px) {
  .fluid-box {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 100vw;
  }
}

/*==========================================
 ヘッダー
===========================================*/
/* pcトップflexbox */
.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* トップflexbox-item */
.item-top1 {
  margin-right: 110px;
  width: 140px;
}

@media only screen and (max-width: 880px) {
  .item-top1 {
    display: none;
  }
}

.item-top2 {
  max-width: 240px;
  padding: 10px 0;
}

.item-top3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  width: 250px;
}

@media only screen and (max-width: 640px) {
  .item-top1,
  .item-top2,
  .item-top3 {
    display: none;
  }
}

/* ログインと登録のflexbox-item */
.top3-box {
  max-width: 120px;
}

/* モバイルトップflexbox */
.m-item-top1,
.m-item-top2 {
  display: none;
}

@media only screen and (max-width: 640px) {
  header {
    background: #fff;
    border-bottom: 1px solid #c0c0c0;
    height: 42px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .m-item-top1,
  .m-item-top {
    display: block;
  }

  .m-item-top1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;

    width: 110px;
    padding: 11px 0;
  }

  .m-item-top2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .m-top2-box1 {
    margin-left: 3%;
    flex-basis: 62px;
  }

  .m-top2-box2 {
    margin-left: 3%;
    flex-basis: 36px;
  }
}

/*==========================================
 検索
===========================================*/
/* フォーム枠 */
.form-wrap {
  background: #647eff;
  padding: 10px 0;
}

/* フォーム全体 */
.michi_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  font-size: 0.85em;
}

@media only screen and (max-width: 640px) {
  .form-wrap {
    display: none;
  }

  .michi_form-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    font-size: 0.85em;
    margin: 16px 0 20px 0;
  }
}

/* カテゴリとエリア */
.select-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;

  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;

  margin-right: 8px;
  position: relative;
}

@media only screen and (max-width: 880px) {
  .select-wrap {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;

    margin: 0 0 12px;
  }

  .mr-20p {
    margin-right: 1%;
  }

  .ml-20p {
    margin-left: 1%;
  }
}

@media only screen and (max-width: 640px) {
  .inner-form {
    margin: 0 auto;
    width: 92%;
  }

  .select-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;

    margin: 0 0 12px;
  }
}

.select-wrap:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 43px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
}

select {
  appearance: button;
  appearance: none;
  background: none transparent;
  border: none;
  border-radius: 3px;
  font-size: inherit;
  height: 38px;
  padding: 8px 12px;
  width: 100%;
  -moz-appearance: button;
  -moz-appearance: none;
  -webkit-appearance: button;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.select-wrap.select-primary:before {
  color: #fff;
}

.select-wrap.select-primary > select {
  background: #a2b2ff;
  color: #fff;
}

.select-wrap.select-primary > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

/* キーワード */
.search_input {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;

  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;

  border: none;
  border-radius: 0;
  font-size: inherit;
  height: 38px;
  padding-left: 10px;
}

@media only screen and (max-width: 640px) {
  .search_input {
    background: #eee;
  }
}

.search_btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;

  background: #00cec0 url(./images/search.png) no-repeat scroll;
  background-size: 43px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  text-indent: -9999px;
  width: 43px;
  margin-left: 8px;
  -moz-appearance: button;
  -moz-appearance: none;
  -webkit-appearance: button;
  -webkit-appearance: none;
}

/*==========================================
 モバイルアコーディオン
===========================================*/
/* モバイル用メニューボタン */
.btn-a {
  background: url(./images/search-a.png) no-repeat;
  background-size: contain;
  padding-top: 86.1111111%;
}

.active .btn-a {
  background: url(./images/search-b.png) no-repeat;
  background-size: contain;
  padding-top: 86.1111111%;
}

/* アコーディオン */
.mnav-wrap {
  display: none;
}

.mnav-wrap {
  background: #fff;
  box-shadow: 0 3px 10px 2px #c4c4c4;
  left: 0;
  line-height: 1.6em;
  position: absolute;
  top: 42px;
  width: 100%;
  z-index: 999;
}

.m-nav > ul > li {
  border-bottom: 1px solid #353535;
  height: auto;
  min-height: 44px;
}

.m-nav > ul > li > a {
  background: #fff url(./images/icon-mnav.png) no-repeat 5% 50%;
  background-size: 10px 16px;
  display: block;
  height: 100%;
  padding: 10px 0 10px 12%;
}

@media only screen and (min-width: 740px) {
  .m-nav > ul > li > a {
    padding: 10px 0 10px 8%;
  }
}

/*==========================================
 パンくず
===========================================*/
/* パンくず */
.breadcrumbs {
  font-size: 0.75em;
  line-height: 1.5em;
  padding-top: 6px;
}

@media only screen and (max-width: 640px) {
  .breadcrumbs {
    margin-top: 40px;
  }
}

/*==========================================
 記事全体
===========================================*/
/* 共通 */
.main {
  background: #fefedc;
  padding-bottom: 40px;
}

.blog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-top: 20px;
}

.blog-inner {
  -ms-flex-negative: 1;
  flex-shrink: 1;

  margin-right: 40px;
  width: 740px;
}

.side {
  -ms-flex-negative: 0;
  flex-shrink: 0;

  width: 300px;
}

@media only screen and (max-width: 880px) {
  .blog-container {
    display: block;
  }

  .blog-inner {
    margin-right: 0;
    width: 100%;
  }

  .side {
    margin-top: 20px;
    width: 100%;
  }
}

/*==========================================
 ページ記事
===========================================*/
/* 白バック */
.blog-back {
  background: #fff;
  padding: 0 25px;
}

@media only screen and (max-width: 640px) {
  .blog-back {
    padding: 0 16px;
  }
}

/* 本文 */
.blog-article {
  font-size: 0.96em;
  padding: 20px 0;
}

@media only screen and (max-width: 640px) {
  .blog-article {
    font-size: 0.9em;
  }
}

/* タイトル */
.page-title {
  font-size: 1.6em;
  padding-top: 30px;
  text-align: center;
}

.page-s-title {
  font-size: 1.2em;
}

/* ブロック */
.block {
  margin-top: 30px;
}

/*==========================================
 ミチコネニュース
===========================================*/
/* 白バック */
.news-back {
  background: #fff;
}

/* padding */
.padding-back {
  padding-left: 25px;
  padding-right: 25px;
}

.padding-t0 {
  padding-top: 0;
}

@media only screen and (max-width: 640px) {
  .padding-back {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ニューストップタイトル */
.green {
  color: #00cbc0;
}

/* ニュース枠 */
.border-gray {
  border: 1px solid #ded9d9;
  border-radius: 10px;
}

/* 見出し */
.news-title {
  font-size: 1.4em;
  line-height: 1.4em;
  padding: 18px 25px 16px;
}

@media only screen and (max-width: 640px) {
  .news-title {
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 16px;
  }
}

.sub-l {
  background: #647eff;
  float: left;
  height: 2px;
  width: 19.3548387%;
}

.sub-r {
  background: #ded9d9;
  float: right;
  height: 2px;
  width: 80.6451613%;
}

/* 時間 */
.time-wrap {
  padding: 10px 20px 0;
}

time {
  color: #999;
  display: block;
  float: left;
  font: italic 0.7em/1.8em "Lato", sans-serif;
  letter-spacing: 0.1em;
}

/* sns */
.blog-sns {
  float: right;
  margin-top: -10px;
}

@media only screen and (max-width: 640px) {
  time {
    float: none;
  }

  .blog-sns {
    float: none;
    margin-top: -2px;
  }
}

/* 画像 */
.blog-article img {
  display: block;
  height: auto;
  margin: 18px auto;
  max-width: 480px;
  width: 100%;
}

/*==========================================
 全てのニュース
===========================================*/
.news-colum {
  display: block;
}

.all-news {
  margin-bottom: 20px;
}

.padding-b10 {
  padding-bottom: 10px;
}

/* もっと見る */
.blog-more {
  margin: 0 auto 20px;
  max-width: 240px;
}

/*==========================================
 ページナビ
===========================================*/
.pagenation {
  margin-top: 16px;
  text-align: center;
}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  display: inline-block;
  margin: 0;
}

.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #999999;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 4px 14px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 4px 14px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
  background-color: #444444;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/*==========================================
 初めての方へ アバウト
===========================================*/
/* 全体の見出しとサブ*/
.about-title {
  font-size: 1.6em;
  margin-top: 20px;
  text-align: center;
}

.about-p {
  border-bottom: 3px solid #647eff;
  margin: 12px 0;
  padding-bottom: 10px;
  text-align: center;
}

.about-p br {
  display: none;
}

@media only screen and (max-width: 880px) {
  .about-title {
    font-size: 1.2em;
  }

  .about-p {
    font-size: 0.9em;
    line-height: 1.7em;
    margin-top: 4px;
  }

  .about-p br {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .about-p {
    border: none;
    margin: 5px 0 0;
    padding-bottom: 10px;
  }
}

/* 取引の流れ */
.feature-title {
  color: #666;
  font-size: 1.4em;
  margin: 40px auto 20px;
  text-align: center;
}

img.beginner-mb {
  display: none;
}

@media only screen and (max-width: 880px) {
  img.beginner-pc {
    display: none;
  }

  img.beginner-mb {
    display: block;
  }
}

/*==========================================
 ご利用ガイド
===========================================*/
.guide-box {
  background: #ebebff;
  border: 3px solid #647eff;
  border-radius: 10px;
  line-height: 1.7em;
  margin: 20px auto 0;
  max-width: 640px;
  padding: 14px;
  position: relative;
}

.guide-box:before {
  bottom: -50px;
  color: #647eff;
  content: "\f358";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
}

.guide-box2 {
  background: #ebebff;
  border: 3px solid #647eff;
  border-radius: 10px;
  line-height: 1.7em;
  margin: 20px auto 0;
  max-width: 640px;
  padding: 14px;
  position: relative;
}

.guide-red {
  background: #ffe9f5;
  border: 3px solid #ff79c5;
  border-radius: 10px;
  line-height: 1.7em;
  margin: 20px auto 0;
  max-width: 640px;
  padding: 14px;
  position: relative;
}

.guide-red:before {
  bottom: -50px;
  color: #ff79c5;
  content: "\f358";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
}

.guide-red2 {
  background: #ffe9f5;
  border: 3px solid #ff79c5;
  border-radius: 10px;
  line-height: 1.7em;
  margin: 20px auto 60px;
  max-width: 640px;
  padding: 14px;
  position: relative;
}

.guide-red3 {
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .guide-box,
  .guide-box2,
  .guide-red,
  .guide-red2 {
    font-size: 0.9em;
  }
}

.mt-66 {
  margin-top: 66px;
}

.mt-30 {
  margin-top: 30px;
}

.guide-title {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 8px;
}

/*==========================================
 ようぼくとは
===========================================*/
.yoboku-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  border: 1px solid #999;
  margin: 40px 0;
  padding: 14px;
}

.yoboku-item1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;

  font-size: 1.1em;
  font-weight: bold;
  width: 180px;
}

.yoboku-item2 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media only screen and (max-width: 640px) {
  .yoboku-container {
    display: block;

    font-size: 0.9em;
    line-height: 1.6em;
    margin: 0 0 40px;
  }

  .yoboku-item1 {
    margin-bottom: 4px;
    width: 100%;
  }
}

#yoboku {
  padding-top: 40px;
}

/*==========================================
 ご利用ガイド
===========================================*/
.guide-box {
  background: #ebebff;
  border: 3px solid #647eff;
  border-radius: 10px;
  line-height: 1.7em;
  margin: 20px auto 0;
  max-width: 640px;
  padding: 14px;
  position: relative;
}

.guide-box:before {
  bottom: -50px;
  color: #647eff;
  content: "\f358";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
}

.guide-box2 {
  background: #ebebff;
  border: 3px solid #647eff;
  border-radius: 10px;
  line-height: 1.7em;
  margin: 20px auto 0;
  max-width: 640px;
  padding: 14px;
  position: relative;
}

.guide-red {
  background: #ffe9f5;
  border: 3px solid #ff79c5;
  border-radius: 10px;
  line-height: 1.7em;
  margin: 20px auto 0;
  max-width: 640px;
  padding: 14px;
  position: relative;
}

.guide-red:before {
  bottom: -50px;
  color: #ff79c5;
  content: "\f358";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
}

.guide-red2 {
  background: #ffe9f5;
  border: 3px solid #ff79c5;
  border-radius: 10px;
  line-height: 1.7em;
  margin: 20px auto 60px;
  max-width: 640px;
  padding: 14px;
  position: relative;
}

.guide-red3 {
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .guide-box,
  .guide-box2,
  .guide-red,
  .guide-red2 {
    font-size: 0.9em;
  }
}

.mt-66 {
  margin-top: 66px;
}

.mt-30 {
  margin-top: 30px;
}

.guide-title {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 8px;
}

/*==========================================
 Q&A
===========================================*/
.qa-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  line-height: 1.6em;
  margin-top: 20px;
  width: 100%;
}

.q-box,
.a-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;

  margin-top: -10px;
  width: 40px;
}

.q-wrap,
.a-wrap {
  -ms-flex-negative: 1;
  flex-shrink: 1;

  background: #fff;
  border: 3px solid #eee;
  border-radius: 10px;
  font-weight: bold;
  margin: 0 16px;
  padding: 20px 14px;
  position: relative;
}

.q-wrap:before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  content: "";
  display: block;
  height: 0;
  left: -8px;
  margin-top: -9px;
  position: absolute;
  top: 20px;
  width: 0;
  z-index: 1;
}

.q-wrap:after {
  border-color: transparent #eee transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  content: "";
  display: block;
  height: 0;
  left: -12px;
  margin-top: -10px;
  position: absolute;
  top: 20px;
  width: 0;
  z-index: 0;
}

@media only screen and (max-width: 640px) {
  .q-box {
    width: 34px;
  }

  .q-wrap {
    margin: 0 12px;
  }
}

.qa-a-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  margin-bottom: 60px;
}

.a-wrap {
  font-weight: normal;
}

.a-wrap:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  content: "";
  display: block;
  height: 0;
  right: -8px;
  margin-top: -9px;
  position: absolute;
  top: 20px;
  width: 0;
  z-index: 1;
}

.a-wrap:after {
  border-color: transparent transparent transparent #eee;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  content: "";
  display: block;
  height: 0;
  right: -12px;
  margin-top: -10px;
  position: absolute;
  top: 20px;
  width: 0;
  z-index: 0;
}

.mt-40 {
  margin-top: 40px;
}

/*==========================================
 お問い合わせページ
===========================================*/
.con-back {
  background: #fefedc;
  padding-bottom: 30px;
}

.contact-wrap {
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 0 0;
  padding: 0 25px 20px;
}

@media only screen and (max-width: 640px) {
  .contact-wrap {
    font-size: 0.9em;
    padding: 0 16px 20px;
  }
}

/*==========================================
 お問い合わせテーブル
===========================================*/
.contact {
  margin: 0 auto;
  max-width: 760px;
  padding: 20px 0;
}

@media only screen and (max-width: 880px) {
  .contact {
    padding-bottom: 0;
    max-width: 540px;
  }
}

.con-border {
  border-bottom: 1px solid #ff9276;
  max-width: 760px;
  margin: 20px auto 0;
  padding-bottom: 10px;
}

.contact table {
  border: none;
  margin-top: 20px;
}

.contact th {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  width: 250px;
}

.contact td {
  padding: 15px 0;
  width: 600px;
}

@media only screen and (max-width: 880px) {
  .contact th,
  .contact td {
    display: block;
    float: left\9;
    width: 100%;
  }

  .contact td {
    padding: 0 0 16px;
  }
}

.length-l,
.length-m {
  border: solid 1px #d6d4d4;
  background-color: #f8f8f8;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 8px;
}

.length-l {
  width: 100%;
}

.length-m {
  width: 73.3333333%;
}

@media only screen and (max-width: 500px) {
  .length-m {
    width: 100%;
  }
}

.require {
  color: #f00;
  font-size: 60%;
  font-weight: normal;
  white-space: nowrap;
}

.require:after {
  content: " ";
  white-space: normal;
}

.wpcf7-form input.submit {
  background: #ff9276;
  border: solid 1px #ff6740;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 1.4em;
  margin: 0 auto -10px;
  padding: 6px 0;
  width: 200px;
  -webkit-appearance: none;
}

.wpcf7-form input.submit:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-not-valid {
  background: #ffa;
}

.wpcf7-response-output {
  border: solid 1px #c0c0c0 !important;
  margin: 0 !important;
}

.ajax-loader {
  height: 16px !important;
  width: 16px !important;
}

/*==========================================
 サイド寄付
===========================================*/
.donation-container {
  background: #647eff;
  border-radius: 6px;
  padding: 10px 26px;
}

.donation-txt {
  color: #fff;
  text-align: left;
}

.donation-btn img {
  margin: 8px auto 6px;
  width: 180px;
}

@media only screen and (max-width: 880px) {
  .donation-container {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .donation-container {
    padding: 10px 30px;
  }

  .donation-txt {
    text-align: left;
  }
}

/*==========================================
 サイドランキング
===========================================*/
.side-wrap {
  background: #fff;
  margin-top: 20px;
  padding: 20px 20px 10px;
}

@media only screen and (max-width: 640px) {
  .side-wrap {
    padding: 20px 16px 10px;
  }
}

/* タイトル */
.side-wrap h3 {
  color: #555;
  font-size: 1.1em;
  text-align: center;
}

.side-wrap h3:before {
  content: "\f521";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 4px;
  position: relative;
  top: -1px;
}

/* ランキング */
.side-list-wrap {
  counter-reset: wpp-ranking;
  margin-top: 16px;
}

.side-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 7px;
}

.list-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;

  height: 65px;
  width: 65px;
}

li {
  background-image: none;
  list-style-type: none;
}

.list-title {
  -ms-flex-negative: 1;
  flex-shrink: 1;

  font-size: 0.9em;
  line-height: 1.5em;
  padding-left: 10px;
}

/* ランキング順位 */
.side-list-wrap {
  counter-reset: wpp-ranking;
}

.side-list-wrap li:before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
}

.side-list-wrap li {
  list-style-type: none;
  position: relative;
}

.side-list-wrap li::before {
  background: #2478e5;
  color: #fff;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  font-size: 0.8em;
  height: 18px;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 18px;
  z-index: 1;
}

/*==========================================
 ニュースサイド
===========================================*/
.side-news {
  background: #fff;
  margin-top: 20px;
  padding: 10px 20px;
}

@media only screen and (max-width: 640px) {
  .side-news {
    padding: 10px 16px;
  }
}

.side-news h2 {
  color: #999;
}

.news-list li {
  background: url(./images/news-list.png) no-repeat left 3px;
  background-size: 14px 13px;
  border-bottom: 1px solid #c0c0c0;
  margin-top: 14px;
  padding-bottom: 14px;
}

.news-list li:last-child {
  border-bottom: none;
}

.news-list h3 {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.4em;
  padding-left: 20px;
}

/*==========================================
 フッター
===========================================*/
.footer-back {
  background: #4c4c4c;
  padding: 20px 0;
}

/* PC */
.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-container h2 {
  color: #fff;
  font-size: 0.8em;
}

.foot-item li {
  font-size: 0.75em;
  padding-left: 10px;
  position: relative;
}

.foot-item li:before {
  color: #999;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}

.foot-item li a {
  color: #fff;
}

.mt-28 {
  margin-top: 28px;
}

@media only screen and (max-width: 880px) {
  .footer-container {
    display: none;
  }
}

/* モバイル */
.m-foot-container {
  display: none;
}

@media only screen and (max-width: 880px) {
  .m-foot-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-foot-item li {
    font-size: 0.75em;
    padding-left: 10px;
    position: relative;
    margin: 0 10px;
  }

  .m-foot-item li:before {
    color: #999;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
  }

  .m-foot-item li a {
    color: #fff;
  }
}

/* コピーライト */
.copy {
  font-size: 0.75em;
  padding: 10px 0 56px;
  text-align: center;
}

.copy a {
  color: #000;
}

/*=======================================================
ACF化に伴う対応
=======================================================*/
.beginner-about-p br{
  display: block;
}
.guide .about-title{
  margin-top: 30px;
}
.guide .feature-title + .about-title{
  margin-top: 20px;
}
.guide-box + .guide-box,
.guide-red + .guide-red{
  margin-top: 66px;
}
.guide-box:last-of-type::before,
.guide-red:last-of-type::before{
  display: none;
}