/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}




html {
  scroll-behavior: smooth;
  word-break: break-all;
}

body {
  margin: 0;
  padding: 0;
}
body *,
body *::before,
body *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #231815;
}

.mt30{
  margin-top: 30px;
}
.mt50{
  margin-top: 50px;
}
.mb50{
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mt30{
    margin-top: 4vw;
  }
  .mt50{
    margin-top: 6.67vw;
  }
  .mb50{
    margin-bottom: 8vw;
  }
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
a:hover {
  opacity: 0.7;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.wrap {
  max-width: 611px;
  margin: auto;
}

.detail_wrap{
  max-width: 750px;
  margin: auto;
  background-color: #fffbda;
}

header {
  padding: 26px 0 24px;
}
header .header-image {
  width: 615px;
  margin: auto;
}

.fv {
  width: 750px;
  margin: auto;
}
.W750_auto {
  width: 750px;
  margin: auto;
}
.fv h1 {
  margin: 0;
  padding: 0;
}
.fv .date {
  width: 615px;
  margin: auto;
  padding: 15px 0 8px 0;
}
.fv .conditions {
  width: 615px;
  margin: auto;
  padding: 26px 0 0 0;
}
.fv .benefits {
  width: 615px;
  margin: auto;
  padding: 30px 0 30px 0;
}

.method .item-link {
  border-bottom: 3px solid #e50012;
  width: 430px;
  display: inline-block;
  font-size: 38px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 5px;
}
.method .a-center > a {
  width:max-content;
  margin-left:auto;
  margin-right:auto;
}
.method .item-link02 {
  border-bottom: 3px solid #e50012;
  width: 490px;
  font-size: 38px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 5px;
}
.method .item-link .item-link-txt,
.method .item-link02 .item-link-txt {
  color: #e50012;
}
.method .item-link .arrow-mark,
.method .item-link02 .arrow-mark {
  width: 40px;
}
.method .apply {
  width: 615px;
  margin: 50px auto 0 auto;
  padding: 0 0 35px 0;
  border: 3px solid #e50012;
  border-radius: 20px;
  background-color: #fffbda;
}
.method .apply .title-back {
  background: #e50012;
  border-radius: 17px 17px 0 0;
  padding: 15px;
}
.method .apply .title-img {
  width: 250px;
  margin: 0 auto;
}
.method .apply .step-title {
  width: 545px;
  margin: 35px  auto 25px auto;
}
.method .apply .step-detail {
  display: flex;
  justify-content: space-between;
}
.method .apply .step-detail .step-detail-txt {
  width: 260px;
  margin-left: 35px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3em;
}
.method .apply .step-detail .step-detail-txt ul {
  margin: 15px 0 0 0;
  padding: 0;
}
.method .apply .step-detail .step-detail-txt li {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1em;
  margin-left: 1em;
  text-indent: -1em;
}
.method .apply .step-detail .step-detail-img {
  width: 260px;
  margin-right: 35px;
}
.method .apply .arrow-mark {
  width: 90px;
  margin: 25px auto;
}
.method .cau-txt {
  width: 615px;
  margin: 10px auto 70px auto;
  padding-right: 20px;
  text-align: right;
  font-size: 18px;
}
.method .offering {
  font-size: 24px;
  line-height: 1.5em;
  color: #e50012;
  text-decoration: underline;
  text-align: center;
  margin: 0 auto;
}
.method .campaign_link {
  background: #e50012;
  border-radius: 100vh;
  padding: 15px;
  text-align: center;
  width: 615px;
  margin: 40px auto 0 auto;
  color: #fff;
  font-size: 33px;
  font-weight: 800;
}
.method .campaign_link a{
  color: #fff;
}

.introduce {
  padding: 0 0 82px 0;
}
.introduce .border {
  margin: 85px auto 30px;
}
.introduce .registration {
  background: #e50012;
  border-radius: 100vh;
  padding: 15px;
  width: 615px;
  margin: 75px auto 0 auto;
}
.introduce .registration .registration-txt {
  width: 250px;
  margin: 0 auto;
}
.introduce .id-possession {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.introduce .id-possession__link {
  font-size: 29px;
  line-height: 1.52;
  text-align: center;
  color: #FFFFFF;
  width: 294px;
  background: #E60012;
  border-radius: 23px;
  padding: 31px 0 75px;
  position: relative;
  margin-top: 20px;
}
.introduce .id-possession__link .arrow {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.introduce .id-possession__link .arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #E60012;
  border-bottom: 0;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.introduce .id-possession__link02 {
  background: #F08300;
}
.introduce .id-possession__link02 .arrow::before {
  border-top: 15px solid #F08300;
}
.introduce .download {
  margin-top: 43px;
}
.introduce .download-head {
  font-size: 45px;
  line-height: 1.4;
  text-align: center;
  color: #00a0e9;
}
.introduce .download-area {
  width: 353px;
  margin: auto;
  margin-top: 39px;
}
.introduce .download-area__application {
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 9px;
}
.introduce .download-area__textarea {
  margin-top: 73px;
}
.introduce .download-area__textarea .download-area__affirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 23px;
  line-height: 1.55;
}
.introduce .download-area__textarea .download-area__affirmation + .download-area__affirmation {
  margin-top: 31px;
}
.introduce .download-area__textarea .download-area__affirmation img {
  width: 26px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
.introduce .download-area__textarea .download-area__comments--area {
  margin-top: 25px;
}
.introduce .download-area__textarea .download-area__comments {
  font-size: 18px;
  line-height: 1.4;
}

.step-inner {
  width: 675px;
  margin: 82px auto 0;
}
.step-inner h2 {
  background: url("../images/PNG/ttl-bg.png") center center/cover no-repeat;
  padding: 35px 0 58px;
  font-size: 41px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.step-inner h2.bg-orange {
  background: url("../images/PNG/ttl-bg02.png") center center/cover no-repeat;
}
.step-inner .step {
  margin-top: 29px;
}
.step-inner .step + .step {
  margin-top: 87px;
}
.step-inner .head-border {
  font-size: 43px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #E60012;
  position: relative;
}
.step-inner .head-border::before, .step-inner .head-border::after {
  content: "";
  background: url("../images/PNG/step-bg.png") center center/cover no-repeat;
  width: 240px;
  height: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.step-inner .head-border::before {
  left: 0;
}
.step-inner .head-border::after {
  right: 0;
}
.step-inner .head-border .num {
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background: #E60012;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: inline-block;
  padding-top: 3px;
  margin-left: 7px;
  position: relative;
  bottom: 1px;
}
.step-inner .head-border-orange {
  color: #F08300;
}
.step-inner .head-border-orange::before, .step-inner .head-border-orange::after {
  background: url("../images/PNG/step-bg02.png") center center/cover no-repeat;
}
.step-inner .head-border-orange .num {
  background: #F08300;
}
.step-inner .section-inner p {
  font-size: 31px;
  line-height: 1.74;
  text-align: center;
  margin-top: 29px;
}
.step-inner .section-inner img {
  margin-top: 52px;
}
.step-inner .note {
  position: relative;
  padding-left: 93px;
  margin: 23px 0 0 49px;
}
.step-inner .note-icon {
  width: 108px;
  position: absolute;
  bottom: 8px;
  left: 0;
}
.step-inner .note p, .step-inner .note p span {
  font-size: 31px;
  line-height: 1.37;
  letter-spacing: 0;
  text-align: left;
  color: #E50012;
}
.step-inner .note p {
  padding-left: 35px;
  position: relative;
  margin: 0;
}
.step-inner .note p span {
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  padding: 29px 0 117px;
}
footer dl + dl {
  margin-top: 35px;
}
footer .application-notes__title {
  font-size: 25px;
  text-align: center;
  color: #E60012;
}
footer .campaign-notes__text {
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0;
  margin: 16px 0 16px;
  padding-left: 18px;
  position: relative;
}
footer .campaign-notes__text::before {
  content: '●';
  color: #E50012;
  position: absolute;
  top: 0;
  left: 0;
}
footer .campaign-notes__text + .campaign-notes__text {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
  .wrap {
    max-width: 81.5625vw;
  }
  .detail_wrap{
    max-width: 100%;
  }
  header {
    padding: 3.59375vw 0 3.28125vw;
  }
  header .header-image {
    width: 82.03125vw;
  }
  .fv{
    max-width: 100%;
  }
  .W750_auto {
    width: 100%;
  }
  .fv h1 {
    width: 100%;
  }
  .fv .date {
    width: 82%;
    padding: 2vw 0 1.07vw 0;
  }
  .fv .conditions {
    width: 82%;
    padding: 3.47vw 0 0 0;
  }
  .fv .benefits {
    width: 82%;
    padding: 4% 0;
  }

  .method .item-link {
    border-bottom: 0.4vw solid #e50012;
    width: 57.33vw;
    font-size: 5.07vw;
    padding-bottom: 0.67vw;
  }
  .method .item-link02 {
    border-bottom: 0.4vw solid #e50012;
    width: 65.33vw;
    font-size: 5.07vw;
    padding-bottom: 0.67vw;
  }
  .method .item-link .arrow-mark,
  .method .item-link02 .arrow-mark {
    width: 5.33vw;
  }
  .method .apply {
    width: 82%;
    margin: 6.67vw auto 0 auto;
    padding: 0 0 4.67vw 0;
    border: 0.4vw solid #e50012;
    border-radius: 2.67vw;
  }
  .method .apply .title-back {
    border-radius: 2.27vw 2.27vw 0 0;
    padding: 2vw;
  }
  .method .apply .title-img {
    width: 33.33vw;
  }
  .method .apply .step-title {
    width: 72.67vw;
    margin: 4.67vw  auto 3.33vw auto;
  }
  .method .apply .step-detail {
    flex-direction: column;
  }
  .method .apply .step-detail .step-detail-txt {
    width: 72.67vw;
    margin: 0 auto 3.33vw auto;
    font-size: 3.9vw;
  }
  .method .apply .step-detail .step-detail-txt ul {
    margin: 2vw 0 0 0;
    padding: 0;
  }
  .method .apply .step-detail .step-detail-txt li {
    font-size: 2.9vw;
  }
  .method .apply .step-detail .step-detail-img {
    width: 50vw;
    margin: 0 auto;
  }
  .method .apply .arrow-mark {
    width: 12vw;
    margin: 3.33vw auto;
  }
  .method .cau-txt {
    width: 82%;
    margin: 1.33vw auto 9.33vw auto;
    padding-right: 2.67vw;
    font-size: 3.2vw;
  }
  .method .offering {
    font-size: 4.4vw;
    line-height: 1.5em;
  }
  .method .campaign_link {
    width: 82vw;
    padding: 2vw;
    margin: 5.33vw auto 0 auto;
    font-size: 4.4vw;
  }

  .introduce {
    padding: 0 0 10.9375vw 0;
  }
  .introduce .code {
    width: 70.3125vw;
  }
  .introduce .border {
    margin: 11.475vw auto 4.05vw;
  }
  .introduce .registration {
    padding: 2vw;
    width: 82vw;
    margin: 10vw auto 0 auto;
  }
  .introduce .registration .registration-txt {
    width: 33.33vw;
  }
  .introduce .id-possession__link {
    font-size: 3.90625vw;
    width: 39.21875vw;
    border-radius: 3.125vw;
    padding: 4.21875vw 0 10vw;
    margin-top: 2.67vw;
  }
  .introduce .id-possession__link .arrow {
    width: 5.3125vw;
    height: 5.3125vw;
    bottom: 3.125vw;
  }
  .introduce .id-possession__link .arrow::before {
    border-right: 1.40625vw solid transparent;
    border-left: 1.40625vw solid transparent;
    border-top: 2.03125vw solid #E60012;
  }
  .introduce .id-possession__link02 .arrow::before {
    border-top: 2.03125vw solid #F08300;
  }
  .introduce .download {
    margin-top: 5.78125vw;
  }
  .introduce .download-head {
    font-size: 6.09375vw;
  }
  .introduce .download-area {
    width: 47.1875vw;
    margin-top: 5.3125vw;
  }
  .introduce .download-area__application {
    font-size: 4.375vw;
    margin-bottom: 1.25vw;
  }
  .introduce .download-area__textarea {
    margin-top: 9.84375vw;
  }
  .introduce .download-area__textarea .download-area__affirmation {
    font-size: 3.125vw;
  }
  .introduce .download-area__textarea .download-area__affirmation + .download-area__affirmation {
    margin-top: 4.21875vw;
  }
  .introduce .download-area__textarea .download-area__affirmation img {
    width: 3.59375vw;
    top: 0.625vw;
    margin-right: 0.625vw;
  }
  .introduce .download-area__textarea .download-area__comments--area {
    margin-top: 3.4375vw;
  }
  .introduce .download-area__textarea .download-area__comments {
    font-size: 2.1875vw;
    line-height: 1.5;
    margin-bottom: 1.5625vw;
  }
  .step-inner {
    width: 90vw;
    margin: 10.9375vw auto 0;
  }
  .step-inner h2 {
    padding: 4.6875vw 0 7.8125vw;
    font-size: 5.46875vw;
  }
  .step-inner .step {
    margin-top: 3.90625vw;
  }
  .step-inner .step + .step {
    margin-top: 11.71875vw;
  }
  .step-inner .head-border {
    font-size: 5.78125vw;
  }
  .step-inner .head-border::before, .step-inner .head-border::after {
    width: 31.40625vw;
    height: 0.9375vw;
  }
  .step-inner .head-border .num {
    width: 7.34375vw;
    height: 7.34375vw;
    padding-top: 0.46875vw;
    margin-left: 0.9375vw;
  }
  .step-inner .section-inner p {
    font-size: 4.21875vw;
    margin-top: 3.90625vw;
  }
  .step-inner .section-inner img {
    margin-top: 7.03125vw;
  }
  .step-inner .note {
    padding-left: 12.5vw;
    margin: 3.125vw 0 0 6.5625vw;
  }
  .step-inner .note-icon {
    width: 14.53125vw;
    bottom: 1.09375vw;
  }
  .step-inner .note p, .step-inner .note p span {
    font-size: 4.21875vw;
  }
  .step-inner .note p {
    padding-left: 4.6875vw;
  }
  footer {
    padding: 3.90625vw 0 15.625vw;
  }
  footer .wrap {
    max-width: 90.625vw;
  }
  footer dl + dl {
    margin-top: 11.6875vw;
  }
  footer .application-notes__title {
    font-size: 22px;
  }
  footer .campaign-notes__text {
    font-size: 16px;
    letter-spacing: 0.03em;
    margin: 2.1875vw 0 2.5vw;
    padding-left: 18px;
  }
}