@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?giecl1");
  src: url("fonts/icomoon.eot?giecl1#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?giecl1") format("truetype"), url("fonts/icomoon.woff?giecl1") format("woff"), url("fonts/icomoon.svg?giecl1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*============================
reset
============================*/
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, 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

sup,
sub {
  line-height: 100%;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.hide,
.pageReader {
  position: absolute;
  width: 0;
  height: 0;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  outline: none;
  overflow: hidden;
}

/* ***************************
html, body
*************************** */
html {
  min-height: 100%;
}

body {
  min-height: 100%;
  background: #fff;
  vertical-align: baseline;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro N", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 100%;
  line-height: 163%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 87.5%;
    line-height: 165%;
  }
}

.hide,
.pageReader {
  margin: 0;
  padding: 0;
}

input,
textarea,
select,
button {
  font-family: "ヒラギノ角ゴ Pro N", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ***************************
js-judgeWindowSize
*************************** */
.js-judgeWindowSize {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  speak: none;
  z-index: 0;
}

@media screen and (max-width: 900px) {
  .js-judgeWindowSize {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .js-judgeWindowSize {
    position: absolute;
  }
}
/* ***************************
a
*************************** */
a {
  color: #0c3484;
  text-decoration: underline;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
a.visited, a:visited {
  color: #0c3484;
}
a.hover, a:hover {
  text-decoration: underline;
  color: #e79c4c;
}
a.hover:before, a:hover:before {
  text-decoration: none;
}
a.hover {
  color: #0c3484;
}

/* ***************************
hr
*************************** */
hr {
  height: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  border: 0 none;
  border-top: 1px solid #cfdde6;
  background: none;
}

/* ***************************
img
*************************** */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ***************************
text
*************************** */
* + p {
  margin-top: 13px;
}

/* ***************************
list
*************************** */
/*
ul, ol
--------------------------- */
/*
dl
--------------------------- */
/* ***************************
table
*************************** */
/* ***************************
l-header
*************************** */
.l-header {
  position: relative;
  padding: 16px 0 14px;
  border-bottom: 2px solid #e60020;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
  }
}

.l-header__body {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-header__body {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-header__body__left {
    padding: 4px 0 3px 10px;
  }
}

/* ***************************
l-pageTop
*************************** */
.l-pageTop {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-pageTop {
    margin-top: 15px;
  }
}

.l-pageTop__inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-pageTop__inner {
    padding: 0 10px;
  }
}

/* ***************************
l-base
*************************** */
.l-base {
  overflow: hidden;
  max-width: 100%;
}

.l-base--open {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

/* ***************************
l-main
*************************** */
.l-main {
  position: relative;
  padding: 0;
}

* + .l-main {
  margin-top: 10px;
}

.l-main__middle {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px 60px;
}
@media screen and (max-width: 1200px) {
  .l-main__middle {
    padding: 0 20px 117px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__middle {
    padding: 0 10px 97px;
  }
}

/* ***************************
l-footer
*************************** */
.l-footer__top {
  padding: 36px 0 35px;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    padding: 21px 0;
  }
}

.l-footer__top__inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__top__inner {
    padding: 0 10px;
  }
}

.l-footer__middle {
  padding: 24px 0 26px;
  background: #666;
}
@media screen and (max-width: 767px) {
  .l-footer__middle {
    padding: 15px 0;
  }
}

.l-footer__middle__inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__middle__inner {
    padding: 0 10px;
  }
}

.l-footer__bottom {
  padding: 14px 0;
}

.l-footer__bottom__inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__inner {
    padding: 0 10px;
  }
}

/* ***************************
o-logo
*************************** */
@media screen and (max-width: 767px) {
  .o-logo {
    max-width: 145px;
  }
}
.o-logo a {
  display: block;
  padding: 4px 0;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.o-logo a:hover {
  opacity: .6;
}

/* ***************************
o-navGlobal
*************************** */
.o-navGlobal {
  position: relative;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .o-navGlobal {
    display: none;
  }
}

.o-navGlobal__body {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

/*
o-listGnav
--------------------------- */
.o-listGnav {
  display: table;
  width: 100%;
  height: 67px;
  table-layout: fixed;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.o-listGnav__item {
  display: table-cell;
  height: 100%;
  border: solid #ccc;
  border-width: 0 1px;
  vertical-align: middle;
}

.o-listGnav__link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  min-height: 100%;
  padding: 0 5px;
  font-size: 93.75%;
  line-height: 140%;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -ms-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  z-index: 2;
}
.o-listGnav__link:hover, .o-listGnav__link--active {
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
}
.o-listGnav__link:visited {
  color: #333;
}

.o-listGnav__item:hover .o-listGnav__link--dropdown:before, .o-listGnav__item:hover .o-listGnav__link--dropdown:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  z-index: 2;
}
.o-listGnav__item:hover .o-listGnav__link--dropdown:before {
  bottom: -1px;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #ccc transparent;
}
.o-listGnav__item:hover .o-listGnav__link--dropdown:after {
  bottom: -1px;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.o-listGnav__dropToggle {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -ms-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  z-index: 1;
}
.o-listGnav__dropToggle:checked {
  background: #f5f5f5;
}

.o-listGnav__child {
  position: absolute;
  display: none;
  width: 100vw;
  left: 50%;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.o-listGnav__item:hover .o-listGnav__child,
.o-listGnav__dropToggle:checked + .o-listGnav__child {
  display: block;
}

/*
o-listGnavChild
--------------------------- */
.o-listGnavChild {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  padding: 20px 20px 29px;
}

.o-listGnavChild__item {
  width: 33.33%;
  padding: 7px 17px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.o-listGnavChild__item:before {
  content: none;
}
.o-listGnavChild__item + .o-listGnavChild__item {
  border-left: 1px dotted #ccc;
}
.o-listGnavChild__item:nth-child(1) {
  width: 32.7%;
  padding-left: 0;
}
.o-listGnavChild__item:nth-child(2) {
  width: 34.5%;
}
.o-listGnavChild__item:nth-child(3) {
  width: 32.8%;
  padding-right: 0;
}

.o-listGnavChild__ttl {
  font-size: 137.5%;
  line-height: 128%;
  font-weight: 600;
  text-align: center;
}
.o-listGnavChild__ttl--trial {
  color: #009fd9;
}
.o-listGnavChild__ttl--special {
  color: #e07a0d;
}
.o-listGnavChild__ttl--support {
  color: #3aa82d;
}

.o-listGnavChild__btns {
  margin-top: 16px;
}

/* ***************************
o-spNav
*************************** */
.o-spNav {
  position: fixed;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  width: 100%;
  height: calc(100vh - 62px);
  height: calc(100% - 62px);
  top: 62px;
  left: 100%;
  -webkit-transition: left .5s;
  -moz-transition: left .5s;
  -ms-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
  z-index: 100;
}
.o-spNav--open {
  left: 0;
}
@media screen and (min-width: 768px) {
  .o-spNav {
    display: none;
  }
}

.o-spNav__middle {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.o-spNav__body {
  margin: 0;
  padding: 0;
}

.o-spNav__item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.o-spNav__item:before {
  content: none;
}

.o-spNav__text {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 15px 30px 16px 15px;
  font-size: 107.14286%;
  line-height: 160%;
  color: #333;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.o-spNav__text--link {
  text-decoration: none;
}
.o-spNav__text--link:visited {
  color: #333;
}
.o-spNav__text--link:hover {
  color: #333;
  text-decoration: none;
}
.o-spNav__text--link:after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  border: 2px solid #0c3484;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.o-spNav__child {
  margin: 0;
  padding: 0;
}

.o-spNav__child__item {
  margin: 0;
  padding: 0;
  border-top: 1px dotted #ccc;
}
.o-spNav__child__item:before {
  content: none;
}

.o-spNav__child__text {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 13px 30px 13px 25px;
  background: #f7f7f7;
  font-size: 107.14286%;
  line-height: 160%;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.o-spNav__child__text:visited {
  color: #333;
}
.o-spNav__child__text:hover {
  color: #333;
  text-decoration: none;
}
.o-spNav__child__text:after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  border: 2px solid #0c3484;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.o-spNav__policy {
  margin: 0;
  padding: 21px 10px 22px;
  font-size: 100%;
  line-height: 158%;
  text-align: center;
}

.o-spNav__contact {
  width: 100%;
  background: #3c5fa4;
  padding: 17px 10px 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.o-spNav__contact__ttl {
  font-size: 121.42857%;
  line-height: 142%;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.o-spNav__contact__desc {
  margin-top: 4px;
  font-size: 121.42857%;
  line-height: 142%;
  color: #fff;
  text-align: center;
}
.o-spNav__contact__desc a {
  color: #fff;
}
.o-spNav__contact__desc a:visited {
  color: #fff;
}
.o-spNav__contact__desc a:hover {
  color: #fff;
  text-decoration: none;
}

/* ***************************
o-contact
*************************** */
.o-contact {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .o-contact {
    display: none;
  }
}

.o-contact__ttl {
  font-size: 87.5%;
  line-height: 172%;
  font-weight: 600;
}

.o-contact__desc {
  font-size: 87.5%;
  line-height: 172%;
}

/* ***************************
o-utilBtns
*************************** */
.o-utilBtns {
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-align-items: center;
  align-items: center;
}

* + .o-utilBtns {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  * + .o-utilBtns {
    margin-top: 0;
  }
}

.o-utilBtns__facebook {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .o-utilBtns__news {
    display: none;
  }
}

.o-utilBtns__size {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .o-utilBtns__size {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .o-utilBtns__sp {
    display: none;
  }
}

/*
o-facebookBtn
--------------------------- */
.o-facebookBtn__btn {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  font-size: 0%;
  line-height: 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .o-facebookBtn__btn {
    width: 40px;
    height: 40px;
  }
}
.o-facebookBtn__btn:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea91";
  height: 34px;
  font-size: 34px;
  color: #314f96;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .o-facebookBtn__btn:before {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
}
.o-facebookBtn__btn:hover {
  opacity: .7;
  text-decoration: none;
}

/*
o-newsLinkBtn
--------------------------- */
.o-newsLinkBtn__btn {
  position: relative;
  display: block;
  padding: 5px 13px 5px 29px;
  border: 1px solid #ccc;
  font-size: 87.5%;
  line-height: 158%;
  text-decoration: none;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -ms-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}
.o-newsLinkBtn__btn:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e902";
  display: inline-block;
  height: 11px;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  font-size: 11px;
  vertical-align: middle;
}
.o-newsLinkBtn__btn:hover {
  background: #f5f5f5;
  color: #0c3484;
  text-decoration: none;
}

/*
o-fsBtnBox
--------------------------- */
.o-fsBtnBox {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.o-fsBtnBox__ttl {
  font-size: 87.5%;
  line-height: 158%;
}

.o-fsBtnBox__btns {
  margin-left: 9px;
}

/*
o-fsBtns
--------------------------- */
.o-fsBtns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -2px;
}

.o-fsBtns__item {
  padding: 0 2px;
}

.o-fsBtns__btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 1px 0;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -ms-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}
.o-fsBtns__btn:hover {
  background: #f7f7f7;
}

.o-fsBtns__btn--active {
  background: #f7f7f7;
}

.o-fsBtns__btn--small {
  font-size: 75%;
  line-height: 100%;
}

.o-fsBtns__btn--medium {
  font-size: 87.5%;
  line-height: 100%;
}

.o-fsBtns__btn--large {
  font-size: 100%;
  line-height: 100%;
}

/*
o-navToggleBtn
--------------------------- */
.o-navToggleBtn {
  position: relative;
  display: block;
  width: 61px;
  height: 60px;
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.o-navToggleBtn__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.o-navToggleBtn__text {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  top: 42px;
  margin: auto;
  font-size: 71.42857%;
  line-height: 100%;
}

.o-navToggleBtn:before,
.o-navToggleBtn:after,
.o-navToggleBtn__inner:before {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  right: 0;
  left: 0;
  margin: auto;
  background: #141414;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.o-navToggleBtn:before {
  top: 14px;
}

.o-navToggleBtn:after {
  top: 23px;
}

.o-navToggleBtn__inner:before {
  top: 32px;
}

.o-navToggleBtn--open:before, .o-navToggleBtn--open:after,
.o-navToggleBtn--open .o-navToggleBtn__inner:before {
  top: 23px;
}
.o-navToggleBtn--open:before {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.o-navToggleBtn--open:after {
  width: 0;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.o-navToggleBtn--open .o-navToggleBtn__inner:before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* ***************************
o-returnTop
*************************** */
.o-returnTop {
  position: relative;
  z-index: 10;
}

.o-returnTop__body {
  position: fixed;
  right: calc(50% - 620px);
  bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .o-returnTop__body {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .o-returnTop__body {
    right: 10px;
    bottom: 20px;
  }
}

.o-returnTop__link {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #333;
  font-size: 0%;
  line-height: 0;
  opacity: 0.6;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.o-returnTop__link:hover {
  opacity: 1;
}
.o-returnTop__link:before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  top: 12px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 2px solid #fff;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ***************************
o-fSitemap
*************************** */
.o-fSitemap {
  font-size: 93.75%;
  line-height: 147%;
}
@media screen and (max-width: 767px) {
  .o-fSitemap {
    font-size: 92.85714%;
    line-height: 154%;
  }
}

.o-fSitemap__item + .o-fSitemap__item {
  margin-top: 23px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .o-fSitemap__item + .o-fSitemap__item {
    margin-top: 17px;
    padding-top: 16px;
  }
}

.o-fSitemap__ttl {
  position: relative;
  margin: 0 0 28px;
  padding-left: 14px;
  font-size: 106.66667%;
  line-height: 113%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .o-fSitemap__ttl {
    margin-bottom: 13px;
    padding-left: 12px;
    font-size: 107.69231%;
    line-height: 143%;
  }
}
.o-fSitemap__ttl:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 18px;
  left: 0;
  top: 0;
  background: #e60020;
}

/* ***************************
o-disclaimer
*************************** */
.o-disclaimer__ttl {
  font-size: 81.25%;
  line-height: 170%;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .o-disclaimer__ttl {
    font-size: 85.71429%;
    line-height: 159%;
  }
}

.o-disclaimer__text {
  font-size: 81.25%;
  line-height: 170%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .o-disclaimer__text {
    font-size: 85.71429%;
    line-height: 159%;
  }
}

/* ***************************
o-policy
*************************** */
.o-policy {
  font-size: 81.25%;
  line-height: 170%;
  text-align: center;

  display: flex;
  column-gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .o-policy {
    font-size: 85.71429%;
    line-height: 184%;

    flex-direction: column;
    row-gap: 20px;
  }
}

/* ***************************
heading
*************************** */
/* h1 */
.o-heading1,
.o-topH2 {
  position: relative;
  margin: 0 0 17px;
  padding: 12px 15px 12px 25px;
  background: #fafafa;
  border: 1px solid #ccc;
  font-size: 162.5%;
  line-height: 131%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .o-heading1,
  .o-topH2 {
    margin: 0 0 14px;
    padding: 12px 15px 12px 25px;
    font-size: 185.71429%;
    line-height: 131%;
  }
}
.o-heading1:before,
.o-topH2:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  background: #e60020;
}
.o-heading1--trial:before,
.o-topH2--trial:before {
  background-color: #009fd9;
}
.o-heading1--special:before,
.o-topH2--special:before {
  background-color: #e07a0d;
}
.o-heading1--support:before,
.o-topH2--support:before {
  background-color: #3aa82d;
}

* + .o-heading1,
* + .o-topH2 {
  margin-top: 60px;
}

/* h2 */
.o-heading2 {
  position: relative;
  margin: 0 0 17px;
  padding: 0 10px 11px 16px;
  border-bottom: 2px solid #ccc;
  font-size: 137.5%;
  line-height: 119%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .o-heading2 {
    font-size: 157.14286%;
    line-height: 119%;
  }
}
.o-heading2:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 1.09091em;
  top: 1px;
  left: 0;
  background: #e60020;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.o-heading2--trial:before {
  background-color: #009fd9;
}
.o-heading2--special:before {
  background-color: #e07a0d;
}
.o-heading2--support:before {
  background-color: #3aa82d;
}

* + .o-heading2 {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  * + .o-heading2 {
    margin-top: 24px;
  }
}

.o-heading1 + .o-heading2 {
  margin-top: 24px;
}

/* h3 */
.o-heading3 {
  position: relative;
  margin: 0 0 16px;
  padding-left: 16px;
  font-size: 125%;
  line-height: 130%;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .o-heading3 {
    margin-bottom: 13px;
    font-size: 142.85714%;
    line-height: 130%;
  }
}
.o-heading3:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 1.1em;
  top: 2px;
  left: 0;
  background: #e60020;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.o-heading3--trial {
  color: #009fd9;
}
.o-heading3--trial:before {
  background-color: #009fd9;
}
.o-heading3--special {
  color: #e07a0d;
}
.o-heading3--special:before {
  background-color: #e07a0d;
}
.o-heading3--support {
  color: #3aa82d;
}
.o-heading3--support:before {
  background-color: #3aa82d;
}

* + .o-heading3 {
  margin-top: 24px;
}

.o-heading2 + .o-heading3 {
  margin-top: 17px;
}

/* ***************************
o-headingLabel
*************************** */
.o-headingLabel {
  display: inline-block;
  margin: -3px 0 0 12px;
  padding: 3px 9px;
  background: #ccc;
  font-size: 57.69231%;
  line-height: 160%;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .o-headingLabel {
    padding: 3px 8px;
    font-size: 46.15385%;
    line-height: 150%;
  }
}
.o-headingLabel + .o-headingLabel {
  margin-left: 8px;
}
.o-headingLabel--knowhow {
  background-color: #bf5261;
}
.o-headingLabel--space {
  background-color: #3c5fa4;
}
.o-headingLabel--soft {
  background-color: #b88007;
}

/* ***************************
o-breadCrumb
*************************** */
.o-breadCrumb__body {
  padding: 13px 0 4px;
}

/*
o-listBreadCrumb
--------------------------- */
.o-listBreadCrumb {
  letter-spacing: -.4em;
}

.o-listBreadCrumb__item {
  position: relative;
  display: inline;
  font-size: 87.5%;
  line-height: 158%;
  letter-spacing: normal;
}
.o-listBreadCrumb__item + .o-listBreadCrumb__item {
  padding-left: 25px;
}
.o-listBreadCrumb__item + .o-listBreadCrumb__item:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: -2px 11px 0 -17px;
  font-size: 11px;
  color: #0c3484;
  vertical-align: middle;
}

.o-listBreadCrumb__item__link {
  color: #333;
}
.o-listBreadCrumb__item__link:visited {
  color: #333;
}
.o-listBreadCrumb__item__link:hover {
  color: #333;
  text-decoration: none;
}

/* ***************************
o-countDown
*************************** */
.o-countDown {
  margin: 0;
  padding: 13px 10px 17px;
  border: 5px solid #fff20e;
}
@media screen and (max-width: 767px) {
  .o-countDown {
    padding: 7px 10px 4px;
  }
}

.o-countDown__text {
  font-size: 112.5%;
  line-height: 134%;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-countDown__text {
    font-size: 92.85714%;
    line-height: 193%;
  }
}

.o-countDown__day {
  font-size: 166.66667%;
  line-height: 100%;
  color: #e60020;
}
@media screen and (max-width: 767px) {
  .o-countDown__day {
    font-size: 192.30769%;
    line-height: 100%;
  }
}

/* ***************************
o-column
*************************** */
* + .o-column {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  * + .o-column {
    margin-top: 19px;
  }
}

.o-heading1 + .o-column, .o-heading2 + .o-column, .o-heading3 + .o-column {
  margin-top: 13px;
}

.o-column__body {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -27px -10px 0;
}
.o-column__body.o-column__item--single {
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .o-column__body {
    margin-top: -10px;
  }
}
.o-column__body--center {
  -webkit-justify-content: center;
  justify-content: center;
}

.o-column__item {
  margin-top: 27px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-column__item {
    margin-top: 10px;
  }
}
.o-column__item:before {
  content: none;
}
.o-column__item--width1 {
  width: 8.33333333333% !important;
}
@media screen and (max-width: 767px) {
  .o-column__item--width1 {
    width: 100% !important;
  }
}
.o-column__item--width2 {
  width: 16.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .o-column__item--width2 {
    width: 100% !important;
  }
}
.o-column__item--width3 {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  .o-column__item--width3 {
    width: 100% !important;
  }
}
.o-column__item--width4 {
  width: 33.3333333333% !important;
}
@media screen and (max-width: 767px) {
  .o-column__item--width4 {
    width: 100% !important;
  }
}
.o-column__item--width5 {
  width: 41.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .o-column__item--width5 {
    width: 100% !important;
  }
}
.o-column__item--width6 {
  width: 50% !important;
}
@media screen and (max-width: 767px) {
  .o-column__item--width6 {
    width: 100% !important;
  }
}
.o-column__item--width7 {
  width: 58.3333333333% !important;
}
@media screen and (max-width: 767px) {
  .o-column__item--width7 {
    width: 100% !important;
  }
}
.o-column__item--width8 {
  width: 66.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .o-column__item--width8 {
    width: 100% !important;
  }
}
.o-column__item--width9 {
  width: 75% !important;
}
@media screen and (max-width: 767px) {
  .o-column__item--width9 {
    width: 100% !important;
  }
}
.o-column__item--width10 {
  width: 83.3333333333% !important;
}
@media screen and (max-width: 767px) {
  .o-column__item--width10 {
    width: 100% !important;
  }
}
.o-column__item--width11 {
  width: 91.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .o-column__item--width11 {
    width: 100% !important;
  }
}
.o-column__item--width12 {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .o-column--fSitemap .o-column__body {
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .o-column--fSitemap .o-column__item {
    margin-top: 10px;
  }
}
.o-column--fSitemap .o-column__item:first-child {
  width: 323px;
}
@media screen and (max-width: 767px) {
  .o-column--fSitemap .o-column__item:first-child {
    width: 100%;
  }
}
.o-column--fSitemap .o-column__item:nth-child(2) {
  width: calc(100% - 323px);
}
@media screen and (max-width: 767px) {
  .o-column--fSitemap .o-column__item:nth-child(2) {
    width: 100%;
  }
}

/* ***************************
o-btnColumn
*************************** */
* + .o-btnColumn {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  * + .o-btnColumn {
    margin-top: 20px;
    padding-top: 25px;
  }
}

.o-btnColumn__body {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: -25px -10px 0;
}
@media screen and (max-width: 767px) {
  .o-btnColumn__body {
    margin-top: -10px;
  }
}

.o-btnColumn__item {
  width: 33.33%;
  margin: 25px 0 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-btnColumn__item {
    margin-top: 10px;
  }
}
.o-btnColumn__item:nth-child(1) {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
.o-btnColumn__item:nth-child(2) {
  -webkit-order: 3;
  -ms-order: 3;
  order: 3;
}
.o-btnColumn__item:nth-child(3) {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
@media screen and (max-width: 767px) {
  .o-btnColumn__item {
    width: 100%;
  }
  .o-btnColumn__item:nth-child(1), .o-btnColumn__item:nth-child(2), .o-btnColumn__item:nth-child(3) {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
}

/* ***************************
o-aboutColumn
*************************** */
* + .o-aboutColumn {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  * + .o-aboutColumn {
    margin-top: 16px;
  }
}

.o-column + .o-aboutColumn {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .o-column + .o-aboutColumn {
    margin-top: 38px;
  }
}

.o-aboutColumn__body {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.o-aboutColumn__item {
  width: calc(100% - 300px);
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-aboutColumn__item {
    width: 100%;
  }
}
.o-aboutColumn__item + .o-aboutColumn__item {
  width: 300px;
  -webkit-order: -1;
  -ms-order: -1;
  order: -1;
}
@media screen and (max-width: 767px) {
  .o-aboutColumn__item + .o-aboutColumn__item {
    -webkit-order: 0;
    -ms-order: 0;
    order: 0;
    margin-top: 15px;
    width: 100%;
  }
}


/* ***************************
o-paintColumn
*************************** */
* + .o-paintColumn {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  * + .o-paintColumn {
    margin-top: 20px;
  }
}

.o-heading1 + .o-paintColumn, .o-heading2 + .o-paintColumn, .o-heading3 + .o-paintColumn {
  margin-top: 13px;
}

.o-paintColumn__body {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
  background: #f7f7f7;
}
.o-paintColumn--data .o-paintColumn__body {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .o-paintColumn--data .o-paintColumn__body {
    padding: 5px;
  }
}

.o-paintColumn__item {
  padding: 20px 20px 18px;
  background: #fff;
  border: 5px solid #f7f7f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-paintColumn__item {
    padding: 15px 15px 12px;
  }
}
.o-paintColumn__item--width1 {
  width: 8.33333333333% !important;
}
@media screen and (max-width: 767px) {
  .o-paintColumn__item--width1 {
    width: 100% !important;
  }
}
.o-paintColumn__item--width2 {
  width: 16.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .o-paintColumn__item--width2 {
    width: 100% !important;
  }
}
.o-paintColumn__item--width3 {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  .o-paintColumn__item--width3 {
    width: 100% !important;
  }
}
.o-paintColumn__item--width4 {
  width: 33.3333333333% !important;
}
@media screen and (max-width: 767px) {
  .o-paintColumn__item--width4 {
    width: 100% !important;
  }
}
.o-paintColumn__item--width5 {
  width: 41.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .o-paintColumn__item--width5 {
    width: 100% !important;
  }
}
.o-paintColumn__item--width6 {
  width: 50% !important;
}
@media screen and (max-width: 767px) {
  .o-paintColumn__item--width6 {
    width: 100% !important;
  }
}
.o-paintColumn__item--width7 {
  width: 58.3333333333% !important;
}
@media screen and (max-width: 767px) {
  .o-paintColumn__item--width7 {
    width: 100% !important;
  }
}
.o-paintColumn__item--width8 {
  width: 66.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .o-paintColumn__item--width8 {
    width: 100% !important;
  }
}
.o-paintColumn__item--width9 {
  width: 75% !important;
}
@media screen and (max-width: 767px) {
  .o-paintColumn__item--width9 {
    width: 100% !important;
  }
}
.o-paintColumn__item--width10 {
  width: 83.3333333333% !important;
}
@media screen and (max-width: 767px) {
  .o-paintColumn__item--width10 {
    width: 100% !important;
  }
}
.o-paintColumn__item--width11 {
  width: 91.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .o-paintColumn__item--width11 {
    width: 100% !important;
  }
}
.o-paintColumn__item--width12 {
  width: 100% !important;
}

/* ***************************
o-topOrgNum
*************************** */
.o-topOrgNum {
  margin: 17px 0 0;
  padding: 17px 0 0;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  .o-topOrgNum {
    margin-top: 16px;
    padding-top: 7px;
  }
}

/* ***************************
o-orgBox
*************************** */
.o-orgBox {
  padding: 9px 10px 14px;
  border: 4px solid #f7f7f7;
}
@media screen and (max-width: 767px) {
  .o-orgBox {
    padding: 9px 10px 14px;
  }
}

* + .o-orgBox {
  margin-top: 20px;
}

/* ***************************
o-orgNum
*************************** */
.o-orgNum {
  font-size: 112.5%;
  line-height: 156%;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-orgNum {
    font-size: 128.57143%;
    line-height: 156%;
  }
}
.o-orgNum--trial {
  color: #009fd9;
}
.o-orgNum--special {
  color: #e07a0d;
}
.o-orgNum--support {
  color: #3aa82d;
}
.o-orgNum--sum {
  color: #e60020;
}
.o-orgNum--large {
  font-size: 150%;
  line-height: 192%;
}
@media screen and (max-width: 767px) {
  .o-orgNum--large {
    font-size: 128.57143%;
    line-height: 156%;
  }
}
.o-orgNum--xLarge {
  font-size: 175%;
  line-height: 165%;
}
@media screen and (max-width: 767px) {
  .o-orgNum--xLarge {
    font-size: 128.57143%;
    line-height: 156%;
  }
}

.o-orgNum__num {
  font-size: 166.66667%;
  line-height: 134%;
}
@media screen and (max-width: 767px) {
  .o-orgNum__num {
    margin-left: 11px;
    font-size: 166.66667%;
    line-height: 134%;
  }
}

.o-orgNum--large .o-orgNum__num {
  font-size: 191.66667%;
  line-height: 105%;
}
@media screen and (max-width: 767px) {
  .o-orgNum--large .o-orgNum__num {
    font-size: 166.66667%;
    line-height: 134%;
  }
}

.o-orgNum--xLarge .o-orgNum__num {
  font-size: 164.28571%;
  line-height: 105%;
}
@media screen and (max-width: 767px) {
  .o-orgNum--xLarge .o-orgNum__num {
    font-size: 166.66667%;
    line-height: 134%;
  }
}

/* ***************************
o-btn
*************************** */
.o-btn {
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 320px;
  margin: auto;
  padding: 17px 25px 14px;
  background: #3c5fa4;
  border-bottom: 3px solid #0c3484;
  font-size: 112.5%;
  line-height: 145%;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 767px) {
  .o-btn {
    max-width: 355px;
    padding: 17px 25px 15px;
    font-size: 135.71429%;
    line-height: 132%;
  }
}
.o-btn:visited, .o-btn:focus, .o-btn:hover {
  color: #fff;
  text-decoration: none;
}
.o-btn:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e901";
  display: block;
  height: 15px;
  top: 2px;
  bottom: 0;
  right: 12px;
  margin: auto;
  font-size: 15px;
  vertical-align: middle;
}

html:not(.mobile) .o-btn:hover,
.o-btn.hover {
  color: #fff;
  text-decoration: none;
  border-top: 3px solid #fff;
  border-bottom: 0;
}

.o-btn2 {
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 320px;
  margin: auto;
  padding: 17px 25px 14px;
  background: #3c5fa4;
  border-bottom: 3px solid #0c3484;
  font-size: 112.5%;
  line-height: 145%;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 767px) {
  .o-btn2 {
    max-width: 355px;
    padding: 17px 25px 15px;
    font-size: 135.71429%;
    line-height: 132%;
  }
}
.o-btn2:visited, .o-btn2:focus, .o-btn2:hover {
  color: #fff;

}


html:not(.mobile) .o-btn2:hover,
.o-btn2.hover {
  color: #fff;
}

.o-btn--form {
  padding: 10px 25px 15px;
  font-size: 125%;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .o-btn--form {
    padding: 6px 25px 9px;
    font-size: 135.71429%;
    line-height: 137%;
  }
}
.o-btn--form .u-fsLarge {
  font-size: 140%;
  line-height: 108%;
}
@media screen and (max-width: 767px) {
  .o-btn--form .u-fsLarge {
    font-size: 136.84211%;
    line-height: 108%;
  }
}
.o-btn--form .u-fsSmall {
  font-size: 70%;
  line-height: 158%;
}
@media screen and (max-width: 767px) {
  .o-btn--form .u-fsSmall {
    font-size: 63.15789%;
    line-height: 167%;
  }
}

.o-btn--trial {
  background-color: #009fd9;
  border-bottom-color: #006f98;
}

.o-btn--special {
  background-color: #e07a0d;
  border-bottom-color: #a85700;
}

.o-btn--support {
  background-color: #3aa82d;
  border-bottom-color: #18730b;
}

.o-btn--news {
  max-width: 240px;
  padding: 13px 25px 10px;
  font-size: 100%;
  line-height: 150%;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .o-btn--news {
    max-width: 355px;
    padding: 13px 25px 10px;
    font-size: 114.28571%;
    line-height: 150%;
  }
}

.o-btnColumn__item:nth-child(1) .o-btn--news {
  margin-left: 0;
}
.o-btnColumn__item:nth-child(2) .o-btn--news {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .o-btnColumn__item:nth-child(1) .o-btn--news, .o-btnColumn__item:nth-child(2) .o-btn--news, .o-btnColumn__item:nth-child(3) .o-btn--news {
    margin: auto;
  }
}

.o-btn--arrowLeft:after {
  left: 14px;
  right: auto;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.o-btn--arrowNone:after {
  content: none;
}

.o-btn--search {
  padding: 11px 25px 8px;
}
@media screen and (max-width: 767px) {
  .o-btn--search {
    min-width: 190px;
    padding: 17px 10px 15px;
  }
}
@media screen and (max-width: 374px) {
  .o-btn--search {
    min-width: 0;
    width: 100%;
  }
}
.o-btn--search:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
}
.o-btn--search:after {
  content: none;
}

.o-btn--reset {
  min-width: 160px;
  padding: 11px 25px 8px;
  background-color: #919191;
  border-color: #696969;
}
@media screen and (max-width: 767px) {
  .o-btn--reset {
    min-width: 130px;
    padding: 17px 10px 15px;
  }
}
@media screen and (max-width: 374px) {
  .o-btn--reset {
    min-width: 0;
    width: 100%;
  }
}
.o-btn--reset:after {
  content: none;
}

.o-btn--pdf {
  padding: 10px 25px 7px;
  margin: 0;
  max-width: 230px;	
}
@media screen and (max-width: 767px) {
  .o-btn--pdf {
	  margin-top: 5px;

  }
}

/* ***************************
o-list
*************************** */
.o-list {
  margin: 0 0 36px;
}
@media screen and (max-width: 767px) {
  .o-list {
    margin-bottom: 26px;
  }
}
.o-list li {
  position: relative;
  padding-left: 22px;
}
.o-list li + li {
  margin-top: 8px;
}
.o-list li:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  left: 6px;
  top: 0.625em;
  background: #3c5fa4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

* + .o-list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  * + .o-list {
    margin-top: 17px;
  }
}

/* ***************************
o-orderedList
*************************** */
.o-orderedList {
  list-style: decimal;
}
.o-orderedList li {
  margin: 0 0 0 25px;
}
.o-orderedList li + li {
  margin-top: 5px;
}

* + .o-orderedList {
  margin-top: 13px;
}

/* ***************************
o-defList
*************************** */
.o-defList {
  margin: 0 0 30px;
}

* + .o-defList {
  margin-top: 26px;
}

.o-defList__item {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}
.o-defList__item:first-child {
  border-top: 1px dotted #ccc;
}

.o-defList__ttl {
  width: 100px;
  padding-right: 10px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-defList__ttl {
    width: 100%;
  }
}

.o-defList__desc {
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .o-defList__desc {
    width: 100%;
  }
}

.o-defList--detail .o-defList__ttl {
  width: 33.33333%;
}
@media screen and (max-width: 767px) {
  .o-defList--detail .o-defList__ttl {
    width: 100%;
  }
}
.o-defList--detail .o-defList__desc {
  width: 66.66667%;
}
@media screen and (max-width: 767px) {
  .o-defList--detail .o-defList__desc {
    width: 100%;
  }
}

/* ***************************
o-linkList
*************************** */
.o-linkList li {
  position: relative;
  padding-left: 16px;
}
.o-linkList li:before {
  content: none;
}
.o-linkList li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e902";
  display: inline-block;
  height: 10px;
  top: 0.625em;
  left: 4px;
  margin: auto;
  font-size: 11px;
  color: #0c3484;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .o-linkList li:before {
    top: 0.46154em;
  }
}
.o-linkList a {
  position: relative;
  text-decoration: none;
}
.o-linkList a:hover {
  text-decoration: underline;
}

* + .o-linkList {
  margin-top: 19px;
}

.o-linkList--inline {
  margin: -15px -56px 0 0;
  letter-spacing: -.4em;
}
@media screen and (max-width: 767px) {
  .o-linkList--inline {
    margin: -10px -12px 0 0;
  }
}
.o-linkList--inline li {
  display: inline-block;
  margin: 15px 56px 0 0;
  letter-spacing: normal;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-linkList--inline li {
    margin: 10px 0 0 0;
    width: 50%;
  }
}

.o-linkList--sitemap li:before {
  top: 0.53333em;
}

* + .o-linkList--sitemap {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  * + .o-linkList--sitemap {
    margin-top: 0;
  }
}

/* ***************************
o-newsList
*************************** */
* + .o-newsList {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  * + .o-newsList {
    margin-top: 15px;
  }
}

.o-newsList__item {
  padding-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}
.o-newsList__item:before {
  content: none !important;
}
.o-newsList__item + .o-newsList__item {
  margin-top: 12px;
}

/*
o-newsItem
--------------------------- */
.o-newsItem {
  position: relative;
  padding: 0;
}

.o-newsItem__time {
  display: block;
  position: absolute;
  left: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .o-newsItem__time {
    position: static;
    left: auto;
  }
}

.o-newsItem__text {
  padding-left: 180px;
}
@media screen and (max-width: 767px) {
  .o-newsItem__text {
    padding-left: 0;
  }
}

/*
o-newsDate
--------------------------- */
.o-newsDate {
  margin: 24px 0 19px;
}

/* ***************************
o-lastModified
*************************** */
.o-lastModified {
  font-size: 87.5%;
  line-height: 172%;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .o-lastModified {
    font-size: 92.85714%;
    line-height: 177%;
  }
}

/* ***************************
o-iframeMap
*************************** */
* + .o-iframeMap {
  margin-top: 30px;
}

.o-iframeMap__inner {
  position: relative;
  height: 360px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.o-iframeMap__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* ***************************
o-mainVisual
*************************** */
.o-mainVisual {
  position: relative;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .o-mainVisual {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}

.o-mainVisual__img {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.o-mainVisual__img:before {
  content: none;
}

.o-mainVisual__btns {
  position: absolute;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  bottom: 6px;
}
@media screen and (max-width: 767px) {
  .o-mainVisual__btns {
    bottom: 0px;
  }
}

.slick-dots {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.slick-dots li + li {
  margin-left: 6px;
}
.slick-dots button {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  font-size: 0%;
  line-height: 0;
  cursor: pointer;
}
.slick-dots button:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  border: 2px solid #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-dots li.slick-active button:before {
  width: 14px;
  height: 14px;
  background-color: #333;
  border-color: #fff;
}

.o-mainVisual .stopBtn {
  margin-left: 10px;
}
.o-mainVisual .stopBtn button {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: #999;
  font-size: 0%;
  line-height: 0;
}
.o-mainVisual .stopBtn button:before, .o-mainVisual .stopBtn button:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 6px;
  left: 7px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
}

.o-mainVisual.is-play .stopBtn button:before, .o-mainVisual.is-play .stopBtn button:after {
  width: 3px;
  height: 9px;
  left: 6px;
  background: #fff;
  border: none;
}
.o-mainVisual.is-play .stopBtn button:after {
  left: 11px;
}

/* ***************************
o-fbTimeline
*************************** */
.o-fbTimeline__inner {
  text-align: center;
}

/* ***************************
o-leadText
*************************** */
.o-leadText {
  margin-bottom: 33px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .o-leadText {
    margin-bottom: 20px;
  }
}

.o-topOrgSum {
  margin-top: 9px;
  font-size: 87.5%;
  line-height: 143%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .o-topOrgSum {
    font-size: 100%;
    line-height: 165%;
  }
}

/* ***************************
o-videoModal
*************************** */
.o-videoModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.o-videoModal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .6;
}

.o-videoModal__inner {
  position: absolute;
  max-width: 1000px;
  width: 100%;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  padding: 30px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-videoModal__inner {
    width: calc(100% - 30px);
    padding: 20px;
  }
}

.o-videoModal__close {
  position: absolute;
  right: -20px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .o-videoModal__close {
    right: -15px;
    top: -15px;
  }
}

.o-videoModal__close__btn {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(51, 51, 51, 0.6);
  font-size: 0%;
  line-height: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -ms-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}
@media screen and (max-width: 767px) {
  .o-videoModal__close__btn {
    width: 40px;
    height: 40px;
  }
}
.o-videoModal__close__btn:hover {
  background-color: #333333;
}
.o-videoModal__close__btn:before, .o-videoModal__close__btn:after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .o-videoModal__close__btn:before, .o-videoModal__close__btn:after {
    height: 25px;
  }
}
.o-videoModal__close__btn:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.o-videoModal__close__btn:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ***************************
o-videoBox
*************************** */
.o-videoBox {
  max-width: 700px;
  margin: auto;
}

.o-videoModal .o-videoBox {
  max-width: none;
}

* + .o-videoBox {
  margin-top: 33px;
}

.o-heading1 + .o-videoBox, .o-heading2 + .o-videoBox, .o-heading3 + .o-videoBox {
  margin-top: 13px;
}

.o-videoBox__inner {
  position: relative;
  padding-top: 56.25%;
}
.o-videoBox__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ***************************
o-searchBox
*************************** */
* + .o-searchBox {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  * + .o-searchBox {
    margin-top: 30px;
  }
}

.o-searchBox__update {
  margin-top: 35px;
  font-size: 87.5%;
  line-height: 172%;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .o-searchBox__update {
    margin-top: 24px;
    font-size: 92.85714%;
    line-height: 185%;
  }
}

* + .o-searchBox__result {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  * + .o-searchBox__result {
    margin-top: 11px;
  }
}

/* ***************************
o-searchForm
*************************** */
.o-searchForm {
  border: 1px solid #3c5fa4;
}

.o-searchForm__head button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 50px 11px 23px;
  background: #3c5fa4;
  font-size: 150%;
  line-height: 134%;
  text-align: left;
  color: #fff;
  font-weight: 600;
}
.o-searchForm__head button:after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  top: 8px;
  bottom: 0;
  right: 23px;
  margin: auto;
  border: solid #fff;
  border-width: 1.5px 1.5px 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .o-searchForm__head button:after {
    width: 12px;
    height: 12px;
    top: 6px;
    right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .o-searchForm__head button {
    padding: 10px 14px 11px;
    font-size: 171.42857%;
    line-height: 134%;
  }
}
.o-searchForm__head--close button:after {
  top: 0;
  bottom: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .o-searchForm__head--close button:after {
    bottom: 8px;
  }
}

.o-searchForm__body {
  display: none;
  padding: 21px 19px 19px;
}
@media screen and (max-width: 767px) {
  .o-searchForm__body {
    padding: 16px 14px 14px;
  }
}

/* ***************************
o-formGroup
*************************** */
* + .o-formGroup {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  * + .o-formGroup {
    margin-top: 27px;
  }
}

.o-formGroup__ttl {
  position: relative;
  padding-left: 14px;
  font-size: 100%;
  line-height: 150%;
  font-weight: 600;
}
.o-formGroup__ttl:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 18px;
  top: 3px;
  left: 0;
  background: #3c5fa4;
}
@media screen and (max-width: 767px) {
  .o-formGroup__ttl {
    font-size: 114.28571%;
    line-height: 150%;
  }
}

.ie11 .o-formGroup__ttl:before {
  top: 1px;
}

.o-formGroup__body {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .o-formGroup__body {
    margin-top: 7px;
  }
}

/* ***************************
o-formList
*************************** */
.o-formList {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}
@media screen and (max-width: 767px) {
  .o-formList {
    margin: -5px -2px 0 -3px;
  }
}

.o-formList__item {
  margin: 10px 0 0;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .o-formList__item {
    margin-top: 5px;
    padding: 0 2px 0 3px;
  }
}

.o-formList__btn {
  position: relative;
  display: block;
}

.o-formList__btn__checkbox {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: none;
  z-index: 1;
}

.o-formList__btn__text {
  position: relative;
  display: block;
  padding: 5px 13px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  font-size: 87.5%;
  line-height: 172%;
  color: #999;
  letter-spacing: normal;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .o-formList__btn__text {
    font-size: 100%;
    line-height: 172%;
  }
}

.o-formList__btn__checkbox + .o-formList__btn__text {
  background-color: #fff;
  color: #0c3484;
  cursor: pointer;
}

.o-formList__btn__checkbox:checked + .o-formList__btn__text,
.o-formList__btn__text--selected {
  background-color: #3c5fa4;
  border-color: #3c5fa4;
  font-weight: 600;
  color: #fff;
}

.o-formList__btn__text--selected {
  cursor: auto;
}

/* ***************************
o-locAccordion
*************************** */
.o-locAccordion__top {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .o-locAccordion__top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.o-locAccordion__btn button {
  position: relative;
  min-width: 186px;
  padding: 5px 13px;
  border: 1px solid #ccc;
  font-size: 87.5%;
  line-height: 172%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-locAccordion__btn button {
    font-size: 100%;
    line-height: 172%;
  }
}
.o-locAccordion__btn button:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  display: inline-block;
  font-size: 11px;
  color: #0c3484;
  margin: -2px 0 0 9px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  vertical-align: middle;
}
.o-locAccordion__btn--open button:after {
  margin-top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.o-locAccordion__selected {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .o-locAccordion__selected {
    margin: 10px 0 0;
  }
}

.o-locAccordion__body {
  display: none;
}
@media screen and (max-width: 767px) {
  .o-locAccordion__body {
    padding: 0 10px;
  }
}

/*
o-locList
--------------------------- */
.o-locList {
  display: flex;
}
@media screen and (max-width: 767px) {
  .o-locList {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

* + .o-locList {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  * + .o-locList {
    margin-top: 12px;
  }
}

.o-locList__ttl {
  width: 135px;
  padding: 6px 19px 6px 0;
  font-size: 100%;
  line-height: 150%;
  text-align: right;
  font-weight: 600;
  color: #0c3484;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-locList__ttl {
    width: 100%;
    padding: 0;
    font-size: 114.28571%;
    line-height: 150%;
    text-align: left;
  }
}

.o-locList__body {
  width: calc(100% - 135px);
}
@media screen and (max-width: 767px) {
  .o-locList__body {
    width: 100%;
    margin-top: 6px;
  }
}

/* ***************************
o-formInfo
*************************** */
.o-formInfo {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .o-formInfo {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

* + .o-formInfo {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  * + .o-formInfo {
    margin-top: 38px;
  }
}

.o-formInfo__hits {
  font-size: 100%;
  line-height: 150%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .o-formInfo__hits {
    font-size: 135.71429%;
    line-height: 127%;
  }
}

.o-formInfo__hits__num {
  margin: 0 5px 0 2px;
  font-size: 162.5%;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .o-formInfo__hits__num {
    font-size: 173.68421%;
    line-height: 100%;
  }
}

.o-formInfo__btns {
  display: flex;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin: 0 -5px;
}
@media screen and (max-width: 767px) {
  .o-formInfo__btns {
    margin: 14px -2px 0 -3px;
  }
}
@media screen and (max-width: 374px) {
  .o-formInfo__btns {
    width: calc(100% + 5px);
  }
}

.o-formInfo__btns__btn {
  margin: 0;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .o-formInfo__btns__btn {
    padding: 0 2px 0 3px;
  }
}
@media screen and (max-width: 374px) {
  .o-formInfo__btns__btn {
    width: 59.09091%;
  }
  .o-formInfo__btns__btn + .o-formInfo__btns__btn {
    width: 40.90909%;
  }
}

/* ***************************
o-searchResult
*************************** */
.o-searchResult__top {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  .o-searchResult__top {
    padding-bottom: 10px;
  }
}

.o-searchResult__hits {
  padding-top: 11px;
  font-size: 100%;
  line-height: 150%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .o-searchResult__hits {
    padding-top: 4px;
    font-size: 135.71429%;
    line-height: 127%;
  }
}

.o-searchResult__hits__num {
  margin-right: 5px;
  font-size: 162.5%;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .o-searchResult__hits__num {
    font-size: 173.68421%;
    line-height: 100%;
  }
}

.o-searchResult__sort {
  display: flex;
  margin: 0 -5px;
}
@media screen and (max-width: 767px) {
  .o-searchResult__sort {
    margin: 0 -2px 0 -3px;
  }
}

.o-searchResult__sort__item {
  margin: 0;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .o-searchResult__sort__item {
    padding: 0 2px 0 3px;
  }
}

.o-searchResult__sort__btn {
  display: block;
  min-width: 56px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 87.5%;
  line-height: 172%;
  color: #0c3484;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-searchResult__sort__btn {
    font-size: 100%;
    line-height: 172%;
  }
}

.o-searchResult__sort__btn--active {
  background-color: #3c5fa4;
  border-color: #3c5fa4;
  color: #fff;
  font-weight: 600;
}

* + .o-searchResult__body {
  margin-top: 39px;
}

/* ***************************
o-resultList
*************************** */
.o-resultList {
  overflow: hidden;
}

* + .o-resultList {
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  * + .o-resultList {
    margin-top: 39px;
  }
}

.o-resultList__list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -30px;
}
@media screen and (max-width: 767px) {
  .o-resultList__list {
    margin: 0 -12px -20px;
  }
}

* + .o-resultList__list {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  * + .o-resultList__list {
    margin-top: 20px;
  }
}

.o-resultList__item {
  width: 25%;
  padding: 0 20px 30px;
  border-right: 1px dotted #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.o-resultList__item:nth-child(n+5) {
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}
.o-resultList__item:nth-child(4n) {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .o-resultList__item {
    width: 50%;
    padding: 0 12px 20px;
  }
  .o-resultList__item:nth-child(n+3) {
    padding-top: 20px;
    border-top: 1px dotted #ccc;
  }
  .o-resultList__item:nth-child(2n) {
    border-right: none;
  }
}

/* ***************************
o-orgItem
*************************** */
.o-orgItem {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.o-orgItem__ttl {
  margin-top: 9px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-orgItem__ttl {
    margin-top: 8px;
    font-size: 100%;
    line-height: 165%;
  }
}

.o-orgItem__img {
  -webkit-order: -1;
  -ms-order: -1;
  order: -1;
  text-align: center;
}
.o-orgItem__img img {
  max-height: 70px;
}

.o-orgItem__support {
  margin-top: 9px;
  text-align: center;
}

.o-orgItem__labels__item + .o-orgItem__labels__item {
  margin-top: 5px;
}

.o-orgItem__labels__label {
  display: inline-block;
  padding: 3px 9px;
  background: #ccc;
  font-size: 93.75%;
  line-height: 160%;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-orgItem__labels__label {
    padding: 3px 8px;
    font-size: 85.71429%;
    line-height: 150%;
  }
}
.o-orgItem__labels__label--knowhow {
  background-color: #bf5261;
}
.o-orgItem__labels__label--space {
  background-color: #3c5fa4;
}
.o-orgItem__labels__label--soft {
  background-color: #b88007;
}

/* ***************************
o-searchDetail
*************************** */
.o-searchDetail {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

* + .o-searchDetail {
  margin-top: 30px;
}

.o-searchDetail__img {
  width: 32.69231%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-searchDetail__img {
    width: 100%;
  }
}

.o-searchDetail__logo {
  text-align: center;
}

.o-searchDetail__text {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.o-searchDetail__img + .o-searchDetail__text {
  width: 67.30769%;
}
@media screen and (max-width: 767px) {
  .o-searchDetail__img + .o-searchDetail__text {
    width: 100%;
    margin-top: 20px;
  }
}

/* ***************************
o-loader
*************************** */
.o-loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #888888, 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2), 2.5em 0em 0 0em rgba(136, 136, 136, 0.2), 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.2), 0em 2.5em 0 0em rgba(136, 136, 136, 0.2), -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.2), -2.6em 0em 0 0em rgba(136, 136, 136, 0.5), -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.7), 1.8em -1.8em 0 0em #888888, 2.5em 0em 0 0em rgba(136, 136, 136, 0.2), 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.2), 0em 2.5em 0 0em rgba(136, 136, 136, 0.2), -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.2), -2.6em 0em 0 0em rgba(136, 136, 136, 0.2), -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.5), 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.7), 2.5em 0em 0 0em #888888, 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.2), 0em 2.5em 0 0em rgba(136, 136, 136, 0.2), -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.2), -2.6em 0em 0 0em rgba(136, 136, 136, 0.2), -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.2), 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.5), 2.5em 0em 0 0em rgba(136, 136, 136, 0.7), 1.75em 1.75em 0 0em #888888, 0em 2.5em 0 0em rgba(136, 136, 136, 0.2), -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.2), -2.6em 0em 0 0em rgba(136, 136, 136, 0.2), -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.2), 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2), 2.5em 0em 0 0em rgba(136, 136, 136, 0.5), 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.7), 0em 2.5em 0 0em #888888, -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.2), -2.6em 0em 0 0em rgba(136, 136, 136, 0.2), -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.2), 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2), 2.5em 0em 0 0em rgba(136, 136, 136, 0.2), 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.5), 0em 2.5em 0 0em rgba(136, 136, 136, 0.7), -1.8em 1.8em 0 0em #888888, -2.6em 0em 0 0em rgba(136, 136, 136, 0.2), -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.2), 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2), 2.5em 0em 0 0em rgba(136, 136, 136, 0.2), 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.2), 0em 2.5em 0 0em rgba(136, 136, 136, 0.5), -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.7), -2.6em 0em 0 0em #888888, -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.2), 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2), 2.5em 0em 0 0em rgba(136, 136, 136, 0.2), 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.2), 0em 2.5em 0 0em rgba(136, 136, 136, 0.2), -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.5), -2.6em 0em 0 0em rgba(136, 136, 136, 0.7), -1.8em -1.8em 0 0em #888888;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #888888, 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2), 2.5em 0em 0 0em rgba(136, 136, 136, 0.2), 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.2), 0em 2.5em 0 0em rgba(136, 136, 136, 0.2), -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.2), -2.6em 0em 0 0em rgba(136, 136, 136, 0.5), -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.7), 1.8em -1.8em 0 0em #888888, 2.5em 0em 0 0em rgba(136, 136, 136, 0.2), 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.2), 0em 2.5em 0 0em rgba(136, 136, 136, 0.2), -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.2), -2.6em 0em 0 0em rgba(136, 136, 136, 0.2), -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.5), 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.7), 2.5em 0em 0 0em #888888, 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.2), 0em 2.5em 0 0em rgba(136, 136, 136, 0.2), -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.2), -2.6em 0em 0 0em rgba(136, 136, 136, 0.2), -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.2), 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.5), 2.5em 0em 0 0em rgba(136, 136, 136, 0.7), 1.75em 1.75em 0 0em #888888, 0em 2.5em 0 0em rgba(136, 136, 136, 0.2), -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.2), -2.6em 0em 0 0em rgba(136, 136, 136, 0.2), -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.2), 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2), 2.5em 0em 0 0em rgba(136, 136, 136, 0.5), 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.7), 0em 2.5em 0 0em #888888, -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.2), -2.6em 0em 0 0em rgba(136, 136, 136, 0.2), -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.2), 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2), 2.5em 0em 0 0em rgba(136, 136, 136, 0.2), 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.5), 0em 2.5em 0 0em rgba(136, 136, 136, 0.7), -1.8em 1.8em 0 0em #888888, -2.6em 0em 0 0em rgba(136, 136, 136, 0.2), -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.2), 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2), 2.5em 0em 0 0em rgba(136, 136, 136, 0.2), 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.2), 0em 2.5em 0 0em rgba(136, 136, 136, 0.5), -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.7), -2.6em 0em 0 0em #888888, -1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(136, 136, 136, 0.2), 1.8em -1.8em 0 0em rgba(136, 136, 136, 0.2), 2.5em 0em 0 0em rgba(136, 136, 136, 0.2), 1.75em 1.75em 0 0em rgba(136, 136, 136, 0.2), 0em 2.5em 0 0em rgba(136, 136, 136, 0.2), -1.8em 1.8em 0 0em rgba(136, 136, 136, 0.5), -2.6em 0em 0 0em rgba(136, 136, 136, 0.7), -1.8em -1.8em 0 0em #888888;
  }
}
/* ***************************
o-graphBox
*************************** */
* + .o-graphBox {
  margin-top: 20px;
}

.o-graphBox__btns {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 -5px;
}

.o-graphBox__btns__item {
  padding: 0 5px;
}

.o-graphBox__btns__btn {
  padding: 5px 13px;
  border: 1px solid #ccc;
  font-size: 87.5%;
  line-height: 172%;
  color: #0c3484;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-graphBox__btns__btn {
    font-size: 100%;
    line-height: 172%;
  }
}
.o-graphBox__btns__btn--active {
  background: #3c5fa4;
  border-color: #3c5fa4;
  color: #fff;
  font-weight: 600;
}

/* ***************************
o-graphBox
*************************** */
.o-graphBar text {
  white-space: nowrap;
}
.o-graphBar .c3-axis-x text {
  font-weight: 600;
  fill: #333 !important;
}
.o-graphBar .c3-axis-y text {
  fill: #666 !important;
}
.o-graphBar .c3-chart-texts text {
  fill: #333 !important;
}
.o-graphBar .c3-grid line {
  stroke: #e6e6e6;
  stroke-dasharray: 0;
  stroke-width: calc(2 * 0.7);
}
.o-graphBar .tick line {
  display: none;
}
.o-graphBar .domain {
  stroke: #e6e6e6;
}
.o-graphBar .c3 svg {
  font-family: "ヒラギノ角ゴ Pro N", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif !important;
  -webkit-transform: scale(1.42857);
  -moz-transform: scale(1.42857);
  -ms-transform: scale(1.42857);
  -o-transform: scale(1.42857);
  transform: scale(1.42857);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

* + .o-graphBar {
  margin-top: 20px;
}

.o-graphBar__item {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.o-graphBar__item__inner {
  max-height: none !important;
}

.o-graphDonut .c3 svg {
  font-family: "ヒラギノ角ゴ Pro N", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif !important;
}
.o-graphDonut .c3-legend-item text {
  font-size: 91.66667%;
  line-height: 100%;
}
.o-graphDonut .c3-chart-arc text {
  fill: #333 !important;
  font-size: 150%;
  line-height: 100%;
  opacity: 1 !important;
}
.o-graphDonut .c3-chart-arc text.text-hide {
  opacity: 0 !important;
}
@media screen and (max-width: 767px) {
  .o-graphDonut .c3-chart-arc text {
    font-size: 120%;
    line-height: 100%;
  }
}
.o-graphDonut .c3-chart-arc.c3-focused .text-hide {
  opacity: 1 !important;
}
.o-graphDonut .c3-chart-arcs-title {
  font-size: 150%;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .o-graphDonut .c3-chart-arcs-title {
    font-size: 120%;
    line-height: 100%;
  }
}
.o-graphDonut .c3-target-copy path {
  fill: none;
}
.o-graphDonut .c3-focused ~ .c3-target-copy {
  opacity: 0 !important;
}
.o-graphDonut svg {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
@media screen and (max-width: 767px) {
  .o-graphDonut svg {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
}

* + .o-graphDonut {
  margin-top: 10px;
}

.o-graphDonut__item__inner {
  max-height: none !important;
  min-width: 350px;
}

/* ***************************
text
*************************** */
/*
size
--------------------------- */
.u-fsLarge {
  font-size: 125%;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .u-fsLarge {
    font-size: 128.57143%;
    line-height: 128%;
  }
}

.u-fsSmall {
  font-size: 81.25%;
  line-height: 154%;
}
@media screen and (max-width: 767px) {
  .u-fsSmall {
    font-size: 85.71429%;
    line-height: 150%;
  }
}

/*
color
--------------------------- */
.u-fcRed {
  color: #e60020;
}

.u-fcSkyblue {
  color: #009fd9;
}

.u-fcOrange {
  color: #e07a0d;
}

/*
weight
--------------------------- */
.u-fwBold {
  font-weight: bold;
}

.u-fwNormal {
  font-weight: normal;
}

/*
align
--------------------------- */
.u-alignLeft {
  text-align: left;
}

.u-alignCenter {
  text-align: center;
}

.u-alignRight {
  text-align: right;
}

.u-alignTop {
  vertical-align: top;
}

.u-alignMiddle {
  vertical-align: middle;
}

.u-aligneBottom {
  vertical-align: bottom;
}

/* ***************************
display
*************************** */
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none;
  }
}

/* ***************************
box
*************************** */
.u-boxLeft {
  margin-left: 0;
}

.u-boxRight {
  margin-right: 0;
}

.u-boxCenter {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .u-spBoxLeft {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .u-spBoxRigth {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .u-spBoxCenter {
    margin-right: auto;
    margin-left: auto;
  }
}

/* ***************************
margin
*************************** */
/*
top
--------------------------- */
.u-mt0 {
  margin-top: 0;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

/*
right
--------------------------- */
.u-mr0 {
  margin-right: 0;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr100 {
  margin-right: 100px;
}

/*
bottom
--------------------------- */
.u-mb0 {
  margin-bottom: 0;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

/*
left
--------------------------- */
.u-ml0 {
  margin-left: 0;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml100 {
  margin-left: 100px;
}

/* ***************************
padding
*************************** */
/*
top
--------------------------- */
.u-pt0 {
  padding-top: 0;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt100 {
  padding-top: 100px;
}

/*
right
--------------------------- */
.u-pr0 {
  padding-right: 0;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pr100 {
  padding-right: 100px;
}

/*
bottom
--------------------------- */
.u-pb0 {
  padding-bottom: 0;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb100 {
  padding-bottom: 100px;
}

/*
left
--------------------------- */
.u-pl0 {
  padding-left: 0;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pl100 {
  padding-left: 100px;
}
