@charset "UTF-8";

/* ----------------------------------------------------------------
    Clearfix
----------------------------------------------------------------- */
.ge-list-bullet::after,
.ge-link-list._ge-col-02::after,
.ge-lyt-column::after, .ge-lyt-media::after {
  display: table;
  clear: both;
  content: '';
}


/* ----------------------------------------------------------------
    module margin
----------------------------------------------------------------- */
.ge-text, .ge-lead, .ge-lead-sub,
.ge-list-bullet, .ge-list-number,.ge-list-def,
.ge-link-list, .ge-link-list-anchor,
.ge-lyt-btn, .ge-tbl, .ge-tbl-02, .ge-tbl-03, .ge-box, .ge-box-02, .ge-box-03,
.ge-lyt-column, .ge-media, .ge-lyt-media, .ge-lyt-media-02 {
  margin-bottom: 40px;
}

/* last-child margin 0 */
[class^=ge-tbl] tr > :last-child,
[class^=ge-tbl] th > :last-child,
[class^=ge-tbl] td > :last-child,
[class^=ge-list-] > li:last-child,
.ge-list-def > dd > :last-child,
.ge-list-def > dd:last-child,
.ge-list-qa > li .ge-answer > :last-child,
[class^=ge-box] > :last-child,
[class^=ge-list-] .ge-note > :last-child,
[class^=ge-lyt-media] .ge-col > :last-child,
[class^=ge-lyt-media] .ge-item > :last-child,
[class^=ge-lyt-column] .ge-col > :last-child,
[class^=ge-lyt-column] .ge-item > :last-child,
.ge-lyt-btn:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .ge-text, .ge-lead, .ge-lead-sub,
  .ge-list-bullet, .ge-list-number,.ge-list-def,
  .ge-link-list, .ge-link-list-anchor,
  .ge-lyt-btn, .ge-tbl, .ge-tbl-02, .ge-tbl-03, .ge-box, .ge-box-02, .ge-box-03,
  .ge-lyt-column, .ge-media, .ge-lyt-media, .ge-lyt-media-02 {
    margin-bottom: 30px;
  }

  /* last-child margin 0 */
  .ge-lyt-media > :last-child,
  [class^=ge-lyt-column] .ge-col:last-child {
    margin-bottom: 0;
  }
}


/* ----------------------------------------------------------------
    wrapper
----------------------------------------------------------------- */
/* .ge-bg
----------------------------------------------- */
.ge-bg {
  background: #f8f8f8;
}

/* .ge-bg-02
----------------------------------------------- */
.ge-bg-02 {
  background: #e8f2fd;
}


/* ----------------------------------------------------------------
    Text
----------------------------------------------------------------- */
/* .ge-lead
----------------------------------------------- */
.ge-lead02 {
  color: #333;
  font-size: 2.2rem;
  text-align: center;
}
.ge-lead {
  color: #005bac;
  font-size: 2.2rem;
  text-align: center;
}
.ge-lead-sub {
  padding: 0 100px;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.ge-lead + .ge-lead-sub {
  margin-top: -25px;
}
@media only screen and (max-width: 640px) {
  .ge-lead {
    font-size: 1.8rem;
  }
  .ge-lead-sub {
    padding: 0;
    font-size: 1.6rem;
  }
  .ge-lead + .ge-lead-sub {
    margin-top: -15px;
  }
}


/* ----------------------------------------------------------------
    Headings
----------------------------------------------------------------- */
.ge-lyt-hdg-l1, .ge-hdg-l2, .ge-hdg-l3 {
  line-height: 1.2;
}

/* ge-lyt-hdg-l1と隣接するrow-innerの最初の子要素がh2 */
.ge-lyt-hdg-l1 + .row-inner > .ge-hdg-l2:first-child,
.ge-lyt-hdg-l1 + .row-inner > .ge-hdg-l2-02:first-child,
.ge-lyt-hdg-l1 + .row-inner > .ge-hdg-l2-03:first-child {
  margin-top: 40px;
}

/* .ge-lyt-hdg-l1
----------------------------------------------- */
.ge-lyt-hdg-l1 {
  margin-bottom: 40px;
  padding: 21px 0;
  color: #fff;
  font-size: 3.2rem;
  background-color: #005bac;
}
/* 文字数が多い際のフォントサイズ調整用クラス */
.ge-lyt-hdg-l1._var-02 {
  font-size: 2.8rem;
}
.ge-hdg-l1 {
  margin: 0 auto;
  max-width: 1200px;
  font-weight: 400;
  text-align: left;
}
.ge-hdg-l1._ge-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ge-hdg-l1 > b {
  margin: 0 10px 0 0;
  font-weight: 400;
}
.ge-hdg-l1 > span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1220px) {
  .ge-hdg-l1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .ge-lyt-hdg-l1 {
    margin-bottom: 30px;
    padding: 10px 0;
    font-size: 2rem;
  }
  /* 文字数が多い際のフォントサイズ調整用クラス */
  .ge-lyt-hdg-l1._var-02 {
    font-size: 1.8rem;
  }
}

/* .ge-hdg-l2
----------------------------------------------- */
.ge-hdg-l2 {
  margin: 80px 0 30px;
  font-weight: 400;
  font-size: 3.4rem;
  text-align: center;
}
.ge-hdg-l2 span {
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 3px solid #005bac;
}

@media only screen and (max-width: 640px) {
  .ge-hdg-l2 {
    margin: 40px 0 20px;
    font-size: 2.4rem;
  }
}

/* .ge-hdg-l2-02
----------------------------------------------- */
.ge-hdg-l2-02 {
  margin: 30px 0;
  padding-bottom: 4px;
  border-bottom: 2px solid #005bac;
  color: #005bac;
  font-weight: 400;
  font-size: 2.8rem;
}
@media only screen and (max-width: 640px) {
  .ge-hdg-l2-02 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

/* .ge-hdg-l2-03
----------------------------------------------- */
.ge-hdg-l2-03 {
    border-left: 2px solid #005996;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 2.4rem;
    margin: 60px 0 20px;
    padding: 7px 15px 5px;
}
@media only screen and (max-width: 640px) {
  .ge-hdg-l2-03 {
    font-size: 1.8rem;
    padding: 7px 10px 5px;
  }
}

/* .ge-hdg-l3
----------------------------------------------- */
.ge-hdg-l3 {
  margin: 60px 0 20px;
  color: #005bac;
  font-weight: 400;
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .ge-hdg-l3 {
    margin: 40px 0 20px;
    font-size: 2rem;
  }
}

/* .ge-hdg-l4
----------------------------------------------- */
.ge-hdg-l4 {
  margin: 40px 0 20px;
  color: #666;
  font-weight: 400;
  font-size: 2.2rem;
}
@media only screen and (max-width: 640px) {
  .ge-hdg-l4 {
    margin: 30px 0 20px;
    font-size: 1.8rem;
  }
}

/* .ge-hdg-l5
----------------------------------------------- */
.ge-hdg-l5 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .ge-hdg-l5 {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------
    List
----------------------------------------------------------------- */
/* .ge-list-bullet
----------------------------------------------- */
.ge-list-bullet > li {
  margin-bottom: 7px;
  padding-left: 14px;
  position: relative;
}
.ge-list-bullet > li::before {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #ccc;
  content: "";
}
.ge-list-bullet > li > .ge-list-bullet,
.ge-list-bullet > li > .ge-list-number {
  margin-top: 7px;
  margin-bottom: 10px;
}

/* ge-list-bullet column */
.ge-list-bullet[class*=_ge-col-0] {
  margin-left: -2.08%;
}
.ge-list-bullet[class*=_ge-col-0] > li {
  margin-left: 2.04%;
  float: left;
}
.ge-list-bullet._ge-col-02 > li:nth-child(2n+1),
.ge-list-bullet._ge-col-03 > li:nth-child(3n+1),
.ge-list-bullet._ge-col-04 > li:nth-child(4n+1) {
  clear: both;
}
@media only screen and (max-width: 640px) {
  .ge-list-bullet[class*=_ge-col-0] {
    margin-left: 0;
  }
  .ge-list-bullet[class*=_ge-col-0] > li {
    clear: both;
    margin-left: 0;
  }
}

/* .ge-list-bullet._ge-col-02 */
.ge-list-bullet._ge-col-02 > li {
  width: 47.95%;
}

/* .ge-list-bullet._ge-col-03 */
.ge-list-bullet._ge-col-03 > li {
  width: 31.22%;
}

/* .ge-list-bullet._ge-col-04 > li */
.ge-list-bullet._ge-col-04 > li {
  width: 22.95%;
}

@media only screen and (max-width: 640px) {
  .ge-list-bullet._ge-col-02 > li,
  .ge-list-bullet._ge-col-03 > li,
  .ge-list-bullet._ge-col-04 > li {
    width: 100%;
  }
}

/* .ge-list-number
----------------------------------------------- */
.ge-list-number > li {
  margin-bottom: 10px;
  width: 100%;
  display: table;
}
.ge-list-number > li .ge-num,
.ge-list-number > li .ge-note {
  vertical-align: top;
  display: table-cell;
}
.ge-list-number > li .ge-num {
  width: 1.5em;
  white-space: nowrap;
  padding: 0 10px 0 0;
}

.ge-list-number > li > .ge-note > .ge-list-bullet,
.ge-list-number > li > .ge-note > .ge-list-number {
  margin-top: 10px;
}

/* .ge-list-def
----------------------------------------------- */
.ge-list-def > dt {
  margin: 0 0 5px;
  font-weight: 700;
}
.ge-list-def > dd {
  margin: 0 0 15px;
}

/* .ge-list-qa
----------------------------------------------- */
.ge-list-qa {
  margin-top: -17px;
  margin-bottom: 40px;
}
.ge-list-qa > li {
  margin-bottom: 30px;
  width: 100%;
}
.ge-list-qa > li:not(:first-child) {
  padding-top: 15px;
  border-top: 1px solid #bfbfbf;
}
.ge-list-qa > li .ge-question,
.ge-list-qa > li .ge-answer {
  position: relative;
}
.ge-list-qa > li .ge-question {
  padding: 17px 0 10px 45px;
  display: block;
  font-size: 1.8rem;
  text-align: left;
}
.ge-list-qa > li .ge-answer {
  padding: 1em 0 0 45px;
}
.ge-list-qa > li .ge-label-qa {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 3.6rem;
}
.ge-list-qa .ge-question .ge-label-qa {
  color: #005bac;
}
.ge-list-qa .ge-answer .ge-label-qa {
  color: #ff4582;
  left: 2px;
}
@media screen and (max-width: 640px) {
  .ge-list-qa {
    margin-top: -.5em;
    margin-bottom: 30px;
  }
  .ge-list-qa > li {
    margin-bottom: 20px;
  }
  .ge-list-qa > li .ge-label-qa {
    font-size: 2.6rem;
  }
  .ge-list-qa .ge-question .ge-label-qa {
    top: -3px;
  }
  .ge-list-qa > li .ge-question {
    padding: .5em 0 10px 30px;
    font-size: 1.6rem;
  }
  .ge-list-qa > li .ge-answer {
    padding: .5em 0 0 30px;
    font-size: 1.6rem;
  }
}

/* .ge-list-news
----------------------------------------------- */
.ge-list-news {
  margin: 0 0 20px;
}
.ge-list-news dl {
  display: table;
  width: 100%;
}
.ge-list-news dl dt {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}
.ge-list-news dl dd {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-left: 20px;
}
.ge-list-news .is-hidden {
  display: none;
}

@media only screen and (max-width: 640px) {
  .ge-list-news dl {
    display: block;
  }
  .ge-list-news dl dt {
    display: block;
  }
  .ge-list-news dl dd {
    display: block;
    padding-left: 0;
    margin: 0 0 20px;
  }
}

/* ----------------------------------------------------------------
    Links
----------------------------------------------------------------- */
/* link common
----------------------------------------------- */
.ge-link,
.ge-link-list > li > a,
.ge-link-list-anchor > li > a {
  padding-left: 20px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.ge-link::before,
.ge-link-list > li > a::before,
.ge-link-list-anchor > li > a::before {
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  border-right: 1px solid #005bac;
  border-bottom: 1px solid #005bac;
  content: "";
}

/* .ge-link
----------------------------------------------- */
.ge-link::before {
  top: 8px;
  transform: rotate(-45deg);
}

/* .ge-link-list
----------------------------------------------- */
.ge-link-list > li > a::before {
  top: 8px;
  transform: rotate(-45deg);
}
.ge-link-list > li + li {
  margin-top: 7px;
}

/* .ge-link-list._ge-col-02 */
.ge-link-list._ge-col-02 {
  margin-left: -3.66%;
}
.ge-link-list._ge-col-02 > li {
  margin-left: 3.53%;
  width: 46.46%;
  float: left;
}
.ge-link-list._ge-col-02 > li:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 640px) {
  .ge-link-list._ge-col-02 {
    margin-left: 0;
  }
  .ge-link-list._ge-col-02 > li {
    margin-left: 0;
    width: 100%;
    clear: both;
  }
}

/* .ge-link-list-02
----------------------------------------------- */
.ge-link-list-02 {
  margin: 0 0 20px;
}
.ge-link-list-02 > li {
  margin: 0 0 5px;
  padding-left: 25px;
  display: block;
  position: relative;
  font-size: 1.4rem;
}
.ge-link-list-02 > li:before {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.15em;
  left: 0;
  background: url(/common_a/img/sprite-general.png) no-repeat -99px -47px;
  content: "";
}
@media only screen and (max-width: 640px) {
  .ge-link-list-02 > li {
    font-size: 1.3rem;
    padding-left: 22px;
  }
  .ge-link-list-02 > li:before {
    top: .05em;
  }
}
.ge-link-list-02 > li > :last-child,
.ge-link-list-02 > li:last-child {
  margin-bottom: 0;
}

/* .ge-link-list-anchor
----------------------------------------------- */
.ge-link-list-anchor {
  margin-top: -20px;
}
.ge-link-list-anchor > li {
  margin-top: 20px;
  margin-right: 30px;
  display: inline-block;
}
.ge-link-list-anchor > li > a::before {
  top: 5px;
  transform: rotate(45deg);
}
/* PC時も一列 */
.ge-link-list-anchor._col-01 {
  margin-top: 0;
}
.ge-link-list-anchor._col-01 > li {
  margin-top: 10px;
  margin-right: 0;
  display: block;
}
.ge-link-list-anchor._col-01 > li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .ge-link-list-anchor {
    margin-top: -10px;
  }
  .ge-link-list-anchor > li {
    margin-top: 10px;
    margin-right: 0;
    display: block;
  }
}


/* ----------------------------------------------------------------
    Buttons
----------------------------------------------------------------- */
/* .ge-btn
----------------------------------------------- */
.ge-btn {
  padding: 13px 30px 12px;
  min-width: 370px;
  display: inline-block;
  position: relative;
  border: 1px solid #005bac;
  border-radius: 23px;
  color: #005bac;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: all .1s ease-out;
}
.ge-btn::before {
  width: 6px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  border-right: 2px solid #005bac;
  border-bottom: 2px solid #005bac;
  transform: rotate(-45deg) translateY(-50%);
  content: "";
}
.ge-btn:hover,
.ge-btn:active,
.ge-btn:focus {
  color: #005bac;
  background-color: #ccdeee;
}

/* .ge-btn._ge-back */
.ge-btn._ge-back::before {
  right: auto;
  left: 10px;
  border-top: 2px solid #005bac;
  border-right: 0;
  border-bottom: 0;
  border-left: 2px solid #005bac;
}

/* .ge-btn._ge-internal */
.ge-btn._ge-internal::before {
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
}

/* .ge-lyt-btn._ge-liquid */
.ge-lyt-btn._ge-liquid .ge-btn {
  min-width: auto;
  max-width: 370px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .ge-btn {
    min-width: 305px;
    font-size: 1.4rem;
  }
}

/* .ge-btn-02 */
.ge-btn-02 {
  padding: 14px 30px 13px;
  min-width: 370px;
  display: inline-block;
  position: relative;
  border-radius: 23px;
  color: #fff;
  font-size: 1.6rem;
  background: #ffa10a;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: all .1s ease-out;
}
.ge-btn-02::before {
  width: 6px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  content: "";
}
.ge-btn-02:hover,
.ge-btn-02:active,
.ge-btn-02:focus {
  color: #fff;
  background: #ff8d12;
}
.ge-btn-02[aria-disabled="true"],
.ge-btn-02:disabled{
  background: #e0e0e0;
  opacity: 0.5;
  color:#4c4c4c;
  cursor: not-allowed;
}
.ge-btn-02[aria-disabled="true"],
.ge-btn-02:disabled::before{
  border-color:#4c4c4c
}
@media screen and (max-width: 640px) {
  .ge-btn-02 {
    min-width: 305px;
    font-size: 1.4rem;
  }
}

/* .ge-lyt-btn
----------------------------------------------- */
.ge-lyt-btn {
  margin-left: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ge-lyt-btn > * {
  margin-bottom: 0;
  margin-left: 40px;
}

/* .ge-lyt-btn._ge-right */
.ge-lyt-btn._ge-left {
  justify-content: flex-start;
}

/* .ge-lyt-btn._ge-right */
.ge-lyt-btn._ge-right {
  justify-content: flex-end;
}

/* .ge-lyt-btn._ge-sb */
.ge-lyt-btn._ge-sb {
  justify-content: space-between;
}

/* .ge-lyt-btn._ge-liquid */
.ge-lyt-btn._ge-liquid > p {
  max-width: 370px;
  width: calc(100% - 40px);
}

@media only screen and (max-width: 820px) {
  .ge-lyt-btn {
    flex-direction: column;
    margin-left: -30px;
  }
  .ge-lyt-btn > p {
    margin-left: 30px;
  }
    .ge-lyt-btn > p:not(:last-child) {
      margin-bottom: 30px;
    }

  /* .ge-lyt-btn._ge-sb */
  .ge-lyt-btn._ge-sb {
    justify-content: center;
  }

  /* .ge-lyt-btn._ge-liquid */
  .ge-lyt-btn._ge-liquid > p {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 640px) {
  .ge-lyt-btn._ge-left,
  .ge-lyt-btn._ge-sb {
    justify-content: center;
    align-items: center;
  }
  .ge-lyt-btn._ge-right {
    align-items: flex-end;
  }

  /* .ge-lyt-btn._ge-liquid */
  .ge-lyt-btn._ge-liquid > p {
    max-width: 305px;
  }
}


/* ----------------------------------------------------------------
    Table
----------------------------------------------------------------- */
/* ge-tbl common
----------------------------------------------- */
.ge-tbl,
.ge-tbl-02,
.ge-tbl-03 {
  width: 100%;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  background: #fff;
}
[class^=ge-tbl] th,
[class^=ge-tbl] td {
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  word-wrap: break-word;
}
[class^=ge-tbl] thead th,
[class^=ge-tbl] thead td {
  background: #f8f8f8;
  text-align: left;
  font-weight: 700;
}
[class^=ge-tbl] thead th {
  background: #f6f9fc;
}
[class^=ge-tbl] th {
  padding: 20px 30px;
  background: #f8f8f8;
  text-align: left;
}
[class^=ge-tbl] td {
  padding: 20px 25px;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  [class^=ge-tbl] th,
  [class^=ge-tbl] td {
    padding: 10px 13px;
  }
}

/* .ge-tbl
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .ge-tbl th,
  .ge-tbl td {
    width: 100% !important;
    display: block;
  }
}

/* .ge-tbl-scroll
----------------------------------------------- */
@media screen and (max-width: 640px) {
  .ge-tbl-scroll {
    overflow-x: auto;
    margin-bottom: 40px;
    width: 100%;
  }
  .ge-tbl-scroll .ge-tbl-03 {
    width: 1200px;
  }
  .ge-tbl-scroll > :last-child {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------------
    Box
----------------------------------------------------------------- */
/* box common
----------------------------------------------- */
.ge-box,
.ge-box-02,
.ge-box-03 {
  padding: 30px;
}
.ge-box-hdg {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .ge-box,
  .ge-box-02,
  .ge-box-03 {
    padding: 20px;
  }
  .ge-box-hdg {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

/* .ge-box
----------------------------------------------- */
.ge-box {
  background: #f8f8f8;
}

/* .ge-box-02
----------------------------------------------- */
.ge-box-02 {
  border: 1px solid #e6e6e6;
  background: #fff;
}

/* .ge-box-03
----------------------------------------------- */
.ge-box-03 {
  background: #fff6eb;
}

/* .ge-box-04
----------------------------------------------- */
.ge-box-04 {
  border: 4px solid #dc0000;
  background: #fff;
  margin: 0 0 40px;
  padding: 10px;
}

.ge-box-04._var-02 {
  border-color: #fc6;
}

.ge-box-04 .ge-box-hdg {
  float: left;
  border: 2px solid #dc0000;
  color: #dc0000;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin: 0 20px 0 0;
  padding: 10px 15px;
}
.ge-box-04 .ge-box-inner {
  overflow: hidden;
}
.ge-box-04 .ge-box-inner > :last-child {
  margin-bottom: 0;
}
.ge-box-04 .ge-box-title {
  margin-top: 15px;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .ge-box-04 .ge-box-hdg {
    float: none;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 15px;
    display: inline-block;
  }
  .ge-box-04 .ge-box-inner {
    clear: both;
  }
  .ge-box-04 .ge-box-text {
    display: block;
  }
}

/* .ge-box-05
----------------------------------------------- */
.ge-box-05 {
  margin: 0 auto 40px;
  padding: 30px;
  border: 1px solid #005bac;
  border-radius: 5px;
}

.ge-box-05 .ge-box-hdg {
  margin-bottom: 15px;
  font-size: 1.8rem;
  text-align: center;
}

/* 幅小 */
.ge-box-05._narrow {
  max-width: 640px;
}

@media only screen and (max-width: 640px) {
  .ge-box-05 {
    margin-bottom: 30px;
    padding: 20px;
  }

  .ge-box-05 .ge-box-hdg {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------
    Column
----------------------------------------------------------------- */
/* .ge-lyt-column
----------------------------------------------- */
.ge-lyt-column {
  display: flex;
  flex-wrap: wrap;
}
.ge-lyt-column._ge-col-center {
  justify-content: center;
}
.ge-lyt-column._ge-col-02 > .ge-col:nth-of-type(n+3),
.ge-lyt-column._ge-col-03 > .ge-col:nth-of-type(n+4),
.ge-lyt-column._ge-col-04 > .ge-col:nth-of-type(n+5) {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .ge-lyt-column:not(._ge-col-04) {
    flex-direction: column;
  }
  .ge-lyt-column._ge-col-02 > .ge-col:nth-of-type(n+2),
  .ge-lyt-column._ge-col-03 > .ge-col:nth-of-type(n+2),
  .ge-lyt-column._ge-col-04 > .ge-col:nth-of-type(n+3) {
    margin-top: 30px;
  }
}

/* .ge-lyt-column._ge-col-02 */
.ge-lyt-column._ge-col-02 {
  margin-left: -4%;
}
.ge-lyt-column._ge-col-02 > .ge-col {
  margin-left: 4%;
  width: 46%;
}

 /* .ge-lyt-column._ge-col-03 */
 .ge-lyt-column._ge-col-03 {
   margin-left: -2.3%;
 }
.ge-lyt-column._ge-col-03 > .ge-col {
  margin-left: 2.3%;
  width: 31%;
}

 /* .ge-lyt-column._ge-col-04 */
 .ge-lyt-column._ge-col-04 {
   margin-left: -2%;
 }
.ge-lyt-column._ge-col-04 > .ge-col {
  margin-left: 2%;
  width: 22%;
}
@media only screen and (max-width: 640px) {
  .ge-lyt-column._ge-col-02,
  .ge-lyt-column._ge-col-03,
  .ge-lyt-column._ge-col-02 > .ge-col,
  .ge-lyt-column._ge-col-03 > .ge-col {
    margin-left: 0;
  }
  .ge-lyt-column._ge-col-02 > .ge-col,
  .ge-lyt-column._ge-col-03 > .ge-col {
    width: 100%;
  }
  .ge-lyt-column._ge-col-04 > .ge-col {
    width: 48%;
  }
}

/* ----------------------------------------------------------------
    lyt
----------------------------------------------------------------- */
/* .ge-ge-lyt-box
----------------------------------------------- */

/* ----------------------------------------------------------------
    Layout
----------------------------------------------------------------- */
/* .ge-lyt-box
----------------------------------------------- */
.ge-lyt-box {
  margin: 0 0 34px;
}
.ge-lyt-box > .ge-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: -40px 0 0 -10px;
}
.ge-lyt-box > .ge-inner > .ge-col {
  background: #fff;
  flex: 0 1 calc((100% / 3) - 10px);
  width: calc((100% / 3) - 10px);
  max-width: calc((100% / 3) - 10px);
  margin: 40px 0 0 10px;
}
.ge-lyt-box > .ge-inner .ge-head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  background: #005bac;
  padding: 8px 10px;
  text-align: center;
  height: 95px;
}
.ge-lyt-box > .ge-inner .ge-head > .ge-lead {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.2;
}
.ge-lyt-box > .ge-inner .ge-content {
  padding: 7px 10px 31px;
}
.ge-lyt-box > .ge-inner .ge-content .ge-media {
  padding: 25px 0 35px;
  text-align: center;
}
.ge-lyt-box > .ge-inner .ge-content .ge-media + .ge-text {
  margin: -35px 0 35px;
  text-align: center;
}
.ge-lyt-box > .ge-inner .ge-content .ge-btn {
  font-size: 1.4rem;
  width: 178px;
  min-width: 0;
  max-width: 100%;
  padding: 13px 30px 15px;
}
.ge-lyt-box > .ge-inner > .ge-col._small .ge-head {
  min-height: 63px;
}
.ge-lyt-box > .ge-inner > .ge-col._small .ge-content {
  padding: 25px 10px;
}
@media only screen and (max-width: 640px) {
  .ge-lyt-box > .ge-inner {
    display: block;
    margin: 0;
  }
  .ge-lyt-box > .ge-inner > .ge-col {
    flex: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
  .ge-lyt-box > .ge-inner > .ge-col:last-child {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------------
    Media
----------------------------------------------------------------- */
/* .media
----------------------------------------------- */
.ge-media {
  text-align: center;
}

.ge-media > .ge-item {
  margin: 0;
}

/* .ge-lyt-media
----------------------------------------------- */
.ge-lyt-media > .ge-item {
  margin-bottom: 20px;
  text-align: center;
}
.ge-lyt-media > .ge-col {
  overflow: hidden;
}

/* .ge-lyt-media._ge-left */
.ge-lyt-media._ge-left > .ge-item {
  margin-right: 20px;
  float: left;
}
@media only screen and (max-width: 640px) {
  .ge-lyt-media._ge-left > .ge-item {
    margin-right: 0;
    float: none;
  }
  .ge-lyt-media._ge-left._ge-sp-keep > .ge-item {
    margin-right: 20px;
    width: 30%;
    float: left;
  }
}

/* .ge-lyt-media._ge-right */
.ge-lyt-media._ge-right > .ge-item {
  margin-left: 20px;
  float: right;
}
@media only screen and (max-width: 640px) {
  .ge-lyt-media._ge-right > .ge-item {
    margin-left: 0;
    float: none;
  }
  .ge-lyt-media._ge-right._ge-sp-keep > .ge-item {
    margin-left: 20px;
    width: 30%;
    float: right;
  }
}

/* .ge-lyt-media_left-sp */
@media only screen and (max-width: 640px) {
  .ge-lyt-media_left-sp > .ge-item {
    margin-right: 20px;
    width: 30%;
    float: left;
  }
}

/* .ge-lyt-media_right-sp */
@media only screen and (max-width: 640px) {
  .ge-lyt-media_right-sp > .ge-item {
    margin-left: 20px;
    width: 30%;
    float: right;
  }
}

/* .ge-caption */
.ge-caption {
  margin-top: 5px;
  display: block;
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .ge-caption {
    font-size: 1.2rem;
  }
}

/* ge-lyt-media-02
----------------------------------------------- */
.ge-lyt-media-02 {
  display: flex;
  justify-content: space-between;
}
.ge-lyt-media-02 > .ge-col {
  flex: 1 1 auto;
  box-sizing: border-box;
}
.ge-lyt-media-02 > .ge-item {
  flex: 0 0 auto;
  text-align: center;
  box-sizing: border-box;
}

/* .ge-lyt-media ._ge-left */
.ge-lyt-media-02._ge-left {
  flex-direction: row-reverse;
}
.ge-lyt-media-02._ge-left .ge-col {
  padding-left: 30px;
}

/* .ge-lyt-media ._ge-right */
.ge-lyt-media-02._ge-right .ge-col {
  padding-right: 30px;
}

/* .ge-lyt-media-02._movie */
.ge-lyt-media-02._movie .ge-item {
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .ge-lyt-media-02,
  .ge-lyt-media-02._ge-left {
    flex-direction: column;
  }
  .ge-lyt-media-02._ge-sp-reverse {
    flex-direction: column-reverse;
  }
  .ge-lyt-media-02._ge-right .ge-col {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ge-lyt-media-02._ge-right._ge-sp-reverse .ge-col {
    margin-bottom: 0;
  }
  .ge-lyt-media-02._ge-left .ge-col {
    padding-left: 0;
  }
  .ge-lyt-media-02._ge-left .ge-item,
  .ge-lyt-media-02._ge-right._ge-sp-reverse .ge-item {
    margin-bottom: 30px;
  }
  .ge-lyt-media-02._movie .ge-item {
    width: 100%;
  }
}

/* ----------------------------------------------------------------
    frame
----------------------------------------------------------------- */
/* .ge-frame
----------------------------------------------- */

.ge-frame{
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid #e6e6e6;
  background: #fff;
  height: 350px;
  overflow-y: auto;
}
.ge-frame.auto{
  height: auto;
}
.ge-frame.small{
  height: 150px;
}
@media screen and (max-width: 640px) {
  .ge-frame{
    padding: 16px;
  }
}

/* ----------------------------------------------------------------
    local nav
----------------------------------------------------------------- */
/* .ge-nav-local
----------------------------------------------- */
.ge-nav-local {
  margin: 0 auto;
  padding: 12px 0 10px;
  max-width: 1200px;
  text-align: center;
}
.ge-nav-local > dl {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.ge-nav-local dt {
  padding: 5px 45px 5px 30px;
  border-right: 1px solid #ccc;
  color: #4d4d4d;
  font-size: 2rem;
  flex-shrink: 0;
}
.ge-nav-local dt > a {
  text-decoration: none;
}
.ge-nav-local dd {
  color: #4d4d4d;
  font-size: 1.4rem;
}
.ge-nav-local .ge-nav-local-list {
  margin-bottom: 0;
  text-align: left;
}
.ge-nav-local .ge-nav-local-list > li {
  margin: 0 25px;
  display: inline-block;
}
.ge-nav-local .ge-nav-local-list > li > a {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  transition: background .2s ease-out;
}
.ge-nav-local .ge-nav-local-list > li > a:hover,
.ge-nav-local .ge-nav-local-list > li > a:active,
.ge-nav-local .ge-nav-local-list > li > a:focus,
.ge-nav-local .ge-nav-local-list > .is-current > a {
  border-radius: 3px;
  background: #e5f3fa;
}
@media only screen and (max-width: 640px) {
  .ge-nav-local > dl {
    flex-direction: column;
  }
  .ge-nav-local dt {
    padding: 0;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .ge-nav-local dt > a {
    padding: 5px 5px 20px;
    display: block;
  }
    .ge-nav-local dd {
      width: 100%;
    }
  .ge-nav-local .ge-nav-local-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
  }
  .ge-nav-local .ge-nav-local-list > li {
    margin: 0;
    width: 50%;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
  }
  .ge-nav-local .ge-nav-local-list > li:nth-of-type(odd) {
    border-right: 1px solid #e6e6e6;
  }
  .ge-nav-local .ge-nav-local-list > li:last-child,
  .ge-nav-local .ge-nav-local-list > li:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
  }
  .ge-nav-local .ge-nav-local-list > li > a {
    padding: 13px 5px;
    height: 100%;
  }
  .ge-nav-local .ge-nav-local-list > li > a:hover,
  .ge-nav-local .ge-nav-local-list > li > a:active,
  .ge-nav-local .ge-nav-local-list > li > a:focus,
  .ge-nav-local .ge-nav-local-list > .is-current > a {
    border-radius: 0;
  }
}

/* .ge-nav-local -wide
----------------------------------------------- */
.ge-nav-local.-wide dt {
  padding: 5px 40px 5px 20px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 640px) {
  .ge-nav-local.-wide dt {
    padding: 0;
  }
}

/* .ge-nav-local-02 （マルチレベル）
----------------------------------------------- */
.ge-nav-local-02 {
  text-align: left;
}
.ge-nav-local-02 a {
  text-decoration: none;
}
.ge-nav-local-02-sublink {
  display: block;
}
.ge-nav-local-02-sublink span {
  position: relative;
  padding-left: 14px;
}
.ge-nav-local-02-sublink span::before,
.ge-nav-local-02-toggle > span::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 0;
  border-right: solid 2px #aaa;
  border-bottom: solid 2px #aaa;
}
.ge-nav-local-02-sublink span::before {
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}
.ge-nav-local-02-sublink[href^="#"] span::before {
  transform: rotate(45deg);
}

/* ログインボタン */
.ge-nav-local-02-login .ge-btn {
  color: #2796f5;
  border-color: #2796f5;
}
.ge-nav-local-02-login .ge-btn:hover,
.ge-nav-local-02-login .ge-btn:focus,
.ge-nav-local-02-login .ge-btn:active {
  color: #fff;
  background: #2796f5;
}
.ge-nav-local-02-login .ge-btn::before {
  border-color: #2796f5;
}
.ge-nav-local-02-login .ge-btn:hover::before,
.ge-nav-local-02-login .ge-btn:focus::before,
.ge-nav-local-02-login .ge-btn:active::before {
   border-color: #fff;
}
.ge-nav-local-02 > dl,
.ge-nav-local-02-list,
.ge-nav-local-02-sublist,
.ge-nav-local-02-login > * {
  margin: 0;
}

/* submenu */
.ge-nav-local-02-submenu._lyt-02 {
  margin-top: 5px;
  padding: 10px;
  background-color: #e5f3fa;
}
.ge-nav-local-02-submenu._lyt-02 .ge-lyt-btn.ge-nav-local-02-login {
  margin-bottom: 0;
}
.ge-nav-local-02-submenu._lyt-02 .ge-lyt-btn.ge-nav-local-02-login .ge-btn {
  background-color: #e5f3fa;
}
.ge-nav-local-02-submenu._lyt-02 .ge-nav-local-02-login .ge-btn:hover,
.ge-nav-local-02-submenu._lyt-02 .ge-nav-local-02-login .ge-btn:focus,
.ge-nav-local-02-submenu._lyt-02 .ge-nav-local-02-login .ge-btn:active {
  color: #2796f5;
  background-color: #fff;
}
.ge-nav-local-02-submenu._lyt-02 .ge-nav-local-02-login .ge-btn:hover::before,
.ge-nav-local-02-submenu._lyt-02 .ge-nav-local-02-login .ge-btn:focus::before,
.ge-nav-local-02-submenu._lyt-02 .ge-nav-local-02-login .ge-btn:active::before {
  border-color: #2796f5;
}

@media only screen and (max-width: 900px) {
  .ge-nav-local-02 {
    position: relative;
    z-index: 999;
  }
  .is-init .ge-nav-local-02-menu {
    position: absolute;
    left: 0;
  }
  .ge-nav-local-02-menu {
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 5px -4px rgba(0, 0, 0, .15);
  }
  .ge-nav-local-02 > dl > dt {
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
  }
  .ge-nav-local-02 > dl > dt > a {
    padding: 21px 10px;
    font-size: 1.7rem;
  }
  .ge-nav-local-02-list > li:not(:last-child) {
    border-bottom: solid 1px #aaa;
  }
  .ge-nav-local-02-list > li > a {
    padding: 15px 10px;
    font-size: 1.4rem;
  }
  .ge-nav-local-02-sublist {
    margin-bottom: 10px;
  }
  .ge-nav-local-02-sublink {
    padding: 10px 10px 10px 32px;
    font-size: 1.3rem;
  }
  .ge-nav-local-02-sublink.is-current,
  .ge-nav-local-02-link.is-current:not(.is-category) {
    background: #e5f3fa;
  }
  .ge-nav-local-02-link.is-category b{
    font-weight: normal;
  }
  .ge-nav-local-02-sublink.is-current{
    color: #4c4c4c;
  }
  .ge-nav-local-02 > dl > dt > a,
  .ge-nav-local-02-list > li > a {
    display: block;
  }
  .ge-nav-local-02 > dl > dt > a > span,
  .ge-nav-local-02-list > li > a span {
    position: relative;
    padding-left: 25px;
  }
  .ge-nav-local-02 > dl > dt > a > span::before,
  .ge-nav-local-02-list > li > a span::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/common_a/img/sprite.png);
    background-position: -48px -45px;
    width: 20px;
    height: 20px;
    top: calc(50% - 6px);
    left: 0;
  }
  .is-init .ge-nav-local-02-menu,
  .is-init .ge-nav-local-02-submenu {
    display: none;
  }

  /* submenu ._lyt-02 */

  .ge-nav-local-02-submenu._lyt-02 .ge-nav-local-02-sublink {
    padding: 10px;
  }

  /* ログインボタン */
  .ge-lyt-btn.ge-nav-local-02-login {
    margin: 0 0 20px 0;
  }
  .ge-nav-local-02-login .ge-btn {
    min-width: 180px;
    padding: 10px 30px 10px;
    font-size: 1.3rem;
  }

  /* トグル (JS作成) */
  .ge-nav-local-02-toggle {
    display: block;
    width: 100%;
    padding: 20px 0;
    border: none;
    background: none;
    text-align: center;
    font-size: 2rem;
  }
  .ge-nav-local-02-toggle > span {
    position: relative;
    padding-right: 40px;
  }
  .ge-nav-local-02-toggle > span::before {
    top: 5px;
    right: 0;
    width: 15px;
    height: 15px;
    border-color: #777;
    transform: rotate(45deg);
    transition: transform .1s ease-out;
  }
  .ge-nav-local-02-toggle[aria-expanded="true"] > span::before {
    top: 12px;
    transform: rotate(-135deg);
  }
  .ge-nav-local-02-toggle[aria-expanded="true"] ~ .ge-nav-local-02-menu {
    display: block;
  }
  .ge-nav-local-02-toggle-txt {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 901px) {
  .ge-nav-local-02 > dl {
    display: flex;
    align-items: center;
    margin: 12px auto 10px auto;
    max-width: 1200px;
    width: 100%;
  }
  .ge-nav-local-02 dt {
    flex-shrink: 0;
    padding: 0 45px 0 30px;
    border-right: 1px solid #ccc;
    color: #4d4d4d;
    font-size: 2rem;
  }
  .ge-nav-local-02 dd {
    color: #4d4d4d;
    font-size: 1.4rem;
  }
  .ge-nav-local-02-list {
    display: flex;
    padding-left: 5px;
  }
  .ge-nav-local-02-list > li {
    margin: 0 24px;
  }
  .ge-nav-local-02-list > li > a {
    display: block;
    height: 100%;
    padding: 13px 16px;
    text-decoration: none;
    transition: background .2s ease-out;
  }
  .ge-nav-local-02-list > li > a:hover,
  .ge-nav-local-02-list > li > a:active,
  .ge-nav-local-02-list > li > a:focus,
  .ge-nav-local-02-list > li > .is-current,
  .ge-nav-local-02-list > li > .is-category {
    background: #e5f3fa;
  }
  .is-init .ge-nav-local-02-menu .ge-nav-local-02-sublist,
  .is-init .ge-nav-local-02-menu .ge-nav-local-02-login,
  .ge-nav-local-02-toggle {
    display: none;
  }

  /* submenu */
  .ge-nav-local-02-submenu {
    min-height: 113px;
    margin-top: -10px;
    padding: 0 4px 8px 4px;
    background: #e5f3fa;
  }
  .ge-nav-local-02-subInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .ge-nav-local-02-parent {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
  }
  .ge-nav-local-02-parent > a {
    position: relative;
    padding-left: 25px;
    font-size: 1.8rem;
  }
  .ge-nav-local-02-parent > a::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/common_a/img/sprite.png);
    background-position: -48px -45px;
    width: 20px;
    height: 20px;
    top: calc(50% - 6px);
    left: 0;
  }
  .ge-nav-local-02-submenu .ge-nav-local-02-sublist {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
  }
  .ge-nav-local-02-submenu .ge-nav-local-02-sublist > li {
    padding: 0 22px 0 0;
  }
  .ge-nav-local-02-submenu .ge-nav-local-02-sublink {
    padding: 8px 13px 8px 10px;
    border-radius: 3px;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .ge-nav-local-02-submenu .ge-nav-local-02-sublink.is-current {
    background: #d4dde1;
    color: #4c4c4c;
  }
  .ge-nav-local-02-submenu .ge-nav-local-02-sublist > li:last-child {
    padding-right: 0;
  }
  .ge-nav-local-02-submenu .ge-nav-local-02-login {
    padding-left: 20px;
  }
  .ge-nav-local-02-submenu .ge-nav-local-02-login .ge-btn:not(:hover):not(:focus):not(:active) {
    background: #e5f3fa;
  }
  .ge-nav-local-02-submenu._lyt-02 {
    min-height: auto;
  }
  .ge-nav-local-02-submenu._lyt-02 .ge-lyt-btn.ge-nav-local-02-login {
    margin-top: 0;
    padding: 0;
  }
  .ge-nav-local-02-submenu._lyt-02 .ge-nav-local-02-sublist {
    max-width: 100%;
  }

  .ge-nav-local-02-submenu._lyt-02 .ge-nav-local-02-sublist > li:first-child .ge-nav-local-02-sublink {
    padding-left: 0;
  }

  /* ログインボタン */
  .ge-nav-local-02-login.ge-lyt-btn {
    margin: 8px 0 0;
  }
  .ge-nav-local-02-login .ge-btn {
    min-width: 120px;
    padding: 8px 34px;
    font-size: 1.3rem;
  }
}

/* ----------------------------------------------------------------
  ge-modal
----------------------------------------------------------------- */
.ge-modal {
  text-align: center;
  position: relative;
  margin: 0 0 50px;
}
.ge-modal .ge-modal-inner {
  text-align: center;
  position: relative;
  display: inline-block;
}
.ge-modal .ge-modal-inner img {
  width: 100%;
}
.ge-modal .ge-modal-inner > span {
  display: block;
}
.ge-modal-caption {
  text-align: left;
  margin-top: 4px;
  padding: 0 7em 1em 0;
  font-size: 1.4rem;
}
.ge-modal-zoom {
  position: absolute;
  right: 0;
}
.ge-modal-zoom_txt {
  padding-left: 22px;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
a:hover .ge-modal-zoom_txt,
a:active .ge-modal-zoom_txt,
a:focus .ge-modal-zoom_txt {
  text-decoration: none;
}
.ge-modal-zoom_txt::before {
  width: 17px;
  height: 17px;
  position: absolute;
  top: .3em;
  left: 0;
  background-image: url(/common_a/img/icon-modal.png);
  content: "";
  display: block;
}
@media only screen and (max-width: 640px) {
  .ge-modal-caption {
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------------------
    Notice
----------------------------------------------------------------- */
/* .ge-notice
----------------------------------------------- */
.ge-notice {
    padding: 25px 30px;
    border: 1px solid #d9acac;
    color: #c00;
}

.ge-notice > *:first-child {
    margin-top: 0;
}

.ge-notice > *:last-child {
    margin-bottom: 0;
}

.ge-notice p {
    margin-bottom: 22px;
    font-size: 1.6rem;
    color: #c00;
    line-height: 1.5;
}

.ge-notice ._em {
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #c00;
    font-weight: 700;
    line-height: 1.2;
}

.ge-notice strong {
    color: #c00;
}

.ge-notice ul li {
    padding-left: 20px;
    font-size: 1.6rem;
    position: relative;
}

.ge-notice ul li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #c00;
    position: absolute;
    top: 10px;
    left: 6px;
}

.ge-notice ul ul {
    margin-top: 5px;
}

.ge-notice .ge-link-list-anchor > li {
  padding-left: 0px;
}

.ge-notice .ge-link-list-anchor > li::before {
  content: none;
}

.ge-notice .ge-link {
  color: #4c4c4c;
}

.ge-notice .ge-link:hover,
.ge-notice .ge-link:active,
.ge-notice .ge-link:focus {
  color: #ff538c;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .ge-notice {
        padding: 25px 15px;
    }

    .ge-notice p {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

    .ge-notice ._em {
        font-size: 1.5rem;
    }

    .ge-notice ul li {
        font-size: 1.4rem;
    }

    .ge-notice .ge-link-list-anchor > li {
      padding-top: 15px;
    }
}

/* ----------------------------------------------------------------
QA
----------------------------------------------------------------- */
/* .ge-faq-list
----------------------------------------------- */
.ge-faq-list {
  margin-bottom: 60px;
}

.ge-faq-list-item {
  transition: padding .3s cubic-bezier(.4, 0, .2, 1);
  border-bottom: 1px solid #bfbfbf;
}

.ge-faq-list-item[open] > .ge-faq-list-content {
  animation: toggle-animation-in .3s cubic-bezier(.4, 0, .2, 1);
  animation-fill-mode: both;
}

.ge-faq-list-item[open].is-animate > .ge-faq-list-content {
  animation: toggle-animation-out .3s ease;
}

.ge-faq-list-item[open] .ge-faq-list-header {
  padding-bottom: 12px;
}

.ge-faq-list-header {
  position: relative;
  padding: 30px 52px 32px 0;
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
}

.ge-faq-list-header-inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.ge-faq-list-header::after,
.ge-faq-list-header::before {
  display: block;
  position: absolute;
  top: 36px;
  right: 12px;
  width: 2px;
  height: 24px;
  border-radius: 2px;
  background: #005bac;
  content: "";
}

.ge-faq-list-header::before {
  transform: rotate(90deg);
}

.ge-faq-list-item.is-animate .ge-faq-list-header::after {
  transform: rotate(0deg);
  animation: question-animation-close .25s cubic-bezier(.4, 0, .2, 1);
}

[open] > .ge-faq-list-header::after {
  transform: rotate(90deg);
  animation: question-animation-open .25s cubic-bezier(.4, 0, .2, 1);
}

.ge-faq-list-header:hover,
.ge-faq-list-header:active,
.ge-faq-list-header:focus {
  color: #ff538c;
}

.ge-faq-list-header,
.ge-faq-list-header-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

.ge-faq-list-header-icon {
  color: #005bac;
}

.ge-faq-list-header-icon,
.ge-faq-list-content-icon {
  position: relative;
  margin-right: 16px;
  top: -4px;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.ge-faq-list-content {
  padding: 8px 0 30px;
}

.ge-faq-list-content > :last-child {
  margin-bottom: 0;
}

.ge-faq-list-content-inner {
  display: flex;
}

.ge-faq-list-content-icon {
  color: #ff4582;
}

@media only screen and (max-width: 640px) {
  .ge-faq-list {
      margin: 24px 0;
  }

  .ge-faq-list-header {
      padding: 18px 44px 18px 0;
      font-size: 1.6rem;
  }

  .ge-faq-list-header::after,
  .ge-faq-list-header::before {
      height: 16px;
      top: 24px;
  }

  .ge-faq-list-header-inner {
      align-items: flex-start;
  }

  .ge-faq-list-header-icon {
      margin-right: 8px;
      top: 0;
      font-size: 2.6rem;
  }

  .ge-faq-list-header,
  .ge-faq-list-header-text {
      font-size: 1.6rem;
  }

  .ge-faq-list-content {
      margin: 0;
      padding-bottom: 12px;
      line-height: 1.75;
  }

  .ge-faq-list-content-icon {
      margin-right: 8px;
      top: 0;
      font-size: 2.6rem;
  }

  .ge-faq-list-content-text {
      font-size: 1.6rem;
      line-height: 1.6;
  }
}

/* @keyframes toggle-animation
----------------------------------------------- */
@keyframes toggle-animation-in {
  0% {
      transform: translateY(-5px);
      opacity: 0;
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

@keyframes toggle-animation-out {
  0% {
      transform: translateY(0);
      opacity: 1;
  }
  100% {
      transform: translateY(-5px);
      opacity: 0;
  }
}

@keyframes question-animation-open {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(90deg);
  }
}

@keyframes question-animation-close {
  0% {
      transform: rotate(90deg);
  }
  100% {
      transform: rotate(0deg);
  }
}

/* header-menu-hook
----------------------------------------------- */
summary {
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}
