@charset "UTF-8";
/*Mixin*/
.pink {
  color: #FF416E; }

.primary {
  color: #00A1E9; }

.underline-pink {
  border-bottom: 2px solid #FF416E; }

.underline-primary {
  border-bottom: 2px solid #00A1E9; }

circle {
  fill: rgba(255, 255, 255, 0.1); }

body {
  font-family: 'Montserrat', 'Noto Sans Japanese', 'メイリオ' , 'Meiryo', sans-serif;
  font-size: 1rem;
  line-height: 1.9rem;
  line-break: strict;
  padding-top: 54px; }
  @media (min-width: 996px) {
    body {
      padding-top: 54px; } }

img {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

a:hover {
  opacity: 0.65; }

h1 {
  font-size: 1.8rem; }

h2 {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1px; }

h3 {
  font-size: 1.4rem;
  letter-spacing: 1px; }

h4 {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 1px; }

h5 {
  font-size: 1.1rem;
  letter-spacing: 1px; }

.navbar__button.closure {
  background-size: 48px 48px !important; }

.new {
  font-weight: 600; }

.date {
  font-weight: 500;
  font-size: 0.95rem; }

.category-box {
  font-size: 0.7rem;
  border: 1px solid #000;
  width: 64px;
  height: 26px;
  margin-right: 16px;
  line-height: 2.2;
  text-align: center;
  display: inline-block; }

.category-box-small {
  font-size: 0.7rem;
  background-color: #000;
  color: #fff;
  width: 64px;
  height: 28px;
  margin-right: 16px;
  text-align: center;
  display: inline-block; }

dl.ir-notice-link-box {
  position: relative;
  width: 100%;
  padding: 24px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0px; }
  dl.ir-notice-link-box > .notice-link-box-area > .notice-link-box-title {
    padding-right: 48px; }
  dl.ir-notice-link-box > .notice-link-box-area > .notice-link-box-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

dl.notice-link-box {
  position: relative;
  width: 100%;
  padding: 24px;
  margin-bottom: 4px;
  background-color: #f5f7f8; }
  dl.notice-link-box > .notice-link-box-area > .notice-link-box-title {
    padding-right: 48px; }
  dl.notice-link-box > .notice-link-box-area > .notice-link-box-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.header-navi-text {
  text-align: center; }

.title-text {
  line-height: 1.6; }

.header-navi-text-en {
  display: block;
  padding: 2px 0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1; }

.header-navi-text-jp {
  font-size: 11px;
  text-align: center; }

.headline-h3 > h3 {
  position: relative;
  margin-top: 80px;
  font-size: 1.8rem;
  line-height: 1.6em;
  padding-bottom: 10px;
  font-weight: 600; }
  .headline-h3 > h3:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00A1E9; }

.headline-h4 {
  position: relative;
  font-size: 2.0rem;
  padding-left: 32px;
  font-weight: 600; }
  .headline-h4:after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 15px;
    left: 0; }

p {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.5px;
  font-weight: 300; }

.font-rem-10 {
  font-size: 1rem; }

.font-rem-12 {
  font-size: 1.2rem; }

.font-rem-20 {
  font-size: 2rem; }

.text-shadow {
  text-shadow: 1px 2px 3px #000; }

.btn-round {
  border-radius: 24px; }

.title-block {
  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; }

.text-red {
  color: #ef3f3f; }

.white {
  color: #fff; }

.pink {
  color: #FF416E; }

.bg-primary {
  background-color: #00A1E9 !important; }

.bg-white {
  background-color: #fff; }

.bg-lightgray {
  background-color: #F5F7F8; }

.bg-black {
  background-color: #000; }

.bg-blue-eighty {
  background-color: #00A1E9;
  opacity: 0.8; }
  .bg-blue-eighty:hover {
    opacity: 1.2; }

.bg-lightgray {
  background-color: #F5F7F8; }

.bg-superlightgray {
  background-color: #E6EBEB; }

.tiny {
  font-size: 60%; }

.navbar h1 {
  font-size: 1rem;
  margin: 0; }

.logo_center {
  position: absolute;
  top: 11px;
  left: 45%;
  /* Horizontally centered. */ }

.nav-link {
  color: #000;
  padding-bottom: 0; }

.copyright {
  width: 100%;
  z-index: 2000; }
  .copyright--lp {
    position: absolute;
    bottom: 0; }

.copyrightlp {
  background-color: #000;
  color: #fff;
  width: 100%;
  z-index: 2000; }
  .copyrightlp--lp {
    position: absolute;
    bottom: 0; }

.black-block {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 16px; }
  .black-block__title {
    border-bottom: 4px solid #00A1E9;
    display: inline-block; }

.box-shadow {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }

.border-top-white {
  border-top: 1px solid #fff; }

section {
  height: 100%; }

.section__head {
  background-color: #FF416E;
  margin: 0;
  position: absolute;
  top: 150px;
  left: 0;
  line-height: 1;
  padding: 22px 20px;
  border-radius: 0 5px 5px 0;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em; }

footer > .sitemap {
  background-color: #000;
  color: #fff; }
  @media (min-width: 996px) {
    footer > .sitemap {
      padding-top: 0px; } }

.footer-cta h3 {
  font-size: 1.5rem; }

.footer-cta__otherlinks {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px; }

.sitemap__title {
  font-weight: 500; }

.sitemap ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .sitemap ul li {
    padding: 4px 0; }

.sitemap a {
  color: #fff; }

.sitemap__title {
  margin-bottom: 12px; }

#btn-pagetop {
  width: 100%;
  height: 48px;
  position: fixed;
  z-index: 90;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  padding-right: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0; }
  #btn-pagetop.on {
    bottom: 40px;
    opacity: 1; }
  #btn-pagetop > a {
    display: block;
    width: 48px;
    margin-left: auto; }

.pagetop__area {
  padding: 16px; }

.pagetop__button:hover {
  text-decoration: none; }

.pagetop__text {
  color: #fff; }

.intro-subaccount__list {
  width: 100%; }
  @media (min-width: 996px) {
    .intro-subaccount__list {
      width: inherit; } }

.intro-subaccount.ie11 .intro-subaccount__phones {
  width: 100%; }

section {
  position: relative; }
  section .slide h1,
  section .slide h2,
  section .slide h3,
  section .slide h4,
  section .slide h5,
  section .slide h6,
  section .slide p,
  section .slide a,
  section .slide img {
    z-index: 1020;
    opacity: 0; }
  section .overlay {
    background-color: rgba(0, 0, 0, 0.35);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
    top: 0; }
  section.active .overlay {
    opacity: 1;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); }
  section.active .slide h1,
  section.active .slide h3,
  section.active .slide h5,
  section.active .slide h6,
  section.active .slide img {
    opacity: 1; }
  section.active .slide h2 {
    opacity: 1;
    -webkit-transition: all 0.8s cubic-bezier(0.88, 0.01, 0.18, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.88, 0.01, 0.18, 0.99);
    transition: all 0.8s cubic-bezier(0.88, 0.01, 0.18, 0.99); }
  section.active .slide p {
    opacity: 1;
    -webkit-transition: all 1.2s cubic-bezier(0.88, 0.01, 0.18, 0.99);
    -o-transition: all 1.2s cubic-bezier(0.88, 0.01, 0.18, 0.99);
    transition: all 1.2s cubic-bezier(0.88, 0.01, 0.18, 0.99); }
  section.active .slide h4 {
    opacity: 1;
    -webkit-transition: all 1.6s cubic-bezier(0.88, 0.01, 0.18, 0.99);
    -o-transition: all 1.6s cubic-bezier(0.88, 0.01, 0.18, 0.99);
    transition: all 1.6s cubic-bezier(0.88, 0.01, 0.18, 0.99); }
  section.active .slide a {
    opacity: 1;
    -webkit-transition: all 1.6s cubic-bezier(0.88, 0.01, 0.18, 0.99);
    -o-transition: all 1.6s cubic-bezier(0.88, 0.01, 0.18, 0.99);
    transition: all 1.6s cubic-bezier(0.88, 0.01, 0.18, 0.99); }

.scrollLock {
  overflow: hidden; }

.height90p {
  height: 90% !important; }

.sectiontop {
  border-top: 3px solid #E6EBEB; }

.copyright {
  /*margin-bottom: 64px;*/ }
  @media (min-width: 996px) {
    .copyright {
      /*margin-bottom: 72px;*/ } }

a:hover {
  text-decoration: none; }

.underline-black {
  border-bottom: 2px solid #000; }

.underline-white {
  border-bottom: 2px solid #fff; }

.underline-lightgray {
  border-bottom: 1px solid #F5F7F8; }

.control {
  position: relative; }
  .control__box {
    border: 2px solid #F5F7F8;
    border-radius: 16px;
    background-color: #fff;
    z-index: 2; }
  .control__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #E6EBEB;
    height: 64px; }

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

.case {
  position: relative; }
  .case p {
    position: absolute;
    bottom: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5); }

@media (min-width: 996px) {
  .container__examples {
    width: 50% !important; } }

.btn-common {
  color: #fff;
  background-color: #000;
  border-color: #000;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 16px 40px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.btn-common:hover {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.btn-common > .link-arrow {
  position: relative;
  margin-left: 10px;
  top: -1px; }

.link-arrow {
  display: inline-block; }

.btn-primary, .btn-primary:hover {
  color: #fff;
  background-color: #00A1E9;
  border-color: #00A1E9; }

.custom-file-label::after {
  content: "参照"; }

.table-compare td, .table-compare th {
  border-top: none; }

.table-compare thead th {
  border-bottom: 1px solid #e7e7e7; }

.table-border-top {
  border-top: 1px solid #e7e7e7; }

.table-border-white-top {
  border-top: 1px solid #fff !important; }

.map {
  width: 100%; }
  @media (min-width: 996px) {
    .map {
      width: 50%; } }

.top-jumbotron {
  background-image: url("/img/hero.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 24px;
  width: 100%;
  height: 280px; }
  @media (min-width: 996px) {
    .top-jumbotron {
      background-image: url("/img/hero.jpg");
      background-attachment: cover;
      height: 640px; } }
  .top-jumbotron-box.ie11 {
    max-width: none;
    padding: 0 1rem;
    width: 100%; }

.kv:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block; }

.navbar {
  background: #fff;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1rem;
  z-index: 1030; }
  .navbar__button {
    background: url("../img/navmenu.svg") no-repeat center;
    background-size: 34px 34px;
    border: 0;
    cursor: pointer;
    height: 48px;
    width: 48px;
    margin: 0;
    padding: 0; }
    .navbar__button.closure {
      background: url("../img/icon/x.svg") no-repeat center;
      background-size: 20px 20px; }
    .navbar__button:focus, .navbar__button:active {
      outline: none;
      background-color: rgba(0, 0, 0, 0.12);
      opacity: 0.6 !important; }
  .navbar__loginbtn {
    margin-left: auto; }
    @media (min-width: 996px) {
      .navbar__loginbtn {
        margin-left: 0; } }

.nav-item {
  padding: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #F5F7F8; }
  @media (min-width: 1200px) {
    .nav-item {
      border: 0;
      margin: 0;
      padding: 0;
      width: inherit; } }
  .nav-item.active {
    position: relative; }
    @media (min-width: 1200px) {
      .nav-item.active:after {
        border-bottom: 4px solid #00A1E9;
        content: "";
        display: block;
        position: absolute;
        bottom: -13px;
        width: 100%; } }

.navbar-expand-lg .navbar-nav {
  padding-right: 1.2rem;
  padding-left: 1.2rem; }

.navmenu {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100vh;
  padding: 0;
  position: absolute;
  left: -248px;
  top: 60px;
  -webkit-transition: 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0, 0, 0.2, 1);
  width: 248px; }
  .navmenu.active {
    left: 0; }
  @media (min-width: 1200px) {
    .navmenu {
      background: none;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      height: inherit;
      padding: 0 8px;
      position: relative;
      top: inherit;
      left: inherit;
      width: inherit; } }
  .navmenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    margin: 1rem 0;
    padding: 0px;
    width: 100%; }
    @media (min-width: 1200px) {
      .navmenu__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
        padding: 0;
        width: inherit; } }
  .navmenu__link {
    color: #000;
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
    padding: 0;
    text-decoration: none; }
    .navmenu__link:hover {
      color: #00A1E9;
      text-decoration: none; }
    @media (min-width: 996px) {
      .navmenu__link {
        font-size: 0.9rem;
        font-weight: normal;
        padding: .25rem 1.2rem; } }
  .navmenu__subtext {
    display: block;
    font-size: .6875rem;
    font-weight: normal; }
    @media (min-width: 996px) {
      .navmenu__subtext {
        display: none; } }
  .navmenu__logobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .75rem 0; }
  .navmenu__logo {
    max-height: 24px;
    max-width: 100%; }

.intro-subabout__thead {
  background-color: #00A1E9;
  color: #fff; }
  .intro-subabout__thead > tr > th {
    border-right: 2px solid #e9ecef; }
    .intro-subabout__thead > tr > th:last-child {
      border-right: 0; }

.intro-subabout__tbody > tr > th, .intro-subabout__tbody > tr > td {
  background-color: #fff;
  border-right: 2px solid #e9ecef;
  border-top: 2px solid #e9ecef; }
  .intro-subabout__tbody > tr > th:last-child, .intro-subabout__tbody > tr > td:last-child {
    border-right: 0; }

.paymentlink-subabout__thead {
  background-color: #00A1E9;
  color: #fff; }
  .paymentlink-subabout__thead > tr > th {
    border-right: 2px solid #e9ecef; }
    .paymentlink-subabout__thead > tr > th:first-child {
      border-left: 2px solid #e9ecef; }

.paymentlink-subabout__tbody > tr > th, .paymentlink-subabout__tbody > tr > td {
  background-color: #fff;
  border-right: 2px solid #e9ecef;
  border-bottom: 2px solid #e9ecef; }
  .paymentlink-subabout__tbody > tr > th:first-child, .paymentlink-subabout__tbody > tr > td:first-child {
    border-left: 2px solid #e9ecef; }

.paymentlink-subabout.ie11 .list {
  width: 100%; }

.slideNav {
  display: block;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  z-index: 10000; }

/*.pagination {
  color: $white;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  li {
    margin: 8px;
  }
  &__item {
    color: $white;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    text-decoration: none;
    &:hover,
    &:focus,
    &:active {
      color: $white;
      opacity: 0.6;
      text-decoration: none;
    }
  }
  &__icon {
    border: 1px solid #007bff;
    border-radius: 50%;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    &.active {
      background-color: #007bff;
    }
  }
}*/
.ie11 h1,
.ie11 h2,
.ie11 h3,
.ie11 h4,
.ie11 h5,
.ie11 h6,
.ie11 p {
  width: 100%; }

.card-deck.ie11 {
  width: 100%; }
