@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;
}
main, 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;
}
select::-ms-expand {
  display: none;
}
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: #005f98;
  text-decoration: underline;
  -webkit-transition: color .2s;
  transition: color .2s;
}
a.visited, a:visited {
  color: #005f98;
}
a.hover, a:hover {
  text-decoration: underline;
  color: #e79c4c;
}
a.hover:before, a:hover:before {
  text-decoration: none;
}
a.hover {
  color: #005f98;
}
/* ***************************
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: 4px solid #3aa82d;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
    border-bottom-width: 2px;
  }
}
.l-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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
*************************** */
.o-logo {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .o-logo {
    max-width: 230px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 320px) {
  .o-logo {
    max-width: 180px;
  }
}
.o-logo a {
  display: block;
  padding: 4px 0;
  -webkit-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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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;
  box-sizing: border-box;
  -webkit-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__link--disable {
  background-color: #ececec;
  color: #9f9f9f;
  cursor: auto;
}
.o-listGnav__link--disable:hover {
  background-color: #ececec;
  color: #9f9f9f;
}
.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;
  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%);
  transform: translateX(-50%);
}
.o-listGnav__item:hover .o-listGnav__child, .o-listGnav__dropToggle:checked + .o-listGnav__child {
  display: block;
}
/*
o-listGnavChild
--------------------------- */
.o-listGnavChild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  padding: 20px 20px 29px;
}
.o-listGnavChild__item {
  width: 50%;
  padding: 7px 17px 0;
  -webkit-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__ttl {
  font-size: 137.5%;
  line-height: 128%;
  font-weight: 600;
  text-align: center;
}
.o-listGnavChild__ttl--trial, .o-listGnavChild__ttl--private {
  color: #009fd9;
}
.o-listGnavChild__ttl--support, .o-listGnavChild__ttl--public {
  color: #e07a0d;
}
.o-listGnavChild__btns {
  margin-top: 16px;
}
/* ***************************
o-spNav
*************************** */
.o-spNav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 100%;
  height: calc(100vh - 62px);
  height: calc(100% - 62px);
  top: 62px;
  left: 100%;
  -webkit-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-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  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);
  transform: rotate(45deg);
}
.o-spNav__text--disable {
  background: #ececec;
  color: #9f9f9f;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  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);
  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: #005f98;
  padding: 17px 10px 18px;
  -webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -2px;
}
.o-fsBtns__item {
  padding: 0 2px;
}
.o-fsBtns__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 1px 0;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.o-fsBtns__btn:hover, .o-fsBtns__btn--active {
  background: #005f98;
  border-color: #005f98;
  color: #fff;
}
.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;
  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;
  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);
  transform: rotate(-225deg);
}
.o-navToggleBtn--open:after {
  width: 0;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.o-navToggleBtn--open .o-navToggleBtn__inner:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* ***************************
o-linkList
*************************** */
@media screen and (max-width: 767px) {
  .o-hLinks {
    display: none;
  }
}
* + .o-hLinks {
  margin-top: 12px;
}
.o-hLinks__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.o-hLinks__link {
  font-size: 87.5%;
  line-height: 150%;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.o-hLinks__link:visited {
  color: #333;
}
.o-hLinks__link:hover {
  color: #e79c4c;
}
.o-hLinks__link: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;
  height: 10px;
  top: 0.75em;
  left: 4px;
  margin: -2px 0 0 9px;
  font-size: 11px;
  color: #333;
  vertical-align: middle;
}
/* ***************************
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;
  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);
  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-fLinks
*************************** */
.o-fLinks__head {
  margin: 0 0 20px;
  font-size: 125%;
  line-height: 120%;
  font-weight: bold;
}
/* ***************************
o-fAccordion
*************************** */
.o-fAccordion {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
* + .o-fAccordion {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  * + .o-fAccordion {
    margin-top: 30px;
  }
}
.o-fAccordion + .o-fAccordion {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .o-fAccordion + .o-fAccordion {
    margin-top: 25px;
  }
}
.o-fAccordion__head {
  margin: 0;
  padding: 0;
}
.o-fAccordion__head button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 44px;
  background: #ccc;
  font-size: 112.5%;
  line-height: 134%;
  color: #464646;
  font-weight: bold;
  text-align: left;
}
.o-fAccordion__head button:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #464646;
}
.o-fAccordion--open .o-fAccordion__head button:before {
  left: 16px;
  border-width: 12px 9px 0 9px;
  border-color: #464646 transparent transparent transparent;
}
.o-fAccordion__body {
  display: none;
  padding: 18px 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .o-fAccordion__body {
    padding: 15px 10px;
  }
}
/* ***************************
o-sMapBox
*************************** */
.o-sMapBox__head__link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 16px;
  font-weight: bold;
  vertical-align: top;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.o-sMapBox__head__link: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-sMapBox__head__link:before {
    top: 0.46154em;
  }
}
.o-sMapBox__head__link a {
  position: relative;
  text-decoration: none;
}
.o-sMapBox__head__link a:hover {
  text-decoration: underline;
}
.o-sMapBox__body {
  margin-top: 8px;
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  .o-sMapBox__body {
    padding-left: 0;
  }
}
.o-sMapBox__formLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .o-sMapBox__formLinks {
    margin: 15px 0 10px;
  }
}
.o-sMapBox__formLinks__ttl {
  margin-right: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .o-sMapBox__formLinks__ttl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .o-sMapBox__formLinks__list {
    width: 100%;
  }
}
.o-sMapBox__formLinks__list, .o-sMapBox__links {
  margin: -8px -56px 0 0;
  letter-spacing: -.4em;
}
@media screen and (max-width: 767px) {
  .o-sMapBox__formLinks__list, .o-sMapBox__links {
    margin: -5px 0 0;
  }
}
.o-sMapBox__formLinks__list li, .o-sMapBox__links li {
  position: relative;
  display: inline-block;
  margin: 8px 56px 0 0;
  padding-left: 16px;
  font-weight: bold;
  vertical-align: top;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-sMapBox__formLinks__list li, .o-sMapBox__links li {
    margin: 5px 0 0 0;
    width: 50%;
  }
}
.o-sMapBox__formLinks__list li:before, .o-sMapBox__links 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-sMapBox__formLinks__list li:before, .o-sMapBox__links li:before {
    top: 0.46154em;
  }
}
.o-sMapBox__formLinks__list li.is-nolink, .o-sMapBox__links li.is-nolink {
  color: #9f9f9f;
}
.o-sMapBox__formLinks__list li.is-nolink:before, .o-sMapBox__links li.is-nolink:before {
  color: #9f9f9f;
}
.o-sMapBox__formLinks__list a, .o-sMapBox__links a {
  position: relative;
  text-decoration: none;
}
.o-sMapBox__formLinks__list a:hover, .o-sMapBox__links a:hover {
  text-decoration: underline;
}
* + .o-sMapBox__links {
  margin-top: 0;
}
/* ***************************
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 {
  position: relative;
  margin: 0 0 17px;
  padding: 11px 15px 9px;
  background: #3aa82d;
  font-size: 156.25%;
  line-height: 120%;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .o-heading1 {
    margin: 0 0 14px;
    font-size: 171.42857%;
    line-height: 117%;
  }
}
.o-heading1--trial {
  background-color: #009fd9;
}
.o-heading1--special {
  background-color: #e07a0d;
}
.o-heading1--support {
  background-color: #e07a0d;
}
* + .o-heading1, * + .o-topH2 {
  margin-top: 60px;
}
.o-leadText + .o-heading1, .o-leadText + .o-topH2 {
  margin-top: 35px;
}
/* h2 */
.o-heading2 {
  position: relative;
  margin: 0 0 17px;
  padding: 15px 0 13px;
  border: solid #3aa82d;
  border-width: 2px 0;
  font-size: 137.5%;
  line-height: 119%;
  color: #3aa82d;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .o-heading2 {
    font-size: 157.14286%;
    line-height: 119%;
  }
}
.o-heading2--trial, .o-heading2--practice {
  border-color: #009fd9;
  color: #009fd9;
}
.o-heading2--special {
  border-color: #e07a0d;
  color: #e07a0d;
}
.o-heading2--support {
  border-color: #e07a0d;
  color: #e07a0d;
}
.o-heading2--public {
  border-color: #e07a0d;
  color: #e07a0d;
}
.o-heading2--private {
  border-color: #005f98;
  color: #005f98;
}
* + .o-heading2 {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  * + .o-heading2 {
    margin-top: 24px;
  }
}
.o-heading1 + .o-heading2 {
  margin-top: 26px;
}
/* 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: #3aa82d;
  border-radius: 3px;
}
.o-heading3--trial:before {
  background-color: #009fd9;
}
.o-heading3--special:before {
  background-color: #e07a0d;
}
.o-heading3--support:before {
  background-color: #e07a0d;
}
* + .o-heading3 {
  margin-top: 36px;
}
.o-heading2 + .o-heading3 {
  margin-top: 26px;
}
/* ***************************
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-infoHeading
*************************** */
.o-infoHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
* + .o-infoHeading {
  margin-top: 44px;
}
.o-heading1 + .o-infoHeading {
  margin-top: 25px;
}
.o-infoHeading + .o-heading2 {
  margin-top: 26px;
}
.o-infoHeading__inner {
  display: block;
  padding: 13px 15px 11px;
  background-color: #3aa82d;
  font-size: 137.5%;
  line-height: 119%;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .o-infoHeading__inner {
    font-size: 157.14286%;
    line-height: 119%;
  }
}
.o-infoHeading--public .o-infoHeading__inner {
  background-color: #e07a0d;
}
.o-infoHeading--private .o-infoHeading__inner {
  background-color: #005f98;
}
.o-infoHeading--blue .o-infoHeading__inner {
  background-color: #005f98;
}
.o-infoHeading--orange .o-infoHeading__inner {
  background-color: #e07a0d;
}
.o-infoHeading--red .o-infoHeading__inner {
  background-color: #e60020;
}
.o-infoHeading--gray .o-infoHeading__inner {
  background-color: #666;
}
/* ***************************
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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -27px -10px 0;
}
@media screen and (max-width: 767px) {
  .o-column__body {
    margin-top: -10px;
  }
}
.o-column__body--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-column__item {
  margin-top: 27px;
  padding: 0 10px;
  -webkit-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;
}
.o-column__item--width5bn {
  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;
}
.o-column__item--width7bn {
  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;
}
.o-column__item--single {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@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-column--video .o-column__body {
  margin-top: -40px;
}
.o-column--video .o-column__item {
  margin-top: 40px;
}
/* ***************************
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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-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;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-btnColumn__item {
    margin-top: 10px;
  }
}
.o-btnColumn__item:nth-child(1) {
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.o-btnColumn__item:nth-child(2) {
  -ms-order: 3;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.o-btnColumn__item:nth-child(3) {
  -ms-order: 2;
  -webkit-box-ordinal-group: 3;
  -ms-flex-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) {
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-aboutColumn__item {
    width: 100%;
  }
}
.o-aboutColumn__item + .o-aboutColumn__item {
  width: 300px;
  -ms-order: -1;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (max-width: 767px) {
  .o-aboutColumn__item + .o-aboutColumn__item {
    margin-bottom: 20px;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  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-shadowColumn
*************************** */
* + .o-shadowColumn {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  * + .o-shadowColumn {
    margin-top: 20px;
  }
}
.o-heading1 + .o-shadowColumn, .o-heading2 + .o-shadowColumn, .o-heading3 + .o-shadowColumn {
  margin-top: 13px;
}
.o-shadowColumn__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -18px -9px 0;
}
.o-shadowColumn__item {
  margin: 18px 0 0;
  padding: 0 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.o-shadowColumn__item--width1 {
  width: 8.33333333333% !important;
}
@media screen and (max-width: 767px) {
  .o-shadowColumn__item--width1 {
    width: 100% !important;
  }
}
.o-shadowColumn__item--width2 {
  width: 16.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .o-shadowColumn__item--width2 {
    width: 100% !important;
  }
}
.o-shadowColumn__item--width3 {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  .o-shadowColumn__item--width3 {
    width: 100% !important;
  }
}
.o-shadowColumn__item--width4 {
  width: 33.3333333333% !important;
}
@media screen and (max-width: 767px) {
  .o-shadowColumn__item--width4 {
    width: 100% !important;
  }
}
.o-shadowColumn__item--width5 {
  width: 41.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .o-shadowColumn__item--width5 {
    width: 100% !important;
  }
}
.o-shadowColumn__item--width6 {
  width: 50% !important;
}
@media screen and (max-width: 767px) {
  .o-shadowColumn__item--width6 {
    width: 100% !important;
  }
}
.o-shadowColumn__item--width7 {
  width: 58.3333333333% !important;
}
@media screen and (max-width: 767px) {
  .o-shadowColumn__item--width7 {
    width: 100% !important;
  }
}
.o-shadowColumn__item--width8 {
  width: 66.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .o-shadowColumn__item--width8 {
    width: 100% !important;
  }
}
.o-shadowColumn__item--width9 {
  width: 75% !important;
}
@media screen and (max-width: 767px) {
  .o-shadowColumn__item--width9 {
    width: 100% !important;
  }
}
.o-shadowColumn__item--width10 {
  width: 83.3333333333% !important;
}
@media screen and (max-width: 767px) {
  .o-shadowColumn__item--width10 {
    width: 100% !important;
  }
}
.o-shadowColumn__item--width11 {
  width: 91.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .o-shadowColumn__item--width11 {
    width: 100% !important;
  }
}
.o-shadowColumn__item--width12 {
  width: 100% !important;
}
.o-shadowColumn__panel {
  padding: 20px 20px 18px;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .o-shadowColumn__panel {
    padding: 15px 15px 12px;
  }
}
/* ***************************
o-topOrgNum
*************************** */
.o-topOrgNum {
  margin: 17px 0 0;
  padding: 17px 0 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .o-topOrgNum {
    margin-top: 16px;
    padding-top: 7px;
  }
}
/* ***************************
o-orgBox
*************************** */
.o-orgBox {
  padding: 24px 10px;
  padding: 9px 10px 14px;
  border: 4px solid #ececec;
}
@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: #e07a0d;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
  margin: auto;
  padding: 17px 25px 14px;
  background: #005f98;
  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;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
  margin: auto;
  padding: 17px 25px 14px;
  background: #005f98;
  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;
  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, .o-btn--private {
  background-color: #009fd9;
  border-bottom-color: #006f98;
}
.o-btn--support, .o-btn--public {
  background-color: #e07a0d;
  border-bottom-color: #a85700;
}
.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);
  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: #3aa82d;
  border-radius: 50%;
}
.o-list--trial li:before {
  background: #009fd9;
}
.o-list--support li:before {
  background: #e07a0d;
}
* + .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  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__ttl2 {
  width: 135px;
  padding-right: 10px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .o-defList__ttl2 {
    width: 100%;
  }
}
.o-defList__desc2 {
  width: calc(100% - 135px);
}
@media screen and (max-width: 767px) {
  .o-defList__desc2 {
    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-defList__label {
  display: inline-block;
  padding: 3px 9px;
  background: #ccc;
  font-size: 93.75%;
  line-height: 160%;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.o-defList__label--knowhow {
  background-color: #2870b8;
}
.o-defList__label--space {
  background-color: #5cb828;
}
.o-defList__label--soft {
  background-color: #b88828;
}
.o-defList__label--workation {
  background-color: #b82832;
}
/* ***************************
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.75em;
  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;
  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;
  box-sizing: border-box;
}
.o-iframeMap__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
/* ***************************
o-anchorLinks
*************************** */
* + .o-anchorLinks {
  margin-top: 24px;
}
.o-anchorLinks__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -10px 0;
}
.o-anchorLinks__item {
  margin: 15px 0 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.o-anchorLinks__item--width1 {
  width: 8.33333%;
}
@media screen and (max-width: 767px) {
  .o-anchorLinks__item--width1 {
    width: 100%;
  }
}
.o-anchorLinks__item--width2 {
  width: 16.66667%;
}
@media screen and (max-width: 767px) {
  .o-anchorLinks__item--width2 {
    width: 100%;
  }
}
.o-anchorLinks__item--width3 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .o-anchorLinks__item--width3 {
    width: 100%;
  }
}
.o-anchorLinks__item--width4 {
  width: 33.33333%;
}
@media screen and (max-width: 767px) {
  .o-anchorLinks__item--width4 {
    width: 100%;
  }
}
.o-anchorLinks__item--width5 {
  width: 41.66667%;
}
@media screen and (max-width: 767px) {
  .o-anchorLinks__item--width5 {
    width: 100%;
  }
}
.o-anchorLinks__item--width6 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .o-anchorLinks__item--width6 {
    width: 100%;
  }
}
.o-anchorLinks__item--width7 {
  width: 58.33333%;
}
@media screen and (max-width: 767px) {
  .o-anchorLinks__item--width7 {
    width: 100%;
  }
}
.o-anchorLinks__item--width8 {
  width: 66.66667%;
}
@media screen and (max-width: 767px) {
  .o-anchorLinks__item--width8 {
    width: 100%;
  }
}
.o-anchorLinks__item--width9 {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .o-anchorLinks__item--width9 {
    width: 100%;
  }
}
.o-anchorLinks__item--width10 {
  width: 83.33333%;
}
@media screen and (max-width: 767px) {
  .o-anchorLinks__item--width10 {
    width: 100%;
  }
}
.o-anchorLinks__item--width11 {
  width: 91.66667%;
}
@media screen and (max-width: 767px) {
  .o-anchorLinks__item--width11 {
    width: 100%;
  }
}
.o-anchorLinks__item--width12 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .o-anchorLinks__item--width12 {
    width: 100%;
  }
}
.o-anchorLinks__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 14px 30px 14px;
  border: 2px solid #005f98;
  font-size: 100%;
  line-height: 150%;
  color: #005f98;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
}
.o-anchorLinks__btn:visited, .o-anchorLinks__btn:focus, .o-anchorLinks__btn:hover {
  color: #005f98;
  text-decoration: none;
}
.o-anchorLinks__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: 17px;
  margin: auto;
  font-size: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.o-anchorLinks__btn span {
  display: inline-block;
}
html:not(.mobile) .o-anchorLinks__btn:hover, .o-anchorLinks__btn.hover {
  background: #005f98;
  color: #fff;
}
.o-anchorLinks__btnB {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 14px 30px 14px;
  border: 2px solid #e07a0d;
  font-size: 100%;
  line-height: 150%;
  color: #e07a0d;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
}
.o-anchorLinks__btnB:visited, .o-anchorLinks__btnB:focus, .o-anchorLinks__btnB:hover {
  color: #e07a0d;
  text-decoration: none;
}
.o-anchorLinks__btnB: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: 17px;
  margin: auto;
  font-size: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.o-anchorLinks__btnB span {
  display: inline-block;
}
html:not(.mobile) .o-anchorLinks__btnB:hover, .o-anchorLinks__btnB.hover {
  background: #e07a0d;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .forPC {
    display: none;
  }
}
/* ***************************
o-anchorLinks2
*************************** */
* + .o-anchorLinks2 {
  margin-top: 20px;
}
.o-anchorLinks2__body {
  margin: -12px -6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-anchorLinks2__item {
  margin: 12px 0 0;
  padding: 0 6px;
}
.o-anchorLinks2__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6px 14px 6px 10px;
  border: 2px solid #005f98;
  font-size: 100%;
  line-height: 150%;
  color: #005f98;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
}
@media screen and (max-width: 767px) {
  .o-anchorLinks2__link {
    font-size: 114.28571%;
    line-height: 150%;
  }
}
.o-anchorLinks2__link:visited, .o-anchorLinks2__link:focus, .o-anchorLinks2__link:hover {
  color: #005f98;
  text-decoration: none;
}
.o-anchorLinks2__link: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: "\e901";
  display: inline-block;
  height: 15px;
  margin-left: 10px;
  font-size: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.o-anchorLinks2__link--orange {
  border-color: #e07a0d;
  color: #e07a0d;
}
.o-anchorLinks2__link--orange:visited, .o-anchorLinks2__link--orange:focus, .o-anchorLinks2__link--orange:hover {
  color: #e07a0d;
}
.o-anchorLinks2__link--green {
  border-color: #3aa82d;
  color: #3aa82d;
}
.o-anchorLinks2__link--green:visited, .o-anchorLinks2__link--green:focus, .o-anchorLinks2__link--green:hover {
  color: #3aa82d;
}
.o-anchorLinks2__link--red {
  border-color: #e60020;
  color: #e60020;
}
.o-anchorLinks2__link--red:visited, .o-anchorLinks2__link--red:focus, .o-anchorLinks2__link--red:hover {
  color: #e60020;
}
.o-anchorLinks2__link--gray {
  border-color: #666;
  color: #666;
}
.o-anchorLinks2__link--gray:visited, .o-anchorLinks2__link--gray:focus, .o-anchorLinks2__link--gray:hover {
  color: #666;
}
html:not(.mobile) .o-anchorLinks2__link:hover, .o-anchorLinks2__link.hover {
  background: #005f98;
  color: #fff;
}
html:not(.mobile) .o-anchorLinks2__link--orange:hover, .o-anchorLinks2__link--orange.hover {
  background: #e07a0d;
}
html:not(.mobile) .o-anchorLinks2__link--green:hover, .o-anchorLinks2__link--green.hover {
  background: #3aa82d;
}
html:not(.mobile) .o-anchorLinks2__link--red:hover, .o-anchorLinks2__link--red.hover {
  background: #e60020;
}
html:not(.mobile) .o-anchorLinks2__link--gray:hover, .o-anchorLinks2__link--gray.hover {
  background: #666;
}
/* ***************************
o-categoryLinks
*************************** */
* + .o-categoryLinks {
  margin-top: 35px;
}
.o-categoryLinks__body {
  margin: -18px -9px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-categoryLinks__item {
  margin: 19px 0 0;
  padding: 0 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.o-categoryLinks__item--width1 {
  width: 8.33333%;
}
@media screen and (max-width: 767px) {
  .o-categoryLinks__item--width1 {
    width: 100%;
  }
}
.o-categoryLinks__item--width2 {
  width: 16.66667%;
}
@media screen and (max-width: 767px) {
  .o-categoryLinks__item--width2 {
    width: 100%;
  }
}
.o-categoryLinks__item--width3 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .o-categoryLinks__item--width3 {
    width: 100%;
  }
}
.o-categoryLinks__item--width4 {
  width: 33.33333%;
}
@media screen and (max-width: 767px) {
  .o-categoryLinks__item--width4 {
    width: 100%;
  }
}
.o-categoryLinks__item--width5 {
  width: 41.66667%;
}
@media screen and (max-width: 767px) {
  .o-categoryLinks__item--width5 {
    width: 100%;
  }
}
.o-categoryLinks__item--width6 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .o-categoryLinks__item--width6 {
    width: 100%;
  }
}
.o-categoryLinks__item--width7 {
  width: 58.33333%;
}
@media screen and (max-width: 767px) {
  .o-categoryLinks__item--width7 {
    width: 100%;
  }
}
.o-categoryLinks__item--width8 {
  width: 66.66667%;
}
@media screen and (max-width: 767px) {
  .o-categoryLinks__item--width8 {
    width: 100%;
  }
}
.o-categoryLinks__item--width9 {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .o-categoryLinks__item--width9 {
    width: 100%;
  }
}
.o-categoryLinks__item--width10 {
  width: 83.33333%;
}
@media screen and (max-width: 767px) {
  .o-categoryLinks__item--width10 {
    width: 100%;
  }
}
.o-categoryLinks__item--width11 {
  width: 91.66667%;
}
@media screen and (max-width: 767px) {
  .o-categoryLinks__item--width11 {
    width: 100%;
  }
}
/* ***************************
o-categoryLink
*************************** */
.o-categoryLink {
  display: block;
  border: 5px solid;
  text-decoration: none;
  color: #333;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s;
}
.o-categoryLink:visited {
  color: #333;
}
.o-categoryLink:hover {
  color: #333;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.o-categoryLink--public {
  border-color: #e07a0d;
}
.o-categoryLink--private {
  border-color: #009fd9;
}
.o-categoryLink__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 27px;
  padding-right: 30px;
  padding-bottom: 29px;
  padding-left: 30px;
}
.o-categoryLink__ttl {
  max-width: 100%;
  font-size: 125%;
  line-height: 150%;
  font-weight: bold;
}
.o-categoryLink--public .o-categoryLink__ttl {
  color: #e07a0d;
}
.o-categoryLink--private .o-categoryLink__ttl {
  color: #009fd9;
}
.o-categoryLink__desc {
  max-width: 100%;
  margin-top: 14px;
}
.o-categoryLink__arrow {
  position: relative;
  max-width: 100%;
  margin-top: 20px;
  font-size: 87.5%;
  line-height: 150%;
  font-weight: bold;
}
.o-categoryLink__arrow: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;
  height: 14px;
  margin: -4px 0 0 6px;
  font-size: 14px;
  vertical-align: middle;
}
/* ***************************
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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  bottom: 6px;
}
@media screen and (max-width: 767px) {
  .o-mainVisual__btns {
    bottom: 0px;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.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;
  border-radius: 50%;
  -webkit-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;
}
@media screen and (max-width: 767px) {
  .o-fbTimeline__inner {
    margin-bottom: 5px;
  }
}
/* ***************************
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;
  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%);
  transform: translateY(-50%);
  -webkit-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;
  border-radius: 50%;
  -webkit-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);
  transform: rotate(-45deg);
}
.o-videoModal__close__btn:after {
  -webkit-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-videoItem
*************************** */
.o-videoItem__ttl {
  font-weight: bold;
  font-size: 112.5%;
  line-height: 150%;
}
* + .o-videoItem__ttl {
  margin-top: 12px;
}
.o-videoItem__desc {
  letter-spacing: -0.34em;
}
* + .o-videoItem__desc {
  margin-top: 6px;
}
.o-videoItem__desc + .o-videoItem__desc {
  margin-top: 6px;
}
.o-videoItem__desc__label {
  display: inline;
  letter-spacing: normal;
}
.o-videoItem__desc__label:after {
  content: "：";
}
.o-videoItem__desc__text {
  display: inline;
  letter-spacing: normal;
}
/* ***************************
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 #005f98;
}
.o-searchForm__head button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 50px 11px 23px;
  background: #005f98;
  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);
  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);
  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: #005f98;
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: #005f98;
  border-color: #005f98;
  font-weight: 600;
  color: #fff;
}
.o-formList__btn__text--selected {
  cursor: auto;
}
/* ***************************
o-locAccordion
*************************** */
.o-locAccordion__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .o-locAccordion__top {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    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;
  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);
  transform: rotate(-90deg);
  vertical-align: middle;
}
.o-locAccordion__btn--open button:after {
  margin-top: 0;
  -webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .o-locList {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .o-formInfo {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  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;
}
.o-searchResult__sort__item:first-child {
  padding: 0 15px 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;
  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: #005f98;
  border-color: #005f98;
  color: #fff;
  font-weight: 600;
}
.o-searchResult__sort__select {
  position: relative;
}
.o-searchResult__sort__select:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: -4px;
  right: 13px;
  bottom: 0;
  margin: auto;
  border: solid #005f98;
  border-width: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.o-searchResult__sort__select select {
  min-width: 110px;
  min-height: 36px;
  padding: 0 30px 0 13px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 87.5%;
  line-height: 172%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .o-searchResult__sort__select select {
    font-size: 100%;
    line-height: 172%;
  }
}
* + .o-searchResult__body {
  margin-top: 39px;
}
/* ***************************
o-resultList
*************************** */
.o-resultList {
  overflow: hidden;
}
.o-resultList + .o-resultList {
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .o-resultList + .o-resultList {
    margin-top: 39px;
  }
}
.o-resultList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  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-resultList__supportList {
  margin-top: 26px;
}
.o-resultList__supportItem {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .o-resultList__supportItem {
    padding: 0;
  }
}
.o-resultList__supportItem + .o-resultList__supportItem {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}
/* ***************************
o-orgItem
*************************** */
.o-orgItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: center;
}
.o-orgItem__img img {
  max-height: 70px;
}
/* ***************************
o-orgItemIE
*************************** */
.o-orgItemIE__link {
  display: table;
  width: 100%;
  border: 2px solid #3aa82d;
  color: #3aa82d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.o-orgItemIE__link:visited {
  color: #3aa82d;
}
.o-orgItemIE__link:hover {
  color: #3aa82d;
  text-decoration: none;
}
.o-orgItemIE--trial .o-orgItemIE__link {
  border-color: #009fd9;
  color: #009fd9;
}
.o-orgItemIE--trial .o-orgItemIE__link:visited {
  color: #009fd9;
}
.o-orgItemIE--trial .o-orgItemIE__link:hover {
  color: #009fd9;
  text-decoration: none;
}
.o-orgItemIE--support .o-orgItemIE__link {
  border-color: #e07a0d;
  color: #e07a0d;
}
.o-orgItemIE--support .o-orgItemIE__link:visited {
  color: #e07a0d;
}
.o-orgItemIE--support .o-orgItemIE__link:hover {
  color: #e07a0d;
  text-decoration: none;
}
.o-orgItemIE__ttl {
  display: table-cell;
  height: 100px;
  padding: 6px 10px 4px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ***************************
o-supportItem
*************************** */
.o-supportItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.o-supportItem__service + .o-supportItem__service {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .o-supportItem__service + .o-supportItem__service {
    margin-top: 16px;
  }
}
.o-supportItem__left {
  width: 237px;
}
@media screen and (max-width: 767px) {
  .o-supportItem__left {
    width: 100%;
  }
}
.o-supportItem__right {
  width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
  .o-supportItem__right {
    width: 100%;
    margin-top: 16px;
  }
}
.o-supportItem__img a {
  display: block;
  text-align: center;
}
.o-supportItem__img img {
  max-height: 110px;
}
.o-supportItem__ttl {
  margin-top: 9px;
  text-align: center;
}
/* ***************************
o-serviceItem
*************************** */
.o-serviceItem__ttl {
  position: relative;
  margin: 0 0 16px;
  padding-left: 16px;
  font-size: 125%;
  line-height: 160%;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .o-serviceItem__ttl {
    font-size: 142.85714%;
    line-height: 160%;
  }
}
.o-serviceItem__ttl:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 1.1em;
  top: 5px;
  left: 0;
  background: #e07a0d;
  border-radius: 3px;
}
.o-serviceItem__ttl__body {
  margin-right: 28px;
}
.o-serviceItem__ttl__label {
  display: inline-block;
  margin: -4px 0 0 -16px;
  padding: 3px 9px;
  background: #ccc;
  font-size: 75%;
  line-height: 160%;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.o-serviceItem__ttl__label--knowhow {
  background-color: #2870b8;
}
.o-serviceItem__ttl__label--space {
  background-color: #5cb828;
}
.o-serviceItem__ttl__label--soft {
  background-color: #b88828;
}
.o-serviceItem__ttl__label--workation {
  background-color: #b82832;
}
.o-serviceItem__desc {
  margin-top: 16px;
}
.o-serviceItem__link {
  margin-top: 16px;
}
.o-serviceItem__link + .o-serviceItem__link {
  margin-top: 5px;
}
/* ***************************
o-supportType
*************************** */
.o-supportType {
  margin: 0 0 39px;
  padding: 0 20px;
  background: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  border-bottom: 2px solid #666;
}
.o-supportType__body {
  display: table;
  width: 100%;
}
.o-supportType__item {
  display: table-cell;
  min-width: 100px;
  height: 43px;
  padding: 0 3px;
  vertical-align: top;
}
.o-supportType__btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 10px;
  background: #fff;
  border-top: 6px solid #fff;
  font-size: 75%;
  line-height: 150%;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .o-supportType__btn {
    padding: 8px 10px;
    border: none;
    font-size: 75%;
    line-height: 134%;
  }
}
.o-supportType__btn--active {
  color: #fff;
  padding: 9px 10px 15px;
}
@media screen and (max-width: 767px) {
  .o-supportType__btn--active {
    padding: 8px 10px;
  }
}
.o-supportType__btn--all {
  background-color: #D6D6D6;
}
.o-supportType__btn--active.o-supportType__btn--all {
  border-color: #666;
  background-color: #666;
}
.o-supportType__btn--knowhow {
  background-color: #A7DBFF;
}
.o-supportType__btn--active.o-supportType__btn--knowhow {
  border-color: #2870b8;
  background-color: #2870b8;
}
.o-supportType__btn--space {
  background-color: #97D176;
}
.o-supportType__btn--active.o-supportType__btn--space {
  border-color: #5cb828;
  background-color: #5cb828;
}
.o-supportType__btn--soft {
  background-color: #E3C18F;
}
.o-supportType__btn--active.o-supportType__btn--soft {
  border-color: #b88828;
  background-color: #b88828;
}
.o-supportType__btn--workation {
  background-color: #E19992;
}
.o-supportType__btn--active.o-supportType__btn--workation {
  border-color: #b82832;
  background-color: #b82832;
}
.o-supportType__btn span {
  font-size: 125%;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .o-supportType__btn span {
    font-size: 116.66667%;
    line-height: 115%;
  }
}
/* ***************************
o-searchDetail
*************************** */
.o-searchDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  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;
  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);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-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);
    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% {
    -webkit-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);
    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% {
    -webkit-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);
    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% {
    -webkit-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);
    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% {
    -webkit-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);
    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% {
    -webkit-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);
    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% {
    -webkit-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);
    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% {
    -webkit-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;
    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% {
    -webkit-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);
    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% {
    -webkit-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);
    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% {
    -webkit-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);
    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% {
    -webkit-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);
    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% {
    -webkit-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);
    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% {
    -webkit-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);
    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% {
    -webkit-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);
    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% {
    -webkit-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;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: 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: #005f98;
  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: #005f98;
  border-color: #005f98;
  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);
  transform: scale(1.42857);
  -webkit-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;
  transform-origin: center top;
}
@media screen and (max-width: 767px) {
  .o-graphDonut svg {
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}
* + .o-graphDonut {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .o-graphDonut__item {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.o-graphDonut__item__inner {
  max-height: none !important;
  min-width: 350px;
}
/* ***************************
o-dateCalendar
*************************** */
* + .o-dateCalendar {
  margin-top: 25px;
}
.o-dateCalendar__item {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.o-dateCalendar__table {
  width: 100%;
  min-width: 700px;
  table-layout: fixed;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}
.o-dateCalendar__table th, .o-dateCalendar__table td {
  background: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}
.o-dateCalendar__table th:first-child, .o-dateCalendar__table th.is-holiday, .o-dateCalendar__table td:first-child, .o-dateCalendar__table td.is-holiday {
  background-color: #ffebec;
}
.o-dateCalendar__table th:last-child, .o-dateCalendar__table td:last-child {
  background-color: #e7f6f9;
}
.o-dateCalendar__table th.is-barTop, .o-dateCalendar__table td.is-barTop {
  border-top: 2px solid #5d858f;
}
.o-dateCalendar__table th.is-barLeft, .o-dateCalendar__table td.is-barLeft {
  border-left: 2px solid #5d858f;
}
.o-dateCalendar__table thead th {
  padding: 3px 5px;
  font-weight: bold;
}
.o-dateCalendar__table tbody td {
  padding: 15px 5px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .o-dateCalendar__table tbody td {
    padding: 7px 5px;
  }
}
.o-dateCalendar__table tbody td > span {
  display: block;
  font-size: 75%;
  line-height: 184%;
}
@media screen and (max-width: 767px) {
  .o-dateCalendar__table tbody td > span {
    font-size: 85.71429%;
    line-height: 184%;
  }
}
.o-dateCalendar__table tbody td > span[data-date] {
  margin-top: 8px;
  font-size: 137.5%;
  line-height: 110%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .o-dateCalendar__table tbody td > span[data-date] {
    margin-top: 5px;
    font-size: 128.57143%;
    line-height: 123%;
  }
}
.o-dateCalendar__table tbody td > span[data-date].is-red {
  color: #e60020;
}
.o-dateCalendar__table tbody td > span[data-date] span {
  margin-left: 4px;
  font-size: 72.72727%;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .o-dateCalendar__table tbody td > span[data-date] span {
    font-size: 77.77778%;
    line-height: 158%;
  }
}
/* ***************************
o-dataMap
*************************** */
.o-dataMap {
  position: relative;
  padding: 60px 0 0;
}
@media screen and (max-width: 860px) {
  .o-dataMap {
    padding: 0;
  }
}
* + .o-dataMap {
  margin-top: 20px;
}
@media screen and (min-width: 861px) {
  .o-dataMap__legend {
    position: absolute;
    width: 400px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 860px) {
  .o-dataMap__legend {
    margin: 20px 0 0;
  }
}
.o-dataMap__inner {
  padding: 20px 30px 30px;
  background: #fff;
  border: 1px solid #ccc;
}
@media screen and (max-width: 860px) {
  .o-dataMap__inner {
    padding: 20px 15px 20px;
  }
}
.o-dataMap__head {
  margin: 0 0 20px;
  font-size: 125%;
  line-height: 120%;
  font-weight: bold;
  text-align: center;
}
.o-dataMap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}
.o-dataMap__list__item {
  width: 50%;
  margin: 10px 0 0;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .o-dataMap__list__item {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .o-dataMap__list__item {
    width: 33.33%;
  }
}
@media screen and (min-width: 861px) {
  .o-dataMap__list__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .o-dataMap__list__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .o-dataMap__list__item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .o-dataMap__list__item:nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .o-dataMap__list__item:nth-child(5) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .o-dataMap__list__item:nth-child(6) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .o-dataMap__list__item:nth-child(7) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .o-dataMap__list__item:nth-child(8) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .o-dataMap__list__item:nth-child(9) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .o-dataMap__list__item:nth-child(10) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .o-dataMap__list__item:nth-child(11) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .o-dataMap__list__item:nth-child(12) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .o-dataMap__list__item:nth-child(13) {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .o-dataMap__list__item:nth-child(14) {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
}
.o-dataMap__list__btn {
  display: block;
  width: 100%;
  padding: 8px 10px 7px;
  background: #ececec;
  border: 1px solid #ececec;
  font-size: 87.5%;
  line-height: 129%;
  text-align: center;
  color: #9f9f9f;
}
@media screen and (max-width: 860px) {
  .o-dataMap__list__btn {
    padding: 9px 5px 7px;
    font-size: 85.71429%;
    line-height: 150%;
  }
}
.o-dataMap__list__btn[data-min="over"].o-dataMap__list__btn--active {
  background-color: #ac1014;
  color: #fff;
}
.o-dataMap__list__btn[data-min="499"].o-dataMap__list__btn--active {
  background-color: #d01217;
  color: #fff;
}
.o-dataMap__list__btn[data-min="199"].o-dataMap__list__btn--active {
  background-color: #ee3a3e;
  color: #fff;
}
.o-dataMap__list__btn[data-min="174"].o-dataMap__list__btn--active {
  background-color: #f15d61;
  color: #fff;
}
.o-dataMap__list__btn[data-min="149"].o-dataMap__list__btn--active {
  background-color: #f48083;
  color: #fff;
}
.o-dataMap__list__btn[data-min="124"].o-dataMap__list__btn--active {
  background-color: #f7a3a5;
  color: #333;
}
.o-dataMap__list__btn[data-min="99"].o-dataMap__list__btn--active {
  background-color: #fbcdce;
  color: #333;
}
.o-dataMap__list__btn[data-min="74"].o-dataMap__list__btn--active {
  background-color: #bfc8f3;
  color: #333;
}
.o-dataMap__list__btn[data-min="49"].o-dataMap__list__btn--active {
  background-color: #8a98ea;
  color: #fff;
}
.o-dataMap__list__btn[data-min="39"].o-dataMap__list__btn--active {
  background-color: #4359dd;
  color: #fff;
}
.o-dataMap__list__btn[data-min="29"].o-dataMap__list__btn--active {
  background-color: #2841d8;
  color: #fff;
}
.o-dataMap__list__btn[data-min="19"].o-dataMap__list__btn--active {
  background-color: #1e31a6;
  color: #fff;
}
.o-dataMap__list__btn[data-min="9"].o-dataMap__list__btn--active {
  background-color: #13206b;
  color: #fff;
}
.o-dataMap__list__btn[data-min="0"].o-dataMap__list__btn--active {
  background-color: #fff;
  color: #333;
}
.o-dataMap__all, .o-dataMap__reset {
  display: block;
  width: 100%;
  padding: 8px 10px 7px;
  border: 1px solid #ccc;
  font-size: 100%;
  line-height: 125%;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .o-dataMap__all, .o-dataMap__reset {
    padding: 9px 5px 7px;
    font-size: 100%;
    line-height: 143%;
  }
}
.o-dataMap__all {
  margin: 20px 0 0;
  background: #005f98;
  color: #fff;
}
.o-dataMap__reset {
  margin: 15px 0 0;
  background: #fafafa;
}
.o-dataMap__body {
  max-width: 800px;
  margin: auto;
}
.o-dataMap__map {
  position: relative;
  padding: 95.79969% 0 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.o-dataMap__map svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  vertical-align: top;
}
.o-dataMap__map svg g[data-group] > path:nth-child(1) {
  fill: #fff;
  stroke: #000;
  stroke-width: .567;
}
.o-dataMap__map svg g[data-group] > path:nth-child(2) {
  fill: #333;
}
.o-dataMap__map svg g[data-group] > a path {
  fill: rgba(0, 0, 0, 0);
  stroke: #0068B7;
  stroke-width: 2.835;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.o-dataMap__map svg g[data-group].is-data-over > path:nth-child(1) {
  fill: #ac1014;
}
.o-dataMap__map svg g[data-group].is-data-over > path:nth-child(2) {
  fill: #fff;
}
.o-dataMap__map svg g[data-group].is-data-499 > path:nth-child(1) {
  fill: #d01217;
}
.o-dataMap__map svg g[data-group].is-data-499 > path:nth-child(2) {
  fill: #fff;
}
.o-dataMap__map svg g[data-group].is-data-199 > path:nth-child(1) {
  fill: #ee3a3e;
}
.o-dataMap__map svg g[data-group].is-data-199 > path:nth-child(2) {
  fill: #fff;
}
.o-dataMap__map svg g[data-group].is-data-174 > path:nth-child(1) {
  fill: #f15d61;
}
.o-dataMap__map svg g[data-group].is-data-174 > path:nth-child(2) {
  fill: #fff;
}
.o-dataMap__map svg g[data-group].is-data-149 > path:nth-child(1) {
  fill: #f48083;
}
.o-dataMap__map svg g[data-group].is-data-149 > path:nth-child(2) {
  fill: #fff;
}
.o-dataMap__map svg g[data-group].is-data-124 > path:nth-child(1) {
  fill: #f7a3a5;
}
.o-dataMap__map svg g[data-group].is-data-124 > path:nth-child(2) {
  fill: #333;
}
.o-dataMap__map svg g[data-group].is-data-99 > path:nth-child(1) {
  fill: #fbcdce;
}
.o-dataMap__map svg g[data-group].is-data-99 > path:nth-child(2) {
  fill: #333;
}
.o-dataMap__map svg g[data-group].is-data-74 > path:nth-child(1) {
  fill: #bfc8f3;
}
.o-dataMap__map svg g[data-group].is-data-74 > path:nth-child(2) {
  fill: #333;
}
.o-dataMap__map svg g[data-group].is-data-49 > path:nth-child(1) {
  fill: #8a98ea;
}
.o-dataMap__map svg g[data-group].is-data-49 > path:nth-child(2) {
  fill: #fff;
}
.o-dataMap__map svg g[data-group].is-data-39 > path:nth-child(1) {
  fill: #4359dd;
}
.o-dataMap__map svg g[data-group].is-data-39 > path:nth-child(2) {
  fill: #fff;
}
.o-dataMap__map svg g[data-group].is-data-29 > path:nth-child(1) {
  fill: #2841d8;
}
.o-dataMap__map svg g[data-group].is-data-29 > path:nth-child(2) {
  fill: #fff;
}
.o-dataMap__map svg g[data-group].is-data-19 > path:nth-child(1) {
  fill: #1e31a6;
}
.o-dataMap__map svg g[data-group].is-data-19 > path:nth-child(2) {
  fill: #fff;
}
.o-dataMap__map svg g[data-group].is-data-9 > path:nth-child(1) {
  fill: #13206b;
}
.o-dataMap__map svg g[data-group].is-data-9 > path:nth-child(2) {
  fill: #fff;
}
.o-dataMap__map svg g[data-group].is-data-0 > path:nth-child(1) {
  fill: #fff;
}
.o-dataMap__map svg g[data-group].is-data-0 > path:nth-child(2) {
  fill: #333;
}
.o-dataMap__map svg g[data-group].is-filter > path:nth-child(1) {
  fill: #fff !important;
}
.o-dataMap__map svg g[data-group].is-filter > path:nth-child(2) {
  fill: #333 !important;
}
.o-dataMap__map svg g[data-group].is-filter a {
  cursor: default;
}
.o-dataMap__tooltip {
  position: absolute;
  visibility: hidden;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 87.5%;
  line-height: 129%;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .o-dataMap__tooltip {
    font-size: 85.71429%;
    line-height: 150%;
  }
}
/* ***************************
case
*************************** */
.o-heading2 {
	clear: both;
}
.caseListArea {
  margin-top: 45px;
}
.caseListArea ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.caseListArea li {
  width: 31.5%;
  margin-bottom: 5%;
}
.caseListArea a {
  display: block;
  text-decoration: none;
  background-color: #F2F2F2;
  padding: 20px 10px 10px;
  transition: opacity .2s;
}
.caseListArea a:hover {
  opacity: 0.7;
}
.caseListInner {
  position: relative;
  padding-bottom: 45px;
}
.caseListHead {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
}
.caseListName {
  width: calc(100% - 90px);
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 5px;
}
.caseListLocation {
  width: 60px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #3AA82D;
}
.caseListTitle {
  color: #3AA82D;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.5;
}
.caseListDetails {
  color: #333333;
  font-size: 14px;
  margin-top: 10px;
}
.caseLink__arrow {
  max-width: 100%;
  margin-top: 10px;
  line-height: 150%;
  font-weight: bold;
  border-top: solid 1px #005F98;
  padding-top: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: right;
}
.caseLink__arrow:after {
  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;
  height: 14px;
  margin: -4px 0 0 6px;
  font-size: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .caseListArea li {
    width: 100%;
    margin-bottom: 5%;
  }
}
.caseArticleHeader {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.caseArticleHeadText {
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 37.5%;
  background-color: #39A72C;
}
.caseArticleHeadText h1 {
  margin: 40px 30px 0;
  color: #fff;
  font-size: 2.1vw;
  font-weight: bold;
  line-height: 1.5;
}
.caseArticletextInner {
  bottom: 20px;
  right: 30px;
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
}
.caseArticleLocation {
  color: #39A72C;
  font-size: 1.5vw;
  background-color: #fff;
  padding: 5px 10px;
  width: 70px;
  text-align: center;
  margin-right: 30px;
}
.caseArticleName {
  color: #fff;
  font-weight: bold;
  font-size: 1.8vw;
  text-align: right;
  padding: 15px 30px 25px;
}
.caseArticleHeadImage {
  width: 62.5%;
}
.caseArticlemainName {
  color: #3aa82d;
  font-weight: bold;
}
.caseArticlePoint {
  position: relative;
  margin: 70px 0 50px;
  padding: 20px 20px 18px;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.caseArticlePoint h2 {
  position: absolute;
  background-color: #39A72C;
  color: #fff;
  width: 90px;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
  top: -20px;
  left: calc(50% - 45px);
}
.caseArticlePoint .o-list {
  margin-bottom: 15px;
  color: #3aa82d;
}
.caseArticleCaption {
  margin-bottom: 20px;
}
.caseArticleCaption p {
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  margin: 5px 0 10px 0;
}
.flortR {
  float: right;
  margin: 5px 0 0 30px;
}
.flortL {
  float: left;
  margin: 5px 30px 0 0;
}
.layoutBox {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box2-1 {
  width: 50%;
}
.box3-1 {
  width: 33%;
}
.box3-2 {
  width: 66%;
}

.box3-2c {
  width: 66%;
	margin: 20px auto;
}
.caseArticleInfo {
	margin: 80px 0;
	padding: 30px;
	background-color: #F2F2F2;
}
.caseArticleInfoTitle {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.caseArticleInfoText {
	width: 56%;
}
.caseArticleInfoImage {
	width: 40%;
}
.caseArticleInfoName {
	width: calc(100% - 100px);
}
.caseArticleInfoName h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.caseArticleInfoLocation {
  color: #fff;
  font-size: 14px;
  background-color: #39A72C;
  padding: 5px 10px;
  width: 70px;
  text-align: center;
}
.caseArticleInfoTable {
	margin: 20px 0;
}
.caseArticleInfoTable table {
	border-top: dotted 1px #CCCCCC;
}
.caseArticleInfoTable tr {
	border-bottom: dotted 1px #CCCCCC;
}
.caseArticleInfoTable th {
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}
.caseArticleInfoTable td {
	padding: 10px;
	font-size: 14px;	
}
@media screen and (min-width: 1000px) {
  .caseArticleHeadText h1 {
    font-size: 24px;
  }
  .caseArticleLocation {
    font-size: 16px;
  }
  .caseArticleName {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .caseArticleHeadText, .caseArticleHeadImage {
    width: 100%;
  }
  .caseArticleHeadText {
    padding-bottom: 10px;
  }
  .caseArticleHeadText h1 {
    margin: 22px 22px 0 22px;
    font-size: 20px;
  }
  .caseArticletextInner {
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
  }
  .caseArticleLocation {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 0;
  }
  .caseArticleName {
    font-size: 18px;
    width: calc(100% - 160px);
    padding: 0 0 0 10px;
    text-align: left;
  }
  .caseArticlePoint {
    margin: 60px 0 50px;
  }
  .caseArticleCaption {
    margin-bottom: 0;
  }
  .caseArticleCaption p {
    font-size: 12px;
    color: #666;
  }
  .flortR, .flortL {
    float: none;
    margin: 15px 0 0 0;
  }
 .box2-1, .box3-1, .box3-2, .box3-2c {
    width: 100%;
  }
  .box2-1sp {
    width: 48%;
  }
.caseArticleInfo {
	margin: 40px 0;
	padding: 10px 20px 20px;
	background-color: #F2F2F2;
}	
.caseArticleInfoText, .caseArticleInfoImage {
	width: 100%;
}	
.caseArticleInfoTable th, .caseArticleInfoTable td {
	font-size: 14px;
}
}
/* ***************************
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;
}
.u-fcBlue {
  color: #005f98;
}
/*
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;
}
