@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
html, 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, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 160%;
  font-family: 'Noto Sans JP', 'Noto Serif JP', sans-serif, serif;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }
body {
 }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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




a {
  text-decoration: none;
  color: #1470CC;
}
a:hover, a:focus {
  text-decoration: none; }
a:hover {
  color: #1470CC; }
a:hover{
  opacity: 0.5;
}




/**********************
* color numbers
***********************/
/************************
* degrees
*************************/
/*********************
* z-index
**********************/
/**********************
* Functions
***********************/
/**********************
* Components
***********************/
/*****************
* Header
******************/
.c-header {
  width: 100%;
  background: #272D33;
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0; }
  @media screen and (max-width: 999px) {
    .c-header {
      display: flex;
      align-items: center; } }
  @media screen and (max-width: 767px) {
    .c-header {
      position: static; } }
  .c-header__urgent {
    padding: 20px 30px;
    color: #E00;
    background: rgba(246, 198, 198, 0.4);
    font-weight: bold;
    font-size: 1.2rem; }
    .c-header__urgent.top {
      background: rgba(246, 198, 198, 0.6); }
    @media screen and (max-width: 999px) {
      .c-header__urgent.top {
        position: absolute;
        width: 100%;
        top: 48px;
        padding: 20px 10px; } }
  .c-header__menuTrigger,
  .c-header__menuTrigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box; }
  .c-header__menuTrigger {
    display: none;
    position: relative;
    width: 43px;
    height: 22px;
    cursor: pointer; }
    @media screen and (max-width: 999px) {
      .c-header__menuTrigger {
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .c-header__menuTrigger {
        display: none; } }
    .c-header__menuTrigger::after {
      content: 'MENU';
      position: absolute;
      font-size: 1.2rem;
      color: #FFF;
      display: inline-block;
      width: 100%;
      text-align: center;
      bottom: -22px; }
    .c-header__menuTrigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #FFF; }
      .c-header__menuTrigger span:nth-of-type(1) {
        top: 0; }
      .c-header__menuTrigger span:nth-of-type(2) {
        top: 9px; }
      .c-header__menuTrigger span:nth-of-type(3) {
        top: 18px; }
    .c-header__menuTrigger.active::after {
      content: 'CLOSE'; }
    .c-header__menuTrigger.active span:nth-of-type(1) {
      transform: translateY(8px) rotate(-45deg); }
    .c-header__menuTrigger.active span:nth-of-type(2) {
      opacity: 0; }
    .c-header__menuTrigger.active span:nth-of-type(3) {
      transform: translateY(-10px) rotate(45deg); }
  .c-header__main {
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 60px; }
    @media screen and (max-width: 999px) {
      .c-header__main {
        padding: 10px 0 10px 20px;
        justify-content: space-between;
        height: 81px; } }
    @media screen and (max-width: 767px) {
      .c-header__main {
        padding: 0 10px;
        height: 48px; } }
    .c-header__main.onscroll {
      padding: 0 30px; }
      @media screen and (max-width: 767px) {
        .c-header__main.onscroll {
          padding: 10px; } }
    .c-header__main__logo {
      display: inline-block;
      max-width: 200px;
      width: 100%; }
      @media screen and (max-width: 999px) {
        .c-header__main__logo {
          order: 1; } }
      @media screen and (max-width: 767px) {
        .c-header__main__logo {
          width: 100px; } }
      .c-header__main__logo img {
        width: 100%; }
      .c-header__main__logo.onscroll {
        width: 150px; }
        @media screen and (max-width: 767px) {
          .c-header__main__logo.onscroll {
            margin: 3px auto 0; } }
      .c-header__main__logo--tb.menu-hide::after {
        display: none; }
    .c-header__main nav {
      display: flex;
      justify-content: space-between;
      padding-left: 30px;
      width: 100%; }
      @media screen and (max-width: 999px) {
        .c-header__main nav {
          display: none; } }
    .c-header__main__user {
      justify-content: flex-end; }
    .c-header__main__nav {
      margin-right: auto; }
      .c-header__main__nav.logined {
        margin: 0 0 auto; }
      .c-header__main__nav li a[name="funds"]::after, .c-header__main__nav li a[name="payment"]::after, .c-header__main__nav li a[name="account"]::after {
        display: none; }
      .c-header__main__nav li#current {
        position: relative; }
        .c-header__main__nav li#current::after {
          position: absolute;
          content: '';
          width: 80%;
          height: 3px;
          left: 50%;
          right: 50%;
          margin-left: -40%;
          background: #949EA5;
          bottom: 13px; }
    .c-header__main__nav, .c-header__main__user {
      display: flex;
      align-items: center;
      color: #FFF; }
      .c-header__main__nav li, .c-header__main__user li {
        position: relative;
        display: flex; }
        .c-header__main__nav li a, .c-header__main__user li a {
          display: flex;
          align-items: center;
          text-decoration: none;
          cursor: pointer; }
      .c-header__main__nav__link, .c-header__main__user__link {
        position: relative;
        height: 60px;
        font-weight: bold;
        display: flex;
        align-items: center;
        color: #FFF;
        padding-right: 18px;
        padding-bottom: 6px;
        white-space: nowrap; }
        .c-header__main__nav__link:hover, .c-header__main__user__link:hover {
          color: #FFF;
          background: #57626A; }
        .c-header__main__nav__link::before, .c-header__main__user__link::before {
          content: '';
          display: inline-block;
          position: relative;
          left: 0;
          width: 18px;
          height: 18px;
          border-left: 1px solid #CCC; }
        .c-header__main__nav__link::after, .c-header__main__user__link::after {
          content: '';
          display: inline-block;
          width: 7px;
          height: 7px;
          border-top: 1px solid #FFF;
          border-left: 1px solid #FFF;
          transform: rotate(225deg);
          pointer-events: none;
          margin-top: -8px;
          margin-left: 10px; }
        .c-header__main__nav__link.no-arrow::after, .c-header__main__user__link.no-arrow::after {
          display: none; }
        .c-header__main__nav__link.no-arrow:hover, .c-header__main__user__link.no-arrow:hover {
          background: none; }
      .c-header__main__nav__submenu, .c-header__main__user__submenu {
        position: absolute;
        flex-direction: column;
        background: #57626A;
        width: 280px;
        height: auto;
        top: 60px;
        left: 0;
        font-weight: normal;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
        display: none; }
        .c-header__main__nav__submenu.mypage, .c-header__main__user__submenu.mypage {
          left: auto;
          right: 0;
          width: 200px; }
        .c-header__main__nav__submenu.about, .c-header__main__nav__submenu.lab, .c-header__main__user__submenu.about, .c-header__main__user__submenu.lab {
          display: none; }
        .c-header__main__nav__submenu.about, .c-header__main__user__submenu.about {
          width: 210px; }
        .c-header__main__nav__submenu.lab, .c-header__main__user__submenu.lab {
          width: 310px; }
        .c-header__main__nav__submenu li, .c-header__main__user__submenu li {
          border-top: 1px solid #FFF; }
          .c-header__main__nav__submenu li:first-child, .c-header__main__user__submenu li:first-child {
            border: none; }
          .c-header__main__nav__submenu li a, .c-header__main__user__submenu li a {
            display: flex;
            align-items: center;
            width: 100%;
            height: 50px;
            text-decoration: none;
            color: #FFF;
            padding-right: 10px;
            line-height: 1.3em;
            font-size: 1.4rem; }
            .c-header__main__nav__submenu li a::before, .c-header__main__user__submenu li a::before {
              content: '';
              display: inline-block;
              width: 7px;
              height: 7px;
              border-top: 1px solid #FFF;
              border-left: 1px solid #FFF;
              transform: rotate(135deg);
              pointer-events: none;
              margin: 0 10px; }
            .c-header__main__nav__submenu li a:hover, .c-header__main__user__submenu li a:hover {
              background: #818A93; }
      .c-header__main__nav__login, .c-header__main__nav__register, .c-header__main__user__login, .c-header__main__user__register {
        flex-direction: column;
        width: 100px;
        height: 30px;
        border-radius: 15px;
        color: #FFF;
        font-weight: bold;
        font-size: 1.4rem;
        margin-left: 5px;
        justify-content: center; }
        .c-header__main__nav__login::before, .c-header__main__nav__register::before, .c-header__main__user__login::before, .c-header__main__user__register::before {
          display: inline-block;
          height: 20px;
          margin-bottom: 11px; }
        .c-header__main__nav__login.sidemenu, .c-header__main__nav__register.sidemenu, .c-header__main__user__login.sidemenu, .c-header__main__user__register.sidemenu {
          width: 128px;
          height: 40px;
          border-radius: 20px;
          margin: 0 2px; }
      .c-header__main__nav__login, .c-header__main__user__login {
        color: #333;
        background: #FFF; }
        .c-header__main__nav__login:hover, .c-header__main__user__login:hover {
          color: #333;
          background: #C8CACB; }
        .c-header__main__nav__login.sidemenu, .c-header__main__user__login.sidemenu {
          background: #E0E0E0; }
      .c-header__main__nav__register, .c-header__main__user__register {
        background: #FF8200; }
        .c-header__main__nav__register:hover, .c-header__main__user__register:hover {
          color: #FFF;
          background: #C86D0C; }
  .c-header__sub {
    background: #272D33;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-size: 1.2rem;
    height: 46px; }
    @media screen and (max-width: 999px) {
      .c-header__sub {
        order: 1;
        padding-top: 0;
        line-height: 2rem;
        height: 100%; } }
    @media screen and (max-width: 767px) {
      .c-header__sub {
        justify-content: center;
        align-items: flex-start; } }
    .c-header__sub__nav {
      padding-right: 30px; }
      @media screen and (max-width: 999px) {
        .c-header__sub__nav {
          display: none; } }
      .c-header__sub__nav ul li {
        display: inline-block;
        padding: 0 10px; }
        .c-header__sub__nav ul li a {
          color: #FFF;
          text-decoration: none; }
          .c-header__sub__nav ul li a::before {
            display: inline-block;
            content: '';
            display: inline-block;
            width: 7px;
            height: 7px;
            border-top: 1px solid #FFF;
            border-left: 1px solid #FFF;
            transform: rotate(135deg);
            pointer-events: none;
            margin-right: 5px; }
  .c-header__desc {
    padding-left: 30px; }
    .c-header__desc br {
      display: none; }
      @media screen and (max-width: 999px) {
        .c-header__desc br {
          display: inline-block; } }
    @media screen and (max-width: 999px) {
      .c-header__desc {
        padding-left: 20px; } }
    @media screen and (max-width: 767px) {
      .c-header__desc {
        padding: 2px 0;
        line-height: 1.5;
        font-size: 0.8rem;
        -webkit-transform: scale(1);
        -webkit-transform-origin: 0; } }
    @media screen and (max-width: 767px) {
      .c-header__desc span {
        display: none; } }

/*****************
* Footer
******************/
.c-footer {
  width: 100%;
  position: relative;
  margin-top: 50px;
  background: #FFF; }
  @media screen and (max-width: 767px) {
    .c-footer {
      margin-top: 10px; } }
  .c-footer__lower, .c-footer__upper {
    width: 100%;
    display: flex;
    justify-content: center; }
    .c-footer__lower__inner, .c-footer__upper__inner {
      max-width: 1200px;
      width: 100%; }
  .c-footer__upper {
    background: #EBEDF0; }
    @media screen and (max-width: 767px) {
      .c-footer__upper {
        display: none; } }
    .c-footer__upper__inner {
      display: flex;
      justify-content: space-between;
      padding: 40px 20px 25px; }
      .c-footer__upper__inner nav h5 {
        font-weight: bold;
        margin-bottom: 10px; }
      .c-footer__upper__inner nav ul li {
        font-size: 1.2rem;
        line-height: 2.8rem; }
        @media screen and (max-width: 999px) {
          .c-footer__upper__inner nav ul li {
            max-width: 200px; } }
      .c-footer__upper__inner nav a {
        color: #333;
        text-decoration: none; }
        .c-footer__upper__inner nav a:hover {
          color: #888; }
  .c-footer__border {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2); }
  .c-footer__lower {
    position: relative;
    height: 230px; /* 230px -> 260px -> 230px */
    padding-top: 20px;
    font-size: 1.2rem; }
    @media screen and (max-width: 767px) {
      .c-footer__lower {
        height: auto;
        padding-bottom: 80px; } }
    .c-footer__lower__bg {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 170px;　 /* 170px -> 200px -> 170px */
      background: #FFF;
      z-index: 1; }
    @media screen and (max-width: 767px) {
      .c-footer__lower {
        background: #EBEDF0; } }
    .c-footer__lower__inner {
      z-index: 2;
      padding: 10px 20px; }
      @media screen and (max-width: 767px) {
        .c-footer__lower__inner {
          padding-top: 0; } }
  .c-footer__desc {
    line-height: 1.8rem; }
  .c-footer__summary {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .c-footer__summary {
        flex-direction: column;
        align-items: flex-start; } }
    .c-footer__summary__address {
      padding-top: 30px;
      line-height: 2rem; }
      @media screen and (max-width: 767px) {
        .c-footer__summary__address {
          padding-top: 20px;
          padding-bottom: 40px;
          width: 100%;
          font-size: 1.2rem; } }
    .c-footer__summary__copy {
      text-align: right; }
      @media screen and (max-width: 767px) {
        .c-footer__summary__copy {
          width: 100%;
          text-align: center; } }
      .c-footer__summary__copy__logo {
        margin-bottom: 20px;
        width: 200px; }
        .c-footer__summary__copy__logo img {
          width: 100%; }
        @media screen and (max-width: 767px) {
          .c-footer__summary__copy__logo {
            margin: 0 auto 20px; } }

/*****************
* Side Menu
******************/
.c-sidemenu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .c-sidemenu__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none; }
  .c-sidemenu__inner {
    position: absolute;
    right: 0;
    width: 280px;
    background: #FFF;
    padding: 5px 10px 80px; }
    .c-sidemenu__inner.onscroll {
      top: 95px; }
      @media screen and (max-width: 767px) {
        .c-sidemenu__inner.onscroll {
          top: 55px; } }
  .c-sidemenu__closeBtnContainer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .c-sidemenu__closeBtnContainer {
        display: none; } }
  .c-sidemenu__closeBtn,
  .c-sidemenu__closeBtn span {
    display: inline-block;
    box-sizing: border-box; }
  .c-sidemenu__closeBtn {
    position: relative;
    width: 34px;
    height: 22px;
    cursor: pointer; }
    @media screen and (max-width: 999px) {
      .c-sidemenu__closeBtn {
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .c-sidemenu__closeBtn {
        display: none; } }
    @media screen and (min-width: 1000px) {
      .c-sidemenu__closeBtn {
        display: none; } }
    .c-sidemenu__closeBtn span:nth-of-type(1) {
      transform: translateY(8px) rotate(-45deg); }
    .c-sidemenu__closeBtn span:nth-of-type(2) {
      opacity: 0; }
    .c-sidemenu__closeBtn span:nth-of-type(3) {
      transform: translateY(-10px) rotate(45deg); }
    .c-sidemenu__closeBtn::after {
      content: 'CLOSE';
      position: absolute;
      font-size: 1rem;
      color: #333;
      display: inline-block;
      width: 100%;
      text-align: center;
      bottom: -15px; }
    .c-sidemenu__closeBtn span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #333; }
      .c-sidemenu__closeBtn span:nth-of-type(1) {
        top: 0; }
      .c-sidemenu__closeBtn span:nth-of-type(2) {
        top: 9px; }
      .c-sidemenu__closeBtn span:nth-of-type(3) {
        top: 18px; }
  .c-sidemenu__userBtns {
    padding: 10px 0;
    position: relative;
    border-top: 1px solid #999; }
    @media screen and (max-width: 767px) {
      .c-sidemenu__userBtns {
        border: none; } }
    .c-sidemenu__userBtns .c-header__main__user li {
      margin: 0; }
  .c-sidemenu__menuBtns li:last-child {
    height: 50px;
    background: #FFF; }
  .c-sidemenu__menuBtns li.head {
    font-weight: bold;
    max-width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999; }
    .c-sidemenu__menuBtns li.head.noborder {
      border-bottom: none; }
    .c-sidemenu__menuBtns li.head a,
    .c-sidemenu__menuBtns li.head span {
      border-bottom: none; }
      .c-sidemenu__menuBtns li.head a::before,
      .c-sidemenu__menuBtns li.head span::before {
        content: '';
        display: inline-block;
        width: 3px;
        height: 30px;
        background: #272D33;
        margin-right: 12px; }
    .c-sidemenu__menuBtns li.head a {
      margin-left: 0;
      width: 100%; }
  .c-sidemenu__menuBtns li.separate a {
    margin-top: 16px;
    border-top: 1px solid #CCC; }
  .c-sidemenu__menuBtns li a,
  .c-sidemenu__menuBtns li span {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
    line-height: 2.2rem; }
    .c-sidemenu__menuBtns li a.topHide,
    .c-sidemenu__menuBtns li span.topHide {
      border-top: none; }
  .c-sidemenu__menuBtns li a {
    width: 230px;
    margin-left: auto;
    position: relative;
    padding: 12px 25px 12px 0;
    color: #26F; }
    .c-sidemenu__menuBtns li a .c-iconLink--pdf {
      padding: 0;
      border: 0; }
    .c-sidemenu__menuBtns li a.sub {
      max-width: 100%;
      font-size: 1.2rem;
      padding-left: 3px;
      margin-left: 0;
      width: 100%; }
    .c-sidemenu__menuBtns li a.noborder {
      border: none; }
    .c-sidemenu__menuBtns li a.head {
      border-color: #999; }
    .c-sidemenu__menuBtns li a::after {
      content: '';
      display: inline-block;
      width: 7px;
      height: 7px;
      border-top: 1px solid #FFF;
      border-left: 1px solid #FFF;
      transform: rotate(135deg);
      pointer-events: none;
      border-color: #26F;
      width: 10px;
      height: 10px;
      position: absolute;
      right: 10px;
      top: calc(50% - 0.5rem); }
  .c-sidemenu__menuBtns li span {
    padding: 12px 0; }

/*****************
* Breadcrumb
******************/
.breadcrumbs-container {
  padding-top: 106px; }
  @media screen and (max-width: 999px) {
    .breadcrumbs-container {
      padding-top: 81px; } }
  @media screen and (max-width: 767px) {
    .breadcrumbs-container {
      padding-top: 0; } }
  .breadcrumbs-container.onscroll {
    padding-top: 55px; }
    @media screen and (max-width: 999px) {
      .breadcrumbs-container.onscroll {
        padding-top: 60px; } }
    @media screen and (max-width: 767px) {
      .breadcrumbs-container.onscroll {
        padding-top: 0; } }

.c-breadCrumbs {
  background: #F3F3F3;
  padding: 0 30px;
  color: #333;
  height: 40px;
  overflow: hidden; }
  @media screen and (max-width: 999px) {
    .c-breadCrumbs {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .c-breadCrumbs {
      padding: 0 10px; } }
  .c-breadCrumbs .c-breadCrumbs__list::-webkit-scrollbar {
    display: none !important; }
  .c-breadCrumbs .c-breadCrumbs__list {
    display: flex;
    height: 55px;
    overflow-x: auto;
    padding-top: 15px;
    -webkit-overflow-scrolling: touch; }
    .c-breadCrumbs .c-breadCrumbs__list > .c-breadCrumbs__list__element {
      white-space: nowrap;
      margin-left: 8px;
      font-size: 1.2rem; }
      .c-breadCrumbs .c-breadCrumbs__list > .c-breadCrumbs__list__element::before {
        content: '';
        display: inline-block;
        content: '';
        display: inline-block;
        width: 7px;
        height: 7px;
        border-top: 1px solid #FFF;
        border-left: 1px solid #FFF;
        transform: rotate(135deg);
        pointer-events: none;
        border-color: #999;
        margin-right: 5px;
        width: 10px;
        height: 10px; }
      .c-breadCrumbs .c-breadCrumbs__list > .c-breadCrumbs__list__element:first-child {
        margin-left: 0; }
        .c-breadCrumbs .c-breadCrumbs__list > .c-breadCrumbs__list__element:first-child::before {
          content: '>';
          display: none; }

/*****************
* Information Message
******************/
.c-information__inner {
  background: rgba(220, 226, 232, 0.75);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 30px;
  margin: 0 auto;
  color: #333; }
  @media screen and (max-width: 767px) {
    .c-information__inner {
      padding: 0 10px; } }
  .c-information__inner.urgent {
    color: #E00;
    background: #f6c6c6;
    font-weight: bold;
    font-size: 1.2rem; }
    .c-information__inner.urgent.top {
      background: rgba(246, 198, 198, 0.7); }
  .c-information__inner__message {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2.4rem; }

.c-information.top {
  padding-top: 106px;
  width: 100%;
  position: fixed;
  z-index: 5; }
  @media screen and (max-width: 999px) {
    .c-information.top {
      padding-top: 81px; } }
  @media screen and (max-width: 767px) {
    .c-information.top {
      padding-top: 48px; } }

/*****************
* Content
******************/
.c-content {
  line-height: 2.4rem;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden; }
  @media screen and (max-width: 999px) {
    .c-content {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .c-content {
      padding: 0 10px; } }
  .c-content h1 {
    width: 100%;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 3.6rem; }
    @media screen and (max-width: 767px) {
      .c-content h1 {
        font-size: 2rem;
        height: auto; }
        .c-content h1 br {
          display: none; } }
  .c-content h2 {
    position: relative;
    width: 100%;
    font-size: 2.4rem;
    font-weight: bold;
    background-color: #F3F3F3;
    border: solid 1px #CCC;
    border-bottom: solid 2px #CCC;
    margin-bottom: 25px;
    display: flex;
    flex-basis: auto;
    align-items: center;
    padding: 14px 20px;
    line-height: 2.4rem; }
    .c-content h2::before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 5px;
      height: 100%;
      top: 0;
      left: 0;
      background: #333; }
    @media screen and (max-width: 767px) {
      .c-content h2 {
        font-size: 1.6rem;
        padding: 10px 20px; } }
  .c-content h3 {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .c-content h3 {
        font-size: 1.6rem; } }
    .c-content h3::before {
      content: '';
      display: inline-block;
      min-width: 3px;
      height: 28px;
      background: #333;
      margin-right: 20px; }
  .c-content h4 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px; }

/**********************
* Title
***********************/
.c-titleContainer {
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .c-titleContainer {
      flex-direction: column;
      height: auto;
      margin-bottom: 20px; } }

.c-steps {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .c-steps {
      align-items: flex-start;
      margin-top: 10px; } }
  .c-steps.three {
    max-width: 380px; }
    .c-steps.three li {
      width: 33%; }
  .c-steps.two {
    max-width: 380px; }
    .c-steps.two li {
      width: 49%; }
  .c-steps li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    position: relative;
    color: #999;
    line-height: 1.8rem;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-steps li {
        font-size: 1.2rem; } }
    .c-steps li:last-child::after {
      display: none; }
    .c-steps li span {
      display: none;
      position: absolute;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #037;
      top: -2px;
      left: 50%;
      right: 50%;
      margin-left: -19px;
      z-index: 1; }
    .c-steps li::before {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      content: '';
      width: 28px;
      height: 28px;
      border: 2px solid #CCC;
      border-radius: 50%;
      background: #FFF;
      margin-bottom: 15px;
      margin-top: 2px;
      font-weight: bold;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .c-steps li::before {
          font-size: 1.4rem; } }
    .c-steps li::after {
      position: absolute;
      content: '';
      width: 95%;
      height: 2px;
      background: #CCC;
      top: 15px;
      left: 50%; }
    .c-steps li:nth-child(1)::before {
      content: '1'; }
    .c-steps li:nth-child(2)::before {
      content: '2'; }
    .c-steps li:nth-child(3)::before {
      content: '3'; }
    .c-steps li:nth-child(4)::before {
      content: '4'; }
    .c-steps li.active {
      color: #037; }
      .c-steps li.active span {
        display: inline-block; }
      .c-steps li.active::before {
        background: #037;
        width: 34px;
        height: 34px;
        border: 2px solid #FFF;
        margin-bottom: 10px;
        margin-top: 0;
        color: #FFF; }
      .c-steps li.active::after {
        left: calc(50% + 19px);
        top: 15px; }
    .c-steps li.passed {
      color: #037; }
      .c-steps li.passed span {
        display: none; }
      .c-steps li.passed::before {
        background: #FFF;
        border: 2px solid #037;
        color: #037; }
      .c-steps li.passed::after {
        background: #037; }

/**********************
* Menu Trigger
***********************/
.c-menuTrigger,
.c-menuTrigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box; }

.c-menuTrigger {
  position: relative;
  width: 43px;
  height: 22px;
  cursor: pointer; }
  @media screen and (max-width: 999px) {
    .c-menuTrigger {
      display: inline-block;
      order: 1;
      margin: -15px 10px 0 auto; } }
  @media screen and (max-width: 999px) {
    .c-menuTrigger.onscroll {
      margin-top: 5px; } }
  @media screen and (max-width: 767px) {
    .c-menuTrigger {
      display: none;
      margin: 0; } }
  @media screen and (min-width: 1000px) {
    .c-menuTrigger {
      display: none; } }
  .c-menuTrigger.menu-hide::after {
    display: none; }
  .c-menuTrigger::after {
    content: 'MENU';
    position: absolute;
    font-size: 1.2rem;
    color: #FFF;
    display: inline-block;
    width: 100%;
    text-align: center;
    bottom: -22px; }
  .c-menuTrigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFF; }
    .c-menuTrigger span:nth-of-type(1) {
      top: 0; }
    .c-menuTrigger span:nth-of-type(2) {
      top: 9px; }
    .c-menuTrigger span:nth-of-type(3) {
      top: 18px; }
  .c-menuTrigger.active::after {
    content: 'CLOSE'; }
  .c-menuTrigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg); }
  .c-menuTrigger.active span:nth-of-type(2) {
    opacity: 0; }
  .c-menuTrigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg); }
  .c-menuTrigger--sp {
    display: flex !important;
    height: 30px; }
    .c-menuTrigger--sp span {
      width: 24px;
      left: 50%;
      right: 50%;
      margin-left: -12px; }
      .c-menuTrigger--sp span:nth-of-type(1) {
        top: 0; }
      .c-menuTrigger--sp span:nth-of-type(2) {
        top: 6px; }
      .c-menuTrigger--sp span:nth-of-type(3) {
        top: 12px; }
    .c-menuTrigger--sp::after {
      display: block !important;
      font-size: 0.9rem;
      color: #FFF;
      bottom: 0; }
    .c-menuTrigger--sp.active span:nth-of-type(1) {
      transform: translateY(2px) rotate(-45deg); }
    .c-menuTrigger--sp.active span:nth-of-type(2) {
      opacity: 0; }
    .c-menuTrigger--sp.active span:nth-of-type(3) {
      transform: translateY(-10px) rotate(45deg); }

.c-menuTriggerContainer {
  z-index: 8;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  bottom: 12px;
  width: 55px;
  height: 55px;
  left: 50%;
  right: 50%;
  margin-left: -27.5px;
  border-radius: 8px;
  background-color: rgba(0, 57, 128, 0.9);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.8);
  cursor: pointer; }
  @media screen and (max-width: 999px) {
    .c-menuTriggerContainer {
      display: none; } }
  @media screen and (min-width: 999px) {
    .c-menuTriggerContainer {
      display: none; } }
  @media screen and (max-width: 767px) {
    .c-menuTriggerContainer {
      display: flex; } }

/**********************
* Information Panel
***********************/
.c-infoPanel {
  border: 2px solid #005089; }
  .c-infoPanel > h4 {
    color: #FFF;
    padding: 12px;
    background: #005089;
    font-size: 1.6rem;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .c-infoPanel > h4 {
        padding: 12px; } }
  .c-infoPanel__inner {
    padding: 15px 12px; }
    .c-infoPanel__inner .c-descList {
      margin-top: 0;
      padding: 0 5px; }
      .c-infoPanel__inner .c-descList li {
        line-height: 2.4rem;
        font-size: 1.4rem;
        margin-bottom: 10px; }
        .c-infoPanel__inner .c-descList li:last-child {
          margin-bottom: 0; }
  .c-infoPanel__attention {
    font-weight: bold;
    margin-bottom: 25px; }

/**********************
* Page top
***********************/
.c-pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0.9;
  z-index: 4; }
  .c-pagetop a:hover {
    opacity: 0.7; }

/**********************
* Modal
***********************/
.c-zipAddress,
.c-camera-modal {
  display: none;
  position: relative;
  max-width: 500px;
  width: auto;
  min-height: 60px;
  margin: 20px auto;
  background: #FFF;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .c-zipAddress,
    .c-camera-modal {
      width: 95%; } }
  .c-zipAddress__head,
  .c-camera-modal__head {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CCC; }
    .c-zipAddress__head__title,
    .c-camera-modal__head__title {
      font-size: 1.8rem;
      font-weight: bold;
      color: #333; }
  .c-zipAddress__container,
  .c-camera-modal__container {
    width: 100%;
    height: 300px;
    overflow-y: auto; }
  .c-zipAddress__result li,
  .c-camera-modal__result li {
    padding: 20px 0;
    border-bottom: 1px solid #CCC; }
  .c-zipAddress__result .c-arrowLink,
  .c-camera-modal__result .c-arrowLink {
    font-size: 1.6rem; }

.c-camera__video_wrapper.is-loading {
  background: #000;
  min-height: 6rem;
  color: white; }
  .c-camera__video_wrapper.is-loading::after {
    content: 'カメラを起動しています...';
    display: block;
    text-align: center;
    line-height: 6rem; }

.c-camera {
  background: #000; }
  .c-camera.is-fullwidth {
    width: 100%; }

.mfp-close.black, .mfp-close.white {
  position: relative !important;
  display: inline-block;
  width: 25px !important;
  height: 25px !important;
  padding: 0 !important;
  opacity: 1 !important;
  margin-left: auto;
  top: -30px;
  cursor: pointer; }
  .mfp-close.black::before, .mfp-close.black::after, .mfp-close.white::before, .mfp-close.white::after {
    position: absolute;
    content: '';
    display: inline-block;
    background: #333; }
  .mfp-close.black::before, .mfp-close.white::before {
    width: 25px;
    height: 1px;
    top: 12px;
    left: 0;
    transform: rotate(45deg); }
  .mfp-close.black::after, .mfp-close.white::after {
    width: 1px;
    height: 25px;
    top: 0;
    left: 12px;
    transform: rotate(45deg); }

.mfp-close.white, .mfp-close.black {
  position: absolute !important;
  right: 0; }
  .mfp-close.white::before, .mfp-close.white::after, .mfp-close.black::before, .mfp-close.black::after {
    background: #FFF; }

/**********************
* Tabs
***********************/
.c-tabset {
  max-width: 960px;
  width: 100%;
  height: 51px;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px; }
  .c-tabset.reverse {
    margin-top: 30px;
    border-bottom: none;
    border-top: 1px solid #CCC; }
    .c-tabset.reverse li a.selected,
    .c-tabset.reverse li span.selected {
      border-top: none;
      border-bottom: 1px solid #CCC;
      margin-top: -1px; }
  .c-tabset li {
    max-width: 475px;
    width: 100%;
    margin-right: 10px; }
    .c-tabset li:last-child {
      margin-right: 0; }
    .c-tabset li a:hover {
      opacity: 0.7; }
    .c-tabset li a,
    .c-tabset li span {
      width: 100%;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.8rem;
      font-weight: bold;
      border: 1px solid #E9ECF0;
      border-bottom: 1px solid #FFF;
      background: #E9ECF0;
      text-decoration: none;
      color: #26F; }
      .c-tabset li a.selected,
      .c-tabset li span.selected {
        border: 1px solid #CCC;
        border-bottom: none;
        background: #FFF;
        height: 51px;
        color: #333;
        cursor: default; }
        .c-tabset li a.selected:hover,
        .c-tabset li span.selected:hover {
          opacity: 1; }
      @media screen and (max-width: 767px) {
        .c-tabset li a,
        .c-tabset li span {
          font-size: 1.4rem; } }

/**********************
* color numbers
***********************/
/************************
* degrees
*************************/
/*********************
* z-index
**********************/
/**********************
* Tables
***********************/
.c-table {
  margin: 20px 0;
  width: 100%; }
  .c-table__2clm__inner {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .c-table__2clm__inner {
        flex-direction: column; } }
  .c-table__2clm__wrapper {
    display: flex;
    align-items: center;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .c-table__2clm__wrapper {
        width: 100%; } }
    .c-table__2clm__wrapper label {
      margin-right: 5px;
      min-width: 30px;
      white-space: nowrap; }
    .c-table__2clm__wrapper:last-child {
      margin-left: 20px; }
      @media screen and (max-width: 767px) {
        .c-table__2clm__wrapper:last-child {
          margin-top: 10px;
          margin-left: 0; } }
    .c-table__2clm__wrapper dd {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .c-table__2clm dd {
      width: 100% !important; } }
  .c-table__label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    min-width: 40px;
    height: 25px;
    font-size: 1rem;
    margin-left: 20px; }
    .c-table__label.required {
      background: #E87227;
      color: #FFF; }
      .c-table__label.required::before {
        content: '必須'; }
    .c-table__label.discretion {
      background: #999;
      color: #FFF; }
      .c-table__label.discretion::before {
        content: '任意'; }
  .c-table__data.zipcode .c-inputText, .c-table__data.established .c-inputText, .c-table__data.withdraw .c-inputText, .c-table__data.bankcode .c-inputText {
    max-width: 200px; }
    @media screen and (max-width: 767px) {
      .c-table__data.zipcode .c-inputText, .c-table__data.established .c-inputText, .c-table__data.withdraw .c-inputText, .c-table__data.bankcode .c-inputText {
        width: 100%;
        max-width: none; } }
  .c-table__data.tel .c-inputText {
    max-width: 300px; }
    @media screen and (max-width: 767px) {
      .c-table__data.tel .c-inputText {
        width: 100%;
        max-width: none; } }
  .c-table__data.capital .c-inputText {
    max-width: 360px; }
    @media screen and (max-width: 767px) {
      .c-table__data.capital .c-inputText {
        width: 100%;
        max-width: none; } }
  .c-table__data.address .address__2 {
    padding-top: 20px; }
  .c-table__data.address .address__1, .c-table__data.address .address__2 {
    width: 100% !important; }
  .c-table dl {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    display: flex;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .c-table dl {
        flex-direction: column; } }
    .c-table dl:last-child {
      border-bottom: 1px solid #CCC; }
    .c-table dl dd,
    .c-table dl dt {
      padding: 20px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .c-table dl dd,
        .c-table dl dt {
          width: 100% !important;
          padding: 20px 10px; } }
    .c-table dl dt {
      text-align: left;
      clear: left;
      float: left;
      max-width: 250px;
      min-width: 250px;
      width: 30%;
      background: #F3F3F3;
      border-right: 1px solid #CCC;
      font-size: 1.3rem;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      line-height: 1.6rem; }
      @media screen and (max-width: 767px) {
        .c-table dl dt {
          max-width: 100%;
          border-right: none;
          border-bottom: 1px solid #CCC;
          justify-content: flex-start;
          padding: 10px; }
          .c-table dl dt span {
            margin-left: 20px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .c-table dl dt {
      justify-content: space-between; }
      .c-table dl dt br {
        display: none; } }
    .c-table dl dd {
      width: 80%;
      line-height: 2.4rem;
      flex-direction: column;
      align-items: flex-start; }
      @media screen and (max-width: 999px) {
        .c-table dl dd {
          margin-left: 0; } }
      .c-table dl dd input {
        width: 100%;
        height: 35px; }
      .c-table dl dd textarea {
        width: 100%; }
  .c-table__notes {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem; }
  .c-table__case {
    font-size: 1.4rem;
    color: #666;
    margin-top: 10px; }
  .c-table--upload dd {
    padding: 20px !important;
    display: flex !important;
    justify-content: center !important; }
  .c-table--upload__sample {
    display: flex;
    justify-content: space-around;
    margin-top: 30px; }
    .c-table--upload__sample__images {
      display: flex;
      width: 100%;
      justify-content: space-around;
      flex-wrap: wrap; }
      .c-table--upload__sample__images > li {
        width: 25%;
        padding: 10px; }
        .c-table--upload__sample__images > li figure {
          text-align: center; }
      @media screen and (max-width: 767px) {
        .c-table--upload__sample__images > li {
          width: 50%; }
          .c-table--upload__sample__images > li figure {
            padding: 6px; } }
  .c-table--upload__dataBtns {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 999px) {
      .c-table--upload__dataBtns {
        justify-content: space-around; } }
    .c-table--upload__dataBtns li .c-btn {
      width: 50%;
      min-width: 255px; }
      @media screen and (max-width: 999px) {
        .c-table--upload__dataBtns li .c-btn {
          min-width: 200px;
          padding: 0 20px; } }
      @media screen and (max-width: 767px) {
        .c-table--upload__dataBtns li .c-btn {
          width: 50%;
          min-width: 140px;
          font-size: 1.4rem !important; } }
    @media screen and (max-width: 767px) {
      .c-table--upload__dataBtns li {
        margin: 0 !important; } }
    .c-table--upload__dataBtns li:first-child {
      margin-right: 20px; }
  .c-table--upload__thumbnails {
    margin-top: 30px;
    display: flex;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .c-table--upload__thumbnails {
        justify-content: space-around;
        margin-left: -20px; } }
    .c-table--upload__thumbnails__inner {
      position: relative;
      max-width: 200px;
      width: 100%;
      margin: 10px 20px;
      margin-left: 0;
      border: 1px solid #CCC;
      overflow: hidden;
      align-self: flex-start; }
      @media screen and (max-width: 767px) {
        .c-table--upload__thumbnails__inner {
          width: 48%;
          margin: 0;
          margin-left: 20px; } }
      .c-table--upload__thumbnails__inner span {
        position: absolute;
        top: 7px;
        right: 7px;
        width: 26px;
        height: 26px;
        background: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/upload_thumb_close.svg");
        cursor: pointer; }
      .c-table--upload__thumbnails__inner p {
        font-size: 1.2rem;
        margin: 0 5px 5px; }
      .c-table--upload__thumbnails__inner img {
        object-fit: contain;
        max-height: 180px;
        width: 100%; }

.c-dataTable {
  width: 100%; }
  .c-dataTable th,
  .c-dataTable td {
    border: 1px solid #CCC;
    padding: 10px 15px;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .c-dataTable th,
      .c-dataTable td {
        padding: 5px; } }
  .c-dataTable th {
    background: #F3F3F3;
    font-weight: bold; }
  .c-dataTable .highlight {
    background: #FFF2E5; }
  .c-dataTable thead th {
    text-align: center; }
  .c-dataTable tbody th {
    text-align: left; }
  .c-dataTable tbody td {
    text-align: right;
    white-space: nowrap; }

.c-lineTable dl {
  width: 100%;
  border-top: 1px solid #CCC; }
  .c-lineTable dl dt,
  .c-lineTable dl dd {
    width: 100%;
    border-bottom: 1px solid #CCC;
    padding: 10px; }
  .c-lineTable dl dt {
    clear: left;
    float: left;
    width: 20%; }
    @media screen and (max-width: 767px) {
      .c-lineTable dl dt {
        width: 30% !important; } }
  .c-lineTable dl dd {
    width: 100%; }

.c-lineTable table {
  width: 100%;
  border-top: 1px solid #CCC; }
  @media screen and (max-width: 767px) {
    .c-lineTable table:nth-child(even) {
      border-top: none; } }
  .c-lineTable table th,
  .c-lineTable table td {
    width: 100%;
    border-bottom: 1px solid #CCC;
    padding: 10px; }
  .c-lineTable table th {
    width: 20%;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .c-lineTable table th {
        width: 30%; } }
  .c-lineTable table td {
    width: 100%; }

@keyframes loader {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

.loader {
  z-index: 100;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #020202;
  opacity: 0.3;
  color: black;
  text-align: center;
  vertical-align: middle;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .loader .loader__message {
    color: #666; }

.spinner {
  border-radius: 50%;
  width: 10em;
  height: 10em; }
  .spinner::after {
    border-radius: 50%;
    width: 10em;
    height: 10em; }

.spinner {
  margin: 40px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #FFF;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  z-index: 100; }

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/**********************
* Forms
***********************/
.c-inputText,
.c-textarea {
  background: #FFF;
  border: 1px solid #CCC;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 0 10px;
  display: inline-block;
  font-size: 1.6rem; }
  .c-inputText:disabled,
  .c-textarea:disabled {
    background-color: #DDD;
    color: #999;
    cursor: auto; }
  .c-inputText:focus,
  .c-textarea:focus {
    border: 1px solid #2AAFFF;
    background: #EFF8FD; }

.c-textarea {
  padding: 10px; }

.c-inpetSet {
  display: flex;
  width: 100%; }
  .c-inpetSet .btn {
    margin-left: 20px; }
    .c-inpetSet .btn .c-btn {
      height: 35px;
      font-size: 1.4rem !important;
      padding-left: 9px;
      padding-right: 9px;
      min-width: 130px; }
      @media screen and (max-width: 767px) {
        .c-inpetSet .btn .c-btn {
          min-width: 110px; } }

.capitalInput {
  display: flex;
  width: 100%;
  align-items: center; }
  .capitalInput span {
    display: inline-block;
    margin-left: 10px; }

.c-selectSet {
  display: flex;
  width: 100%; }
  .c-selectSet .c-select {
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .c-selectSet .c-select {
        margin-right: 10px; } }
    .c-selectSet .c-select.year {
      width: 150px !important; }
      @media screen and (max-width: 999px) {
        .c-selectSet .c-select.year {
          width: 35% !important;
          min-width: 35% !important;
          max-width: none; } }
    .c-selectSet .c-select.month, .c-selectSet .c-select.day {
      width: 80px !important; }
      @media screen and (max-width: 999px) {
        .c-selectSet .c-select.month, .c-selectSet .c-select.day {
          width: 25% !important;
          min-width: 25% !important;
          max-width: none; } }

.c-select {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 34px;
  background-color: #FFF;
  border: 1px solid #9B9B9B;
  color: #333;
  display: flex;
  align-items: center;
  cursor: pointer; }
  @media screen and (max-width: 999px) {
    .c-select {
      min-width: 200px; } }
  .c-select.disabled select {
    background-color: #DDD;
    color: #999;
    cursor: auto; }
  .c-select select {
    background: #FFF;
    cursor: pointer;
    appearance: none;
    position: relative;
    width: 100%;
    border: none;
    height: 100%;
    padding: 0 26px 0 13px;
    font-size: 1.2rem;
    border-radius: 0; }
    .c-select select::-ms-expand {
      opacity: 0; }
  .c-select::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: rotate(225deg);
    pointer-events: none;
    border-color: #4A4A4A;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin-top: -5px;
    right: 10px; }

.c-radioSet {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px; }
  .c-radioSet li {
    margin-right: 20px; }

.c-radio,
.c-checkbox {
  display: flex;
  align-items: flex-start; }
  .c-radio .radio-input,
  .c-radio .check-input,
  .c-checkbox .radio-input,
  .c-checkbox .check-input {
    display: none; }
  .c-radio.disabled,
  .c-checkbox.disabled {
    color: #999; }
    .c-radio.disabled label .check-parts::before,
    .c-radio.disabled label .radio-parts::before,
    .c-checkbox.disabled label .check-parts::before,
    .c-checkbox.disabled label .radio-parts::before {
      background: #DDD; }
    .c-radio.disabled label .radio-parts,
    .c-checkbox.disabled label .radio-parts {
      cursor: default; }
      .c-radio.disabled label .radio-parts::after,
      .c-checkbox.disabled label .radio-parts::after {
        display: none !important; }
  .c-radio .radio-parts,
  .c-checkbox .radio-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    cursor: pointer; }
    .c-radio .radio-parts > span,
    .c-checkbox .radio-parts > span {
      display: inline-block;
      margin-left: 10px; }
  .c-radio .radio-parts::before,
  .c-checkbox .radio-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border: solid 1px #999;
    border-radius: 50%; }
  .c-radio .radio-input:checked + .radio-parts::after,
  .c-checkbox .radio-input:checked + .radio-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: -7px;
    width: 14px;
    height: 14px;
    background-color: #26F;
    border-radius: 50%; }
  .c-radio .check-parts,
  .c-checkbox .check-parts {
    padding-left: 20px;
    position: relative;
    display: inline-flex;
    cursor: pointer; }
    .c-radio .check-parts > a,
    .c-radio .check-parts span,
    .c-checkbox .check-parts > a,
    .c-checkbox .check-parts span {
      display: inline-block;
      margin-left: 10px; }
      .c-radio .check-parts > a > p,
      .c-radio .check-parts span > p,
      .c-checkbox .check-parts > a > p,
      .c-checkbox .check-parts span > p {
        display: inline-block; }
      .c-radio .check-parts > a > span,
      .c-radio .check-parts span > span,
      .c-checkbox .check-parts > a > span,
      .c-checkbox .check-parts span > span {
        padding: 0 8px !important;
        margin-left: 0; }
  .c-radio .check-parts::before,
  .c-checkbox .check-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #FFF;
    border: solid 1px #999; }
  .c-radio .check-input:checked + .check-parts::before,
  .c-checkbox .check-input:checked + .check-parts::before {
    background: #26F;
    border: 1px solid #26F; }
  .c-radio .check-input:checked + .check-parts::after,
  .c-checkbox .check-input:checked + .check-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 6px;
    height: 12px;
    transform: rotate(40deg);
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF; }

.agreements-list {
  padding: 20px;
  border: 1px solid #CCC; }
  .agreements-list li:not(:last-child) {
    margin-bottom: 10px; }

/**********************
* color numbers
***********************/
/************************
* degrees
*************************/
/*********************
* z-index
**********************/
/**********************
* Functions
***********************/
/*****************
* Buttons
******************/
.c-btnContainer {
  width: 100%;
  margin: 40px 0;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .c-btnContainer {
      margin-top: 25px; } }
  .c-btnContainer.column {
    flex-direction: column;
    align-items: center; }
    .c-btnContainer.column .c-btn {
      margin-bottom: 20px; }
      .c-btnContainer.column .c-btn:last-child {
        margin-bottom: 0; }
  .c-btnContainer.row .c-btn {
    margin: 0 10px; }
  @media screen and (max-width: 767px) {
    .c-btnContainer.row {
      flex-direction: column;
      align-items: center; }
      .c-btnContainer.row .c-btn {
        margin: 10px 0; } }

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  text-decoration: none;
  border: none;
  min-width: 280px;
  max-width: 400px;
  height: 48px;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 24px;
  cursor: pointer; }
  .c-btn.small {
    height: 36px;
    border-radius: 18px;
    font-size: 1.4rem;
    min-width: 180px; }
    @media screen and (max-width: 767px) {
      .c-btn.small {
        height: 25px;
        border-radius: 13px;
        font-size: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .c-btn {
      padding: 0 20px;
      font-size: 1.6rem;
      height: 40px;
      border-radius: 20px; } }
  .c-btn--blue.disabled, .c-btn--white.disabled, .c-btn--register.disabled {
    border: 1px solid #A9A9A9;
    color: #999;
    background: #FFF;
    cursor: default; }
    .c-btn--blue.disabled:hover, .c-btn--white.disabled:hover, .c-btn--register.disabled:hover {
      border: 1px solid #A9A9A9;
      color: #999;
      background: #FFF; }
  .c-btn--blue {
    background: #26F;
    color: #FFF; }
    .c-btn--blue:hover, .c-btn--blue:focus {
      background: #5A8DFF;
      color: #FFF; }
  .c-btn--register {
    background: #FF8200;
    color: #FFF; }
    .c-btn--register:hover, .c-btn--register:focus {
      background: #FFA240;
      color: #FFF; }
  .c-btn--white {
    background: #FFF;
    border: 1px solid #26F;
    color: #26F; }
    .c-btn--white:hover, .c-btn--white:focus {
      background: #FFF;
      border-color: #5A8DFF;
      color: #5A8DFF; }
    .c-btn--white.blank::after {
      display: inline-block;
      content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/common_icon_blank.svg");
      margin-left: 10px; }
    .c-btn--white.file, .c-btn--white.camera {
      align-items: center;
      min-width: 320px;
      padding: 0 20px;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .c-btn--white.file, .c-btn--white.camera {
          flex-direction: column;
          align-items: center;
          text-align: center;
          padding: 0;
          font-size: 1.4rem;
          height: 70px;
          border-radius: 35px;
          min-width: 135px; } }
      .c-btn--white.file::before, .c-btn--white.camera::before {
        display: inline-block;
        width: 22px;
        padding-top: 3px;
        margin-right: 20px; }
        @media screen and (max-width: 767px) {
          .c-btn--white.file::before, .c-btn--white.camera::before {
            margin: 10px auto 0; } }
    .c-btn--white.file::before {
      content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/common_icon_file.svg"); }
    .c-btn--white.file.disabled::before {
      content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/common_icon_file_disabled.svg"); }
    .c-btn--white.camera::before {
      content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/common_icon_camera.svg"); }
    .c-btn--white.camera.disabled::before {
      content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/common_icon_camera_disabled.svg"); }
    .c-btn--white.bin {
      min-width: 122px;
      height: 36px;
      border-radius: 18px;
      font-size: 1.4rem;
      justify-content: space-around;
      padding: 0 20px 0 10px; }
      .c-btn--white.bin::before {
        content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/common_icon_bin.svg");
        display: inline-block;
        margin-top: 4px;
        width: 16px;
        height: 25px; }
      .c-btn--white.bin.disabled::before {
        content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/common_icon_bin_disabled.svg"); }
  .c-btn--facebook, .c-btn--google, .c-btn--yahoo {
    position: relative;
    color: #FFF;
    border: 2px solid #CCC;
    justify-content: flex-start;
    max-width: 280px;
    padding-right: 20px; }
    .c-btn--facebook.disabled, .c-btn--google.disabled, .c-btn--yahoo.disabled {
      border-color: #CCC;
      background: #FFF;
      color: #CCC;
      cursor: default; }
    .c-btn--facebook.login, .c-btn--google.login, .c-btn--yahoo.login {
      font-size: 1.6rem; }
      .c-btn--facebook.login span, .c-btn--google.login span, .c-btn--yahoo.login span {
        padding-left: 40px; }
    .c-btn--facebook span, .c-btn--google span, .c-btn--yahoo span {
      display: inline-block;
      padding-left: 50px; }
    .c-btn--facebook::after, .c-btn--google::after, .c-btn--yahoo::after {
      position: absolute;
      display: inline-block;
      width: 34px;
      height: 34px;
      top: 5px;
      left: 20px; }
    .c-btn--facebook::before, .c-btn--google::before, .c-btn--yahoo::before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 64px;
      height: 44px;
      background: #FFF;
      border-radius: 22px 0 0 22px; }
    .c-btn--facebook.hover:hover, .c-btn--google.hover:hover, .c-btn--yahoo.hover:hover {
      opacity: 0.6;
      color: #FFF; }
    @media screen and (max-width: 767px) {
      .c-btn--facebook span, .c-btn--google span, .c-btn--yahoo span {
        margin-left: 30px; }
      .c-btn--facebook::before, .c-btn--google::before, .c-btn--yahoo::before {
        height: 36px;
        border-radius: 18px 0 0 18px; }
      .c-btn--facebook::after, .c-btn--google::after, .c-btn--yahoo::after {
        top: 0; } }
  .c-btn--facebook {
    background: #3C5998;
    border-color: #3C5998; }
    .c-btn--facebook::after {
      content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/regist_btn_icon_fb.svg"); }
  .c-btn--google {
    background: #3D7DE7;
    border-color: #3D7DE7; }
    .c-btn--google::after {
      content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/regist_btn_icon_google.svg"); }
  .c-btn--yahoo {
    background: #D63043;
    border-color: #D63043; }
    .c-btn--yahoo::after {
      content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/regist_btn_icon_yahoo.svg"); }

.c-helpBtn {
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: flex;
  margin-top: 3px; }
  .c-helpBtn img {
    width: 100%; }
  .c-helpBtn__balloon {
    position: absolute;
    width: 250px;
    border-radius: 5px;
    background-color: #037;
    padding: 10px;
    color: #FFF;
    font-size: 1.2rem;
    display: none;
    z-index: 3;
    left: 50%;
    right: 50%;
    bottom: 20px;
    margin-left: -125px;
    line-height: 1.8rem; }

.c-snsBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  height: 36px; }
  .c-snsBtn img {
    height: 24px;
    width: 24px; }
  .c-snsBtn--tw {
    background: #1DA1F2; }
  .c-snsBtn--fb {
    background: #3C5998; }
  .c-snsBtn--line {
    background: #00B900; }
  .c-snsBtn--b {
    background: #1AA4DC; }

.c-closeBtn {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px; }
  @media screen and (max-width: 767px) {
    .c-closeBtn {
      width: 24px;
      height: 24px; } }
  .c-closeBtn::before, .c-closeBtn::after {
    content: '';
    position: absolute;
    display: inline-block;
    background: #333;
    width: 36px;
    height: 1px;
    top: 50%; }
    @media screen and (max-width: 767px) {
      .c-closeBtn::before, .c-closeBtn::after {
        width: 20px; } }
  .c-closeBtn::before {
    transform: rotate(45deg); }
  .c-closeBtn::after {
    transform: rotate(135deg); }

.c-moreBtnContainer {
  margin-top: 20px; }
  .c-moreBtnContainer__btn {
    width: 100%;
    height: 56px;
    border: 1px solid #26F;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      .c-moreBtnContainer__btn {
        height: 48px;
        font-size: 1.6rem; } }
    .c-moreBtnContainer__btn:hover {
      background: #F9F9F9;
      color: #26F; }
    .c-moreBtnContainer__btn::before {
      content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/common_icon_loading.svg");
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px; }
    .c-moreBtnContainer__btn--add::before {
      content: '＋';
      display: flex;
      align-items: center;
      margin-right: 10px; }
    .c-moreBtnContainer__btn--nextpage {
      font-size: 1.6rem;
      padding: 10px;
      height: auto;
      align-items: flex-start; }
      @media screen and (max-width: 767px) {
        .c-moreBtnContainer__btn--nextpage {
          font-size: 1.4rem; } }
      .c-moreBtnContainer__btn--nextpage::before {
        content: '次ページ：';
        white-space: nowrap;
        width: auto;
        height: auto;
        margin-right: 0;
        font-weight: normal;
        color: #333; }

.btn--top-movie {
  text-align: center; }
  .btn--top-movie > img {
    width: 100% !important; }

.btn--top-movie + .btn--top-movie {
  margin-left: 10px; }

@media screen and (max-width: 999px) {
  margin-left: 0;
  margin-top: 10px; }

.c-pagenation {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px 0; }
  .c-pagenation li {
    border: 1px solid #CCC;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    color: #999; }
    .c-pagenation li a {
      width: 100%;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #26F; }
      .c-pagenation li a:hover, .c-pagenation li a:visited {
        color: #26F;
        background: #F9F9F9; }
    .c-pagenation li.current {
      color: #FFF;
      background: #002742;
      border: 0;
      font-weight: bold; }
    .c-pagenation li.link {
      border: 0; }
  .c-pagenation__prev, .c-pagenation__next {
    min-width: 50px; }

/*****************
* Labels
******************/
.c-label {
  line-height: 1 !important;
  display: inline-flex; }
  .c-label::before {
    content: '';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 24px;
    background: #FFF;
    border: 1px solid #1470CC;
    font-size: 14px !important;
    font-weight: 700;
    padding: 1px 8px;
    margin-right: 64px; }
  .c-label.fund::before {
    content: 'ファンド';
    color: #1470CC; }
  .c-label.release::before {
    content: 'リリース';
    color: #1470CC; }
  .c-label.other::before {
    content: 'その他';
    color: #1470CC; }
  .c-label.payment::before {
    content: '出金';
    color: #1470CC; }
  .c-label.investment::before {
    content: '投資';
    color: #1470CC; }
  .c-label.deposit::before {
    content: '入金';
    color: #1470CC; }
  .c-label.distribute::before {
    content: '分配';
    color: #1470CC; }
  .c-label.repayment::before {
    content: '償還';
    color: #1470CC; }

  @media screen and (max-width: 767px) {
  .c-label::before {
    margin-right: 0; } }

/**********************
* Icons
***********************/
.c-iconLink--pdf::after, .c-iconLink--mail::after, .c-iconLink--blank::after {
  display: inline-block;
  padding: 0 5px; }

.c-iconLink--pdf::after {
  content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/common_icon_pdf.svg"); }

.c-iconLink--mail::after {
  content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/common_icon_mail.svg"); }

.c-iconLink--blank::after {
  content: url("https://7621782.fs1.hubspotusercontent-na1.net/hubfs/7621782/assets/img/common_icon_blank.svg"); }

.c-arrowLink {
  text-decoration: none;
  display: flex;
  align-items: center; }
  .c-arrowLink::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: rotate(135deg);
    pointer-events: none;
    border-color: #26F;
    margin-right: 10px; }

.c-arrowAnkerLink {
  text-decoration: none;
  position: relative; }
  .c-arrowAnkerLink::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: -2px;
    display: inline-block;
    border-bottom: 1px solid #26F;
    width: 11px; }
  .c-arrowAnkerLink::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: rotate(225deg);
    pointer-events: none;
    border-color: #26F;
    margin-right: 10px;
    margin-bottom: 3px; }

/**********************
* color numbers
***********************/
/************************
* degrees
*************************/
/*********************
* z-index
**********************/
.agreement-modal {
  background: white;
  padding: 30px;
  margin: 20px auto;
  max-width: 50vw;
  min-width: 500px; }
  .agreement-modal h4 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 2rem; }
  .agreement-modal .c-description {
    margin-bottom: 10px; }
  .agreement-modal .c-descList {
    width: calc(100% - 0.5em); }
  .agreement-modal .c-errorList {
    margin-top: 10px !important; }
    .agreement-modal .c-errorList .c-errorList__title {
      margin-bottom: 0 !important; }
  .agreement-modal .agreements-list {
    margin-top: 10px;
    max-height: 40vh;
    overflow-y: auto;
    padding-right: 10px; }
    .agreement-modal .agreements-list li.c-checkbox {
      line-height: 2.4rem; }
  .agreement-modal .c-btnContainer {
    margin: 20px auto 0; }
    .agreement-modal .c-btnContainer .c-btn:last-of-type {
      margin-bottom: 0; }
    .agreement-modal .c-btnContainer .agree-skip-button {
      border: 0 !important; }
  .agreement-modal.required .forced {
    display: none; }
  .agreement-modal.forced .required {
    display: none; }

@media screen and (max-width: 999px) {
  .agreement-modal {
    max-width: 70vw; } }

@media screen and (max-width: 767px) {
  .agreement-modal {
    padding: 10px;
    max-width: 92vw;
    min-width: 240px; }
    .agreement-modal h4 {
      font-size: 2rem;
      margin-bottom: 1rem; }
    .agreement-modal .c-descList {
      width: 100%;
      margin-left: 0; }
    .agreement-modal .c-btnContainer {
      margin-top: 10px; } }

/**********************
* Utilities
***********************/
.c-description {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 20px; }

.c-descLarge {
  font-size: 1.6rem;
  line-height: 2.8rem; }
  @media screen and (max-width: 767px) {
    .c-descLarge {
      font-size: 1.4rem;
      line-height: 2.4rem; } }

.c-descBold {
  font-weight: bold; }

.c-descAttention {
  color: #E00; }

.c-descList {
  margin-top: 10px;
  width: 100%;
  margin-left: 0.5em;
  padding-right: 0.5em; }
  .c-descList li {
    list-style-type: none;
    line-height: 1.8rem;
    font-size: 1.2rem;
    padding-left: 14px;
    margin-bottom: 8px; }
    .c-descList li:last-child {
      margin-bottom: 0; }
    .c-descList li::before {
      display: inline-block;
      width: 12px;
      margin-left: -14px;
      margin-right: 2px; }
  .c-descList--outer {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .c-descList--outer {
        margin-bottom: 20px; } }
  .c-descList--note li::before {
    content: '※'; }
  .c-descList--complete li::before {
    content: '・';
    width: 20px;
    margin-left: -20px; }
  .c-descList--square li {
    height: auto; }
    .c-descList--square li::before {
      content: "";
      position: relative;
      display: inline-block;
      width: 4px;
      height: 4px;
      background: #666;
      top: -3px; }
  .c-descList--number li {
    margin-left: 0.5em;
    text-indent: -2px; }
    .c-descList--number li::before {
      counter-increment: count-number;
      content: counters(count-number, ".") ".";
      font-weight: normal;
      width: 24px;
      margin-left: -24px;
      margin-right: 2px;
      text-align: right; }

ol.c-descList--upper-roman > li {
  list-style-type: upper-roman; }

ol.c-descList--decimal > li {
  list-style-type: decimal; }

ol.c-descList--list_parentheses > li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.5em;
  padding-left: 1.5em; }
  ol.c-descList--list_parentheses > li::before {
    content: "(" counter(cnt) ") "; }

.c-listBox {
  margin: 0 0 40px;
  border: 1px solid #CCC; }
  .c-listBox > h4 {
    border-bottom: 1px solid #CCC;
    height: 48px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 1.4rem;
    margin: 0 !important; }
  .c-listBox .c-descList {
    padding: 20px; }
    .c-listBox .c-descList li {
      line-height: 2.6rem;
      font-size: 1.4rem; }

.c-resultTitle {
  font-size: 1.6rem;
  margin-bottom: 5px; }

.c-complete__description {
  margin-bottom: 30px; }

.c-complete__inquiry .c-description {
  margin: 20px 0 0; }

/********************
* Spacing
********************/
.u-mt_10 {
  margin-top: 10px; }

.u-mb_10 {
  margin-bottom: 10px; }

.u-ml_10 {
  margin-left: 10px; }

.u-mr_10 {
  margin-right: 10px; }

.u-mt_20 {
  margin-top: 20px; }

.u-mb_20 {
  margin-bottom: 20px; }

.u-ml_20 {
  margin-left: 20px; }

.u-mr_20 {
  margin-right: 20px; }

.u-mt_30 {
  margin-top: 30px; }

.u-mb_30 {
  margin-bottom: 30px; }

.u-ml_30 {
  margin-left: 30px; }

.u-mr_30 {
  margin-right: 30px; }

.u-mt_40 {
  margin-top: 40px; }

.u-mb_40 {
  margin-bottom: 40px; }

.u-ml_40 {
  margin-left: 40px; }

.u-mr_40 {
  margin-right: 40px; }

.u-mt_50 {
  margin-top: 50px; }

.u-mb_50 {
  margin-bottom: 50px; }

.u-ml_50 {
  margin-left: 50px; }

.u-mr_50 {
  margin-right: 50px; }

.u-mt_60 {
  margin-top: 60px; }

.u-mb_60 {
  margin-bottom: 60px; }

.u-ml_60 {
  margin-left: 60px; }

.u-mr_60 {
  margin-right: 60px; }

.u-mt_70 {
  margin-top: 70px; }

.u-mb_70 {
  margin-bottom: 70px; }

.u-ml_70 {
  margin-left: 70px; }

.u-mr_70 {
  margin-right: 70px; }

.u-mt_80 {
  margin-top: 80px; }

.u-mb_80 {
  margin-bottom: 80px; }

.u-ml_80 {
  margin-left: 80px; }

.u-mr_80 {
  margin-right: 80px; }

.u-mt_90 {
  margin-top: 90px; }

.u-mb_90 {
  margin-bottom: 90px; }

.u-ml_90 {
  margin-left: 90px; }

.u-mr_90 {
  margin-right: 90px; }

.u-mt_100 {
  margin-top: 100px; }

.u-mb_100 {
  margin-bottom: 100px; }

.u-ml_100 {
  margin-left: 100px; }

.u-mr_100 {
  margin-right: 100px; }

.u-flex-row {
  display: flex;
  align-items: center; }

.u-hide {
  display: none !important; }

@media screen and (max-width: 999px) {
  .u-hide-tb {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none !important; } }

.u-show-tb {
  display: none; }
  @media screen and (max-width: 999px) {
    .u-show-tb {
      display: initial !important; } }

.u-show-sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .u-show-sp {
      display: initial !important; } }

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

.u-ul {
  text-decoration: underline; }

.fixed {
  position: fixed;
  height: 100%;
  overflow: hidden; }

.wrapper {
  padding: 40px 0;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .wrapper {
      padding-top: 0;
      margin-top: 30px; } }

.row-fluid [class*="span"] {
  min-height: 0 !important;
  margin: 0 !important; }
  @media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid [class*="span"] {
      min-height: 0 !important;
      margin: 0 !important; } }
  @media (min-width: 1280px) {
    .row-fluid [class*="span"] {
      min-height: 0 !important;
      margin: 0 !important; } }

.brb-hidden {
  display: none !important; }