@charset "UTF-8";

/* リセット */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

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

.clearfix {
  min-height: 1px;
}

.section:before,
.section:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.section:after {
  clear: both;
}

/* 初期化 */
html,
body {
  font: 15px/1.6 Avenir, "Helvetica Neue", "Helvetica", "Arial", "Verdana", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  color: #898989;
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: color 0.35s linear;
  transition: color 0.35s linear;
}

a:hover {
  color: #313131;
}

ul,
ol {
  margin-top: 15px;
  margin-left: 20px;
  list-style-type: disc;
}

table {
  border-collapse: collapse;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  width: 100%;
  margin: 20px auto 0;
}

table tr {
  background-color: #fff;
}

table tr td,
table tr th {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 2px;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

/* レイアウト */
header {
  height: 72px;
}

@media screen and (max-width: 768px) {
  header {
    height: 53px;
  }
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.container img{
  display: block;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.section {
  width: 95%;
  max-width: 976px;
  margin: 0 auto;
}

h1.section__title {
  margin-bottom: 30px;
  text-align: center;
}
.section__title {
  border-top: none;
  border-bottom: none;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  height: auto;
  line-height: 1.6;
  box-shadow: none;
}

.section__title img {
  width: auto;
}

.pc-only {
  display: block;
}

/* PC表示のみ（768px以下で非表示） */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

/* campaign_index用 */
@media screen and (max-width: 768px) {
  #campaign_index h2 {
    text-align: left;
  }
}

.text_small {
  font-size: 12px;
}

/**
 * ページCSS
 */
/* フォント */
html,
body {
  font-family: "Apple TP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #313131;
}

h2 {
  padding: 30px 0;
  margin: 0;
  text-align: center;
}

/* /フォント */

/* フッター */
h2 {
  border-bottom: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .section__title {
    margin: 0 auto;
  }

  h1.section__title {
    margin-bottom: 15px;
    padding: 0;
  }
}

header .headerLeftRightWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 95%;
  max-width: 976px;
  margin: 0 auto;
}

header .headerLeftWrap {
  display: flex;
  align-items: center;
}

header .headerLeftWrap .gNavi ul {
  margin: 0;
  list-style-type: none;
}

header .headerLeftWrap .gNavi .d-logo {
  margin-right: 12px;
}

header .headerLeftWrap .gNavi .d-logo img {
  width: 85px;
  height: auto;
  display: block;
  object-fit: contain;
}

.cbnr {
  margin: 0 auto 4em;
}

@media screen and (max-width: 768px) {
  .cbnr img {
    width: 79.1667vw;
    margin: 0 auto;
  }

  header .headerLeftWrap .gNavi .d-logo img {
    width: 65px;
  }

}

.cbnr a {
  display: block;
  width: 54%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cbnr a {
    width: 92%;
  }
}

.ft-btns {
  margin: 3em 0 2.4em;
  padding: 2em;
  position: relative;
  background-color: #b2b2b2;
  color: #fff;
}

.ft-btns img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ft-btns {
    margin: 3em 0;
    padding: 3em 0;
  }
}

.ft-btns h3 {
  text-align: center;
  font-size: 1.375em;
  padding: 0;
  color: #fff;
  margin: 0 auto 0.75em;
  position: relative;
  width: 86%;
}

@media screen and (max-width: 768px) {
  .ft-btns h3 {
    font-size: 1.125em;
    width: 100%;
  }
}

.ft-btns h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  border-top: 2px dotted #fff;
}

@media screen and (max-width: 768px) {
  .ft-btns h3::before {
    display: none;
  }
}

.ft-btns h3 span {
  display: inline-block;
  background-color: #b2b2b2;
  padding: 0 1em;
  font-weight: bold;
  position: relative;
}

.ft-btns .btns {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .ft-btns .btns {
    flex-wrap: wrap;
  }

  .ft-btns .btns>div {
    width: 92%;
  }
}

.ft-btns .btns a {
  display: block;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.2);
}

.ft-btns .btns>div+div {
  margin-left: 2em;
}

@media screen and (max-width: 768px) {
  .ft-btns .btns>div+div {
    margin: 1em 0 0;
  }
}

.ft-btns .btns+h3 {
  margin-top: 2.5em;
}

.cfooter {
  margin: 0 auto;
  padding: 0 0 40px;
  background-color: #ffffff;
}

.cfooter__inner {
  padding: 0 48px;
}

.cfooter__title {
  margin-bottom: 1rem;
  padding: 0;
  font-size: 1.2rem;
  border: none;
  text-align: left;
  font-weight: 700;
}

.cfooter .ccode {
  margin: 1rem auto;
  color: #000000;
}

.cfooter .ccode a {
  color: #cb0033;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}

.cfooter .ccode a:hover {
  opacity: 0.6;
}

.cfooter .ccode small {
  color: #999999;
  font-size: 12px;
}

.cfooter p {
  margin: 1rem auto;
  padding: 0;
}

.cfooter p.t2 {
  margin-top: 3.2rem;
}

.cfooter strong {
  font-weight: 700;
}

@media screen and (max-width: 768px) {

  .cfooter {
    margin: 0 auto;
    padding: 0 0 40px;
  }

  .cfooter__inner {
    padding: 0 20px;
  }

  .cfooter__title {
    margin-bottom: 1rem;
    padding: 0;
    font-size: calc(100vw * (32 / 768));
    border: none;
    text-align: left;
  }

  .cfooter .ccode {
    margin: 2.5rem auto;
    color: #000000;
    font-size: calc(100vw * (27.5 / 768));
  }

  .cfooter .ccode a {
    color: #cb0033;
    text-decoration: underline;
  }

  .cfooter .ccode strong {
    font-size: calc(100vw * (28 / 768));
  }

  .cfooter .ccode small {
    color: #999999;
    font-size: calc(100vw * (21 / 768));
  }

  .cfooter p {
    margin: 1rem auto;
    padding: 0;
  }

  .cfooter p.t2 {
    margin-top: 3.2rem;
    font-size: calc(100vw * (25 / 768));
  }

}

.cpn-footer {
  background-color: #333333;
  padding: 20px 40px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .cpn-footer {
    padding: 22px 5%;
    width: 100%;
    margin-bottom: 25.8333333333vw;
  }
}

.cpn-footer p {
  text-align: right;
  color: #ffffff;
}

.float-bnr {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 0;
  background-color: #fff;
  z-index: 10;
}

.float-bnr__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .float-bnr {
    padding: 5.4166666667vw 0;
  }

  .float-bnr__inner {
    width: 100%;
    gap: 2.9166666667vw;
    justify-content: center;
  }
}

.float-bnr .float-bnr__entry {
  max-width: 800px;
  width: calc(100% - 98px);
}

@media screen and (max-width: 768px) {
  .float-bnr .float-bnr__entry {
    width: 78.5vw;
  }
}

.float-bnr .float-bnr__top {
  display: block;
  width: 64px;
}

@media screen and (max-width: 768px) {
  .float-bnr .float-bnr__top {
    width: 13.5416666667vw;
  }
}

.float-bnr .float-bnr__entry a,
.float-bnr .float-bnr__top a {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease-out;
}

.float-bnr .float-bnr__entry a:hover,
.float-bnr .float-bnr__top a:hover {
  opacity: 0.6;
}

.float-bnr .float-bnr__entry img,
.float-bnr .float-bnr__top img {
  display: block;
  width: 100%;
  height: auto;
}

/* notes
--------------------------------------------------*/
.notes p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3742222222;
  display: flex;
  width: 100%;
  gap: 4px;
  color: #221815;
}

.notes p span.cap {
  display: inline-block;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .notes p {
    font-size: 3.25vw;
    line-height: 1.4102564103;
  }
}

/* section__entry
--------------------------------------------------*/
.section__entry-btn {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.section__entry-btn a {
  display: block;
  transition: opacity 0.3s ease-out;
}

.section__entry-btn img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.section__entry-btn a:hover {
  opacity: 0.6;
}

.section__entry-notes {
  width: fit-content;
  margin: 25px auto 0;
  max-width: 720px;
}

@media screen and (max-width: 768px) {
  .section__entry-btn {
    width: 79.1667vw;
  }
  .section__entry-notes {
    width: 83.3333vw;
  }
}

/* detail1
--------------------------------------------------*/

.detail1 {
  margin-top: 24px;
  position: relative;
}

.detail1__notes {
  position: absolute;
  top: 60%;
  left: 50%;
  right: -50%;
  transform: translateX(-50%);
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .detail1__notes {
    top: 55%;
    width: 85%;
  }
}

/* steps
--------------------------------------------------*/
.steps {
  position: relative;
}

.steps__step1img {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 10% * 2);
}

.steps__step1detail {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 22% * 2);
}

.steps__step1detail a {
  transition: opacity 0.3s ease-out;
}

.steps__step1detail a:hover {
  opacity: 0.7;
}

.steps__step1action {
  display: block;
  margin-top: 3%;
}

.steps__step2img {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 10% * 2);
}

.steps__step2detail {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 22% * 2);
}

.steps__step2link {
  display: block;
  margin-bottom: 1.5%;
  transition: opacity 0.3s ease-out;
}

.steps__step2link:hover {
  opacity: 0.7;
}

.steps__step2text {
  font-size: clamp(10px, 1.8vw, 18px);
  line-height: 1.5;
  margin-bottom: 3%;
}

.steps__step2notes:before {
  content: "※";
  margin-left: -5%;
}

.steps__step2notes {
  margin-top: 2%;
  margin-left: 5%;
  color: #221815;
  font-size: clamp(10px, 1.4vw, 14px);
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .steps__step1img {
    top: 16%;
    width: calc(100% - 4.1667vw * 2);
  }

  .steps__step1detail {
    top: 31%;
    width: 79.1667vw;
    max-width: unset;
  }

  .steps__step1action {
    margin-top: 6%;
  }

  .steps__step2img {
    top: 45.5%;
    width: calc(100% - 4.1667vw * 2);
  }

  .steps__step2detail {
    top: 63.5%;
    width: calc(100% - 8.3333vw * 2);
    max-width: unset;
  }

  .steps__step2link {
    margin: 0 auto 3%;
    width: 79.1667vw
  }

  .steps__step2text {
    font-size: 3.75vw;
  }

  .steps__step2notes {
    margin-top: 6%;
    font-size: 3.25vw;
    text-align: left;
  }
}

/* merit
--------------------------------------------------*/
.merit {
  position: relative;
  margin-top: -30px;
}

.merit__content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

.merit__box {
  display: block;
  margin-bottom: 1%;
}

.merit__btn {
  position: absolute;
  bottom: 3.6%;
  left: 70px;
  right: 70px;
  transition: opacity 0.3s ease-out;
}

.merit__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .merit {
    margin-top: -6.5vw;
  }

  .merit__content {
    width: calc(100% - 4.1667vw * 2);
  }

  .merit__btn {
    left: 30px;
    right: 30px;
  }
}

/* other
--------------------------------------------------*/
.other {
  position: relative;
}

.other__content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}

.other__content a {
  transition: opacity 0.3s ease-out;
}

.other__content a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .other__content {
    top: 20%;
    width: calc(100% - 8.3333vw * 2);
    max-width: unset;
  }
}

/* detail
--------------------------------------------------*/
.detail {
  margin-top: 40px;
}

.detail__inner {
  padding: 0 30px;
}

.detail__container {
  background-color: #f4f4ff;
  border-radius: 15px;
  padding: 62px 70px;
}

.detail__title {
  max-width: 404px;
  margin-inline: auto;
  padding: 0;
  border: none;
  margin-bottom: 0;
}

.detail__text {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.8;
  color: #221815;
}

.detail__text a {
  color: #3300cb;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}

.detail__text a:hover {
  opacity: 0.6;
}

.detail__notes {
  margin-top: 30px;
}

.detail__img {
  margin: 64px auto 0;
  width: 49.5vw;
  max-width: 495px;
}

@media screen and (max-width: 768px) {
  .detail {
    margin-top: 20px;
  }

  .detail__inner {
    padding: unset;
  }

  .detail__container {
    border-radius: 10px;
    padding: 62px 20px;
  }

  .detail__title {
    max-width: 404px;
    margin-inline: auto;
  }

  .detail__text {
    margin-top: 30px;
    font-size: 19px;
    line-height: 1.8;
    color: #221815;
    width: 95%;
    margin-inline: auto;
  }

  .detail__notes {
    margin-top: 30px;
    width: 95%;
    margin-inline: auto;
  }

  .detail__img {
    margin-top: 44px;
    width: calc(100% - 8.3333vw * 2);
  }
}

/* outline
--------------------------------------------------*/
.outline {
  margin: 72px auto 0;
  padding-bottom: 66px;
}

.outline__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .outline {
    margin: 60px auto 0;
    padding-bottom: 9.1666666667vw;
  }

  .outline__inner {
    padding: 0 40px;
  }
}

.outline__title {
  text-align: center;
  border: none;
  background-color: #81A124;
  padding: 13px 0;
  margin: 0 -50px;
}

.outline__title img {
  max-width: 172px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.outline__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7502222222;
  margin: 1em 0;
}

@media screen and (max-width: 768px) {
  .outline__title {
    margin: 0 -20px;
  }

  .outline__txt {
    font-size: 3.25vw;
    line-height: 1.75;
  }
}

.outline__list {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7502222222;
  list-style: none;
  margin: 0;
}

.outline__list .text_small {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .outline__list {
    font-size: 3.25vw;
    line-height: 1.75;
  }

  .outline__list .text_small {
    font-size: 2.9vw;
  }
}

.outline__list a {
  color: #00A0E9;
  text-decoration: underline;
}

.outline__list-item:not(:first-child) {
  margin-top: 1em;
}

.outline__list dt {
  font-weight: 600;
}


.outline__list dt::before {
  display: inline-block;
  content: "◆";
}

.outline__list dd .dot::before {
  display: inline-block;
  content: "・";
  margin-left: -1em;
}

.outline__list dd .dot {
  margin-left: 1em;
}

.outline__list dd .ast::before {
  display: inline-block;
  content: "※";
  margin-left: -1em;
}

.outline__list dd .ast {
  margin-left: 1em;
}

.outline__list .notes {
  list-style: none;
  margin: 0;
}

.outline__list .notes ol {
  margin: 0;
  list-style: decimal;
}

.outline__list .notes ol > li {
  margin-left: 1.3em;
}

.outline__list ul.notes > li::before {
  display: inline-block;
  content: "・";
  margin-left: -1em;
}

.outline__list .notes li {
  margin-left: 1em;
}

.outline__list .notes li.num::before,
.outline__list .notes li.initial::before {
  display: inline-block;
  content: "";
}
