@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
textarea {
  vertical-align: middle;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  background: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  line-height: 1.5;
  width: 100%;
  color: #222;
  background-color: #F5F3EF;
  overflow-x: hidden;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 2rem;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: 'Meiryo', sans-serif;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

a {
  color: #0372C4;
}

@media screen and (min-width: 731px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 730px) {
  .sp-none {
    display: none;
  }
}

.block {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}

@media screen and (min-width: 731px) {
  .block {
    padding: 24px 24px 48px;
  }
}

@media screen and (max-width: 730px) {
  .block {
    padding: 24px 16px;
  }
}

.block + .block {
  margin-top: 24px;
}

.block-top {
  margin-bottom: 24px;
}

.block-top-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}

.block-top-number-ttl {
  font-weight: 700;
  font-size: 1.6rem;
}

.block-top-number-body {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0372C4;
  margin-left: 4px;
}

.block-top-number-body-small {
  font-size: 1.6rem;
}

.block-header-ttl-type-01-icon {
  font-size: 1.6rem;
  display: block;
  font-weight: 400;
}

.block-header-ttl-type-01-body {
  font-size: 2.4rem;
  display: block;
  font-weight: 700;
}

.block-header-ttl-type-02 {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 12px;
  margin-bottom: 24px;
}

.block-header-ttl-type-02::before {
  content: '';
  display: block;
  height: 75%;
  width: 4px;
  background-color: #0372C4;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 1px;
}

.block-header-ttl-type-02 .input-icon-must {
  margin-left: 16px;
  margin-top: 4px;
}

.block-header-ttl-type-02 .input-icon-any {
  margin-left: 16px;
  margin-top: 4px;
}

.block-header-ttl-type-03 {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 16px;
  font-size: 2.4rem;
  margin-bottom: 24px;
}

.block-header-ttl-type-03-body {
  max-width: 464px;
  display: block;
  margin: 0 auto;
}

.block-contents-item-type-01:not(:last-child) {
  margin-bottom: 24px;
}

.block-contents-item-type-01-ttl {
  font-size: 2rem;
  position: relative;
  padding-left: 12px;
  margin-bottom: 8px;
}

.block-contents-item-type-01-ttl::before {
  content: '';
  display: block;
  height: 75%;
  width: 4px;
  background-color: #0372C4;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 1px;
}

.block-contents-item-type-01-txt {
  font-size: 2rem;
}

.block-contents-item-type-01-note {
  position: relative;
  padding-left: 1.1em;
}

.block-contents-item-type-01-note::before {
  content: "※";
  position: absolute;
  left: 0;
}

.block-contents-item-type-02:not(:last-child) {
  border-bottom: 1px solid #D9D7D2;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.block-contents-item-type-02-ttl {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.block-contents-item-type-02-ttl .input-icon-must {
  margin-left: 16px;
  margin-top: 2px;
}

.block-contents-item-type-02-ttl .input-icon-any {
  margin-left: 16px;
  margin-top: 2px;
}

.block-contents-item-type-02-txt {
  font-size: 2rem;
}

.block-contents-item-type-02-note {
  position: relative;
  padding-left: 1.1em;
}

.block-contents-item-type-02-note::before {
  content: "※";
  position: absolute;
  left: 0;
}

.user-info-ttl {
  font-size: 1.6rem;
}

.user-info-ttl::after {
  content: "：";
}

.user-info-contents {
  font-weight: 700;
  font-size: 2.4rem;
}

.status {
  text-align: center;
}

.status-icon-primary {
  background-color: #0372C4;
  color: #fff;
  display: inline-block;
  padding: 8px;
  line-height: 1;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
}

.status-icon-success {
  background-color: #008550;
  color: #fff;
  display: inline-block;
  padding: 8px;
  line-height: 1;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
}

.status-icon-error {
  background-color: #D62400;
  color: #fff;
  display: inline-block;
  padding: 8px;
  line-height: 1;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
}

.btn-primary, .btn-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 200px;
  height: 78px;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  line-height: 1.5;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
}

@media screen and (min-width: 731px) {
  .btn-primary, .btn-secondary {
    max-width: 464px;
  }
}

@media screen and (max-width: 730px) {
  .btn-primary, .btn-secondary {
    max-width: 296px;
  }
}

.mouse .btn-primary:hover, .mouse .btn-secondary:hover {
  opacity: .7;
}

.btn-arrow::after, .btn-back_arrow::after {
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 12px;
  width: 9px;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  pointer-events: none;
}

.btn-top {
  text-align: center;
  margin: 40px 0 8px;
}

.btn-note {
  text-align: left;
  margin-top: 16px;
}

.btn-primary {
  color: #fff;
  background-color: #0372C4;
  -webkit-box-shadow: 0 3px 0 0 #002A4A;
          box-shadow: 0 3px 0 0 #002A4A;
  margin-bottom: 3px;
  padding: 12px;
}

.btn-secondary {
  color: #0372C4;
  background-color: #fff;
  border: 1px solid #0372C4;
  -webkit-box-shadow: 0 3px 0 0 #0372C4;
          box-shadow: 0 3px 0 0 #0372C4;
  margin-bottom: 3px;
  padding: 12px;
}

.btn-inactive {
  color: #fff !important;
  background-color: #CBCBCB !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 0;
  pointer-events: none;
}

.btn-inactive::after {
  background-image: url(../img/arrow_r1.svg) !important;
}

.btn-large {
  height: auto !important;
  padding-top: 16px;
  padding-bottom: 16px;
}

.btn-arrow.btn-primary::after {
  background-image: url(../img/arrow_r1.svg);
}

.btn-arrow.btn-secondary::after {
  background-image: url(../img/arrow_r3.svg);
}

.btn-back_arrow::after {
  left: 24px;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-back_arrow.btn-primary::after {
  background-image: url(../img/arrow_r1.svg);
}

.btn-back_arrow.btn-secondary::after {
  background-image: url(../img/arrow_r3.svg);
}

.list-disc, .list-error {
  text-align: left;
}

.list-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}

.list-disc {
  list-style: disc;
  font-size: 1.6rem;
}

.list-disc-item {
  margin-left: 1.5em;
}

.list-error {
  font-size: 1.6rem;
}

.list-error-item {
  margin-left: 1.5em;
  position: relative;
}

.list-error-item::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  top: 0.5em;
  left: -1em;
  background-color: #D62400;
  position: absolute;
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 731px) {
  .list-btn {
    margin-right: -40px;
  }
}

.list-btn-item {
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (min-width: 731px) {
  .list-btn-item {
    max-width: 464px;
    margin-right: 40px;
  }
}

.list-accordion-item {
  position: relative;
  border-bottom: 1px dashed #C2C2C2;
  padding-bottom: 16px;
  margin-top: 16px;
}

.list-accordion-item-label {
  font-size: 2rem;
  font-weight: 700;
}

.list-accordion-item-btn {
  position: absolute;
  top: 0;
  height: 32px;
  width: 32px;
  display: block;
  border: 1px solid #0372C4;
  background-image: url(../img/arrow_accordion.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}

@media screen and (min-width: 731px) {
  .list-accordion-item-btn {
    left: 100px;
  }
}

@media screen and (max-width: 730px) {
  .list-accordion-item-btn {
    right: 0;
  }
}

.list-accordion-item-opan .list-accordion-item-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list-accordion-item-body {
  display: none;
  padding-top: 8px;
}

.list-accordion-item-body-item {
  margin-top: 8px;
}

@media screen and (min-width: 731px) {
  .list-accordion-item-body-item {
    display: inline-block;
    margin-right: 32px;
  }
}

.flow {
  margin-bottom: 64px;
}

@media screen and (min-width: 1001px) {
  .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flow-item {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1001px) {
  .flow-item {
    padding: 32px 8px 40px;
    width: calc((100% + 42px) / 4 - 42px);
  }
}

@media screen and (max-width: 1000px) {
  .flow-item {
    padding: 16px 24px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 730px) {
  .flow-item {
    display: block;
  }
}

.flow-item-last {
  background-color: #0372C4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 730px) {
  .flow-item-last {
    padding-top: 32px;
  }
}

@media screen and (max-width: 1000px) {
  .flow-item-last-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 730px) {
  .flow-item-last-contents {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  .flow-item-last-ttl {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 730px) {
  .flow-item-last-ttl {
    margin-bottom: 24px;
  }
}

.flow-item-last-icon img {
  height: 69px;
  width: auto;
}

@media screen and (max-width: 1000px) {
  .flow-item:not(:first-child) {
    margin-top: 48px;
  }
}

.flow-item:not(:first-child)::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: auto;
}

@media screen and (min-width: 1001px) {
  .flow-item:not(:first-child)::before {
    top: 0;
    bottom: 0;
    left: -27px;
    border-width: 20px 0 20px 16px;
    border-color: transparent transparent transparent #0372C4;
  }
}

@media screen and (max-width: 1000px) {
  .flow-item:not(:first-child)::before {
    top: -32px;
    left: 0;
    right: 0;
    border-width: 16px 16px 0 16px;
    border-color: #0372C4 transparent transparent transparent;
  }
}

@media screen and (max-width: 1000px) {
  .flow-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 140px);
  }
}

@media screen and (max-width: 730px) {
  .flow-item-header {
    width: auto;
  }
}

.flow-item-contents {
  height: 69px;
}

@media screen and (min-width: 731px) {
  .flow-item-contents {
    margin-top: 40px;
  }
}

@media screen and (max-width: 730px) {
  .flow-item-contents {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1001px) {
  .flow-item-ttl {
    height: 72px;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1000px) {
  .flow-item-ttl {
    text-align: left;
    width: calc(100% - 64px);
    margin-top: 20px;
  }
}

@media screen and (min-width: 1001px) {
  .flow-item-icon {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.flow-item-icon img {
  height: 69px;
  width: auto;
}

.menu {
  margin-bottom: 48px;
  margin-top: 80px;
}

.menu-item + .menu-item {
  margin-top: 104px;
}

.menu-item-header {
  padding-top: 36px;
  position: relative;
}

.menu-item-add .menu-item-header {
  padding-top: 16px;
}

.menu-item-header .status-icon-success {
  position: absolute;
  top: -8px;
  left: 0;
}

.menu-item-header .status-icon-error {
  position: absolute;
  top: -8px;
  left: 0;
}

.menu-item-header .status-icon-primary {
  position: absolute;
  top: -8px;
  left: 0;
}

.menu-item-add {
  margin-top: 64px !important;
}

.menu-item-add-icon {
  color: #fff;
  background-color: #0372C4;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  padding: 10px;
  width: 80px;
  border-radius: 4px;
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.menu-item-contents {
  text-align: left;
  padding-top: 8px;
}

@media screen and (min-width: 731px) {
  .menu-item-contents > [class^="btn-"] {
    margin-top: 32px;
  }
}

@media screen and (max-width: 730px) {
  .menu-item-contents > [class^="btn-"] {
    margin-top: 24px;
  }
}

.menu-item-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 24px;
}

.menu-item-txt {
  font-size: 1.6rem;
}

.menu-item-icon {
  text-align: center;
}

.menu-item-icon img {
  height: 80px;
  width: auto;
}

.faq {
  background-color: #fff;
}

@media screen and (min-width: 731px) {
  .faq {
    padding: 128px 0;
  }
}

@media screen and (max-width: 730px) {
  .faq {
    padding: 96px 0 128px;
  }
}

.faq-ttl {
  font-weight: 700;
}

@media screen and (min-width: 731px) {
  .faq-ttl {
    font-size: 3.2rem;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 730px) {
  .faq-ttl {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}

.faq-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.faq-item-ttl {
  position: relative;
  padding: 20px 42px;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
}

.faq-item-ttl::before {
  content: 'Q';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #0372C4;
  height: 32px;
  width: 32px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.faq-item-ttl::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 11px;
  width: 20px;
  background-image: url(../img/arrow_b3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.faq-item-open .faq-item-ttl::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-item-body {
  position: relative;
  padding: 0 0 40px 42px;
  display: none;
}

.faq-item-body::before {
  content: 'A';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #0372C4;
  background-color: #fff;
  border: 1px solid #0372C4;
  height: 32px;
  width: 32px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.step {
  text-align: center;
  position: absolute;
  top: -88px;
  left: 0;
  right: 0;
  margin: auto;
}

.step-ttl {
  color: #0372C4;
  font-weight: 700;
  display: block;
  font-size: 2.4rem;
}

.done .step-ttl {
  color: #CBCBCB;
}

.step-num {
  position: relative;
  height: 56px;
  width: 56px;
  margin: auto;
  background-color: #0372C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  border-radius: 50%;
}

.done .step-num {
  color: #fff;
  background-color: #CBCBCB;
}

.message-error {
  border: 1px solid #D62400;
  background-color: #FFF4EF;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 36px;
}

.message-error-contents-ttl {
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
  color: #D62400;
  font-size: 2rem;
}

.message-error-contents-txt {
  font-size: 1.6rem;
}

.message-error-contents-txt-list {
  list-style: disc;
  padding-left: 1.5em;
}

.message-error-contents-txt-list-item + .message-error-contents-txt-list-item {
  margin-top: 8px;
}

.input-text input, .input-select select {
  height: 52px;
  background: #fff;
  border: 1px solid #ACACAC;
  width: auto;
  max-width: 100%;
  font-size: 2rem;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

::-webkit-input-placeholder {
  color: #ACACAC;
}

:-ms-input-placeholder {
  color: #ACACAC;
}

::-ms-input-placeholder {
  color: #ACACAC;
}

::placeholder {
  color: #ACACAC;
}

.input-error-txt {
  color: #D62400;
  margin-top: 8px;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}

.input-error-txt::before {
  content: "";
  background-image: url(../img/icon_important.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 20px;
  min-width: 20px;
  width: 20px;
  margin-right: 8px;
}

.input-icon-must {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #D62400;
  color: #fff;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 3px;
  padding: 1px 0;
  min-width: 42px;
  font-weight: 700;
}

.input-icon-any {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #666;
  color: #fff;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 3px;
  padding: 1px;
  min-width: 42px;
  font-weight: 700;
}

@media screen and (min-width: 731px) {
  .input-flex-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.input-flex-date-item {
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 730px) {
  .input-flex-date-item-era {
    width: 100%;
    margin: 0 0 24px;
  }
  .input-flex-date-item-era .input-select {
    width: 100%;
  }
  .input-flex-date-item-era select {
    width: 100%;
  }
}

.input-flex-date-item-year {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-flex-date-item-year .input-text {
  margin-left: 6px;
}

@media screen and (min-width: 731px) {
  .input-flex-date-item-year {
    margin-right: 8px;
  }
}

@media screen and (max-width: 730px) {
  .input-flex-date-item-year {
    margin-bottom: 24px;
    width: 100%;
  }
}

.input-flex-date-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-flex-date-item-label .input-text {
  width: calc(100% - 1.5em);
  margin-right: 6px;
}

.input-flex-date-item-label .input-select {
  margin-right: 6px;
}

@media screen and (min-width: 731px) {
  .input-flex-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 731px) {
  .input-flex-radio-item {
    margin-right: 32px;
  }
}

@media screen and (max-width: 730px) {
  .input-flex-radio-item + .input-flex-radio-item {
    margin-top: 8px;
  }
}

@media screen and (min-width: 731px) {
  .input-flex-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 731px) {
  .input-flex-checkbox-item {
    margin-right: 32px;
  }
}

@media screen and (max-width: 730px) {
  .input-flex-checkbox-item + .input-flex-checkbox-item {
    margin-top: 8px;
  }
}

@media screen and (min-width: 731px) {
  .input-flex-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 731px) {
  .input-flex-col2-item {
    width: calc((100% + 24px) / 2 - 24px);
  }
}

@media screen and (max-width: 730px) {
  .input-flex-col2-item + .input-flex-col2-item {
    margin-top: 24px;
  }
}

.input-label {
  display: block;
}

.input-label-ttl {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
}

.input-label-note {
  display: block;
  margin-bottom: 4px;
  line-height: 1.5;
  color: #666;
  font-size: 1.6rem;
}

.input-label .input-text {
  width: 100%;
}

.input-label .input-text input {
  width: 100%;
}

.input-file {
  position: relative;
}

.input-file input {
  position: absolute;
  height: 0;
  overflow: hidden;
  width: 0;
  z-index: -1;
}

.input-file-txt {
  position: relative;
  z-index: 1;
}

input:focus ~ .input-file-txt {
  outline: 1px solid #fff;
}

.input-range {
  max-width: 216px;
  margin: 0 auto;
  position: relative;
}

.input-range-ttl {
  max-width: 264px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
}

.input-range-active, .input-range-base {
  height: 4px;
  width: 100%;
  max-width: 100%;
  background-color: #c0c0c0;
  top: 12px;
  position: absolute;
  pointer-events: none;
}

.input-range-txt-left {
  font-size: 1.6rem;
  position: absolute;
  left: -1.5em;
  top: 2px;
}

.input-range-txt-right {
  font-size: 1.6rem;
  position: absolute;
  right: -1.5em;
  top: 2px;
}

.input-range-active {
  background-color: #0372C4;
}

.input-range input {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  position: relative;
  z-index: 1;
}

.input-range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #0372C4;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.input-range input::-moz-range-thumb {
  background: #0372C4;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.input-range input::-moz-focus-outer {
  border: 0;
}

.input-range input:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.input-text {
  display: flex;  /* 必要に応じて追加 */
  flex: 1;
  width: 100%;

}

@media screen and (min-width: 731px) {
  .input-flex-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.input-text input {
  padding: 0 8px;
}

.input-text input[size] {
  width: auto;
}

.input-text input:focus {
  border: 2px solid #0372C4 !important;
  outline: none;
  padding: 0 7px;
}

.input-text input:disabled {
  background: #CBCBCB;
  color: #fff !important;
  -webkit-text-fill-color: white;
}

.input-text input:disabled::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
  opacity: 0;
}

.input-text input:disabled:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
  opacity: 0;
}

.input-text input:disabled::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
  opacity: 0;
}

.input-text input:disabled::placeholder {
  color: rgba(255, 255, 255, 0);
  opacity: 0;
}

.input-text.input-error input {
  border: 2px solid #D62400;
  padding: 0 7px;
}

.input-textarea {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.input-textarea textarea {
  background: #fff;
  border: 1px solid #ACACAC;
  font-size: 2rem;
  width: 100%;
  padding: 8px;
  resize: vertical;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}

.input-textarea textarea:focus {
  border: 2px solid #0372C4 !important;
  outline: none;
  padding: 7px;
}

.input-textarea textarea:disabled {
  background: #CBCBCB;
  color: #fff;
}

.input-textarea textarea:disabled::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

.input-textarea textarea:disabled:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

.input-textarea textarea:disabled::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

.input-textarea textarea:disabled::placeholder {
  color: rgba(255, 255, 255, 0);
}

.input-textarea.input-error textarea {
  border: 2px solid #D62400;
  padding: 7px;
}

.input-select {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.input-select::after {
  content: "";
  background-color: #FDFDFD;
  background-image: url(../img/arrow_select.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 4px;
  top: 2px;
  bottom: 2px;
  margin: auto;
  width: 36px;
  pointer-events: none;
  z-index: 1;
}

.input-select.input-disabled::after {
  background-color: #CBCBCB;
}

.input-select select {
  padding: 0 40px 0 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-select select:focus {
  border: 2px solid #0372C4 !important;
  outline: none;
  padding: 0 39px 0 7px;
}

.input-select select:disabled {
  background-color: #CBCBCB;
  color: #fff;
  opacity: 1;
}

.input-select.input-error select {
  border: 2px solid #D62400;
  padding: 0 39px 0 7px;
}

.input-checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
}

.input-checkbox input {
  position: absolute;
  opacity: 0;
}

.input-checkbox-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  width: 20px;
  border: 1px solid #ACACAC;
  background-color: #fff;
  color: #fff;
  position: relative;
  font-size: 10px;
  margin-right: 4px;
  -webkit-transition: .2s;
  transition: .2s;
}

:checked + .input-checkbox-icon {
  background-image: url(../img/icon_checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

:focus + .input-checkbox-icon {
  border: 2px solid #0372C4 !important;
}

:disabled + .input-checkbox-icon {
  background-color: #CBCBCB;
}

:checked:disabled + .input-checkbox-icon {
  background-image: url(../img/icon_checked_disabled.svg);
}

.input-error .input-checkbox-icon {
  border: 2px solid #D62400;
}

:disabled ~ .input-checkbox-txt {
  color: #CBCBCB;
}

.input-radio {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
}

.input-radio input {
  position: absolute;
  opacity: 0;
}

.input-radio-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  width: 24px;
  border: 1px solid #ACACAC;
  background-color: #fff;
  color: #fff;
  border-radius: 50%;
  position: relative;
  font-size: 10px;
  margin-right: 4px;
  -webkit-transition: .2s;
  transition: .2s;
}

:checked + .input-radio-icon {
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
  background-color: #0372C4;
}

:focus + .input-radio-icon {
  border: 2px solid #0372C4 !important;
}

:disabled + .input-radio-icon {
  background: #CBCBCB;
}

:checked:disabled + .input-radio-icon {
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
  background-color: #CBCBCB;
}

.input-error .input-radio-icon {
  border: 2px solid #D62400;
}

:disabled ~ .input-radio-txt {
  color: #CBCBCB;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .input-select select {
    padding-right: 19px;
  }
  *::-ms-backdrop,
  .input-select select:focus {
    padding-right: 18px;
  }
  *::-ms-backdrop,
  .input-error select {
    padding-right: 18px;
  }
  *::-ms-backdrop,
  .input-select::after {
    top: 1.5px;
    bottom: 1.5px;
  }
}

.fileupload-contents-body {
  display: none;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 32px;
}

.fileupload-contents-body.active {
  display: block;
}

.fileupload-contents-body.checked {
  pointer-events: none;
}

.fileupload-contents-body.checked .input-range {
  opacity: .2;
}

.fileupload-contents-body.checked .input-range-ttl {
  opacity: .2;
}

.fileupload-contents-body.checked .fileupload-contents-body-position {
  opacity: .2;
}

.fileupload-contents-body.checked .fileupload-contents-body-txt {
  opacity: .2;
}

.fileupload-contents-body-txt {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 24px;
}

.fileupload-contents-body-position {
  font-size: 1.6rem;
  text-align: left;
  width: 264px;
  margin: 24px auto;
  background-position: center;
  background-image: url(../img/icon_finger.svg);
  background-size: 34px auto;
  background-repeat: no-repeat;
}

.fileupload-data {
  display: none;
}

.fileupload-face {
  width: 264px;
  margin: 0 auto 16px;
  vertical-align: bottom;
  background-color: #EFEFEF;
}

.checked .fileupload-face {
  pointer-events: none;
}

.fileupload-face-done {
  display: none;
}

.fileupload-sign {
  width: 264px;
  margin: 0 auto 16px;
  vertical-align: bottom;
  background-color: #EFEFEF;
}

.fileupload-sign-done {
  display: none;
}

.fileupload-checked {
  margin: 0 auto 24px;
  display: none;
}

.fileupload-checked.active {
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}

.modal-contents {
  max-width: 824px;
  margin: 0 auto;
}

@media screen and (min-width: 731px) {
  .modal-contents {
    padding: 64px 0 160px;
  }
}

@media screen and (max-width: 730px) {
  .modal-contents {
    padding: 48px 0 160px;
  }
}

.modal-contents-item {
  background-color: #fff;
  border-radius: 4px;
}

@media screen and (min-width: 731px) {
  .modal-contents-item {
    padding: 32px 32px 40px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 730px) {
  .modal-contents-item {
    padding: 32px 16px 40px;
    margin-top: 24px;
  }
}

.modal-contents-item-header {
  border-bottom: 1px solid #ACACAC;
  padding: 0 0 16px;
}

.modal-contents-item-header-ttl {
  font-size: 2.4rem;
  font-weight: 700;
}

.modal-contents-item-header-date {
  margin-top: 8px;
  font-size: 1.6rem;
}

.modal-contents-item-body {
  padding: 24px 0 0;
  font-size: 1.6rem;
}

.modal-contents-item-body-txt {
  text-align: left;
}

.modal-contents-item-body-txt + .modal-contents-item-body-txt {
  margin-top: 16px;
}

.modal-contents-item-body-code {
  margin: 40px auto 0;
  text-align: center;
}

.modal-contents-item-body-btn {
  text-align: center;
  margin: 16px auto 32px;
}

.modal-ttl {
  font-size: 2.4rem;
  color: #fff;
}

.modal-footer {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wrap {
  margin: 0 auto;
}

@media screen and (min-width: 731px) {
  .wrap {
    max-width: 1024px;
    width: 100%;
    padding: 0 12px;
  }
}

@media screen and (max-width: 730px) {
  .wrap {
    padding: 0 16px;
  }
}

.wrap-medium {
  margin: 0 auto;
}

@media screen and (min-width: 731px) {
  .wrap-medium {
    max-width: 824px;
    width: 100%;
    padding: 0 12px;
  }
}

@media screen and (max-width: 730px) {
  .wrap-medium {
    padding: 0 16px;
  }
}

.wrap-small {
  margin: 0 auto;
  max-width: 464px;
}

@media screen and (min-width: 731px) {
  .main-contents {
    padding: 24px 0 48px;
  }
}

@media screen and (max-width: 730px) {
  .main-contents {
    padding: 24px 0 48px;
  }
}

.main-contents-bottom {
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 731px) {
  .main-contents-bottom {
    margin-top: 96px;
    padding-top: 64px;
  }
}

@media screen and (max-width: 730px) {
  .main-contents-bottom {
    margin-top: 64px;
    padding-top: 40px;
  }
}

.block + .main-contents-bottom-btn {
  margin-top: 96px;
}

.main-contents-bottom-btn + .main-contents-bottom-btn {
  margin-top: 64px;
}

.main-contents-bottom-btn-top {
  margin-top: 96px;
  margin-bottom: 16px;
  text-align: center;
}

.main-explanation {
  margin-bottom: 24px;
}

.link {
  position: relative;
  padding-right: 16px;
  text-decoration: none;
  font-weight: 700;
}

.link::after {
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 12px;
  width: 9px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/arrow_r3.svg);
}

.link[target="_blank"]::after {
  background-image: url(../img/icon_blank.svg);
  height: 12px;
  width: 12px;
}

.mt0 {
  margin-top: 0 !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml48 {
  margin-left: 48px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.w100 {
  width: 100%;
}

.font-l {
  font-size: 2.4rem;
}

.font-m {
  font-size: 2rem;
}

.font-s {
  font-size: 1.6rem;
}

.weight-n {
  font-weight: 400;
}

.weight-b {
  font-weight: 700;
}

.color-primary {
  color: #0372C4;
}

.color-red {
  color: #D62400;
}

.color-success {
  color: #008550;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.display-inline {
  display: inline;
}

.display-inlineblock {
  display: inline-block;
}

.display-inlineflex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.display-block {
  display: block;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header {
  padding: 8px 0 20px;
  background-color: #fff;
  border-top: 16px solid #0372C4;
}

.header-logo {
  border-bottom: 1px solid #DDD;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.header-ttl {
  position: relative;
  font-size: 2.4rem;
  padding-left: 14px;
}

.header-ttl::before {
  content: '';
  display: block;
  height: 80%;
  width: 6px;
  background-color: #0372C4;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 1px;
}

.footer {
  background-color: #fff;
}

@media screen and (min-width: 731px) {
  .footer {
    padding: 48px 0 24px;
  }
}

@media screen and (max-width: 730px) {
  .footer {
    padding: 24px 0 16px;
  }
}

@media screen and (min-width: 731px) {
  .footer-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 730px) {
  .footer-nav-list {
    padding: 0 16px;
  }
}

.footer-nav-list-item {
  font-size: 1.6rem;
}

@media screen and (max-width: 730px) {
  .footer-nav-list-item {
    border-bottom: 1px solid #ddd;
  }
}

.footer-nav-list-item a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 730px) {
  .footer-nav-list-item a {
    padding: 24px 0;
  }
  .footer-nav-list-item a::after {
    content: '';
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 10px;
    width: 6px;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
    background-image: url(../img/arrow_footer.svg);
  }
}

.footer-copy {
  display: block;
  text-align: center;
}

@media screen and (min-width: 731px) {
  .footer-copy {
    margin-top: 48px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 730px) {
  .footer-copy {
    margin-top: 64px;
    font-size: 1.2rem;
  }
}

.decoration-box-primary {
  background-color: #EFF8FF;
  padding: 16px;
  font-size: 2rem;
  border-radius: 4px;
}

.decoration-box-success {
  background-color: #EFF8F1;
  padding: 16px;
  font-size: 1.6rem;
  border-radius: 4px;
}

.decoration-box-error {
  background-color: #FFF4EF;
  padding: 16px;
  font-size: 1.6rem;
  border-radius: 4px;
}

.decoration-box-info {
  position: relative;
}

.decoration-box-info-ttl {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
}

.decoration-box-info-ttl::after {
  content: "：";
}

.decoration-box-info-contents {
  padding-top: 24px;
}

.decoration-box-info-contents-box {
  text-align: left;
  background-color: #fff;
  padding: 16px;
}

.decoration-box-info-contents-box-ttl {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.decoration-box-info-contents-box-ttl::after {
  content: "：";
}

.decoration-box-info-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.decoration-box-info-status-ttl {
  width: 168px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.decoration-box-info-status-ttl::after {
  content: "・・・";
  font-weight: 700;
  font-size: 2rem;
}

.decoration-box-info-status-body {
  font-weight: 700;
  font-size: 2rem;
}

.decoration-txt-important {
  color: #D62400;
  position: relative;
  font-size: 1.6rem;
  padding-left: 32px;
  font-weight: 700;
}

.decoration-txt-important::before {
  content: "";
  display: block;
  background-image: url(../img/icon_important.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  min-width: 24px;
  margin: auto;
  top: -20px;
  bottom: -20px;
  left: 0;
  border-radius: 50%;
  background-color: #FFD5C4;
  position: absolute;
}

@media screen and (min-width: 731px) {
  .input-flex-mado {
    flex: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width:100%;
  }
}

.input-flex-mado-item {
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width:100%;
}

.input-flex-mado .input-text .fixed-input {
  flex: 0 0 60px;
  max-width: 60px;
}
.input-flex-mado .input-text .responsive-input {
  flex: 1;
  width: 475px !important;
  box-sizing: border-box;
}


@media screen and (max-width: 730px) {
  .input-flex-mado-item-era {
    width: 100%;
    margin: 0 0 24px;
  }
  .input-flex-mado-item-era .input-select {
    width: 100%;
  }
  .input-flex-mado-item-era select {
    width: 100%;
  }

.input-flex-mado-item-text {
  display: flex;
  flex: 1;
  width: 100%;
}

@media screen and (min-width: 731px) {

  .input-flex-mado-item-text {
    display: flex;
    flex: 1;
    width: 100%;
  }

  .input-text {
    display: flex;
    flex: 1;
    width: 100%;
  }

  .responsive-input {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
  }

}

@media screen and (max-width: 730px) {
  .input-flex-mado-item-text {
    margin-bottom: 24px;
    width: 100% !important;
  }
}
}