@charset "UTF-8";
@import url("../css/reset.css");
/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  -webkit-font-feature-settings: "palt";
  background: #FFFFFF;
  color: #000000;
  font: 1.4rem/1.7 sans-serif;
  font-feature-settings: "palt";
  font-weight: 300;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  -webkit-transition: 0.2s;
  opacity: 0.8;
  transition: 0.2s;
}

main {
  display: block;
}

/* -- LAYOUT -- */
.header {
  background: url(../../img/header_bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.header_container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.header_tfm {
  position: absolute;
  top: 3%;
  left: 14.6%;
  width: 190px;
  height: auto;
  line-height: 0;
}

.header_tfm img {
  width: 18vw;
  max-width: 190px;
  height: auto;
}

.time {
  padding: 30px;
  background: #000000;
  text-align: center;
}

.desc {
  padding: 50px 30px;
  text-align: center;
}

.desc_head {
  margin-bottom: 50px;
}

.desc_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.desc_amp {
  display: block;
  position: absolute;
  top: 44%;
  right: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.desc_img:first-child {
  margin-right: 15px;
}

.desc_txt {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.desc_txt > span {
  color: #e60012;
  font-weight: 700;
}

.desc_txt:last-of-type {
  margin-bottom: 0px;
}

.entry {
  margin-bottom: 50px;
  padding: 70px 30px;
  background: #f7f7f7;
}

.entry_ttl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  height: 31px;
  margin: 0 auto 50px;
  overflow: hidden;
  border-bottom: 1px solid #173271;
  background: url(../../img/step_ttl.svg) no-repeat;
  background-position: left center;
  text-indent: 100%;
  white-space: nowrap;
}

.step {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.step_1, .step_2, .step_3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.step_1 {
  margin-bottom: 70px;
}

.step_2 {
  margin-bottom: 20px;
}

.step_3 {
  margin-top: 70px;
}

.step_head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 248px;
  height: auto;
  padding-right: 50px;
  text-align: left;
}

.step_box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: calc(100% - 340px);
}

.step_2 > .step_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.step_desc {
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}

.step_desc > span {
  color: #1ca0f2;
}

.step_desc-1 {
  margin-top: 5px;
}

.step_desc-2 {
  margin-bottom: 10px;
}

.step_note {
  margin: -15px auto 20px;
}

.step_table {
  -ms-flex-pack: distribute;
  -ms-flex-flow: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  border: 1px dashed #aaa;
  background: #fff;
}

.step_tableHead {
  width: 100%;
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}

.step_end {
  font-size: 3.2rem;
  font-weight: 700;
}

.step_endTxt {
  margin: 0 auto 5px;
  font-size: 1.6rem;
  font-weight: normal;
}

.step_endTxt > span {
  color: #e60012;
  font-weight: 700;
}

.step_endNote {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.zennoh {
  margin: 0 auto;
  padding: 0 30px;
}

.btn, .btn-anchor, .btn-follow, .btn-tweet, .btn-zennoh {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0px 5px 15px rgba(28, 160, 242, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto 30px;
  padding: 5px 35px 5px 5px;
  border-radius: 30px;
  background: #1ca0f2;
  box-shadow: 0px 5px 15px rgba(28, 160, 242, 0.4);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.btn:before, .btn-anchor:before, .btn-follow:before, .btn-tweet:before, .btn-zennoh:before {
  -webkit-transform: rotate(45deg);
  -webkit-transition: .1s;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: .1s;
}

.btn:hover, .btn-anchor:hover, .btn-follow:hover, .btn-tweet:hover, .btn-zennoh:hover {
  opacity: .9;
}

.btn:hover:before, .btn-anchor:hover:before, .btn-follow:hover:before, .btn-tweet:hover:before, .btn-zennoh:hover:before {
  right: 15px;
}

.btn > img, .btn-anchor > img, .btn-follow > img, .btn-tweet > img, .btn-zennoh > img {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
}

.btn-anchor {
  -webkit-transition: .8s;
  margin: 50px auto 0;
  padding: 20px;
  transition: .8s;
}

.btn-anchor:before {
  -webkit-transform: rotate(135deg);
  top: calc(50% - 9px);
  right: 25px;
  transform: rotate(135deg);
}

.btn-anchor:hover:before {
  top: calc(50% - 5px);
  right: 25px;
}

.btn-follow {
  margin: 0 auto 0 0;
}

.btn-tweet {
  -webkit-box-shadow: 0px 3px 10px rgba(28, 160, 242, 0.4);
  width: 420px;
  margin: 0 auto 15px;
  box-shadow: 0px 3px 10px rgba(28, 160, 242, 0.4);
  font-size: 1.4rem;
  font-weight: normal;
}

.btn-tweet > img {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 0;
  border-radius: 50%;
}

.btn-zennoh {
  -webkit-box-shadow: 0px 5px 15px rgba(28, 160, 242, 0.2);
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #1ca0f2;
  background: #fff;
  box-shadow: 0px 5px 15px rgba(28, 160, 242, 0.2);
  color: #1ca0f2;
}

.btn-zennoh:before {
  border-color: #1ca0f2;
}

.cautionHead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 850px;
  margin: 0 auto 15px;
  padding: 5px 30px;
  background: #580e29;
  color: #fff;
  font-size: 1.6rem;
}

.target {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 850px;
  margin: 0 auto 20px;
  padding: 0 30px;
}

.target_ttl {
  margin-bottom: 5px;
}

.caution {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 850px;
  margin: 0 auto 70px;
  padding: 0 30px;
}

.caution_ttl {
  margin-bottom: 5px;
}

.caution_item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 0.8em;
  font-size: 1.2rem;
  letter-spacing: 0;
  list-style: none;
}

.caution_item:before {
  position: absolute;
  top: 0.6em;
  left: 0.2em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background: #555;
  content: '';
}

.caution_item > a {
  color: #ff0000;
  text-decoration: underline;
}

.footer {
  padding: 0 15px;
  text-align: center;
}

.footer_cdj {
  display: block;
  width: 70%;
  max-width: 700px;
  margin: 0 auto;
}

.copyright {
  padding: 30px 0;
  font-size: 1.2rem;
  text-align: center;
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 480px) {
  .header_logo {
    padding: 0 15px;
  }
  .header_tfm {
    top: 4%;
    left: 15px;
  }
  .header_tfm img {
    width: 27vw;
  }
  .time {
    padding: 15px;
  }
  .desc {
    padding: 30px 15px;
  }
  .desc_head {
    width: 77%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .desc_box {
    width: 90%;
    margin: 0 auto 30px;
  }
  .desc_img:first-child {
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .desc_amp {
    display: block;
    position: relative;
    width: 12vw;
    height: auto;
    margin-bottom: 5vw;
  }
  .entry {
    margin-bottom: 30px;
    padding: 30px 0;
  }
  .entry_ttl {
    margin: 0 15px 30px;
    background: url(../../img/step_ttl.svg) no-repeat;
    background-position: left bottom;
    background-size: 22vw;
  }
  .step {
    margin: 0 auto 50px;
    padding: 0 15px;
  }
  .step_1 {
    margin-bottom: 30px;
  }
  .step_3 {
    margin: 30px auto;
  }
  .step_desc {
    font-size: 1.6rem;
  }
  .step_note {
    text-align: left;
  }
  .step_head {
    margin-bottom: 10px;
  }
  .step_table {
    padding: 20px 10px;
  }
  .step_tableHead {
    margin: 0 auto 20px;
    font-size: 2.0rem;
    line-height: 1;
  }
  .step_endTxt {
    text-align: left;
  }
  .step_endNote {
    text-align: left;
  }
  .cautionHead {
    padding: 5px 15px;
  }
  .target {
    padding: 0 15px;
  }
  .caution {
    margin: 0 auto 50px;
    padding: 0 15px;
  }
}

@media (max-width: 800px) {
  .desc_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .desc_txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .desc_txt:last-of-type {
    margin-bottom: 0;
  }
  .step {
    margin: 0 auto;
  }
  .step_1, .step_2, .step_3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    align-items: center;
  }
  .step_2 {
    margin-bottom: 0;
  }
  .step_desc {
    margin: 0 auto 20px;
  }
  .step_head {
    width: 30vw;
    min-width: 100px;
    max-width: 180px;
    padding-right: 0;
  }
  .step_endTxt {
    max-width: 500px;
    font-size: 1.4rem;
  }
  .step_box {
    width: 100%;
    text-align: center;
  }
  .step_note {
    font-size: 1.2rem;
  }
  .btn, .btn-anchor, .btn-follow, .btn-tweet, .btn-zennoh {
    margin: 0 auto 20px;
    font-size: 1.4rem;
  }
  .btn > img, .btn-anchor > img, .btn-follow > img, .btn-tweet > img, .btn-zennoh > img {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .btn-anchor {
    margin: 30px auto 0;
    padding: 15px 30px 15px 15px;
    font-size: 1.6rem;
  }
  .btn-tweet {
    margin: 0 auto 12px;
    font-size: 1.2rem;
  }
  .btn-tweet > img {
    width: 30px;
    height: 30px;
    margin-right: 0;
    padding: 5px 5px 5px 0;
  }
  .btn-zennoh {
    margin: 0 auto;
    padding: 15px 30px 15px 15px;
  }
  .pagetop {
    display: block;
    width: 50px;
    height: 50px;
    margin: 30px auto 20px;
  }
  .pagetop:hover {
    opacity: .8;
  }
  .pagetop > img {
    width: 50px;
    height: auto;
  }
  .footer_cdj {
    min-width: 300px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 800px) {
  .desc_head {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .desc_box {
    width: 80%;
  }
  .desc_img:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .desc_amp {
    display: block;
    position: relative;
    width: 12vw;
    max-width: 70px;
    height: auto;
    margin-bottom: 30px;
  }
  .entry {
    margin-bottom: 30px;
    padding: 50px 30px;
  }
  .entry_ttl {
    margin-bottom: 30px;
    background: url(../../img/step_ttl.svg) no-repeat;
    background-position: left center;
  }
  .step_1 {
    margin-bottom: 30px;
  }
  .step_3 {
    margin: 50px auto 30px;
  }
  .step_head {
    margin-bottom: 20px;
  }
}

@media (min-width: 801px) {
  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .pagetop:hover {
    opacity: .8;
  }
  .pagetop > img {
    width: 50px;
    height: auto;
  }
}