@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media (max-width: 599px) {
  :root {
    font-size: 16px;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  :root {
    font-size: 16px;
  }
}
@media (min-width: 800px) {
  :root {
    font-size: 16px;
  }
}
h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

.wf-mplus1p {
  font-family: "Mplus 1p";
}

body {
  font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "メイリオ", Sans-Serif;
  line-height: 1.5;
  color: #37474f;
}

.text_expand110 {
  font-size: 110%;
}

.text_expand120 {
  font-size: 120%;
}

.text_expand130 {
  font-size: 130%;
}

.text_expand140 {
  font-size: 140%;
}

.text_expand150 {
  font-size: 150%;
}

.txt-90 {
  font-size: 90%;
}

.txt-85 {
  font-size: 85%;
}

.txt-80 {
  font-size: 80%;
}

.txt-75 {
  font-size: 75%;
}

.txt-70 {
  font-size: 70%;
}

.text_shrink90 {
  font-size: 90%;
}

.text_shrink80 {
  font-size: 80%;
}

.text_shrink70 {
  font-size: 70%;
}

.text_shrink60 {
  font-size: 60%;
}

.text_shrink50 {
  font-size: 50%;
}

.text_10 {
  font-size: 62.5%;
}

.text_12 {
  font-size: 75%;
}

.text_14 {
  font-size: 87.5%;
}

.text_16 {
  font-size: 100%;
}

.text_18 {
  font-size: 112.5%;
}

.text_20 {
  font-size: 125%;
}

.text_22 {
  font-size: 137.5%;
}

.text_24 {
  font-size: 150%;
}

.text_26 {
  font-size: 162.5%;
}

.text_28 {
  font-size: 175%;
}

.text_30 {
  font-size: 187.5%;
}

.text_32 {
  font-size: 200%;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.underline {
  text-decoration: underline;
}

.text_nowrap {
  white-space: nowrap;
}

.flex {
  display: flex;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
  .flex > div, .flex > ul, .flex > li, .flex > a {
    max-width: 100%;
    text-align: center;
  }
}
.flex p {
  text-align: left;
}

.flex_reverse {
  display: flex;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .flex_reverse {
    flex-direction: column;
  }
  .flex_reverse > div, .flex_reverse > ul, .flex_reverse > li, .flex_reverse > a {
    max-width: 100%;
    text-align: center;
  }
}
.flex_reverse p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .flex_reverse {
    flex-direction: column-reverse;
  }
}

.flex_left {
  justify-content: flex-start;
}

.flex_right {
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .flex_right {
    justify-content: flex-end;
  }
}

.flex_center {
  justify-content: center;
}

.flex_between {
  justify-content: space-between;
}

.flex_around {
  justify-content: space-around;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_nowrap {
  flex-wrap: nowrap;
}

.flex_nowrap_sp {
  flex-direction: row;
}

.flex_c {
  justify-content: center;
  align-items: center;
}

.flex_top {
  align-items: flex-start;
}

.flex_middle {
  align-items: center;
}

.flex_bottom {
  align-items: flex-end;
}

.flex_g1 {
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .flex_g1 {
    flex: 1 1 5.3333333333%;
  }
}

.flex_g2 {
  flex: 2 2 100%;
}
@media screen and (min-width: 768px) {
  .flex_g2 {
    flex: 2 2 13.6666666667%;
  }
}

.flex_g3 {
  flex: 3 3 100%;
}
@media screen and (min-width: 768px) {
  .flex_g3 {
    flex: 3 3 22%;
  }
}

.flex_g4 {
  flex: 4 4 100%;
}
@media screen and (min-width: 768px) {
  .flex_g4 {
    flex: 4 4 30.3333333333%;
  }
}

.flex_g5 {
  flex: 5 5 100%;
}
@media screen and (min-width: 768px) {
  .flex_g5 {
    flex: 5 5 38.6666666667%;
  }
}

.flex_g6 {
  flex: 6 6 100%;
}
@media screen and (min-width: 768px) {
  .flex_g6 {
    flex: 6 6 47%;
  }
}

.flex_g7 {
  flex: 7 7 100%;
}
@media screen and (min-width: 768px) {
  .flex_g7 {
    flex: 7 7 55.3333333333%;
  }
}

.flex_g8 {
  flex: 8 8 100%;
}
@media screen and (min-width: 768px) {
  .flex_g8 {
    flex: 8 8 63.6666666667%;
  }
}

.flex_g9 {
  flex: 9 9 100%;
}
@media screen and (min-width: 768px) {
  .flex_g9 {
    flex: 9 9 72%;
  }
}

.flex_g10 {
  flex: 10 10 100%;
}
@media screen and (min-width: 768px) {
  .flex_g10 {
    flex: 10 10 80.3333333333%;
  }
}

.flex_g11 {
  flex: 11 11 100%;
}
@media screen and (min-width: 768px) {
  .flex_g11 {
    flex: 11 11 88.6666666667%;
  }
}

.flex_g12 {
  flex: 12 12 100%;
}
@media screen and (min-width: 768px) {
  .flex_g12 {
    flex: 12 12 97%;
  }
}

.flex_gt_10 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex_gt_10 {
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .flex_gt_10 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .flex_gt_10 > *:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .flex_gt_10 > *:not(:first-child) {
    margin-left: 10px;
  }
}

.flex_gap_10 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flex_gt_20 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex_gt_20 {
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .flex_gt_20 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .flex_gt_20 > *:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .flex_gt_20 > *:not(:first-child) {
    margin-left: 20px;
  }
}

.flex_gap_20 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.flex_gt_30 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex_gt_30 {
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .flex_gt_30 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .flex_gt_30 > *:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .flex_gt_30 > *:not(:first-child) {
    margin-left: 30px;
  }
}

.flex_gap_30 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.flex_gt_40 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex_gt_40 {
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .flex_gt_40 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .flex_gt_40 > *:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .flex_gt_40 > *:not(:first-child) {
    margin-left: 40px;
  }
}

.flex_gap_40 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.flex_gt_50 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex_gt_50 {
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .flex_gt_50 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .flex_gt_50 > *:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .flex_gt_50 > *:not(:first-child) {
    margin-left: 50px;
  }
}

.flex_gap_50 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.flex_gt_60 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex_gt_60 {
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .flex_gt_60 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .flex_gt_60 > *:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .flex_gt_60 > *:not(:first-child) {
    margin-left: 60px;
  }
}

.flex_gap_60 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.flex_1 {
  margin-top: -1.25%;
  margin-bottom: -1.25%;
}
@media screen and (min-width: 768px) {
  .flex_1 {
    margin: -1.25%;
    flex-wrap: wrap;
  }
}
.flex_1 > * {
  width: 100%;
  margin-top: 1.25%;
  margin-bottom: 1.25%;
}
@media screen and (min-width: 768px) {
  .flex_1 > * {
    margin: 1.25%;
    width: 97.5%;
  }
}

.flex_2 {
  margin-top: -1.25%;
  margin-bottom: -1.25%;
}
@media screen and (min-width: 768px) {
  .flex_2 {
    margin: -1.25%;
    flex-wrap: wrap;
  }
}
.flex_2 > * {
  width: 100%;
  margin-top: 1.25%;
  margin-bottom: 1.25%;
}
@media screen and (min-width: 768px) {
  .flex_2 > * {
    margin: 1.25%;
    width: 47.5%;
  }
}

.flex_3 {
  margin-top: -1.25%;
  margin-bottom: -1.25%;
}
@media screen and (min-width: 768px) {
  .flex_3 {
    margin: -1.25%;
    flex-wrap: wrap;
  }
}
.flex_3 > * {
  width: 100%;
  margin-top: 1.25%;
  margin-bottom: 1.25%;
}
@media screen and (min-width: 768px) {
  .flex_3 > * {
    margin: 1.25%;
    width: 30.8333333333%;
  }
}

.flex_4 {
  margin-top: -1.25%;
  margin-bottom: -1.25%;
}
@media screen and (min-width: 768px) {
  .flex_4 {
    margin: -1.25%;
    flex-wrap: wrap;
  }
}
.flex_4 > * {
  width: 100%;
  margin-top: 1.25%;
  margin-bottom: 1.25%;
}
@media screen and (min-width: 768px) {
  .flex_4 > * {
    margin: 1.25%;
    width: 22.5%;
  }
}

.flex_eq > * {
  flex: 1;
}
.flex_eq p, .flex_eq li {
  text-align: left;
}

.flex_strech {
  align-items: stretch;
}

@media screen and (min-width: 768px) {
  .flex_wrap_pc {
    flex-direction: column;
  }
}

.flex_column {
  flex-direction: column;
}

.alignself_start {
  align-self: start;
}

.alignself_end {
  align-self: end;
}

.alignself_center {
  align-self: center;
}

@media screen and (max-width: 767px) {
  .flex_reverse:has(input) {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .flex_columnreverse:has(input) {
    flex-direction: column-reverse;
  }
}

.flex-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex-row {
    flex-direction: column;
  }
}

.content_all {
  /*　100%表示　*/
  width: 100%;
}

.bg_white {
  background-color: #fff;
}

.content_blkshrink, .content_blk, .content_blkfit, .content_inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.content_inner {
  padding-right: 10px;
  padding-left: 10px;
}

.content_blk {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .content_blk {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.content_blkshrink {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (min-width: 768px) {
  .content_inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content_blk {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content_blkshrink {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.expand_all {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.block_right:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.block_right div {
  float: right;
}

.col2divide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col2divide {
    width: 49%;
  }
}

@media (min-width: 768px) {
  .none_pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .none_sp {
    display: none !important;
  }
}
.dp_none {
  display: none;
}

.dp_blk {
  display: block;
}

.mg_auto,
.l_center,
.dp_table {
  display: table;
  margin: auto;
}

.children_mg > *:not(:first-child) {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .children_mg > *:not(:first-child) {
    margin-top: 1em;
  }
}

.mg_bs {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .mg_bs {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}

.pd_bs {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .pd_bs {
    padding: 20px;
  }
}

.pd_bs-y {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .pd_bs-y {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.blockmg {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .blockmg {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.blk_int {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .blk_int {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

/* margin記述 */
/*　ネガティブマージン　*/
.mg_t__10 {
  margin-top: -10px;
}

.mg_t__15 {
  margin-top: -15px;
}

.mg_5 {
  margin: 5px;
}

.mg_10 {
  margin: 10px;
}

.mg_15 {
  margin: 15px;
}

.mg_20 {
  margin: 20px;
}

.mg_30 {
  margin: 30px;
}

.mg_40 {
  margin: 40px;
}

.mg_50 {
  margin: 50px;
}

.mg_60 {
  margin: 60px;
}

.mg_70 {
  margin: 70px;
}

.mg_80 {
  margin: 80px;
}

.mg_t_5 {
  margin-top: 5px;
}

.mg_t_10 {
  margin-top: 10px;
}

.mg_t_15 {
  margin-top: 15px;
}

.mg_t_20 {
  margin-top: 20px;
}

.mg_t_30 {
  margin-top: 30px;
}

.mg_t_40 {
  margin-top: 40px;
}

.mg_t_50 {
  margin-top: 50px;
}

.mg_t_60 {
  margin-top: 60px;
}

.mg_t_70 {
  margin-top: 70px;
}

.mg_t_80 {
  margin-top: 80px;
}

.mg_auto_t {
  margin-top: auto;
}

.mg_r_5 {
  margin-right: 5px;
}

.mg_r_10 {
  margin-right: 10px;
}

.mg_r_15 {
  margin-right: 15px;
}

.mg_r_20 {
  margin-right: 20px;
}

.mg_r_30 {
  margin-right: 30px;
}

.mg_r_40 {
  margin-right: 40px;
}

.mg_r_50 {
  margin-right: 50px;
}

.mg_r_60 {
  margin-right: 60px;
}

.mg_r_70 {
  margin-right: 70px;
}

.mg_r_80 {
  margin-right: 80px;
}

.mg_auto_r {
  margin-right: auto;
}

.mg_b_5 {
  margin-bottom: 5px;
}

.mg_b_10 {
  margin-bottom: 10px;
}

.mg_b_15 {
  margin-bottom: 15px;
}

.mg_b_20 {
  margin-bottom: 20px;
}

.mg_b_30 {
  margin-bottom: 30px;
}

.mg_b_40 {
  margin-bottom: 40px;
}

.mg_b_50 {
  margin-bottom: 50px;
}

.mg_b_60 {
  margin-bottom: 60px;
}

.mg_b_70 {
  margin-bottom: 70px;
}

.mg_b_80 {
  margin-bottom: 80px;
}

.mg_auto_b {
  margin-bottom: auto;
}

.mg_l_5 {
  margin-left: 5px;
}

.mg_l_10 {
  margin-left: 10px;
}

.mg_l_15 {
  margin-left: 15px;
}

.mg_l_20 {
  margin-left: 20px;
}

.mg_l_30 {
  margin-left: 30px;
}

.mg_l_40 {
  margin-left: 40px;
}

.mg_l_50 {
  margin-left: 50px;
}

.mg_l_60 {
  margin-left: 60px;
}

.mg_l_70 {
  margin-left: 70px;
}

.mg_l_80 {
  margin-left: 80px;
}

.mg_auto_l {
  margin-left: auto;
}

.mg_tb_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mg_lr_5 {
  margin-left: 5px;
  margin-right: 5px;
}

.gap_5 {
  gap: 5px;
}

.mg_tb_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mg_lr_10 {
  margin-left: 10px;
  margin-right: 10px;
}

.gap_10 {
  gap: 10px;
}

.mg_tb_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mg_lr_15 {
  margin-left: 15px;
  margin-right: 15px;
}

.gap_15 {
  gap: 15px;
}

.mg_tb_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mg_lr_20 {
  margin-left: 20px;
  margin-right: 20px;
}

.gap_20 {
  gap: 20px;
}

.mg_tb_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mg_lr_30 {
  margin-left: 30px;
  margin-right: 30px;
}

.gap_30 {
  gap: 30px;
}

.mg_tb_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mg_lr_40 {
  margin-left: 40px;
  margin-right: 40px;
}

.gap_40 {
  gap: 40px;
}

.mg_tb_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mg_lr_50 {
  margin-left: 50px;
  margin-right: 50px;
}

.gap_50 {
  gap: 50px;
}

.mg_tb_60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mg_lr_60 {
  margin-left: 60px;
  margin-right: 60px;
}

.gap_60 {
  gap: 60px;
}

.mg_tb_70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mg_lr_70 {
  margin-left: 70px;
  margin-right: 70px;
}

.gap_70 {
  gap: 70px;
}

.mg_tb_80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mg_lr_80 {
  margin-left: 80px;
  margin-right: 80px;
}

.gap_80 {
  gap: 80px;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m30 {
  margin: 30px;
}

.m40 {
  margin: 40px;
}

.m50 {
  margin: 50px;
}

.m60 {
  margin: 60px;
}

.m70 {
  margin: 70px;
}

.m80 {
  margin: 80px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mtb70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mtb80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mlr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mlr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mlr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mlr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.mlr80 {
  margin-left: 80px;
  margin-right: 80px;
}

/* padding記述 */
.pd_5 {
  padding: 5px;
}

.pd_10 {
  padding: 10px;
}

.pd_15 {
  padding: 15px;
}

.pd_20 {
  padding: 20px;
}

.pd_30 {
  padding: 30px;
}

.pd_40 {
  padding: 40px;
}

.pd_50 {
  padding: 50px;
}

.pd_60 {
  padding: 60px;
}

.pd_70 {
  padding: 70px;
}

.pd_80 {
  padding: 80px;
}

.pd_t_5 {
  padding-top: 5px;
}

.pd_t_10 {
  padding-top: 10px;
}

.pd_t_15 {
  padding-top: 15px;
}

.pd_t_20 {
  padding-top: 20px;
}

.pd_t_30 {
  padding-top: 30px;
}

.pd_t_40 {
  padding-top: 40px;
}

.pd_t_50 {
  padding-top: 50px;
}

.pd_t_60 {
  padding-top: 60px;
}

.pd_t_70 {
  padding-top: 70px;
}

.pd_t_80 {
  padding-top: 80px;
}

.pd_r_5 {
  padding-right: 5px;
}

.pd_r_10 {
  padding-right: 10px;
}

.pd_r_15 {
  padding-right: 15px;
}

.pd_r_20 {
  padding-right: 20px;
}

.pd_r_30 {
  padding-right: 30px;
}

.pd_r_40 {
  padding-right: 40px;
}

.pd_r_50 {
  padding-right: 50px;
}

.pd_r_60 {
  padding-right: 60px;
}

.pd_r_70 {
  padding-right: 70px;
}

.pd_r_80 {
  padding-right: 80px;
}

.pd_b_5 {
  padding-bottom: 5px;
}

.pd_b_10 {
  padding-bottom: 10px;
}

.pd_b_15 {
  padding-bottom: 15px;
}

.pd_b_20 {
  padding-bottom: 20px;
}

.pd_b_30 {
  padding-bottom: 30px;
}

.pd_b_40 {
  padding-bottom: 40px;
}

.pd_b_50 {
  padding-bottom: 50px;
}

.pd_b_60 {
  padding-bottom: 60px;
}

.pd_b_70 {
  padding-bottom: 70px;
}

.pd_b_80 {
  padding-bottom: 80px;
}

.pd_l_5 {
  padding-left: 5px;
}

.pd_l_10 {
  padding-left: 10px;
}

.pd_l_15 {
  padding-left: 15px;
}

.pd_l_20 {
  padding-left: 20px;
}

.pd_l_30 {
  padding-left: 30px;
}

.pd_l_40 {
  padding-left: 40px;
}

.pd_l_50 {
  padding-left: 50px;
}

.pd_l_60 {
  padding-left: 60px;
}

.pd_l_70 {
  padding-left: 70px;
}

.pd_l_80 {
  padding-left: 80px;
}

.pd_tb_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pd_lr_5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pd_tb_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pd_lr_10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pd_tb_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pd_lr_15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pd_tb_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pd_lr_20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pd_tb_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd_lr_30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pd_tb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pd_lr_40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pd_tb_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pd_lr_50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pd_tb_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd_lr_60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pd_tb_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pd_lr_70 {
  padding-left: 70px;
  padding-right: 70px;
}

.pd_tb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pd_lr_80 {
  padding-left: 80px;
  padding-right: 80px;
}

.g_5 {
  margin-right: -5px;
  margin-bottom: -5px;
}

.g_5 > * {
  margin-right: 5px;
  margin-bottom: 5px;
}

.g_10 {
  margin-right: -10px;
  margin-bottom: -10px;
}

.g_10 > * {
  margin-right: 10px;
  margin-bottom: 10px;
}

.g_15 {
  margin-right: -15px;
  margin-bottom: -15px;
}

.g_15 > * {
  margin-right: 15px;
  margin-bottom: 15px;
}

.g_20 {
  margin-right: -20px;
  margin-bottom: -20px;
}

.g_20 > * {
  margin-right: 20px;
  margin-bottom: 20px;
}

.g_30 {
  margin-right: -30px;
  margin-bottom: -30px;
}

.g_30 > * {
  margin-right: 30px;
  margin-bottom: 30px;
}

.g_40 {
  margin-right: -40px;
  margin-bottom: -40px;
}

.g_40 > * {
  margin-right: 40px;
  margin-bottom: 40px;
}

.g_50 {
  margin-right: -50px;
  margin-bottom: -50px;
}

.g_50 > * {
  margin-right: 50px;
  margin-bottom: 50px;
}

.g_60 {
  margin-right: -60px;
  margin-bottom: -60px;
}

.g_60 > * {
  margin-right: 60px;
  margin-bottom: 60px;
}

.g_70 {
  margin-right: -70px;
  margin-bottom: -70px;
}

.g_70 > * {
  margin-right: 70px;
  margin-bottom: 70px;
}

.g_80 {
  margin-right: -80px;
  margin-bottom: -80px;
}

.g_80 > * {
  margin-right: 80px;
  margin-bottom: 80px;
}

.aroundg_5 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_5 {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
}

.aroundg_5 > * {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
@media screen and (min-width: 768px) {
  .aroundg_5 > * {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
}

.aroundg_10 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_10 {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.aroundg_10 > * {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .aroundg_10 > * {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.aroundg_15 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_15 {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}

.aroundg_15 > * {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media screen and (min-width: 768px) {
  .aroundg_15 > * {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}

.aroundg_20 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_20 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.aroundg_20 > * {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .aroundg_20 > * {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.aroundg_30 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_30 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.aroundg_30 > * {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .aroundg_30 > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.aroundg_40 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_40 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.aroundg_40 > * {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .aroundg_40 > * {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.aroundg_50 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_50 {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.aroundg_50 > * {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .aroundg_50 > * {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.aroundg_60 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_60 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.aroundg_60 > * {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .aroundg_60 > * {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.aroundg_70 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_70 {
    margin-left: 35px;
    margin-right: 35px;
  }
}

.aroundg_70 > * {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .aroundg_70 > * {
    margin-left: 35px;
    margin-right: 35px;
  }
}

.aroundg_80 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_80 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.aroundg_80 > * {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .aroundg_80 > * {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.text_left {
  text-align: left !important;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.txt-c {
  text-align: center;
}

p.text_left {
  text-align: left;
}

p.text_center {
  text-align: center;
}

p.text_right {
  text-align: right;
}

.text_center_left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .text_center_left {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  p.text_left_spimportant {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  p.text_left_pcimportant {
    text-align: left !important;
  }
}
.line_h_l {
  line-height: 2;
}

.line_h_m {
  line-height: 1.8;
}

.line_h_s {
  line-height: 1.5;
}

.line_h_ss, .preverify section.main .note {
  line-height: 1.3;
}

.line_h_1 {
  line-height: 1;
}

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

.indent2 {
  text-indent: 1em;
}

.img_width_50 {
  max-width: 50%;
}

.img_width_60 {
  max-width: 60%;
}

.img_width_70 {
  max-width: 70%;
}

.img_width_80 {
  max-width: 80%;
}

.img_width_90 {
  max-width: 90%;
}

.img_width_100 {
  max-width: 100%;
}

.width_10per {
  width: 10%;
}

.width_20per {
  width: 20%;
}

.width_30per {
  width: 30%;
}

.width_40per {
  width: 40%;
}

.width_50per {
  width: 50%;
}

.width_60per {
  width: 60%;
}

.width_70per {
  width: 70%;
}

.width_80per {
  width: 80%;
}

.width_90per {
  width: 90%;
}

.width_100per {
  width: 100%;
}

html, body {
  overflow-x: hidden;
}

body {
  width: 768px;
  margin: auto;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style-type: none;
}

a, .a_color {
  color: #1976d2;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

p {
  line-height: 1.5;
  margin-bottom: 1em;
}

thead th, thead td {
  vertical-align: middle;
}

td {
  vertical-align: top;
}

caption {
  text-align: left;
}

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

*, *:before, *:after { /*border幅を入れてwidth計算*/
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

.btn_rmapp-back, .btn_rmapp-thin, .btn_rmapp-purchase, .btn_rmapp-apply, .btn_rmapp-disabled, .btn_rmapp, .btn_hm_profile, .btn_hm_inactive, .btn_hm_blue_s, .btn_hm_blue, .btn_hm_white_border, .btn_hm_white, .btn_myhis_white, .btn_his_myb, .login_error, .btn_login, .radio_three_btn, .radio_two_btn, .radio_one_btn, .btn_undo, .btn_upload_undo, .btn_upload, .btn_edit, .btn_complete, .btn_discard, .btn_blue_100per, .btn_next_inactive, .btn_print, .btn_blue:disabled,
.btn_submit:disabled,
.btn_next:disabled, .btn_blue,
.btn_submit,
.btn_next, .btn_preverify_sub_inactive, .btn_preverify_inactive, .btn_preverify_sub_active, .btn_preverify_active {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.btn_preverify_active {
  margin: auto;
  background-color: #009688;
  width: 400px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 28px;
}
.btn_preverify_sub_active {
  margin: auto;
  background-color: #009688;
  width: 100%;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 4px;
  font-size: 16px;
  border-radius: 5px;
}
.btn_preverify_inactive {
  margin: auto;
  background-color: #fff;
  width: 400px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 28px;
  border: 1px solid #90a4ae;
  color: #b0bec5;
}
.btn_preverify_sub_inactive {
  margin: auto;
  background-color: #fff;
  width: 100%;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 4px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #90a4ae;
  color: #b0bec5;
}

.btn_blue,
.btn_submit,
.btn_next {
  margin: auto;
  background-color: #64b5f6;
  width: 400px;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 5px;
  font-size: 18px;
}
.btn_blue:disabled,
.btn_submit:disabled,
.btn_next:disabled {
  margin: auto;
  background-color: #cfd8dc;
  width: 400px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 18px;
}

.btn_roundblue {
  line-height: 1.3;
  min-width: 150px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  cursor: pointer;
  font-size: calc(1em + 0.1vw);
  font-weight: inherit;
  padding: 8px;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  background: #4792E0;
  color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  max-width: 300px;
  width: 100%;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .btn_roundblue {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn_roundblue {
    margin-right: auto;
    margin-left: auto;
  }
}
.btn_roundblue + p, .btn_roundblue + div {
  margin-top: 10px;
}

.btn_roundwhite {
  line-height: 1.3;
  min-width: 150px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  cursor: pointer;
  font-size: calc(1em + 0.1vw);
  font-weight: inherit;
  padding: 8px;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #4792E0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  background: #fff;
  color: #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  max-width: 300px;
  width: 100%;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .btn_roundwhite {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn_roundwhite {
    margin-right: auto;
    margin-left: auto;
  }
}
.btn_roundwhite + p, .btn_roundwhite + div {
  margin-top: 10px;
}

.btn_print {
  margin: auto;
  background-color: #64b5f6;
  width: 350px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 18px;
}

.btn_next_inactive {
  margin: auto;
  background-color: #cfd8dc;
  width: 400px;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 5px;
  font-size: 18px;
}

.btn_blue_100per {
  margin: auto;
  background-color: #64b5f6;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 18px;
}

.btn_discard {
  margin: auto;
  background-color: #fff;
  width: 400px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 18px;
}

.btn_complete {
  margin: auto;
  background-color: #f50057;
  width: 400px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 18px;
}

.btn_edit {
  margin: auto;
  background-color: #fff;
  width: 400px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 18px;
  border: 1px solid #64b5f6;
  color: #64b5f6;
}

.btn_upload {
  margin: auto;
  background-color: #64b5f6;
  width: 340px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
}

.btn_upload_undo {
  margin: auto;
  background-color: #fff;
  width: 150px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 16px;
  color: #64b5f6;
}

.btn_undo {
  margin: auto;
  background-color: #fff;
  width: 400px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 18px;
  color: #64b5f6;
}

input.btn_edit,
input.btn_upload_undo,
input.btn_undo {
  border: 1px solid #64b5f6;
}

.input_normal label,
.reception label {
  width: 100%;
}
.input_normal input[type=checkbox],
.input_normal input[type=radio],
.reception input[type=checkbox],
.reception input[type=radio] {
  display: none;
}
.input_normal input[type=radio] + label,
.input_normal input[type=checkbox] + label,
.reception input[type=radio] + label,
.reception input[type=checkbox] + label {
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 8px;
  padding: 12px 12px 12px 42px;
  border-radius: 5px;
  background-color: #f6f7f8;
  vertical-align: middle;
  line-height: 1.1;
  cursor: pointer;
}
.input_normal input[type=radio] + label:hover,
.input_normal input[type=checkbox] + label:hover,
.reception input[type=radio] + label:hover,
.reception input[type=checkbox] + label:hover {
  background-color: white;
}
.input_normal input[type=radio] + label:hover:after,
.input_normal input[type=checkbox] + label:hover:after,
.reception input[type=radio] + label:hover:after,
.reception input[type=checkbox] + label:hover:after {
  border-color: #0072CE;
}
.input_normal input[type=checkbox] + label::after, .input_normal input[type=radio] + label::after,
.reception input[type=checkbox] + label::after,
.reception input[type=radio] + label::after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #555;
  background-color: #fff;
  content: "";
  z-index: 1;
}
.input_normal input[type=radio] + label::before,
.reception input[type=radio] + label::before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 45%;
  left: 17px;
  display: block;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #64b5f6;
  content: "";
  z-index: 3;
  opacity: 0;
}
.input_normal input[type=radio] + label::after,
.reception input[type=radio] + label::after {
  border-radius: 50%;
}
.input_normal input[type=radio]:checked + label::before,
.reception input[type=radio]:checked + label::before {
  opacity: 1;
}
.input_normal input[type=checkbox] + label::before,
.reception input[type=checkbox] + label::before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 11px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
  z-index: 3;
}
.input_normal input[type=checkbox] + label::after,
.reception input[type=checkbox] + label::after {
  border-radius: 2px;
}
.input_normal input[type=checkbox]:checked + label::before,
.reception input[type=checkbox]:checked + label::before {
  opacity: 1;
}
.input_normal input[type=checkbox]:checked + label::after,
.reception input[type=checkbox]:checked + label::after {
  background-color: #64b5f6;
}

.input_dpnone input[type=radio] {
  display: none;
}
.input_dpnone label::before,
.input_dpnone label::after {
  display: none;
}

.radio_one_btn {
  background-color: #fff;
  width: 400px;
  padding: 10px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: none;
  height: 100px;
}

.radio_two_btn {
  background-color: #fff;
  width: 195px;
  padding: 10px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: none;
}

.btn_inactive {
  background: #cfd8dc;
  color: #fff;
}

.radio_three_btn {
  background-color: #fff;
  width: 126px;
  padding: 10px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: none;
}

.contents input[type=radio]:checked + label {
  background: #fdd52a;
  color: #1976d2;
  border: 0;
}

.btn_start_verify {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  margin: 40px auto;
  padding-top: 72px;
  padding-bottom: 64px;
  background: #fdd52a;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.btn_start_verify > h1 {
  font-size: 60px;
}

.btn_shoot_photo {
  width: 150px;
  height: 150px;
  margin: auto;
  padding-top: 30px;
  border-radius: 50%;
  background: #64B5F6;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 1;
  color: #fff;
}
.btn_shoot_photo div::before {
  display: block;
  font-family: FontAwesome;
  content: "\f030";
  font-size: 70px;
}

.btn_ShootPhoto {
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
  background-image: url("../images/btn_shootPhoto.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
.btn_ShootPhoto > input[type=file] {
  display: none;
}

.btn_login {
  margin: auto;
  background-color: #64b5f6;
  width: 500px;
  height: 70px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 7px;
  font-size: 22px;
  font-size: 28px;
  font-weight: bold;
}

.login_error {
  margin: auto;
  background-color: #fff;
  width: 400px;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 7px;
  font-size: 22px;
}

.btn_his_myb {
  background-color: #638ECD;
  color: #fff;
  width: 300px;
  min-height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font-size: 20px;
}
@media screen and (max-width: 320px) {
  .btn_his_myb {
    max-width: 100%;
  }
}

.btn_myhis_white {
  background-color: #fff;
  color: #638ECD;
  width: 300px;
  min-height: 50px;
  border: 2px solid #638ECD;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font-size: 18px;
}

.btn_hm_white {
  background-color: #fff;
  color: #638ECD;
  width: 300px;
  min-height: 50px;
  border: 2px solid #638ECD;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font-size: 18px;
  width: 100%;
}

.btn_hm_white_border {
  background-color: #fff;
  color: #64B5F6;
  width: 300px;
  min-height: 50px;
  border: 2px solid #64B5F6;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font-size: 18px;
  width: 100%;
  border: 1px solid #64B5F6;
}

.btn_hm_blue {
  background-color: #64B5F6;
  color: #fff;
  width: 300px;
  min-height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font-size: 18px;
  width: 100%;
}

.btn_hm_blue_s {
  background-color: #64B5F6;
  color: #fff;
  width: 300px;
  min-height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font-size: 16px;
  width: 95px;
  min-height: 40px;
}

.btn_hm_inactive {
  background-color: #CFD8DC;
  color: #fff;
  width: 300px;
  min-height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font-size: 20px;
  width: 100%;
  min-height: 50px;
}

.btn_hm_profile {
  background-color: #64B5F6;
  color: #fff;
  width: 300px;
  min-height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font-size: 16px;
  min-height: 60px;
  border: none;
}

.btn_rmapp-apply, .btn_rmapp {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #E0E0E0));
}

.btn_rmapp {
  background-color: #fff;
  color: #3F3F40;
  font-size: 20px;
  font-weight: normal;
  width: 300px;
  min-height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: auto;
}
.btn_rmapp-disabled {
  background-color: #E0E0E0;
  color: #3F3F40;
  font-size: 20px;
  font-weight: normal;
  width: 300px;
  min-height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: auto;
  border: unset;
  box-shadow: unset;
}
.btn_rmapp-apply {
  background-color: #E0E0E0;
  color: #3F3F40;
  font-size: 20px;
  font-weight: normal;
  width: 300px;
  min-height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: auto;
  font-size: 16px;
  width: 100%;
  max-width: 60px;
  min-height: unset;
}
.btn_rmapp-purchase {
  background-color: #FD3C81;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  width: 300px;
  min-height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FD3C81), color-stop(1, #F50057));
}
.btn_rmapp-thin {
  background-color: #fff;
  color: #3F3F40;
  font-size: 20px;
  font-weight: normal;
  width: 300px;
  min-height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: auto;
  min-height: 40px;
  font-size: 16px;
}
.btn_rmapp-back {
  background-color: #638ECD;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  width: 300px;
  min-height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: auto;
  font-size: 16px;
  min-height: 40px;
  border: unset;
  box-shadow: unset;
}

.color_white {
  color: #fff;
}

.color_red {
  color: #f50057;
}

.color_blue {
  color: #004da1;
}

.color_hisblue {
  color: #0072CE;
}

.color_text_important {
  color: #d50000;
}

.color_green {
  color: #009688;
}

.color_yellow {
  color: #fdd52a;
}

.color_pink {
  color: #f2a0b8;
}

.color_salmonpink {
  color: #ff6666;
}

.color_hotpink {
  color: #ff4794;
}

.color_dgray {
  color: #90a4ae;
}

.color_gray {
  color: #eceff1;
}

.bg_white {
  background-color: #fff;
}

.bg_gray, .progressbar {
  background-color: #eceff1;
}

.bg_lightgray {
  background-color: #fafafa;
}

.bg_color_support_text {
  background-color: #eceff1;
}

.bg_foot_b {
  background-color: #f7f9fa;
}

#modal-content {
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  max-height: 30vh;
  margin: auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
}

#modal-overlay {
  z-index: 9998;
  display: none;
  height: 120%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

header {
  height: 110px;
}

.logo {
  width: 138px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}

.header_entry, .header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.header {
  background-color: #0072CE;
  color: #fff;
}
.header > nav {
  background-image: url("../images/his_logo_white.svg");
  padding-left: 170px;
  line-height: 50px;
}
.header.AL {
  background-color: #72ac41;
  color: #fff;
}
.header input {
  background-color: transparent;
  color: #fff;
}

.header_entry,
.customer_entry {
  background-color: #fff;
  color: #0072CE;
}
.header_entry > nav,
.customer_entry > nav {
  background-image: url("../images/his_logo.svg");
}
.header_entry input,
.customer_entry input {
  background-color: transparent;
  color: #1976d2;
}

.ALheader_id {
  margin: 0 20px;
}

.cancel a,
.AL_logout a {
  color: #fff;
}

.start_contents,
.login_background {
  min-height: 100vh;
  background: linear-gradient(to bottom, #1B7EE0 0%, #0072CE 100%);
}

.activation_background {
  min-height: 100vh;
  background: linear-gradient(to bottom, #09A288 0%, #018276 100%);
}

.start_airplane {
  position: relative;
  top: 93px;
  left: 467px;
  width: 255px;
}

.start_elem_center {
  margin: auto;
  padding-top: 200px;
  width: 274px;
}

.main_title, .reception_title {
  line-height: 1.9;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
}

.stepnum_font, .preverify section.left_step .left_tab .stepnum:after {
  display: block;
  font-size: 30px;
}

.preverify section.left_step .left_tab .stepnum {
  color: #0072CE;
  text-align: center;
  line-height: 1;
}
.preverify section.left_step .left_tab .stepnum:before {
  content: "STEP";
}
.preverify section.left_step .left_tab .stepnum:after {
  counter-increment: step 1;
  content: counter(step, decimal-leading-zero);
}

.preverify {
  display: flex;
}
.preverify h2 {
  line-height: 1.9;
}
.preverify section.left_step {
  width: 250px;
  counter-reset: step;
  background-image: url(../images/left_tabarea_back.png);
  background-repeat: repeat-y;
  background-position: right;
}
.preverify section.left_step .left_tab {
  display: flex;
  position: relative;
  height: 100px;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  border-right: 1px solid #dee5e8;
  background-image: url("../images/step_background.png");
}
.preverify section.left_step .left_tab .step_name {
  color: #37474F;
  padding-left: 20px;
}
.preverify section.left_step .left_tab.complete > div.step_name:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f058";
  top: 30px;
  left: 216px;
  font-size: 1.5em;
  color: #fdd52a;
}
.preverify section.left_step .left_tab.active {
  border-top: 1px solid #dfe5e8;
  border-right: 1px solid #fff;
  background: linear-gradient(#fff, #fff);
}
.preverify section.main {
  width: 518px;
  min-height: 914px;
  padding: 18px;
  padding-top: 33px;
}
.preverify section.main .contents {
  min-height: 669px;
}
.preverify section.main .confirm_list {
  height: 75px;
}
.preverify section.main .area_subbtn {
  width: 400px;
  margin: auto;
}
.preverify section.main .note {
  padding-top: 12px;
  border-top: 1px solid #b0bec5;
  text-align: left;
}
.preverify section.main .note ul li {
  padding-bottom: 10px;
}

.width_400 {
  width: 400px;
  margin: auto;
}

.reception {
  padding: 20px;
  padding-top: 35px;
}
.reception_title {
  text-align: center;
}
.reception input {
  padding: 5px;
  font-size: 16px;
}
.reception input[type=text] {
  display: block;
  width: 100%;
  height: 40px;
  margin: 10px 0;
  border: 0;
  font-size: 1.5em;
}
.reception input[type=text].mg_adapt {
  margin-top: 0;
}
.reception select {
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #37474f;
  border-radius: 10px;
  line-height: 40px;
  font-size: 120%;
}
.reception .input_subarea {
  border-bottom: 1px solid #37474f;
  padding: 20px 0;
}
.reception .input_subarea:first-child {
  padding-top: 0;
}
.reception .input_subarea:last-child {
  border: 0;
  padding-bottom: 0;
}
.reception .entry_subarea1st dd,
.reception .entry_subarea dd, .reception .entry_subarea1st dt,
.reception .entry_subarea dt, .reception .confirm_subarea dt, .reception .confirm_subarea dd {
  min-height: 44px;
  padding: 8px 16px;
  font-size: 18px;
}
.reception .confirm_subarea dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.reception .confirm_subarea dt, .reception .confirm_subarea dd {
  background-color: #fafafa;
}
.reception .confirm_subarea dt {
  flex-basis: 24%;
}
.reception .confirm_subarea dd {
  flex-basis: 75%;
  color: #2f6ab9;
  font-weight: bold;
}
.reception .entry_subarea1st,
.reception .entry_subarea {
  margin: 20px 0;
}
.reception .entry_subarea1st dt,
.reception .entry_subarea dt {
  float: left;
  width: 340px;
  font-size: 16px;
}
.reception .entry_subarea1st dd,
.reception .entry_subarea dd {
  width: 340px;
  margin-left: 340px;
  color: #37474f;
  font-size: 18px;
  font-weight: bold;
}
.reception .entry_subarea1st dd::after,
.reception .entry_subarea dd::after {
  content: "";
  display: block;
  clear: both;
}
.reception .entry_subarea1st {
  background-color: #fafafa;
}
.reception .entry_subarea {
  border-bottom: 2px solid #fafafa;
}
.reception .edit_subarea table {
  border-collapse: separate;
  border-spacing: 4px 10px;
}
.reception .edit_subarea tr > th {
  background-color: #fafafa;
  padding: 6px 16px;
  font-size: 18px;
  width: 190px;
  text-align: left;
  font-weight: normal;
}
.reception .edit_subarea tr > td {
  width: 490px;
  line-height: 40px;
  vertical-align: middle;
}
.reception .edit_subarea tr > td input[type=text] {
  margin: 0;
}
.reception .edit_subarea tr > td input[type=text] + input[type=text] {
  margin: 10px 0;
}
.reception .edit_subarea tr > td .editmnpReservedNumber {
  display: inline-block;
  width: 100px;
  margin: 0 !important;
}
.reception h5 {
  font-size: 18px;
}
.reception h5:not(:first-child) {
  margin-top: 20px;
}

.notePDF_print {
  display: block;
  text-align: right;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .notePDF_print {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}
.notePDF_Height {
  height: 60vh;
}
.notePDF_Height-inner {
  width: 100%;
  height: 100%;
}

.entry_background,
.cofirm_background,
.cofirm_background_product {
  background: #eceff1;
  padding: 20px;
  margin-bottom: 20px;
}

.cofirm_background_product {
  background: #f8ebb4;
}

.product_codebox,
.recept_codebox {
  background: #2f6ab9;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
}

.checkbox_block label,
.radio_block label {
  display: block;
  width: 100%;
}

.checkbox_block label {
  margin-top: 20px;
}

.subtitle {
  height: 50px;
  background: #2f6ab9;
  line-height: 50px;
  margin-top: 50px;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
}

.discard_area {
  padding-top: 280px;
  background: #CB4675;
  min-height: 100vh;
  color: #fff;
}
.discard_area > h1 {
  color: #fff;
}

.upload_step {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
}

.step_left {
  width: 230px;
}

.photo_upload_complete:after {
  display: block;
  text-align: center;
  font-family: FontAwesome;
  content: "\f058";
  font-size: 43px;
  color: #009688;
}

.step_right_note > li {
  line-height: 2;
  margin-left: 40px;
  list-style-type: circle;
}

.step_uploadedPic_block {
  display: flex;
  align-items: center;
  width: 150px;
  height: 150px;
  border: 1px solid #eceff1;
}

.progressbar li.active::before, .progressbar li::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  margin: 0 auto 5px auto;
  border-radius: 50%;
}

.progressbar {
  padding-top: 13px;
  height: 60px;
  margin: 0;
  z-index: 0;
  position: relative;
}
.progressbar li {
  width: 108px;
  float: left;
  font-size: 13px;
  position: relative;
  text-align: center;
}
.progressbar li::before {
  background-color: #fff;
  border: 1px solid #CFD8DC;
}
.progressbar li::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #CFD8DC;
  top: 6px;
  left: -50%;
  z-index: -1;
}
.progressbar li.active:first-child:after {
  content: none;
}
.progressbar li.active::after {
  background-color: #0072CE;
}
.progressbar li.active::before {
  background-color: #0072CE;
  border: 1px solid #0072CE;
}

.h1_icon_title {
  width: 70px;
  margin-right: 20px;
  vertical-align: middle;
}

.his_icon_title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.his_icon_title_fa {
  text-align: center;
  color: #fdd52a;
  font-size: 100px;
}

.his_icon_titleWarning {
  text-align: center;
  color: #f50057;
}
.his_icon_titleWarning i {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 60px;
}

.sub_title {
  margin-bottom: 30px;
}

.star_iconBlue {
  color: #0072CE;
}

.star_iconBlue:before {
  content: url(../images/star_icon.svg);
  display: inline-block;
  width: 20px;
  margin-right: 3px;
  position: relative;
  top: 3px;
}

.login {
  width: 500px;
  margin: auto;
  text-align: center;
  color: #fff;
}
.login_title {
  margin-top: 160px;
  margin-bottom: 90px;
}
.login_input {
  margin-bottom: 100px;
  margin-right: 10px;
  border-bottom: 2px solid #fff;
  font-size: 26px;
  line-height: 50px;
}
.login_input img {
  height: 65px;
  margin: 0 10px;
  vertical-align: text-bottom;
}
.login_input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 250px;
  margin-left: 20px;
  font-size: 50px;
  color: #fff;
  background-color: transparent;
  border: 0;
  vertical-align: bottom;
}
.login_error {
  margin-top: -90px;
  color: #f50057;
}

.module_triangle_top {
  position: relative;
}
.module_triangle_top::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 15px;
  border-bottom-color: #fff;
  margin-left: -15px;
  left: 50%;
  top: -30px;
}

.HIS_term_of_use {
  margin: 20px;
}
.HIS_term_of_use table {
  margin: 5px 0 20px 0;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.HIS_term_of_use table td {
  border: 1px solid #cfd8dc;
  padding: 10px 0 10px 20px;
  background: #eceff1;
}
.HIS_term_of_use table th {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #cfd8dc;
  background: #bdccd3;
}
.HIS_term_of_use h4 {
  color: #0072CE;
  margin-top: 1em;
}
.HIS_term_of_use h5 {
  margin-bottom: 10px;
}
.HIS_term_of_use ul {
  padding-bottom: 20px;
}
.HIS_term_of_use ul li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.HIS_term_of_use ul li table td {
  text-indent: 0;
  padding-left: 10px;
}
.HIS_term_of_use hr {
  margin-top: 0;
  margin-bottom: 20px;
}
.title_termOfUse {
  text-align: center;
  color: #0072CE;
  font-size: 26px;
}

.table_fixed {
  table-layout: fixed;
}

.table_auto {
  table-layout: auto;
}

.agree_area {
  margin: 40px 0 40px 170px;
}

.his_act_table td:last-child {
  border-right: none;
}

.his_act_table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.his_act_table thead th, .his_act_table thead td {
  background: #2f6ab9;
  color: #fff;
  border-right: 1px solid #64b5f6;
  font-weight: bold;
}
.his_act_table td {
  background: #eceff1;
  border-right: 1px solid #fff;
  padding: 20px 0;
}
.his_act_table td:nth-child(1), .his_act_table td:nth-child(2) {
  font-weight: bold;
}
.his_act_table td:last-child {
  width: 180px;
}

.his_table_two,
.his_table_flex {
  border-collapse: separate;
  border-spacing: 5px 10px;
  padding: 10px;
  background: #eceff1;
}
.his_table_two th, .his_table_two td,
.his_table_flex th,
.his_table_flex td {
  padding: 10px;
  background: #fafafa;
  color: #0072CE;
  font-weight: bold;
}
.his_table_two th,
.his_table_flex th {
  text-align: left;
  vertical-align: middle;
  color: #37474f;
  font-weight: normal;
}

.his_table_two {
  width: 100%;
}
.his_table_two th {
  width: 20%;
}

.his_table_flex {
  width: 85%;
  font-size: 20px;
}
.his_table_flex th {
  width: 30%;
}

.activation_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.activation_title i.fa {
  margin-left: 20px;
  font-size: 45px;
}

.ALActivation_width {
  width: 768px;
}
@media screen and (max-width: 767px) {
  .ALActivation_width {
    width: 80%;
    padding: 0 20px;
  }
}

.errormsg {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}
.errormsg h6 {
  color: #0072CE;
}/*# sourceMappingURL=style.css.map */