@charset "UTF-8";
/* ======================
reset css (ローカル開発用)
========================*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  line-height: 1.7;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
a {
  display: block;
  color: #333;
  text-decoration: none;
}
.sp_only {
  display: block;
}
.pc_only {
  display: none;
}

/* ==========================
Reset and base styles
========================== */
body {
  overflow-x: hidden;
}
.global-header {
  display: none;
}
.global-contents__inner {
  width: 100% !important;
  padding: 0 !important
}
#tblLayout {
  width: 100% !important;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
td, th {
  padding: 0;
  margin: 0;
}
main + div {
  display: none;
}
@media screen and (min-width: 600px) {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
}

/* ==========================
content style base
========================== */
.content {
  background : #8F3535;
}
.container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 24px;
}
.kv {
  display: block;
  width: 100%;
}
.lead {
  color: #fff;
  line-height: 1.8;
  font-size: 1.4rem;
  word-break: break-all;
  padding: 0 16px;
  margin: 20px 0 40px;
}
.section {
  padding: 0 16px;
  margin-bottom: 42px;
}
.section__headImage {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
#js-copytext_1,
#js-copytext_2,
#js-copytext_3 {
  display: none;
}
#js-copytext {
  display: none;
}
.copyBox {
  position: relative;
}
.copyAlert {
  display: none;
  position: absolute;
  top: -18px;
  right: 71px;
  color: #fff;
  transform: rotate(19deg);
  font-size: 1.2rem;
}
.ctaBtn {
  display: block;
  text-align: center;
  margin: 60px auto 0;
  width: 90%;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 19px 25px;
  border-radius: 100px;
  border: 1px solid #fff;
  background-color: #000;
  font-size: 1.4rem;
}
.copyBtn {
  text-align: center;
  display: block;
  margin: 32px auto 0;
  background-color: #FDD45E;
  color: #000;
  border: none;
  padding: 15px 31px;
  border-radius: 5px;
  font-weight: 500;
  position: relative;
  font-size: 1.4rem;
  border: solid 2px #000;
}
.attnList {
  margin: 62px auto 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  color: #fff;
  padding: 0 16px;
}
.attnList span {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.attnList li {
  font-size: 1.2rem;
}

@media screen and (min-width: 600px) {
  .lead {
    text-align: center;
    color: #fff;
    line-height: 1.8;
    font-size: 1.6rem;
    word-break: break-all;
    padding: 0;
  }
  .attnList {
    padding: 0 35px;
  }
  .copyAlert {
    right: 180px;
  }
  .attnList li {
    font-size: 1.4rem;
  }
}