@charset "UTF-8";
:where(.mr-contents) * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
:where(.mr-contents) h1, :where(.mr-contents) h2, :where(.mr-contents) h3, :where(.mr-contents) h4, :where(.mr-contents) h5, :where(.mr-contents) h6, :where(.mr-contents) p {
  margin: 0;
}
:where(.mr-contents) ul, :where(.mr-contents) ol, :where(.mr-contents) dl {
  margin: 0;
  padding: 0;
}
:where(.mr-contents) li {
  list-style: none;
}
:where(.mr-contents) img {
  max-width: 100%;
  vertical-align: bottom;
}
:where(.mr-contents) a:focus {
  outline: none;
}
:where(.mr-contents) body, :where(.mr-contents) h1, :where(.mr-contents) h2, :where(.mr-contents) h3, :where(.mr-contents) h4, :where(.mr-contents) h5, :where(.mr-contents) h6, :where(.mr-contents) div, :where(.mr-contents) p, :where(.mr-contents) pre, :where(.mr-contents) ul, :where(.mr-contents) ol, :where(.mr-contents) dl, :where(.mr-contents) dt, :where(.mr-contents) dd, :where(.mr-contents) address, :where(.mr-contents) form, :where(.mr-contents) blockquote {
  line-height: 1em;
}

/* base */
#header_fsp, .foot-nav, #sp-foot-cts, #footer_fsp {
  display: block;
}

.mr-contents {
  color: #333;
  overflow: hidden;

}
.mr-contents img {
  width: 100%;
}

.text-background {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fdff7b));
  background: linear-gradient(transparent 70%, #fdff7b 70%);
}

.mr-spbr {
  display: inline;
}

.mr-pcbr {
  display: none;
}

/*------------------------------------

パンくず

------------------------------------*/
#plist li {
  float: left;
}

#plist li a:link, #plist li a:visited {
  text-decoration: none;
}

#plist {
  font-size: 10pt;
  max-width: 920px;
  margin: 10px auto;
  line-height: 1.1;
  vertical-align: middle;
}

/* sp用共存 */
#viewport_fsp {
  position: relative;
}

#header #head-topnavi_allb {
  position: absolute;
  right: 0;
  top: 12px;
}

#header #head-topnavi_allb li {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}

#add-line_allb a {
  border-left: none;
  padding-left: 0;
}

/* ---------------------------------

  clearfix

--------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* 共通見出し */
.mr-commonTitle {
  position: relative;
  padding-top: 39px;
  text-align: center;
  color: #59452c;
  letter-spacing: -0.1em;
  font-size: 25px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mr-commonTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 29px;
  background: url("../images/common/ico_merry.png") no-repeat center 0;
  background-size: auto 100%;
  content: "";
}

.mr-commonTitle02 {
  position: relative;
  padding-top: 50px;
  text-align: center;
  color: #59452c;
  letter-spacing: -0.05em;
  font-size: 25px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mr-commonTitle02::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: url("../images/common/ico_merry02.png") no-repeat center 0;
  background-size: auto 100%;
  content: "";
}

.mr-lineTitle {
  position: relative;
  line-height: 1.4285714286;
  padding: 0 0 0 5.6%;
  color: #59452c;
  font-size: 0.875rem;
  font-weight: bold;
}
.mr-lineTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  border-radius: 1000px;
  background: #e30c22;
  content: "";
}

.mr-linkBorderBtn {
  position: relative;
  overflow: hidden;
  border-radius: 1000px;
  background: #fff;
}
.mr-linkBorderBtn::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background: #59452c;
  content: "";
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.mr-linkBorderBtn a {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1.2857142857;
  padding: 10px 0 8px;
  border: 1px solid #59452c;
  border-radius: 1000px;
  text-align: center;
  color: #59452c;
  font-weight: bold;
  font-size: 0.875rem;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.mr-linkBorderBtn a::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.mr-linkBorderBtn.mr-hasPlus a::before {
  right: 18px;
  width: 1em;
  height: 1em;
  line-height: 1;
  background: none;
  content: "＋";
}
.mr-linkBorderBtn.mr-hasPlus.mr-isOpen a::before {
  content: "ー";
}
.mr-linkBorderBtn.mr-hasClose a::before {
  right: 7.4%;
  width: 14px;
  height: 14px;
  background: url("../images/common/ico_close.png") no-repeat 0 0/cover;
}
.mr-linkBorderBtn.mr-hasRight a::before {
  right: 11px;
  width: 8px;
  height: 12px;
  background: url("../images/common/ico_arrow_right02.png") no-repeat 0 0/cover;
}
.mr-linkBorderBtn.mr-hasDown a::before {
  right: 7.4%;
  width: 12px;
  height: 8px;
  background: url("../images/common/ico_arrow_down02.png") no-repeat 0 0/cover;
}

/* プロジェクトボックス（メイン） */
.mr-projectBox + .mr-projectBox {
  margin-top: 12px;
}
.mr-projectBox_inner {
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 30px;
  background: #fff;
}
.mr-projectBox_img {
  position: relative;
}
.mr-projectBox_no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 55px;
  height: 55px;
  color: #fff;
  border-radius: 1000px;
  background: #ff960e;
  text-align: center;
  vertical-align: bottom;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
}
.mr-projectBox_no em {
  margin-right: 2px;
  letter-spacing: -0.1em;
  font-size: 1.25rem;
  font-style: normal;
}
.mr-projectBox_title {
  line-height: 1.5;
  padding: 20px 5.2% 0;
  letter-spacing: 0.03em;
  font-size: 0.875rem;
  font-weight: bold;
}
.mr-projectBox_title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fdff7b));
  background: linear-gradient(transparent 50%, #fdff7b 50%);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.mr-projectBox_notes {
  line-height: 1.6;
  margin-top: 7px;
  letter-spacing: 0.01em;
  text-align: right;
  font-size: 0.625rem;
}
.mr-projectBox .mr-comment {
  padding: 0 5.4%;
}

/* 進捗バー */
.mr-progress {
  position: relative;
  width: 89.66%;
  height: 10px;
  margin: 22px auto 0;
  background: #ccc;
  border-radius: 50px;
}
.mr-progress_bar {
  position: relative;
  max-width: 100%;
  height: 100%;
  background: #ff960e;
  border-radius: 50px;
}
.mr-progress_bar.mr-progress_many {
  position: static;
}
.mr-progress_per {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  padding: 3px 5px;
  line-height: 1;
  background: #ff960e;
  border-radius: 10px;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-weight: bold;
  font-size: 1.1875rem;
}
.mr-progress_per::after {
  content: "%";
  font-size: 0.625rem;
}
.mr-progress_per.mr-progress_few {
  right: auto;
  left: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.mr-progress_per.mr-progress_many {
  left: auto;
  right: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* 集まったメリーポイント */
.mr-point {
  margin-top: 30px;
}
.mr-point_title {
  text-align: center;
  color: #666;
  font-weight: bold;
  font-size: 0.75rem;
}
.mr-point_title::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  vertical-align: middle;
  background: url("../images/common/ico_point.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.mr-point_current {
  margin-top: 4px;
  text-align: center;
  color: #e0575e;
  font-weight: bold;
  font-size: 1.5625rem;
}
.mr-point_current .mr-suffix {
  font-weight: bold;
  font-size: 0.75rem;
}
.mr-point_target {
  margin-top: -1px;
  text-align: center;
  color: #666;
  font-size: 0.75rem;
}

/* 支援口数と締切のラッパー */
.mr-dataGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  padding: 0 5.2%;
  font-size: 0.75rem;
  color: #666;
}

/* 支援口数 */
.mr-support {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-width: 50%;
}
.mr-support_title {
  padding-top: 15px;
  text-align: center;
}
.mr-support_title::before {
  position: relative;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 17px;
  height: 25px;
  margin-right: 2px;
  vertical-align: middle;
  background: url("../images/common/ico_person.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.mr-support_number {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.mr-support_number span {
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 1.125rem;
}

/* 締め切り */
.mr-remaining {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-width: 50%;
  padding-bottom: 9px;
  border-left: 1px solid #ccc;
}
.mr-remaining_title {
  padding-top: 15px;
  text-align: center;
}
.mr-remaining_title::before {
  position: relative;
  top: 0;
  left: 2px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  vertical-align: middle;
  background: url("../images/common/ico_limit.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.mr-remaining_days {
  margin-top: 10px;
  padding-left: 10px;
  text-align: center;
  font-weight: bold;
}
.mr-remaining_days span {
  margin: 0 10px 0 4px;
  font-weight: bold;
  font-size: 1.125rem;
}
.mr-remaining p {
  margin-top: 10px;
  text-align: center;
  font-size: 0.8rem;
}

/* コメント */
.mr-comment {
  position: relative;
  margin-top: 80px;
}
.mr-comment_inner {
  padding: 55px 0 34px;
  background: url("../images/common/bg_comment.png") repeat;
}
.mr-comment_img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 100px;
  text-align: center;
}
.mr-comment_img img {
  width: auto;
  height: 100%;
}

.mr-commentTxt {
  padding: 0 7.7%;
}
.mr-commentTxt_title {
  line-height: 1.59;
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
}
.mr-commentTxt_comment {
  line-height: 1.6666666667;
  margin-top: 12px;
  text-align: justify;
  font-size: 0.75rem;
}
.mr-commentTxt_comment:first-child {
  margin-top: 0;
}

/* 実施中に達成コメント出すとき用 */
.mr-achievement {
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 30px;
  background: #fff;
}

.mr-achievement_inner {
  padding: 28px 0 17px;
  width: 470px;
  background: url("../images/common/bg_comment.png") repeat;
}

/* フェイスブックエリア */
.mr-facebook {
  position: relative;
  padding-bottom: 50px;
  background: #fff;
}
.mr-facebook::before {
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
  height: 43.75vw;
  background: url("../images/common/bg_facebook_sp.png") no-repeat center top;
  background-size: cover;
  content: "";
}
.mr-facebook_lede {
  line-height: 1.79;
  margin-top: -5px;
  text-align: center;
  color: #59452c;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: bold;
}
.mr-facebook_iframe {
  margin-top: 15px;
  text-align: center;
}
.mr-facebook_iframe iframe {
  width: 100%;
  max-width: 500px;
  zoom: 0.5;
}

/* snsエリア */
div.sns {
  background: url("../images/common/foot_sns_bg.jpg") repeat-x 0 0;
  background-size: cover;
}
div.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 294px;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0;
}
div.sns ul li {
  overflow: hidden;
}
div.sns ul li img {
  width: 100%;
  height: auto;
}
div.sns ul li.facebook {
  width: 70px !important;
  height: 20px !important;
}
div.sns ul li.mixi {
  width: 58px !important;
  height: 20px !important;
}
div.sns ul li.twitter {
  width: 65px !important;
  height: 20px !important;
}
div.sns ul li.line {
  margin: 0;
}

@media screen and (min-width: 768px) {
  #header_fsp, .foot-nav, #sp-foot-cts, #footer_fsp {
    display: none;
  }
  /* ベース処理 */
  :where(.mr-contents) a:link, :where(.mr-contents) a:visited, :where(.mr-contents) a:active, :where(.mr-contents) a:hover {
    color: #333;
    text-decoration: none;
  }
  :where(.mr-contents) a:hover img {
    opacity: 0.8;
    -webkit-transition: opacity 0.4s 0s ease;
    transition: opacity 0.4s 0s ease;
  }
  .mr-spbr {
    display: none;
  }
  .mr-pcbr {
    display: inline;
  }
  /* 共通見出し */
  .mr-commonTitle {
    position: relative;
    padding-top: 78px;
    text-align: center;
    color: #59452c;
    letter-spacing: -0.1em;
    font-size: 2.5rem;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .mr-commonTitle::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 46px;
    background: url("../images/common/ico_merry.png") no-repeat center 0;
    background-size: auto 100%;
    content: "";
  }
  .mr-commonTitle02 {
    position: relative;
    padding-top: 99px;
    text-align: center;
    color: #59452c;
    letter-spacing: -0.05em;
    font-size: 2.5rem;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .mr-commonTitle02::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 42px;
    background: url("../images/common/ico_merry02.png") no-repeat center 0;
    background-size: auto 100%;
    content: "";
  }
  .mr-lineTitle {
    position: relative;
    line-height: 1.6;
    padding: 0 0 0 5.6%;
    color: #59452c;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .mr-lineTitle::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    border-radius: 1000px;
    background: #e30c22;
    content: "";
  }
  .mr-linkBorderBtn {
    position: relative;
    overflow: hidden;
    border-radius: 1000px;
    background: #fff;
  }
  .mr-linkBorderBtn::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background: #59452c;
    content: "";
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .mr-linkBorderBtn:hover::after {
    width: 100%;
  }
  .mr-linkBorderBtn:hover a {
    color: #fff;
  }
  .mr-linkBorderBtn a {
    position: relative;
    z-index: 2;
    display: block;
    line-height: 1.6666666667;
    padding: 19px 0 15px;
    border: 2px solid #59452c;
    border-radius: 1000px;
    text-align: center;
    color: #59452c;
    font-weight: bold;
    font-size: 1rem;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  .mr-linkBorderBtn a::before {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    font-size: 1.25rem;
  }
  .mr-linkBorderBtn.mr-hasPlus a::before {
    right: 39px;
    width: 1em;
    height: 1em;
    line-height: 1;
    background: none;
    content: "＋";
  }
  .mr-linkBorderBtn.mr-hasClose a::before {
    right: 7.4%;
    width: 20px;
    height: 20px;
    background: url("../images/common/ico_close.png") no-repeat 0 0;
    background-size: 20px;
  }
  .mr-linkBorderBtn.mr-hasClose:hover a::before {
    background: url("../images/common/ico_close02.png") no-repeat 0 0;
    background-size: 20px;
  }
  .mr-linkBorderBtn.mr-hasRight a::before {
    right: 25px;
    width: 10px;
    height: 15px;
    background: url("../images/common/ico_arrow_right02.png") no-repeat 0 0;
    background-size: cover;
  }
  .mr-linkBorderBtn.mr-hasRight:hover a::before {
    background: url("../images/common/ico_arrow_right.png") no-repeat 0 0;
    background-size: cover;
  }
  .mr-linkBorderBtn.mr-hasDown a::before {
    right: 7.4%;
    width: 15px;
    height: 10px;
    background: url("../images/common/ico_arrow_down02.png") no-repeat 0 0;
    background-size: cover;
  }
  .mr-linkBorderBtn.mr-hasDown:hover {
    background-size: cover;
  }
  .mr-linkBorderBtn.mr-hasDown:hover a::before {
    background: url("../images/common/ico_arrow_down.png") no-repeat 0 0;
  }
  /* プロジェクトボックス（メイン） */
  .mr-projectBox {
    position: relative;
    width: 940px;
    margin: 46px auto 0;
  }
  .mr-projectBox + .mr-projectBox {
    margin-top: 45px;
  }
  .mr-projectBox_inner {
    overflow: hidden;
    padding: 150px 0 50px;
    border-radius: 10px;
    background: #fff;
  }
  .mr-projectBox_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 820px;
    margin: 0 auto;
  }
  .mr-projectBox_img {
    position: relative;
    -ms-flex-preferred-size: 430px;
        flex-basis: 430px;
    min-width: 430px;
  }
  .mr-projectBox_no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 75px;
    height: 75px;
    color: #fff;
    border-radius: 1000px;
    background: #ff960e;
    text-align: center;
    vertical-align: bottom;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.9em;
  }
  .mr-projectBox_no em {
    margin-right: 4px;
    letter-spacing: -0.1em;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
  }
  .mr-projectBox_text {
    -ms-flex-preferred-size: 364px;
        flex-basis: 364px;
    min-width: 364px;
  }
  .mr-projectBox_title {
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    line-height: 1.5;
    padding: 40px 0 0;
    letter-spacing: 0.03em;
    text-align: center;
    font-size: 1.625rem;
    font-weight: bold;
  }
  .mr-projectBox_title span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fdff7b));
    background: linear-gradient(transparent 50%, #fdff7b 50%);
    top: 3px;
    left: 0;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    font-size: 1.625rem;
    font-weight: bold;
  }
  .mr-projectBox_notes {
    line-height: 2;
    width: 940px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 15px auto 0;
    padding: 0 1em;
    text-align: right;
    font-size: 0.625rem;
  }
  .mr-projectBox .mr-comment {
    padding: 0 60px;
  }
  /* 進捗バー */
  .mr-progress {
    position: relative;
    width: 340px;
    height: 14px;
    margin: 21px 0 0 auto;
    background: #ccc;
    border-radius: 100px;
  }
  .mr-progress_bar {
    position: relative;
    max-width: 100%;
    height: 100%;
    background: #ff960e;
    border-radius: 100px;
  }
  .mr-progress_bar.mr-progress_many {
    position: static;
  }
  .mr-progress_per {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 1em;
    margin: auto;
    padding: 4px 8px;
    line-height: 1;
    background: #ff960e;
    border-radius: 20px;
    letter-spacing: 0.01em;
    color: #fff;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    font-weight: bold;
    font-size: 1.6875rem;
  }
  .mr-progress_per::after {
    content: "%";
    font-size: 0.875rem;
  }
  .mr-progress_per.mr-progress_few {
    right: auto;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .mr-progress_per.mr-progress_many {
    left: auto;
    right: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  /* 集まったメリーポイント */
  .mr-point {
    margin-top: 42px;
  }
  .mr-point_title {
    text-align: center;
    color: #666;
    font-weight: bold;
    font-size: 1rem;
  }
  .mr-point_title::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
    background: url("../images/common/ico_point.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .mr-point_current {
    margin-top: 4px;
    text-align: center;
    color: #e0575e;
    font-weight: bold;
    font-size: 2.25rem;
  }
  .mr-point_current .mr-suffix {
    font-weight: bold;
    font-size: 1rem;
  }
  .mr-point_target {
    margin-top: -1px;
    text-align: center;
    color: #666;
    font-size: 1rem;
  }
  /* 支援口数と締切のラッパー */
  .mr-dataGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    padding: 0;
    font-size: 1.5rem;
    color: #666;
  }
  /* 支援口数 */
  .mr-support {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 50%;
  }
  .mr-support_title {
    margin-top: 8px;
    text-align: center;
    font-size: 1rem;
  }
  .mr-support_title::before {
    position: relative;
    top: -2px;
    left: 0;
    display: inline-block;
    width: 11px;
    height: 17px;
    margin-right: 4px;
    vertical-align: middle;
    background: url("../images/common/ico_person.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .mr-support_number {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.0625rem;
  }
  .mr-support_number span {
    letter-spacing: 0.02em;
    font-weight: bold;
    font-size: 1.5625rem;
  }
  /* 締め切り */
  .mr-remaining {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 50%;
    padding-bottom: 12px;
    border-left: 1px solid #ccc;
  }
  .mr-remaining_title {
    padding-top: 15px;
    text-align: center;
    font-size: 1rem;
  }
  .mr-remaining_title::before {
    position: relative;
    top: 0;
    left: 2px;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    vertical-align: middle;
    background: url("../images/common/ico_limit.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .mr-remaining_days {
    margin-top: 6px;
    padding-left: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.0625rem;
  }
  .mr-remaining_days span {
    margin: 0 10px 0 4px;
    font-weight: bold;
    font-size: 1.5625rem;
  }
  /* コメント */
  .mr-comment {
    position: relative;
    margin-top: 28px;
    padding: 0;
  }
  .mr-comment_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 41px 0 39px 40px;
    background: url("../images/common/bg_comment.png") repeat;
  }
  .mr-comment_img {
    position: static;
    height: auto;
    margin: 0 28px 0 auto;
  }
  .mr-comment_img img {
    height: auto;
    width: auto;
    max-width: 250px;
  }
  .mr-commentTxt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 40px 0 0;
  }
  .mr-commentTxt_title {
    line-height: 1.59;
    text-align: left;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 1rem;
  }
  .mr-commentTxt_comment {
    line-height: 1.75;
    margin-top: 2px;
    text-align: justify;
    font-size: 1rem;
  }
  /* フェイスブックエリア */
  .mr-facebook {
    position: relative;
    padding-bottom: 100px;
    background: #fff;
  }
  .mr-facebook::before {
    position: absolute;
    top: -362px;
    left: 0;
    width: 100%;
    height: 337px;
    background: url("../images/common/bg_facebook_pc.png") no-repeat center top;
    content: "";
  }
  .mr-facebook_lede {
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
    line-height: 2;
    margin-top: 0;
    text-align: center;
    color: #59452c;
    letter-spacing: 0.03em;
    font-size: 1rem;
    font-weight: bold;
  }
  .mr-facebook_iframe {
    margin-top: 25px;
    text-align: center;
  }
  .mr-facebook_iframe iframe {
    zoom: 1;
  }
}
.mr-kv {
  position: relative;
}
.mr-kv_title {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.8%;
  text-align: center;
}
.mr-kv_title img {
  width: 100%;
}
.mr-kv_inner {
  position: relative;
}
.mr-kv_inner::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 136px;
  background: url("../images/top/bg_kv_top_sp.png") repeat-x left top;
  background-size: auto 100%;
  content: "";
}
.mr-kv_inner::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 37.62%;
  background: url("../images/top/bg_charactor_sp.png") no-repeat center bottom;
  background-size: cover;
  content: "";
}

/* スライドエリア */
.mr-kv_slide .slick-dots {
  top: 76.2%;
  bottom: auto;
}
.mr-kv_slide .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 4px;
}
.mr-kv_slide .slick-dots li button::before {
  width: 7px;
  height: 7px;
  opacity: 1;
  color: #fff;
}
.mr-kv_slide .slick-dots .slick-active button::before {
  color: #e0575e;
}
.mr-kv_slide .slick-dotted.slick-slider {
  margin-bottom: 13px;
}

/* ABOUT */
.mr-about {
  position: relative;
  top: -30px;
  z-index: 2;
}
.mr-about_title {
  position: absolute;
  bottom: 105%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 85px;
  margin: auto;
}
.mr-about_title img {
  width: 100%;
}
.mr-about_lede {
  position: relative;
  z-index: 2;
  line-height: 1.79;
  padding: 0 9.38%;
  letter-spacing: 0.035em;
  font-size: 0.875rem;
}
.mr-about_lede strong {
  color: #e0575e;
  font-weight: normal;
}
.mr-about_more {
  width: 81.25%;
  margin: 18px auto 0;
}
.mr-about_more a {
  padding: 11px 0 10px;
}

.mr-modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  width: 90.6%;
  height: 85%;
  margin: auto;
}
.mr-modal_inner {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  padding: 30px 20px 15px;
  background: #fff;
  border-radius: 5px;
}
.mr-modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.7;
}
.mr-modal_closeBtn {
  position: absolute;
  top: -20px;
  right: -11px;
  width: 50px;
  height: 50px;
  border: 1px solid #59452c;
  border-radius: 1000px;
  border: 0;
  background: #59452c url("../images/common/bg_close_btn.png") no-repeat center center/18px auto;
  cursor: pointer;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.mr-modal_closeBtn:hover {
  background: #fff url("../images/common/bg_close_btn02.png") no-repeat center center/18px auto;
}
.mr-modal_closeBtn:focus {
  outline: none;
}

.mr-modalContents_title {
  text-align: center;
  color: #e0575e;
  letter-spacing: 0.025em;
  font-size: 1.25rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mr-modalContents_body {
  line-height: 1.5;
  margin-top: 13px;
  letter-spacing: -0.01em;
  text-align: justify;
  font-size: 0.75rem;
}
.mr-modalContents_closeBtn {
  margin: 14px auto 0;
}

@media screen and (min-width: 768px) {
  .mr-kv {
    position: relative;
    background: url("../images/top/bg_kv.png") repeat-x 0 75px;
  }
  .mr-kv_title {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 569px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .mr-kv_title img {
    width: 100%;
  }
  .mr-kv_inner {
    position: relative;
    background: #e2ecec;
  }
  .mr-kv_inner::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 209px;
    background: url("../images/top/bg_kv_top_pc.png") repeat-x left top;
    background-size: auto 100%;
    content: "";
  }
  .mr-kv_inner::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 276px;
    background: url("../images/top/bg_charactor_pc.png") no-repeat center bottom;
    content: "";
  }
  /* スライドエリア */
  .mr-kv_slide {
    width: 1000px;
    margin: 0 auto;
    padding-top: 17px;
  }
  .mr-kv_slide img {
    width: auto;
  }
  .mr-kv_slide.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .mr-kv_slide .slick-dots {
    top: 373px;
    z-index: 2;
    bottom: auto;
  }
  .mr-kv_slide .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 4px;
  }
  .mr-kv_slide .slick-dots li button::before {
    width: 13px;
    height: 13px;
    opacity: 1;
    color: #fff;
  }
  .mr-kv_slide .slick-dots .slick-active button::before {
    color: #e0575e;
  }
  /* ABOUT */
  .mr-about {
    position: relative;
    z-index: 2;
    background: #fff;
  }
  .mr-about_title {
    position: absolute;
    top: -62px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .mr-about_title::before {
    display: none;
  }
  .mr-about_title img {
    width: auto;
  }
  .mr-about_lede {
    position: relative;
    top: -1px;
    z-index: 2;
    line-height: 2;
    padding: 0;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 1rem;
  }
  .mr-about_lede strong {
    color: #e0575e;
    font-weight: normal;
  }
  .mr-about_more {
    width: 380px;
    margin: 32px auto 0;
  }
  .mr-about_more a {
    padding: 13px 0 13px;
  }
  .mr-modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999992;
    width: 90.6%;
    height: 80.8vh;
    max-width: 820px;
    max-height: 560px;
    margin: auto;
  }
  .mr-modal_inner {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    padding: 50px 40px;
    background: #fff;
    border-radius: 10px;
  }
  .mr-modal_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999991;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
  }
  .mr-modal_closeBtn {
    position: absolute;
    top: -36px;
    right: -26px;
    width: 70px;
    height: 70px;
    border: 2px solid #59452c;
    border-radius: 1000px;
    background: #59452c url("../images/common/bg_close_btn.png") no-repeat center center;
    background-size: 25px;
    cursor: pointer;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  .mr-modal_closeBtn:hover {
    background: #fff url("../images/common/bg_close_btn02.png") no-repeat center center;
    background-size: 25px;
  }
  .mr-modal_closeBtn:focus {
    outline: none;
  }
  .mr-modalContents_title {
    text-align: center;
    color: #e0575e;
    letter-spacing: 0.025em;
    font-size: 1.875rem;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .mr-modalContents_body {
    line-height: 1.75;
    margin-top: 23px;
    letter-spacing: -0.01em;
    text-align: justify;
    font-size: 1rem;
  }
  .mr-modalContents_closeBtn {
    width: 380px;
    margin: 18px auto 0;
  }
}
/* 現在のメリーポイント数 */
.mr-mypoint {
  margin-top: 21px;
}

/* 現在実施中のプロジェクト */
.mr-current {
  padding: 30px 4.7% 12px;
  background: #d6f4f4 url("../images/top/bg_current_sp.png") no-repeat center 0;
  background-size: 100% auto;
}
.mr-current .mr-commonTitle {
  padding-top: 51px;
  letter-spacing: -0.03em;
}
.mr-current .mr-commonTitle::before {
  height: 41px;
  background: url("../images/top/ico_merry_top.png") no-repeat center 0;
  background-size: auto 100%;
}
.mr-current .mr-commonTitle + .mr-projectBox {
  margin-top: 24px;
}
.mr-current .mr-detailBtn {
  width: 89.65%;
  margin: 16px auto 0;
}
.mr-current .mr-detailBtn a {
  position: relative;
  display: block;
  line-height: 0.6;
  padding: 15px 0 17px;
  border: 2px solid #fff;
  background: #e0575e;
  border-radius: 1000px;
  -webkit-box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #f5ffa3;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: 0.9375rem;
}
.mr-current .mr-detailBtn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 8px;
  height: 12px;
  margin: auto;
  background: url("../images/common/ico_arrow_right.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.mr-current .mr-detailBtn a span {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  /* 現在のメリーポイント数 */
  .mr-mypoint {
    margin-top: 92px;
    text-align: center;
    height: 50px;
    background: #fdeef4;
  }
  .mr-mypoint img {
    width: auto;
    height: 100%;
  }
  /* 現在実施中のプロジェクト */
  .mr-current {
    padding: 74px 0 45px;
    background: #d6f4f4 url("../images/top/bg_current_pc.png") no-repeat center 0;
    background-size: auto;
  }
  .mr-current .mr-commonTitle {
    padding-top: 82px;
  }
  .mr-current .mr-commonTitle::before {
    width: 100%;
    height: 65px;
    background: url("../images/top/ico_merry_top.png") no-repeat center 0;
    background-size: auto 100%;
  }
  .mr-current .mr-commonTitle + .mr-projectBox {
    margin-top: 44px;
  }
  .mr-current .mr-detailBtn {
    width: 417px;
  }
  .mr-current .mr-detailBtn a {
    padding: 21px 0 24px;
    font-size: 1.5rem;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  .mr-current .mr-detailBtn a::after {
    right: 20px;
    width: 13px;
    height: 20px;
  }
  .mr-current .mr-detailBtn a span {
    margin-bottom: 15px;
    font-size: 1rem;
  }
  .mr-current .mr-detailBtn a:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
}
.mr-archive {
  padding: 49px 4.7% 54.7%;
  background: #fdeef4 url("../images/top/bg_archive_sp.png") no-repeat center 10px;
  background-size: 100% auto;
}
.mr-archive .mr-commonTitle02 {
  padding-top: 51px;
  letter-spacing: -0.1em;
  font-size: 1.6875rem;
}
.mr-archive_lede {
  line-height: 1.79;
  margin-top: 16px;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

/* アーカイブグループ */
.mr-archives {
  margin-top: 18px;
}

/* アーカイブ用プロジェクト */
.mr-archivePj {
  overflow: hidden;
  margin-top: 15px;
  border-radius: 5px;
  background: #fff;
  /* 達成したとき用 */
  /* 進捗バー */
  /* 集まったメリーポイント */
}
.mr-archivePj + .mr-archivePj {
  margin-top: 20px;
}
.mr-archivePj.mr-isOpen + .mr-archivePj {
  margin-top: 25px;
}
.mr-archivePj_inner {
  display: none;
  padding-bottom: 26px;
}
.mr-archivePj:first-of-type .mr-archivePj_inner {
  display: block;
}

.mr-archivePj_number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mr-archivePj_number::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 12px;
  height: 8px;
  margin: auto;
  background: url("../images/common/ico_arrow_down.png") no-repeat 0 0;
  background-size: cover;
  content: "";
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.mr-archivePj_number span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 0;
  background: #59452c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
}
.mr-archivePj.mr-isOpen .mr-archivePj_number::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mr-archivePj_title {
  line-height: 1.5;
  padding: 17px 10.2% 0;
  letter-spacing: 0.03em;
  font-size: 0.875rem;
  font-weight: bold;
}
.mr-isAchievement .mr-archivePj_number::before {
  display: block;
  -ms-flex-preferred-size: 85px;
      flex-basis: 85px;
  max-width: 85px;
  background: url("../images/common/ico_achivement.png") no-repeat center 0;
  background-size: auto 100%;
  content: "";
}
.mr-isAchievement .mr-archivePj_img {
  position: relative;
}
.mr-isAchievement .mr-archivePj_img::after {
  display: block;
  position: absolute;
  bottom: 5.5%;
  right: 2.07%;
  width: 28.3%;
  height: 47.96%;
  background: url("../images/common/badge_achivement.png") no-repeat 0 0;
  background-size: auto 100%;
  content: "";
}

.mr-archivePj .mr-progress {
  width: 79.35%;
  margin: 20px auto 0;
}
.mr-archivePj .mr-point {
  margin-top: 25px;
}
.mr-archivePj .mr-point_title {
  font-size: 0.625rem;
}
.mr-archivePj .mr-point_title::before {
  position: relative;
  top: -1px;
}
.mr-archivePj .mr-point_result {
  margin-top: 6px;
  text-align: center;
  color: #e0575e;
  font-weight: bold;
  font-size: 1.0625rem;
}
.mr-archivePj .mr-point_result .mr-suffix {
  font-size: 0.625rem;
}

/* 詳細・レポートを見るボタン */
.mr-archiveBtn {
  position: relative;
  display: block;
  width: 88.75%;
  margin: 13px auto 0;
  padding: 10px 0 10px;
  border: 2px solid #fff;
  background: #e0575e;
  border-radius: 1000px;
  -webkit-box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
}
.mr-archiveBtn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 12px;
  margin: auto;
  background: url("../images/common/ico_arrow_right.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.mr-archiveBtn:link, .mr-archiveBtn:visited, .mr-archiveBtn:active {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .mr-archive {
    padding: 73px 0 408px;
    background: #fdeef4 url("../images/top/bg_archive_pc.png") no-repeat center 0;
    background-size: auto;
  }
  .mr-archive .mr-commonTitle02 {
    padding-top: 81px;
    font-size: 2.6875rem;
  }
  .mr-archive .mr-commonTitle02::before {
    height: 72px;
  }
  .mr-archive_lede {
    /* line-height: 2; */
    margin-top: 33px;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 1rem;
  }
  /* アーカイブグループ */
  .mr-archives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 940px;
    margin: 34px auto 0;
  }
  /* アーカイブ用プロジェクト */
  .mr-archivePj {
    position: relative;
    overflow: hidden;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    max-width: 300px;
    margin-top: 0;
    padding-top: 0;
    border-radius: 10px;
    background: #fff;
  }
  .mr-archivePj + .mr-archivePj {
    margin-top: 0;
    margin-left: 20px;
  }
  .mr-archivePj.mr-isOpen + .mr-archivePj {
    margin-top: 0;
  }
  .mr-archivePj:nth-child(n+4) {
    margin-top: 20px;
  }
  .mr-archivePj:nth-child(3n+1) {
    margin-left: 0;
  }
  .mr-archivePj_inner {
    display: block;
    padding-bottom: 30px;
  }
  .mr-archivePj_number {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
  }
  .mr-archivePj_number::after {
    display: none;
  }
  .mr-archivePj_number span {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 19px 0;
    background: #59452c;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
  }
  .mr-archivePj_img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 100%;
  }
  .mr-archivePj_title {
    position: static;
    width: 250px;
    margin: 0 auto;
    padding: 17px 0 0;
    text-align: left;
    font-size: 1rem;
  }
  .mr-archivePj .mr-progress {
    width: 250px;
    height: 12px;
    margin: 16px auto 0;
  }
  .mr-archivePj .mr-progress_per {
    padding: 4px 8px;
    font-size: 1.25rem;
  }
  .mr-archivePj .mr-point {
    margin-top: 24px;
  }
  .mr-archivePj .mr-point_title {
    margin-top: 24px;
    font-size: 0.875rem;
  }
  .mr-archivePj .mr-point_title::before {
    position: relative;
    top: 0px;
    left: 4px;
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
  .mr-archivePj .mr-point_result {
    margin-top: 8px;
    text-align: center;
    color: #e0575e;
    font-weight: bold;
    font-size: 1.125rem;
  }
  .mr-archivePj .mr-point_result .mr-suffix {
    font-size: 0.625rem;
  }
  .mr-isAchievement .mr-archivePj_number::before {
    display: block;
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
    max-width: 90px;
    background: url("../images/common/ico_achivement.png") no-repeat center center;
    background-size: auto 100%;
    content: "";
  }
  .mr-isAchievement .mr-archivePj_img {
    position: relative;
  }
  .mr-isAchievement .mr-archivePj_img::after {
    display: block;
    position: absolute;
    bottom: 13px;
    right: 18px;
    width: 87px;
    height: 92px;
    background: url("../images/common/badge_achivement.png") no-repeat 0 0;
    background-size: auto 100%;
    content: "";
  }
  .mr-archiveBtn {
    position: relative;
    display: block;
    width: 250px;
    margin: 12px auto 0;
    padding: 13px 0;
    border: 3px solid #fff;
    background: #e0575e;
    border-radius: 1000px;
    -webkit-box-shadow: 8px 6px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 8px 6px 16px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  .mr-archiveBtn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 8px;
    height: 13px;
    margin: auto;
    background: url("../images/common/ico_arrow_right.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .mr-archiveBtn:link, .mr-archiveBtn:visited, .mr-archiveBtn:active {
    color: #fff;
  }
  .mr-archiveBtn:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
}
.mr-introduction {
  padding: 25px 15px 31px;
  background: #d6f4f4;
}
.mr-introduction .mr-course {
  margin-top: 21px;
}
.mr-introduction .mr-projectBox_inner {
  padding-bottom: 26px;
}
.mr-introduction .mr-projectBox_notes {
  margin-top: 12px;
}

/* タブ */
.mr-tabs {
  position: relative;
  padding: 40px 0 22px;
}
.mr-tabs_contents {
  display: none;
}
.mr-tabList + .mr-tabs_contents {
  display: block;
}

.mr-tabList {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mr-tabList.mr-isSticky {
  position: fixed;
}
.mr-tabList_item {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}
.mr-tabList_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #fff;
  background: #d6f4f4;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.mr-tabList_item a::before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 1px;
  height: 30px;
  margin: auto;
  background: #fff;
  content: "";
}
.mr-tabList_item .mr-active {
  border-top: 2px solid #e0575e;
  background: #fff;
  color: #333;
}
.mr-tabList_item .mr-active::before {
  display: none;
}

/* タブコンテンツ内の共通スタイル */
.mr-tabContent {
  margin-top: 50px;
}
.mr-tabContent iframe[src*="youtube.com"] {
  width: 100%;
  height: 100%;
  aspect-ratio: 560/315;
}
.mr-tabContent + .mr-tabContent {
  margin-top: 28px;
}

.mr-tabSection {
  padding: 0 9.4% 22px;
}
.mr-tabSection + .mr-tabSection {
  margin-top: 25px;
}
.mr-tabSection .mr-lineTitle:first-child {
  margin-top: 22px;
}
.mr-tabSection .mr-linkBorderBtn + .mr-lineTitle {
  margin-top: 22px;
}
.mr-tabSection .mr-lineTitle + .mr-linkBorderBtn {
  margin-top: 22px;
}
.mr-tabSection .mr-linkBorderBtn + .mr-commonTitle {
  margin-top: 22px;
}
.mr-tabSection .mr-commonTitle + .mr-linkBorderBtn {
  margin-top: 22px;
}
.mr-tabSection .mr-commonTitle + .mr-lineTitle {
  margin-top: 22px;
}
.mr-tabSection .mr-comment + .mr-lineTitle {
  margin-top: 22px;
}
.mr-tabSection .mr-comment + .mr-linkBorderBtn {
  margin-top: 22px;
}
.mr-tabSection .mr-comment + .mr-commonTitle {
  margin-top: 22px;
}
.mr-tabSection_img {
  overflow: hidden;
  border-radius: 25px;
}
.mr-tabSection_img:first-child {
  margin-top: 30px;
}
.mr-tabSection_img.mr-isRadius {
  border-radius: 25px;
}
.mr-tabSection_img.mr-isBorder {
  border: 1px solid #ccc;
}
.mr-tabSection_img + .mr-tabSection_img {
  margin-top: 10px;
}
.mr-tabSection_img + .mr-tabSection_deco {
  margin-top: 10px;
}
.mr-tabSection_img + .mr-commonTitle {
  margin-top: 14px;
}
.mr-tabSection_img + .mr-lineTitle {
  margin-top: 14px;
}
.mr-tabSection_img + .mr-comment {
  margin-top: 42px;
  padding: 0 0 30px;
}
.mr-tabSection_img + .mr-linkBorderBtn {
  margin-top: 14px;
}
.mr-tabSection_img + .mr-accordionBody > .mr-lineTitle:first-child {
  margin-top: 14px;
}
.mr-tabSection_img + .mr-accordionBody > .mr-commonTitle:first-child {
  margin-top: 14px;
}
.mr-tabSection_img + .mr-accordionBody > .mr-linkBorderBtn:first-child {
  margin-top: 14px;
}
.mr-tabSection_img + .mr-accordionBody > .mr-comment:first-child {
  margin-top: 42px;
}
.mr-ownerProfile + .mr-tabSection_img {
  margin-top: 30px;
}

.mr-commonTitle + .mr-tabSection_img {
  margin-top: 21px;
}

.mr-lineTitle + .mr-tabSection_img {
  margin-top: 21px;
}

.mr-tabSection_deco + .mr-tabSection_img {
  margin-top: 21px;
}

.mr-tabSection_txt + .mr-tabSection_img {
  margin-top: 28px;
}

.mr-aboutBox + .mr-tabSection_img {
  margin-top: 30px;
}

.mr-comment + .mr-tabSection_img {
  margin-top: 30px;
}

.mr-overviewBox + .mr-tabSection_img {
  margin-top: 30px;
}

.mr-linkBorderBtn + .mr-tabSection_img {
  margin-top: 30px;
}

.mr-tabSection_arrow {
  position: relative;
  margin: 15px 0 20px;
  text-align: center;
}
.mr-tabSection_arrow::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 40px 0 40px;
  border-color: #fdeef4 transparent transparent transparent;
  content: "";
}
.mr-tabSection_txt {
  line-height: 1.786;
  font-size: 0.875rem;
}
.mr-tabSection_txt + .mr-tabSection_txt {
  margin-top: 25px;
}
.mr-tabSection_txt + .mr-commonTitle {
  margin-top: 44px;
}
.mr-tabSection_txt + .mr-lineTitle {
  margin-top: 44px;
}
.mr-tabSection_txt + .mr-comment {
  margin-top: 42px;
}
.mr-tabSection_txt + .mr-linkBorderBtn {
  margin-top: 25px;
}
.mr-tabSection_txt + .mr-accordionBody > .mr-tabSection_txt:first-child {
  margin-top: 25px;
}
.mr-tabSection_txt + .mr-accordionBody > .mr-tabSection_img:first-child {
  margin-top: 28px;
}
.mr-tabSection_txt + .mr-accordionBody > .mr-lineTitle:first-child {
  margin-top: 44px;
}
.mr-tabSection_txt + .mr-accordionBody > .mr-commonTitle:first-child {
  margin-top: 44px;
}
.mr-tabSection_txt + .mr-accordionBody > .mr-linkBorderBtn:first-child {
  margin-top: 28px;
}
.mr-tabSection_txt + .mr-accordionBody > .mr-comment:first-child {
  margin-top: 42px;
  padding: 0 0 30px;
}
.mr-commonTitle + .mr-tabSection_txt {
  margin-top: 14px;
}

.mr-lineTitle + .mr-tabSection_txt {
  margin-top: 14px;
}

.mr-tabSection_img + .mr-tabSection_txt {
  margin-top: 14px;
}

.mr-tabSection_deco + .mr-tabSection_txt {
  margin-top: 14px;
}

.mr-tabSection_caption + .mr-tabSection_txt {
  margin-top: 7px;
}

.mr-aboutBox + .mr-tabSection_txt {
  margin-top: 30px;
}

.mr-ownerProfile + .mr-tabSection_txt {
  margin-top: 9px;
}

.mr-comment + .mr-tabSection_txt {
  margin-top: 30px;
}

.mr-linkBorderBtn + .mr-tabSection_txt {
  margin-top: 30px;
}

.mr-tabSection_caption {
  line-height: 1.6;
  margin-top: 10px;
  font-size: 0.625rem;
  font-weight: bold;
}
.mr-tabSection_caption span {
  background: #fdeef4;
}
.mr-tabSection_caption + .mr-commonTitle {
  margin-top: 30px;
}
.mr-tabSection_caption + .mr-lineTitle {
  margin-top: 30px;
}
.mr-tabSection_caption + .mr-linkBorderBtn {
  margin-top: 30px;
}
.mr-tabSection_caption + .mr-tabSection_img {
  margin-top: 30px;
}
.mr-tabSection_name {
  margin-top: 13px;
  line-height: 1.786;
  text-align: right;
  font-size: 0.875rem;
}
.mr-tabSection_name + .mr-linkBorderBtn {
  margin-top: 25px;
}
.mr-tabSection_name + .mr-tabSection_txt, .mr-tabSection_name + .mr-accordionBody > .mr-tabSection_txt:first-child {
  margin-top: 25px;
}
.mr-tabSection_name + .mr-accordionBody > .mr-tabSection_img:first-child {
  margin-top: 28px;
}
.mr-tabSection_name + .mr-lineTitle, .mr-tabSection_name + .mr-accordionBody > .mr-lineTitle:first-child {
  margin-top: 44px;
}
.mr-tabSection_name + .mr-comment, .mr-tabSection_name + .mr-accordionBody > .mr-comment:first-child {
  margin-top: 42px;
  padding: 0 0 30px;
}
.mr-aboutBox + .mr-tabSection_name {
  margin-top: 30px;
}

.mr-tabSection_deco + .mr-commonTitle {
  margin-top: 30px;
}
.mr-tabSection_deco + .mr-lineTitle {
  margin-top: 30px;
}
.mr-tabSection_deco + .mr-linkBorderBtn {
  margin-top: 17px;
}
.mr-tabSection_deco + .mr-linkBorderBtn a {
  padding: 11px 0 9px;
}
.mr-lineTitle + .mr-tabSection_deco {
  margin-top: 30px;
}

.mr-commonTitle + .mr-tabSection_deco {
  margin-top: 30px;
}

.mr-linkBorderBtn + .mr-tabSection_deco {
  margin-top: 17px;
}

.mr-comment + .mr-tabSection_deco {
  margin-top: 17px;
}

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

.mr-accordionBtn {
  margin: 25px auto 0;
}

/* プロジェクトオーナー */
.mr-ownerProfile_img {
  height: 50px;
  margin-top: 21px;
  text-align: center;
}
.mr-ownerProfile_img img {
  width: auto;
  height: 100%;
}
.mr-ownerProfile_name {
  line-height: 1.59;
  margin-top: 11px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
}
.mr-ownerProfile + .mr-tabSection_deco {
  margin-top: 30px;
}
.mr-ownerProfile + .mr-linkBorderBtn {
  margin-top: 30px;
}
.mr-ownerProfile + .mr-lineTitle {
  margin-top: 30px;
}
.mr-ownerProfile + .mr-commonTitle {
  margin-top: 30px;
}

/* 〇〇とは？ボックス */
.mr-aboutBox {
  position: relative;
  margin: 53px -5.8% 0;
  padding: 37px 5.8% 30px;
  border-radius: 5px;
  background: #f9f6ee;
}
.mr-aboutBox_title {
  line-height: 1.2857142857;
  text-align: center;
  color: #59452c;
  font-size: 0.875rem;
  font-weight: bold;
}
.mr-aboutBox_img {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
}
.mr-aboutBox_img img {
  width: auto;
  height: 100%;
}
.mr-aboutBox_text {
  line-height: 1.786;
  margin-top: 14px;
  text-align: justify;
  font-size: 0.875rem;
}
.mr-aboutBox_btn {
  margin-top: 12px;
}
.mr-aboutBox_btn a {
  line-height: 1.3846153846;
  font-size: 0.8125rem;
}
.mr-aboutBox + .mr-tabSection_deco {
  margin-top: 30px;
}
.mr-aboutBox + .mr-linkBorderBtn {
  margin-top: 30px;
}
.mr-aboutBox + .mr-lineTitle {
  margin-top: 30px;
}
.mr-aboutBox + .mr-commonTitle {
  margin-top: 30px;
}

/* 達成時のポイント */
.mr-achivementPoint {
  margin: 16px 0 30px;
  padding: 26px 3% 22px;
  border-radius: 5px;
  background: #fdeef4;
}
.mr-achivementPoint .mr-point {
  margin-top: 0;
}
.mr-achivementPoint .mr-point_applications {
  text-align: center;
  color: #e0575e;
  font-size: 0.75rem;
  font-weight: bold;
}
.mr-achivementPoint_name {
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
  color: #59452c;
  letter-spacing: 0.02em;
  font-size: 0.875rem;
  font-weight: bold;
}
/* 20240528 内田追加*/
.mr-achivementPoint_name2 {
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
  color: #59452c;
  letter-spacing: 0.02em;
  font-size: 0.875rem;
  font-weight: bold;
}

/* 概要ボックス */
.mr-overviewBox {
  position: relative;
  margin: 53px -5.8% 0;
  padding: 30px 5.8%;
  border-radius: 5px;
  background: #f9f6ee;
}
.mr-overviewBox_text {
  display: inline-block;
  margin-top: 14px;
  line-height: 1.786;
  text-align: justify;
  font-size: 0.875rem;
}
.mr-overviewBox_text:first-child {
  margin-top: 0;
}

/* サイドバー */
.mr-sidebar {
  padding: 34px 0 54.7%;
  background: #fdeef4;
}
.mr-sidebar_inner {
  padding: 0 4.7%;
}
.mr-sidebar_lede {
  line-height: 1.61;
  margin-top: 22px;
  padding: 26px 0 24px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  text-align: center;
  color: #59452c;
  font-size: 0.875rem;
  font-weight: bold;
}
.mr-sidebar .mr-return {
  padding-bottom: 12%;
}
.mr-sidebar .mr-course:last-child .mr-return {
  padding-bottom: 10.2%;
}
.mr-sidebar .mr-backToTopBtn {
  width: 81%;
  margin: 16px auto 0;
}
.mr-sidebar .mr-backToTopBtn a {
  padding: 10px 0 11px;
}

/* コースボックス */
.mr-course {
  overflow: hidden;
  border-radius: 5px;
}
.mr-sidebar .mr-course {
  border-radius: 0;
}

.mr-sidebar .mr-course:last-child {
  border-radius: 0 0 5px 5px;
}

.mr-course_title {
  padding: 12px 0 11px;
  background: #59452c;
  text-align: center;
  letter-spacing: 0.035em;
  color: #fff;
  font-size: 16px;
}
.mr-course_title span {
  font-size: 12px;
}

.mr-return {
  padding: 4.2% 5.2% 10.2%;
  background: #fff;
}
.mr-return_itemName {
  line-height: 1.25;
  text-align: center;
  color: #59452c;
  font-size: 16px;
}
.mr-return_img {
  overflow: hidden;
  margin-top: 13px;
  border-radius: 25px;
}
.mr-return_txt {
  line-height: 1.7857142857;
  margin-top: 10px;
  letter-spacing: 0.015em;
  font-size: 14px;
}
.mr-return_applyBtn {
  margin: 23px auto 0;
}
.mr-return_applyBtn a {
  position: relative;
  display: block;
  line-height: 1.3333333333;
  padding: 11px 8px 8px 0;
  border: 2px solid #fff;
  background: #e0575e;
  border-radius: 1000px;
  -webkit-box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 15px;
}
.mr-return_applyBtn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 8px;
  height: 12px;
  margin: auto;
  background: url("../images/common/ico_arrow_right.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.mr-return_applyBtn a:link, .mr-return_applyBtn a:visited, .mr-return_applyBtn a:active {
  color: #f5ffa3;
}
.mr-return .mr-return_othersBtn {
  margin: 20px auto 0;
}
.mr-return .mr-return_othersBtn > a {
  padding: 11px 0 10px;
}
.mr-return .mr-return_othersBtn > a::before {
  right: 11.2%;
}

.mr-courseNotes {
  margin-top: 20px;
  padding: 0 9.6%;
  font-size: 0.625rem;
}
.mr-courseNotes_body {
  line-height: 1.6;
}
.mr-courseNotes_title + .mr-courseNotes_body {
  margin-top: 3px;
}

.mr-floatingBtn {
  display: block;
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 101;
  width: 90px;
  height: 90px;
  border-radius: 1000px;
  -webkit-box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  /* 導入 */
  .mr-introduction {
    padding: 14px 0 35px;
    background: #d6f4f4;
  }
  .mr-introduction .mr-projectBox {
    padding-bottom: 1px;
  }
  .mr-introduction .mr-course {
    display: none;
  }
  /* ２カラム設定 */
  .mr-column {
    padding-top: 42px;
    padding-bottom: 378px;
    background: #fdeef4;
  }
  .mr-column_inner {
    width: 940px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /* タブ */
  .mr-tabs {
    position: relative;
    -ms-flex-preferred-size: 640px;
        flex-basis: 640px;
    min-width: 640px;
    padding: 58px 0 43px;
  }
  .mr-tabs_contents {
    display: none;
    background: #fff;
    border-radius: 0px 10px 10px 10px;
  }
  .mr-tabs_contents:nth-of-type(n+2) {
    border-radius: 10px;
  }
  .mr-tabList + .mr-tabs_contents {
    display: block;
  }
  .mr-tabs_contents .mr-commonTitle {
    padding-top: 63px;
    font-size: 2.5rem;
  }
  .mr-tabList {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mr-tabList_item {
    -ms-flex-preferred-size: 155px;
        flex-basis: 155px;
    max-width: 155px;
  }
  .mr-tabList_item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3px;
    border-top: 3px solid transparent;
    background: #fdeef4;
    color: #666;
    font-size: 1rem;
    font-weight: bold;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .mr-tabList_item a::before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 44px;
    margin: auto;
    background: #fff;
    content: "";
  }
  .mr-tabList_item a:hover {
    text-decoration: underline;
  }
  .mr-tabList_item:first-child a::before {
    display: none;
  }
  .mr-tabList_item .mr-active {
    padding-top: 0;
    border-top: 3px solid #e0575e;
    background: #fff;
    color: #333;
  }
  .mr-tabList_item .mr-active::before {
    display: none;
  }
  /* タブコンテンツ内の共通スタイル */
  .mr-tabContent {
    margin-top: 0;
    padding: 57px 0 53px;
  }
  .mr-tabContent iframe[src*="youtube.com"] {
    width: 100%;
    height: 100%;
    aspect-ratio: 560/315;
  }
  .mr-tabContent + .mr-tabContent {
    margin-top: 0;
    padding: 47px 0 53px;
  }
  .mr-tabSection {
    padding: 0 50px;
  }
  .mr-tabSection_img {
    overflow: hidden;
    border-radius: 50px;
  }
  .mr-tabSection_img.mr-isRadius {
    border-radius: 50px;
  }
  .mr-tabSection_img.mr-isBorder {
    border: 1px solid #ccc;
  }
  .mr-tabSection_img + .mr-tabSection_img {
    margin-top: 20px;
  }
  .mr-tabSection_img + .mr-lineTitle {
    margin-top: 33px;
  }
  .mr-tabSection_img + .mr-comment {
    margin-top: 84px;
  }
  .mr-tabSection_img + .mr-linkBorderBtn {
    margin-top: 27px;
  }
  .mr-tabSection_img + .mr-accordionBody > .mr-lineTitle:first-child {
    margin-top: 33px;
  }
  .mr-tabSection_img + .mr-accordionBody > .mr-comment:first-child {
    margin-top: 84px;
  }
  .mr-lineTitle + .mr-tabSection_img {
    margin-top: 43px;
  }
  .mr-tabSection_txt + .mr-tabSection_img {
    margin-top: 40px;
  }
  .mr-tabSection_arrow {
    position: relative;
    margin: 30px 0 39px;
    text-align: center;
  }
  .mr-tabSection_arrow::before {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 49px 80px 0 80px;
    border-color: #fdeef4 transparent transparent transparent;
    content: "";
  }
  .mr-tabSection_txt {
    line-height: 1.75;
    font-size: 1rem;
    text-align: justify;
  }
  .mr-tabSection_txt + .mr-tabSection_txt {
    margin-top: 49px;
  }
  .mr-tabSection_txt + .mr-lineTitle {
    margin-top: 88px;
  }
  .mr-tabSection_txt + .mr-comment {
    margin: 30px -19px 0;
  }
  .mr-tabSection_txt + .mr-accordionBody > .mr-tabSection_txt:first-child {
    margin-top: 28px;
  }
  .mr-tabSection_txt + .mr-accordionBody > .mr-tabSection_img:first-child {
    margin-top: 55px;
  }
  .mr-tabSection_txt + .mr-accordionBody > .mr-lineTitle:first-child {
    margin-top: 88px;
  }
  .mr-tabSection_txt + .mr-accordionBody > .mr-comment:first-child {
    margin: 30px -19px 0;
  }
  .mr-lineTitle + .mr-tabSection_txt {
    margin-top: 28px;
  }
  .mr-tabSection_img + .mr-tabSection_txt {
    margin-top: 33px;
  }
  .mr-tabSection_caption + .mr-tabSection_txt {
    margin-top: 11px;
  }
  .mr-ownerProfile + .mr-tabSection_txt {
    margin-top: 33px;
  }
  .mr-tabSection_caption {
    line-height: 1.6;
    margin: 12px 20px 20px 20px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
  }
  .mr-tabSection_caption span {
    background: #fdeef4;
  }
  .mr-tabSection_caption + .mr-lineTitle {
    margin-top: 60px;
  }
  .mr-tabSection_name {
    line-height: 1.75;
    margin-top: 25px;
    text-align: right;
    font-size: 1rem;
  }
  .mr-tabSection_name + .mr-tabSection_txt, .mr-tabSection_name + .mr-accordionBody > .mr-tabSection_txt:first-child {
    margin-top: 49px;
  }
  .mr-tabSection_name + .mr-accordionBody > .mr-tabSection_img:first-child {
    margin-top: 55px;
  }
  .mr-tabSection_name + .mr-lineTitle, .mr-tabSection_name + .mr-accordionBody > .mr-lineTitle:first-child {
    margin-top: 88px;
  }
  .mr-tabSection_name + .mr-comment, .mr-tabSection_name + .mr-accordionBody > .mr-comment:first-child {
    margin: 30px -19px 0;
    padding: 0 0 60px;
  }
  .mr-tabSection_deco {
    margin-top: 20px;
  }
  .mr-tabSection_deco + .mr-linkBorderBtn {
    margin-top: 26px;
  }
  .mr-tabSection_deco + .mr-linkBorderBtn a {
    padding: 13px 0;
  }
  .mr-tabSection .mr-lineTitle:first-child {
    margin-top: 40px;
  }
  .mr-tabSection .mr-comment_inner {
    padding: 41px 0 10px 20px;
  }
  .mr-tabSection .mr-comment_img {
    position: static;
    margin: 0 28px 0 auto;
  }
  .mr-tabSection .mr-commentTxt {
    padding: 0 19px 0 0;
  }
  /* アコーディオン */
  .mr-accordionBody {
    display: block;
  }
  .mr-accordionBtn {
    display: none;
  }
  /* プロジェクトオーナー */
  .mr-ownerProfile {
    padding: 0;
  }
  .mr-ownerProfile_img {
    height: 100px;
    margin-top: 39px;
    text-align: center;
  }
  .mr-ownerProfile_img img {
    width: auto;
    height: 100%;
  }
  .mr-ownerProfile_name {
    line-height: 1.75;
    margin-top: 24px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  /* 〇〇とは？ボックス */
  .mr-aboutBox {
    position: relative;
    left: -20px;
    width: 580px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 98px auto 0;
    padding: 72px 20px 40px;
    border-radius: 10px;
    background: #f9f6ee;
  }
  .mr-aboutBox_title {
    line-height: 1.4285714286;
    text-align: center;
    color: #59452c;
    font-size: 1.75rem;
    font-weight: bold;
  }
  .mr-aboutBox_img {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
  }
  .mr-aboutBox_img img {
    width: auto;
    height: 100%;
  }
  .mr-aboutBox_text {
    line-height: 1.75;
    margin-top: 22px;
    text-align: justify;
    font-size: 1rem;
  }
  .mr-aboutBox_btn {
    margin-top: 26px;
  }
  .mr-aboutBox_btn a {
    line-height: 1.6666666667;
    padding: 14px 0 13px;
    letter-spacing: -0.02em;
    font-size: 1.125rem;
  }
  /* 達成時のイメージ */
  .mr-achivementPoint {
    margin: 32px 0 59px;
    padding: 52px 7.7% 43px;
    border-radius: 10px;
    background: #fdeef4;
  }
  .mr-achivementPoint .mr-point {
    margin-top: 0;
  }
  .mr-achivementPoint .mr-point_applications {
    text-align: center;
    color: #e0575e;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .mr-achivementPoint_name {
    line-height: 1.5;
    margin-top: 29px;
    text-align: center;
    color: #59452c;
    letter-spacing: 0.02em;
    font-size: 1.75rem;
    font-weight: bold;
  }
  .mr-achivementPoint_name2 {
    line-height: 1.5;
    margin-top: 29px;
    text-align: left;
    color: #59452c;
    letter-spacing: 0.02em;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .mr-achivementPoint_name3 {
    line-height: 1.5;
    margin-top: 29px;
    text-align: left;
    color: #59452c;
    letter-spacing: 0.02em;
    font-size: 1.75rem;
    font-weight: bold;
  }
  .mr-overviewBox {
    position: relative;
    left: -20px;
    width: 580px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 98px auto 0;
    padding: 72px 20px 40px;
    border-radius: 10px;
    background: #f9f6ee;
  }
  .mr-overviewBox_text {
    line-height: 1.75;
    margin-top: 22px;
    text-align: justify;
    font-size: 1rem;
  }
  /* サイドバー */
  .mr-sidebar {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
    min-width: 280px;
    padding: 58px 0 0;
  }
  .mr-sidebar_inner {
    padding: 38px 0 25px;
    border-radius: 10px;
    background: #fff;
  }
  .mr-sidebar .mr-commonTitle02 {
    padding-top: 46px;
    letter-spacing: -0.1em;
    font-size: 1.5625rem;
  }
  .mr-sidebar_lede {
    line-height: 1.6428571429;
    margin-top: 18px;
    padding: 0;
    text-align: center;
    color: #59452c;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .mr-sidebar_lede + * {
    margin-top: 31px;
  }
  .mr-sidebar .mr-backToTopBtn {
    width: 100%;
    margin: 32px auto 0;
    font-size: 1rem;
  }
  .mr-sidebar .mr-backToTopBtn a {
    padding: 10px 0 9px;
  }
  /* コースボックス */
  .mr-course {
    overflow: hidden;
    border-radius: 0;
  }
  .mr-course + .mr-course {
    margin-top: 15px;
  }
  .mr-course_title {
    padding: 13px 0 11px;
    background: #59452c;
    text-align: center;
    letter-spacing: 0.035em;
    color: #fff;
    font-size: 1rem;
  }
  .mr-course_title span {
    font-size: 1rem;
  }
  .mr-return {
    padding: 25px 20px 25px;
    background: #fff;
  }
  .mr-return_itemName {
    line-height: 1.25;
    text-align: center;
    color: #59452c;
    font-size: 1rem;
    font-weight: bold;
  }
  .mr-return_img {
    overflow: hidden;
    margin-top: 25px;
    border-radius: 21px;
  }
  .mr-return_txt {
    line-height: 1.8571428571;
    margin-top: 11px;
    letter-spacing: 0.015em;
    font-size: 0.875rem;
  }
  .mr-return_applyBtn {
    margin: 11px auto 0;
  }
  .mr-return_applyBtn a {
    position: relative;
    display: block;
    line-height: 1.3333333333;
    padding: 11px 0px 8px 0;
    border: 3px solid #fff;
    background: #e0575e;
    border-radius: 1000px;
    -webkit-box-shadow: 8px 6px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 8px 6px 16px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 0.875rem;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  .mr-return_applyBtn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    width: 8px;
    height: 13px;
    margin: auto;
    background: url("../images/common/ico_arrow_right.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .mr-return_applyBtn a:link, .mr-return_applyBtn a:visited, .mr-return_applyBtn a:active {
    color: #f5ffa3;
  }
  .mr-return_applyBtn a:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .mr-return_othersBtn {
    margin: 40px auto 0;
  }
  .mr-return_othersBtn:hover span::after {
    background: url("../images/common/ico_arrow_down.png") no-repeat 0 0;
  }
  .mr-return_othersBtn span {
    position: relative;
  }
  .mr-return_othersBtn span::after {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -47px;
    width: 23px;
    height: 15px;
    margin: auto;
    background: url("../images/common/ico_arrow_down02.png") no-repeat 0 0;
    content: "";
  }
  .mr-courseNotes {
    margin-top: 27px;
    padding: 0;
    font-size: 0.625rem;
  }
  .mr-courseNotes_body {
    line-height: 2;
  }
  .mr-courseNotes_title + .mr-courseNotes_body {
    margin-top: 6px;
  }
  .mr-floatingBtn {
    display: none;
  }
}
/* =======================================================================
  Date: 2019-09-09
  CSS Document ： メリーファンディング
  1.基本のスタイル（PC/SP）
  2.(TOPページ) KVエリアのスタイル（PC/SP）
  3.現在実施中のプロジェクトのスタイル（PC/SP）
  4.これまでのプロジェクトのスタイル（PC/SP）
  5.Facebookエリアのスタイル（PC/SP）
  6.下層ページ用スタイル（PC/SP）
======================================================================= */
/* -----------------------------------------------------------------------
## 基本のスタイル ##########################################################
----------------------------------------------------------------------- */
/*================================= SP =================================*/
/*================================= PC =================================*/
/* -----------------------------------------------------------------------
## (TOPページ) KVエリアのスタイル ############################################
----------------------------------------------------------------------- */
/*================================= SP =================================*/
/*================================= PC =================================*/
/* -----------------------------------------------------------------------
## 現在実施中のプロジェクト ##################################################
----------------------------------------------------------------------- */
/*================================= SP =================================*/
/*================================= PC =================================*/
/* -----------------------------------------------------------------------
## これまでのプロジェクト ####################################################
----------------------------------------------------------------------- */
/*================================= SP =================================*/
/*================================= PC =================================*/
/* -----------------------------------------------------------------------
## 下層ページ用スタイル #####################################################
----------------------------------------------------------------------- */
/*================================= SP =================================*/
/*================================= PC =================================*/
/* -----------------------------------------------------------------------
## 達成ページ用スタイル #####################################################
----------------------------------------------------------------------- */
/*================================= SP =================================*/
.mr-achivementPage .mr-introduction {
  padding-top: 55px;
  position: relative;
}
.mr-achivementPage .mr-introduction::before {
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 48px;
  background: url("../images/project/img_achive_ribon.png") no-repeat center 0;
  background-size: auto 100%;
  content: "";
}
.mr-achivementPage .mr-introduction::after {
  position: absolute;
  top: 162px;
  right: 4px;
  z-index: 2;
  width: 82px;
  height: 88px;
  background: url("../images/common/badge_achivement.png") no-repeat center 0;
  background-size: cover;
  content: "";
}
.mr-achivementPage .mr-introduction .mr-projectBox_inner {
  padding-bottom: 30px;
}
.mr-achivementPage .mr-introduction .mr-projectBox_notes {
  margin-top: 7px;
}
.mr-achivementPage .mr-floatingBtn {
  display: none;
}
.mr-achivementPage .mr-tabList_item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.mr-achivementPage .mr-lineTitle::before {
  background: #7acb88;
}

.mr-thanks {
  position: relative;
  margin-top: 22px;
  padding: 0 15px;
}
.mr-thanks_inner {
  position: relative;
  padding: 25px 0 22px;
  background: url("../images/common/bg_comment.png") repeat;
}
.mr-thanks_img {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}
.mr-thanks_img img {
  height: 100%;
  width: auto;
}
.mr-thanks_caption {
  margin-top: 9px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
}
.mr-thanks .mr-commonTitle02 {
  padding-top: 40px;
  letter-spacing: 0;
  font-size: 1.375rem;
}
.mr-thanks .mr-commonTitle02::before {
  height: 37px;
}

.mr-thanksCol {
  margin-top: 15px;
}
.mr-thanksCol_text {
  margin-top: 12px;
}

.mr-thanksTxt {
  padding: 0 20px;
}
.mr-thanksTxt_comment {
  line-height: 1.6666666667;
  margin-top: 1px;
  text-align: justify;
  font-size: 0.75rem;
}

/*================================= PC =================================*/
@media screen and (min-width: 768px) {
  .mr-achivementPage .mr-introduction {
    padding: 44px 0 45px;
    position: relative;
  }
  .mr-achivementPage .mr-introduction::before {
    position: absolute;
    top: 51px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 358px;
    height: 78px;
    margin: auto;
    background: url("../images/project/img_achive_ribon.png") no-repeat center 0;
    background-size: auto 100%;
    content: "";
  }
  .mr-achivementPage .mr-introduction::after {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 164px;
    height: 175px;
    margin: auto;
    background: url("../images/common/badge_achivement.png") no-repeat center 0;
    background-size: cover;
    -webkit-transform: translate(372px, 0);
            transform: translate(372px, 0);
    content: "";
  }
  .mr-achivementPage .mr-introduction .mr-projectBox_inner {
    padding: 180px 0 47px;
  }
  .mr-achivementPage .mr-projectBox_title {
    top: 33px;
  }
  .mr-achivementPage .mr-floatingBtn {
    display: none;
  }
  .mr-achivementPage .mr-column_inner {
    display: block;
  }
  .mr-achivementPage .mr-tabList_item {
    -ms-flex-preferred-size: 290px;
        flex-basis: 290px;
    max-width: 290px;
  }
  .mr-achivementPage .mr-tabs_contents {
    padding: 0 150px;
  }
  .mr-thanks {
    position: relative;
    margin-top: 39px;
    padding: 0 60px;
  }
  .mr-thanks_inner {
    position: relative;
    padding: 41px 40px 39px;
    background: url("../images/common/bg_comment.png") repeat;
  }
  .mr-thanks .mr-commonTitle02 {
    padding-top: 56px;
    font-size: 1.875rem;
  }
  .mr-thanks .mr-commonTitle02::before {
    height: 50px;
  }
  .mr-thanks_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  .mr-thanks_img img {
    height: auto;
    max-width: 250px;
  }
  .mr-thanks_caption {
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .mr-thanksCol {
    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;
    margin-top: 0;
  }
  .mr-thanksCol_txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 610px;
  }
  .mr-thanksTxt {
    padding: 0 0 0 31px;
  }
  .mr-thanksTxt_comment {
    line-height: 1.75;
    margin-top: 2px;
    text-align: justify;
    font-size: 1rem;
  }
}