@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
}
body {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-weight: 500;
  color: #222222;
}
a {
  text-decoration: none;
  cursor: pointer;
}
button {
  display: block;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

._none {
  display: none !important;
}
._hidden {
  visibility: hidden !important;
}

._disabled {
  pointer-events: none;
  opacity: 0.5;
}

.color {
  color: #e81801;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* ローディング */
.loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 1);
  z-index: 100;
}
.ring {
  --uib-size: 60px;
  --uib-speed: 1s;
  --uib-color: #00388c;

  height: var(--uib-size);
  width: var(--uib-size);
  vertical-align: middle;
  transform-origin: center;
  animation: rotate var(--uib-speed) linear infinite;
}
.ring circle {
  fill: none;
  stroke: var(--uib-color);
  stroke-dasharray: 30, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: stretch calc(var(--uib-speed) * 0.75) ease-in-out infinite;
}
.upload-loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
}
main {
  background: #bde8fe;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 500px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
.btn {
  width: 300px;
}

/* index.html */
/** mv */
.mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 170px;
  background-image: url(../images/mv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.mv-img {
  width: 100%;
}
.mv-term-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 345px;
  padding: 44px 0 19px;
  border: 2px solid #00388c;
  border-radius: 40px;
  color: #00388c;
  background-color: #fff;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.mv-term-flex{
  display: flex;
  justify-content: center;
  gap: 2.5%;
  align-items: baseline;

}
.mv-term-arrow {
  width: 2.5%;
}
.mv-term-item .ttl {
  padding: 13px 60px;
  background: #00388c;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 6%;
  translate: 0 -70%;
}
.mv-term-num {
  font-family: "M PLUS 1p", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: min(3.2vw, 12px);
}
.mv-term-item span.large {
  font-size: min(4.3vw, 20px);
  font-weight: 800;
  letter-spacing: 1px;
}
.mv-term-item2{
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 77%;
  margin: 0 auto;
}
.mv-term-item2 .mv-term-num{
  text-align: center;
}
.mv-term-ttl{
   display: flex;
  align-items: center;
  gap: 20px;
}
.mv-term-txt{
  font-size: 17px;
  text-align: center;
  line-height: 1.2;
}
.mv-term-ttl::before,
.mv-term-ttl::after {
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 1px;
  background:#00388c;
}
.mv-txt {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.6;
}

/** contents */
.contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -45px;
  padding-top: 93px;
  background-image: url(../images/top-main-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.contents-ttl {
  width: 135px;
  filter: drop-shadow(3.5px 3px 1px rgba(0, 0, 0, 0.3));
}
/** howto */
.howto {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.howto-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.howto-step-item {
  display: flex;
  gap: 8px;
  width: 345px;
  margin-top: 10px;
  padding: 10px;
  border: 2px solid #00388c;
  border-radius: 5px;
  background: #fff;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
  position: relative;
}
.howto-txt {
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
.step-num {
  font-family: "M PLUS 1p", serif;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  color: #00388c;
  font-size: 30px;
  font-weight: 700;
}
.step-txt {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 280px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.step-txt span.small {
  font-size: 12px;
}
.step-ttl {
  color: #00388c;
  font-size: 18px;
  font-weight: 800;
}
.step-img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.step-img._01 {
  width: 78.5px;
  top: 31px;
  right: 12px;
  filter: drop-shadow(4px 5px 3px rgba(0, 0, 0, 0.4));
}
.step-img._02 {
  width: 45px;
}
.step-img._03 {
  width: 34px;
  right: 15px;
}
.step-img._04 {
  width: 31px;
  right: 20px;
}
/** prize */
.prize {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 108px;
  background-image: url(/images/prize-deco.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top 85px center;
}
.prize-box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.prize-ttl {
  width: 87.5px;
}
.prize-txt {
  width: 295px;
  margin-top: 32px;
}
.prize-box {
  width: 335px;
  margin-top: 20px;
  border: 2px solid #00388c;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
}
.prize-box .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  background: #00388c;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.prize-box._01 .item .img {
  padding-bottom: 15px;
}
.prize-box._01 .item p {
  line-height: 1.6;
  color: #63615a;
  font-size: 10px;
}
.prize-box .item .txt {
  width: 100%;
  font-feature-settings: "palt";
  letter-spacing: -0.03em;
  line-height: 1.8;
}
/* 対象商品 */
.prize-box02-item {
  padding: 15px 32px;
}
/* 対象商品の中身 */
.prize-box .item {
  padding: 30px 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 12px;
}
.prize-box._02 .prize-box02-item .img {
  width: 100px;
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.3));
}
/* 対象商品の中の文字部分 */
.prize-box-ttl {
  width: 150px;
  margin-bottom: 5px;
  padding: 8px 0;
  border-radius: 15px;
  background: #00388c;
  color: #fff;
  font-size: 18px;
  text-align: center;
  filter: drop-shadow(0 4px 1px rgba(0, 0, 0, 0.2));
}
.prize-box-txt {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1.3;
}
.prize-box .caution {
  margin-top: 15px;
  font-size: 12px;
}
.btn._to-apply {
  margin-top: 50px;
}
.btn._to-apply._disabled {
  margin-top: 50px;
  opacity: 1;
}
/** terms */
.terms {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -47px;
  padding-bottom: 30px;
  z-index: 2;
  background-image: url(/images/terms-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.terms-box {
  width: 335px;
  margin-top: 80px;
  border: 2px solid #00388c;
  border-radius: 10px;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.12));
  position: relative;
}
.terms-box .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background: #00388c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.terms-box .ttl .btn-icon {
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 9999px;
  position: absolute;
  right: 20px;
  transition: 0.5s;
}
.terms-box .ttl .btn-icon span {
  display: block;
  width: 13px;
  height: 2px;
  border-radius: 9999px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s;
}
.terms-box .ttl .btn-icon span:nth-child(2) {
  rotate: -90deg;
}
.terms-box .ttl._active .btn-icon {
  rotate: 90deg;
}
.terms-box .ttl._active .btn-icon span:nth-child(1) {
  opacity: 0;
}
.terms-box .item {
  height: 400px;
  overflow: auto;
  display: none;
  padding: 10px 13px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-feature-settings: "palt";
  line-height: 1.7;
}
.terms-ttl {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
}
.terms-box .sub {
  display: block;
  padding-left: 1em;
}
.terms-subttl {
  margin-top: 5px;
}
.terms-box .point {
  font-feature-settings: normal;
}
/** contact */
.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 62px;
  padding: 20px 12px;
  border-top: 2px solid #00388c;
  border-bottom: 2px solid #00388c;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.12));
  background: #fff;
}
.contact .ttl {
  font-size: 20px;
  font-weight: 800;
}
.contact .item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  font-family: "M PLUS 1p", serif;
}
.contact .icon {
  width: 55px;
}
.contact .mail {
  padding-top: 15px;
  font-size: 18px;
  font-feature-settings: "palt";
}
.contact .mail a {
  color: #222;
}
.contact .term,
.contact .time {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 12px;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.contact .term {
  margin-top: 0px;
}
.terms-caution {
  margin-top: 10px;
  font-size: 11px;
  font-feature-settings: "palt";
  text-align: center;
}

/* enquete.html */
.enquete .container {
  padding-top: 37px;
  padding-bottom: 50px;
  background-image: url(../images/main-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.enquete .container._complete {
  background-color: #f3d600;
  background-image: url(../img/complete_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-ttl {
  width: 198px;
  filter: drop-shadow(3.5px 3px 1px rgba(0, 0, 0, 0.3));
}
.section-txt {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #00388c;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff,
    1px -1px 1px #fff;
}
/** form */
.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.form-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: min(95%, 345px);
  margin-top: 15px;
}
.form-list-item {
  width: 100%;
  border: 2px solid #073190;
  border-radius: 10px;
}
.form-question {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #073190;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.form-question .q-num {
  font-family: "M PLUS 1p", serif;
}
.form-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 15px;
  padding: 16px 20px 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.3));
}
.form-box label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
}
.form-box label.half {
  width: calc((100% - 15px) / 2);
}
/* ボタンの外枠ぼかし部分 */
.form-box label.borderBlur {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* メール */
._email .form-box {
  gap: 2px;
}
.emailTxt {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -1px;
}
/* メール下の余白 */
.email-border {
  margin-bottom: 5px;
}
.form-box input.boder {
  border: 1px solid #ccc;
  border-radius: 2px;
}
.form-box label:has(input[type="radio"]),
.form-box label:has(input[type="checkbox"]) {
  flex-direction: row;
  gap: 5px;
  align-items: center;
  padding: 15px 10px;
  border: 1px solid rgba(204, 204, 204, 0.6);
  border-radius: 4px;
  font-feature-settings: "palt";
  line-height: 1.3;
}
.form-box label:has(input[type="radio"]:checked),
.form-box label:has(input[type="checkbox"]:checked) {
  outline: 2px solid #0d3376;
  color: #0d3376;
}
.form-box input {
  height: 30px;
  padding: 0 10px;
}
.form-box input[type="radio"],
.form-box input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-box input[type="radio"]::before,
.form-box input[type="checkbox"]::before {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  margin: 0;
  border: 3px solid #ccc;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
/* ラジオボタン押した後 */
.form-box input[type="radio"]:checked::before,
.form-box input[type="checkbox"]:checked::before {
  outline: 2px solid #0d3376;
  border: 3px solid #fff;
  background: #0d3376;
}
.form-box input::placeholder {
  color: #ccc;
  font-size: 12px;
}
.form-box .category {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.8px;
}
.form-box .emailtxt {
  margin-top: -7px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -1px;
}
.form-box ._error {
  width: 100%;
  color: red;
  font-size: 11px;
}
.btn._confirm {
  margin-top: 25px;
}
.btn._confirm__disabled{
 opacity: 1;
}

/** confirm */
.confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.confirm-box {
  width: min(95%, 345px);
  margin-top: 20px;
  border: 2px solid #073190;
  border-radius: 10px;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.3));
}
.confirm-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #073190;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.confirm-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px 40px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
}
.confirm-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.confirm-list-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 20px 15px 15px;
  border-bottom: 1px solid #ccc;
}
.confirm-list .category {
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 1.3;
}
.confirm-list .value {
  font-size: 12px;
}
.confirm-name-box {
  display: flex;
  gap: 10px;
}
.confirm-media-box {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.btn._fix {
  margin-top: 20px;
}
.btn._correct {
  margin-top: 15px;
  filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.2));
}
/** fixed */
.fixed {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.fixed .section-ttl {
  position: relative;
  z-index: 200;
}
.complete-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(95%, 345px);
  margin-top: 30px;
  padding: 30px 0 15px;
  border: 4px solid #0d3376;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.2));
}
.complete-contents-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.complete-ttl {
  width: 280px;
}
.complete-txt {
  margin: 20px 0 35px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #0d3376;
}

.complete-img {
  width: 193px;
  margin-top: 20px;
}
.complete-notice {
  margin-top: 15px;
  font-size: 12px;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.7;
}
.btn._apply {
  margin-top: 50px;
}

/* upload.html */
.upload .container {
  padding-top: 37px;
  padding-bottom: 50px;
  background-image: url(../images/main-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/** caution */
.caution {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.caution-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
}
.caution-main-ttl {
  width: 307px;
}
.caution-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #073190;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff,
    1px -1px 1px #fff;
}
.caution-ttl::before,
.caution-ttl::after {
  display: inline-block;
  content: "";
  width: 65px;
  height: 2px;
  border: 1.5px solid #fff;
  border-radius: 2px;
  background-color: #073190;
  margin: 0 7px 0;
}
.caution-txt {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 24px;
}
.marker {
  text-decoration: underline;
}
.caution-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 22px 24px 40px;
  border: 2px solid #073190;
  border-radius: 10px;
  background: #fff;
}
.caution-step-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: -20px;
  color: #073190;
  font-size: 18px;
  font-weight: bold;
}
.caution-step-ttl .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid #073190;
  border-radius: 9999px;
  font-size: 16px;
  font-style: oblique;
  text-align: center;
}
.caution-step-ttl .icon .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-left: -3px;
  font-family: "M PLUS 1p", serif;
  font-weight: 800;
}
.caution-step-ttl .icon .small {
  display: block;
  font-size: 10px;
  font-weight: 600;
}
.caution-step-img {
  margin-top: 15px;
}
.caution-step-txt {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: -0.5px;
}
.caution-step-txt .marker {
  font-weight: 700;
}
.caution-txt-smail {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: -1px;
}

.caution-step-txt .caution-step-img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn._upload {
  margin-top: 30px;
}
/** upload */
.uploader {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}
.uploader-box {
  width: 100%;
  margin-top: 15px;
  border: 2px solid #073190;
  border-radius: 10px;
}
.uploader-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  height: 40px;
  background: #073190;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.uploader-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  padding: 20px 23px 50px;
  background: #fff;
}
.uploader-txt {
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 1.5;
}
.uploader-txt span {
  text-decoration: underline;
}
.uploader-img {
  margin-top: 20px;
}
.btn._fix-apply {
  margin-top: 30px;
}
.btn._upload-again {
  margin-top: 15px;
  filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.2));
}
/** complete */
.complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.complete .section-ttl {
  position: relative;
  z-index: 200;
}
.complete-main-ttl {
  width: 130px;
}
.complete .contact {
  margin-top: 60px;
}

/* applied.html */
.applied .container {
  padding-top: 38px;
  padding-bottom: 54px;
  background-image: url(../images/main-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.applied .complete-box {
  margin-top: 30px;
  padding-top: 50px;
}
.applied .section-ttl {
  position: relative;
  z-index: 200;
}
.applied .applied-ttl {
  width: 130px;
}
.applied .complete-txt {
  margin-top: 15px;
  line-height: 1.5;
}
.applied .complete-txt span {
  display: block;
  color: #222222;
}
.applied .complete-img {
  width: 192px;
  margin-top: 19px;
}

/* footer */
footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: 73px;
  border-top: 2px solid #00388c;
  background: #fff;
}
footer .link-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
footer .link-list-item {
  font-size: 13px;
  font-weight: bold;
}
footer .link {
  font-weight: bold;
  color: #00388c;
}
footer .link::after {
  display: inline-block;
  content: "";
  width: 7.5px;
  height: 10px;
  margin-left: 8px;
  background-image: url(../images/footer-arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
footer .copy {
  font-size: 11px;
  font-weight: lighter;
}

@keyframes rotate {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
