@charset "Shift_JIS";
html.win *, html.android * {
  font-family: sans-serif;
}

html.mac *, html.ios * {
  font-family: sans-serif;
}

.l-main p + p {
  margin-top: 1.25em;
}

@media print, screen and (min-width: 768px) {
  .l-main p + p {
    margin-top: 1.25em;
  }
}

.l-main p + .c-figure.-table {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .l-main p + .c-figure.-table {
    margin-top: 25px;
  }
}

.l-main p + .c-figure.-pdf {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .l-main p + .c-figure.-pdf {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .l-main p + .c-figure.-pdf #mainContainer {
    min-width: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .l-main p + .c-btn {
    margin-top: 20px;
  }
}

.l-main p + .c-grid {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .l-main p + .c-grid {
    margin-top: 35px;
  }
}

.l-main p + section {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .l-main p + section {
    margin-top: 35px;
  }
}

.l-main p + .-annotation, .l-main p + .c-annotation {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .l-main p + .-annotation, .l-main p + .c-annotation {
    margin-top: 10px;
  }
}

.l-main p + .c-list.-horizontal {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .l-main p + .c-list.-horizontal {
    margin-top: 10px;
  }
}

.l-main p + .c-table {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .l-main p + .c-table {
    margin-top: 35px;
  }
}

.l-main p + .p-frame.-line {
  margin-top: 30px;
}

.l-main p + .p-tab.-button {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .l-main p + .p-tab.-button {
    margin-top: 30px;
  }
}

.l-main p.c-annotation {
  position: relative;

  display: inline-block;
  padding-left: 1em;
}

@media print, screen and (min-width: 768px) {
  .l-main p.c-annotation {
    font-size: 1.4rem;
  }
}

.l-main p.c-annotation::before {
  content: "※";
  position: absolute;
  left: 0;
}

.l-main span.c-annotation {
  position: relative;

  display: inline-block;
  padding-left: 1em;
}

@media print, screen and (min-width: 768px) {
  .l-main span.c-annotation {
    font-size: .875em;
  }
}

.l-main span.c-annotation::before {
  content: "※";
  position: absolute;
  left: 0;
}

.l-main span.c-required {
  display: inline-block;
  padding: 0 8px;

  font-size: 1.2rem;
  color: white;

  background: #df7142;
  border-radius: 10px;
}

@media print, screen and (min-width: 768px) {
  .l-main span.c-required {
    vertical-align: .2rem;
  }
}

body {
  position: relative;
}

body:after {
  content: none;
  position: absolute;
  top: 0;
  right: 0;

  width: 1px;
  height: 1px;

  background-repeat: no-repeat;
  background-position: 1px 1px;
}

html {
  font-size: 62.5%;
}

html, body {
  position: relative;

  width: 100%;
  height: 100%;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  font: inherit;
  font-size: 100%;
  line-height: inherit;
  vertical-align: top;

  background: transparent;
  border: 0;
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;

  -webkit-text-size-adjust: 100%;
}

p, li, dt, dd, th, td, figure, caption, label {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  p, li, dt, dd, th, td, figure, caption, label {
    font-size: 1.6rem;
  }
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

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

strong, b {
  font-weight: bold;
}

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

input, select, button, a {
  outline: none;
}

body {
  padding-top: 52px;
}

@media print, screen and (min-width: 768px) {
  body {
    padding-top: 100px;
  }
}

.l-wrapper {
  overflow: hidden;

  background: #fcfcfc;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    width: 100vw;
  }
}

@media print, screen and (min-width: 768px) {
  .l-wrapper {
    width: 100%;
    min-width: 1366px;
  }
}

@media screen and (max-width: 767px) {
  .l-container {
    margin: 15px 4vw 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    width: 1280px;
    margin: 40px auto 215px;
  }
}

.l-main {
  min-height: 100px;
}

@media print, screen and (min-width: 768px) {
  .l-main {
    width: 920px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-sideBar + .l-main {
    width: 952px;
  }
}

@media print, screen and (min-width: 768px) {
  .PRarea {
    display: flex;
  }
}

.l-rightColumn {
  min-height: 100px;
}

@media screen and (max-width: 767px) {
  .l-rightColumn {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-rightColumn {
    width: 320px;
  }
}

.l-rightColumn > section + section {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .l-rightColumn > section + section {
    margin-top: 30px;
  }
}

.l-main article > section + section {
  margin-top: 55px;
}

@media print, screen and (min-width: 768px) {
  .l-main article > section + section {
    margin-top: 80px;
  }
}

.l-main article > section + section.l-pr {
  margin-top: 40px;
}

.l-main article > section + section.l-pr + section {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .l-main article > section + section.l-pr + section {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-main article > section + section.l-pr {
    margin-top: 40px;
  }
}

.l-main article > section section + section {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .l-main article > section section + section {
    margin-top: 55px;
  }
}

.l-main article > section > p + section {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .l-main article > section > p + section {
    margin-top: 40px;
  }
}

.l-main article .c-overall {
  /* 1400px 以上 */
}

@media print, screen and (min-width: 768px) {
  .l-main article .c-overall {
    padding: 80px 0;
  }
}

@media print, screen and (min-width: 1367px) {
  .l-main article .c-overall {
    width: 100vw;
    margin-left: calc((100vw - 800px) / 2 * -1);
  }
}

@media print, screen and (max-width: 1366px) {
  .l-main article .c-overall {
    width: 1366px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-main article .c-overall {
    width: 100vw;
    margin-left: -4vw;
    padding: 35px 4vw;
  }
}

@media screen and (max-width: 767px) {
  .l-header + .l-main {
    margin: 40px 4vw 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header + .l-main {
    width: 800px;
    min-height: calc(100vh - 100px - 164px - 120px - 200px);
    margin-top: 120px;
    margin-right: auto;
    margin-bottom: 200px;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 1365px) {
  .l-header + .l-main .c-overall {
    margin-left: -283px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-header + .l-main .c-overall {
    margin-left: -4vw;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header + .l-main .c-overall > section {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header + .l-container {
    min-height: calc(100vh - 100px - 164px - 40px - 215px);
  }
}

.l-footer {
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-footer {
  	/* border-top: 2px solid #dadada; */
    border-top: 1px solid #dadada;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer {
    /* keep */
    height: 164px;

    background: #001135;
    border-top: 2px solid #001135;
    border-bottom: 2px solid #001135;
  }
  .l-footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;

    width: 50%;
    height: 100%;
    margin: auto;

    background: white;
  }
}

.l-footer__btt {
  position: fixed;
  bottom: 40px;
  z-index: 10;

  width: 100%;
  margin: 0;

  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;

  transition: opacity .35s ease-out, -webkit-transform .35s cubic-bezier(.175, .885, .32, 1.275);
  -webkit-transition: opacity .35s ease-out, -webkit-transform .35s cubic-bezier(.175, .885, .32, 1.275);
  transition: opacity .35s ease-out, transform .35s cubic-bezier(.175, .885, .32, 1.275);
  transition: opacity .35s ease-out, transform .35s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .35s cubic-bezier(.175, .885, .32, 1.275);
}

@media print, screen and (min-width: 768px) {
  .l-footer__btt {
    min-width: 1366px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__btt {
    bottom: 10px;
  }
}

.l-footer__btt.is-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.l-footer__btt.is-stop {
  position: absolute;
  bottom: calc(100% + 42px);
}

@media screen and (max-width: 767px) {
  .l-footer__btt.is-stop {
    bottom: calc(100% + 10px);
  }
}

.l-footer__btt a {
  position: absolute;

  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 80px;

  text-align: center;

  background: #ffffff;
  border: 2px solid #001135;
  border-radius: 80px;
}

@media print, screen and (min-width: 768px) {
  .l-footer__btt a {
    right: 43px;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__btt a {
    right: 10px;
    bottom: 0;

    width: 50px;
    height: 50px;
  }
}

.l-footer__btt img {
  padding: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .l-footer__btt img {
    width: 25px;
    padding: 15px 0 0;
  }
}

.l-footer__inner {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* keep */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1280px;
    height: 160px;

    margin: auto;

    background: #001135;
  }
}

.l-footer__contents {
  color: white;
}

@media screen and (max-width: 767px) {
  .l-footer__contents {
  	/*
    padding: 4.66667vw 2.66667vw 5.33333vw;

    background: #001135;
    */
    background-color: white;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer__contents {
   /* keep */
    width: 930px;
  }
}

/* add */
.l-footer__cud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  /* so.changed */
  justify-content: space-around;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* add */
@media print, screen and (min-width: 768px) {
  .l-footer__cud {
    margin: 18px 0;
    padding-right: 24px;
  }
}
/* add */
@media screen and (max-width: 767px) {
  .l-footer__cud {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 20px 10px;
    color: black;
    border-top: 1px solid #dadada;
  }
}
/* add */
.l-footer__cud .c-figure__body {
  width: 120px;
}

/* add */
@media print, screen and (min-width: 768px) {
  .l-footer__cud .c-figure__body {
    margin-left: 20px;
  }
}

/* add */
@media screen and (max-width: 767px) {
  .l-footer__cud .c-figure__body {
    width: 60px;
    margin-right: 10px;
  }
  .l-footer__cud .c-figure__body table, .l-footer__cud .c-figure__body td, .l-footer__cud .c-figure__body img {
    width: 60px;
  }
}
/* add */
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    padding: 14px 10px;
    background-color: #001135;
  }
}
/* add */
.l-footer__copyright .l-footer__item + .l-footer__item {
  margin-top: 10px;
}
.l-footer__item {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .l-footer__item {
    font-weight: 700;
    /* font-size: 1.2rem;*/
  }
}

@media screen and (max-width: 767px) {
  .l-footer__item.-symbol {
    padding: 10px;

    text-align: center;

    background: white;
  }
  .l-footer__item.-symbol img {
    width: 160px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer__item.-symbol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* keep */
    width: 320px;
    height: 160px;
    padding-left: 25px;

    background: white;
    border-radius: 0 242px 242px 0;
  }
  .l-footer__item.-symbol a:hover img {
    opacity: .7;
  }
  .l-footer__item.-symbol img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .l-footer__item.-symbol img {
    width: 256px;
  }
}

.l-footer__item.-info {
  font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
  .l-footer__item.-info {
    font-weight: 700;
    font-size: 1.2rem;
  }
}

.l-footer__item.-copyright {
  margin-top: 5px;

  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .l-footer__item.-copyright {
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__item.-group {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer__item.-group {
    margin-top: 5px;

    font-weight: 700;
    font-size: 1.2rem;
    text-align: right;
  }
  .l-footer__item.-group a {
    display: inline-block;
    margin-left: 10px;

    vertical-align: baseline;
  }
  .l-footer__item.-group a:hover img {
    opacity: .7;
  }
  .l-footer__item.-group img {
    vertical-align: baseline;

    -webkit-transition: opacity .3s ease;

    transition: opacity .3s ease;
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;

  background: white;
  border-bottom: 2px solid #b20000;
}

@media print, screen and (min-width: 768px) {
  .l-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1366px;

    border-bottom-width: 4px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__symbol img {
    width: 150px;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-left: 4vw;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header__inner {
    width: 1280px;
    height: 96px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-header__nav .l-header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }
  .l-header__nav .l-header__btn__item {
    border-left: 1px solid #d9dce1;
  }
  .l-header__nav .l-header__btn__item.-myPage a {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 50px;
    height: 50px;

    font-size: .9rem;
    text-align: center;
    color: #001135;
    text-decoration: none;

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .15)));

    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .15));
  }
  .l-header__nav .l-header__btn__item.-myPage a::before {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;

    width: 20px;
    height: 20px;
    margin: auto;

    background-image: url(../img/common/icn_smile.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-header__nav .l-header__btn__item.-nav {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 50px;
    height: 50px;

    font-size: .9rem;
    text-align: center;
    color: #001135;
    text-decoration: none;
  }
  .l-header__nav .l-header__btn__item.-nav .c-icn.-hamburger {
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;

    margin: auto;
  }
  .l-header__nav__inner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;

    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    background: rgba(0, 0, 0, .8);
  }
  .l-header__nav__inner nav {
    position: relative;
    left: 100%;

    display: none;
    width: calc(100% - 13.333333vw);
    min-height: 100%;
    padding: 0 10px;

    background: white;
  }
  .l-header__nav__item.-global li {
    border-bottom: 1px solid #d9d9d9;
  }
  .l-header__nav__item.-global li a {
    position: relative;

    display: block;
    padding: 13px 20px 13px 8px;

    color: black;
    text-decoration: none;
  }
  .l-header__nav__item.-global li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;

    width: 6px;
    height: 12px;
    margin: auto;

    background-image: url(../img/common/icn_link_arrow_midnight.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .l-header__nav__item.-utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-header__nav__item.-utility li {
    width: 50%;

    border-bottom: 1px solid #dadada;
  }
  .l-header__nav__item.-utility li:nth-child(even) {
    border-left: 1px solid #dadada;
  }
  .l-header__nav__item.-utility li:nth-child(even) a {
    padding-left: 18px;
  }
  .l-header__nav__item.-utility li a {
    display: block;
    padding: 15px 8px;

    font-size: 1.2rem;
    color: black;
    text-decoration: none;
  }
  .l-header__nav__item.-logout {
    padding: 20px 0;

	/* ひふみろ削除 2021/04/16
    	background-image: url(../img/character/bg_header_pc.png);
    	background-repeat: no-repeat;
    	background-position: right center;
    	background-size: 37px;
    */
  }
  .l-header__nav__item.-logout .c-btn {
    width: 42.666667vw;
    margin: auto;
  }
  .l-header__nav__item.-close {
    position: fixed;
    top: 0;
    left: 0;

    width: 13.333333vw;
    height: 13.333333vw;
  }
  .l-header__nav__item.-close::before, .l-header__nav__item.-close::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 17px;
    height: 2px;
    margin: auto;

    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header__nav__item.-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .l-sideBar {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .l-sideBar {
    width: 298px;
  }
  .l-sideBar ul {
    border-top: 1px solid #d9d9d9;
  }
  .l-sideBar li {
    border-bottom: 1px solid #d9d9d9;
  }
  .l-sideBar li a {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    padding: 12px 30px 12px 12px;

    font-size: 1.4rem;
    color: #666666;
    text-decoration: none;

    -webkit-transition: opacity .3s ease;

    transition: opacity .3s ease;
  }
  .l-sideBar li a:hover {
    opacity: .7;
  }
  .l-sideBar li a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;

    width: 12px;
    height: 12px;
    margin: auto;

    background-image: url(../img/common/icn_link_arrow_black.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
  }
  .l-sideBar li a.is-current {
    color: black;

    background-color: white;
  }
  .l-sideBar li a.is-current::before {
    width: 18px;
    height: 18px;

    background-image: url(../img/common/icn_link_arrow_midnight.svg);
    opacity: 1;
  }
}

.l-header {
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .l-header__nav {
    z-index: 30;
  }
}

.p-modal {
  z-index: 40;
}

.c-speakNav {
  position: absolute;

  width: 1px;
  height: 1px;
  margin-top: -52px;
  padding: 1px 0 0 1px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .c-speakNav {
    margin-top: -100px;
  }
}

.c-btn {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .15)));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .15));
  border: 2px solid #001135;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);

  -webkit-transition: opacity .3s ease;

  transition: opacity .3s ease;

  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
          appearance: none;
}

.c-btn:hover {
  cursor: pointer;
  opacity: .7;
}

.c-btn[disabled], .c-btn.is-disabled {
  cursor: default;
  opacity: .4 !important;

  pointer-events: none;
}

.c-btn.-s {
  padding: 8px;

  font-weight: bold;
  font-size: 1.5rem;
  color: #001135;
  text-decoration: none;
}

.c-btn.-s + span.c-annotation {
  margin-top: 5px;
}

.c-btn.-m {
  padding: 12px;

  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #001135;
  text-decoration: none;
}

.c-btn.-m + span.c-annotation {
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .c-btn.-m {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-btn.-m {
    width: 100%;
  }
}

.c-btn.-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 10px;

  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  color: #001135;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .c-btn.-l {
    padding: 28px 20px;

    font-size: 2rem;
  }
}

.c-btn.-l.-midnight {
  padding: 30px 18px;
}

.c-btn.-arrow_l::before {
  content: "";

  display: inline-block;
  width: 6px;
  height: 1.6em;
  margin-right: 10px;

  background-image: url(../img/common/icn_link_arrow_midnight.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .c-btn.-arrow_l::before {
    width: 8px;
    height: 32px;
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-btn.-arrow_l.-narrow {
    font-size: 1.7rem;
  }
}

.c-btn.-smile::before {
  content: "";
  left: 27px;

  display: inline-block;
  width: 20px;
  height: 1.6em;
  margin-right: 10px;

  background-image: url(../img/common/icn_smile.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.c-btn.-lock::before {
  content: "";
  left: 27px;

  display: inline-block;
  width: 20px;
  height: 1.6em;
  margin-right: 10px;

  background-image: url(../img/common/icn_lock.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.c-btn.-arrow-down::before {
  content: "";
  left: 27px;

  display: inline-block;
  width: 16px;
  height: 1.6em;
  margin-right: 10px;

  background-image: url(../img/common/icn_arrow_down_simple.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.c-btn.-pencil::before {
  content: "";
  left: 27px;

  display: inline-block;
  width: 16px;
  height: 1.6em;
  margin-right: 10px;

  background-image: url(../img/common/icn_pencil.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.c-btn.-phone::before {
  content: "";
  left: 27px;

  display: inline-block;
  width: 16px;
  height: 1.6em;
  margin-right: 10px;

  background-image: url(../img/common/icn_phone.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .c-btn.-phone {
    width: auto !important;
    min-width: 180px;
    padding: 0 5px !important;
  }
}

.c-btn.-mail::before {
  content: "";
  left: 27px;

  display: inline-block;
  width: 16px;
  height: 1.6em;
  margin-right: 10px;

  background-image: url(../img/common/icn_mail_midnight.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.c-btn.-close::before {
  content: "";
  left: 27px;

  display: inline-block;
  width: 20px;
  height: 1.6em;
  margin-right: 10px;

  background-image: url(../img/common/icn_close.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

/*
@media screen and (max-width: 767px) {
  .c-btn.-modal {
    min-height: 60px;
    padding: 20px;

    font-weight: bold;
    font-size: 1.4rem;
    color: #001135;
    text-decoration: none;

    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
  }
  .c-btn.-modal.-midnight {
    font-size: 1.6rem;
  }
}
*/

.c-btn.-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;

  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  color: #001135;
  text-decoration: none;
}

.c-btn.-modal.-midnight {
  padding: calc(17px - ((2rem * 1.6) - (1.6rem * 1.6))/ 2) 15px;

  font-size: 2rem;
}

.c-btn.-midnight {
  color: white;
  background:         -webkit-gradient(linear, left top, left bottom, from(#405175), to(#011236));
  background:         linear-gradient(to bottom, #405175 0%, #011236 100%);
  border: none;
}

.c-btn.-upload::before {
  content: "";
  left: 27px;

  display: inline-block;
  width: 16px;
  height: 1.6em;
  margin-right: 10px;

  background-image: url(../img/common/icn_upload.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.c-btn.-download::before {
  content: "";
  left: 27px;

  display: inline-block;
  width: 16px;
  height: 1.6em;
  margin-right: 10px;

  background-image: url(../img/common/icn_download.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.c-btn.-pdf.-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 80px;
  padding: 5px 5px 5px 50px;
  overflow: hidden;

  color: #001135;

  border-color: #df7142;
}

@media screen and (max-width: 767px) {
  .c-btn.-pdf.-multi {
    min-height: 70px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-btn.-pdf.-multi {
    padding: 10px 10px 10px 60px;
  }
}

.c-btn.-pdf.-multi .c-btn__inner {
  display: block;

  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}

.c-btn.-pdf.-multi small {
  display: inline-block;

  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .c-btn.-pdf.-multi small {
    font-size: 1rem;
  }
}

.c-btn.-pdf.-multi b {
  display: inline-block;

  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-btn.-pdf.-multi b {
    font-size: 1.4rem;
  }
}

.c-btn.-pdf.-multi::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;

  width: 20px;
  height: 20px;
  margin: auto;

  background-image: url(../img/common/icn_pdf_red.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-btn.-pdf.-multi::before {
    left: 15px;
  }
}

.c-btn.-pdf.-multi::after {
  content: "未読";
  position: absolute;
  right: -40px;
  bottom: 3px;

  width: 100px;
  padding: 3px 0 4px;

  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  color: white;

  background: #df7142;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-btn.-pdf.-multi.-visited {
  border-color: #001135;
}

.c-btn.-pdf.-multi.-visited::before {
  background-image: url(../img/common/icn_pdf.png);
}

.c-btn.-pdf.-multi.-visited::after {
  content: none;
}

span.c-btn {
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

span.c-btn:hover {
  opacity: 1;
}

.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-grid + .c-ol.-annotation {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .c-grid + .c-ol.-annotation {
    margin-top: 15px;
  }
}

.c-grid + p.c-annotation {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .c-grid + p.c-annotation {
    margin-top: 35px;
  }
}

.c-grid.-m {
  margin-right: -5px;
  margin-left: -5px;
}

@media screen and (max-width: 767px) {
  .c-grid.-m {
    margin-bottom: -20px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-grid.-m {
    margin-right: -10px;
    margin-bottom: -20px;
    margin-left: -10px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-grid.-m.-mypage {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-grid.-m.-mypage {
    margin-bottom: 0px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-grid.-m.-reverse {
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .c-grid.-n.-mypage {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-grid.-n.-mypage {
    margin-top: 5px !important;
  }
}

.c-grid.-m > .c-col {
  padding-right: 5px;
  padding-bottom: 20px;
  padding-left: 5px;
}

@media print, screen and (min-width: 768px) {
  .c-grid.-m > .c-col {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
}

.c-table .c-grid.-m > .c-col[data-cols] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-grid.-n {
  margin-right: -2px;
  margin-bottom: -10px;
  margin-left: -2px;
}

@media print, screen and (min-width: 768px) {
  .c-grid.-n {
    margin-right: -5px;
    margin-bottom: -20px;
    margin-left: -5px;
  }
}

.c-grid.-n > .c-col {
  padding-right: 2px;
  padding-bottom: 10px;
  padding-left: 2px;
}

@media print, screen and (min-width: 768px) {
  .c-grid.-n > .c-col {
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-grid.-flow {
    margin-right: -25px;
    margin-left: -25px;
  }
}

.c-grid.-flow > .c-col {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-grid.-flow > .c-col + .c-col {
    margin-top: 30px;
  }
  .c-grid.-flow > .c-col + .c-col::before {
    content: "";
    position: absolute;
    top: -22px;
    right: 0;
    left: 0;

    width: 0;
    height: 0;
    margin: auto;

    border-width: 12px 8px 0 8px;
    border-style: solid;
    border-color: #001135 transparent transparent transparent;
  }
}

@media print, screen and (min-width: 768px) {
  .c-grid.-flow > .c-col {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c-grid.-flow > .c-col + .c-col::before {
    content: "";
    position: absolute;
    bottom: 56px;
    left: -5px;

    width: 0;
    height: 0;

    border-width: 8px 0 8px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #001135;
  }
  .c-grid.-flow > .c-col .c-figure.-table {
    min-height: 100%;
  }
  .c-grid.-flow > .c-col .c-figure.-table .c-figure__body {
    padding: 15px;

    text-align: left;
  }
}

.c-grid .c-col {
  width: 100%;
}

.c-grid .c-col > label {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .c-grid .c-col[data-cols*="pc:2-1"] {
    width: calc(100% / 2);
  }
  .c-grid .c-col[data-cols*="pc:3-1"] {
    width: calc(100% / 3);
  }
  .c-grid .c-col[data-cols*="pc:3-2"] {
    width: calc(66.6666%);
  }
  .c-grid .c-col[data-cols*="pc:4-1"] {
    width: calc(100% / 4);
  }
  .c-grid .c-col[data-cols*="pc:6-1"] {
    width: calc(100% / 6);
  }
  .c-grid .c-col[data-cols*="pc:4-3"] {
    width: calc(100% / 4 * 3);
  }
}

@media screen and (max-width: 767px) {
  .c-grid .c-col[data-cols*="sp:1"] {
    width: calc(100%);
  }
  .c-grid .c-col[data-cols*="sp:2-1"] {
    width: calc(50%);
  }
  .c-grid .c-col[data-cols*="sp:3-1"] {
    width: 33.3333%;
  }
  .c-grid .c-col[data-cols*="sp:3-2"] {
    width: 66.6666%;
  }
  .c-grid .c-col[data-cols*="sp:4-1"] {
    width: calc(25%);
  }
  .c-grid .c-col[data-cols*="sp:4-3"] {
    width: calc(75%);
  }
}

.c-dl.-cmn > dt, .c-dl.-cmn > .c-figure__heading {
  font-weight: bold;
}

.c-dl.-cmn > dd + dt, .c-dl.-cmn > dd .c-figure__heading, .c-dl.-cmn > .c-figure__body + dt, .c-dl.-cmn > .c-figure__body .c-figure__heading {
  margin-top: 2em;
}

.c-dl.-faq {
  border: 2px solid #dadada;
}

.c-dl.-faq > dt {
  position: relative;

  padding: 10px 15px 10px 50px;

  font-weight: bold;

  background: #f4f3e0;

  counter-increment: dl-faq-q;
}

@media print, screen and (min-width: 768px) {
  .c-dl.-faq > dt {
    padding: 17px 17px 17px 80px;

    font-size: 1.6rem;
  }
}

.c-dl.-faq > dt::before {
  content: "Q" counter(dl-faq-q);
  position: absolute;
  left: 15px;

  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .c-dl.-faq > dt::before {
    left: 30px;

    font-size: 1.8rem;
  }
}

.c-dl.-faq > dd {
  position: relative;

  padding: 15px 15px 15px 50px;

  background: white;

  counter-increment: dl-faq-a;
}

@media print, screen and (min-width: 768px) {
  .c-dl.-faq > dd {
    padding: 30px 30px 30px 80px;

    font-size: 1.6rem;
  }
}

.c-dl.-faq > dd::before {
  content: "A" counter(dl-faq-a);
  position: absolute;
  left: 15px;

  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .c-dl.-faq > dd::before {
    left: 30px;

    font-size: 1.8rem;
  }
}

.c-figure {
  background-color: white;
}

@media print, screen and (min-width: 768px) {
  .c-figure[data-direction*="pc:h"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-figure[data-direction*="pc:h"] .c-figure__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-figure[data-direction*="pc:h"] .c-figure__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .c-figure[data-direction*="sp:h"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-figure[data-direction*="sp:h"] .c-figure__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-figure[data-direction*="sp:h"] .c-figure__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.c-figure.-table {
  width: 100%;

  border: 2px solid #dadada;
}

.c-figure.-table + p {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .c-figure.-table + p {
    margin-top: 35px;
  }
}

.c-figure.-table > .c-figure__heading {
  background: #f4f3e0;
}

@media print, screen and (min-width: 768px) {
  .c-figure.-table[data-direction*="pc:v"] > .c-figure__heading {
    padding: 10px;

    text-align: center;
  }
  .c-figure.-table[data-direction*="pc:v"] > .c-figure__body {
    padding: 25px;

    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .c-figure.-table[data-direction*="pc:h"] > .c-figure__heading {
    padding: 25px 20px;
  }
  .c-figure.-table[data-direction*="pc:h"] > .c-figure__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 20px;
  }
  .c-figure.-table[data-direction*="pc:h"] > .c-figure__body p {
    width: 100%;
  }
  .c-figure.-table[data-direction*="pc:h"].-narrow > .c-figure__heading {
    padding: 10px 20px;
  }
  .c-figure.-table[data-direction*="pc:h"].-narrow > .c-figure__body {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-figure.-table[data-direction*="sp:v"] + .c-figure.-table {
    border-top: 1px solid #dadada;
  }
  .c-figure.-table[data-direction*="sp:v"] > .c-figure__heading {
    width: 100%;
    padding: 7px;

    text-align: center;
  }
  .c-figure.-table[data-direction*="sp:v"] > .c-figure__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 15px;

    background: white;
  }
  .c-figure.-table[data-direction*="sp:v"] > .c-figure__body p {
    width: 100%;
  }
  .c-figure.-table[data-direction*="sp:v"] > .c-figure__body .c-table.-form {
    margin: -12px -15px;

    border-top: 1px solid #dadada;
  }
  .c-figure.-table[data-direction*="sp:v"].-continuity .c-figure__heading, .c-figure.-table[data-direction*="sp:v"].-continuity .c-figure__body {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-figure.-table[data-direction*="sp:h"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-figure.-table[data-direction*="sp:h"] + .c-figure.-table {
    border-top: 1px solid #dadada;
  }
  .c-figure.-table[data-direction*="sp:h"] + .c-figure.-table.-continuity {
    border-top: none;
  }
  .c-figure.-table[data-direction*="sp:h"] > .c-figure__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32vw;
    padding: 12px 15px;
  }
  .c-figure.-table[data-direction*="sp:h"] > .c-figure__body {
    padding: 12px 15px;

    background: white;
  }
  .c-figure.-table[data-direction*="sp:h"] > .c-figure__body p {
    width: 100%;
  }
  .c-figure.-table[data-direction*="sp:h"].-continuity .c-figure__heading, .c-figure.-table[data-direction*="sp:h"].-continuity .c-figure__body {
    padding-top: 0;
  }
}

.c-figure.-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background-color: transparent;
}

.c-figure.-inline > .c-figure__heading {
  text-align: left;
}

.c-figure.-inline > .c-figure__body {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-figure.-inline {
    font-size: 1.4rem;

    -webkit-font-feature-settings: "palt";

    font-feature-settings: "palt";
  }
}

.c-figure.-line {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;

  border: 2px solid #dadada;
}

@media screen and (max-width: 767px) {
  .c-figure.-line + .c-figure.-line {
    margin-top: 10px;
  }
}

.c-figure.-line > .c-figure__heading {
  position: relative;

  width: 100%;
  padding: 10px;

  font-weight: bold;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .c-figure.-line > .c-figure__heading {
    padding: 12px;

    font-size: 2rem;
    text-align: center;
  }
}

.c-figure.-line > .c-figure__heading.fn-accordion {
  padding-right: 60px;

  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .c-figure.-line > .c-figure__heading.fn-accordion {
    padding-right: 50px;
  }
}

.c-figure.-line > .c-figure__heading.fn-accordion.c-caption {
  padding-right: 40px;

  text-align: center;
  color: white;

  background: #979eac;
}

.c-figure.-line > .c-figure__heading.fn-accordion::before, .c-figure.-line > .c-figure__heading.fn-accordion::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  width: 36px;

  -webkit-transition: all .3s ease;

  transition: all .3s ease;
}

@media print, screen and (min-width: 768px) {
  .c-figure.-line > .c-figure__heading.fn-accordion::before, .c-figure.-line > .c-figure__heading.fn-accordion::after {
    width: 50px;
  }
}

.c-figure.-line > .c-figure__heading.fn-accordion::before {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .15)));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .15));
  border: 2px solid #001135;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}

.c-figure.-line > .c-figure__heading.fn-accordion::after {
  background-image: url(../img/common/icn_link_arrow_midnight.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 12px;
  border-radius: 50px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media print, screen and (min-width: 768px) {
  .c-figure.-line > .c-figure__heading.fn-accordion::after {
    background-size: 8px 16px;
  }
}

.c-figure.-line > .c-figure__heading.fn-accordion.is-active::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-figure.-line > .c-figure__heading.fn-accordion:hover::before, .c-figure.-line > .c-figure__heading.fn-accordion:hover::after {
  opacity: .6;
}

.c-figure.-line > .c-figure__body .c-table.-cmn + .c-table.-cmn {
  margin-top: 0;
}

.c-figure.-line .c-table.-wrapper, .c-figure.-line .c-table {
  border: none;
}

.c-figure.-line .c-table.-wrapper .c-table__caption, .c-figure.-line .c-table .c-table__caption {
  width: 100%;
  margin: 0;
}

.c-figure.-alert {
  border: 2px solid #b20000;
}

.c-figure.-alert + section {
  margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .c-figure.-alert + section {
    margin-top: 75px;
  }
}

.c-figure.-alert > .c-figure__heading {
  padding: 3px 5px 5px;

  font-weight: bold;
  text-align: center;
  color: white;

  background: #b20000;
}

@media print, screen and (min-width: 768px) {
  .c-figure.-alert > .c-figure__heading {
    padding: 8px 8px 10px;

    font-size: 1.8rem;
  }
}

.c-figure.-alert > .c-figure__body {
  padding: 13px;
}

@media print, screen and (min-width: 768px) {
  .c-figure.-alert > .c-figure__body {
    padding: 25px 30px;

    font-size: 1.8rem;
  }
}

.c-figure.-wrapper {
  border: 2px solid #dadada;
}

.c-figure.-wrapper + .-annotation {
  margin-top: 15px;
}

.c-figure.-wrapper .c-figure__heading {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px;

  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;

  border-bottom: 2px solid #b20000;
}

@media print, screen and (min-width: 768px) {
  .c-figure.-wrapper .c-figure__heading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;

    font-size: 2rem;
  }
}

.c-figure.-wrapper .c-figure__heading small {
  font-weight: normal;
  font-size: 1.2rem;
}

.c-figure.-wrapper .c-figure__heading.fn-accordion {
  cursor: pointer;
}

.c-figure.-wrapper .c-figure__heading.fn-accordion::before, .c-figure.-wrapper .c-figure__heading.fn-accordion::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  width: 36px;

  -webkit-transition: all .3s ease;

  transition: all .3s ease;
}

@media print, screen and (min-width: 768px) {
  .c-figure.-wrapper .c-figure__heading.fn-accordion::before, .c-figure.-wrapper .c-figure__heading.fn-accordion::after {
    width: 50px;
  }
}

.c-figure.-wrapper .c-figure__heading.fn-accordion::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .15)));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .15));
  border: 2px solid #001135;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}

.c-figure.-wrapper .c-figure__heading.fn-accordion::after {
  background-image: url(../img/common/icn_link_arrow_midnight.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 12px;
  border-radius: 50px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media print, screen and (min-width: 768px) {
  .c-figure.-wrapper .c-figure__heading.fn-accordion::after {
    background-size: 8px 16px;
  }
}

.c-figure.-wrapper .c-figure__heading.fn-accordion.is-active::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-figure.-wrapper .c-figure__heading.fn-accordion:hover::before, .c-figure.-wrapper .c-figure__heading.fn-accordion:hover::after {
  opacity: .6;
}

.c-figure.-wrapper .c-figure__body + .c-figure__heading {
  border-top: 2px solid #b20000;
  border-bottom: none;
}

.c-figure.-wrapper .c-table {
  border: none;
}

.c-figure.-wrapper .c-table {
  border: none;
}

.c-figure.-wrapper .c-grid {
  padding: 10px;
}

.c-figure.-pdf {
  background-color: transparent;
}

.c-figure.-pdf > .c-figure__heading + .c-figure__body {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .c-figure.-pdf > .c-figure__heading + .c-figure__body {
    margin-top: 20px;
  }
}

.c-figure.-pdf > .c-figure__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 500px;
  overflow: auto;

  border: 2px solid #dadada;
}

@media screen and (max-width: 767px) {
  .c-figure.-pdf > .c-figure__body {
    height: 450px;
  }
}

.c-figure.-pdf > .c-figure__body > iframe {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .c-figure.-pdf > .c-figure__body > iframe {
    height: 640px;
  }
}

@media screen and (max-width: 767px) {
  .c-figure.-pdf > .c-figure__body > iframe {
    height: 450px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-figure.-pdf > .c-figure__body > canvas {
    width: 100% !important;
    height: auto !important;
  }
}

input[type="text"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"] {
  display: block;
  width: 100%;
  padding: 12px;

  font-size: 1.6rem;

  border: 2px solid #999999;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;

  -webkit-appearance: none;
}

input[type="text"] :placeholder-shown, input[type="number"] :placeholder-shown, input[type="password"] :placeholder-shown, input[type="search"] :placeholder-shown, input[type="tel"] :placeholder-shown, input[type="url"] :placeholder-shown, input[type="email"] :placeholder-shown {
  color: #999999;
}

input[type="text"] ::-webkit-input-placeholder, input[type="number"] ::-webkit-input-placeholder, input[type="password"] ::-webkit-input-placeholder, input[type="search"] ::-webkit-input-placeholder, input[type="tel"] ::-webkit-input-placeholder, input[type="url"] ::-webkit-input-placeholder, input[type="email"] ::-webkit-input-placeholder {
  color: #999999;
}

input[type="text"] :-ms-input-placeholder, input[type="number"] :-ms-input-placeholder, input[type="password"] :-ms-input-placeholder, input[type="search"] :-ms-input-placeholder, input[type="tel"] :-ms-input-placeholder, input[type="url"] :-ms-input-placeholder, input[type="email"] :-ms-input-placeholder {
  color: #999999;
}

input[type="text"].c-error, input[type="number"].c-error, input[type="password"].c-error, input[type="search"].c-error, input[type="tel"].c-error, input[type="url"].c-error, input[type="email"].c-error {
  padding: 10px;

  border-width: 4px;
  border-color: #df7142;
}

input[type="text"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="url"][disabled], input[type="email"][disabled] {
  opacity: .2;
}

input[type="text"][disabled] + .c-label.-suffix, input[type="number"][disabled] + .c-label.-suffix, input[type="password"][disabled] + .c-label.-suffix, input[type="search"][disabled] + .c-label.-suffix, input[type="tel"][disabled] + .c-label.-suffix, input[type="url"][disabled] + .c-label.-suffix, input[type="email"][disabled] + .c-label.-suffix {
  opacity: .2;
}

.c-error-text {
  display: inline-block;
  margin-top: 5px;

  font-weight: 700;
  font-size: 1.6rem;
  color: #df7142;
}

.c-error-select {
  display: block;
  padding: 12px 50px 12px 12px;

  font-size: 1.6rem;

  background-color: white;
  background-image: url(../img/common/bg_select.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 3px) calc(50% + 2px);
  background-size: 30px;
  border: 4px solid #df7142;
  border-radius: 0;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 767px) {
  .c-error-text {
    font-size: 1.4rem;
  }
}

.c-error-text.u-fs_x-large {
  margin-top: 0;
}

input.c-checkbox {
  position: absolute;

  width: .01px;
  height: .01px;

  opacity: 0;
}

input.c-checkbox + .c-checkbox__label {
  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: .2em;
  padding-left: 45px;

  text-align: left;
}

input.c-checkbox + .c-checkbox__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  display: inline-block;
  width: 26px;
  height: 26px;

  background: white;
  border: 2px solid #999999;
}

@media print, screen and (min-width: 768px) {
  input.c-checkbox + .c-checkbox__label.u-fs_large {
    padding-top: 0;
  }
}

input.c-checkbox:checked + .c-checkbox__label::before {
  border-color: black;
}

input.c-checkbox:checked + .c-checkbox__label::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;

  width: 12px;
  height: 6px;

  border-bottom: 2px solid #001135;
  border-left: 2px solid #001135;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.c-radio {
  position: absolute;

  width: .01px;
  height: .01px;

  opacity: 0;
}

input.c-radio + .c-radio__label {
  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: .4em;
  padding-left: 45px;
}

input.c-radio + .c-radio__label2 {
  position: relative;

  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: .4em;
  padding-left: 45px;
}

@media print, screen and (min-width: 768px) {
  input.c-radio + .c-radio__label {
    padding-top: .2em;
  }
}

input.c-radio + .c-radio__label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  display: inline-block;
  width: 26px;
  height: 26px;
  margin: auto;

  background: white;
  border: 2px solid #c0cac7;
  border-radius: 25px;
}

input.c-radio + .c-radio__label2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  display: inline-block;
  width: 26px;
  height: 26px;
  margin: auto;

  background: white;
  border: 2px solid #c0cac7;
  border-radius: 25px;
}


@media print, screen and (min-width: 768px) {
  input.c-radio + .c-radio__label.u-fs_large {
    padding-top: 0;
  }
}

input.c-radio:checked + .c-radio__label::before {
  border-color: #001135;
}

input.c-radio:checked + .c-radio__label2::before {
  border-color: #001135;
}

input.c-radio:checked + .c-radio__label::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;

  width: 16px;
  height: 16px;
  margin: auto;

  background: #001135;
  border-radius: 100px;
}

.c-select {
  display: block;
  padding: 12px 50px 12px 12px;

  font-size: 1.6rem;

  background-color: white;
  background-image: url(../img/common/bg_select.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 3px) calc(50% + 2px);
  background-size: 30px;
  border: 2px solid #999999;
  border-radius: 0;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-select::-ms-expand {
  display: none;
}

.c-select[disabled] {
  color: black;

  opacity: .2;
}

@media screen and (max-width: 767px) {
  .c-select.-min {
    padding: 10px 33px 10px 8px;

    background-color: white;
    background-image: url(../img/common/bg_select.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 3px) calc(50% + 2px);
    background-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .c-select-year {
    width: 40%;
  }
  .c-select-year select {
    width: 100%;
    padding: 12px 30px 12px 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-select-month, .c-select-date {
    width: 30%;
  }
  .c-select-month select, .c-select-date select {
    width: 100%;
    padding: 12px 30px 12px 12px;
  }
}

.c-inputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-inputWrapper + span.c-annotation {
  margin-top: 5px;
}

.c-inputWrapper .c-label {
  white-space: nowrap;
}

.c-inputWrapper .c-label.-prefix {
  padding-right: 15px;
}

.c-inputWrapper .c-label.-prefix.u-w60, .c-inputWrapper .c-label.-prefix.u-w110 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-inputWrapper .c-label.-suffix {
  padding-left: 15px;
}

.c-inputWrapper .c-label.-bar {
  padding-right: 10px;
  padding-left: 10px;
}

.c-inputWrapper .c-label.is-disabled {
  opacity: .2;
}

@media screen and (max-width: 767px) {
  .c-inputWrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-inputWrapper.-phone {
    width: 100%;
  }
  .c-inputWrapper.-phone input {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-inputWrapper.-phone:last-of-type {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 767px) {
  .c-inputWrapper.-zipcode {
    width: auto;
  }
}

.c-heading.-lv1 {
  padding: 15px 0 10px 25px;

  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;

  background-image: url(../img/common/bg_heading_lv1.png);
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: 2px solid #b20000;
}

.c-heading.-lv1 + section {
  margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv1 + section {
    margin-top: 75px;
  }
}

.c-heading.-lv1 + .c-figure.-alert {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv1 + .c-figure.-alert {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .c-heading.-lv1 {
    background-size: 35px;
    border-bottom-width: 3px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv1 {
    padding: 0 0 30px 120px;

    font-size: 3.2rem;

    background-position: left top 10px;
    border-bottom-width: 5px;
  }
}

.c-heading.-lv1 .c-heading__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv1 .c-heading__header {
    margin-bottom: 15px;
  }
}

.c-heading.-lv1 .c-heading__header .time {
  display: block;
  margin-right: 10px;

  font-weight: normal;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv1 .c-heading__header .time {
    margin-right: 20px;

    font-size: 1.8rem;
  }
}

.c-heading.-lv1 .c-heading__header .p-notification__icn {
  font-weight: normal;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv1 .c-heading__header .p-notification__icn + .p-notification__icn {
    margin-left: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv1 .c-heading__header .p-notification__icn {
    height: 30px;
    padding: 0 10px;

    font-size: 1.8rem;
  }
}

.c-heading.-lv2 {
  padding-bottom: 10px;

  font-size: 1.5rem;

  border-bottom: 1px solid #dddddd;
}

.c-heading.-lv2 + .c-grid {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv2 + .c-grid {
    margin-top: 20px;
  }
}

.c-heading.-lv2 + p {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv2 + p {
    margin-top: 35px;
  }
}

.c-heading.-lv2 + .c-list.-dot {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv2 + .c-list.-dot {
    margin-top: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv2 {
    padding-bottom: 15px;

    font-size: 2rem;
  }
}

.c-heading.-lv3 {
  position: relative;

  padding-bottom: 12px;

  font-size: 1.6rem;

  border-bottom: 2px solid #b20000;
}

.c-heading.-lv3 + p {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv3 + p {
    margin-top: 40px;
  }
}

.c-heading.-lv3 + .c-table {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv3 + .c-table {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-heading.-lv3 + .p-flow.-inline {
    margin-top: 20px;
  }
}

.c-heading.-lv3 + .p-frame.-error {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv3 + .p-frame.-error {
    margin-top: 40px;
  }
}

.c-heading.-lv3 + section {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv3 + section {
    margin-top: 55px;
  }
}

.c-heading.-lv3 + .c-list.-note {
  margin-top: 35px;
}

.c-heading.-lv3 + .c-grid {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv3 + ._sp + section, .c-heading.-lv3 + ._sp + .c-heading.-lv2 {
    margin-top: 55px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;

    font-size: 2.4rem;
  }
}

.c-heading.-lv4 {
  padding-bottom: 12px;

  font-size: 1.5rem;

  border-bottom: 1px solid #dddddd;
}

.c-heading.-lv4 + .c-figure.-table {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv4 + .c-figure.-table {
    margin-top: 40px;
  }
}

.c-heading.-lv4 + .c-grid {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv4 + .c-grid {
    margin-top: 40px;
  }
}

.c-heading.-lv4 + .c-table {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv4 + .c-table {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv4 {
    font-size: 2rem;
  }
}

.c-heading.-lv5 {
  margin-bottom: 10px;
  padding: 10px;

  font-size: 1.6rem;
  text-align: center;
  color: white;

  background: #979eac;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .c-heading.-lv5 {
    margin-bottom: 20px;
  }
}

.c-hr.-cmn {
  border: none;
  border-bottom: 1px solid #dadada;
}

.c-hr.-arrow_b {
  display: block;
  margin: 10px 0;

  border: none;
}

@media print, screen and (min-width: 768px) {
  .c-hr.-arrow_b {
    margin: 20px 0;
  }
}

.c-hr.-arrow_b.-w {
  margin: 40px 0;
}

.c-hr.-arrow_b::before {
  content: "";

  display: block;
  width: 0;
  height: 0;
  margin: auto;

  border-width: 12px 8px 0 8px;
  border-style: solid;
  border-color: #001135 transparent transparent transparent;
}

.c-icn.-bar {
  display: inline-block;
  border-left: solid 5px #c70000;
  padding: 2px 2px 0px 15px;
  height: 2.5rem;
}

.c-icn.-alert {
  display: inline-block;
  width: 20px;
  height: 20px;

  vertical-align: -.1em;

  background-image: url(../img/common/icn_alert.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-icn.-error {
  display: inline-block;
  width: 20px;
  height: 20px;

  vertical-align: -.1em;

  background-image: url(../img/common/icn_error.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-icn.-time {
  display: inline-block;
  width: 20px;
  height: 20px;

  vertical-align: -.2em;

  background-image: url(../img/common/icn_time_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .c-icn.-time {
    vertical-align: -.1em;
  }
}

.c-icn.-lock {
  display: inline-block;
  width: 20px;
  height: 20px;

  vertical-align: -.1em;

  background-image: url(../img/common/icn_lock_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-icn.-up {
  display: inline-block;
  width: 20px;
  height: 1.6em;

  background-image: url(../img/common/icn_arrow_up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-icn.-down {
  display: inline-block;
  width: 20px;
  height: 1.6em;

  background-image: url(../img/common/icn_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-icn.-plus {
  display: inline-block;
  width: 20px;
  height: 1.6em;

  background-image: url(../img/common/icn_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-icn.-minus {
  display: inline-block;
  width: 20px;
  height: 1.6em;

  background-image: url(../img/common/icn_minus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-icn.-help {
  position: relative;

  display: inline-block;
  width: 32px;
  height: 32px;

  vertical-align: middle;

  background-image: url(../img/common/icn_help.png);
  background-repeat: no-repeat;
  background-size: contain;

  -webkit-transition: opacity .3s ease;

  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .c-icn.-help {
    width: 28px;
    height: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-icn.-help {
    top: -.2em;
  }
}

.c-icn.-back {
  position: relative;

  display: inline-block;
  width: 36px;
  height: 36px;

  vertical-align: middle;

  background-image: url(../img/common/icn_back.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-icn.-back {
    width: 28px;
    height: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-icn.-back {
    top: -.2em;
  }
}

@media screen and (max-width: 767px) {
  .c-icn.-hamburger {
    position: relative;

    width: 20px;
    height: 2px;

    background: #001135;
  }
  .c-icn.-hamburger::before, .c-icn.-hamburger::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;

    width: 20px;
    height: 2px;
    margin: auto;

    background: #001135;
  }
  .c-icn.-hamburger::before {
    bottom: 6px;
  }
  .c-icn.-hamburger::after {
    top: 6px;
  }
}

.c-icn.-prefix {
  margin-right: 5px;
}

.c-icn.-suffix {
  margin-left: 5px;
}

.c-icn.-mail {
  display: inline-block;
  width: 20px;
  height: 1.6em;
  margin-right: 15px;

  vertical-align: middle;

  background-image: url(../img/common/icn_mail_red.svg);
  background-repeat: no-repeat;
  background-position: 0 .3em;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-icn.-mail {
    width: 18px;
    margin-right: 10px;

    background-position: 0 .2em;
  }
}

.c-icn.-globe {
  display: inline-block;
  width: 20px;
  height: 1.6em;
  margin-right: 15px;

  vertical-align: middle;

  background-image: url(../img/common/icn_globe.svg);
  background-repeat: no-repeat;
  background-position: 0 .2em;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-icn.-globe {
    width: 18px;
    margin-right: 10px;

    background-position: 0 .1em;
  }
}

.c-link {
  position: relative;

  color: #15209a;

  -webkit-transition: opacity .3s ease;

  transition: opacity .3s ease;
}

.c-link:hover {
  opacity: .7;
}

.c-link.-arrow_l {
  padding-left: 15px;
}

.c-link.-arrow_l::before {
  content: "";
  position: absolute;
  left: 0;

  width: 6px;
  height: 1.6em;

  text-decoration: none;

  background-image: url(../img/common/icn_link_arrow_midnight.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .c-link.-arrow_l::before {
    background-image: url(../img/common/icn_link_arrow_black.svg);
  }
}

.c-link.-back {
  position: relative;

  padding-left: 35px;

  font-size: 1.6rem;
  color: black;
  text-decoration: none;

  -webkit-transition: opacity .3s ease;

  transition: opacity .3s ease;
}

@media print, screen and (min-width: 768px) {
  .c-link.-back {
    padding-left: 40px;
  }
}

.c-link.-back::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;

  width: 30px;
  height: 30px;
  margin: auto;

  background-image: url(../img/common/icn_back.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .c-link.-back::before {
    width: 36px;
    height: 36px;
  }
}

.c-link.-back:hover {
  opacity: .7;
}

.c-list.-annotation li {
  position: relative;

  padding-left: 1em;

  font-size: 1.4rem;
}

.c-list.-annotation li + li {
  margin-top: .6em;
}

.c-list.-annotation li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.c-list.-note + .c-table.-cmn {
  margin-top: 40px;
}

.c-list.-note li {
  position: relative;

  padding-left: 1em;
}

.c-list.-note li::before {
  content: "※";
  position: absolute;
  left: 0;
}


.note2 li::before {
  content: "・" !important;
  position: absolute !important;
  left: 0 !important;
}

.c-list.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-list.-horizontal li + li {
  margin-top: 0;
  margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .c-list.-horizontal li + li {
    margin-top: 0;
    margin-left: 15px;
  }
}

.c-list.-horizontal.-annotation li {
  padding-left: 0;
}

.c-list.-horizontal.-annotation li::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .c-list.-horizontal[data-direction*="sp:v"] {
    display: block;
  }
  .c-list.-horizontal[data-direction*="sp:v"] li + li {
    margin-top: 5px;
    margin-left: 0;
  }
}

.c-list.-dot + section {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .c-list.-dot + section {
    margin-top: 50px;
  }
}

.c-list.-dot li {
  position: relative;

  padding-left: 1em;
}

.c-list.-dot li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.c-ol.-num li {
  position: relative;

  padding-left: 1em;

  counter-increment: table-ol;
}

.c-ol.-num li::before {
  content: counter(table-ol) ".";
  position: absolute;
  left: 0;
}

.c-ol.-annotation {
  display: table;
  padding-left: 0;

  list-style: none;
}

.c-ol.-annotation li {
  display: table-row;

  font-size: 1.2rem;

  counter-increment: table-ol;
}

.c-ol.-annotation li:after {
  content: "";

  display: block;
  margin-bottom: .2em;
}

@media print, screen and (min-width: 768px) {
  .c-ol.-annotation li {
    font-size: 1.4rem;
  }
}

.c-ol.-annotation li:before {
  content: "※" counter(table-ol) ":";

  display: table-cell;
  padding-right: .4em;

  text-align: left;
  color: #666666;
  white-space: nowrap;
}

.c-misc.-id1-3 {
  position: absolute;
  top: -20px;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .c-misc.-id1-3 {
    top: -45px;
    right: 0;
  }
}

.c-misc.-id3-4 {
  position: relative;

  padding-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .c-misc.-id3-4 {
    padding-bottom: 80px;
  }
}

.c-misc.-id3-4 .c-character {
  position: absolute;
  top: -35px;
  right: 0;

  width: 55px;
}

@media print, screen and (min-width: 768px) {
  .c-misc.-id3-4 .c-character {
    top: -60px;

    width: 80px;
  }
}

.c-misc.-id9-2 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-misc.-id9-2 {
    padding-bottom: 40px;
  }
}

.c-misc.-id9-2 .c-character {
  position: absolute;
  right: 0;

  width: 80px;
}

.c-misc.-id9-2 .c-character img {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .c-misc.-id9-2 .c-character {
    bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .c-misc.-id9-2 .c-character {
    top: -40px;
    right: 100px;

    width: 150px;
  }
  .c-misc.-id9-2 .c-character img {
    width: 150px;
  }
}

.c-misc.-id9-11 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-misc.-id9-11 {
    padding-bottom: 40px;
  }
}

.c-misc.-id9-11 .c-character {
  position: absolute;
  right: 0;

  width: 77px;
}

.c-misc.-id9-11 .c-character img {
  width: 77px;
}

@media screen and (max-width: 767px) {
  .c-misc.-id9-11 .c-character {
    bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .c-misc.-id9-11 .c-character {
    top: -40px;
    right: 100px;

    width: 120px;
  }
  .c-misc.-id9-11 .c-character img {
    width: 120px;
  }
}

.c-misc.-id14 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-misc.-id14 .c-character {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-misc.-id14 .c-character {
    margin-left: 10px;
  }
}

.c-table {
  background-color: white;
}

.c-table.is-fixed {
  table-layout: fixed;
}

.c-table.-cmn {
  width: 100%;

  border: 2px solid #dadada;
}

.c-table.-cmn + .-annotation {
  margin-top: 15px;
}

.c-table.-cmn + p {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .c-table.-cmn + p {
    margin-top: 35px;
  }
}

.c-table.-cmn + .c-grid {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .c-table.-cmn + .c-grid {
    margin-top: 40px;
  }
}

.c-table.-cmn + .c-table.-cmn {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .c-table.-cmn + .c-table.-cmn {
    margin-top: 40px;
  }
}

.c-table.-cmn + .p-frame.-line {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .c-table.-cmn {
    border-width: 1px;
  }
}

.c-table.-cmn th {
  background: #f4f3e0;
}

.c-table.-cmn th.c-caption {
  font-weight: bold;
  color: white;

  background: #979eac;
}

.c-table.-cmn.-vertical th, .c-table.-cmn.-vertical td {
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .c-table.-cmn.-vertical th, .c-table.-cmn.-vertical td {
    border-bottom: 1px solid #dadada;
  }
}

.c-table.-cmn.-vertical th.u-bl_n, .c-table.-cmn.-vertical td.u-bl_n {
  border-bottom: none;
  border-left: none;
}

.c-table.-cmn.-vertical th.u-bll_n, .c-table.-cmn.-vertical td.u-bll_n {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-vertical:not(._sp) thead th {
    display: block;
    padding: 7px;
  }
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-vertical:not(._sp) tbody th {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-vertical._sp:not(.is-fixed) thead th {
    padding: 7px !important;
  }
}

.c-table.-cmn.-vertical th {
  padding: 10px;

  text-align: center;
}

.c-table.-cmn.-vertical th + th {
  border-left: 1px solid #dadada;
}

.c-table.-cmn.-vertical th.c-em {
  position: relative;

  height: 100%;
  padding: 0;
}

.c-table.-cmn.-vertical th.c-em .c-em__inner {
  position: relative;
  z-index: 2;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  margin: -4px 0 -2px -2px;
  padding: 10px;

  text-align: center;
  color: white;

  background: #b20000;
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-vertical th.c-em .c-em__inner {
    padding: 7px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-table.-cmn.-vertical:not(.-narrow) tbody th:not([scope="col"]):not(.c-caption) {
    vertical-align: top !important;
  }
}

@media print, screen and (min-width: 768px) {
  .c-table.-cmn.-vertical tbody th.-form {
    padding-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-table.-cmn.-vertical tbody th.-strong {
    padding-top: 18px;
  }
}

.c-table.-cmn.-vertical td {
  padding: 25px 20px;
}

.c-table.-cmn.-vertical td + td {
  border-left: 1px solid #dadada;
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-vertical td {
    display: block;
    padding: 12px 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-table.-cmn.-vertical td {
    text-align: center;
  }
}

.c-table.-cmn.-vertical td.c-em {
  position: relative;

  height: 100%;
  padding: 0;
}

.c-table.-cmn.-vertical td.c-em .c-em__inner {
  position: relative;

  display: block;
  min-height: 100%;
  margin: -2px 0 -2px -2px;
  padding: 25px 20px;

  border: 2px solid #b20000;
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-vertical td.c-em .c-em__inner {
    padding: 12px 15px;
  }
}

.c-table.-cmn.-horizontal tr.u-bt_n th, .c-table.-cmn.-horizontal tr.u-bt_n td {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-horizontal tr.u-bt_n th, .c-table.-cmn.-horizontal tr.u-bt_n td {
    padding-top: 0;
  }
}

.c-table.-cmn.-horizontal tr.c-em {
  border: 2px solid #b20000;
}

.c-table.-cmn.-horizontal tr.c-em th {
  color: white;

  background: #b20000;
}

.c-table.-cmn.-horizontal tr.c-em th * {
  color: inherit;
}

@media print, screen and (min-width: 768px) {
  .c-table.-cmn.-horizontal tr.c-rowspanItem th, .c-table.-cmn.-horizontal tr.c-rowspanItem td {
    padding-top: 0;

    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-horizontal tr.c-rowspanItem {
    border-top: 1px solid #dadada !important;
  }
}

.c-table.-cmn.-horizontal th, .c-table.-cmn.-horizontal td {
  vertical-align: middle;
  text-align: left;
}

.c-table.-cmn.-horizontal th {
  padding: 25px 20px;
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-horizontal th:not([colspan]) {
    width: 32vw;
    padding: 12px 15px;
  }
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-horizontal th.c-caption {
    padding: 7px;

    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .c-table.-cmn.-horizontal th.c-caption {
    padding: 10px;

    font-size: 1.6rem;
    text-align: center;
  }
}

.c-table.-cmn.-horizontal th .c-badge {
  display: inline-block;
  padding: 0 6px;

  font-size: smaller;
  vertical-align: .1em;
  color: black;

  background: #dadada;
  border-radius: 3px;
}

.c-table.-cmn.-horizontal td {
  padding: 25px 20px;
}

.c-table.-cmn.-horizontal td + td {
  padding-left: 0;
}

.c-table.-cmn.-horizontal td + td.c-sa {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-horizontal td + td.c-sa {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-horizontal td {
    padding: 12px 15px;
  }
}

.c-table.-cmn.-horizontal tr + tr th, .c-table.-cmn.-horizontal tr + tr td {
  border-top: 1px solid #dadada;
}

.c-table.-cmn.-horizontal.-narrow th, .c-table.-cmn.-horizontal.-narrow td {
  padding-top: 10px;
  padding-bottom: 10px;

  border-top: 1px solid #dadada;
}

.c-table.-cmn.-horizontal.-middle th, .c-table.-cmn.-horizontal.-middle td {
  padding-top: 10px;
  padding-bottom: 10px;
}

[data-cols="pc:3-1"] .c-table.-cmn.-horizontal.-narrow th, [data-cols="pc:3-1"] .c-table.-cmn.-horizontal.-narrow td {
  padding-right: 12px;
  padding-left: 14px;

  font-size: 14px;
}

[data-cols="pc:3-1"] .c-table.-cmn.-horizontal.-narrow th.u-ta_r, [data-cols="pc:3-1"] .c-table.-cmn.-horizontal.-narrow td.u-ta_r {
  white-space: nowrap;
}

.c-table.-cmn.-horizontal.-middle th, .c-table.-cmn.-horizontal.-middle td {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .c-table.-cmn.-horizontal.-middle th, .c-table.-cmn.-horizontal.-middle td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-horizontal.is-fixed:not(._sp):not(.-narrow) {
    display: block;
  }
  .c-table.-cmn.-horizontal.is-fixed:not(._sp):not(.-narrow) tbody, .c-table.-cmn.-horizontal.is-fixed:not(._sp):not(.-narrow) tr, .c-table.-cmn.-horizontal.is-fixed:not(._sp):not(.-narrow) th, .c-table.-cmn.-horizontal.is-fixed:not(._sp):not(.-narrow) td {
    display: block;
    width: 100%;

    border: none;
  }
  .c-table.-cmn.-horizontal.is-fixed:not(._sp):not(.-narrow) th {
    padding: 7px;

    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .c-heading + .c-table.-cmn.-horizontal.is-fixed:not(._sp):not(.-narrow) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-heading + .c-table.-cmn.-horizontal.is-fixed:not(._sp):not(.-narrow) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 359px) {
  .c-table.-cmn.-horizontal.-xs {
    display: block;
  }
  .c-table.-cmn.-horizontal.-xs tbody, .c-table.-cmn.-horizontal.-xs tr, .c-table.-cmn.-horizontal.-xs th, .c-table.-cmn.-horizontal.-xs td {
    display: block;
    width: 100%;
  }
  .c-table.-cmn.-horizontal.-xs th {
    padding: 7px;

    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-form th {
    border-bottom: 1px solid #dadada;
  }
}

.c-table.-cmn.-form thead th {
  background: #f4f3e0;
}

.c-table.-cmn.-form thead th.c-caption {
  background: #979eac;
}

.c-table.-cmn.-form tbody + tbody {
  border-top: 1px solid #dadada;
}

@media print, screen and (min-width: 768px) {
  .c-table.-cmn.-form tbody tr th:first-child:not(.u-bl_n) {
    padding-left: 25px;
  }
  .c-table.-cmn.-form tbody tr td:only-child {
    padding-left: 25px;
  }
}

.c-table.-cmn.-form tbody th {
  padding: 10px;

  text-align: left;

  background: white;
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-form tbody th {
    padding: 5px 15px;

    background: #f2f2f2;
    border-bottom: none;
  }
}

.c-table.-cmn.-form tbody th.is-thead {
  padding: 10px;

  text-align: center;

  background: red;
  background: #f4f3e0;
  border-top: 2px solid #dadada;
}

@media print, screen and (min-width: 768px) {
  .p-modal__content .c-table.-cmn.-form tbody th {
    background: #ffffff;
  }
}

.c-table.-cmn.-form td {
  padding: 10px;

  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-form td {
    padding: 10px 15px 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-table.-cmn.-form.-period tbody th {
    padding-top: 10px;

    background-color: #ffffff;
  }
  .c-table.-cmn.-form.-period tbody tr {
    border-bottom: 1px solid #dadada;
  }
}

.c-table.-cmn.-result tr td {
  border-bottom: 1px solid #dadada;
}

.c-table.-cmn.-result tr th, .c-table.-cmn.-result tr td {
  padding-right: 5px;
  padding-left: 5px;
}

.c-table.-cmn.-result tr th.c-caption, .c-table.-cmn.-result tr td.c-caption {
  color: white;

  background: #979eac;
  border-color: #979eac;
}

.c-table.-cmn.-result tr th.c-caption + .c-caption, .c-table.-cmn.-result tr td.c-caption + .c-caption {
  border-left-color: #dadada;
}

.c-table.-login {
  background-color: transparent;
}

@media print, screen and (min-width: 768px) {
  .c-table.-login {
    width: 600px;
    margin: 50px auto 40px;
  }
  .c-table.-login.-wid700 {
  width: 700px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-table.-login.-confirm{
    width: 600px;
    margin: 50px auto 40px 10px;
  }
  .c-table.-login.-confirm th{
     font-weight: bold;
  }
  .c-table.-login.-confirm.-long th{
     width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .c-table.-login {
    width: 100%;
    margin: 25px auto 30px;
  }
}

.c-table.-login + section {
  margin-top: 30px;
}

.c-table.-login th, .c-table.-login td {
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-table.-login th, .c-table.-login td {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .c-table.-login th {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .c-table.-login th {
    font-weight: bold;
  }
}

@media print, screen and (min-width: 768px) {
  .c-table.-login td {
    width: 80%;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-table.-login td {
    padding: 5px 0 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-table.-login tr + tr th, .c-table.-login tr + tr td {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-table.-login tr:last-child th, .c-table.-login tr:last-child td {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .c-table.-login.-password th {
    width: 120px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-table.-login.-password td {
    width: 460px;
  }
}

.c-table.-login.-select label:first-child {
  width: 40%;
}

.c-table.-login.-select label:not(:first-child) {
  width: 30%;
}

.c-table.-login.-select select {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .c-table.-login.-loginLong th {
    width: 200px;
  }
}

.c-table.-plain th, .c-table.-plain td {
  padding: 0 !important;

  background: transparent !important;
}

.c-table.fn-tableSort .tablesorter-header {
  padding-bottom: 30px !important;

  background-image: url("../img/common/icn_sort_default.svg");
  background-repeat: no-repeat;
  background-position: bottom 10px center;
  background-size: 42px 20px;
  outline: none;
  cursor: pointer;
}

.c-table.fn-tableSort .tablesorter-headerAsc {
  background-image: url("../img/common/icn_sort_asc.svg");
}

.c-table.fn-tableSort .tablesorter-headerDesc {
  background-image: url("../img/common/icn_sort_desc.svg");
}

.fn-accordion__target, .c-table.-wrapper tbody.fn-accordion__target {
  display: none;
  overflow: hidden;
}

.fn-accordion__target.is-active, .c-table.-wrapper tbody.fn-accordion__target.is-active {
  display: block;
  overflow: visible;
}

.c-accordion.-toggle .fn-accordion {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 15px;

  font-size: 1.4rem;
  text-align: left;

  border-bottom: 1px solid #dadada;
}

.c-accordion.-toggle .fn-accordion::before, .c-accordion.-toggle .fn-accordion::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  width: 36px;

  -webkit-transition: all .3s ease;

  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .c-accordion.-toggle .fn-accordion::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .15)));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .15));
    border: 2px solid #001135;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
  }
}

@media screen and (max-width: 767px) {
  .c-accordion.-toggle .fn-accordion::after {
    background-image: url(../img/common/icn_link_arrow_midnight.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 12px;
    border-radius: 50px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.c-accordion.-toggle .fn-accordion span::before {
  content: attr(data-text) "";
}

.c-accordion.-toggle .fn-accordion.is-active::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-accordion.-toggle .fn-accordion.is-active span::before {
  content: attr(data-text-active) "";
}

.p-flow.-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-flow.-inline + section, .p-flow.-inline + .c-heading.-lv2 {
    margin-top: 40px;
  }
}

.p-flow.-inline .p-flow__item {
  margin-right: 13px;

  color: #999999;
}

.p-flow.-inline .p-flow__item + .p-flow__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-flow.-inline .p-flow__item + .p-flow__item::before {
  content: "";

  display: block;
  width: 0;
  height: 0;
  margin-right: 10px;

  border-width: 8px 0 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #001135;
}

@media print, screen and (min-width: 768px) {
  .p-flow.-inline .p-flow__item + .p-flow__item::before {
    margin-right: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-flow.-inline .p-flow__item {
    margin-right: 17px;
  }
}

.p-flow.-inline .p-flow__item:last-child {
  margin-right: 0;
}

.p-flow.-inline .p-flow__item.is-current {
  font-weight: bold;
  color: black;
}

.p-flow.-circle + p {
  margin-top: 30px;
}

.p-flow.-circle li {
  counter-increment: table-ol;
}

.p-flow.-circle li > b, .p-flow.-circle li > span {
  vertical-align: middle;
}

.p-flow.-circle li > b {
  display: block;

  white-space: nowrap;
}

.p-flow.-circle li > b:before {
  content: counter(table-ol);

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;

  font-weight: normal;
  color: white;

  background: #df7142;
  border-radius: 20px;
}

.p-flow.-circle li > b sup {
  font-weight: normal;
  font-size: smaller;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .p-flow.-circle {
    display: table;
  }
  .p-flow.-circle li {
    display: table-row;
  }
  .p-flow.-circle li > b, .p-flow.-circle li span {
    display: table-cell;
    padding: 10px 0;
  }
  .p-flow.-circle li > b + span {
    padding-left: 15px;
  }
  .p-flow.-circle li > b:before {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow.-circle li + li {
    margin-top: 10px;
  }
  .p-flow.-circle li > span {
    display: block;
    margin-left: 45px;

    font-size: 1.2rem;
  }
}

.p-frame.-important {
  background: white;
}

@media screen and (max-width: 767px) {
  .p-frame.-important + .l-container {
    margin-top: 43px;
  }
}

@media screen and (max-width: 767px) {
  .p-frame.-important {
    margin: 15px 4vw 0;
    overflow: hidden;

    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 0 #dadada;
    box-shadow: 0 3px 0 0 #dadada;
  }
}

@media print, screen and (min-width: 768px) {
  .p-frame.-important {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1280px;
    min-height: 60px;
    margin: 20px auto;

    border: 2px solid #b20000;
  }
}

@media print, screen and (min-width: 768px) {
  .p-frame.-important.-mypage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 952px;
    min-height: 60px;
    margin: 0px auto;

    border: 2px solid #b20000;
  }
}

@media print, screen and (min-width: 768px) {
  .p-frame.-important.-latest {
    margin: 20px auto;
    border: 2px solid #df7142;
  }
}

.p-frame.-important .p-frame__heading {
  -ms-flex-negative: 0;
  flex-shrink: 0;

  font-weight: bold;
  color: white;

  background: #b20000;
}

@media screen and (max-width: 767px) {
  .p-frame.-important .p-frame__heading {
    padding: 7px;

    font-size: 1.4rem;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .p-frame.-important .p-frame__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;

    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .p-frame.-important ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;

    font-size: 1.6rem;
  }
}

.p-frame.-important li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-frame.-important li + li {
    border-top: 1px solid #dadada;
  }
}

@media screen and (max-width: 767px) {
  .p-frame.-important a.c-link {
    position: relative;

    display: block;
    padding: 15px 32px 15px 15px;

    font-size: 1.4rem;
    color: black;
    text-decoration: none;
  }
  .p-frame.-important a.c-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;

    width: 12px;
    height: 12px;
    margin: auto;

    background-image: url(../img/common/icn_link_arrow_midnight.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
  }
}

@media print, screen and (min-width: 768px) {
  .p-frame.-important a.c-link {
    display: block;
    padding-left: 15px;
  }
  .p-frame.-important a.c-link::before {
    content: "\00A0";
    position: absolute;
    left: 0;

    width: 6px;

    line-height: 1.6;

    background-image: url(../img/common/icn_link_arrow_black.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
  }
}

.p-frame.-line {
  background: white;
  border: 1px solid #dadada;
}

.p-frame.-line + .c-table {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .p-frame.-line + .c-table {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-frame.-line {
    padding: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-frame.-line {
    padding: 25px 30px;

    border-width: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-frame_2{
    width: 160%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-frame_2{
    width: 320%;
  }
}

.p-frame.-line .p-frame__heading {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .p-frame.-line .p-frame__heading {
    font-size: 2rem;
  }
  .p-frame.-line .p-frame__heading + p {
    margin-top: 10px;
  }
  .p-frame.-line .p-frame__heading + .c-list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-frame.-line .p-frame__heading {
    font-size: 1.6rem;
  }
  .p-frame.-line .p-frame__heading + p, .p-frame.-line .p-frame__heading + .c-list {
    margin-top: 5px;
  }
}

.p-frame.-line .p-frame__heading.-lv2 {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .p-frame.-line .p-frame__heading.-lv2 {
    font-size: 1.6rem;
  }
}

.p-frame.-line p {
  font-size: 1.4rem;
}

.p-frame.-alert {
  padding: 13px;

  background: white;
  border: 2px solid #e67178;
}

@media print, screen and (min-width: 768px) {
  .p-frame.-alert {
    padding: 18px 32px;
  }
}

.p-frame.-alert p {
  color: #e67178;
}

.p-frame.-alert p i {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .p-frame.-alert p {
    font-size: 1.6rem;
  }
}

.p-frame.-error {
  margin: 20px 0;
  padding: 15px;

  color: white;

  background: #b20000;
}

@media print, screen and (min-width: 768px) {
  .p-frame.-error {
    margin: 40px 0;
    padding: 17px 35px;
  }
}

.p-frame.-error p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-frame.-error p i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .p-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1280px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-login__main {
    width: 800px;
  }
}

.p-login__pr img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .p-login__pr {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .p-login__pr {
    margin-top: 60px;
  }
}

.p-login__pr + .p-login__pr {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-login__pr + .p-login__pr {
    margin-top: 20px;
  }
}

.p-login_header + section {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .p-login_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-login_header .-info {
    margin-bottom: 40px;
  }
}

.p-login_header .-info i.c-icn {
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .p-login_header .-info i.c-icn {
    margin-right: 12px;
  }
}

.p-login_header .-current_time {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .p-login_header .-current_time {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .p-login_header .-last_login {
    margin-top: 5px;

    font-size: 1.4rem;
  }
  .p-login_header .-last_login i.c-icn {
    vertical-align: -.2em;
  }
}

.p-login_header .-function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-login_header .-function li + li {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .p-login_header .-function {
    display: block;
  }
  .p-login_header .-function li + li {
    margin-top: 10px;
    margin-left: 0;
  }
}

.p-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  margin: auto !important;
  overflow: auto;

  background: rgba(0, 0, 0, .8);
}

@media print, screen and (min-width: 768px) {
  .p-modal {
    margin-top: auto !important;

    background: rgba(0, 0, 0, .8);
  }
}
.p-modal__container {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

.p-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: auto;

  background: white;
}

@media print, screen and (min-width: 768px) {
  .p-modal__content {
    width: 640px;
  }
}
/*
@media screen and (max-width: 767px) {
  .p-modal__content {
    min-height: 100%;
  }
}
*/

.p-modal__header {
  padding: 15px;

  font-size: 1.6rem;

  border-bottom: 2px solid #b20000;
}

@media print, screen and (min-width: 768px) {
  .p-modal__header {
    padding: 15px 30px;

    font-size: 1.8rem;
  }
}

.p-modal__body {
  padding: 20px 15px;

  background: white;
}

@media print, screen and (min-width: 768px) {
  .p-modal__body {
    padding: 35px 30px;
  }
}

.p-modal__footer {
  margin-top: auto;
  padding: 10px;

  background: white;
}

.p-modal__footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .p-modal__footer li + li {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-modal__footer li {
    width: 50%;
  }
}

.p-modal__footer li + li {
  margin-left: 10px;
}

.p-myPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.p-myPage .-welcome {
  font-size: 1.4rem;
}

.p-myPage .-profile {
  margin-left: 13px;

  font-size: 1.4rem;
}

.p-myPage ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

.p-myPage ul li {
  width: 160px;
}

.p-myPage ul li + li {
  margin-left: 5px;
}

.p-notification {
  background: white;
  border: 2px solid #dadada;
}

@media print, screen and (min-width: 768px) {
  .p-notification.-l {
    background: transparent;
    border: none;
  }
  .p-notification.-l .p-notification__header {
    border: 2px solid #dadada;
  }
  .p-notification.-l .p-notification__header li {
    border-bottom: none;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .p-notification.-l .p-notification__header li {
    padding: 18px 0;

    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .p-notification.-l .p-notification__body li {
    padding: 30px 20px;

    border-bottom: 2px solid #dadada;
  }
  .p-notification.-l .p-notification__body li + li {
    border-top: none;
  }
  .p-notification.-l .p-notification__body li .p-notification__icn {
    height: 24px;
    padding: 0 10px;
  }
  .p-notification.-l .p-notification__body li .p-notification__icn + .p-notification__icn {
    margin-left: 5px;
  }
  .p-notification.-l .p-notification__body li .p-notification__desc {
    font-size: 1.8rem;
  }
}

.p-notification__header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-notification__header li {
  width: 100%;
  padding: 8px 0;

  font-size: 1.4rem;
  text-align: center;

  border-bottom: 2px solid #dadada;
  cursor: pointer;
}

.p-notification__header li + li {
  border-left: 2px solid #dadada;
}

.p-notification__header li.is-active {
  font-weight: bold;

  background: #f4f3e0;
  border-bottom-color: #f4f3e0;
  cursor: default;
}

.p-notification__header li:not(.is-active) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d9d9d9));
  background-image: linear-gradient(#ffffff, #d9d9d9);
}

.p-notification__header li:hover {
  background: #f4f3e0;
}

.p-notification__body ul {
  display: none;
}

.p-notification__body ul.is-active {
  display: block;
}

.p-notification__body li {
  padding: 15px;
}

.p-notification__body li + li {
  border-top: 1px solid #dadada;
}

@media print, screen and (min-width: 768px) {
  .p-notification__body li {
    padding: 15px 20px;
  }
}

.p-notification__body li a {
  text-decoration: none;
}

.p-notification__body li a:hover .p-notification__desc {
  text-decoration: none;
}

.p-notification__body li .p-notification__datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;

  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .p-notification__body li .p-notification__datetime {
    font-size: 1.4rem;
  }
}

.p-notification__body li .time {
  margin-right: 10px;

  color: black;
}

.p-notification__icn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  padding: 0 5px;

  line-height: 1;
}

.p-notification__icn.-important {
  margin-right: 2px;

  color: white;

  background: #df7142;
}

html.msie .p-notification__icn.-important {
  padding: 0 5px;
}

.p-notification__icn.-unread {
  color: #df7142;

  border: 1px solid #df7142;
}

html.msie .p-notification__icn.-unread {
  padding: 0 5px;
}

.p-notification__desc {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-notification__desc {
    padding-right: 2em;

    font-size: 1.4rem;
    color: black;
  }
}

@media print, screen and (min-width: 768px) {
  .p-notification__desc {
    padding-left: 1em;

    color: #15209a;
    text-decoration: underline;
  }
}

.p-notification__desc::before {
  content: "";
  position: absolute;

  width: 12px;
  height: 12px;

  background-image: url(../img/common/icn_link_arrow_midnight.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-notification__desc::before {
    top: 0;
    right: -10px;
    bottom: 0;

    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .p-notification__desc::before {
    top: .4em;
    left: 0;

    background-image: url(../img/common/icn_link_arrow_black.svg);
  }
}

.p-notification__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 15px;

  border-top: 1px solid #dadada;
}

@media print, screen and (min-width: 768px) {
  .p-notification__footer {
    padding: 15px 20px;
  }
}

.p-notification__footer a {
  position: relative;

  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-notification__footer a {
    padding: 15px 10px;

    color: black;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {
  .p-notification__footer a {
    padding-left: 15px;

    color: #15209a;
    text-decoration: underline;
  }
}

.p-notification__footer a:hover {
  text-decoration: none;
}

.p-notification__footer a::before {
  content: "";
  position: absolute;

  width: 12px;
  height: 12px;

  background-image: url(../img/common/icn_link_arrow_midnight.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-notification__footer a::before {
    top: 0;
    right: -10px;
    bottom: 0;

    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .p-notification__footer a::before {
    top: .15em;
    left: 0;

    background-image: url(../img/common/icn_link_arrow_black.svg);
  }
}

.p-notification__detail p + p, .p-notification__detail p + ol, .p-notification__detail p + dl, .p-notification__detail p + ul, .p-notification__detail ol + p, .p-notification__detail ol + ol, .p-notification__detail ol + dl, .p-notification__detail ol + ul, .p-notification__detail dl + p, .p-notification__detail dl + ol, .p-notification__detail dl + dl, .p-notification__detail dl + ul, .p-notification__detail ul + p, .p-notification__detail ul + ol, .p-notification__detail ul + dl, .p-notification__detail ul + ul {
  margin-top: 2em;
}

.p-notification__detail ol {
  display: table;
  margin-bottom: -.5em;
  padding-left: 0;

  list-style: none;
}

.p-notification__detail ol li {
  display: table-row;
  margin-bottom: 50px;

  counter-increment: table-ol;
}

.p-notification__detail ol li:after {
  content: "";

  display: block;
  margin-bottom: .5em;
}

.p-notification__detail ol li:before {
  content: "(" counter(table-ol) ")";

  display: table-cell;
  padding-right: .4em;

  text-align: left;
  white-space: nowrap;
}

.p-notification__detail dl dt {
  font-weight: bold;
}

.p-notification__detail section + section {
  margin-top: 50px;
}

.p-notification__detail pre {
  white-space: pre-wrap;
}

@media print, screen and (min-width: 768px) {
  .p-notification__detail section + section {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-notification__detail {
    margin-left: 40px;
  }
  .p-notification__detail * {
    font-size: 1.8rem;
  }
  .p-notification__detail pre {
  white-space: pre-wrap;
}
}

.p-procedure__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .p-procedure__heading {
    font-size: 2rem;
  }
}

.p-procedure__heading img {
  margin-left: 15px;

  text-align: center;
}

.p-procedure__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .p-procedure__body {
    border: 3px solid #979eac;
    border-radius: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-procedure__body {
    margin: 10px -5px;
  }
}

@media screen and (max-width: 767px) {
  .p-procedure__body li {
    width: 50%;
  }
  .p-procedure__body li:nth-child(n+3) {
    border-top: 3px solid #979eac;
  }
  .p-procedure__body li:nth-child(odd) {
    border-right: 2px solid #979eac;
  }
  .p-procedure__body li:nth-child(even) {
    border-left: 1px solid #979eac;
  }
}

@media print, screen and (min-width: 768px) {
  .p-procedure__body li {
    margin: 5px;
  }
}

.p-procedure__body a {
  display: block;
  height: 44vw;

  text-align: center;
  color: #001135;
  text-decoration: none;

  background-color: white;

  -webkit-transition: opacity .3s ease;

  transition: opacity .3s ease;
}

@media print, screen and (min-width: 768px) {
  .p-procedure__body a {
    width: 260px;
    height: 260px;

    border: 4px solid #979eac;
    border-radius: 10px;
  }
  .p-procedure__body a:hover {
    opacity: .7;
  }
}

.p-procedure__body figcaption {
  margin-top: 6.5vw;

  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .p-procedure__body figcaption {
    margin-top: 50px;

    font-size: 2rem;
  }
}

.p-procedure__icn {
  padding-top: 7.3vw;
}

@media print, screen and (min-width: 768px) {
  .p-procedure__icn {
    padding-top: 55px;
  }
}

.p-procedure__icn img {
  width: 70px;
}

@media print, screen and (min-width: 768px) {
  .p-procedure__icn img {
    width: 92px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-schedule.-flow {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    width: 750px;
    margin: auto;
  }
  .p-schedule.-flow::before {
    content: "";
    position: absolute;
    top: 43px;
    right: 0;
    left: 0;

    width: 100%;
    height: 2px;
    margin: auto;
    background:         -webkit-gradient(linear, left top, right top, from(white), color-stop(5%, #df7142), color-stop(95%, #df7142), to(white));
    background:         linear-gradient(to right, white 0%, #df7142 5%, #df7142 95%, white 100%);
  }
}

@media screen and (max-width: 767px) {
  .p-schedule.-flow {
    position: relative;

    padding: 7vw 0 2vw;
  }
  .p-schedule.-flow::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 2px;
    height: 100%;
    margin: auto;
    background:         -webkit-gradient(linear, left top, left bottom, from(white), color-stop(5%, #df7142), color-stop(95%, #df7142), to(white));
    background:         linear-gradient(to bottom, white 0%, #df7142 5%, #df7142 95%, white 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .p-schedule.-flow .p-schedule__item {
    position: relative;

    text-align: center;
  }
  .p-schedule.-flow .p-schedule__item[class*="-circle"] figcaption {
    margin-top: 38px;
  }
  .p-schedule.-flow .p-schedule__item[class*="-circle"]::before {
    content: "";
    position: absolute;
    top: 34px;
    right: 0;
    left: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin: auto;

    background: white;
    border: 4px solid #df7142;
    border-radius: 20px;
  }
  .p-schedule.-flow .p-schedule__item[class*="-progress"] {
    font-size: 1.4rem;
    color: #666666;
  }
  .p-schedule.-flow .p-schedule__item[class*="-progress"] span {
    display: block;
    margin-top: 18px;
  }
  .p-schedule.-flow .p-schedule__item[class*="-progress"] figcaption {
    margin-top: 7px;
  }
  .p-schedule.-flow .p-schedule__item[class*="-progress"][class*="__1"] {
    margin-left: 20px;
  }
  .p-schedule.-flow .p-schedule__item[class*="-progress"][class*="__2"] {
    width: 300px;
  }
  .p-schedule.-flow .p-schedule__item.-disc {
    margin-left: auto;

    font-weight: bold;
    color: #df7142;
  }
  .p-schedule.-flow .p-schedule__item.-disc figcaption {
    margin-top: 38px;
  }
  .p-schedule.-flow .p-schedule__item.-disc::before {
    content: "";
    position: absolute;
    top: 34px;
    right: 0;
    left: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin: auto;

    background: #df7142;
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-schedule.-flow .p-schedule__item {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
  }
  .p-schedule.-flow .p-schedule__item[class*="-circle"] {
    font-size: 3.8vw;
  }
  .p-schedule.-flow .p-schedule__item[class*="-circle"] time {
    width: 50%;
    padding-right: 25px;

    text-align: right;
  }
  .p-schedule.-flow .p-schedule__item[class*="-circle"] figcaption {
    width: 50%;
    padding-left: 25px;
  }
  .p-schedule.-flow .p-schedule__item[class*="-circle"]::before {
    content: "";
    position: absolute;
    top: 1vw;
    right: 0;
    left: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    width: 15px;
    height: 15px;
    margin: auto;

    background: white;
    border: 2px solid #df7142;
    border-radius: 20px;
  }
  .p-schedule.-flow .p-schedule__item[class*="-progress"] {
    font-size: 3.2vw;
    color: #666666;
  }
  .p-schedule.-flow .p-schedule__item[class*="-progress"] span {
    width: 50%;
    padding-right: 10px;

    text-align: right;
  }
  .p-schedule.-flow .p-schedule__item[class*="-progress"] figcaption {
    width: 50%;
    padding-left: 10px;
  }
  .p-schedule.-flow .p-schedule__item[class*="-progress"][class*="__1"] {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .p-schedule.-flow .p-schedule__item[class*="-progress"][class*="__2"] {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .p-schedule.-flow .p-schedule__item[class*="-disc"] {
    font-weight: bold;
    font-size: 3.8vw;
    color: #df7142;
  }
  .p-schedule.-flow .p-schedule__item[class*="-disc"] time {
    width: 50%;
    padding-right: 25px;

    text-align: right;
  }
  .p-schedule.-flow .p-schedule__item[class*="-disc"] figcaption {
    width: 50%;
    padding-left: 25px;
  }
  .p-schedule.-flow .p-schedule__item[class*="-disc"]::before {
    content: "";
    position: absolute;
    top: 1vw;
    right: 0;
    left: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    width: 15px;
    height: 15px;
    margin: auto;

    background: #df7142;
    border-radius: 20px;
  }
}

.p-step.-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-step.-inline + section, .p-step.-inline + .c-heading.-lv2 {
    margin-top: 40px;
  }
}

.p-step.-inline dd {
  margin-left: 5px;

  color: #999999;
}

.p-step.-inline dd + dd::before {
  content: "-";

  margin-right: 5px;

  color: #999999;
}

.p-step.-inline dd.is-current {
  font-weight: bold;
  color: black;
}

.p-step.-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-step.-fraction + section, .p-step.-fraction + .c-heading.-lv2 {
    margin-top: 40px;
  }
}

.p-step.-fraction figcaption {
  margin-right: 5px;
}

.p-tab.-button .p-tab__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  border: 2px solid #dadada;
}

.p-tab.-button .p-tab__heading li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 45px;
}

.p-tab.-button .p-tab__heading li + li {
  border-left: 2px solid #dadada;
}

@media print, screen and (min-width: 768px) {
  .p-tab.-button .p-tab__heading li {
    min-height: 60px;
  }
}

.p-tab.-button .p-tab__heading li a, .p-tab.-button .p-tab__heading li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px;

  text-align: center;
  color: black;
  text-decoration: none;

  background: pink;
  background:         -webkit-gradient(linear, left top, left bottom, from(white), to(#dadada));
  background:         linear-gradient(to bottom, white 0%, #dadada 100%);
  cursor: pointer;

  -webkit-transition: opacity .3s ease;

  transition: opacity .3s ease;
}

.p-tab.-button .p-tab__heading li a:hover, .p-tab.-button .p-tab__heading li span:hover {
  opacity: .7;
}

.p-tab.-button .p-tab__heading li.is-active a, .p-tab.-button .p-tab__heading li.is-active span {
  font-weight: bold;

  background: #f4f3e0;
  cursor: default;
}

.p-tab.-button .p-tab__heading li.is-active a:hover, .p-tab.-button .p-tab__heading li.is-active span:hover {
  opacity: 1;
}

.p-tab.-button .p-tab__body {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .p-tab.-button .p-tab__body {
    margin-top: 30px;
  }
}

.p-tab.-button .tab__contents {
  display: none;
}

.p-tab.-button .tab__contents.is-active {
  display: block;
}

.p-tab.-table .tab__contents {
  display: none;
}

.p-tab.-table .tab__contents.is-active {
  display: block;
}

.p-tooltip {
  position: relative;

  display: inline-block;
  height: 1.6em;
}

.p-tooltip .c-icn.-help {
  position: relative;
  top: -3px;
}

.p-tooltip::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;

  display: none;
  width: 45px;
  height: 50px;

  -webkit-transform: translateX(calc(-50% + 16px));

  transform: translateX(calc(-50% + 16px));
}

.p-tooltip::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 38px;
  left: 0;

  display: none;
  width: 14px;
  height: 14px;
  margin: auto;

  background: white;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-tooltip.is-active::before, .p-tooltip.is-active::after {
  display: block;
}

.p-tooltip.is-active .p-tooltip__body {
  display: block;
}

.p-tooltip.is-active .c-icn.-help {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .p-tooltip.-right .p-tooltip__body {
    right: 0;

    -webkit-transform: translateX(16px);

    transform: translateX(16px);
  }
}

.p-tooltip__body {
  position: absolute;
  bottom: 45px;

  display: none;
  width: 240px;
  margin-left: -104px;
  padding: 20px;

  font-size: 1.4rem;
  text-align: left;

  background: white;
  border: 2px solid black;
}

.p-time {
  margin: 20px 0 40px;

  font-weight: bold;
  font-size: 1.8rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-time {
    margin: 10px 0 30px;

    font-size: 1.4rem;
  }
}

.p-time .c-icn.-time {
  margin-right: 12px;
}

.p-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0 30px;

  text-align: right;
}

.p-scroll .c-btn {
  width: 200px;
}

.p-scroll .c-btn:hover {
  cursor: pointer;
}

.p-btn {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-btn {
    margin-top: 40px;
  }
}

.p-btn.-mid {
  margin-top: 40px !important;
}

.p-btn.-bottom {
  margin-bottom: 40px;
}

.p-utility ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-utility li {
  font-size: 1.4rem;
}

.p-utility li + li {
  margin-left: 12px;
}

@media print, screen and (min-width: 768px) {
  .p-inputFromZipcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .p-inputFromZipcode .c-btn.-s {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-inputFromZipcode .c-btn.-s {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-period .c-label.-prefix {
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-personalSetting.c-figure.-line {
    border: 1px solid #dadada;
  }
  .p-personalSetting.c-figure.-line > .c-figure__heading {
    padding-left: 60px;

    font-weight: normal;
    text-align: center;

    background-color: #f4f3e0;
    border-bottom: 1px solid #dadada;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-personalSetting.c-figure.-line > .c-figure__heading.fn-accordion:hover::before, .p-personalSetting.c-figure.-line > .c-figure__heading.fn-accordion:hover::after {
    opacity: 1;
  }
}

.p-personalSetting__area {
  padding: 10px 15px 16px;
}

.p-personalSetting__btn {
  padding: 10px 15px 16px;

  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-personalSetting ~ .p-personalSetting.c-figure.-line {
    border-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-personalSetting ~ .c-table.-cmn.-vertical._sp thead th {
    padding: 10px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-bm .p-modal__container {
    right: 0;
    left: 0;

    width: 1360px;
  }
}

@media screen and (max-width: 767px) {
  .p-bm .p-modal__container {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-bm .p-modal__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1300px;
  }
}

.p-bm .p-modal__header h2 {
  float: left;

  line-height: 28px;
}

.p-bm .p-modal__header ul {
  float: right;
}

.p-bm .p-modal__header ul li {
  line-height: 28px;
}

.p-bm .-m.c-grid {
  margin-top: 0;
}

.p-bm .c-heading.-lv2 {
  margin-bottom: 40px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-bm .c-heading.-lv2 {
    margin-bottom: 25px;
  }
}

.p-bm .p-modal__body {
  background: #fcfcfc;
}

@media screen and (max-width: 767px) {
  .p-bm .p-modal__body {
    padding: 40px 15px;
  }
}

.p-bm__tabHeader {
  margin-bottom: 20px;

  border: 2px solid #dadada;
}

.p-bm__tabHeader ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-bm__tabHeader ul li {
  width: 100%;

  font-size: 1.6rem;
  line-height: 36px;
  text-align: center;

  border-right: 2px solid #dadada;
  cursor: pointer;
}

.p-bm__tabHeader ul li:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .p-bm__tabHeader ul li {
    font-size: 3.6vw;
    line-height: 45px;
  }
}

.p-bm__tabHeader ul li.is-active {
  font-weight: bold;

  background: #f4f3e0;
  cursor: default;
}

.p-bm__tabHeader ul li:not(.is-active) {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(0, 0, 0, .15)));
  background-image: linear-gradient(white, rgba(0, 0, 0, .15));
}

.p-bm__tabHeader ul li:hover {
  background: #f4f3e0;
}

.p-bm__tabBody .contents {
  display: none;
  margin: 15px 0 0 0;
  overflow: hidden;
}

.p-bm__tabBody .contents.is-active {
  display: block;
}

.p-bm__kana-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-bm__kana-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-bm__kana-btn .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-bm__kana-btn .group:nth-child(8), .p-bm__kana-btn .group:nth-child(10) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-bm__kana-btn .group:nth-child(8), .p-bm__kana-btn .group:nth-child(10) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .p-bm__kana-btn .group:last-child .c-btn.-m {
    margin-bottom: 0;
  }
}

.p-bm__kana-btn .group .c-btn.-m {
  width: 5vw;
  max-width: 60px;
  max-height: 60px;
  margin: 0 0 10px 0;

  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-bm__kana-btn .group .c-btn.-m {
    width: 16vw;
    max-width: 60px;
    height: 7vh;
    max-height: 46px;
  }
}

.p-bm__kana-btn .group .c-btn.-m.-midnight {
  border: 2px solid #001135;
}

@media print, screen and (min-width: 768px) {
  .p-bm__kana-btn .group .c-btn.-m:last-child {
    margin: 0;
  }
}

.p-bm__search div:first-child {
  float: left;

  line-height: 60px;
}

.p-bm__search div:last-child {
  float: right;
}

.p-bm__navArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-bm__navArrow {
    width: 100%;
    margin-top: 10px;
  }
}

.p-bm__navArrow div {
  content: "";
  position: absolute;

  margin-top: 60px;

  border-width: 16px 0 16px 24px;
  border-style: solid;
  border-color: transparent transparent transparent #001135;
}

@media screen and (max-width: 767px) {
  .p-bm__navArrow div {
    position: static;

    width: 24px;
    height: 16px;
    margin: 0 auto 20px;

    border-width: 16px 12px 0 12px;
    border-color: #001135 transparent transparent transparent;
  }
}

.p-bm .select-sort {
  height: 40px;
  margin-bottom: 20px;

  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .p-bm .select-sort {
    margin-bottom: 10px;
  }
}

.p-bm .select-sort .c-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0;
}

.p-bm .result {
  width: 100%;
  height: 380px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  border: 2px solid #dadada;
}

.p-bm .result.branch {
  height: 320px;
}

.p-bm .p-modal__footer {
  background: #fcfcfc;
}

@media screen and (max-width: 767px) {
  .p-bm .p-modal__footer {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .p-bm .linkFinance {
    padding: 0 15px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-bm .c-btn.-modal {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
  }
}

.p-bm__sideMenu {
  display: block;

  background: white;
}

.p-bm__sideMenu ul li {
  border-bottom: 1px solid #d9d9d9;
}

.p-bm__sideMenu ul li:last-child {
  border-bottom: none;
}

.p-bm__sideMenu ul li a {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 54px;
  padding: 12px 30px 12px 12px;

  font-size: 1.4rem;
  color: black;
  text-decoration: none;

  -webkit-transition: opacity .3s ease;

  transition: opacity .3s ease;
}

.p-bm__sideMenu ul li a:hover {
  opacity: .7;
}

.p-bm__sideMenu ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;

  width: 12px;
  height: 12px;
  margin: auto;

  background-image: url(../img/common/icn_link_arrow_midnight.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  ._pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}

.u-pos_r {
  position: relative !important;
}

u.pos_a {
  position: absolute !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mr- {
  margin-right: auto !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml- {
  margin-left: auto !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-p0 {
  padding: 0 !important;
}

.u-p15 {
  padding: 15px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt26 {
  padding-top: 26px !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d_if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-ai_c {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-jc_c {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-jc_fe {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-jc_sb {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-jc_sa {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-va_t {
  vertical-align: top !important;
}

.u-va_m {
  vertical-align: middle !important;
}

.u-lh_100 {
  line-height: 1;
}

.u-lh_110 {
  line-height: 1.1;
}

.u-lh_120 {
  line-height: 1.2;
}

.u-lh_130 {
  line-height: 1.3;
}

.u-lh_140 {
  line-height: 1.4;
}

.u-lh_150 {
  line-height: 1.5;
}

[class*="u-fs_"] {
  vertical-align: baseline;
}

.u-fs_large {
  font-size: 1.2em;
}

.u-fs_x-large {
  font-size: 1.44em;
}

.u-fs_small {
  font-size: .8em;
}

.u-fw_n {
  font-weight: normal !important;
}

.u-fw_b {
  font-weight: bold !important;
}

.u-c_BaseRed {
  color: #b20000;
}

.u-c_RedDamask {
  font-weight: bold;
  color: #df7142;
}

.u-c_DoveGray {
  color: #666666;
}

.u-c_DustyGray {
  color: #999999;
}

.u-ta_r {
  text-align: right !important;
}

.u-ta_c {
  text-align: center !important;
}

.u-ta_l {
  text-align: left !important;
}

.u-w50 {
  width: 50px !important;
}

.u-w60 {
  width: 60px !important;
}

.u-w70 {
  width: 70px !important;
}

.u-w100 {
  width: 100px !important;
}

.u-w110 {
  width: 110px !important;
}

.u-w120 {
  width: 120px !important;
}

.u-w140 {
  width: 140px !important;
}

.u-w160 {
  width: 160px !important;
}

.u-w170 {
  width: 170px !important;
}

.u-w180 {
  width: 180px !important;
}

.u-w200 {
  width: 200px !important;
}

.u-bt_n {
  border-top: none !important;
}

.u-bb_n {
  border-bottom: none !important;
}

.u-bl_n {
  border-left: none !important;
}

.u-br_n {
  border-right: none !important;
}

.u-bb_w1 {
  border-bottom-width: 1px !important;
}

.u-bg_EcruWhite {
  background: #f4f3e0;
}

@media print, screen and (min-width: 768px) {
  [data-style*="mt:0"] {
    margin-top: 0 !important;
  }
  [data-style*="mt:5"] {
    margin-top: 5px !important;
  }
  [data-style*="mt:10"] {
    margin-top: 10px !important;
  }
  [data-style*="mt:15"] {
    margin-top: 15px !important;
  }
  [data-style*="mt:30"] {
    margin-top: 30px !important;
  }
  [data-style*="mt:40"] {
    margin-top: 40px !important;
  }
  [data-style*="mt:50"] {
    margin-top: 50px !important;
  }
  [data-style*="mt:60"] {
    margin-top: 60px !important;
  }
  [data-style*="mt:80"] {
    margin-top: 80px !important;
  }
  [data-style*="mr:10"] {
    margin-right: 10px !important;
  }
  [data-style*="mr:15"] {
    margin-right: 15px !important;
  }
  [data-style*="mr:20"] {
    margin-right: 20px !important;
  }
  [data-style*="mb:10"] {
    margin-bottom: 10px !important;
  }
  [data-style*="mb:15"] {
    margin-bottom: 15px !important;
  }
  [data-style*="ml:10"] {
    margin-left: 10px !important;
  }
  [data-style*="ml:20"] {
    margin-left: 20px !important;
  }
  [data-style*="ml:30"] {
    margin-left: 30px !important;
  }
  [data-style*="ml:40"] {
    margin-left: 40px !important;
  }
  [data-style*="pr:0"] {
    padding-right: 0 !important;
  }
  [data-style*="pr:40"] {
    padding-right: 40px !important;
  }
  [data-style*="pl:10"] {
    padding-left: 10px !important;
  }
  [data-style*="pl:40"] {
    padding-left: 40px !important;
  }
  [data-style*="d:f"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  [data-style*="d:if"] {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  [data-style*="d:ib"] {
    display: inline-block !important;
  }
  [data-style*="ai:c"] {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  [data-style*="jc:c"] {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  [data-style*="jc:fe"] {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  [data-style*="ta:r"] {
    text-align: right !important;
  }
  [data-style*="ta:c"] {
    text-align: center !important;
  }
  [data-style*="ta:l"] {
    text-align: left !important;
  }
  [data-style*="w:55"] {
    width: 55px !important;
  }
  [data-style*="w:60"] {
    width: 60px !important;
  }
  [data-style*="w:70"] {
    width: 70px !important;
  }
  [data-style*="w:80"] {
    width: 80px !important;
  }
  [data-style*="w:90"] {
    width: 90px !important;
  }
  [data-style*="w:100"] {
    width: 100px !important;
  }
  [data-style*="w:110"] {
    width: 110px !important;
  }
  [data-style*="w:120"] {
    width: 120px !important;
  }
  [data-style*="w:130"] {
    width: 130px !important;
  }
  [data-style*="w:140"] {
    width: 140px !important;
  }
  [data-style*="w:150"] {
    width: 150px !important;
  }
  [data-style*="w:160"] {
    width: 160px !important;
  }
  [data-style*="w:180"] {
    width: 180px !important;
  }
  [data-style*="w:190"] {
    width: 190px !important;
  }
  [data-style*="w:200"] {
    width: 200px !important;
  }
  [data-style*="w:210"] {
    width: 210px !important;
  }
  [data-style*="w:220"] {
    width: 220px !important;
  }
  [data-style*="w:230"] {
    width: 230px !important;
  }
  [data-style*="w:240"] {
    width: 240px !important;
  }
  [data-style*="w:250"] {
    width: 250px !important;
  }
  [data-style*="w:260"] {
    width: 260px !important;
  }
  [data-style*="w:300"] {
    width: 300px !important;
  }
  [data-style*="w:304"] {
    width: 304px !important;
  }
  [data-style*="w:310"] {
    width: 310px !important;
  }
  [data-style*="w:320"] {
    width: 320px !important;
  }
  [data-style*="w:330"] {
    width: 330px !important;
  }
  [data-style*="w:340"] {
    width: 340px !important;
  }
  [data-style*="w:350"] {
    width: 350px !important;
  }
  [data-style*="w:370"] {
    width: 370px !important;
  }
  [data-style*="w:430"] {
    width: 430px !important;
  }
  [data-style*="w:480"] {
    width: 480px !important;
  }
  [data-style*="w:530"] {
    width: 530px !important;
  }
  [data-style*="w:680"] {
    width: 680px !important;
  }
  [data-style*="h:40"] {
    height: 40px !important;
  }
  [data-style*="h:50"] {
    height: 50px !important;
  }
  [data-style*="h:85"] {
    height: 85px !important;
  }
  [data-style*="h:88"] {
    height: 88px !important;
  }
  [data-style*="h:480"] {
    height: 480px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-sp-style*="w:50p"] {
    width: 50% !important;
  }
  [data-sp-style*="ta:r"] {
    text-align: right !important;
  }
  [data-style*="mt:0"] {
    margin-top: 0 !important;
  }
  [data-sp-style*="mt:10"] {
    margin-top: 10px !important;
  }
  [data-sp-style*="mt:20"] {
    margin-top: 20px !important;
  }
  [data-sp-style*="mt:25"] {
    margin-top: 25px !important;
  }
  [data-sp-style*="mt:30"] {
    margin-top: 30px !important;
  }
  [data-sp-style*="mt:40"] {
    margin-top: 40px !important;
  }
  [data-sp-style*="pr:0"] {
    padding-right: 0 !important;
  }
  [data-sp-style*="pr:10"] {
    padding-right: 10px !important;
  }
  [data-sp-style*="fs:16"] {
    font-size: 1.6rem !important;
  }
  [data-sp-style*="w:180"] {
    width: 180px !important;
  }
}

.l-sideBar__item {
	display: flex !important;
	align-items: center;
}
.l-sideBar__item img {
	width:25px;
	height: 25px;
	vertical-align: middle;
}

[data-style*="border:right"] {
  border-right:1px solid #dadada;
}

[data-style*="border:top"] {
  border-top:1px solid #dadada;
}

[data-style*="border:bottom-none"] {
  border-bottom:none !important;
}


.mini-accordion::before, .mini-accordion::after {
  width:25px !important;
  height:25px;
}

.nisa-nembetsu-title {
  color:white;
  font-size:14px !important;
  vertical-align:middle;
  border:none;
  text-align:center;
}

.nembetsu-section {
  margin-top:40px !important;
}

.nisaNembetsuSpTitle {
  color:white;
  background-color:#979eac !important;
  text-align:center !important;
  padding:10px 0 10px 0 !important;
}


@media print, screen and (min-width: 768px) {
	.s-msg{
		font-size:1.6rem;
		color:red;
		font-weight:bold;
	}
	a.c-btn + span.s-msg{
		margin-top:10px;
	}
}

/*日数フローでの高さ調節 */
@media screen and (min-width: 768px) {
  .p-schedule.-flow.-t::before {
    top: 63px;
  }
  .p-schedule.-flow.-t .p-schedule__item.-disc::before ,
  .p-schedule.-flow.-t .p-schedule__item[class*="-circle"]::before{
  	top: 54px;
  }
  .p-schedule.-flow.-t .p-schedule__item{
  	margin-left:auto;
  }
  .p-schedule.-flow.-t figure.p-schedule__item.-circle__start > figcaption._pc.u_blank,
  .p-schedule.-flow.-t figure.p-schedule__item.-circle__confirm > figcaption._pc.u_blank{
 	 margin-top: 63.59px
  }
}
@media screen and (max-width: 767px) {
  .p-schedule.-flow {
      padding: 8vw 0 5vw;
  }
}
/*---------------------------------------------------------
modal
---------------------------------------------------------*/
.modal-body {
  height:calc(80vh - 130px);
  overflow-y: auto;
  padding: 15px;
  text-align: left;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    margin: auto;
    height: 80%;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-align: left;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.btn.btn-normal{
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .15)));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .15));
  border: 2px solid #001135;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
          appearance: none;

  background-color: #e85382;

  background-color: #b20000;

    background-color: #df7142;
  color: #fff;
  font-size:15px;
}

/*株主優待受付システム*/
.custom-button-go {
	margin-top: 70px;
	display: inline-flex;
	align-items: center;
	background-color: #1a1a1a;
	/* 通常時 黒 */
	color: white;
	font-weight: bold;
	border: none;
	border-radius: 9999px;
	padding: 10px 20px;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
	flex-direction: row !important;
	writing-mode: horizontal-tb !important;
	white-space: nowrap;
}

.custom-button-go:hover {
	background-color: #e60000;
	/* ホバー時 赤 */
}

.custom-button-go .icon {
	background-color: white;
	color: black;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	font-size: 14px;
}

.custom-button-go:hover .icon {
	color: #e60000;
}

.custom-button-go[disabled], .custom-button-go.is-disabled {
  cursor: default;
  opacity: .4 !important;

  pointer-events: none;
}

.custom-button-back {
	margin-top: 70px;
	display: inline-flex;
	align-items: center;
	background-color: #1a1a1a;
	color: white;
	font-weight: bold;
	border: none;
	border-radius: 9999px;
	padding: 10px 20px;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
	flex-direction: row !important;
	writing-mode: horizontal-tb !important;
	white-space: nowrap;
}

.custom-button-back:hover {
	background-color: #e60000;
}

.custom-button-back .icon {
	background-color: white;
	color: black;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	font-size: 14px;
}

.custom-button-back:hover .icon {
	color: #e60000;
}

.yutai-heading.-lv1 {
	padding: 15px 0 10px 0px;

	font-weight: bold;
	font-size: 3rem;
	line-height: 1.6;

	border-bottom: 2px solid #b20000;
}

.yutai-heading.-lv1+section {
	margin-top: 60px;
}

@media print,
screen and (min-width: 768px) {
	.yutai-heading.-lv1+section {
		margin-top: 75px;
	}
}

@media print,
screen and (max-width: 767px) {
	.yutai-heading.-lv1 {
		margin-bottom: 60px;
		font-size: 2.5rem;
	}
}


.custom-button-mail {
	margin-top: 70px;
	display: inline-flex;
	align-items: center;
	background-color: transparent;
	color: black;
	font-weight: bold;
	border: 2px solid #e60000;
	/* 赤い枠線 */
	border-radius: 9999px;
	padding: 10px 20px;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	flex-direction: row !important;
	writing-mode: horizontal-tb !important;
	white-space: nowrap;
}

.custom-button-mail:hover {
	color: #e60000;
	border-color: #e60000;
	background-color: rgba(230, 0, 0, 0.05);
	/* 軽く赤みを加える */
}

.custom-button-mail .icon {
	background-color: white;
	color: #e60000;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	/* 左に配置 */
	font-size: 14px;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.custom-button-mail:hover .icon {
	color: white;
	background-color: #e60000;
}


.text-block {
	margin-bottom: 70px;
}

@media screen and (max-width: 600px) {
	.text-block {
		margin-bottom: 50px;
	}
}

@media print, screen and (min-width: 768px) {
  .yutai .l-container {
    justify-content: space-evenly;
    margin: 40px auto 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .yutai .l-container {
    margin : 15px 4vw 15px;
  }
}

@media print, screen and (min-width: 768px) {
   .yutai .l-container {
        min-height: calc(100vh - 96px - 100px - 40px - 40px);
    }
}
@media print, screen and (max-width: 768px) {
   .yutai .l-container {
        min-height: calc(100vh - 52px - 100px - 15px - 15px - 25px);
    }
}
/*header*/

.yutai-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;

	background: white;

}

@media print,
screen and (min-width: 768px) {
	.yutai-header {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		min-width: 1366px;

		border-bottom-width: 4px;
	}
}

@media screen and (max-width: 767px) {
	.yutai-header__symbol img {
		width: 150px;
	}
}

.yutai-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
}

@media screen and (max-width: 767px) {
	.yutai-header__inner {
		padding-left: 4vw;
	}
}

@media print,
screen and (min-width: 768px) {
	.yutai-header__inner {
		width: 1280px;
		height: 96px;
		margin: auto;
	}
}

/*footer*/
.yutai-footer {
	position: relative;

	background: #1f1f1f;
}

@media print,
screen and (min-width: 768px) {
	.yutai-footer {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		min-width: 1366px;

	}
}

@media screen and (max-width: 767px) {
	.yutai-footer__symbol img {
		width: 150px;
	}
}

.yutai-footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
}

@media screen and (max-width: 767px) {
	.yutai-footer__inner {
		padding-left: 4vw;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100px;
	}
}

@media print,
screen and (min-width: 768px) {
	.yutai-footer__inner {
		width: 1280px;
		height: 96px;
		margin: auto;
	}
}

.yutai-footer__item {
	font-size: 1.2rem;
	color: white;
}

@media print,
screen and (min-width: 768px) {
	.yutai-footer__item {
		font-weight: 700;
	}
}

@media screen and (max-width: 767px) {
	.yutai-footer__item.-symbol {
		padding: 10px;
		text-align: left;
	}

	.yutai-footer__item.-symbol img {
		width: 160px;
		margin: 0 auto;
	}
}

@media print,
screen and (min-width: 768px) {
	.yutai-footer__item.-symbol {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		/* keep */
		width: 320px;
		height: 160px;
		padding-left: 25px;
		background: white;
		border-radius: 0 242px 242px 0;
	}

}

@media print,
screen and (min-width: 768px) and (min-width: 768px) {
	.yutai-footer__item.-symbol img {
		width: 256px;
	}
}

.yutai-footer__item.-copyright {
	margin-top: 5px;
	font-size: 1.2rem;
}

@media print,
screen and (min-width: 768px) {
	.yutai-footer__item.-copyright {
		font-weight: 700;
	}
}