
/* ------------------------------------------------------ */
/* base */
/* ------------------------------------------------------ */
#miraiSupport #container {
  width: 100%;
}
#miraiSupport .topicPath {
  width: 960px;
  margin: 0 auto 20px;
}
#miraiSupport .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#miraiSupport section {
  font-size: 15px;
  font-family: "Helvetica Neue", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-feature-settings: 'palt';
  letter-spacing: 0.06em;
}
#miraiSupport section h2,
#miraiSupport section h3,
#miraiSupport section h4 {
  color: #0096BB;
  text-align: center;
}
#miraiSupport .lead,
#miraiSupport #about,
#miraiSupport #plan,
#miraiSupport #comments,
#miraiSupport #partners {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
#miraiSupport section h2 {
  margin: 80px 0 20px;
  font-size: 28px;
  font-weight: 600;
}
#miraiSupport section h3 {
  padding: 0 0 70px;
  font-size: 32px;
}
#miraiSupport section h4 {
  padding: 0 0 5px;
}

/* ------------------------------------------------------ */
/* KV & lead */
/* ------------------------------------------------------ */
#miraiSupport .kv {
  background: url("/ja/campaign/mirai_support_program/images/pc_kv_bg.jpg") no-repeat 0 0 / cover;
}
#miraiSupport .kv .kv_txt {
  width: 960px;
  height: 500px;
  margin: 0 auto;
  background: url("/ja/campaign/mirai_support_program/images/pc_kv_txt.png") no-repeat 100% 0 / 410px auto;
}
#miraiSupport .kv .kv_txt h1,
#miraiSupport .kv .kv_txt p{
  text-indent: -5000em;
}

/* ------------------------------------------------------ */
/* lead */
/* ------------------------------------------------------ */
#miraiSupport .lead a {
  width: 194px;
  height: 40px;
  margin: 30px 0;
  color: #ffffff;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
  border-radius: 20px;
  background: linear-gradient(90deg, #0081A1 0%, #4EB3C6 72%, #79BEB8 100%);
  position: relative;
  overflow: hidden;
}
#miraiSupport .lead a::after {
  content: '↓';
  position: absolute;
  right: 20px;
}
#miraiSupport .lead a:hover {
  opacity: 0.9;
}

/* ------------------------------------------------------ */
/* about */
/* ------------------------------------------------------ */
#miraiSupport #about {
  width: 890px;
}
#miraiSupport #about li {
  margin: 40px 0 0 0;
  padding: 0 0 0 65px;
  position: relative;
}
#miraiSupport #about li span {
  font-size: 90px;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
#miraiSupport #about li strong {
  margin: 13px 0 8px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
  display: inline-block;
}
#miraiSupport #about li p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.3em;
}
#miraiSupport #about li:nth-of-type(1) span, #miraiSupport #about li:nth-of-type(1) strong { color: #0096BB; }
#miraiSupport #about li:nth-of-type(2) span, #miraiSupport #about li:nth-of-type(2) strong { color: #22AEC3; }
#miraiSupport #about li:nth-of-type(3) span, #miraiSupport #about li:nth-of-type(3) strong { color: #33B3B1; }
#miraiSupport #about li:nth-of-type(4) span, #miraiSupport #about li:nth-of-type(4) strong { color: #3EB29D; }

/* ------------------------------------------------------ */
/* plan */
/* ------------------------------------------------------ */
#miraiSupport #plan {
  width: 680px;
  margin: 0 auto 100px;
}
#miraiSupport #plan dl {
  border-bottom: solid 2px #0096BB;
}
#miraiSupport #plan dl dt,
#miraiSupport #plan dl dd {
  padding: 15px 0;
  border-top: solid 2px #0096BB;
}
#miraiSupport #plan dl dt {
  width: 160px;
  color: #0096BB;
}
#miraiSupport #plan dl dd {
  width: 520px;
}
#miraiSupport #plan .buttonC {
  width: 460px;
  height: 70px;
  margin: 40px auto;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  display: block;
  background: #001871;
}
#miraiSupport #plan .buttonC:hover {
  opacity: 0.9;
}
#miraiSupport #plan .buttonC span {
  display: block;
}
#miraiSupport #plan .buttonC span:first-of-type {
  padding: 10px 0 0;
  font-size: 24px;
  line-height: 1.2em;
}
#miraiSupport #plan .buttonC span:first-of-type::after {
  content: '';
  width: 20px;
  height: 17px;
  display: inline-block;
  background: url("/ja/support/images/ico_new_window_02w.png") no-repeat 0 0;
  position: relative;
  left: 5px;
  bottom: 2px;
}

/* ------------------------------------------------------ */
/* comments */
/* ------------------------------------------------------ */
#miraiSupport #comments li {
  margin: 0 0 30px;
  padding: 25px 30px 25px 215px;
  background: #D4EAF2 no-repeat 45px 50% / 134px auto;
}
#miraiSupport #comments li p {
}
#miraiSupport #comments li:nth-of-type(1) { background-image: url("/ja/campaign/mirai_support_program/images/review_01.png"); }
#miraiSupport #comments li:nth-of-type(2) { background-image: url("/ja/campaign/mirai_support_program/images/review_02.png"); }

/* ------------------------------------------------------ */
/* partners */
/* ------------------------------------------------------ */
#miraiSupport #partners h3 { padding: 50px 0 15px; }

/* ------------------------------------------------------ */
/* photo */
/* ------------------------------------------------------ */
#miraiSupport .gallery {
  margin: 80px 0 120px;
}
#miraiSupport .gallery p {
  width: 200px;
  margin: 0 10px;
}
#miraiSupport .photoEffect {
  width: 100%;
  height: 140px;
}
#miraiSupport .photoEffect.photo01 {
  background: 
    linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 100%),
    url("/ja/campaign/mirai_support_program/images/pc_bg_01.jpg") fixed no-repeat 50% 100% / cover;
}
#miraiSupport .photoEffect.photo02 {
  background: 
    linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 100%),
    url("/ja/campaign/mirai_support_program/images/pc_bg_02.jpg") fixed no-repeat 50% 0 / cover;
}
