@charset "UTF-8";
.ico-before--far--file:before {
  content: "" !important;
  top: .1em;
  position: relative; }

#guideMenu {
  background-color: rgba(234, 234, 234, 0.5);
  padding-top: 2em; }
  @media print, screen and (max-width: 48em) {
    #guideMenu {
      padding-top: .5em;
      position: relative;
      z-index: 1; }
      #guideMenu:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 4em;
        background-color: rgba(0, 0, 0, 0.025); } }

.title-icon {
  position: relative;
  text-align: center;
  padding-top: .75em;
  padding-bottom: .75em; }
  @media print, screen and (min-width: 48em) {
    .title-icon {
      padding-top: 1.75em;
      padding-bottom: 0; } }
  @media print, screen and (min-width: 48em) {
    .title-icon img {
      position: absolute;
      right: 0;
      bottom: 0; } }
  @media print, screen and (max-width: 48em) {
    .title-icon img {
      width: 118px; } }

.guide-menu-list dt {
  font-size: 1.3125rem;
  margin-left: 1em;
  position: relative;
  padding-left: 1.5em; }
  @media print, screen and (min-width: 48em) {
    .guide-menu-list dt {
      margin-left: 2em;
      padding-left: 1.5em; } }
  .guide-menu-list dt:before {
    content: "";
    display: block;
    height: 3px;
    width: 36px;
    background-color: #00ACEA;
    position: absolute;
    left: -1em;
    top: calc(50% - 2px); }
    @media print, screen and (min-width: 48em) {
      .guide-menu-list dt:before {
        width: 3em;
        left: -2em; } }
.guide-menu-list dd {
  padding-top: 1.25em;
  margin-left: 0; }
.guide-menu-list ul {
  list-style: none;
  margin-top: 0;
  font-size: 0.875rem; }
.guide-menu-list li {
  padding-top: .2em;
  padding-bottom: .2em; }
.guide-menu-list a {
  font-weight: bold;
  text-decoration: none;
  color: #000; }
  .guide-menu-list a:hover {
    text-decoration: underline; }
.guide-menu-list .ico-before:before {
  content: "\f0a9";
  margin-right: .2em;
  color: #A6A6A6; }
.guide-menu-list.is-current dt {
  background-color: #fff;
  border-radius: 3em;
  color: #198BDB; }
.guide-menu-list.is-current a {
  color: #198BDB; }
.guide-menu-list.is-current .ico-before:before {
  content: "\f0ab";
  color: #00BBFF; }

.guide-menu-list-flex {
  display: flex;
  position: relative; }

.guide-menu-list-icon {
  width: 60px;
  height: 60px;
  background-color: #00ACEA;
  border-radius: 60px;
  position: absolute;
  bottom: 100%;
  right: 0; }
  @media print, screen and (min-width: 48em) {
    .guide-menu-list-icon {
      position: static;
      width: 120px;
      height: 120px; } }
  .is-current .guide-menu-list-icon {
    background-color: #0BF; }

.main-title {
  background-color: #00ACEA;
  color: #fff;
  padding-top: 2em;
  padding-bottom: .25em;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media print, screen and (min-width: 48em) {
    .main-title:before {
      content: "";
      display: block;
      width: 400px;
      height: 400px;
      background-color: #00B3F4;
      border-radius: 200px;
      position: absolute;
      right: -200px;
      top: -70px; } }
  .main-title img {
    position: absolute;
    right: 2em;
    bottom: 5px; }
    @media print, screen and (max-width: 48em) {
      .main-title img {
        right: 5px;
        width: auto;
        height: 80%;
        opacity: .3; } }
  @media print, screen and (max-width: 48em) {
    .main-title h1 {
      font-size: 1.625rem; } }
  .main-title h1:before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 1em;
    background-color: #fff;
    vertical-align: middle;
    margin-right: .5em; }
    @media print, screen and (min-width: 48em) {
      .main-title h1:before {
        width: 2em; } }

.box-lite-blue {
  background-color: rgba(204, 240, 255, 0.5);
  padding: 2em; }

.box-manual-flow {
  padding-bottom: 0;
  background-color: #CCF0FF;
  border-top: solid 3px #198BDB;
  padding: 14px; }
  @media print, screen and (min-width: 48em) {
    .box-manual-flow {
      padding: 2em;
      padding-bottom: 0;
      padding-left: 14px; } }
  .box-manual-flow .icon-col {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    padding-top: 14px;
    padding-bottom: 14px; }
    @media print, screen and (min-width: 48em) {
      .box-manual-flow .icon-col {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        min-height: 148px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0; } }
  .box-manual-flow .catch {
    font-size: 1.75rem; }

.arr-manual-flow-lg img {
  width: 121px; }
  @media print, screen and (min-width: 48em) {
    .arr-manual-flow-lg img {
      width: auto; } }

.c-text-common .disc-lg {
  list-style: none;
  padding-left: 3em; }

ul.disc-lg li {
  position: relative;
  margin-top: .5em;
  margin-bottom: .5em; }
  ul.disc-lg li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: #00ACEA;
    display: block;
    position: absolute;
    right: calc(100% + .5em);
    top: .33em; }
    @media print, screen and (min-width: 48em) {
      ul.disc-lg li:before {
        width: 12px;
        height: 12px; } }
  ul.disc-lg li li {
    list-style: none; }
    ul.disc-lg li li:before {
      background-color: #9B9B9B;
      width: 8px;
      height: 8px;
      top: .4em; }

.coopon-images {
  max-width: 442px;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 48em) {
    .coopon-images {
      /* old */
      max-width: 860px;
      /* eleven */
      max-width: none; } }
  .coopon-images .u-mb--1 {
    max-width: 90%; }
  .coopon-images figcaption {
    text-align: center;
    background-color: #F5F5F5;
    margin-bottom: 1em;
    padding-top: .2em;
    padding-bottom: .2em; }

.w-100 {
  width: 100%; }

.bg-lite-gray {
  background-color: #FCFCFC;
  border-top: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA; }

.customer-desk-narrow {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  border: none; }
  @media print, screen and (min-width: 48em) {
    .customer-desk-narrow {
      max-width: 740px; } }
  .customer-desk-narrow .customer-desk__tel dt {
    font-size: 0.75rem; }
    .customer-desk-narrow .customer-desk__tel dt strong {
      display: block; }
      @media print, screen and (min-width: 48em) {
        .customer-desk-narrow .customer-desk__tel dt strong {
          display: inline-block; } }
  .customer-desk-narrow .customer-desk__tel dd i img {
    width: 41px; }
  .customer-desk-narrow .customer-desk__tel dd a {
    font-size: 1.875rem; }
  .customer-desk-narrow .customer-desk__time {
    font-size: 0.625rem; }
  .customer-desk-narrow .customer-desk__mail {
    width: 250px; }
    .customer-desk-narrow .customer-desk__mail .c-button--lg {
      font-size: 0.875rem; }
      .customer-desk-narrow .customer-desk__mail .c-button--lg:before {
        font-size: 1.5rem; }

.example-coopon {
  background-color: rgba(234, 234, 234, 0.5);
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 100%;
  padding: 1.5em 2em; }
  .example-coopon .row {
    display: flex;
    flex-direction: column; }
    @media print, screen and (min-width: 48em) {
      .example-coopon .row {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end; } }
  .example-coopon .col-eg {
    order: 1;
    margin-left: auto;
    margin-right: auto;
    width: 300px; }
    @media print, screen and (min-width: 48em) {
      .example-coopon .col-eg {
        width: 340px;
        order: 0;
        width: auto;
        margin-left: 0; } }

.c-bd-box-white.dashed {
  border-style: dashed; }

.guide-notes-1 h4 {
  color: #147BCC;
  margin-bottom: .5em;
  margin-top: 1em; }

.manual-flow-h2 {
  background-color: #198BDB;
  border-radius: 3em;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .manual-flow-h2 span {
    font-size: 1.3125rem;
    background-color: #00ACEA;
    width: 72px;
    text-align: center;
    font-style: italic;
    padding-top: .25em;
    padding-bottom: .25em; }
    @media print, screen and (min-width: 48em) {
      .manual-flow-h2 span {
        width: 86px; } }
  .manual-flow-h2 strong {
    font-size: 1.125rem;
    flex-grow: 1;
    text-align: center;
    padding-right: 86px; }

.px-3 {
  padding-left: 2em;
  padding-right: 2em; }

.box-manual-flow-wrap .px-3 {
  padding-left: 1em;
  padding-right: 1em; }
  @media print, screen and (min-width: 48em) {
    .box-manual-flow-wrap .px-3 {
      padding-left: 2em;
      padding-right: 2em; } }

.text-orange {
  color: #FF6E2C; }

.text-normal {
  color: #000; }

.u-fwb {
  font-weight: bold; }

.u-fwn {
  font-weight: normal; }

.u-ml--1 {
  margin-left: 1em; }

ol.indent-n1 > li,
ul.indent-n1 > li {
  text-indent: -1em;
  padding-left: 1em; }

ol.indent-n2 > li,
ul.indent-n2 > li {
  text-indent: -2em;
  padding-left: 2em; }

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

.indent-n0 {
  text-indent: 0;
  padding-left: 0; }

ol.u-list-reset {
  list-style: none;
  padding-left: 0; }

.c-table.manual-details {
  width: auto;
  background-color: transparent;
  border: solid 1px #EAEAEA !important; }
  .c-table.manual-details thead th {
    font-weight: normal;
    color: #000;
    background-color: transparent;
    border-right: solid 1px #EAEAEA !important; }
    .c-table.manual-details thead th:last-child {
      border-right: none; }
    .c-table.manual-details thead th span {
      display: inline-block; }
  .c-table.manual-details tbody tr {
    background-color: transparent; }

.jiko-wrap {
  background-color: #fff;
  border: solid 1px #EAEAEA;
  border-radius: 10px;
  padding: .5em;
  margin-bottom: 2.5em;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .jiko-wrap {
      margin-bottom: 2em; } }
  .jiko-wrap:after {
    content: "";
    display: block;
    width: 28px;
    height: 36px;
    background-image: url(../images/guide/jiko-arr.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transform: rotate(90deg);
    top: calc(100% - 0px);
    left: calc(50% - 14px); }
    @media print, screen and (min-width: 48em) {
      .jiko-wrap:after {
        top: calc(50% - 28px);
        left: calc(100% + 5px);
        transform: rotate(0); } }
  @media print, screen and (min-width: 48em) {
    .jiko-wrap:nth-child(4):after {
      display: none; } }
  .jiko-wrap:nth-child(7):after {
    display: none; }
  @media print, screen and (min-width: 48em) {
    .jiko-wrap:nth-child(5):before {
      content: "";
      display: block;
      width: 28px;
      height: 36px;
      background-image: url(../images/guide/jiko-arr.svg);
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: calc(50% - 28px);
      left: -20px; } }
  .jiko-wrap .text-wrap {
    padding-left: .5em;
    padding-right: .5em; }
  .jiko-wrap h3 {
    color: #FF6E2C;
    font-size: 1.125rem;
    margin-top: .75em;
    margin-bottom: .5em; }
  .jiko-wrap p {
    margin-top: .75em; }
  .jiko-wrap .ill-wrap {
    background-color: #CCF0FF;
    border-radius: 7px;
    overflow: hidden;
    text-align: center; }

.text-red {
  color: #FF3455; }

.change-details-text {
  padding-left: 1.5em !important; }
