@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cacaca;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

sup {
  font-size: .8em;
  vertical-align: super;
}

input, select, textarea {
  font: inherit;
}

/* =========================================================
 public
========================================================= */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.75 "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "YuGothic", "Yu Gothic", "游ゴシック", Helvetica, sans-serif;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #172e7e;
}

a:hover {
  text-decoration: none;
}

a img {
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover img {
  opacity: 0.7;
}

hr {
  width: calc(100% - 32px);
  max-width: 992px;
  margin: 32px auto;
}

tr:nth-child(odd) td {
	background: #f3f3f3;
}



/* =========================================================
 layout
========================================================= */
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: block;
  min-height: 1px;
}

/* section
--------------------------------------------------------- */
.section {
  padding: 26px 0;
  position: relative;
}

.home .section + .section {
  border-top: 1px solid #cacaca;
}

body:not(.home) .section + .section::before,
body:not(.home) .section-tabs__wrap + .section::before {
  content: "";
  display: block;
  width: calc(100% - 32px);
  max-width: 992px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* grid/cell
--------------------------------------------------------- */
.grid {
  width: 100%;
  max-width: 1024px;
  padding: 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid--grey {
  max-width: 992px;
  background: #f3f3f3;
}

.grid .grid {
  width: calc(100% + 32px);
  margin-left: -16px;
}

.cell {
  margin: 8px;
}

.cell--1-col {
  width: calc(8.3333333333% - 16px);
}

.cell--2-col {
  width: calc(16.6666666667% - 16px);
}

.cell--3-col {
  width: calc(25% - 16px);
}

.cell--4-col {
  width: calc(33.3333333333% - 16px);
}

.cell--5-col {
  width: calc(41.6666666667% - 16px);
}

.cell--6-col {
  width: calc(50% - 16px);
}

.cell--7-col {
  width: calc(58.3333333333% - 16px);
}

.cell--8-col {
  width: calc(66.6666666667% - 16px);
}

.cell--9-col {
  width: calc(75% - 16px);
}

.cell--10-col {
  width: calc(83.3333333333% - 16px);
}

.cell--11-col {
  width: calc(91.6666666667% - 16px);
}

.cell--12-col {
  width: calc(100% - 16px);
}

@media screen and (max-width: 768px) {
  .cell {
    width: calc(100% - 16px);
  }
  .cell--1-col, .cell--2-col, .cell--3-col, .cell--4-col, .cell--5-col, .cell--6-col, .cell--7-col, .cell--8-col, .cell--9-col, .cell--10-col, .cell--11-col {
    width: calc(100% - 16px);
  }
  .cell--tablet-1-col {
    width: calc(8.3333333333% - 16px);
  }
  .cell--tablet-2-col {
    width: calc(16.6666666667% - 16px);
  }
  .cell--tablet-3-col {
    width: calc(25% - 16px);
  }
  .cell--tablet-4-col {
    width: calc(33.3333333333% - 16px);
  }
  .cell--tablet-5-col {
    width: calc(41.6666666667% - 16px);
  }
  .cell--tablet-6-col {
    width: calc(50% - 16px);
  }
  .cell--tablet-7-col {
    width: calc(58.3333333333% - 16px);
  }
  .cell--tablet-8-col {
    width: calc(66.6666666667% - 16px);
  }
  .cell--tablet-9-col {
    width: calc(75% - 16px);
  }
  .cell--tablet-10-col {
    width: calc(83.3333333333% - 16px);
  }
  .cell--tablet-11-col {
    width: calc(91.6666666667% - 16px);
  }
  .cell--tablet-12-col {
    width: calc(100% - 16px);
  }
}

@media screen and (max-width: 640px) {
  .cell--sp-1-col {
    width: calc(8.3333333333% - 16px);
  }
  .cell--sp-2-col {
    width: calc(16.6666666667% - 16px);
  }
  .cell--sp-3-col {
    width: calc(25% - 16px);
  }
  .cell--sp-4-col {
    width: calc(33.3333333333% - 16px);
  }
  .cell--sp-5-col {
    width: calc(41.6666666667% - 16px);
  }
  .cell--sp-6-col {
    width: calc(50% - 16px);
  }
  .cell--sp-7-col {
    width: calc(58.3333333333% - 16px);
  }
  .cell--sp-8-col {
    width: calc(66.6666666667% - 16px);
  }
  .cell--sp-9-col {
    width: calc(75% - 16px);
  }
  .cell--sp-10-col {
    width: calc(83.3333333333% - 16px);
  }
  .cell--sp-11-col {
    width: calc(91.6666666667% - 16px);
  }
  .cell--sp-12-col {
    width: calc(100% - 16px);
  }
}

/* =========================================================
 header
========================================================= */
.header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  border-top: 5px solid #172e7e;
  position: relative;
}

.home .header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .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;
    padding-right: 8px;
  }
  .home .header {
    position: relative;
  }
}

/* global nav
--------------------------------------------------------- */
.gnav {
  max-width: 1024px;
  padding: 0 16px;
  margin: 0 auto;
}

.gnav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

.gnav__item {
  width: 100%;
  max-width: 120px;
  text-align: center;
  background: #fff;
}

.gnav__item + .gnav__item {
  margin-left: 1px;
}

.gnav__item__inner {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 115px;
  padding: 8px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gnav__item__inner:hover {
  opacity: .7;
}

.gnav__item__inner img {
  margin-bottom: 16px;
}

.gnav__item--logo {
  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-right: auto;
}

.gnav__item--logo img {
  margin-bottom: 0;
}

.gnav__item--logo .gnav__item__inner:hover {
  opacity: 1;
}

.gnav__item--lang {
  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-right: 250px;
}

@media screen and (max-width: 768px) {
  .gnav {
    margin: 0;
    /*&__inner {
      justify-content: center;
    }*/
  }
  .gnav__item {
    /*&--logo {
        margin-right: 0;
      }*/
  }
  .gnav__item:not(.gnav__item--logo) {
    display: none;
  }
}

/* =========================================================
 footer
========================================================= */
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
}

.footer__copyright {
  display: block;
  width: 100%;
  padding: 10px 16px;
  background: #172e7e;
  text-align: center;
  color: #fff;
}

.footer__scroll-button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e3007f;
  display: block;
  opacity: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  z-index: 10;
  right: 16px;
  bottom: 87px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.footer__scroll-button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  -webkit-transform: translate(-50%, -30%) rotate(45deg);
          transform: translate(-50%, -30%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.footer__scroll-button.is-active {
  opacity: 1;
  pointer-events: auto;
}

.footer__scroll-button.is-active:hover {
  opacity: .7;
}

@media screen and (max-width: 1024px) {
  .footer__scroll-button {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* footer nav
--------------------------------------------------------- */
.footer-nav {
  width: 100%;
  padding: 10px 0;
  background: #f3f3f3;
  position: relative;
}

.footer-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1024px;
  padding: 0 16px;
  margin: 0 auto;
}

.footer-nav__item {
  position: relative;
}

.footer-nav__item:not(:first-child) {
  margin-left: 48px;
}

.footer-nav__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #242424;
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .footer-nav {
    padding-top: 20px;
  }
  .footer-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer-nav__item:not(:first-child) {
    margin: 8px 0 0;
  }
  .footer-nav__item:not(:first-child)::before {
    content: none;
  }
}

/* =========================================================
 components
========================================================= */
/* page header
--------------------------------------------------------- */
.page-header {
  padding: 75px 16px 75px;
  background: #fff no-repeat center center;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 768px) {
.other .page-header {
  padding: 75px 0px 0px;
}
}

.page-header__title {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
}

.where .page-header__title {
  color: #50a634;
}

.what .page-header__title {
  color: #038cd1;
}

.faq .page-header__title {
  color: #ff4000;
}

.howto .page-header__title {
  color: #172e7e;
}

.page-header__lead {
  color: #242424;
}

/* section components
--------------------------------------------------------- */
.section-title {
  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: 16px 0 16px 0;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #242424;
  font-weight: bold;
}

.section-title:first-child {
  margin-top: 0;
}

.section-title:last-child {
  margin-bottom: 0;
}

.section-title__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: .5em;
}

.section-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px 0 8px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #242424;
  font-weight: bold;
  position: relative;
}

.section-subtitle:first-child {
  margin-top: 0;
}

.section-subtitle:last-child {
  margin-bottom: 0;
}

.section-subtitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cacaca;
  position: absolute;
  top: 50%;
  left: 0;
}

.section-subtitle__inner {
  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;
  padding: 0 8px;
  background: #fff;
  position: relative;
}

.section-subtitle__text {
  margin: 0 8px;
}

.section-subtitle__label {
  padding: 0 14px;
  margin: 0 8px;
  border-radius: 5px;
  background: #e3007f;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.section hr {
  width: 100%;
}

.section p {
  margin: 8px 0;
}

.section p:first-child {
  margin-top: 0;
}

.section p:last-child {
  margin-bottom: 0;
}

/* button
--------------------------------------------------------- */
.button {
  display: block;
  padding: 0 12px;
  margin: 8px;
  border: 1px solid #172e7e;
  border-radius: 5px;
  text-align: center;
  line-height: 1.5625;
  text-decoration: none;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
  background: #172e7e;
  color: #fff;
}

.button--filled {
  padding: 5px 26px;
  background: #172e7e;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.button--filled:hover {
  background: #fff;
  color: #172e7e;
}

.button__group {
  width: calc(100% + 16px);
  margin: 16px 0 16px -8px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button__group:first-child {
  margin-top: 0;
}

.button__group:last-child {
  margin-bottom: 0;
}

/* list
--------------------------------------------------------- */
.list-notice {
  display: table;
  width: 100%;
  margin: 8px 0;
}

.list-notice:first-child {
  margin-top: 0;
}

.list-notice:last-child {
  margin-bottom: 0;
}

.list-notice__item {
  display: table-row;
}

.list-notice__item::before {
  content: "※ ";
  display: table-cell;
  white-space: pre;
}

.list-notice__item > span {
  display: table-cell;
  width: 100%;
  font-size: 1.4rem;
}

.list-notice--center {
  display: block;
  text-align: center;
}


.list-notice--center .list-notice__item,
.list-notice--center-smp .list-notice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-notice--center .list-notice__item::before,
.list-notice--center-smp .list-notice__item::before {
  display: block;
}

.list-notice--center .list-notice__item > span,
.list-notice--center-smp .list-notice__item > span {
  display: block;
  width: auto;
  font-size: 1.4rem;
}

.list-circle {
  display: table;
  width: 100%;
  margin: 8px 0;
}

.list-circle:first-child {
  margin-top: 0;
}

.list-circle:last-child {
  margin-bottom: 0;
}

.list-circle__item {
  display: table-row;
}

.list-circle__item::before {
  content: "● ";
  display: table-cell;
  white-space: pre;
}

.list-circle__item > span {
  display: table-cell;
  width: 100%;
}

.list-number {
  display: table;
  width: 100%;
  list-style: none;
  counter-reset: number;
  margin: 8px 0;
}

.list-number:first-child {
  margin-top: 0;
}

.list-number:last-child {
  margin-bottom: 0;
}

.list-number__item {
  display: table-row;
  counter-increment: number;
}

.list-number__item::before {
  content: counter(number) ". ";
  display: table-cell;
  white-space: pre;
}

.list-number__item > span {
  display: table-cell;
  width: 100%;
}

.list-warn {
  display: table;
  width: 100%;
  list-style: none;
  counter-reset: number;
  margin: 8px 0;
  font-size: 1.4rem;
}

.list-warn:first-child {
  margin-top: 0;
}

.list-warn:last-child {
  margin-bottom: 0;
}

.list-warn__item {
  display: table-row;
  counter-increment: number;
}

.list-warn__item::before {
  content: "※注" counter(number) "：";
  display: table-cell;
  white-space: pre;
}

.list-warn__item > span {
  display: table-cell;
  width: 100%;  
}

.list-custom {
  display: table;
  width: 100%;
  list-style: none;
  margin: 8px 0;
}

.list-custom:first-child {
  margin-top: 0;
}

.list-custom:last-child {
  margin-bottom: 0;
}

.list-custom__item {
  display: table-row;
}

.list-custom__marker {
  display: table-cell;
  white-space: pre;
}

.list-custom__text {
  display: table-cell;
  width: 100%;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

.explanation {
  display: block;
  width: auto;
  font-size: 1.4rem;
  margin-top:10px;
}

/* table
--------------------------------------------------------- */
.table {
  width: 100%;
  table-layout: fixed;
  margin: 16px 0;
}

.table:first-child {
  margin-top: 0;
}

.table:last-child {
  margin-bottom: 0;
}

.table thead {
  background: rgba(255, 255, 255, 0.9);
}

.table tbody tr {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.table th,
.table td {
  padding: 22px 8px;
  text-align: left;
  vertical-align: top;
}

.table th:first-child,
.table td:first-child {
  padding-left: 16px;
}

.table th:last-child,
.table td:last-child {
  padding-right: 16px;
}

.table--narrow th,
.table--narrow td {
  padding: 10px 8px;
}

.table--scroll {
  width: 100%;
}

.table--scroll-wrap {
  margin: 16px 0;
}

.table--scroll-wrap:first-child {
  margin-top: 0;
}

.table--scroll-wrap:last-child {
  margin-bottom: 0;
}

.table--scroll-wrap table {
  margin: 0;
}

.table--scroll-body {
  overflow-x: hidden;
  overflow-y: scroll;
  width: calc(100% + 17px);
}

@media screen and (max-width: 1048px) {
  .table--scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table--scroll .table {
    width: 992px;
  }
  .table--scroll-wrap {
    overflow-x: auto;
  }
  .table--scroll-wrap table {
    width: 992px;
    min-height:70px;
  }
  .table--scroll-body {
    width: 992px;
  }
}

@media screen and (max-width: 768px) {
  .table--responsive {
    display: block;
  }
  .table--responsive thead,
  .table--responsive tbody {
    display: block;
  }
  .table--responsive tr {
    display: block;
    width: 100%;
    padding: 8px 0;
  }
  .table--responsive tr:not(:first-child) {
    margin-top: -1px;
  }
  .table--responsive th,
  .table--responsive td {
    display: block;
    width: 100%;
    padding: 0 16px;
  }
}

/* accordion
--------------------------------------------------------- */
.accordion__group {
  border: 1px solid #cacaca;
  margin: 16px 0;
}

.accordion__group:first-child {
  margin-top: 0;
}

.accordion__group:last-child {
  margin-bottom: 0;
}

.accordion__title, .accordion_header {
  padding: 22px 64px 22px 32px;
  font-weight: bold;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
}

.accordion__title:hover,  .accordion_header:hover {
  background: #f3f3f3;
}

.accordion__title:not(:first-child),
.accordion_header:not(:first-child) {
  border-top: 1px solid #cacaca;
}

.accordion__title::before, .accordion__title::after,
.accordion_header::before, .accordion_header::after {
  content: "";
  display: block;
  width: 9px;
  height: 2px;
  background: #ee592a;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion__title::before,
.accordion_header::before {
  right: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion__title::after,
.accordion_header::after {
  right: 35px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion__title.is-active,
.accordion_header.is-active {
  background: #f3f3f3;
}

.accordion__title.is-active::before,
.accordion_header.is-active::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion__title.is-active::after,
.accordion_header.is-active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion__content, .accordion_inner {
  display: none;
  padding: 12px 16px 16px 32px;
  line-height: 1.375;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion__title.is-active + .accordion__content,
.accordion_inner {
  background: #f3f3f3;
}

/* tabs
--------------------------------------------------------- */
.tabs {
  margin: 16px 0;
}

.tabs:first-child {
  margin-top: 0;
}

.tabs:last-child {
  margin-bottom: 0;
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 32px;
  text-align: center;
}

.tabs__nav__item {
  width: 100%;
}

.tabs__nav__item a {
  display: block;
  padding: 8px;
  color: #242424;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  opacity: .5;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tabs__nav__item a:hover {
  opacity: 1;
}

.tabs__nav__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #e3007f;
  position: absolute;
  left: 0;
  bottom: -2px;
  border: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tabs__nav__item.is-active a {
  opacity: 1;
}

.tabs__nav__item.is-active a::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.tabs__panel {
  display: none;
}

.tabs__panel.is-active {
  display: block;
}

.section-tabs {
  width: 100%;
  padding: 0 16px;
  max-width: 1024px;
  margin: 48px auto 0;
}

.section-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  border-bottom: 3px solid #172e7e;
  text-align: center;
}

.section-tabs__nav__item {
  width: 100%;
}

.section-tabs__nav__item a {
  display: block;
  padding: 8px 8px 5px;
  color: #242424;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  opacity: .5;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-tabs__nav__item a:hover {
  opacity: 1;
}



.section-tabs__nav__item.is-active a.tabs0-text {
  background: #172e7e;
  color: #fff;
  opacity: 1;
}

.section-tabs__nav__item {
  border-bottom: #172e7e solid 3px;
  color: #ccc;
  opacity: 1;
}



.section-tabs__panel {
  display: none;
}

.section-tabs__panel::before {
  visibility: hidden;
}

.section-tabs__panel.is-active {
  display: block;
}

/* news
--------------------------------------------------------- */
.label {
  display: inline-block;
  width: 100%;
  max-width: 142px;
  padding: 0 4px;
  border-radius: 5px;
  background: #cacaca;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  color: #fff;
  text-align: center;
}

.label--campaign {
  background: #e3007f;
}

.label--publicity {
  background: #00cb5f;
}

.label--service {
  background: #1da1f2;
}

.label--new {
  max-width: 56px;
  margin-left: 16px;
  background: #e3007f;
}

.news__label .label--new {
  display: none;
}

@media screen and (max-width: 768px) {
  .news__label .label--new {
    display: inline-block;
  }
  .news__title .label--new {
    display: none;
  }
}

/* campaign
--------------------------------------------------------- */
.campaign--box {
	border:4px solid #e3007f;
	border-radius: 8px;
	padding:10px;
	max-width:992px;
	margin:0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.campaign--box p {
 margin: 0;
}

.campaign--label {
  display: inline-block;
  width: 100%;
  max-width: 142px;
  padding: 4px;
  border-radius: 5px;
  background: #e3007f;
  font-size: 1.6rem;
  line-height: 1.5833333333;
  color: #fff;
  text-align: center;
  margin-right: 16px;
}

/* attn
--------------------------------------------------------- */
.attn--box {
	border:4px solid #e3007f;
	border-radius: 8px;
	padding:10px;
	max-width:992px;
	margin:10px auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.attn--box p {
 margin: 0;
}

.attn--box span {
 color:#e3007f;
}


/* youtube
--------------------------------------------------------- */
.youtube {
  width: 100%;
  max-width: 714px;
  margin: 16px auto;
}

.youtube__inner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.youtube__inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/* form
--------------------------------------------------------- */
.search-field {
  width: 100%;
  max-width: 488px;
  margin: 16px auto;
  position: relative;
}

.search-field__text {
  width: 100%;
  padding: 8px 46px 8px 16px;
  border: 1px solid #cacaca;
  border-radius: 10px;
  background: #f3f3f3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.search-field__text::-ms-clear {
  visibility: hidden;
}

.search-field__button {
  width: 46px;
  height: 100%;
  border: none;
  border-radius: 0;
  background: transparent url(../images/icon_search.png) no-repeat center center;
  text-indent: 9999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-field__button:hover {
  opacity: .7;
}

/* icon
--------------------------------------------------------- */
.icon--popup {
  padding-left: 20px;
  position: relative;
}

.icon--popup::before, .icon--popup::after {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  border: 1px solid #172e7e;
  border-top-width: 2px;
  background: #fff;
  position: absolute;
}

.icon--popup::before {
  top: 7px;
  left: 7px;
}

.icon--popup::after {
  top: 11px;
  left: 4px;
}

.icon--popup.button {
  padding-left: 32px;
}

.icon--popup.button::before {
  left: 19px;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon--popup.button::after {
  left: 16px;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon--popup.button:hover::before, .icon--popup.button:hover::after {
  background: #172e7e;
  border-color: #fff;
}

.icon--popup.button--filled {
  padding-left: 38px;
}

.icon--popup.button--filled::before, .icon--popup.button--filled::after {
  background: #172e7e;
  border-color: #fff;
}

.icon--popup.button--filled::before {
  top: 12px;
  left: 22px;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon--popup.button--filled::after {
  top: 16px;
  left: 19px;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon--popup.button--filled:hover::before, .icon--popup.button--filled:hover::after {
  background: #fff;
  border-color: #172e7e;
}

/* utilities
--------------------------------------------------------- */
.text--pink {
  color: #e3007f;
}

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

.text--center--smp {
  text-align: center;
}

@media screen and (max-width: 768px) {
	.text--center--smp {
	  text-align: left;
	}
}

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

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

.tablet--inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc--only {
    display: none;
  }
  .tablet--inline {
    display: inline;
  }
}

/* =========================================================
 unique
========================================================= */
/* home
--------------------------------------------------------- */
.mainvisual {
  width:1260px;
  margin:120px auto; 
  margin-bottom:0px;

}
.mainvisual__item {
  display: block !important;
}

.home-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.home-steps__cell {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.home-steps__arrow {
  width: 100%;
  position: relative;
}

.home-steps__arrow::before {
  content: "";
  display: block;
  width: calc(100% + 32px);
  height: 3px;
  background: #cacaca;
  position: absolute;
  top: 32px;
  left: -16px;
}

.home-steps__arrow::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 3px solid #cacaca;
  border-right: 3px solid #cacaca;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 25.5px;
  right: -16px;
}

@media screen and (max-width: 1260px) {
  .mainvisual {
  width:100%;
  margin-top:120px;
  }

}
@media screen and (max-width: 768px) {
  .mainvisual {
  width:100%;
  margin:0px;
  }
  .home-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-steps__arrow {
    height: 64px;
  }
  .home-steps__arrow::before {
    width: 3px;
    height: 32px;
    top: 16px;
    left: calc(50% - 1px);
  }
  .home-steps__arrow::after {
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 30px;
    left: calc(50% - 8px);
  }
}

.home-banner {
  padding: 0 84px;
}

.home-banner__item {
  display: block !important;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .home-banner {
    padding: 0 64px;
  }
}

@media screen and (max-width: 640px) {
  .home-banner {
    padding: 0 34px;
  }
}

/* faq
--------------------------------------------------------- */
.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #242424;
}

.faq-question::before {
  content: "Q";
  margin-right: 16px;
  font-weight: bold;
  color: #ee592a;
}

.faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-answer::before {
  content: "A";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
  font-weight: bold;
  color: #ee592a;
}

.faq-links {
  display: block;
  margin-top: 8px;
  font-weight: bold;
}

/* news
--------------------------------------------------------- */
.tags {
  margin-top: 38px;
}

.tags__list {
  width: 100%;
  max-width: 1024px;
  padding: 0 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tags__item {
  min-width: 110px;
  margin: 8px;
}

.tags__item a {
  display: block;
  padding: 0 8px;
  border: 1px solid #172e7e;
  border-radius: 5px;
  background: #172e7e;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tags__item a:hover {
  background: #fff;
  color: #172e7e;
}

.tags__item.is-active a {
  background: #fff;
  color: #172e7e;
}

/* what
--------------------------------------------------------- */
.company-panel {
  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%;
  height: 100%;
  padding: 8px;
  border: 1px solid #cacaca;
  border-radius: 5px;
}

.company-panel::before {
  content: "";
  display: block;
  width: 0;
  padding-top: 56.356%;
}

.jidousha-list li {
  float:left;
  width: 20%;
}

@media screen and (max-width: 768px) {
.jidousha-list li {
  float:left;
  width: 50%;
}
}

/* howto
--------------------------------------------------------- */
.howto-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.howto-grid__cell {
  width: 100%;
}

.howto-grid__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 56px 8px 8px;
}


@media screen and (max-width: 768px) {
  .howto-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .howto-grid__arrow {
    padding: 16px;
  }

}

/* where
--------------------------------------------------------- */
.terms-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.terms-title__icon {
  margin-right: 8px;
}

.terms-title__text {
  font-weight: bold;
  color: #50a634;
}

.where-table {
  width: 100%;
  table-layout: fixed;
}

.where-table tbody tr {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}


.where-table th,
.where-table td {
  padding: 0 2px;
}

.where-table th:first-child,
.where-table td:first-child {
  padding-left: 16px;

}

.where-table th:last-child,
.where-table td:last-child {
  padding-right: 16px;
}

.where-table tbody th,
.where-table tbody td {
  padding-top: 22px;
  padding-bottom: 22px;
  vertical-align: middle;

}

.where-table thead tr:first-child th {
  padding-top: 8px;
}

.where-table thead tr:last-child th {
  padding-bottom: 8px;
}

.where-table__header-small {
  font-size: 1.3rem;
  font-weight: normal;
}

.where-table__center {
  text-align: center;
}

.where-table__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.where-table__icon {
  text-align: center;
}

.where-table__icon img {
  vertical-align: middle;
}

.where-table__icon span {
  font-size:0.1rem;
  line-height:1.2rem;
  display:block;
}

.where-table_border_left {
  border-left: 1px solid #cacaca;
}

.where-table_border_right {
  border-right: 1px solid #cacaca;
}

.where-table_bgcolor {
  background:#f3f3f3;
}

@media screen and (max-width: 1048px) {
  .where-table {
    width: 992px;
  }
}

.where-notice,
.howto-notice {
	width:580px;
	margin:0 auto;
}

@media screen and (max-width: 768px) {
  .where-notice,
  .howto-notice {
	width:100%;
  }
  .where-table {
    width: 792px;
  }

.where-table th,
.where-table td {
  padding: 0;
}

.where-table th:first-child,
.where-table td:first-child {
  padding-left: 4px;

}

.where-table th:last-child,
.where-table td:last-child {
  padding-right: 4px;
}

.where-table tbody th,
.where-table tbody td {
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;

}

.where-table thead tr:first-child th {
  padding-top: 4px;
}

.where-table thead tr:last-child th {
  padding-bottom: 4px;
}



}


/* sitemap
--------------------------------------------------------- */
.sitemap-category {
  display: block;
  padding: 4px 0;
  border-bottom: 2px solid #e3007f;
  margin-bottom: 8px;
  color: #242424;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 20rem;
  height: 100%;
  color: #222;
  background-color: #fff;
  border-top: 5px solid #172e7e;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 8px;
  padding-left: 8px;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1.5rem;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #172e7e;
  font-weight: bold;
  background-color: #fff;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.drawer-menu-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #172e7e;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -20rem;
  -webkit-transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 20rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: relative;
  z-index: 104;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 24px;
  padding: 0;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
  padding-left: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #172e7e;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .drawer-hamburger {
    display: none;
  }
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 20rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 20rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 20rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 8px;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 20rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 8px;
  }
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 8px;
  padding-left: 16px;
  text-decoration: none;
  color: #172e7e;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #fff;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


.slick-slide {
	opacity: 0.3;
}
#home-banner .slick-slide {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  opacity: .7;
}

.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 4px solid #8a95bc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-prev::after,
.slick-next::after {
  content: "";
}

#mainvisual .slick-prev {
  left: 8%;
}
@media (max-width: 768px) {
#mainvisual .slick-prev {
  left: 2%;
}
}

.slick-prev {
  left: 0;
}

.slick-prev::after {
  display: block;
  width: 12px;
  height: 18px;
  border-right: 12px solid #8a95bc;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-65%, -50%);
          transform: translate(-65%, -50%);
}

#mainvisual .slick-next {
  right: 8%;
}
@media (max-width: 768px) {
#mainvisual .slick-next {
  right: 2%;
}
}

.slick-next {
  right: 0;
}


.slick-next::after {
  display: block;
  width: 12px;
  height: 18px;
  border-left: 12px solid #8a95bc;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
}

@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    height: 40px;
    width: 40px;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 32px;
    height: 32px;
  }
  .slick-prev::after {
    width: 10px;
    height: 16px;
    border-right-width: 10px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  .slick-next::after {
    width: 10px;
    height: 16px;
    border-left-width: 10px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
}

@media screen and (max-width: 640px) {
  .slick-prev,
  .slick-next {
    height: 30px;
    width: 30px;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 25px;
    height: 25px;
    border-width: 3px;
  }
  .slick-prev::after {
    width: 7px;
    height: 10px;
    border-right-width: 7px;
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .slick-next::after {
    width: 7px;
    height: 10px;
    border-left-width: 7px;
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: block;
  height: 16px;
  width: 16px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  background: #172e7e;
  border-radius: 50%;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background: #e3007f;
}

.slick-dots li.slick-active button {
  background: #e3007f;
}

/* jquery-tab */

.ui-tabs .ui-tabs-nav  {
	border-bottom:1px solid #ccc;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border-bottom:3px solid #e3007f;
}
  
.ui-tabs .ui-tabs-nav li.ui-tabs-active .tabs0-text {
	bottom:-3px;
	border-bottom:3px solid #172e7e;
    color:white;	
	background: #172e7e;
}



.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color:black;
	opacity:1;
}

div#tabs0 > .ui-state-active a,
div#tabs0 > .ui-state-active a:link,
div#tabs0 > .ui-state-active a:visited {
	color:white;
	opacity:1;
}