@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* ***************************
 Reset Extenstion
*************************** */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

main {
  display: block;
}

template,
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: inherit;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: inherit;
}

/* ***************************
html, body
*************************** */
html {
  min-height: 100%;
  font-size: 100%;
  line-height: 1.63;
}

@media screen and (max-width: 960px) {
  html {
    font-size: 87.5%;
    line-height: 1.72;
  }
}

html[data-font-size="small"] {
  font-size: 75%;
  line-height: 1.63;
}

@media screen and (max-width: 960px) {
  html[data-font-size="small"] {
    font-size: 87.5%;
    line-height: 1.72;
  }
}

html[data-font-size="large"] {
  font-size: 125%;
  line-height: 1.63;
}

@media screen and (max-width: 960px) {
  html[data-font-size="large"] {
    font-size: 87.5%;
    line-height: 1.72;
  }
}

body {
  width: 100%;
  background-color: #fff;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  -webkit-overflow-scrolling: touch;
  font-size: 100%;
  line-height: inherit;
  font-weight: 400;
  vertical-align: baseline;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body _:-ms-lang(x)::-ms-backdrop, body {
  font-family: Meiryo, "メイリオ", sans-serif;
}

/* ***************************
hr
*************************** */
hr {
  height: 0;
  margin-top: 36px;
  margin-bottom: 34px;
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
  background: none;
}

/* ***************************
img
*************************** */
* + figure {
  margin-top: 37px;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

figcaption {
  margin-top: 4px;
  font-size: 0.75rem;
  line-height: 1.67;
}

/*
print
*************************** */
@page {
  margin: 20px;
}

/* ***************************
form input
*************************** */
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select,
button {
  cursor: pointer;
}

input::-ms-clear,
input::-ms-reveal,
select::-ms-expand {
  display: none;
}

/* ***************************
text
*************************** */
* + p {
  margin-top: 24px;
}

/* ***************************
strong, em, mark
*************************** */
strong,
b {
  font-weight: 600;
}

em {
  font-style: initial;
}

mark {
  background-color: transparent;
  color: #333;
}

/* ***************************
sup, sub
*************************** */
sup {
  font-size: smaller;
  vertical-align: super;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

/* ***************************
a
*************************** */
a {
  color: #0a74b7;
  text-decoration: underline;
  -webkit-transition: color .2s;
  transition: color .2s;
}

a:visited {
  color: #0a74b7;
}

a:hover {
  color: #e79c4c;
  text-decoration: underline;
}

a:hover::before {
  text-decoration: none;
}

/* ***************************
l-base
*************************** */
.l-base {
  overflow: hidden;
  max-width: 100%;
}

.l-base--open {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

/* ***************************
l-header
*************************** */
.l-header {
  position: relative;
}

.l-header__body {
  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;
  max-width: 1050px;
  margin: auto;
  padding: 27px 10px 4px;
}

@media screen and (max-width: 960px) {
  .l-header__body {
    padding: 0;
  }
}

@media screen and (max-width: 960px) {
  .l-header__body__left {
    padding: 4px 0 3px 10px;
  }
}

@media screen and (max-width: 960px) {
  .l-header__body__right {
    margin-left: 15px;
  }
}

/* ***************************
l-main
*************************** */
.l-main__middle {
  max-width: 1050px;
  margin: auto;
  padding: 40px 10px 70px;
}

@media screen and (max-width: 960px) {
  .l-main__middle {
    padding-top: 20px;
  }
}

/* ***************************
l-footer
*************************** */
.l-footer__top {
  padding: 36px 0 35px;
  background: #f2f2f2;
}

@media screen and (max-width: 960px) {
  .l-footer__top {
    padding: 21px 0;
  }
}

.l-footer__top__inner {
  max-width: 1050px;
  margin: auto;
  padding: 0 10px;
}

@media screen and (max-width: 960px) {
  .l-footer__top__inner {
    padding: 0 10px;
  }
}

.l-footer__middle {
  padding: 24px 0 26px;
  background: #666;
}

@media screen and (max-width: 960px) {
  .l-footer__middle {
    padding: 15px 0;
  }
}

.l-footer__middle__inner {
  max-width: 1030px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 960px) {
  .l-footer__middle__inner {
    padding: 0 10px;
  }
}

.l-footer__bottom {
  padding: 14px 0;
}

.l-footer__bottom__inner {
  max-width: 1030px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 960px) {
  .l-footer__bottom__inner {
    padding: 0 10px;
  }
}

/* ***************************
o-pageReader
*************************** */
.o-pageReader {
  position: absolute;
  width: 0;
  height: 0;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  outline: none;
  overflow: hidden;
}

/* ***************************
o-linkList
*************************** */
.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: 288px;
  margin: auto;
  padding: 13px 30px 14px;
  background: #022369;
  border: 1px solid #022369;
  font-size: 1.07rem;
  line-height: 1.48;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.o-btn::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
  position: absolute;
  height: 20px;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  font-size: 20px;
}

.o-btn:visited {
  color: #fff;
}

.o-btn:hover {
  background: #fff;
  color: #022369;
  text-decoration: none;
}

.o-btn--trial {
  background: #0a74b7;
  border-color: #0a74b7;
}

.o-btn--trial:hover {
  color: #0a74b7;
}

.o-btn--special {
  background: #ce2a46;
  border-color: #ce2a46;
}

.o-btn--special:hover {
  color: #ce2a46;
}

.o-btn--support {
  background: #0f9046;
  border-color: #0f9046;
}

.o-btn--support:hover {
  color: #0f9046;
}

.o-btn--white {
  background: #fff;
  color: #022369;
}

.o-btn--white:visited {
  color: #022369;
}

.o-btn--white:hover {
  background: #022369;
  color: #fff;
}

.o-btn--white.o-btn--trial {
  color: #0a74b7;
}

.o-btn--white.o-btn--trial:hover {
  background: #0a74b7;
  color: #fff;
}

.o-btn--white.o-btn--special {
  color: #ce2a46;
}

.o-btn--white.o-btn--special:hover {
  background: #ce2a46;
  color: #fff;
}

.o-btn--white.o-btn--support {
  color: #0f9046;
}

.o-btn--white.o-btn--support:hover {
  background: #0f9046;
  color: #fff;
}

.o-btn--pdf {
  padding-top: 9px;
  padding-bottom: 10px;
  margin: 0;
  max-width: 230px;
}

.o-btn--arrowLeft::after {
  left: 14px;
  right: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.o-btn--arrowNone::after {
  content: none;
}

.o-btn--outSide {
  padding-right: 5px;
  padding-left: 5px;
}

.o-btn--outSide::after {
  content: none;
}

.o-btn--search {
  min-width: 240px;
  padding: 10px 10px 11px;
}

@media screen and (max-width: 960px) {
  .o-btn--search {
    min-width: 190px;
  }
}

@media screen and (max-width: 374px) {
  .o-btn--search {
    min-width: 0;
    width: 100%;
  }
}

.o-btn--search:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  font-size: 20px;
  vertical-align: middle;
}

.o-btn--search:after {
  content: none;
}

.o-btn--reset {
  min-width: 160px;
  padding: 10px 10px 11px;
  background-color: #919191;
  border-color: #919191;
}

@media screen and (max-width: 960px) {
  .o-btn--reset {
    min-width: 130px;
  }
}

@media screen and (max-width: 374px) {
  .o-btn--reset {
    min-width: 0;
    width: 100%;
  }
}

.o-btn--reset:hover {
  background-color: #fff;
  color: #696969;
}

.o-btn--reset:after {
  content: none;
}

.o-btn--outSide .o-btn__body::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
  display: inline-block;
  margin: -4px 0 0 10px;
  font-size: 15px;
  vertical-align: middle;
}

/* ***************************
o-btnColumn
*************************** */
* + .o-btnColumn {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px dotted #ccc;
}

@media screen and (max-width: 960px) {
  .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: 960px) {
  .o-btnColumn__body {
    margin-top: -10px;
  }
}

.o-btnColumn__item {
  width: 33.33%;
  margin: 25px 0 0;
  padding: 0 10px;
}

@media screen and (max-width: 960px) {
  .o-btnColumn__item {
    width: 100%;
    margin-top: 10px;
  }
}

.o-btnColumn__item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.o-btnColumn__item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.o-btnColumn__item:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 960px) {
  .o-btnColumn__item:nth-child(1), .o-btnColumn__item:nth-child(2), .o-btnColumn__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.o-btnColumn__item .o-btn {
  max-width: 100%;
}

/* ***************************
heading
*************************** */
/*
o-heading2
*************************** */
.o-heading2 {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 12px;
  font-size: 2rem;
  line-height: 1.47;
  font-weight: 600;
  color: #022369;
}

@media screen and (max-width: 960px) {
  .o-heading2 {
    padding-bottom: 16px;
    font-size: 1.58rem;
    line-height: 1.46;
  }
}

.o-heading2::before, .o-heading2::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  background: #022369;
}

.o-heading2::before {
  width: 100%;
  height: 2px;
  bottom: 2px;
}

.o-heading2::after {
  width: 57px;
  height: 6px;
  bottom: 0;
}

* + .o-heading2 {
  margin-top: 113px;
}

@media screen and (max-width: 960px) {
  * + .o-heading2 {
    margin-top: 43px;
  }
}

.o-pageTopMsg + .o-heading2 {
  margin-top: 56px;
}

@media screen and (max-width: 960px) {
  .o-pageTopMsg + .o-heading2 {
    margin-top: 43px;
  }
}

.o-heading2--trial {
  color: #0a74b7;
}

.o-heading2--trial::before, .o-heading2--trial::after {
  background: #0a74b7;
}

.o-heading2--special {
  color: #ce2a46;
}

.o-heading2--special::before, .o-heading2--special::after {
  background: #ce2a46;
}

.o-heading2--support {
  color: #0f9046;
}

.o-heading2--support::before, .o-heading2--support::after {
  background: #0f9046;
}

/*
o-heading3
*************************** */
.o-heading3 {
  position: relative;
  margin: 0 0 20px;
  padding: 1px 0 3px 12px;
  border-left: 4px solid #022369;
  font-size: 1.5rem;
  line-height: 1.34;
  color: #022369;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .o-heading3 {
    font-size: 1.43rem;
    line-height: 1.5;
  }
}

* + .o-heading3 {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  * + .o-heading3 {
    margin-top: 34px;
  }
}

.o-heading2 + .o-heading3 {
  margin-top: 42px;
}

.o-heading3--trial {
  border-left-color: #0a74b7;
  color: #0a74b7;
}

.o-heading3--special {
  border-left-color: #ce2a46;
  color: #ce2a46;
}

.o-heading3--support {
  border-left-color: #0f9046;
  color: #0f9046;
}

.o-heading3__sup {
  display: inline-block;
  margin-top: -8px;
  font-size: 1rem;
  line-height: 1.5;
  color: #ce2a46;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .o-heading3__sup {
    margin-top: -6px;
  }
}

/* ***************************
o-column
*************************** */
* + .o-column {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  * + .o-column {
    margin-top: 35px;
  }
}

.o-column__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px -25px 0;
}

.o-column--btn .o-column__body {
  margin-right: -13px;
  margin-left: -12px;
}

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

.o-column__item {
  margin: 40px 0 0;
  padding: 0 25px;
}

.o-column__item--width1 {
  width: 8.33333%;
}

@media screen and (max-width: 960px) {
  .o-column__item--width1 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .o-column__item--spWidth1 {
    width: 8.33333%;
  }
}

.o-column__item--width2 {
  width: 16.66667%;
}

@media screen and (max-width: 960px) {
  .o-column__item--width2 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .o-column__item--spWidth2 {
    width: 16.66667%;
  }
}

.o-column__item--width3 {
  width: 25%;
}

@media screen and (max-width: 960px) {
  .o-column__item--width3 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .o-column__item--spWidth3 {
    width: 25%;
  }
}

.o-column__item--width4 {
  width: 33.33333%;
}

@media screen and (max-width: 960px) {
  .o-column__item--width4 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .o-column__item--spWidth4 {
    width: 33.33333%;
  }
}

.o-column__item--width5 {
  width: 41.66667%;
}

@media screen and (max-width: 960px) {
  .o-column__item--width5 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .o-column__item--spWidth5 {
    width: 41.66667%;
  }
}

.o-column__item--width6 {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .o-column__item--width6 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .o-column__item--spWidth6 {
    width: 50%;
  }
}

.o-column__item--width7 {
  width: 58.33333%;
}

@media screen and (max-width: 960px) {
  .o-column__item--width7 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .o-column__item--spWidth7 {
    width: 58.33333%;
  }
}

.o-column__item--width8 {
  width: 66.66667%;
}

@media screen and (max-width: 960px) {
  .o-column__item--width8 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .o-column__item--spWidth8 {
    width: 66.66667%;
  }
}

.o-column__item--width9 {
  width: 75%;
}

@media screen and (max-width: 960px) {
  .o-column__item--width9 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .o-column__item--spWidth9 {
    width: 75%;
  }
}

.o-column__item--width10 {
  width: 83.33333%;
}

@media screen and (max-width: 960px) {
  .o-column__item--width10 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .o-column__item--spWidth10 {
    width: 83.33333%;
  }
}

.o-column__item--width11 {
  width: 91.66667%;
}

@media screen and (max-width: 960px) {
  .o-column__item--width11 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .o-column__item--spWidth11 {
    width: 91.66667%;
  }
}

.o-column__item--width12 {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .o-column__item--width12 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .o-column__item--spWidth12 {
    width: 100%;
  }
}

.o-column--btn .o-column__item {
  padding-right: 13px;
  padding-left: 12px;
}

.o-column__item .o-btn {
  width: 100%;
  max-width: 100%;
}

/* ***************************
o-movieItem
*************************** */
.o-movieItem {
  max-width: 490px;
}

.o-movieItem2 {
  max-width: 783px;
  margin: 30px auto 0;
}

.o-movieItem__inner {
  display: block;
  color: #333;
  text-decoration: none;
}

.o-movieItem__inner:visited {
  color: #333;
}

.o-movieItem__inner:hover {
  color: #333;
  text-decoration: none;
}

.o-movieItem__img {
  position: relative;
  padding-top: 56.32653%;
  overflow: hidden;
}

.o-movieItem__img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.o-movieItem__label {
  margin-top: 17px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

/* ***************************
o-linkList
*************************** */
.o-linkList li {
  position: relative;
  padding-left: 16px;
  font-weight: 600;
}

.o-linkList li:before {
  content: none;
}

.o-linkList li:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
  position: absolute;
  display: inline-block;
  height: 12px;
  top: 0.66667em;
  left: 0;
  margin: auto;
  font-size: 12px;
  color: #0c3484;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .o-linkList li:before {
    height: 11px;
    top: 0.72727em;
    font-size: 11px;
  }
}

.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: 960px) {
  .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: 960px) {
  .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: 960px) {
  * + .o-linkList--sitemap {
    margin-top: 0;
  }
}

/* ***************************
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: 960px) {
  .o-videoModal__inner {
    width: calc(100% - 30px);
    padding: 20px;
  }
}

.o-videoModal__close {
  position: absolute;
  right: -20px;
  top: -20px;
}

@media screen and (max-width: 960px) {
  .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: 960px) {
  .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: 960px) {
  .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-list
*************************** */
.o-list {
  margin: 0;
}

.o-list li {
  position: relative;
  padding-left: 22px;
}

.o-list li + li {
  margin-top: 10px;
}

.o-list li:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  left: 6px;
  top: 0.625em;
  background: #022369;
  border-radius: 50%;
}

.o-list--trial li:before {
  background: #0a74b7;
}

.o-list--special li:before {
  background: #ce2a46;
}

.o-list--support li:before {
  background: #0f9046;
}

* + .o-list {
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  * + .o-list {
    margin-top: 17px;
  }
}

/* ***************************
o-noteList
*************************** */
.o-noteList li {
  padding-left: 1em;
}

.o-noteList li::before {
  content: '※';
  display: inline-block;
  margin-left: -1em;
}

/* ***************************
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: 960px) {
  .o-defList__ttl {
    width: 100%;
  }
}

.o-defList__desc {
  width: calc(100% - 100px);
}

@media screen and (max-width: 960px) {
  .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: 960px) {
  .o-defList__ttl2 {
    width: 100%;
  }
}

.o-defList__desc2 {
  width: calc(100% - 135px);
}

@media screen and (max-width: 960px) {
  .o-defList__desc2 {
    width: 100%;
  }
}

.o-defList--detail .o-defList__ttl {
  width: 33.33333%;
}

@media screen and (max-width: 960px) {
  .o-defList--detail .o-defList__ttl {
    width: 100%;
  }
}

.o-defList--detail .o-defList__desc {
  width: 66.66667%;
}

@media screen and (max-width: 960px) {
  .o-defList--detail .o-defList__desc {
    width: 100%;
  }
}

.o-defList__label {
  display: inline-block;
  padding: 3px 9px;
  background: #ccc;
  font-size: 0.94rem;
  line-height: 1.6;
  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-utilBtns
*************************** */
.o-utilBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

* + .o-utilBtns {
  margin-top: 12px;
}

@media screen and (max-width: 960px) {
  * + .o-utilBtns {
    margin-top: 0;
  }
}

.o-utilBtns__facebook {
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  .o-utilBtns__facebook {
    margin-right: 15px;
  }
}

@media screen and (max-width: 960px) {
  .o-utilBtns__news {
    display: none;
  }
}

.o-utilBtns__size {
  margin-left: 24px;
}

@media screen and (max-width: 960px) {
  .o-utilBtns__size {
    display: none;
  }
}

@media print, screen and (min-width: 961px) {
  .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: 960px) {
  .o-facebookBtn__btn {
    width: 40px;
    height: 40px;
  }
}

.o-facebookBtn__btn:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "\ea91";
  height: 34px;
  font-size: 34px;
  color: #314f96;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .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: 0.88rem;
  line-height: 1.58;
  text-decoration: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.o-newsLinkBtn__btn:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  position: absolute;
  content: "";
  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: 0.88rem;
  line-height: 1.58;
}

.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: #022369;
  border-color: #022369;
  color: #fff;
}

.o-fsBtns__btn--small {
  font-size: 0.75rem;
  line-height: 1;
}

.o-fsBtns__btn--medium {
  font-size: 0.88rem;
  line-height: 1;
}

.o-fsBtns__btn--large {
  font-size: 1rem;
  line-height: 1;
}

/*
o-navToggleBtn
--------------------------- */
.o-navToggleBtn {
  position: relative;
  display: block;
  width: 61px;
  height: 60px;
  border-left: 1px solid #ccc;
  text-align: center;
  -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: 0.72rem;
  line-height: 1;
}

.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-hLinks
*************************** */
@media screen and (max-width: 960px) {
  .o-hLinks {
    display: none;
  }
}

* + .o-hLinks {
  margin-top: 20px;
}

.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: 0.88rem;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.o-hLinks__link:visited {
  color: #333;
}

.o-hLinks__link:hover {
  color: #e79c4c;
}

.o-hLinks__link:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
  display: inline-block;
  height: 10px;
  top: 0.75em;
  left: 4px;
  margin: -2px 0 0 9px;
  font-size: 11px;
  color: #333;
  vertical-align: middle;
}

/* ***************************
o-navGlobal
*************************** */
.o-navGlobal {
  position: relative;
}

@media screen and (max-width: 960px) {
  .o-navGlobal {
    display: none;
  }
}

.o-navGlobal__body {
  max-width: 1030px;
  margin: auto;
  padding: 0 10px;
}

/* ***************************
o-listGnav
*************************** */
.o-listGnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.o-listGnav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-listGnav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 4px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #022369;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.o-listGnav__link::after {
  position: absolute;
  content: '';
  width: 0;
  height: 4px;
  bottom: 0;
  left: 50%;
  background: #022369;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width .3s;
  transition: width .3s;
}

.o-listGnav__link:visited {
  color: #022369;
}

.o-listGnav__link:hover {
  color: #022369;
  text-decoration: none;
}

.o-listGnav__item:hover .o-listGnav__link::after {
  width: 100%;
}

.o-listGnav__link.is-active::after {
  width: 100%;
  -webkit-transition: none;
  transition: none;
}

.o-listGnav__link--comingsoon {
  color: #5c5c5c;
  cursor: auto;
}

.o-listGnav__link--comingsoon::after {
  content: none;
}

.o-listGnav__link--comingsoon:visited {
  color: #5c5c5c;
}

.o-listGnav__link--comingsoon:hover {
  color: #5c5c5c;
}

.o-listGnav__link__comingsoon {
  max-width: 100%;
}

.o-listGnav__link__body {
  max-width: 100%;
  margin-top: auto;
}

.o-listGnav__link--dropdown .o-listGnav__link__body::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
  display: inline-block;
  font-size: 12px;
  margin: -2px 0 0 10px;
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.o-listGnav__child {
  position: absolute;
  display: none;
  width: 100vw;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.16);
}

.o-listGnav__item:hover .o-listGnav__child {
  display: block;
}

/*
o-listGnavChild
*************************** */
.o-listGnavChild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1030px;
  margin: auto;
  padding: 64px 0 54px;
}

.o-listGnavChild__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 312px;
  padding: 0 30px;
}

.o-listGnavChild__item + .o-listGnavChild__item::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 0;
  background: #022369;
  opacity: .3;
}

.o-listGnavChild__ttl {
  max-width: 100%;
  margin-bottom: 19px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.o-listGnavChild__ttl--trial {
  color: #0a74b7;
}

.o-listGnavChild__ttl--special {
  color: #ce2a46;
}

.o-listGnavChild__ttl--support {
  color: #0f9046;
}

.o-listGnavChild__desc {
  max-width: 100%;
  font-size: 0.75rem;
  line-height: 1.5;
}

.o-listGnavChild__desc .u-fsLarge {
  font-size: 1rem;
  line-height: 1.5;
}

.o-listGnavChild__desc ul + ul, .o-listGnavChild__desc ul ol, .o-listGnavChild__desc ul p, .o-listGnavChild__desc ol + ul, .o-listGnavChild__desc ol ol, .o-listGnavChild__desc ol p, .o-listGnavChild__desc p + ul, .o-listGnavChild__desc p ol, .o-listGnavChild__desc p p {
  margin-top: 18px;
}

.o-listGnavChild__btns {
  max-width: 100%;
  margin-top: auto;
}

/* ***************************
o-spNav
*************************** */
.o-spNav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  width: 100%;
  height: calc(100vh - 60px);
  height: calc(100% - 60px);
  top: 60px;
  left: 100%;
  -webkit-transition: left .5s;
  transition: left .5s;
  z-index: 100;
}

.o-spNav--open {
  left: 0;
}

@media print, screen and (min-width: 961px) {
  .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;
  border-top: 1px solid #ccc;
}

.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: 1.08rem;
  line-height: 1.6;
  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 solid #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: 1.08rem;
  line-height: 1.6;
  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: 1rem;
  line-height: 1.58;
  text-align: center;
}

.o-spNav__contact {
  width: 100%;
  background: #022369;
  padding: 17px 10px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.o-spNav__contact__ttl {
  font-size: 1.22rem;
  line-height: 1.42;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.o-spNav__contact__desc {
  margin-top: 4px;
  font-size: 1.22rem;
  line-height: 1.42;
  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-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: 960px) {
  .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-fLinks
*************************** */
.o-fLinks {
  font-size: 1rem;
  line-height: 1.5;
}

.o-fLinks__head {
  margin: 0 0 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .o-fLinks__head {
    font-size: 1.29rem;
    line-height: 1.34;
  }
}

/* ***************************
o-fAccordion
*************************** */
.o-fAccordion {
  font-size: 1rem;
  line-height: 1.5;
  -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: 960px) {
  * + .o-fAccordion {
    margin-top: 30px;
  }
}

.o-fAccordion + .o-fAccordion {
  margin-top: 35px;
}

@media screen and (max-width: 960px) {
  .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: 1.13rem;
  line-height: 1.45;
  color: #464646;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .o-fAccordion__head button {
    font-size: 1.15rem;
    line-height: 1.63;
  }
}

.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: 960px) {
  .o-fAccordion__body {
    padding: 15px 10px;
  }
}

/* ***************************
o-sMapBox
*************************** */
.o-sMapBox__head__link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 20px;
  font-size: 0.88rem;
  line-height: 1.72;
  font-weight: bold;
  vertical-align: top;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .o-sMapBox__head__link {
    padding-left: 16px;
    font-size: 1rem;
    line-height: 1.72;
  }
}

.o-sMapBox__head__link:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
  position: absolute;
  display: inline-block;
  height: 12px;
  top: 0.58333em;
  left: 4px;
  margin: auto;
  font-size: 12px;
  color: #0c3484;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .o-sMapBox__head__link:before {
    height: 11px;
    font-size: 11px;
    top: 0.72727em;
  }
}

.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: 960px) {
  .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: 960px) {
  .o-sMapBox__formLinks {
    margin: 15px 0 10px;
  }
}

.o-sMapBox__formLinks__ttl {
  margin-right: 30px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .o-sMapBox__formLinks__ttl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 960px) {
  .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: 960px) {
  .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: 18px;
  font-size: 0.88rem;
  line-height: 1.72;
  font-weight: bold;
  vertical-align: top;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .o-sMapBox__formLinks__list li,
  .o-sMapBox__links li {
    margin: 5px 0 0 0;
    padding-left: 16px;
    padding-right: 10px;
    width: 50%;
    font-size: 1rem;
    line-height: 1.72;
  }
}

.o-sMapBox__formLinks__list li:before,
.o-sMapBox__links li:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
  position: absolute;
  display: inline-block;
  height: 12px;
  top: 0.58333em;
  left: 4px;
  margin: auto;
  font-size: 12px;
  color: #0c3484;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .o-sMapBox__formLinks__list li:before,
  .o-sMapBox__links li:before {
    height: 11px;
    font-size: 11px;
    top: 0.72727em;
  }
}

.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: 0.82rem;
  line-height: 1.7;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .o-disclaimer__ttl {
    font-size: 0.86rem;
    line-height: 1.59;
  }
}

.o-disclaimer__text {
  font-size: 0.82rem;
  line-height: 1.7;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .o-disclaimer__text {
    font-size: 0.86rem;
    line-height: 1.59;
  }
}

/* ***************************
o-policy
*************************** */
.o-policy {
  font-size: 0.82rem;
  line-height: 1.7;
  text-align: center;

  display: flex;
  column-gap: 40px;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .o-policy {
    font-size: 0.86rem;
    line-height: 1.84;

    flex-direction: column;
    row-gap: 20px;
  }
}

/* ***************************
o-mainVisual
*************************** */
.o-mainVisual {
  position: relative;
}

.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: 960px) {
  .o-mainVisual__btns {
    bottom: 0px;
  }
}

.o-mainVisual__btns .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;
}

.o-mainVisual__btns .slick-dots li + li {
  margin-left: 6px;
}

.o-mainVisual__btns .slick-dots button {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  font-size: 0%;
  line-height: 0;
  cursor: pointer;
}

.o-mainVisual__btns .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;
}

.o-mainVisual__btns .slick-dots li.slick-active button:before {
  width: 14px;
  height: 14px;
  background-color: #333;
  border-color: #fff;
}

.o-mainVisual__btns .stopBtn {
  margin-left: 10px;
}

.o-mainVisual__btns .stopBtn button {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: #999;
  font-size: 0%;
  line-height: 0;
}

.o-mainVisual__btns .stopBtn button:before, .o-mainVisual__btns .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 .o-mainVisual__btns .stopBtn button:before, .o-mainVisual.is-play .o-mainVisual__btns .stopBtn button:after {
  width: 3px;
  height: 9px;
  left: 6px;
  background: #fff;
  border: none;
}

.o-mainVisual.is-play .o-mainVisual__btns .stopBtn button:after {
  left: 11px;
}

/* ***************************
o-leadBox
*************************** */
.o-leadBox {
  margin: 0 calc(515px - 50vw);
  padding: 116px 0 120px;
  background: #f8f9fa;
}

@media screen and (max-width: 1050px) {
  .o-leadBox {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media screen and (max-width: 960px) {
  .o-leadBox {
    padding: 30px 0 40px;
  }
}

* + .o-leadBox {
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  * + .o-leadBox {
    margin-top: 20px;
  }
}

.o-leadBox__inner {
  max-width: 758px;
  margin: auto;
  padding: 0 10px;
}

.o-leadBox__ttl {
  margin: 0 0 18px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .o-leadBox__ttl {
    font-size: 1.29rem;
    line-height: 1.5;
  }
}

.o-leadBox__ttl span {
  display: inline-block;
}

.o-leadBox__schedule {
  margin-top: 36px;
}

@media screen and (max-width: 960px) {
  .o-leadBox__schedule {
    margin-top: 18px;
  }
}

.o-leadBox__panel {
  max-width: 1050px;
  margin: 52px auto 0;
  padding: 0 10px;
}

@media screen and (max-width: 960px) {
  .o-leadBox__panel {
    margin-top: 40px;
  }
}

/* ***************************
o-topSchedulePanel
*************************** */
.o-topSchedulePanel {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 27px 30px 40px;
  background: #f8f7f3;
  border: solid 4px #eeb721;
  border-radius: 10px;
}

@media screen and (max-width: 960px) {
  .o-topSchedulePanel {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.o-topSchedulePanel__label {
  max-width: 100%;
  margin-bottom: 12px;
  font-size: 1.13rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .o-topSchedulePanel__label {
    font-size: 1.29rem;
    line-height: 1.5;
  }
}

.o-topSchedulePanel__schedule {
  position: relative;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 5px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .o-topSchedulePanel__schedule {
    padding-bottom: 20px;
    font-size: 2.29rem;
    line-height: 1.5;
  }
}

.o-topSchedulePanel__schedule::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #eeb721;
}

.o-topSchedulePanel__schedule span {
  display: inline-block;
}

.o-topSchedulePanel__desc {
  max-width: 100%;
  margin-top: 16px;
  font-size: 0.88rem;
  line-height: 1.43;
}

@media screen and (max-width: 960px) {
  .o-topSchedulePanel__desc {
    margin-top: 20px;
    font-size: 0.86rem;
    line-height: 1.5;
  }
}

/* ***************************
o-formLinkPanels
*************************** */
@media print, screen and (min-width: 961px) {
  .o-formLinkPanels--column .o-formLinkPanels__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -30px -8px 0;
  }
}

.o-formLinkPanels__item + .o-formLinkPanels__item {
  margin-top: 24px;
}

@media print, screen and (min-width: 961px) {
  .o-formLinkPanels--column .o-formLinkPanels__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 30px 0 0;
    padding: 0 8px;
  }
}

/*
o-formLinkPanel
*************************** */
.o-formLinkPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: 1px solid #022369;
}

.o-formLinkPanel--trial {
  border-color: #0a74b7;
}

.o-formLinkPanel--special {
  border-color: #ce2a46;
}

.o-formLinkPanel--support {
  border-color: #0f9046;
}

.o-formLinkPanel__ttl {
  width: 100%;
  max-width: 100%;
  padding: 21px 36px 29px;
  background: #022369;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .o-formLinkPanel__ttl {
    padding: 21px 24px 29px;
  }
}

.o-formLinkPanel--trial .o-formLinkPanel__ttl {
  background: #0a74b7;
}

.o-formLinkPanel--special .o-formLinkPanel__ttl {
  background: #ce2a46;
}

.o-formLinkPanel--support .o-formLinkPanel__ttl {
  background: #0f9046;
}

.o-formLinkPanels--column .o-formLinkPanel__ttl {
  padding: 18px 10px 25px;
  text-align: center;
}

.o-formLinkPanel__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 23px 35px 28px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .o-formLinkPanel__body {
    padding: 23px 24px 28px;
  }
}

.o-formLinkPanels--column .o-formLinkPanel__body {
  padding: 23px 22px 28px;
}

.o-formLinkPanel__desc {
  margin-bottom: 37px;
}

.o-formLinkPanel__desc ul + ul, .o-formLinkPanel__desc ul ol, .o-formLinkPanel__desc ul p, .o-formLinkPanel__desc ol + ul, .o-formLinkPanel__desc ol ol, .o-formLinkPanel__desc ol p, .o-formLinkPanel__desc p + ul, .o-formLinkPanel__desc p ol, .o-formLinkPanel__desc p p {
  margin-top: 18px;
}

.o-formLinkPanel__btns {
  width: 100%;
  max-width: 100%;
  margin-top: auto;
}

@media print, screen and (min-width: 961px) {
  .o-formLinkPanels:not(.o-formLinkPanels--column) .o-formLinkPanel__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: auto -13px 0 -12px;
  }
}

.o-formLinkPanel__btns__item {
  width: 100%;
  max-width: 313px;
}

@media screen and (max-width: 960px) {
  .o-formLinkPanel__btns__item + .o-formLinkPanel__btns__item {
    margin-top: 12px;
  }
}

@media print, screen and (min-width: 961px) {
  .o-formLinkPanels:not(.o-formLinkPanels--column) .o-formLinkPanel__btns__item {
    padding: 0 13px 0 12px;
  }
}

.o-formLinkPanels--column .o-formLinkPanel__btns__item + .o-formLinkPanel__btns__item {
  margin-top: 12px;
}

.o-formLinkPanel__btns__item .o-btn {
  max-width: 100%;
}

/* ***************************
o-pageTitle
*************************** */
.o-pageTitle {
  background: #f8f9fa;
  padding: 41px 10px 36px;
}

@media screen and (max-width: 960px) {
  .o-pageTitle {
    padding-top: 27px;
    padding-bottom: 28px;
  }
}

.o-pageTitle__breadCrumb {
  max-width: 1030px;
  margin: 0 auto 8px;
}

@media screen and (max-width: 960px) {
  .o-pageTitle__breadCrumb {
    margin-bottom: 11px;
  }
}

.o-pageTitle__text {
  max-width: 1030px;
  margin: auto;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  color: #022369;
}

@media screen and (max-width: 960px) {
  .o-pageTitle__text {
    font-size: 1.72rem;
    line-height: 1.5;
  }
}

/* ***************************
o-breadCrumb
*************************** */
.o-breadCrumb__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-breadCrumb__item {
  font-size: 0.88rem;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .o-breadCrumb__item {
    font-size: 0.86rem;
    line-height: 1.5;
  }
}

.o-breadCrumb__item + .o-breadCrumb__item {
  padding-left: 32px;
}

@media screen and (max-width: 960px) {
  .o-breadCrumb__item + .o-breadCrumb__item {
    padding-left: 25px;
  }
}

.o-breadCrumb__item + .o-breadCrumb__item::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  font-size: 11px;
  margin: -2px 8px 0 -18px;
}

@media screen and (max-width: 960px) {
  .o-breadCrumb__item + .o-breadCrumb__item::before {
    margin: -2px 5px 0 -15px;
  }
}

.o-breadCrumb__link {
  color: #333;
  text-decoration: underline;
}

.o-breadCrumb__link:visited {
  color: #333;
}

.o-breadCrumb__link:hover {
  color: #333;
  text-decoration: none;
}

/* ***************************
o-pageTopMsg
*************************** */
.o-pageTopMsg {
  margin-bottom: 40px;
  border-width: 4px;
  border-style: solid;
  border-color: #e27c0d;
}

@media screen and (max-width: 960px) {
  .o-pageTopMsg {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 961px) {
  .o-pageTopMsg + .o-pageTopMsg {
    margin-top: -20px;
  }
}

.o-pageTopMsg__inner {
  padding: 13px 20px 17px;
  font-size: 1.07rem;
  line-height: 1.48;
  color: #e27c0d;
  text-align: center;
  font-weight: 600;
}

@media print, screen and (min-width: 961px) {
  .o-pageTopMsg--large .o-pageTopMsg__inner {
    padding: 18px 20px 22px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.o-pageTopMsg__inner a {
  color: #e27c0d;
}

/* ***************************
o-anchorLinks
*************************** */
* + .o-anchorLinks {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  * + .o-anchorLinks {
    margin-top: 30px;
  }
}

.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 {
  width: 33.33%;
  margin-top: 15px;
  padding: 0 10px;
}

@media screen and (max-width: 960px) {
  .o-anchorLinks__item {
    width: 100%;
    max-width: 375px;
  }
}

.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;
  width: 100%;
  padding: 13px 40px 14px;
  background: #022369;
  border: 1px solid #022369;
  font-size: 1.07rem;
  line-height: 1.48;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.o-anchorLinks__btn::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
  position: absolute;
  height: 20px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.o-anchorLinks__btn:visited {
  color: #fff;
}

.o-anchorLinks__btn:hover {
  background: #fff;
  color: #022369;
  text-decoration: none;
}

/* ***************************
o-pointBox
*************************** */
.o-pointBox {
  border: 1px solid #022369;
}

* + .o-pointBox {
  margin-top: 46px;
}

@media screen and (max-width: 960px) {
  * + .o-pointBox {
    margin-top: 40px;
  }
}

.o-pointBox__label {
  padding: 11px 18px 14px;
  background: #022369;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .o-pointBox__label {
    padding: 19px 14px 24px;
    font-size: 1.29rem;
    line-height: 1.5;
  }
}

.o-pointBox__desc {
  padding: 30px 30px 28px;
}

@media screen and (max-width: 960px) {
  .o-pointBox__desc {
    padding: 32px 14px 28px;
  }
}

/* ***************************
o-newsList
*************************** */
* + .o-newsList {
  margin-top: 23px;
}

@media screen and (max-width: 960px) {
  * + .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-newsList__more {
  margin-top: 30px;
}

/*
o-newsItem
*************************** */
.o-newsItem {
  position: relative;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.o-newsItem__time {
  display: block;
  position: absolute;
  left: 0;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .o-newsItem__time {
    position: static;
    left: auto;
  }
}

.o-newsItem__text {
  padding-left: 170px;
}

@media screen and (max-width: 960px) {
  .o-newsItem__text {
    padding-left: 0;
  }
}

/*
o-newsDate
*************************** */
.o-newsDate {
  margin: 24px 0 19px;
}

/* ***************************
o-searchBox
*************************** */
* + .o-searchBox {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  * + .o-searchBox {
    margin-top: 30px;
  }
}

.o-searchBox__update {
  margin-top: 35px;
  font-size: 0.88rem;
  line-height: 1.72;
  font-weight: 600;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .o-searchBox__update {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.72;
  }
}

* + .o-searchBox__result {
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  * + .o-searchBox__result {
    margin-top: 11px;
  }
}

/* ***************************
o-searchForm
*************************** */
.o-searchForm {
  border: 1px solid #022369;
}

.o-searchForm--trial {
  border-color: #0a74b7;
}

.o-searchForm--special {
  border-color: #ce2a46;
}

.o-searchForm--support {
  border-color: #0f9046;
}

.o-searchForm__head button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 50px 11px 23px;
  background: #022369;
  font-size: 1.5rem;
  line-height: 1.34;
  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: 960px) {
  .o-searchForm__head button:after {
    width: 12px;
    height: 12px;
    top: 6px;
    right: 18px;
  }
}

@media screen and (max-width: 960px) {
  .o-searchForm__head button {
    padding: 10px 14px 11px;
    font-size: 1.72rem;
    line-height: 1.34;
  }
}

.o-searchForm--trial .o-searchForm__head button {
  background-color: #0a74b7;
}

.o-searchForm--special .o-searchForm__head button {
  background-color: #ce2a46;
}

.o-searchForm--support .o-searchForm__head button {
  background-color: #0f9046;
}

.o-searchForm__head--close button:after {
  top: 0;
  bottom: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 960px) {
  .o-searchForm__head--close button:after {
    bottom: 8px;
  }
}

.o-searchForm__body {
  display: none;
  padding: 21px 19px 19px;
}

@media screen and (max-width: 960px) {
  .o-searchForm__body {
    padding: 16px 14px 14px;
  }
}

/* ***************************
o-formGroup
*************************** */
* + .o-formGroup {
  margin-top: 36px;
}

@media screen and (max-width: 960px) {
  * + .o-formGroup {
    margin-top: 27px;
  }
}

.o-formGroup__ttl {
  position: relative;
  padding-left: 14px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.o-formGroup__ttl:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 18px;
  top: 3px;
  left: 0;
  background: #022369;
}

.o-searchForm--trial .o-formGroup__ttl:before {
  background-color: #0a74b7;
}

.o-searchForm--special .o-formGroup__ttl:before {
  background-color: #ce2a46;
}

.o-searchForm--support .o-formGroup__ttl:before {
  background-color: #0f9046;
}

@media screen and (max-width: 960px) {
  .o-formGroup__ttl {
    font-size: 1.15rem;
    line-height: 1.5;
  }
}

.ie11 .o-formGroup__ttl:before {
  top: 1px;
}

.o-formGroup__body {
  margin-top: 17px;
}

@media screen and (max-width: 960px) {
  .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: 960px) {
  .o-formList {
    margin: -5px -2px 0 -3px;
  }
}

.o-formList__item {
  margin: 10px 0 0;
  padding: 0 5px;
}

@media screen and (max-width: 960px) {
  .o-formList__item {
    margin-top: 5px;
    padding: 0 2px 0 3px;
  }
}

.o-formList__btn {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.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: 0.88rem;
  line-height: 1.72;
  color: #999;
  letter-spacing: normal;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .o-formList__btn__text {
    font-size: 1rem;
    line-height: 1.72;
  }
}

.o-formList__btn__checkbox + .o-formList__btn__text {
  background-color: #fff;
  color: #0c3484;
  cursor: pointer;
}

.o-searchForm--trial .o-formList__btn__checkbox + .o-formList__btn__text {
  color: #0a74b7;
}

.o-searchForm--special .o-formList__btn__checkbox + .o-formList__btn__text {
  color: #ce2a46;
}

.o-searchForm--support .o-formList__btn__checkbox + .o-formList__btn__text {
  color: #0f9046;
}

.o-formList__btn__checkbox:checked + .o-formList__btn__text, .o-formList__btn__text--selected {
  background-color: #022369;
  border-color: #022369;
  font-weight: 600;
  color: #fff;
}

.o-searchForm--trial .o-formList__btn__checkbox:checked + .o-formList__btn__text, .o-searchForm--trial .o-formList__btn__text--selected {
  background-color: #0a74b7;
  border-color: #0a74b7;
}

.o-searchForm--special .o-formList__btn__checkbox:checked + .o-formList__btn__text, .o-searchForm--special .o-formList__btn__text--selected {
  background-color: #ce2a46;
  border-color: #ce2a46;
}

.o-searchForm--support .o-formList__btn__checkbox:checked + .o-formList__btn__text, .o-searchForm--support .o-formList__btn__text--selected {
  background-color: #0f9046;
  border-color: #0f9046;
}

.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: 960px) {
  .o-locAccordion__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}

.o-locAccordion__btn button {
  position: relative;
  min-width: 186px;
  padding: 5px 13px;
  border: 1px solid #ccc;
  font-size: 0.88rem;
  line-height: 1.72;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .o-locAccordion__btn button {
    font-size: 1rem;
    line-height: 1.72;
  }
}

.o-locAccordion__btn button:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  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-searchForm--trial .o-locAccordion__btn button:after {
  color: #0a74b7;
}

.o-searchForm--special .o-locAccordion__btn button:after {
  color: #ce2a46;
}

.o-searchForm--support .o-locAccordion__btn button:after {
  color: #0f9046;
}

.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: 960px) {
  .o-locAccordion__selected {
    margin: 10px 0 0;
  }
}

.o-locAccordion__body {
  display: none;
}

@media screen and (max-width: 960px) {
  .o-locAccordion__body {
    padding: 0 10px;
  }
}

/*
o-locList
--------------------------- */
.o-locList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  .o-locList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

* + .o-locList {
  margin-top: 16px;
}

@media screen and (max-width: 960px) {
  * + .o-locList {
    margin-top: 12px;
  }
}

.o-locList__ttl {
  width: 135px;
  padding: 6px 19px 6px 0;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
  font-weight: 600;
  color: #0c3484;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .o-locList__ttl {
    width: 100%;
    padding: 0;
    font-size: 1.15rem;
    line-height: 1.5;
    text-align: left;
  }
}

.o-searchForm--trial .o-locList__ttl {
  color: #0a74b7;
}

.o-searchForm--special .o-locList__ttl {
  color: #ce2a46;
}

.o-searchForm--support .o-locList__ttl {
  color: #0f9046;
}

.o-locList__body {
  width: calc(100% - 135px);
}

@media screen and (max-width: 960px) {
  .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: 960px) {
  .o-formInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

* + .o-formInfo {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  * + .o-formInfo {
    margin-top: 38px;
  }
}

.o-formInfo__hits {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .o-formInfo__hits {
    font-size: 1.36rem;
    line-height: 1.27;
  }
}

.o-formInfo__hits__num {
  margin: 0 5px 0 2px;
  font-size: 1.63rem;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .o-formInfo__hits__num {
    font-size: 2.36rem;
    line-height: 1;
  }
}

.o-formInfo__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 -5px;
}

@media screen and (max-width: 960px) {
  .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: 960px) {
  .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: 960px) {
  .o-searchResult__top {
    padding-bottom: 10px;
  }
}

.o-searchResult__hits {
  padding-top: 11px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .o-searchResult__hits {
    padding-top: 4px;
    font-size: 1.36rem;
    line-height: 1.27;
  }
}

.o-searchResult__hits__num {
  margin-right: 5px;
  font-size: 1.63rem;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .o-searchResult__hits__num {
    font-size: 2.36rem;
    line-height: 1;
  }
}

.o-searchResult__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

@media screen and (max-width: 960px) {
  .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: 960px) {
  .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: 0.88rem;
  line-height: 1.72;
  color: #0c3484;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .o-searchResult__sort__btn {
    font-size: 1rem;
    line-height: 1.72;
  }
}

.o-searchResult__sort__btn--active {
  background-color: #022369;
  border-color: #022369;
  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 #022369;
  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: 0.88rem;
  line-height: 1.72;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .o-searchResult__sort__select select {
    font-size: 1rem;
    line-height: 1.72;
  }
}

* + .o-searchResult__body {
  margin-top: 39px;
}

/* ***************************
o-resultList
*************************** */
.o-resultList {
  overflow: hidden;
}

.o-resultList + .o-resultList {
  margin-top: 59px;
}

@media screen and (max-width: 960px) {
  .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: 960px) {
  .o-resultList__list {
    margin: 0 -12px -20px;
  }
}

* + .o-resultList__list {
  margin-top: 26px;
}

@media screen and (max-width: 960px) {
  * + .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: 960px) {
  .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: 960px) {
  .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: 960px) {
  .o-orgItem__ttl {
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.65;
  }
}

.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 #022369;
  color: #022369;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.o-orgItemIE__link:visited {
  color: #022369;
}

.o-orgItemIE__link:hover {
  color: #022369;
  text-decoration: none;
}

.o-orgItemIE--trial .o-orgItemIE__link {
  border-color: #0a74b7;
  color: #0a74b7;
}

.o-orgItemIE--trial .o-orgItemIE__link:visited {
  color: #0a74b7;
}

.o-orgItemIE--trial .o-orgItemIE__link:hover {
  color: #0a74b7;
  text-decoration: none;
}

.o-orgItemIE--special .o-orgItemIE__link {
  border-color: #ce2a46;
  color: #ce2a46;
}

.o-orgItemIE--special .o-orgItemIE__link:visited {
  color: #ce2a46;
}

.o-orgItemIE--special .o-orgItemIE__link:hover {
  color: #ce2a46;
  text-decoration: none;
}

.o-orgItemIE--support .o-orgItemIE__link {
  border-color: #0f9046;
  color: #0f9046;
}

.o-orgItemIE--support .o-orgItemIE__link:visited {
  color: #0f9046;
}

.o-orgItemIE--support .o-orgItemIE__link:hover {
  color: #0f9046;
  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: 960px) {
  .o-supportItem__service + .o-supportItem__service {
    margin-top: 16px;
  }
}

.o-supportItem__left {
  width: 237px;
}

@media screen and (max-width: 960px) {
  .o-supportItem__left {
    width: 100%;
  }
}

.o-supportItem__right {
  width: calc(100% - 280px);
}

@media screen and (max-width: 960px) {
  .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: 1.25rem;
  line-height: 1.6;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .o-serviceItem__ttl {
    font-size: 1.43rem;
    line-height: 1.6;
  }
}

.o-serviceItem__ttl:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 1.1em;
  top: 5px;
  left: 0;
  background: #0f9046;
  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: 0.94rem;
  line-height: 1.6;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.o-supportType__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  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: 0.75rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .o-supportType__btn {
    padding: 8px 10px;
    border: none;
    font-size: 0.75rem;
    line-height: 1.34;
  }
}

.o-supportType__btn--active {
  color: #fff;
  padding: 9px 10px 15px;
}

@media screen and (max-width: 960px) {
  .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: 0.94rem;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  .o-supportType__btn span {
    font-size: 0.88rem;
    line-height: 1.15;
  }
}

/* ***************************
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: 960px) {
  .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: 960px) {
  .o-searchDetail__img + .o-searchDetail__text {
    width: 100%;
    margin-top: 20px;
  }
}

/* ***************************
o-usefulLabel
*************************** */
.o-usefulLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

* + .o-usefulLabel {
  margin-top: 30px;
}

.o-usefulLabel__item {
  padding: 5px 12px 7px;
  background: #d6d6d6;
  border: 1px solid #333;
  font-size: 0.88rem;
  line-height: 1.43;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .o-usefulLabel__item {
    font-size: 1rem;
    line-height: 1.29;
  }
}

.o-usefulLabel__item--general {
  background: #fcf1d2;
  border-color: #eeb721;
}

.o-usefulLabel__item--subsidy {
  background: #cfe9da;
  border-color: #0f9046;
}

.o-usefulLabel__item--labor {
  background: #f5d4da;
  border-color: #ce2a46;
}

.o-usefulLabel__item--ict {
  background: #cee3f1;
  border-color: #0a74b7;
}

.o-usefulLabel__item + .o-usefulLabel__item {
  margin-left: 10px;
}

/* ***************************
o-areaAccordion
*************************** */
.o-areaAccordion {
  margin-top: 0;
  border: 1px solid #022369;
}

.o-areaAccordion + .o-areaAccordion {
  border-top: none;
}

.o-areaAccordion__label button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 9px 55px 12px 17px;
  font-size: 1rem;
  line-height: 1.5;
  color: #022369;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .o-areaAccordion__label button {
    padding-right: 40px;
    font-size: 1.15rem;
    line-height: 1.5;
  }
}

.o-areaAccordion__label button::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
  position: absolute;
  height: 20px;
  top: 0;
  right: 28px;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 960px) {
  .o-areaAccordion__label button::after {
    right: 20px;
    font-size: 16px;
  }
}

.o-areaAccordion.is-open .o-areaAccordion__label button::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.o-areaAccordion__body {
  display: none;
  padding: 33px 20px 46px;
}

@media screen and (max-width: 960px) {
  .o-areaAccordion__body {
    padding: 15px 15px 36px;
  }
}

/* ***************************
o-priorityMap
*************************** */
.o-priorityMap {
  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;
}

* + .o-priorityMap {
  margin-top: 38px;
}

.o-priorityMap__map {
  width: 67.96117%;
}

@media screen and (max-width: 768px) {
  .o-priorityMap__map {
    width: 100%;
  }
}

.o-priorityMap__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 29.12621%;
}

@media screen and (max-width: 768px) {
  .o-priorityMap__legend {
    width: 100%;
    margin-top: 12px;
  }
}

/* ***************************
o-mapLedend
*************************** */
.o-mapLedend {
  width: 100%;
  padding-top: 25px;
  padding-right: 24px;
  padding-bottom: 25px;
  padding-left: 24px;
  background-color: #fdfdfd;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
}

.o-mapLedend__ttl {
  position: relative;
  margin: 0 0 16px;
  padding: 1px 0 3px 12px;
  border-left: 4px solid #022369;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #022369;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .o-mapLedend__ttl {
    font-size: 1.43rem;
    line-height: 1.5;
  }
}

.o-mapLedend__item + .o-mapLedend__item {
  margin-top: 14px;
}

.o-mapLedend__zoneName {
  font-size: 0.88rem;
  line-height: 1.86;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .o-mapLedend__zoneName {
    font-size: 1rem;
    line-height: 1.86;
  }
}

.o-mapLedend__zoneName--heritage {
  color: #ce2a46;
}

.o-mapLedend__zoneName--tokyobay {
  color: #0a74b7;
}

.o-mapLedend__list__item {
  font-size: 0.88rem;
  line-height: 1.86;
}

@media screen and (max-width: 960px) {
  .o-mapLedend__list__item {
    font-size: 1rem;
    line-height: 1.86;
  }
}

.o-mapLedend__pointLabel {
  position: relative;
  font-size: 0.88rem;
  line-height: 1.86;
}

@media screen and (max-width: 960px) {
  .o-mapLedend__pointLabel {
    font-size: 1rem;
    line-height: 1.86;
  }
}

.o-mapLedend__pointLabel::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-right: 8px;
  background-color: #ff0;
  border-width: 1px;
  border-style: solid;
  border-color: #000201;
  vertical-align: middle;
  content: '';
}

/* ***************************
o-priorityBox
*************************** */
.o-priorityBox {
  position: relative;
}

* + .o-priorityBox {
  margin-top: 113px;
}

@media screen and (max-width: 960px) {
  * + .o-priorityBox {
    margin-top: 43px;
  }
}

/* ***************************
o-priorityAreas
*************************** */
.o-priorityAreas {
  outline: none !important;
}

* + .o-priorityAreas {
  margin-top: 40px;
}

.o-priorityAreas__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-right: -10px;
  margin-left: -10px;
}

.o-priorityAreas__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 960px) {
  .o-priorityAreas__item {
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  .o-priorityAreas__item {
    width: 50%;
  }
}

@media screen and (max-width: 460px) {
  .o-priorityAreas__item {
    width: 100%;
  }
}

.o-priorityAreas__dateSelector {
  position: fixed;
  display: none;
  right: calc(50% - 515px);
  bottom: 30px;
  z-index: 10;
}

@media screen and (max-width: 1230px) {
  .o-priorityAreas__dateSelector {
    right: 100px;
  }
}

@media screen and (max-width: 960px) {
  .o-priorityAreas__dateSelector {
    right: auto;
    bottom: 20px;
    left: 10px;
  }
}

.o-priorityAreas__dateSelector.is-absolute {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1050px) {
  .o-priorityAreas__dateSelector.is-absolute {
    right: 90px;
  }
}

@media screen and (max-width: 960px) {
  .o-priorityAreas__dateSelector.is-absolute {
    right: auto;
    left: 0;
  }
}

/* ***************************
o-areaCard
*************************** */
.o-areaCard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 16px 18px;
  border: 1px solid;
  border-radius: 8px;
  overflow: hidden;
}

.o-areaCard__name {
  margin-bottom: 20px;
  font-size: 1.13rem;
  line-height: 1.45;
  color: #022369;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .o-areaCard__name {
    font-size: 1.29rem;
    line-height: 1.45;
  }
}

.o-areaCard__name span {
  display: inline-block;
  margin-top: -4px;
  margin-left: 8px;
  font-size: 0.75rem;
  line-height: 1;
  color: #333;
  font-weight: 400;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .o-areaCard__name span {
    font-size: 0.86rem;
    line-height: 1;
  }
}

.o-areaCard__map {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  margin-right: -16px;
  margin-bottom: 18px;
  margin-left: -16px;
  padding-top: calc(100% + 32px);
  overflow: hidden;
}

.o-areaCard__map img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.o-areaCard__percentage + .o-areaCard__percentage {
  margin-top: 18px;
}

.o-areaCard__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 21px;
}

.o-areaCard__detail__open {
  position: relative;
  display: block;
  padding-top: 2px;
  padding-right: 27px;
  padding-bottom: 4px;
  padding-left: 0;
  font-size: 0.75rem;
  line-height: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 960px) {
  .o-areaCard__detail__open {
    font-size: 0.86rem;
    line-height: 1;
  }
}

.o-areaCard__detail__open::before, .o-areaCard__detail__open::after {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: 0;
  background-size: cover;
  content: '';
}

.o-areaCard__detail__open::before {
  background-image: url("images/icon_toggle_plus.svg");
}

.o-areaCard__detail__open::after {
  background-image: url("images/icon_toggle_plus.svg");
}

.o-areaCard__detail__open:hover {
  opacity: .6;
}

/* ***************************
o-perItem
*************************** */
.o-perItem {
  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;
  max-width: 240px;
}

.o-perItem__label {
  position: relative;
  padding-left: 28px;
  white-space: nowrap;
}

.o-perItem__label::before {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
  background-size: cover;
  content: '';
}

.o-perItem--arrive .o-perItem__label::before {
  background-image: url("images/icon_arrive.svg");
}

.o-perItem--leave .o-perItem__label::before {
  background-image: url("images/icon_leave.svg");
}

.o-perItem__label__timezone {
  display: block;
  font-size: 0.88rem;
  line-height: 1.43;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .o-perItem__label__timezone {
    font-size: 1rem;
    line-height: 1.43;
  }
}

.o-perItem__label__time {
  display: block;
  margin-top: 4px;
  font-size: 0.63rem;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .o-perItem__label__time {
    font-size: 0.72rem;
    line-height: 1;
  }
}

.o-perItem__data {
  margin-top: -4px;
  padding-left: 16px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .o-perItem__data {
    font-size: 1.43rem;
    line-height: 1.3;
  }
}

.o-perItem__data--plus {
  color: #ce2a46;
}

.o-perItem__data--minus {
  color: #0a74b7;
}

.o-perItem__data--noData {
  font-size: 0.63rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .o-perItem__data--noData {
    font-size: 0.86rem;
    line-height: 1.34;
  }
}

/* ***************************
o-perItem
*************************** */
.o-priorityModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 60px 15px;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.o-priorityModal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .6;
}

.o-priorityModal__wrap {
  position: relative;
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin: auto;
}

.o-priorityModal__inner {
  width: 100%;
  height: 100%;
  padding: 25px 30px 55px;
  background: #fff;
  overflow: auto;
}

@media screen and (max-width: 960px) {
  .o-priorityModal__inner {
    padding: 25px 15px 35px;
  }
}

.o-priorityModal__area {
  font-size: 2rem;
  line-height: 1.5;
  color: #022369;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .o-priorityModal__area {
    font-size: 1.72rem;
    line-height: 1.5;
  }
}

.o-priorityModal__label {
  margin-top: 7px;
  font-size: 1.13rem;
  line-height: 1.45;
  color: #022369;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .o-priorityModal__label {
    font-size: 1.29rem;
    line-height: 1.45;
  }
}

.o-priorityModal__map {
  position: relative;
  margin-top: 32px;
  padding-top: 100%;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .o-priorityModal__map {
    margin-top: 17px;
  }
}

.o-priorityModal__map img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.o-priorityModal__list {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .o-priorityModal__list {
    margin-top: 25px;
  }
}

.o-priorityModal__close {
  position: absolute;
  right: -20px;
  top: -20px;
}

@media screen and (max-width: 960px) {
  .o-priorityModal__close {
    right: -15px;
    top: -15px;
  }
}

.o-priorityModal__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: 960px) {
  .o-priorityModal__close__btn {
    width: 40px;
    height: 40px;
  }
}

.o-priorityModal__close__btn:hover {
  background-color: #333333;
}

.o-priorityModal__close__btn:before, .o-priorityModal__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: 960px) {
  .o-priorityModal__close__btn:before, .o-priorityModal__close__btn:after {
    height: 25px;
  }
}

.o-priorityModal__close__btn::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.o-priorityModal__close__btn:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ***************************
o-priorityDateSelector
*************************** */
.o-priorityDateSelector {
  min-width: 450px;
  background: #f8f9fa;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 960px) {
  .o-priorityDateSelector {
    min-width: 280px;
  }
}

@media screen and (max-width: 374px) {
  .o-priorityDateSelector {
    min-width: 230px;
  }
}

.o-priorityDateSelector__label {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  background: #022369;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .o-priorityDateSelector__label {
    font-size: 1rem;
    line-height: 1.72;
  }
}

.o-priorityDateSelector__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 27px;
  padding-right: 46px;
  padding-bottom: 21px;
  padding-left: 46px;
}

@media screen and (max-width: 960px) {
  .o-priorityDateSelector__inner {
    padding-top: 13px;
    padding-right: 25px;
    padding-bottom: 7px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 374px) {
  .o-priorityDateSelector__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.o-priorityDateSelector__btn {
  position: relative;
  display: block;
  font-size: 0.88rem;
  line-height: 1.86;
  color: #022369;
  font-weight: 600;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 960px) {
  .o-priorityDateSelector__btn {
    font-size: 0.86rem;
    line-height: 1.34;
  }
}

.o-priorityDateSelector__btn::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  .o-priorityDateSelector__btn::before {
    height: 14px;
    font-size: 14px;
  }
}

.o-priorityDateSelector__btn:hover {
  opacity: .6;
}

.o-priorityDateSelector__btn.is-disabled {
  color: #999;
  cursor: auto;
}

.o-priorityDateSelector__btn.is-disabled:hover {
  opacity: 1;
}

.o-priorityDateSelector__prev .o-priorityDateSelector__btn {
  padding-left: 28px;
}

@media screen and (max-width: 960px) {
  .o-priorityDateSelector__prev .o-priorityDateSelector__btn {
    padding-left: 18px;
  }
}

.o-priorityDateSelector__prev .o-priorityDateSelector__btn::before {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.o-priorityDateSelector__next .o-priorityDateSelector__btn {
  padding-right: 28px;
}

@media screen and (max-width: 960px) {
  .o-priorityDateSelector__next .o-priorityDateSelector__btn {
    padding-right: 18px;
  }
}

.o-priorityDateSelector__next .o-priorityDateSelector__btn::before {
  right: 0;
}

.o-priorityDateSelector__current {
  margin-right: 15px;
  margin-left: 15px;
  color: #022369;
  font-weight: 600;
}

.o-priorityDateSelector__current__date {
  font-size: 1.63rem;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .o-priorityDateSelector__current__date {
    font-size: 1.15rem;
    line-height: 1;
  }
}

.o-priorityDateSelector__current__day {
  display: inline-block;
  margin-left: 14px;
  font-size: 0.88rem;
  line-height: 1.86;
}

@media screen and (max-width: 960px) {
  .o-priorityDateSelector__current__day {
    margin-left: 6px;
    font-size: 0.72rem;
    line-height: 1.6;
  }
}

.o-priorityDateSelector__current__valueType {
  margin-top: 7px;
  font-size: 0.88rem;
  line-height: 1.86;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .o-priorityDateSelector__current__valueType {
    margin-top: 3px;
  }
}

.o-priorityDateSelector__current__valueType.is-forecast {
  color: #ce2a46;
}

/* ***************************
margin
*************************** */
/*
top
--------------------------- */
.u-mt0 {
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .u-sp-mt0 {
    margin-top: 0;
  }
}

.u-mt5 {
  margin-top: 5px;
}

@media screen and (max-width: 960px) {
  .u-sp-mt5 {
    margin-top: 5px;
  }
}

.u-mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .u-sp-mt10 {
    margin-top: 10px;
  }
}

.u-mt15 {
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  .u-sp-mt15 {
    margin-top: 15px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mt20 {
    margin-top: 20px;
  }
}

.u-mt25 {
  margin-top: 25px;
}

@media screen and (max-width: 960px) {
  .u-sp-mt25 {
    margin-top: 25px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mt30 {
    margin-top: 30px;
  }
}

.u-mt35 {
  margin-top: 35px;
}

@media screen and (max-width: 960px) {
  .u-sp-mt35 {
    margin-top: 35px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mt40 {
    margin-top: 40px;
  }
}

.u-mt45 {
  margin-top: 45px;
}

@media screen and (max-width: 960px) {
  .u-sp-mt45 {
    margin-top: 45px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mt50 {
    margin-top: 50px;
  }
}

.u-mt55 {
  margin-top: 55px;
}

@media screen and (max-width: 960px) {
  .u-sp-mt55 {
    margin-top: 55px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mt60 {
    margin-top: 60px;
  }
}

.u-mt65 {
  margin-top: 65px;
}

@media screen and (max-width: 960px) {
  .u-sp-mt65 {
    margin-top: 65px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mt70 {
    margin-top: 70px;
  }
}

.u-mt75 {
  margin-top: 75px;
}

@media screen and (max-width: 960px) {
  .u-sp-mt75 {
    margin-top: 75px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mt80 {
    margin-top: 80px;
  }
}

.u-mt85 {
  margin-top: 85px;
}

@media screen and (max-width: 960px) {
  .u-sp-mt85 {
    margin-top: 85px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mt90 {
    margin-top: 90px;
  }
}

.u-mt95 {
  margin-top: 95px;
}

@media screen and (max-width: 960px) {
  .u-sp-mt95 {
    margin-top: 95px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mt100 {
    margin-top: 100px;
  }
}

/*
right
--------------------------- */
.u-mr0 {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .u-sp-mr0 {
    margin-right: 0;
  }
}

.u-mr5 {
  margin-right: 5px;
}

@media screen and (max-width: 960px) {
  .u-sp-mr5 {
    margin-right: 5px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mr10 {
    margin-right: 10px;
  }
}

.u-mr15 {
  margin-right: 15px;
}

@media screen and (max-width: 960px) {
  .u-sp-mr15 {
    margin-right: 15px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mr20 {
    margin-right: 20px;
  }
}

.u-mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 960px) {
  .u-sp-mr25 {
    margin-right: 25px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mr30 {
    margin-right: 30px;
  }
}

.u-mr35 {
  margin-right: 35px;
}

@media screen and (max-width: 960px) {
  .u-sp-mr35 {
    margin-right: 35px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mr40 {
    margin-right: 40px;
  }
}

.u-mr45 {
  margin-right: 45px;
}

@media screen and (max-width: 960px) {
  .u-sp-mr45 {
    margin-right: 45px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mr50 {
    margin-right: 50px;
  }
}

.u-mr55 {
  margin-right: 55px;
}

@media screen and (max-width: 960px) {
  .u-sp-mr55 {
    margin-right: 55px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mr60 {
    margin-right: 60px;
  }
}

.u-mr65 {
  margin-right: 65px;
}

@media screen and (max-width: 960px) {
  .u-sp-mr65 {
    margin-right: 65px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mr70 {
    margin-right: 70px;
  }
}

.u-mr75 {
  margin-right: 75px;
}

@media screen and (max-width: 960px) {
  .u-sp-mr75 {
    margin-right: 75px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mr80 {
    margin-right: 80px;
  }
}

.u-mr85 {
  margin-right: 85px;
}

@media screen and (max-width: 960px) {
  .u-sp-mr85 {
    margin-right: 85px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-mr90 {
    margin-right: 90px;
  }
}

.u-mr95 {
  margin-right: 95px;
}

@media screen and (max-width: 960px) {
  .u-sp-mr95 {
    margin-right: 95px;
  }
}

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

@media screen and (max-width: 960px) {
  .u-sp-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;
}

/* ***************************
text
*************************** */
/*
size
--------------------------- */
.u-fsSmall {
  font-size: 0.88rem;
  line-height: 1.43;
}

@media screen and (max-width: 960px) {
  .u-fsSmall {
    font-size: 0.86rem;
    line-height: 1.5;
  }
}

.u-fsLarge {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .u-fsLarge {
    font-size: 1.29rem;
    line-height: 1.34;
  }
}

.u-fsXlarge {
  font-size: 1.5rem;
  line-height: 1.25;
}

@media screen and (max-width: 960px) {
  .u-fsXlarge {
    font-size: 1.58rem;
    line-height: 1.1;
  }
}

/*
color
--------------------------- */
.u-fcRed {
  color: #ce2a46;
}

.u-fcBlue {
  color: #022369;
}

/*
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: 960px) {
  .u-pcOnly {
    display: none;
  }
}

@media print, screen and (min-width: 961px) {
  .u-spOnly {
    display: none;
  }
}
