@charset "UTF-8";
@import url("font-awesome.css");
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 {
  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%;
}

.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, .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;
}

.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;
}

body {
  line-height: 1.6;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

.bg_his_lightblue {
  background: #DAECF3;
  max-width: 100%;
}
.bg_his_lightblue h3 {
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
}

.hismyb_login {
  max-width: 670px;
  margin: auto;
  padding: 60px 0;
}
.hismyb_login div {
  margin: 30px auto;
}

.hm_header {
  background: #003E8C;
  height: 50px;
  line-height: 0;
}

.hm_login_title {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
}

.hm_bgblue_wrap {
  color: #fff;
  background: #4383D5;
  height: 100vh;
  max-width: 1000px;
  padding: 0px 25px 40px 25px;
  margin: 0 auto;
}
.hm_bgblue_wrap input {
  display: inline-block;
  width: 100%;
  height: 50px;
  font-size: 105%;
  border: none;
  /* text-indent: 0em; */
}
@media screen and (max-width: 767px) {
  .hm_bgblue_wrap input {
    font-size: 90%;
  }
}
.hm_bgblue_wrap input[type=submit] {
  text-indent: 0em;
}
.hm_bgblue_wrap a {
  display: inline-block;
  color: #64B5F6;
  text-decoration: none;
}
.hm_bgblue_wrap .notes_font {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.hm_bgblue_wrap h5 {
  font-size: 16px;
  padding-bottom: 10px;
}
.hm_bgblue_wrap hr {
  border-top: 1px solid #fff;
  margin: 0;
}
.hm_bgblue_wrap select {
  height: 38px;
  border-radius: 5px;
}
.hm_bgblue_wrap select option {
  text-align: right;
}
.hm_bgblue_wrap .confirmationArea {
  width: 100%;
  background: #ECEFF1;
  height: 40px;
}
.hm_bgblue_wrap .confirmationArea span {
  display: inline-block;
  padding-top: 6px;
  color: #455A64;
  font-size: 20px;
  text-indent: 1em;
}

.hm_idpass_block {
  width: 100%;
}
.hm_idpass_block .hmLoginID {
  border-radius: 5px;
  border-bottom: 1px solid #C9C9C9;
  box-sizing: border-box;
}
.hm_idpass_block .hmLoginIdPass {
  border-radius: 5px;
  box-sizing: border-box;
}
.hm_idpass_block input,
.hm_idpass_block select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 10px 5px;
  width: 100%;
  border-radius: 5px;
  margin: 5px 0;
  color: #808080;
}
.hm_idpass_block .selectMM {
  width: 45%;
  margin: 5px 10px 5px 0;
}

.hm_flex {
  display: flex;
  flex-direction: row;
  border: none;
}

.select_box_price, .select_box_year, .select_box_month {
  width: 100px;
}
.select_box_price select, .select_box_year select, .select_box_month select {
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: url(../images/sankaku_select_gray.svg) right 50% no-repeat #fff;
  background-size: 20px, 100%;
  background-position: 91%;
}

.select_box_year {
  width: 130px;
  margin-left: 10px;
}

.select_box_price {
  width: 100%;
}
.select_box_price select {
  font-size: 20px;
  font-weight: bold;
  color: #37474F;
  background-size: 30px, 100%;
  background-position: 96%;
}

input::-moz-placeholder {
  color: #B0BEC5;
  text-indent: 0.5em;
}

input::placeholder {
  color: #B0BEC5;
  text-indent: 0.5em;
}

.error_hmLogin {
  color: #FFEC06;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 20px;
}

.cross_cancel {
  width: 30px;
  padding-top: 10px;
  font-size: 26px;
  cursor: pointer;
}

.hm_content_blk {
  max-width: 1000px;
  padding: 0px 25px;
  margin: 0 auto;
}

.hm_seemore_title {
  text-align: center;
  color: #546E7A;
  font-size: 26px;
  border-bottom: 2px solid #546E7A;
  margin: 30px -5px 20px -5px;
}

.hm_seemore_block, .hm_offline_wrap {
  color: #37474F;
  max-width: 1000px;
  padding: 0px 25px;
  margin: auto;
}
.hm_seemore_block hr, .hm_offline_wrap hr {
  border-top: 1px solid #CFD8DC;
  margin: 0 -5px;
}
.hm_seemore_block h4, .hm_offline_wrap h4 {
  text-align: center;
  font-size: 20px;
  color: #003E8C;
  margin-bottom: 40px;
}
.hm_seemore_block h5, .hm_offline_wrap h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
.hm_seemore_block h6, .hm_offline_wrap h6 {
  font-size: 14px;
  margin-top: 15px;
  color: #003E8C;
}
.hm_seemore_block p, .hm_offline_wrap p {
  margin-bottom: 15px;
}
.hm_seemore_block div, .hm_offline_wrap div {
  border: 1px solid #CFD8DC;
  margin-bottom: 30px;
}
.hm_seemore_block div a, .hm_offline_wrap div a {
  display: block;
  color: #78909C;
  text-decoration: none;
  background-image: url(../images/angle_right.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 10px 16px;
  padding: 10px;
  border-bottom: 1px solid #CFD8DC;
}
.hm_seemore_block div a:last-child, .hm_offline_wrap div a:last-child {
  border-bottom: none;
}

.hm_offline_wrap {
  padding: 0px 25px;
  background: #fafafa;
}

.img_simicon {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (max-width: 320px) {
  .img_simicon {
    width: 25%;
    align-items: center;
  }
}

@media screen and (max-width: 320px) {
  .text_simicon {
    width: 69%;
  }
}

@media screen and (max-width: 320px) {
  .none_320 {
    display: none;
  }
}

.hm_howto_block {
  color: #37474F;
  background: #ECEFF1;
  max-width: 1000px;
  padding: 0px 20px 40px 20px;
  margin: 0 25px 20px 25px;
  border-radius: 10px;
}
.hm_howto_block h4 {
  line-height: 0;
  text-align: center;
  padding: 10px 0;
}
.hm_howto_block h4 img {
  width: 32px;
}
.hm_howto_block h5 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}
.hm_howto_block p {
  padding: 30px 0 10px 0;
}
.hm_howto_block .img_leftpd {
  padding-left: 19%;
}
.hm_howto_block a {
  text-decoration: none;
  color: #638ECD;
  font-weight: bold;
}
.hm_howto_block ul {
  margin-top: 20px;
}
.hm_howto_block li {
  list-style: none;
  font-size: 14px;
  padding-bottom: 10px;
}
.hm_howto_block span {
  display: inline-block;
  font-size: 14px;
  padding-bottom: 10px;
}

.hm_footer {
  margin-top: 40px;
  text-align: center;
}
.hm_footer p {
  padding: 15px 0 40px 0;
  font-size: 12px;
}

.purchase_country {
  /* a:last-child{
    border-bottom: none;
  } */
}
.purchase_country h2 {
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  color: #455A64;
  background: #EFEFF3;
  margin: 0 -20px;
}
.purchase_country a {
  display: block;
  color: #000000;
  text-decoration: none;
  background-image: url(../images/angle_right.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 10px 16px;
  padding: 10px;
  border-bottom: 1px solid #CFD8DC;
  line-height: 0;
  padding: 30px 20px;
  font-size: 18px;
}

.hm_rmapp_total dl, .hm_rmapp_coupon dl, .hm_rmapp_select dl, .hm_rmapp_speck dl {
  display: flex;
}
.hm_rmapp_total dl dt, .hm_rmapp_coupon dl dt, .hm_rmapp_select dl dt, .hm_rmapp_speck dl dt, .hm_rmapp_total dl dd, .hm_rmapp_coupon dl dd, .hm_rmapp_select dl dd, .hm_rmapp_speck dl dd {
  margin: 2.5px 0;
}
.hm_rmapp_total dl dt, .hm_rmapp_coupon dl dt, .hm_rmapp_select dl dt, .hm_rmapp_speck dl dt {
  width: 80px;
}
.hm_rmapp_total dl dd, .hm_rmapp_coupon dl dd, .hm_rmapp_select dl dd, .hm_rmapp_speck dl dd {
  flex: 1;
}

.hm_rmapp_basecolor {
  background: #fafafa;
}
.hm_rmapp_wrap {
  background: #fafafa;
  height: 100vh;
  max-width: 1000px;
  padding: 0px 25px 25px 25px;
  margin: 0 auto;
}
.hm_rmapp_wrap-cID {
  background: radial-gradient(circle closest-corner at center 10%, #3669AD 0, #153C6F 100%);
  height: 100vh;
  max-width: 1000px;
  padding: 0px 25px 25px 25px;
  margin: 0 auto;
  color: #fff;
}
.hm_rmapp_wrap-cID h6 {
  color: #638ECD;
  font-weight: normal;
}
.hm_rmapp_wrap-cID .confirmationArea {
  margin: 5px 0 20px 0;
  border-bottom: 1px solid #638ECD;
}
.hm_rmapp_toptitle {
  color: #3669AD;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  padding: 15px 0;
}
.hm_rmapp_speck dl dt, .hm_rmapp_speck dl dd {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
}
.hm_rmapp_speck dl dt {
  background: #eee;
}
.hm_rmapp_speck dl dd {
  font-weight: bold;
}
.hm_rmapp_speck-note {
  font-size: 14px;
  font-weight: normal;
}
.hm_rmapp_select dl dt {
  padding: 10px;
}
.hm_rmapp_selectbox {
  position: relative;
}
.hm_rmapp_selectbox select {
  vertical-align: middle;
  width: 100%;
  margin: 5px 4px 0 2px;
  padding: 3px 0 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  font-size: 18px;
}
.hm_rmapp_selectbox::after {
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 20px;
  content: "\f107";
  color: #ccc;
  font-family: fontAwesome;
}
.hm_rmapp_coupon dl dt {
  padding: 10px;
}
.hm_rmapp_couponcode {
  margin: 5px 10px 0 2px;
  padding: 2px 0;
  font-size: 20px;
  max-width: 180px;
}
.hm_rmapp_total dl dt, .hm_rmapp_total dl dd {
  margin: 8px 1px;
  font-weight: bold;
}
.hm_rmapp_total dl dt {
  padding: 10px;
}
.hm_rmapp_totalprice {
  color: #fff;
  font-size: 24px;
  padding: 5px;
  text-align: center;
  background: #F50057;
}
.hm_rmapp_totalprice-c {
  color: #F50057;
}
.hm_rmapp_header {
  background: #3669AD;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}
.hm_rmapp_header a {
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
}
.hm_rmapp_header-back::before {
  font-weight: inherit;
  content: "\f104";
  font-family: FontAwesome;
  line-height: 1;
  vertical-align: -0.1em;
  font-size: 1em;
  color: inherit;
  display: inline-block;
  margin-right: 0.4em;
  margin-left: 0.4em;
}
.hm_rmapp_hislogo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
}
.hm_rmapp_hislogo img {
  padding: 10px;
  margin: auto;
  width: 195px;
}
.hm_rmapp_confirm {
  font-size: 20px;
  border-bottom: #638ECD 1px solid;
  margin-bottom: 20px;
}
.hm_rmapp_confirmtitle {
  color: #82A8E1;
}
.hm_rmapp_noteicon {
  width: 30px;
  padding-top: 30px;
  margin: auto;
}
.hm_rmapp_note {
  font-size: 12px;
}

.hm_plan_block a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #638ECD;
  text-decoration: none;
  margin-bottom: 10px;
}
.hm_plan_block .countryArea {
  margin-top: 20px;
  text-align: center;
}
.hm_plan_block .countryArea h2 {
  font-size: 26px;
  color: #455A64;
  border-bottom: 2px solid #546E7A;
  padding-bottom: 10px;
}
.hm_plan_block .countryArea p {
  padding: 15px 0 10px 0;
  text-align: center;
}
.hm_plan_block .hm_plan_bggray {
  background: #ECEFF1;
  padding: 15px;
}
.hm_plan_block .hm_plan_bggray h5 {
  margin-top: 25px;
  color: #455A64;
}
.hm_plan_block .hm_plan_bggray h5:first-child {
  margin-top: 0;
}
.hm_plan_block .hm_plan_bggray .hm_plan_bgblue {
  padding: 10px;
  font-weight: bold;
  color: #fff;
  background: #2F74CB;
}
.hm_plan_block .hm_plan_bggray p {
  display: block;
  font-size: 14px;
  padding-top: 5px;
}
.hm_plan_block .hm_plan_bggray input {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 110%;
  border: none;
  text-indent: 1em;
}
.hm_plan_block .hm_plan_bggray input[type=submit] {
  font-size: 16px;
  text-indent: 0em;
  width: 95px;
  margin-left: 10px;
  padding: 10px 15px;
}
.hm_plan_block .plan_sumArea {
  margin-top: 20px;
  border-bottom: 2px solid #546E7A;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.hm_plan_block .plan_sumArea p {
  font-weight: bold;
  color: #455A64;
}
.hm_plan_block .plan_sumArea span {
  font-weight: bold;
  font-size: 30px;
  color: #F50057;
}

.hmplan_checkbox input[type=checkbox] {
  display: none;
}
.hmplan_checkbox label {
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 8px;
  padding: 6px 12px 6px 45px;
  vertical-align: middle;
  cursor: pointer;
}
.hmplan_checkbox label:before {
  webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -9px;
  width: 5px;
  height: 11px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
  z-index: 3;
}
.hmplan_checkbox label:after {
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  margin-top: -12px;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  background-color: #fff;
  content: "";
  z-index: 1;
}
.hmplan_checkbox input[type=checkbox]:checked + label::after {
  background-color: #638ECD;
}
.hmplan_checkbox input[type=checkbox]:checked + label::before {
  opacity: 1;
}

.overray_dialog {
  background: #000;
  opacity: 0.5;
  filter: Alpha(Opacity=30);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dialog_content {
  position: fixed;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased; */
  color: #000;
  text-align: center;
  background: #EFEFEF;
  border-radius: 15px;
  width: 270px;
  z-index: 101;
  top: calc(50% - 135px);
  left: calc(50% - 135px);
}
.dialog_content h5 {
  font-size: 14px;
  padding: 20px 0;
}
.dialog_content p {
  font-size: 10px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.dialog_content .dialog_answer {
  border-top: 1px solid #E2E2E2;
  display: flex;
}
.dialog_content .dialog_answer input {
  flex: 1;
  border: none;
  background: none;
  color: #007AFF;
  padding: 10px 0;
}
.dialog_content .dialog_answer input:first-child {
  border-right: 1px solid #E2E2E2;
}

.dialogMSG {
  display: none;
}

.hm_errorMessage {
  display: inline-block;
  color: #F50057;
  text-align: left;
  margin: 16px 0;
}

.hm_faq_block {
  max-width: 1000px;
  padding: 0px 25px;
  margin: 0 auto 60px auto;
  unicode-bidi-margin-bottom: 20px;
}
.hm_faq_block h4 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
}
.hm_faq_block hr {
  border-top: 1px solid #CFD8DC;
  margin: 0 -5px 18px -5px;
}
.hm_faq_block dt, .hm_faq_block dd {
  text-indent: -1.6em;
  padding-left: 1.9em;
  margin-top: -10px;
}
.hm_faq_block dt::before, .hm_faq_block dd::before {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 23px;
  width: 25px;
}
.hm_faq_block dt {
  margin-bottom: 20px;
  font-weight: bold;
}
.hm_faq_block dt::before {
  content: url("../images/Q.svg");
}
.hm_faq_block dd {
  color: #607D8B;
  margin-bottom: 50px;
}
.hm_faq_block dd::before {
  content: url("../images/A.svg");
}
.hm_faq_block a {
  text-decoration: none;
  font-weight: bold;
  color: #638ECD;
}

.hm_contact {
  max-width: 1000px;
  padding: 0px 25px 40px 25px;
  margin: 0 auto;
}
.hm_contact h4 {
  font-size: 20px;
  text-align: center;
}
.hm_contact .hm_mail {
  display: block;
  color: #37474f;
  font-weight: bold;
  font-size: 18px;
}
.hm_contact img {
  display: block;
  margin: 20px auto;
}
.hm_contact hr {
  border-top: 2px solid #CFD8DC;
  margin: 25px -10px;
}
.hm_contact span {
  color: #37474F;
  font-size: 14px;
}

.color_red_hm {
  color: #F50057;
}

.hm_profile .btn_hm_profile {
  color: #fff;
  padding-top: 5px;
  margin: 0 auto 30px auto;
  width: 100%;
}

.country_apn_title {
  max-width: 1000px;
  padding: 0px 10px;
  margin: 0 auto;
}
.country_apn_title dl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: #ECEFF1;
  border-bottom: 1px solid #B0BEC5;
}
.country_apn_title dt {
  width: 70%;
  border-right: 3px solid #fff;
  padding: 5px 0;
}
.country_apn_title dd {
  width: 30%;
  padding: 5px 0;
}

.country_apn_content {
  max-width: 1000px;
  padding: 0px 25px;
  margin: 0 auto;
}
.country_apn_content ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.country_apn_content li {
  font-size: 18px;
}

.country_apn_category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  padding: 10px 0 10px 10px;
  line-height: 0;
  border-bottom: 1px solid #B0BEC5;
}
.country_apn_category dl {
  display: flex;
  align-items: center;
}
.country_apn_category dl dt {
  width: 90px;
}
@media screen and (max-width: 320px) {
  .country_apn_category dl dt {
    width: 75px;
  }
}
.country_apn_category dl dd {
  padding: 0 10px;
  line-height: 1.4;
}
@media screen and (max-width: 320px) {
  .country_apn_category dl dd {
    flex: 1;
  }
}
.country_apn_category p {
  padding-left: 10px;
  width: 30%;
}

.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;
}
.HIS_term_of_use h5 {
  margin-bottom: 10px;
}
.HIS_term_of_use ul {
  padding-bottom: 20px;
}
.HIS_term_of_use ul li {
  list-style-type: none;
  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_privacy h3 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}
.his_privacy p {
  margin-bottom: 10px;
}
.his_privacy ul li {
  list-style-type: none;
}
.his_privacy .indent_half {
  padding-left: 0.5em;
}
.his_privacy .indent_1 {
  padding-left: 1em;
}
.his_privacy h4 {
  font-size: 16px;
}

.android_trouble_chart, .ios_trouble_chart {
  background: #eceff1;
  padding: 20px 25px;
  border-radius: 10px;
}
.android_trouble_chart h4, .ios_trouble_chart h4 {
  text-align: center;
  font-size: 16px;
}
.android_trouble_chart dt, .ios_trouble_chart dt {
  font-weight: bold;
}
.android_trouble_chart ul li, .ios_trouble_chart ul li {
  list-style: none;
  padding-bottom: 20px;
}
.android_trouble_chart ul li span, .ios_trouble_chart ul li span {
  font-weight: bold;
}

.ios_trouble_chart {
  display: none;
}

.android_trouble_chart {
  display: none;
}

.hm_home_blk {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
}
.hm_home_blk p {
  font-size: 20px;
  font-weight: bold;
}

.howto_acoSwitch {
  color: #638ECD;
  background: #DBDBDB;
  max-width: 1000px;
  padding: 20px;
  margin: 0 25px 20px 25px;
  border-radius: 10px;
  font-weight: bold;
}

.howto_acoContent {
  display: none;
}

.close_up_text {
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #638ECD;
}

.howto_acoContent .hm_howto_block {
  background: #DBDBDB;
}

.hm_heder_border {
  border-bottom: 2px solid #0072CE;
}

.ios_appblk_sp {
  text-align: center;
  background-image: url(../images/bg_hmtitle.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.ios_appblk_sp h3 {
  padding-top: 40px;
}
.ios_appblk_sp p {
  font-size: 24px;
  padding: 30px 0;
}

.ios_appblk_pc {
  text-align: center;
  background-image: url(../images/bg_hmtitle_pc.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.ios_appblk_pc h3 {
  padding-top: 65px;
  padding-bottom: 55px;
}
.ios_appblk_pc p {
  font-size: 24px;
  padding: 85px 0 150px 0;
}

.ios_appcontent_bg {
  background: #DAECF3;
}

.app_content_blk {
  max-width: 1000px;
  padding: 0 25px;
}
.app_content_blk h4 {
  text-align: center;
  font-size: 22px;
  padding: 40px 0 20px 0;
}
.app_content_blk h5 {
  line-height: 2em;
  text-align: center;
  font-weight: normal;
  padding-bottom: 25px;
}
.app_content_blk p {
  padding-top: 15px;
}
.app_content_blk img {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 15px;
}

.hm_trouble_blk {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 25px;
}
.hm_trouble_blk dt {
  font-weight: bold;
  padding-bottom: 10px;
}
.hm_trouble_blk dd {
  color: #607D8B;
  padding-bottom: 40px;
}
.hm_trouble_blk a {
  font-weight: bold;
  color: #638ECD;
  text-decoration: none;
}

.hm_offline_bg {
  background: url(../images/hm_offline_bg.png) no-repeat center center fixed;
  background-size: cover;
  height: 640px;
  color: #fff;
}
.hm_offline_bg h2 {
  font-size: 30px;
  padding: 60px 0 10px 0;
}
.hm_offline_bg h3 {
  font-size: 20px;
  padding-bottom: 40px;
}
.hm_offline_bg .hm_content_blk {
  height: 100%;
}

@media (min-width: 769px) {
  .none_769minall {
    display: none;
  }
}

@media (max-width: 768px) {
  .none_768maxall {
    display: none;
  }
}

@media (max-width: 640px) {
  .none_640maxall {
    display: none;
  }
}/*# sourceMappingURL=style_his.css.map */