@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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
}

html:not(.is-visible) {
  opacity: 0;
}

body {
  transition: opacity 0.3s ease;
  color: #232323;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.container {
  padding-top: 0.7rem;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  .container {
    min-width: 1280px;
  }

  .wrapper {
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px;
  }

  .sm {
    display: none !important;
  }

  .lr,
  .bg {
    display: none;
  }
}

@media print, (min-width: 1440px) {
  .section-complete-general .md {
    display: none;
  }

  .section-complete-general .lr {
    display: block;
  }
}

@media print, (min-width: 1728px) {
  .section-complete-general .lr {
    display: none;
  }

  .section-complete-general .bg {
    display: block;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }

  .has-menu {
    position: fixed;
    width: 100%;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-right: 0.08rem;
    padding-left: 0.08rem;
  }

  .md,
  .lr,
  .bg {
    display: none !important;
  }
}

.button-hamburger {
  position: absolute;
  z-index: 999999;
  right: 0;
  cursor: pointer;
}

.button-hamburger > span {
  display: block;
  position: absolute;
  left: 57%;
  height: 2px;
  transition: all 0.4s ease;
  background: #232323;
}

@media only screen and (max-width: 767.98px) {
  .button-hamburger {
    top: 0;
    width: 0.7rem;
    height: 0.7rem;
  }

  .button-hamburger > span {
    width: 0.32rem;
    margin-left: -0.22rem;
  }

  .button-hamburger > span:nth-child(1) {
    top: 0.21rem;
  }

  .button-hamburger > span:nth-child(2) {
    top: 0.33rem;
  }

  .button-hamburger > span:nth-child(3) {
    top: 0.45rem;
  }

  .button-hamburger.is-active > span {
    right: -0.05rem;
    width: 0.43rem;
    margin-left: -0.28rem;
  }

  .button-hamburger.is-active > span:nth-child(1) {
    top: 0.29rem;
    -ms-transform: translateY(0.08rem) rotate(-43deg);
    transform: translateY(0.08rem) rotate(-43deg);
  }

  .button-hamburger.is-active > span:nth-child(2) {
    opacity: 0;
  }

  .button-hamburger.is-active > span:nth-child(3) {
    -ms-transform: translateY(-0.08rem) rotate(44deg);
    transform: translateY(-0.08rem) rotate(44deg);
  }
}

.navigation .navigation-content {
  position: relative;
  z-index: 100;
}

.navigation .navigation-menu {
  margin-bottom: 0;
  list-style: none;
}

.navigation .navigation-menu a {
  transition: 0.3s ease-out;
  text-decoration: none;
}

.navigation .navigation-menu a:hover {
  color: #00aef6;
}

@media print, (min-width: 768px) {
  .navigation {
    display: block;
    position: relative;
    right: 0 !important;
    height: auto !important;
    margin-right: 0;
    margin-left: auto;
  }

  .navigation .navigation-content {
    display: -ms-flexbox;
    display: flex;
  }

  .navigation .navigation-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    font-size: 0.14rem;
  }

  .navigation .navigation-menu > li:not(:first-child) {
    margin-left: 41px;
  }

  .navigation .navigation-menu > li {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -120%;
    width: 2.18rem;
    height: 100%;
    overflow-y: auto;
  }

  .navigation .navigation-content {
    position: relative;
    min-height: 100%;
    padding-bottom: 1.2rem;
  }

  .navigation .navigation-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.1);
  }

  .navigation .button-hamburger {
    top: 0.25rem;
    margin-top: -0.25rem;
  }

  .navigation .button-hamburger > span {
    width: 0.43rem;
    margin-left: -0.33rem;
    background: #fff;
  }

  .navigation .button-hamburger > span:nth-child(1) {
    top: 0.29rem;
    -ms-transform: translateY(0.08rem) rotate(-43deg);
    transform: translateY(0.08rem) rotate(-43deg);
  }

  .navigation .button-hamburger > span:nth-child(2) {
    opacity: 0;
  }

  .navigation .button-hamburger > span:nth-child(3) {
    -ms-transform: translateY(-0.08rem) rotate(44deg);
    transform: translateY(-0.08rem) rotate(44deg);
  }

  .navigation-menu {
    position: relative;
    padding: 0.88rem 0.2rem 1rem;
    font-size: 0.18rem;
  }

  .navigation-menu > li:not(:last-child) {
    margin-bottom: 0.27rem;
  }

  .navigation-menu a {
    display: block;
    color: #00548e;
  }

  .overlay-navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.1);
  color: #00548e;
}

header .header-logo img {
  width: 100%;
  height: 100%;
}

header .navigation-button {
  transition: 0.3s ease-out;
  border-radius: 1px;
  background-color: #ffac14;
  color: #00548e;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

header .navigation-button:hover {
  background-color: #0089d0;
  color: #fff;
}

@media print, (min-width: 768px) {
  header {
    min-width: 1280px;
  }

  header .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 1260px;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  header .header-logo {
    width: 294px;
  }

  header .navigation-button {
    margin-left: 41px;
    padding: 11px 16px;
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 0.14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  header {
    margin-left: 0 !important;
  }

  header .wrapper {
    padding: 0.2rem 0.2rem 0.23rem;
  }

  header .header-logo {
    display: block;
    width: 2.62rem;
  }

  header .header-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  header .navigation-button {
    position: absolute;
    z-index: 1;
    right: 0.08rem;
    bottom: 0.2rem;
    left: 0.08rem;
    padding: 0.14rem 0.1rem 0.15rem;
    font-size: 0.18rem;
    text-align: center;
  }

  header .navigation-button::after {
    content: "";
    position: absolute;
    top: -0.33rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #a0afc3;
    pointer-events: none;
  }
}

footer {
  background: #f1f3f6;
  color: #00548e;
}

footer .wrapper {
  position: relative;
  margin: 0 auto;
}

footer .footer-logo {
  display: block;
  width: 100%;
}

footer .footer-logo img {
  width: 100%;
}

footer .footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

footer .footer-social > li {
  width: 0.32rem;
}

footer .footer-social a {
  display: block;
}

footer .footer-social img {
  width: 100%;
}

footer .footer-menu {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0.14rem;
  list-style: none;
}

footer .footer-menu a {
  color: #00548e;
}

footer .footer-sub {
  padding-left: 0;
  list-style: none;
}

footer .footer-sub a {
  transition: 0.3s ease-out;
  text-decoration: none;
}

footer .footer-sub a:hover {
  color: #00aef6;
}

footer .info-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .info-text {
  font-size: 0.1rem;
}

footer small {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 0.12rem;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  footer .wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 1280px;
    padding: 40px;
  }

  footer .footer-block {
    width: 212px;
    margin-right: 124px;
  }

  footer .footer-logo {
    margin-bottom: 64px;
  }

  footer .footer-column {
    margin: 4px 124px 0 0;
  }

  footer .footer-menu {
    display: -ms-flexbox;
    display: flex;
    width: 542px;
    margin-top: -6px;
  }

  footer .footer-menu > li:not(:nth-child(3n)) {
    margin-right: 40px;
  }

  footer .footer-menu > li {
    width: 154px;
  }

  footer .footer-sub > li:not(:last-child) {
    margin-bottom: 25px;
  }

  footer .footer-info {
    width: 198px;
  }

  footer .info-images {
    margin-bottom: 15px;
  }

  footer .info-text {
    margin-bottom: 15px;
    text-align: right;
  }

  footer small {
    text-align: right;
  }

  footer .footer-social {
    position: absolute;
    bottom: 44px;
    left: 36px;
    margin-bottom: 0;
  }

  footer .footer-social > li {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  footer .wrapper {
    padding-top: 0.49rem;
    padding-bottom: 0.46rem;
  }

  footer .footer-block {
    width: 2.12rem;
    margin: 0 auto;
  }

  footer .footer-logo {
    margin-bottom: 0.36rem;
  }

  footer .footer-menu {
    text-align: center;
  }

  footer .footer-menu a {
    display: block;
  }

  footer .footer-sub {
    margin-bottom: 0;
  }

  footer .footer-sub > li {
    margin-bottom: 0.13rem;
  }

  footer .footer-info {
    padding-top: 0.23rem;
  }

  footer .info-images {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.03rem;
  }

  footer .info-images .image {
    height: 0.67rem;
    margin: 0 0.06rem 0.12rem;
  }

  footer .info-images img {
    width: auto;
    max-width: none;
    height: 100%;
  }

  footer .info-text {
    margin-bottom: 0.4rem;
    text-align: center;
  }

  footer small {
    text-align: center;
  }

  footer .footer-social {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.3rem;
  }

  footer .footer-social > li {
    margin: 0 0.08rem 0.08rem;
  }
}

.footer-wrapper {
  position: relative;
  margin: 0 auto;
}

.footer-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.footer-list li a {
  transition: 0.3s ease-out;
  color: #00548e;
  font-size: 0.14rem;
  text-decoration: none;
}

.footer-list li:hover a {
  color: #00aef6;
}

.footer-small {
  line-height: 2;
}

@media print, (min-width: 768px) {
  .footer-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1280px;
    padding: 35px 40px;
  }

  .footer-list {
    display: -ms-flexbox;
    display: flex;
  }

  .footer-list > li:not(:last-child) {
    margin-right: 42px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-wrapper {
    padding: 0.15rem 0.08rem;
  }

  .footer-list {
    text-align: center;
  }

  .footer-list > li {
    width: 100%;
  }

  .footer-list > li a {
    width: 100%;
  }

  .footer-list > li:not(:last-child) {
    margin-bottom: 0.02rem;
  }

  .footer-small {
    margin-top: 0.14rem;
    text-align: center;
  }
}

.breadcrumb-list {
  margin-bottom: 0;
  padding-left: 0;
  color: #00548e;
  font-size: 0.16rem;
  line-height: 1.5;
  list-style: none;
}

.breadcrumb-list > li {
  display: inline;
  margin-bottom: 0.05rem;
}

.breadcrumb-list > li:not(:last-child) {
  position: relative;
  padding-right: 0.38rem;
}

.breadcrumb-list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.08rem;
  right: 0.16rem;
  width: 0.1rem;
  height: 0.1rem;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #00548e;
  border-right: 1px solid #00548e;
}

.breadcrumb-list a {
  color: #00548e;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    padding: 40px 0 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    padding: 0.19rem 0;
  }
}

.title-common-secondary {
  text-align: center;
}

.title-common-secondary span {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 0.03rem solid #00548e;
  color: #00548e;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .title-common-secondary span {
    padding: 8px 16px 5px;
    font-size: 0.28rem;
    line-height: 1.4285714286;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    margin-right: -0.04rem;
    margin-left: -0.04rem;
  }

  .title-common-secondary span {
    padding: 0.08rem 0.2rem 0.05rem;
    font-size: 0.2rem;
    line-height: 1.45;
  }
}

.title-common-primary {
  overflow: hidden;
  text-align: center;
}

.title-common-primary span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #00548e;
  font-weight: 300;
}

.title-common-primary span::before,
.title-common-primary span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1000px;
  border-bottom: 1px solid #00548e;
}

.title-common-primary span::before {
  left: 100%;
}

.title-common-primary span::after {
  right: 100%;
}

@media print, (min-width: 768px) {
  .title-common-primary span {
    padding: 0 40px;
    font-size: 0.32rem;
    line-height: 1.4375;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-primary span {
    padding: 0 0.12rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}

.link-row {
  text-align: center;
}

.link-common {
  display: inline-block;
  position: relative;
  transition: 0.2s ease;
  color: #00548e;
  font-size: 0.24rem;
  text-decoration: none;
}

.link-common::after {
  content: "";
  position: absolute;
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.2s ease;
  border-right: solid #00548e 2px;
  border-bottom: solid #00548e 2px;
}

.link-common:hover {
  color: #20d2ff;
}

.link-common:hover::after {
  border-right: solid #20d2ff 2px;
  border-bottom: solid #20d2ff 2px;
}

@media print, (min-width: 768px) {
  .link-common {
    margin-right: 16px;
    padding-right: 30px;
  }

  .link-common::after {
    top: 46%;
    right: 6px;
    width: 15px;
    height: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .link-common {
    padding-right: 0.45rem;
  }

  .link-common::after {
    top: 50%;
    right: 0.22rem;
    width: 0.15rem;
    height: 0.15rem;
  }
}

.section-form-general .form-description {
  font-weight: 300;
  text-align: center;
}

.section-form-general .form-description p:last-child {
  margin-bottom: 0;
}

.section-form-general .text-required {
  display: inline-block;
  position: relative;
  background: #00aef6;
  color: #fff;
  font-size: 0.12rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.section-form-general .text-label {
  color: #00548e;
  font-size: 0.18rem;
}

.section-form-general .text-note {
  color: #00548e;
}

.section-form-general .form-note {
  text-align: center;
}

.section-form-general .list-links {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.section-form-general .list-links a {
  color: #209cff;
  text-decoration: underline;
}

.section-form-general .list-links a:hover {
  text-decoration: none;
}

.section-form-general .list-links > li {
  display: inline;
}

.section-form-general .list-links > li::after {
  content: "/";
  display: inline;
  position: relative;
  margin-left: 0.04rem;
  color: #232323;
}

.section-form-general .list-links > li:last-child::after {
  display: none;
}

.section-form-general .form-group:last-child {
  margin-bottom: 0;
}

.section-form-general .form-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.section-form-general .form-agree {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-form-general .form-agree .checkbox-common input {
  display: none;
}

@media print, (min-width: 768px) {
  .section-form-general {
    padding: 58px 0 80px;
  }

  .section-form-general .title-common-primary {
    margin-bottom: 40px;
  }

  .section-form-general .form-description {
    margin-bottom: 77px;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }

  .section-form-general .form-common {
    max-width: 580px;
    margin: 0 auto;
  }

  .section-form-general .form-inner {
    margin-bottom: 40px;
  }

  .section-form-general .form-group {
    margin-bottom: 37px;
  }

  .section-form-general .form-head {
    margin-bottom: 12px;
  }

  .section-form-general .list-links a {
    text-underline-position: under;
    text-underline-offset: 1px;
  }

  .section-form-general .text-required {
    top: 1px;
    margin-right: 12px;
    padding: 1px 8px;
    border-radius: 4px;
  }

  .is-firefox .section-form-general .text-required {
    top: 0;
  }

  .section-form-general .text-label {
    margin-right: 20px;
  }

  .is-firefox .section-form-general .text-label {
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .section-form-general .text-note {
    margin-left: auto;
    font-size: 0.14rem;
  }

  .section-form-general .form-note {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-form-general {
    padding: 0.13rem 0 80px;
  }

  .section-form-general .title-common-primary {
    margin-bottom: 0.37rem;
  }

  .section-form-general .title-common-primary > span {
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }

  .section-form-general .form-description {
    margin-bottom: 0.37rem;
    font-size: 0.18rem;
    line-height: 1.33;
  }

  .section-form-general .is-text {
    font-size: 0.16rem;
    line-height: 1.5;
  }

  .section-form-general .form-inner {
    margin-bottom: 0.41rem;
  }

  .section-form-general .form-group {
    margin-bottom: 0.37rem;
  }

  .section-form-general .form-head {
    margin-bottom: 0.12rem;
  }

  .section-form-general .list-links a {
    text-underline-offset: 0.03rem;
  }

  .section-form-general .text-required {
    top: 0.01rem;
    margin-right: 0.11rem;
    padding: 0.01rem 0.09rem 0.02rem;
    border-radius: 0.04rem;
  }

  .section-form-general .text-label {
    margin-right: 0.2rem;
  }

  .is-iphone .section-form-general .text-label {
    margin-bottom: 0.02rem;
  }

  .section-form-general .text-note {
    width: 100%;
    margin-top: 0.09rem;
    font-size: 0.14rem;
  }

  .section-form-general .form-note {
    text-align: center;
  }

  .section-form-general .form-note {
    margin-bottom: 0.4rem;
  }
}

.form-common .input-common,
.form-common .select-common,
.form-common .textarea-common {
  display: block;
  width: 100%;
  border-radius: 0;
  background: #f1f3f6;
  box-shadow: none;
  color: #00548e;
  font-size: 0.18rem;
  line-height: 1.75;
  appearance: none;
}

.form-common .select-common,
.form-common .input-common {
  height: 0.47rem;
}

.form-common .input-common {
  padding: 0 0.18rem 0.02rem;
}

.form-common .select-common {
  height: 0.47rem;
  padding: 0 0.35rem 0 0.18rem;
  overflow: hidden;
  background: #f1f3f6 url(../img/common/icn_arrow_02.svg) right 0.18rem center/0.16rem 0.15rem no-repeat;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.form-common .textarea-common {
  padding: 0.18rem;
  resize: none;
}

.form-common :-ms-input-placeholder {
  color: rgba(0, 84, 142, 0.6);
}

.form-common ::placeholder {
  color: rgba(0, 84, 142, 0.6);
}

.form-common .checkbox-common {
  cursor: pointer;
}

.form-common .checkbox-common input {
  display: none;
}

.form-common .checkbox-field-text {
  display: inline-block;
  position: relative;
  color: #00548e;
  font-size: 0.16rem;
  line-height: 1.5;
}

.form-common .checkbox-field-text::before,
.form-common .checkbox-field-text::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0.21rem;
  height: 0.21rem;
  border-radius: 0.04rem;
}

.form-common .checkbox-field-text::before {
  border: solid #00548e 2px;
  background: #fff;
}

.form-common .checkbox-field-text::after {
  opacity: 0;
  background: url(../img/common/icn_checked_02.svg) center/100% auto no-repeat;
}

.form-common input[type=checkbox]:checked + .checkbox-field-text::before {
  opacity: 0;
}

.form-common input[type=checkbox]:checked + .checkbox-field-text::after {
  opacity: 1;
}

.form-common .form-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.08rem;
}

.form-common .form-column {
  width: 50%;
  padding: 0 0.08rem;
}

.form-common .form-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-common .form-agree .checkbox-field-text {
  color: #000;
}

.form-common .button-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.26s ease;
  border-radius: 0;
  background: #ffac14;
  box-shadow: none;
  color: #00548e;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
}

.is-tablet .form-common .button-submit:active > span {
  color: #00548e;
}

.form-common .button-submit:hover {
  background: #009be3;
  color: #fff;
}

.is-tablet .form-common .button-submit:hover > span {
  color: #00548e;
}

.form-common .button-submit:hover > span::before {
  opacity: 1;
}

.is-tablet .form-common .button-submit:hover > span::before {
  opacity: 0;
}

.form-common .button-submit:hover > span::after {
  opacity: 0;
}

.is-tablet .form-common .button-submit:hover > span::after {
  opacity: 1;
}

.form-common .button-submit > span {
  display: inline-block;
  position: relative;
}

.form-common .button-submit > span::after,
.form-common .button-submit > span::before {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.26s ease;
  background: no-repeat center center/100% auto;
}

.form-common .button-submit > span::before {
  opacity: 0;
}

.form-common .button-submit.is-disable > span::after {
  opacity: 0;
}

.form-common .button-submit.is-disable > span::before {
  opacity: 1;
}

.form-common .button-submit.is-disable {
  pointer-events: none;
  background: #d2d8e2;
  color: #fff;
}

.form-common .checkbox-common.is-disable .checkbox-field-text::before {
  border: solid rgba(0, 84, 142, 0.6) 2px;
  background: #fff;
}

.form-common .checkbox-common.is-disable .checkbox-field-text {
  color: rgba(0, 84, 142, 0.6);
}

@media print, (min-width: 768px) {
  .form-common .textarea-common {
    height: 574px;
  }

  .form-common .checkbox-field-text {
    padding-left: 33px;
  }

  .form-common .checkbox-field-text::before,
  .form-common .checkbox-field-text::after {
    top: 2px;
  }

  .form-common .form-submit {
    margin-top: 40px;
  }

  .form-common .button-submit {
    min-width: 230px;
    min-height: 67px;
    padding: 4px 10px 4px 16px;
    font-size: 0.24rem;
  }

  .form-common .button-submit > span {
    padding-right: 50px;
  }

  .form-common .button-submit > span::after,
  .form-common .button-submit > span::before {
    right: 2px;
    width: 44px;
    height: 28px;
    margin-top: -14px;
  }

  .form-common .button-submit > span::before {
    opacity: 0;
    background-image: url(../img/common/icn_arrow_04.png);
  }

  .form-common .button-submit > span::after {
    background-image: url(../img/common/icn_arrow_03.png);
  }

  .form-common .form-agree .checkbox-field-text {
    padding-bottom: 1px;
  }

  .form-common .list-checkbox {
    padding-bottom: 12px;
  }

  .form-common .list-checkbox .checkbox-item {
    display: inline-block;
    margin: 9px 37px 0 0;
  }

  .form-common .list-checkbox.vertical-list-checkbox .checkbox-item {
    display: block!important;
  }
}

@media only screen and (max-width: 767.98px) {
  .form-common .textarea-common {
    height: 2.64rem;
  }

  .form-common .is-textarea .textarea-common {
    height: 2.36rem;
  }

  .form-common .checkbox-field-text {
    padding-left: 0.31rem;
  }

  .is-iphone .form-common .checkbox-field-text {
    line-height: 1.7;
  }

  .form-common .checkbox-field-text::before,
  .form-common .checkbox-field-text::after {
    top: 0.03rem;
  }

  .is-iphone .form-common .checkbox-field-text::before,
  .is-iphone .form-common .checkbox-field-text::after {
    top: 0.02rem;
  }

  .form-common .list-checkbox {
    padding: 0.08rem 0 0.14rem;
  }

  .form-common .list-checkbox .checkbox-item {
    margin-bottom: 0.3rem;
  }

  .form-common .list-checkbox .checkbox-item:last-child {
    margin-bottom: 0;
  }

  .form-common .form-agree .checkbox-field-text {
    line-height: 1;
  }

  .form-common .form-agree .checkbox-field-text::before,
  .form-common .form-agree .checkbox-field-text::after {
    top: 0.06rem;
    left: -0.01rem;
  }

  .form-common .is-head {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-common .is-head .text-label {
    -ms-flex: 1;
    flex: 1;
    margin-right: 0;
    line-height: 1.45;
  }

  .form-common .form-submit {
    margin-top: 0.35rem;
  }

  .form-common .button-submit {
    min-width: 1.58rem;
    min-height: 0.5rem;
    padding: 0.04rem 0.1rem 0.04rem 0.16rem;
    font-size: 0.18rem;
  }

  .form-common .button-submit:active > span::before {
    opacity: 0;
  }

  .form-common .button-submit:active > span::after {
    opacity: 1;
  }

  .form-common .button-submit:hover {
    background: #009be3;
    color: #00548e;
  }

  .is-mobile .form-common .button-submit:hover > span {
    color: #00548e;
  }

  .form-common .button-submit:hover > span::before {
    opacity: 0;
  }

  .form-common .button-submit:hover > span::after {
    opacity: 1;
  }

  .form-common .button-submit > span {
    padding-right: 0.4rem;
  }

  .form-common .button-submit > span::after,
  .form-common .button-submit > span::before {
    right: 0;
    width: 0.35rem;
    height: 0.22rem;
    margin-top: -0.11rem;
  }

  .form-common .button-submit > span::before {
    opacity: 0;
    background-image: url(../img/common/sp/icn_arrow_04.png);
  }

  .form-common .button-submit > span::after {
    background-image: url(../img/common/sp/icn_arrow_03.png);
  }
}

.section-complete-general .complete-title,
.section-complete-general .complete-text {
  color: #00548e;
  font-weight: 300;
  text-align: center;
}

.section-complete-general .complete-title > p:last-child,
.section-complete-general .complete-text > p:last-child {
  margin-bottom: 0;
}

.section-complete-general .complete-image {
  margin-right: auto;
  margin-left: auto;
}

.section-complete-general .complete-image img {
  display: block;
  width: 100%;
  border-radius: 100%;
}

@media print, (min-width: 768px) {
  .section-complete-general {
    padding: 56px 0 115px;
  }

  .section-complete-general .complete-title {
    margin-bottom: 39px;
    font-size: 0.32rem;
  }

  .section-complete-general .complete-text {
    margin-bottom: 80px;
    font-size: 0.18rem;
    line-height: 1.7777777778;
  }

  .section-complete-general .complete-image {
    width: 480px;
    margin-bottom: 74px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-complete-general {
    padding: 0.19rem 0 0.75rem;
  }

  .section-complete-general .complete-title {
    margin-bottom: 0.39rem;
    font-size: 0.24rem;
  }

  .section-complete-general .complete-text {
    margin-bottom: 0.8rem;
  }

  .section-complete-general .complete-image {
    width: 3rem;
    margin-bottom: 0.74rem;
  }
}
