@charset "UTF-8";
/*   

*/
/* ---------------------------------------------------------------------------------------- */
/* FONT SET
/* ---------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'montserrat';
  src: url("../webfont/montserrat/montserrat-bold-webfont.woff2") format("woff2"), url("../webfont/montserrat/montserrat-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("../webfont/montserrat/montserrat-medium-webfont.woff2") format("woff2"), url("../webfont/montserrat/montserrat-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("../webfont/montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("../webfont/montserrat/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("../webfont/montserrat/montserrat-light-webfont.woff2") format("woff2"), url("../webfont/montserrat/montserrat-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'WorkSans';
  src: url("../webfont/WorkSans/WorkSans-Bold.woff2") format("woff2"), url("../webfont/WorkSans/WorkSans-Bold.woff") format("woff"), url("../webfont/WorkSans/WorkSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'WorkSans';
  src: url("../webfont/WorkSans/WorkSans-Medium.woff2") format("woff2"), url("../webfont/WorkSans/WorkSans-Medium.woff") format("woff"), url("../webfont/WorkSans/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'WorkSans';
  src: url("../webfont/WorkSans/WorkSans-Regular.woff2") format("woff2"), url("../webfont/WorkSans/WorkSans-Regular.woff") format("woff"), url("../webfont/WorkSans/WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'WorkSans';
  src: url("../webfont/WorkSans/WorkSans-Light.woff2") format("woff2"), url("../webfont/WorkSans/WorkSans-Light.woff") format("woff"), url("../webfont/WorkSans/WorkSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: url("../webfont/NotoSans/NotoSansCJKjp-Bold-sub.woff2") format("woff2"), url("../webfont/NotoSans/NotoSansCJKjp-Bold-sub.woff") format("woff");
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 300;
  src: url("../webfont/NotoSans/NotoSansCJKjp-Light-sub.woff2") format("woff2"), url("../webfont/NotoSans/NotoSansCJKjp-Light-sub.woff") format("woff");
}

/* ---------------------------------------------------------------------------------------- */
/* RESET
/* ---------------------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  font-style: normal;
}

::before, ::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
/* ---------------------------------------------------------------------------------------- */
fieldset {
  border: none;
}

input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, textarea, select {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button {
  text-transform: none;
}

button, input, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  max-width: 100%;
  overflow: hidden;
}

/*
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
select::-ms-expand {
display:none;
}
select::-ms-value {
color:currentColor;
}
*/
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: .5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* Specify media element style
/* ---------------------------------------------------------------------------------------- */
img {
  border-style: none;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

/* Acessibility
/* ---------------------------------------------------------------------------------------- */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* Selection
/* ---------------------------------------------------------------------------------------- */
::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

/* ---------------------------------------------------------------------------------------- */
/* COMMON
/* ---------------------------------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 100%;
}

body {
  font-size: .875em;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  color: #585858;
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media print, screen and (min-width: 800px) {
  body {
    font-size: 1em;
  }
}

.no-overflow {
  position: fixed;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.anime {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.flt-R {
  float: right;
}

.flt-L {
  float: left;
}

.flt-C {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tb-L {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.tb-R {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.clr-L {
  clear: left;
}

.clr-R {
  clear: right;
}

.clr-B {
  clear: both;
}

.aln-R {
  text-align: right;
}

.aln-C {
  text-align: center;
}

.aln-L {
  text-align: left;
}

.noshow {
  display: none;
}

.clearfix:after,
.row:after {
  content: ' ';
  display: block;
  clear: both;
}

.clear {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
}

.border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-box {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.linkbox .readmore, .lkbx .readmore {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 800px) {
  .onlySMP {
    display: none;
  }
}

.noSMP {
  display: none;
}

@media print, screen and (min-width: 800px) {
  .noSMP {
    display: inherit;
  }
}

.onlyPC {
  display: none;
}

@media print, screen and (min-width: 960px) {
  .onlyPC {
    display: inherit;
  }
}

@media print, screen and (min-width: 800px) {
  .noPC {
    display: none;
  }
}

.notice {
  font-weight: bold;
}

h1, h2 {
  margin-bottom: 1.25em;
  color: #0082c8;
}

h3, h4 {
  margin-bottom: 1.25em;
  color: #0082c8;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 2em;
}

h5, h6, li, dt, dd {
  margin-bottom: .5em;
}

p:not(:last-child) {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 1.285em;
}

@media print, screen and (min-width: 576px) {
  h1 {
    font-size: 1.65em;
  }
}

@media print, screen and (min-width: 800px) {
  h1 {
    font-size: 1.755em;
  }
}

h2 {
  font-size: 1.2em;
}

@media print, screen and (min-width: 576px) {
  h2 {
    font-size: 1.32em;
  }
}

@media print, screen and (min-width: 800px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 1.143em;
}

@media print, screen and (min-width: 576px) {
  h3 {
    font-size: 1.143em;
  }
}

@media print, screen and (min-width: 800px) {
  h3 {
    font-size: 1.143em;
  }
}

h4 {
  font-size: 1.05em;
  color: #00507c;
  font-weight: 700;
}

@media print, screen and (min-width: 576px) {
  h4 {
    font-size: 1.05em;
  }
}

@media print, screen and (min-width: 800px) {
  h4 {
    font-size: 1.05em;
  }
}

h5 {
  font-weight: 700;
  font-size: 1em;
}

h6 {
  font-weight: 700;
  font-size: 0.875em;
}

.no-mgn-btm {
  margin-bottom: 0 !important;
}

.no-mgn-top {
  margin-top: 0 !important;
}

.sml-sp-btm {
  margin-bottom: 0.5rem !important;
}

.sp-top-sml {
  margin-top: 0.5rem !important;
}

.sp-top-mid {
  margin-top: 1rem !important;
}

.fntSS {
  font-size: 0.6875em;
  line-height: 1.5;
}

.fntS {
  font-size: 0.875em;
}

.fntL {
  font-size: 1.125em;
}

.fntLL {
  font-size: 1.375em;
}

.fntBold {
  font-weight: bold;
}

.dsp-b {
  display: block;
}

.dsp-ib {
  display: inline-block;
}

.dsp-tbl {
  display: table;
}

.dsp-tbl > .col {
  display: table-cell;
}

.dsp-fx {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-ib {
  letter-spacing: -.4em;
}

.list-ib > li,
.list-ib > .col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}

.list-ib.with-gap li:not(:last-child) {
  margin-right: 2em;
}

@-moz-document url-prefix() {
  .list-ib {
    word-spacing: 0.1em;
  }
}

.list-tbl {
  display: table;
}

.list-tbl > li {
  display: table-cell;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

nav a, header a, footer a, a.no-underline {
  text-decoration: none;
}

a:active, a:hover {
  color: #888;
}

dt, dd, li, th, td {
  line-height: 1.5;
}

nav ol, nav ul,
.no-list-style {
  list-style: none;
}

ol:not(:last-child), ul:not(:last-child) {
  margin-bottom: 1em;
}

ol ol, ol ul, ul ul, ul ol, table ul, table ol {
  margin-bottom: 0;
}

.list-norm,
.page-single ul,
.page-single ol {
  margin-left: 1.75em;
}

.list-norm li,
.page-single ul li,
.page-single ol li {
  margin-bottom: .5em;
}

.list-norm li ol, .list-norm li ul,
.page-single ul li ol,
.page-single ul li ul,
.page-single ol li ol,
.page-single ol li ul {
  margin-top: .5em;
}

ol.list-norm,
.page-single ol {
  list-style: decimal;
}

ul.list-norm,
.page-single ul {
  list-style: disc;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
}

table p {
  margin-bottom: 0;
}

.tb-norm {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: .92em;
}

.tb-norm.fullW {
  width: 100%;
}

.tb-norm th,
.tb-norm td {
  padding: .5em;
  border: 1px solid #DDD;
  vertical-align: top;
}

@media print, screen and (min-width: 800px) {
  .tb-norm th,
  .tb-norm td {
    padding: 1em;
  }
}

.tb-norm thead th {
  background-color: #EEE;
}

.tb-norm tbody th {
  background-color: #F5F5F5;
}

.tb-norm .aln-C th,
.tb-norm .aln-C td {
  text-align: center;
}

[class*="inner-wrap"] {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 100%;
}

@media print, screen and (min-width: 800px) {
  [class*="inner-wrap"] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.inner-wrap {
  max-width: 1312px;
}

.inner-wrap.aln-C {
  text-align: center;
}

.inner-wrap--semi {
  max-width: 1104px;
}

.inner-wrap--narrow {
  max-width: 896px;
}

.inner-wrap--thin {
  max-width: 688px;
}

[class*="swrap"] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

[class*="swrap"].mgn-bottom {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 800px) {
  [class*="swrap"].mgn-bottom {
    margin-bottom: 2rem;
  }
}

.swrap {
  max-width: 1248px;
}

.swrap--semi {
  max-width: 1040px;
}

.swrap--narrow {
  max-width: 832px;
}

.swrap--thin {
  max-width: 624px;
}

.with-bottom-border::before {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 0;
  content: ' ';
  border-bottom: 1px solid #CCC;
}

#Mask-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2731;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  display: none;
}

.gglmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
}

.gglmap iframe,
.gglmap object,
.gglmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vd {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.vd iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.accordion {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}

.accordion:not(:last-child) {
  margin-bottom: 2rem;
}

.accordion dt {
  position: relative;
  padding: .75em 0;
  margin: 0;
  padding-right: 2em;
  display: block;
  border-top: 1px solid #DDDDDD;
  font-weight: bold;
  cursor: pointer;
  background-color: #FFF;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.accordion dt::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 0;
  height: 11px;
  content: ' ';
  border-left: 1px solid #888;
}

.accordion dt::after {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 11px;
  height: 0;
  content: ' ';
  border-top: 1px solid #888;
}

.accordion dt.active::before {
  display: none;
}

.accordion dd {
  border-top: 1px dotted #AAA;
  padding: 0;
  margin-bottom: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.accordion dd.active {
  padding: .75em 0 1.5em;
  visibility: visible;
  opacity: 1;
  max-height: 999999px;
}

/* ---------------------------------------------------------------------------------------- */
/* BUTTON
/* ---------------------------------------------------------------------------------------- */
.btn, .btn--outline {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 1.75em 1.5em;
  background-color: #0082c8;
  font-size: .92em;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  border-radius: .25rem;
}

.btn.white, .white.btn--outline {
  background-color: #FFF;
  color: #0082c8;
}

.btn.white:hover, .white.btn--outline:hover {
  color: #0082c8;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  background-color: #c8ecff;
}

.btn.large, .large.btn--outline {
  font-size: 1.15em;
  font-weight: bold;
  padding: 2em;
  min-width: 12em;
}

.btn.full, .full.btn--outline {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1.75em 1.5em;
  width: 100%;
}

.btn.xlarge, .xlarge.btn--outline {
  font-size: 1.35em;
}

.btn.small, .small.btn--outline {
  font-size: .875em;
  padding: .5em 1em;
}

.btn.negative, .negative.btn--outline {
  background-color: #5e5e5e;
}

.btn.negative:hover, .negative.btn--outline:hover {
  background-color: #919191;
}

.btn.disabled, .disabled.btn--outline, .btn:disabled, .btn--outline:disabled {
  background-color: #f2f2f2;
  color: #AAA;
  pointer-events: none;
}

.btn:hover, .btn--outline:hover {
  color: #FFF;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  background-color: #006195;
}

.btn:active, .btn--outline:active {
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.4);
  background-color: #0093e2;
}

.btn.with-arrow, .with-arrow.btn--outline {
  padding-right: 5em;
  text-align: left;
}

.btn.with-arrow::after, .with-arrow.btn--outline::after {
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  content: ' ';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/common/line-arrow.svg");
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn.with-arrow.white::after, .with-arrow.white.btn--outline::after {
  background-image: url("../img/common/line-arrow-blue.svg");
}

.btn.with-arrow:hover::after, .with-arrow.btn--outline:hover::after {
  right: 1em;
}

.btn.file, .file.btn--outline {
  padding-right: 5em;
}

.btn.file i, .file.btn--outline i {
  position: absolute;
  top: 50%;
  right: .25em;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  content: ' ';
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn.file i svg, .file.btn--outline i svg {
  fill: #FFF;
}

.btn--outline {
  background-color: #FFF;
  border: 1px solid #0082c8;
  color: #0082c8;
}

.btn--outline:hover {
  color: #FFF;
  border-color: #006195;
}

.btn--outline:active {
  color: #FFF;
  border-color: #00a3fb;
}

.btn--outline.with-arrow::after {
  background-image: url("../img/common/line-arrow-blue.svg");
}

.wrap-btns {
  margin-left: -.25em;
  margin-right: -.25em;
  list-style: none;
}

.wrap-btns li {
  padding: .25em;
}

.wrap-btns li.half {
  width: 50%;
}

.wrap-btns.half-smp li {
  width: 50%;
}

@media print, screen and (min-width: 800px) {
  .wrap-btns.half-smp li {
    width: auto;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* FORM
/* ---------------------------------------------------------------------------------------- */
.form-group {
  position: relative;
  margin-bottom: 3rem;
  display: block;
}

.form-group--inner {
  display: block;
  width: 100%;
  padding: 1em 0;
  margin: 0;
  border-top: 1px solid #DDDDDD;
}

@media print, screen and (min-width: 800px) {
  .form-group--inner {
    display: table;
    padding: 1.5em 0;
  }
}

.form-group--inner .col {
  display: block;
  width: auto;
}

@media print, screen and (min-width: 800px) {
  .form-group--inner .col {
    display: table-cell;
    width: 12em;
    vertical-align: text-top;
  }
}

.form-group--inner .col + .col {
  margin-top: .5em;
}

@media print, screen and (min-width: 800px) {
  .form-group--inner .col + .col {
    padding-top: 0;
    width: calc(100% - 12em);
  }
}

.form-group--inner .col.ver-top {
  vertical-align: top;
}

@media print, screen and (min-width: 800px) {
  .form-group--inner.q-long {
    display: block;
  }
}

@media print, screen and (min-width: 800px) {
  .form-group--inner.q-long .col {
    width: 100%;
    display: block;
  }
}

@media print, screen and (min-width: 800px) {
  .form-group--inner.q-long .col + .col {
    padding-top: 1em;
    width: 100%;
  }
}

.form-group--inner dt {
  color: #0082c8;
}

.form-group--inner dt.clr-norm {
  color: #585858;
}

.form-group--inner .mst,
.form-group--inner .opt {
  position: relative;
  display: inline-block;
  font-size: .7em;
  vertical-align: middle;
  font-style: normal;
  margin-left: .5em;
}

.form-group--inner .mst {
  color: #E64432;
}

.form-group .list-b {
  list-style: none;
}

.form-group .list-b [type="radio"],
.form-group .list-b [type="radio"] + label,
.form-group .list-b [type="checkbox"],
.form-group .list-b [type="checkbox"] + label {
  display: inline;
}

.form-group.no-border .form-group--inner {
  border-top: none;
  padding: 1.25em 0 0;
}

@media print, screen and (min-width: 800px) {
  .form-group.no-border .form-group--inner {
    padding: 1.5em 0 0;
  }
}

.form-group--buttons {
  position: relative;
  margin-top: 2em;
}

.form-group ul.inner-cell {
  list-style: none;
  margin: 0;
}

.form-group ul.inner-cell li {
  margin: 0;
}

.form-group ul.inner-cell li:not(:last-child) {
  margin-bottom: .75em;
}

.flt-label {
  position: relative;
}

.flt-label input,
.flt-label textarea,
.flt-label select {
  position: relative;
  z-index: 2;
}

.flt-label input:focus + .flt-label--label, .flt-label input:not(:placeholder-shown) + .flt-label--label,
.flt-label textarea:focus + .flt-label--label,
.flt-label textarea:not(:placeholder-shown) + .flt-label--label,
.flt-label select:focus + .flt-label--label,
.flt-label select:not(:placeholder-shown) + .flt-label--label {
  top: -1.15em;
  opacity: 1;
}

@media print, screen and (min-width: 800px) {
  .flt-label input:focus + .flt-label--label, .flt-label input:not(:placeholder-shown) + .flt-label--label,
  .flt-label textarea:focus + .flt-label--label,
  .flt-label textarea:not(:placeholder-shown) + .flt-label--label,
  .flt-label select:focus + .flt-label--label,
  .flt-label select:not(:placeholder-shown) + .flt-label--label {
    margin-top: -.25em;
  }
}

.flt-label--label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.flt-label.form-group--inner input:focus + .flt-label--label, .flt-label.form-group--inner input:not(:placeholder-shown) + .flt-label--label,
.flt-label.form-group--inner textarea:focus + .flt-label--label,
.flt-label.form-group--inner textarea:not(:placeholder-shown) + .flt-label--label,
.flt-label.form-group--inner select:focus + .flt-label--label,
.flt-label.form-group--inner select:not(:placeholder-shown) + .flt-label--label {
  top: .5em;
}

@media print, screen and (min-width: 800px) {
  .flt-label.form-group--inner input:focus + .flt-label--label, .flt-label.form-group--inner input:not(:placeholder-shown) + .flt-label--label,
  .flt-label.form-group--inner textarea:focus + .flt-label--label,
  .flt-label.form-group--inner textarea:not(:placeholder-shown) + .flt-label--label,
  .flt-label.form-group--inner select:focus + .flt-label--label,
  .flt-label.form-group--inner select:not(:placeholder-shown) + .flt-label--label {
    margin-top: 2.15em;
  }
}

.flt-label.form-group--inner .flt-label--label {
  top: 2em;
}

@media print, screen and (min-width: 800px) {
  .flt-label.form-group--inner .flt-label--label {
    top: 2.5em;
  }
}

input,
textarea,
select {
  padding: .75em 1em;
}

textarea {
  min-height: 10em;
}

input,
textarea {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-bottom-color: #AAA;
}

input.no-border,
textarea.no-border {
  border: none;
  border-bottom: 1px solid #AAA;
  padding: 1.25em 0 1em;
}

input.ipt-S {
  width: 10em;
}

input.ipt-SS {
  width: 5em;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #999;
  outline: 0;
}

:disabled {
  opacity: .5;
}

[type="radio"],
[type="radio"] + label,
[type="checkbox"],
[type="checkbox"] + label {
  width: auto;
  display: inline-block;
}

[type="radio"],
[type="checkbox"] {
  margin-right: .5em;
}

.wrap-select {
  position: relative;
  display: inline-block;
  width: auto;
}

select,
.list-group-team select {
  padding: .5em 1em;
  background-color: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#F2F2F2), to(#FFF));
  background: linear-gradient(0deg, #F2F2F2, #FFF);
  padding-right: 32px;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: normal;
}

.form-group select {
  max-width: calc(100vw - 4rem - 32px);
}

@media print, screen and (min-width: 350px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 48px);
  }
}

@media print, screen and (min-width: 576px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 96px);
  }
}

@media print, screen and (min-width: 960px) {
  .form-group select {
    max-width: 100%;
  }
}

.list-group-team select {
  border: 1px solid #BBB;
}

.btn-label input[type="radio"],
.btn-label input[type="checkbox"],
.txt-label input[type="radio"],
.txt-label input[type="checkbox"] {
  display: none;
}

.btn-label label {
  position: relative;
  padding: .5em 1em;
  border: 1px solid #AAA;
  background-color: #F5F5F5;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-left: -1px;
  margin-top: -1px;
}

.btn-label label:hover {
  background-color: #CCC;
  color: #111;
}

.btn-label.sort-item label {
  padding: .5em .5em;
  background-color: #FFF;
  border-color: #DDD;
}

@media print, screen and (min-width: 350px) {
  .btn-label.sort-item label {
    padding: .5em .75em;
  }
}

.btn-label.separated label {
  padding: 1em .5em;
  background-color: #FFF;
  border-radius: 0;
}

.btn-label.separated label.btn-img label {
  padding: 0;
  background-color: #000;
  border-radius: 0;
  border: none;
}

.btn-label.full label {
  width: 100%;
}

.btn-label:not(:first-child) label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-label:not(:last-child) label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-label.separated :not(:last-child) label {
  border-right: 1px solid #AAA;
}

.btn-label.separated.btn-img :not(:last-child) label {
  border: none;
}

.txt-label label {
  position: relative;
  padding: .25em 0;
  padding-left: 1em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.txt-label label::before {
  position: relative;
  content: '・';
  margin-left: -1em;
  margin-right: .5em;
  display: inline-block;
}

.txt-label label:hover {
  color: #111;
}

.btn-label input[type="radio"]:checked + label,
.btn-label input[type="checkbox"]:checked + label {
  background-color: #555;
  color: #FFF;
}

.btn-label.btn-img input[type="radio"]:checked + label,
.btn-label.btn-img input[type="checkbox"]:checked + label {
  background-color: #000;
  border: 3px solid #e7cd00;
}

.btn-label.btn-img label img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-label.btn-img input[type="radio"]:checked + label img,
.btn-label.btn-img input[type="checkbox"]:checked + label img {
  opacity: .5;
}

.txt-label input[type="checkbox"]:checked + label {
  font-weight: bold;
}

.txt-label input[type="checkbox"]:checked + label::before {
  content: '-';
}

.form-help {
  display: inline-block;
  font-size: .83em;
  line-height: 1.4;
  margin-top: .5em;
}

.form-help.sp-top-lg {
  margin-top: 1em;
}

.error label,
.error .label {
  color: #D83536;
}

.error input, .error select,
.error .btn-label label {
  border-color: #D83536;
}

.error-msg {
  display: block;
  color: #D83536;
  margin-top: .5em;
}

.form-btns {
  position: relative;
  border-top: 1px solid #CCC;
  padding-top: 1.5rem;
  margin-top: 2rem;
}

@media print, screen and (min-width: 960px) {
  .form-btns {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}

.form-btns ul {
  list-style: none;
  letter-spacing: -.4em;
  display: block;
  width: 100%;
  margin: -.25rem;
}

.form-btns ul li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: .25rem;
}

.form-group--buttons {
  position: relative;
}

.form-group--buttons ul {
  list-style: none;
  letter-spacing: -.4em;
  display: block;
  margin: -.25rem;
}

.form-group--buttons ul li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: .25rem;
}

/* ---------------------------------------------------------------------------------------- */
/* LAYOUT-FLEXBOX
/* ---------------------------------------------------------------------------------------- */
.flex-container, .flex-container--no-space {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-container {
  margin: -.75rem;
}

@media print, screen and (min-width: 800px) {
  .flex-container {
    margin: -1rem;
  }
}

.flex-container--no-space {
  margin: 0;
}

.flex-container.sp-btm {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 800px) {
  .flex-container.sp-btm {
    margin-bottom: 2rem;
  }
}

.flex-container.rev {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.flex-container > *[class^="col-"] {
  position: relative;
  min-width: 2rem;
  padding: .75rem;
  word-wrap: break-word;
}

@media print, screen and (min-width: 800px) {
  .flex-container > *[class^="col-"] {
    padding: 1rem;
  }
}

.flex-container--no-space > *[class^="col-"] {
  padding: 0;
}

.col-sm-1 {
  width: 16.66667%;
}

.col-sm-2 {
  width: 33.33333%;
}

.col-sm-3 {
  width: 50%;
}

.col-sm-4 {
  width: 66.66667%;
}

.col-sm-5 {
  width: 83.33333%;
}

.col-sm-6 {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .col-xsm-1 {
    width: 12.5%;
  }
  .col-xsm-2 {
    width: 25%;
  }
  .col-xsm-3 {
    width: 37.5%;
  }
  .col-xsm-4 {
    width: 50%;
  }
  .col-xsm-5 {
    width: 62.5%;
  }
  .col-xsm-6 {
    width: 75%;
  }
  .col-xsm-7 {
    width: 87.5%;
  }
  .col-xsm-8 {
    width: 100%;
  }
}

@media print, screen and (min-width: 800px) {
  .col-md-1 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 25%;
  }
  .col-md-3 {
    width: 37.5%;
  }
  .col-md-4 {
    width: 50%;
  }
  .col-md-5 {
    width: 62.5%;
  }
  .col-md-6 {
    width: 75%;
  }
  .col-md-7 {
    width: 87.5%;
  }
  .col-md-8 {
    width: 100%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

[class*="icon-"] {
  font-size: 1px !important;
  line-height: 1;
}

svg.icon-fill,
svg.icon-stroke {
  width: 100%;
  height: 100%;
}

svg.icon-fill {
  fill: #000;
}

svg.icon-stroke {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

svg.icon-stroke.thin {
  stroke-width: 1;
}

svg.icon-stroke-fill {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

svg.icon-stroke-fill .fill {
  stroke: none !important;
  stroke-width: 0 !important;
  fill: #000 !important;
}

.wrap-inline-scrl {
  padding: 4px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  font-size: .875em;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 800px) {
  .wrap-inline-scrl {
    padding: 8px;
    margin-bottom: 3rem;
  }
}

.inline-scrl {
  position: relative;
  padding: 2rem;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
}

@media print, screen and (min-width: 800px) {
  .inline-scrl {
    padding: 3rem;
    height: 300px;
  }
}

#modalMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  z-index: 1002;
  display: block;
}

.modal .modalBtns {
  z-index: 1000;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: left;
  top: -40px;
  right: -40px;
}

.modal .modalBtns a.modalBtn-close {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #444;
}

.modal .modalBtns a.modalBtn-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modal .modalBtns a.modalBtn-close span::before, .modal .modalBtns a.modalBtn-close span::after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: '';
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.modal .modalBtns a.modalBtn-close span::before {
  margin-top: 10px;
  width: 21px;
  height: 0;
  border-top: 1px solid #FFF;
}

.modal .modalBtns a.modalBtn-close span::after {
  margin-left: 10px;
  height: 21px;
  width: 0;
  border-left: 1px solid #FFF;
}

.modal .modalBtns a.modalBtn-close:hover span {
  -webkit-transform: scale(1.25) rotate(45deg);
          transform: scale(1.25) rotate(45deg);
}

#MdTrailer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #000;
}

#MdTrailer.md-ver {
  padding-top: 178%;
}

#MdTrailer.md-ver #vd-mpg {
  width: auto;
  height: 100%;
}

#MdTrailer iframe,
#MdTrailer #vd-mpg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-paging {
  font-size: .875em;
  line-height: 1;
  font-family: 'robotolight', sans-serif;
  letter-spacing: -.4em;
}

.list-paging a {
  position: relative;
  text-decoration: none;
}

.list-paging a:hover {
  border-color: #AAA;
  background-color: #EEE;
}

.list-paging a:active {
  border-color: #111;
  background-color: #444;
  color: #FFF;
}

.list-paging li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 2px;
}

.list-paging li a,
.list-paging li span {
  text-align: center;
  display: block;
  padding: .35em;
  min-width: 2.5em;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}

.list-paging li .current {
  background-color: #222;
  color: #FFF;
}

.list-paging li.prev a {
  padding-left: 24px;
}

.list-paging li.prev a::after {
  left: 4px;
  content: '\e912';
}

.list-paging li.prev a:hover::after {
  color: #555;
}

.list-paging li.prev a:active::after {
  color: #FFF;
}

.list-paging li.next a {
  padding-right: 24px;
}

.list-paging li.next a::after {
  right: 4px;
  content: '\e910';
}

.list-paging li.next a:hover::after {
  color: #555;
}

.list-paging li.next a:active::after {
  color: #FFF;
}

.list-paging li.prev a::after,
.list-paging li.next a::after {
  font-family: 'icons';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  color: #888;
  pointer-events: none;
}

.isInView {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.isInView.fast {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.isInView.faster {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.isInView.fastest {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.isInView.slow {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.isInView.slower {
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.isInView.slowest {
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.isInView.fadeIn {
  opacity: 0 !important;
}

.isInView.fadeIn.scrlin {
  opacity: 1 !important;
}

.isInView.slideIn {
  top: 2rem;
}

.isInView.slideIn.scrlin {
  top: 0;
}

.isInView.acco {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.isInView.acco.scrlin {
  visibility: visible;
  max-height: none;
  opacity: 1;
}

.isInView.shutter.open {
  overflow: hidden;
}

.isInView.shutter.open::after {
  position: absolute;
  top: 0;
  right: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.isInView.shutter.open.shutter-rev::after {
  left: 0;
}

.isInView.shutter.open.scrlin::after {
  width: 0;
}

.isInView.delayH1 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.isInView.delayH2 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.isInView.delayH3 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.isInView.delayH4 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.isInView.delay1 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.isInView.delay2 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.isInView.delay3 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.isInView.delay4 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

@-webkit-keyframes inViewShutterOpen {
  0% {
    left: 0;
  }
  99% {
    left: 100%;
  }
  100% {
    left: 100%;
    display: none;
  }
}

@keyframes inViewShutterOpen {
  0% {
    left: 0;
  }
  99% {
    left: 100%;
  }
  100% {
    left: 100%;
    display: none;
  }
}

.tab-menu {
  position: relative;
  display: table;
  border-collapse: collapse;
  margin-bottom: 0 !important;
  z-index: 1;
}

@media print, screen and (min-width: 800px) {
  .tab-menu {
    border-collapse: separate;
    border-spacing: 8px;
    margin: 0 -8px;
  }
}

.tab-menu li {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  padding: 1rem 1.5rem;
  line-height: 1.5;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.tab-menu li:hover {
  background-color: #006195;
  color: #EEE;
  border-color: #006195;
}

.tab-menu li:active {
  background-color: #00a3fb;
  color: #555;
  border-color: #00a3fb;
}

.tab-menu li.active {
  background-color: #006195;
  color: #EEE;
  border-color: #006195;
}

.tab-content {
  position: relative;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
  opacity: 1;
}

.wrap-tab-content {
  position: relative;
  width: 100%;
  margin-top: -1px;
  border-top: 1px solid #DDDDDD;
  padding-top: 2rem;
  z-index: 0;
}

@media print, screen and (min-width: 800px) {
  .wrap-tab-content {
    margin-top: -9px;
  }
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl {
  display: block;
  width: 100%;
  border-top: 1px dotted #AAA;
}

@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl {
    display: table;
  }
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
  display: block;
}

@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
    display: table-cell;
    padding: 1em 0;
  }
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
  color: #005748;
  padding: .75em 0 .5em;
}

@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
    width: 30%;
    padding-right: 2em;
    color: #005748;
  }
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
  padding-bottom: .75em;
}

@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
    width: 70%;
  }
}

.UNCO {
  margin: auto;
}

.trigger {
  position: relative;
  width: 64px;
  height: 64px;
  padding: 16px 16px 14px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  z-index: 100;
  background-color: #0082c8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.trigger.show {
  right: 0;
}

.trigger .trigger--inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.trigger .trigger--inner .bar--nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  display: block;
  overflow: hidden;
}

.trigger .trigger--inner .bar--nav span {
  position: absolute;
  left: 0;
  border-top: 2px solid #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.trigger .trigger--inner .bar--nav span.top {
  top: 0;
  width: 100%;
}

.trigger .trigger--inner .bar--nav span.mid {
  top: 8px;
  width: 80%;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.trigger .trigger--inner .bar--nav span.btm {
  top: 16px;
  width: 60%;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.trigger .trigger--inner .bar--close {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 32px;
  display: block;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.trigger .trigger--inner .bar--close span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.trigger .trigger--inner .bar--close span.ver {
  width: 0;
  height: 0%;
  margin-left: -1px;
  border-left: 1px solid #052133;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.trigger .trigger--inner .bar--close span.hori {
  width: 0%;
  height: 0;
  border-top: 1px solid #052133;
  margin-top: -1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
}

.trigger .trigger--inner .ti {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  height: 1.5em;
  color: #FFF;
  text-align: center;
  font-size: 9px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  overflow: hidden;
}

.trigger .trigger--inner .ti span {
  position: relative;
  top: 0;
  display: block;
  line-height: 1.5em;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.trigger.active .trigger--inner .bar--nav span.top, .trigger.active .trigger--inner .bar--nav span.mid, .trigger.active .trigger--inner .bar--nav span.btm {
  left: 100%;
}

.trigger.active .trigger--inner .bar--close span.ver {
  height: 100%;
}

.trigger.active .trigger--inner .bar--close span.hori {
  width: 100%;
}

.trigger.active .trigger--inner .ti span {
  top: -1.5em;
}

.trigger.active:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.trigger.active:hover .trigger--inner .bar--close .ver {
  -webkit-animation: triggerCloseHoverVer .35s forwards;
          animation: triggerCloseHoverVer .35s forwards;
}

.trigger.active:hover .trigger--inner .bar--close .hori {
  -webkit-animation: triggerCloseHoverHori .35s forwards;
          animation: triggerCloseHoverHori .35s forwards;
}

.trigger:not(.active):hover .trigger--inner .bar--nav span {
  -webkit-animation: triggerHover .35s forwards;
          animation: triggerHover .35s forwards;
}

@-webkit-keyframes triggerHover {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  51% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@keyframes triggerHover {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  51% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes triggerCloseHoverVer {
  0% {
    top: 50%;
  }
  50% {
    top: 150%;
  }
  51% {
    top: -150%;
  }
  100% {
    top: 50%;
  }
}

@keyframes triggerCloseHoverVer {
  0% {
    top: 50%;
  }
  50% {
    top: 150%;
  }
  51% {
    top: -150%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes triggerCloseHoverHori {
  0% {
    left: 50%;
  }
  50% {
    left: 150%;
  }
  51% {
    left: -150%;
  }
  100% {
    left: 50%;
  }
}

@keyframes triggerCloseHoverHori {
  0% {
    left: 50%;
  }
  50% {
    left: 150%;
  }
  51% {
    left: -150%;
  }
  100% {
    left: 50%;
  }
}

.wp-caption {
  position: relative;
}

.wp-caption:not(:last-child) {
  margin-bottom: 1.5em;
}

@media print, screen and (min-width: 800px) {
  .wp-caption:not(:last-child) {
    margin-bottom: 2em;
  }
}

.wp-caption .wp-caption-text {
  display: block;
  margin-top: .5em;
  font-size: .8125em;
  line-height: 1.5;
  padding: 0 1em;
}

.aligncenter {
  margin: 0 auto 1.5em;
}

@media print, screen and (min-width: 800px) {
  .aligncenter {
    margin-bottom: 2em;
  }
}

.alignleft {
  width: 100%;
  margin-bottom: 1.5em;
}

@media print, screen and (min-width: 800px) {
  .alignleft {
    float: left;
    width: 40%;
    margin-right: 2em;
    margin-bottom: 2em;
  }
}

.alignright {
  width: 100%;
  margin-bottom: 1.5em;
}

@media print, screen and (min-width: 800px) {
  .alignright {
    float: right;
    width: 40%;
    margin-left: 2em;
    margin-bottom: 2em;
  }
}

.wp-pagenavi {
  position: relative;
  text-align: center;
  font-size: .8125em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.4em;
  margin-top: 2rem;
  font-family: 'LinuxLibertineO', serif;
}

@media print, screen and (min-width: 800px) {
  .wp-pagenavi {
    font-size: .875em;
  }
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 1px;
  text-align: center;
  padding: .75em 1em;
  text-decoration: none;
}

.wp-pagenavi span.current, .wp-pagenavi span:hover,
.wp-pagenavi a.current,
.wp-pagenavi a:hover {
  background-color: #0093e2;
  color: #FFF;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-family: 'icons';
}

.wp-pagenavi .previouspostslink::before {
  content: "\e906";
}

.wp-pagenavi .nextpostslink::before {
  content: "\e904";
}

.list-categories {
  position: relative;
  text-align: left;
  z-index: 5;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
}

@media print, screen and (min-width: 800px) {
  .list-categories {
    margin-bottom: 2rem;
    margin-top: -2rem;
  }
}

.list-categories dl {
  position: relative;
  display: inline-block;
  text-align: left;
}

.list-categories dl dt {
  position: relative;
  display: block;
  padding: 1.25em .75em;
  padding-right: 4em;
  font-size: .8125em;
  color: #0082c8;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  border-radius: .25em;
  background-color: #FFF;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 800px) {
  .list-categories dl dt {
    padding: 1.25em 1.25em;
    padding-right: 3em;
  }
}

.list-categories dl dt span {
  font-size: 1.15em;
  font-weight: 700;
}

@media print, screen and (min-width: 800px) {
  .list-categories dl dt span {
    font-size: 1.25em;
  }
}

.list-categories dl dt i {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #0082c8;
  border-right: 1px solid #0082c8;
  display: block;
}

.list-categories dl dt.active i {
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.list-categories dl dt.active + dd {
  visibility: visible;
  opacity: 1;
  max-height: 99999px;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}

.list-categories dl dd {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #0071af;
  margin: 0;
  border-radius: 0 0 .25em .25em;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.list-categories dl dd ul {
  position: relative;
  list-style: none;
  display: block;
}

.list-categories dl dd ul li {
  margin: 0;
}

.list-categories dl dd ul li:not(:last-child) {
  border-bottom: 1px dotted #16adff;
}

.list-categories dl dd ul li a {
  display: block;
  padding: 1em;
  color: #FFF;
  font-size: .92em;
}

@media print, screen and (min-width: 960px) {
  .list-categories dl dd ul li a {
    padding: 1.25em 1em;
  }
}

.list-categories dl dd ul li a:hover {
  background-color: #0082c8;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-HEADER
/* ---------------------------------------------------------------------------------------- */
#Global-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: #F8F8F8;
  border-bottom: 0.25rem solid #052133;
}

@media print, screen and (min-width: 800px) {
  #Global-header {
    border-bottom-width: .5rem;
  }
}

#Global-header .inner-wrap {
  height: 64px;
}

@media print, screen and (min-width: 800px) {
  #Global-header .inner-wrap {
    height: 104px;
  }
}

#Global-header h1, #Global-header .h1 {
  position: absolute;
  top: 50%;
  left: .75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1px;
  line-height: 1;
  margin: 0;
  overflow: hidden;
}

@media print, screen and (min-width: 800px) {
  #Global-header h1, #Global-header .h1 {
    left: 2rem;
    margin-top: -.25rem;
  }
}

#Global-header h1 a, #Global-header .h1 a {
  display: block;
  width: 148px;
}

@media print, screen and (min-width: 800px) {
  #Global-header h1 a, #Global-header .h1 a {
    width: 200px;
  }
}

#Global-header h1 img, #Global-header .h1 img {
  width: 100%;
  height: auto;
}

#Global-header .block-header-tr {
  position: absolute;
  top: 4px;
  right: 0;
  height: 56px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media print, screen and (min-width: 800px) {
  #Global-header .block-header-tr {
    top: 8px;
    right: 2rem;
  }
}

#Global-header .block-header-tr .nav-uti {
  position: relative;
  letter-spacing: -.4rem;
  font-size: .875em;
  list-style: none;
  margin: 0;
  display: none;
}

@media print, screen and (min-width: 800px) {
  #Global-header .block-header-tr .nav-uti {
    display: block;
  }
}

#Global-header .block-header-tr .nav-uti li {
  position: relative;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-right: 2em;
}

#Global-header .block-header-tr .nav-uti li a {
  position: relative;
  display: block;
  line-height: 32px;
  padding-left: 36px;
}

#Global-header .block-header-tr .nav-uti li a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}

#Global-header .block-header-tr .btn-header-login {
  margin-right: -2em;
}

@media print, screen and (min-width: 800px) {
  #Global-header .block-header-tr .btn-header-login {
    margin-right: 0;
  }
}

#Global-header .block-header-tr .btn-header-login a {
  position: relative;
  display: block;
  font-weight: 700;
  color: #FFF;
  font-size: .92em;
  line-height: 48px;
  height: 48px;
  width: 144px;
  border-radius: 32px;
  padding: 0;
  text-align: center;
  background-color: #052133;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-FOOTER
/* ---------------------------------------------------------------------------------------- */
#Global-footer {
  position: relative;
  padding: 2rem 1.5rem 3rem;
  background-color: #F5F5F5;
}

@media print, screen and (min-width: 800px) {
  #Global-footer {
    padding: 3rem 2rem 4rem;
  }
}

#Global-footer .footer-logo {
  position: relative;
  display: block;
  width: 180px;
  margin: 0 auto 1rem;
}

@media print, screen and (min-width: 800px) {
  #Global-footer .footer-logo {
    width: 240px;
  }
}

#Global-footer .footer-logo img {
  width: 100%;
  height: auto;
}

#Global-footer .copyright {
  font-size: .8125em;
  font-family: 'montserrat', Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .05em;
  font-weight: 500;
  color: #0082c8;
}

#Global-footer .footer-sns {
  margin: 1.5rem auto;
  list-style: none;
  letter-spacing: -.4em;
}

#Global-footer .footer-sns li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: .5rem;
}

#Global-footer .footer-sns li a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #0082c8;
  padding: 8px;
}

@media print, screen and (min-width: 800px) {
  #Global-footer .footer-sns li a {
    width: 56px;
    height: 56px;
  }
}

#Global-footer .footer-sns li a svg {
  fill: #FFF;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-NAVIGATION
/* ---------------------------------------------------------------------------------------- */
#Global-navigation {
  position: absolute;
  top: 72px;
  right: 2rem;
  display: none;
}

@media print, screen and (min-width: 960px) {
  #Global-navigation {
    display: block;
  }
}

#Global-navigation ul {
  position: relative;
  width: 100%;
  letter-spacing: -.4em;
  text-align: center;
  margin: 0;
  -webkit-box-shadow: 0 0.25rem 1rem -0.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 1rem -0.25rem rgba(0, 0, 0, 0.2);
}

#Global-navigation ul li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  font-weight: 500;
  font-size: .92em;
  line-height: 1.4;
  background-color: #0082c8;
}

@media print, screen and (min-width: 960px) {
  #Global-navigation ul li {
    padding: 0 1rem;
  }
}

@media print, screen and (min-width: 1312px) {
  #Global-navigation ul li {
    padding: 0 1.5rem;
  }
}

#Global-navigation ul li:not(:last-child) {
  border-right: 1px dotted #FFF;
}

#Global-navigation ul li a {
  position: relative;
  display: block;
  padding: 1.5em 1.5em;
  color: #FFF;
  font-weight: 700;
}

#Global-navigation-flt {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 123, 190, 0.95);
  padding: 0 2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

#Global-navigation-flt.active {
  opacity: 1;
  bottom: 0;
  visibility: visible;
  max-height: inherit;
}

#Global-navigation-flt ul {
  position: relative;
  max-width: 480px;
  text-align: left;
  width: 100%;
  margin: auto;
}

#Global-navigation-flt ul li a {
  display: block;
  padding: .5em 0;
  font-weight: 700;
  color: #FFF;
  font-size: 1.15em;
}

.footer-flt-navigation {
  position: fixed;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, 0.8);
          box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, 0.8);
  z-index: 100;
  width: 100%;
  background-color: #FFF;
}

@media print, screen and (min-width: 800px) {
  .footer-flt-navigation {
    display: none;
  }
}

.footer-flt-navigation ul {
  position: relative;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  flex-grow: 1;
}

.footer-flt-navigation ul li {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer-flt-navigation ul li + li {
  border-left: 1px dotted #BBB;
}

.footer-flt-navigation ul li a {
  position: relative;
  display: block;
  height: 64px;
}

.footer-flt-navigation ul li a i {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  display: block;
}

.footer-flt-navigation ul li a i svg {
  width: 32px;
  height: 32px;
}

.footer-flt-navigation ul li a span {
  position: absolute;
  left: 0;
  bottom: .85em;
  width: 100%;
  text-align: center;
  font-size: .75em;
  line-height: 1;
  font-weight: 700;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - COMMON
/* ---------------------------------------------------------------------------------------- */
.content {
  position: relative;
  padding-top: 64px;
}

@media print, screen and (min-width: 800px) {
  .content {
    padding-top: 104px;
  }
}

.dummy {
  position: relative;
  width: 100%;
  text-align: center;
}

.dummy img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.img-pc {
  display: none;
}

@media print, screen and (min-width: 800px) {
  .img-pc {
    display: block;
  }
}

.img-smp {
  display: block;
}

@media print, screen and (min-width: 800px) {
  .img-smp {
    display: none;
  }
}

.has-sidebar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.has-sidebar.rev {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

@media print, screen and (max-width: 767px) {
  .has-sidebar.rev .sidebar {
    padding-top: 0;
  }
}

.has-sidebar .main {
  position: relative;
  width: 100%;
  padding-top: 2rem;
  margin-bottom: 3rem;
  padding-top: 3rem;
}

@media print, screen and (min-width: 768px) {
  .has-sidebar .main {
    padding-top: 3rem;
  }
}

@media print, screen and (min-width: 960px) {
  .has-sidebar .main {
    width: 66.66666666%;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .has-sidebar .main {
    padding-top: 4rem;
  }
}

.has-sidebar .sidebar {
  position: relative;
  width: 100%;
  padding-top: 1rem;
}

@media print, screen and (min-width: 768px) {
  .has-sidebar .sidebar {
    padding-top: 2rem;
  }
}

@media print, screen and (min-width: 960px) {
  .has-sidebar .sidebar {
    width: 33.33333333%;
    padding-left: 3rem;
    padding-top: 5em;
  }
}

@media print, screen and (min-width: 1312px) {
  .has-sidebar .sidebar {
    padding-left: 6.5rem;
  }
}

.row {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row .col {
  position: relative;
  width: 50%;
}

.indent-left .row {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.indent-left .row .col {
  position: relative;
}

.indent-left .row .col.thin {
  width: 45.454545%;
}

.indent-left .row .col.wide {
  width: 54.545454%;
}

.indent-left .row .col.sp-left {
  padding-left: 3rem;
}

.indent-left .row .col + .col {
  margin-top: 2rem;
}

@media print, screen and (min-width: 768px) {
  .indent-left .row .col + .col {
    margin-top: 4rem;
  }
}

.sidebar {
  position: relative;
}

.sidebar .inner {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

@media print, screen and (min-width: 960px) {
  .sidebar .inner {
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    width: 100%;
    padding-bottom: 4rem;
  }
}

.sidebar h3 {
  position: relative;
  display: block;
  padding-bottom: 1em;
  margin-bottom: .5em;
}

.sidebar h3::before, .sidebar h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: ' ';
  height: .5rem;
  border-radius: .25rem;
}

.sidebar h3::before {
  width: 100%;
  border: 1px solid #0082c8;
}

.sidebar h3::after {
  width: 2em;
  background-color: #0082c8;
}

.sidebar .category-list:not(:last-child) {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  .sidebar .category-list:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.sidebar .category-list ul {
  list-style: none;
}

.sidebar .category-list ul li {
  border-bottom: 1px dotted #BBB;
}

.sidebar .category-list ul li a {
  display: block;
  padding: .75em 0;
}

@media print, screen and (min-width: 768px) {
  .sidebar .category-list ul li a {
    padding: 1em 0;
  }
}

.latest-atl-index .atl-index-sidebar {
  position: relative;
}

.latest-atl-index .atl-index-sidebar--item {
  position: relative;
  padding-top: 1em;
}

.latest-atl-index .atl-index-sidebar--item:not(:last-child) {
  border-bottom: 1px solid #CCC;
  padding-bottom: 1em;
}

.latest-atl-index .atl-index-sidebar--item a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.latest-atl-index .atl-index-sidebar--item--thumb {
  position: relative;
  width: 80px;
  height: 80px;
}

.latest-atl-index .atl-index-sidebar--item--thumb span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.latest-atl-index .atl-index-sidebar--item--desc {
  width: calc(100% - 80px);
  padding-left: 1rem;
}

.latest-atl-index .atl-index-sidebar--item--desc span {
  display: block;
}

.latest-atl-index .atl-index-sidebar--item--desc span.ti {
  font-size: .92em;
  margin-bottom: .5em;
}

.latest-atl-index .atl-index-sidebar--item--desc span.date {
  font-size: .8125em;
  font-family: 'WorkSans', Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.latest-atl-index .atl-index-sidebar--item--desc span.pref {
  font-size: .8125em;
}

.corner-header {
  position: relative;
  background-color: #052133;
}

.corner-header.sp-bottom {
  margin-bottom: 2.5rem;
}

@media print, screen and (min-width: 768px) {
  .corner-header.sp-bottom {
    margin-bottom: 3.5rem;
  }
}

@media print, screen and (min-width: 960px) {
  .corner-header.sp-bottom {
    margin-bottom: 5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .corner-header {
    background-color: #f8f8f8;
  }
}

.corner-header .inner-wrap {
  min-height: 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

@media print, screen and (min-width: 768px) {
  .corner-header .inner-wrap {
    min-height: 160px;
  }
}

@media print, screen and (min-width: 960px) {
  .corner-header .inner-wrap {
    min-height: 200px;
  }
}

.corner-header.sml {
  background-color: transparent;
}

.corner-header.sml .inner-wrap {
  min-height: inherit;
}

@media print, screen and (min-width: 768px) {
  .corner-header.sml .inner-wrap {
    min-height: inherit;
  }
}

@media print, screen and (min-width: 960px) {
  .corner-header.sml .inner-wrap {
    min-height: inherit;
  }
}

.corner-header.sml .bottom {
  padding: 0;
}

.corner-header.sml .bottom::after {
  display: none;
}

.corner-header.sml h1 {
  margin-bottom: .5em;
}

.corner-header.low .inner-wrap {
  min-height: inherit;
  height: 0;
}

@media print, screen and (min-width: 768px) {
  .corner-header.low .inner-wrap {
    min-height: inherit;
    height: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .corner-header.low .inner-wrap {
    min-height: inherit;
    padding-top: 4rem;
  }
}

.corner-header .bottom {
  padding-bottom: 16px;
  width: 100%;
}

.corner-header .bottom::after {
  position: absolute;
  top: -4px;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: 0;
  border: 4px solid #0082c8;
  content: ' ';
}

@media print, screen and (min-width: 768px) {
  .corner-header .bottom::after {
    bottom: -2px;
    top: inherit;
  }
}

@media print, screen and (min-width: 800px) {
  .corner-header .bottom::after {
    left: 2rem;
    width: calc(100% - 4rem);
  }
}

.corner-header .h1 {
  position: relative;
  display: block;
  font-size: 1.08em;
  font-weight: 700;
  padding-bottom: .5rem;
  color: #FFF;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .corner-header .h1 {
    font-size: 1.5em;
    padding-bottom: .5rem;
    color: #0082c8;
    text-align: left;
  }
}

@media print, screen and (min-width: 960px) {
  .corner-header .h1 {
    font-size: 2em;
    padding-bottom: .5rem;
  }
}

.corner-header .h1::after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  content: ' ';
  width: 0;
  height: 1rem;
  border-left: 1px dotted #FFF;
}

.corner-header .h1.alp {
  font-weight: 400;
}

.corner-header .breadcrumb {
  position: relative;
  font-size: .8125em;
  display: none;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .corner-header .breadcrumb {
    display: block;
  }
}

.corner-header .breadcrumb ul {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.corner-header .breadcrumb ul li {
  position: relative;
  color: #888;
}

.corner-header .breadcrumb ul li:not(:first-child) {
  padding-left: 2em;
}

.corner-header .breadcrumb ul li:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: .4em;
  width: .75em;
  height: 0;
  content: ' ';
  border-top: 1px solid #AAA;
}

.corner-header .breadcrumb ul li:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.atl-norm {
  position: relative;
  width: 100%;
  margin-left: auto;
}

.atl-norm .article-header {
  position: relative;
  max-width: 728px;
  margin-left: auto;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  .atl-norm .article-header {
    margin-bottom: 3rem;
  }
}

@media print, screen and (min-width: 960px) {
  .atl-norm .article-header {
    margin-bottom: 4rem;
  }
}

.atl-norm .article-header h1 {
  margin-bottom: .5em;
}

.atl-norm .article-header .status {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: .8125em;
  border-top: 1px solid #DDD;
}

.atl-norm .article-header .status > span {
  position: relative;
  display: block;
  padding-top: 1.5em;
}

.atl-norm .article-header .status > span::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: .5rem;
  height: 0;
  border-top: 1px solid #052133;
  content: ' ';
}

.atl-norm .article-header .status .date {
  position: relative;
  width: 8em;
  font-family: 'WorkSans', Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.atl-norm .article-header .status .category {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.atl-norm .article-header .status .category ul {
  letter-spacing: -.4em;
  list-style: none;
}

.atl-norm .article-header .status .category ul li {
  letter-spacing: 0;
  display: inline-block;
}

.atl-norm .article-header .status .category ul li:not(:last-child) {
  margin-right: 1em;
}

.atl-norm .article-header .status .facility {
  display: block;
}

.atl-norm .article-header .status .name {
  display: block;
}

.atl-norm .scn-norm {
  margin-left: auto;
  max-width: 728px;
}

.atl-norm .first-img {
  position: relative;
  margin-left: -1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

@media print, screen and (min-width: 800px) {
  .atl-norm .first-img {
    margin-left: -2rem;
    margin-bottom: 2rem;
  }
}

@media print, screen and (min-width: 1312px) {
  .atl-norm .first-img {
    margin-left: 0;
    margin-bottom: 3rem;
  }
}

.atl-norm .first-img img {
  width: 100%;
  height: auto;
}

.atl-norm .first-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 100%;
  content: ' ';
  background-color: rgba(255, 255, 255, 0.5);
}

@media print, screen and (min-width: 800px) {
  .atl-norm .first-img::before {
    width: 2em;
  }
}

@media print, screen and (min-width: 1312px) {
  .atl-norm .first-img::before {
    margin-left: 0;
    width: 12.5%;
  }
}

.atl-norm .first-img + .scn-norm p:first-child strong {
  color: #0082c8;
}

h1.border-btm {
  position: relative;
  text-align: center;
  display: block;
  padding-bottom: .5em;
}

h1.border-btm::after {
  position: absolute;
  bottom: -.5rem;
  left: 50%;
  margin-left: -1em;
  content: ' ';
  width: 2em;
  height: .5rem;
  border-radius: .25rem;
  border: 1px dotted #0082c8;
}

h2.with-mark {
  position: relative;
  display: block;
  text-align: center;
  color: #0082c8;
  padding-top: 32px;
}

h2.with-mark span {
  display: inline-block;
  margin: 0 auto;
}

h2.with-mark i {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
}

h2.with-mark i svg {
  width: 24px;
  height: 24px;
  fill: #0082c8;
}

.dblue {
  background-color: #052133;
  border-top: none;
  color: #FFF;
}

.dblue a {
  color: #FFF;
}

.dblue h2.with-mark {
  color: #e5db30;
}

.dblue h2.with-mark i svg {
  fill: #e5db30;
}

.scn-norm {
  position: relative;
}

.scn-norm:not(:first-child):not(.no-sp-top) {
  padding-top: 3rem;
}

@media print, screen and (min-width: 768px) {
  .scn-norm:not(:first-child):not(.no-sp-top) {
    padding-top: 4rem;
  }
}

@media print, screen and (min-width: 960px) {
  .scn-norm:not(:first-child):not(.no-sp-top) {
    padding-top: 5rem;
  }
}

.scn-norm:not(.no-sp-bottom) {
  padding-bottom: 3rem;
}

@media print, screen and (min-width: 768px) {
  .scn-norm:not(.no-sp-bottom) {
    padding-bottom: 4rem;
  }
}

@media print, screen and (min-width: 960px) {
  .scn-norm:not(.no-sp-bottom) {
    padding-bottom: 5rem;
  }
}

.scn-norm.clrd {
  border-top: 1px dotted #0082c8;
  background-color: rgba(0, 130, 200, 0.05);
}

.scn-norm .indent-left {
  max-width: 1144px;
  margin-left: auto;
}

.scn-norm h2:not(.plain) {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.scn-norm h2:not(.plain) span {
  padding-right: 1rem;
}

.scn-norm h2:not(.plain)::before {
  position: absolute;
  left: -1.5rem;
  top: 50%;
  margin-top: -2.5px;
  content: ' ';
  width: 1rem;
  height: 5px;
  border-radius: 2.5px;
  background-color: #0082c8;
}

.scn-norm h2:not(.plain)::after {
  position: relative;
  content: ' ';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 1em;
  height: 5px;
  border-radius: 2.5px;
  border: 1px solid #BFE0F1;
}

.scn-norm h3:not(.plain) {
  position: relative;
  display: block;
  padding-bottom: .75em;
  border-bottom: 1px solid #EEE;
}

.scn-norm h3:not(.plain)::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: ' ';
  width: 1em;
  height: 0;
  border-top: 1px solid #0082c8;
}

.scn-norm ol:not(.plain):not(:last-child), .scn-norm ul:not(.plain):not(:last-child) {
  margin-bottom: 2em;
}

.scn-norm ol:not(.plain) {
  margin-left: 2em;
}

.scn-norm ul:not(.plain) {
  list-style: none;
}

.scn-norm ul:not(.plain) li {
  position: relative;
  margin-left: 1.5em;
}

.scn-norm ul:not(.plain) li::before {
  position: absolute;
  top: 0;
  left: -1em;
  font-size: 1em;
  line-height: 1.5;
  content: '・';
}

.atl-slider {
  position: relative;
  width: 100%;
}

.atl-slider .atl-sml-index {
  letter-spacing: -.4em;
  white-space: nowrap;
}

.atl-slider--nav {
  position: absolute;
  bottom: 0;
  width: 48px;
  height: 48px;
  padding: 12px;
  background-color: #0082c8;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: .25rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media print, screen and (min-width: 1312px) {
  .atl-slider--nav {
    width: 56px;
    height: 56px;
    padding: 16px;
  }
}

.atl-slider--nav:hover {
  background-color: #006195;
}

.atl-slider--nav i {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.atl-slider--nav i svg {
  width: 100%;
  height: 100%;
  stroke: #FFF;
}

.atl-slider--nav.right {
  right: -16px;
  padding: 12px 16px 12px 4px;
  border-radius: .25rem 0 0 .25rem;
}

@media print, screen and (min-width: 800px) {
  .atl-slider--nav.right {
    right: 0;
    padding: 12px;
  }
}

.atl-slider--nav.left {
  left: -16px;
  padding: 12px 4px 12px 16px;
  border-radius: 0 .25rem .25rem 0;
}

@media print, screen and (min-width: 800px) {
  .atl-slider--nav.left {
    left: 0;
    padding: 12px;
  }
}

.atl-slider--nav.left i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.atl-sml-index {
  position: relative;
  letter-spacing: -.4em;
  margin: 0 -1rem;
  overflow: hidden;
}

.atl-sml-index--item {
  position: relative;
  letter-spacing: 0;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 1rem;
}

.atl-sml-index--item > a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  white-space: normal;
}

.atl-sml-index--item--thumb {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

@media print, screen and (min-width: 800px) {
  .atl-sml-index--item--thumb {
    width: 112px;
    height: 112px;
  }
}

.atl-sml-index--item--thumb span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.atl-sml-index--item--desc {
  position: relative;
  width: calc(100% - 80px);
  padding-left: 1rem;
}

@media print, screen and (min-width: 800px) {
  .atl-sml-index--item--desc {
    width: calc(100% - 112px);
  }
}

.atl-sml-index--item--desc > span {
  display: block;
}

.atl-sml-index--item--desc > span.ti {
  font-size: .875em;
  font-weight: 700;
  margin-bottom: .25em;
}

.atl-sml-index--item--desc > span.excerpt {
  font-size: .8125em;
  line-height: 1.5;
  display: none;
}

@media print, screen and (min-width: 768px) {
  .atl-sml-index--item--desc > span.excerpt {
    display: block;
  }
}

.atl-sml-index--item--desc > span.pref {
  font-size: .8125em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: .5em;
  color: #0082c8;
}

.atl-sml-index--item--desc > span.date {
  font-size: .8125em;
  font-family: 'WorkSans', Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.atl-sml-index--item--desc .status {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: .8125em;
  margin-top: .5rem;
}

@media print, screen and (min-width: 768px) {
  .atl-sml-index--item--desc .status {
    margin-top: 1.25rem;
    border-bottom: 1px solid #DDD;
  }
}

@media print, screen and (min-width: 960px) {
  .atl-sml-index--item--desc .status {
    margin-top: 1.5rem;
  }
}

.atl-sml-index--item--desc .status > span {
  position: relative;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .atl-sml-index--item--desc .status > span {
    padding-bottom: 1em;
  }
}

.atl-sml-index--item--desc .status > span::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: .5rem;
  height: 0;
  border-bottom: 1px solid #052133;
  content: ' ';
  display: none;
}

@media print, screen and (min-width: 768px) {
  .atl-sml-index--item--desc .status > span::before {
    display: block;
  }
}

.atl-sml-index--item--desc .status .date {
  position: relative;
  width: 8em;
  font-family: 'WorkSans', Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.atl-sml-index--item--desc .status .category {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.atl-sml-index--item--desc .status .category ul {
  letter-spacing: -.4em;
  list-style: none;
  margin-left: 0;
}

.atl-sml-index--item--desc .status .category ul li {
  letter-spacing: 0;
  display: inline-block;
  margin-left: 0;
}

.atl-sml-index--item--desc .status .category ul li:not(:last-child) {
  margin-right: 1em;
}

.atl-sml-index--item--desc .status .category ul li::before {
  display: none;
}

.atl-sml-index--item--desc .status .facility {
  display: block;
}

.atl-sml-index--item--desc .status .name {
  display: block;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - CONTACT
/* ---------------------------------------------------------------------------------------- */
.scn-contact {
  position: relative;
  width: 100%;
  background-color: rgba(0, 130, 200, 0.9);
}

.scn-contact::before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/contact/bg-contact.jpg");
  z-index: -1;
}

.scn-contact::after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 47px 47px;
  background-image: url("../img/contact/line.svg");
  z-index: 0;
  opacity: .2;
}

.scn-contact .inner-wrap {
  text-align: center;
  padding: 3rem 0;
  z-index: 2;
}

@media print, screen and (min-width: 800px) {
  .scn-contact .inner-wrap {
    padding: 4rem 0;
  }
}

.scn-contact h3 {
  font-size: 1.35em;
  color: #bfe0f1;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 800px) {
  .scn-contact h3 {
    font-size: 2em;
  }
}

.scn-contact ul.btns {
  position: relative;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 1rem .25rem;
}

@media print, screen and (min-width: 800px) {
  .scn-contact ul.btns {
    margin: 1rem 1rem;
  }
}

.scn-contact ul.btns li {
  width: 50%;
  padding: .25rem;
}

@media print, screen and (min-width: 800px) {
  .scn-contact ul.btns li {
    padding: 1rem;
  }
}

.scn-contact ul.btns li a {
  position: relative;
  background-color: #FFF;
  width: 100%;
  padding-top: 100%;
  display: block;
  -webkit-box-shadow: 0 0.5rem 1rem -0.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1rem -0.25rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

@media print, screen and (min-width: 800px) {
  .scn-contact ul.btns li a {
    padding-top: 30%;
  }
}

.scn-contact ul.btns li a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #0082c8;
  margin-top: -48px;
}

@media print, screen and (min-width: 768px) {
  .scn-contact ul.btns li a span {
    margin-top: -56px;
  }
}

@media print, screen and (min-width: 800px) {
  .scn-contact ul.btns li a span {
    font-size: 1.15em;
    margin-top: -56px;
  }
}

.scn-contact ul.btns li a span i {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: auto;
}

@media print, screen and (min-width: 800px) {
  .scn-contact ul.btns li a span i {
    width: 80px;
    height: 80px;
  }
}

@media print, screen and (min-width: 800px) {
  .scn-contact ul.btns li a span i {
    width: 80px;
    height: 80px;
  }
}

.scn-contact ul.btns li a span i svg.icon-stroke {
  stroke: #0082c8;
  stroke-width: .5;
}

.scn-contact .company h4 {
  margin-bottom: .25em;
  color: #e5db30;
}

.scn-contact .company .company-name {
  font-size: 1.25em;
  color: #FFF;
  margin-bottom: .75em;
}

@media print, screen and (min-width: 800px) {
  .scn-contact .company .company-name {
    margin-bottom: 1em;
  }
}

.scn-contact .company .tel-num {
  font-size: 3em;
  line-height: 1;
  font-family: Arial, Helvetica, "sans-serif";
  color: #e5db30;
  margin-bottom: .5rem;
}

@media print, screen and (min-width: 800px) {
  .scn-contact .company .tel-num {
    font-size: 4em;
    margin-bottom: 1rem;
  }
}

.scn-contact .company .biz-hours {
  font-size: .875em;
  line-height: 1.5;
  color: #FFF;
  font-weight: 700;
}

@media print, screen and (min-width: 800px) {
  .scn-contact .company .biz-hours {
    font-size: 1em;
  }
}

.scn-contact .exmp {
  margin: 0 auto 1.25rem;
  max-width: 720px;
  padding: 0 1rem;
}

@media print, screen and (min-width: 768px) {
  .scn-contact .exmp {
    padding: 0;
    margin-bottom: 2rem;
  }
}

.scn-contact .exmp ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0;
  width: 100%;
}

.scn-contact .exmp ul li {
  width: 50%;
  padding: 2px;
  margin: 0;
}

.scn-contact .exmp ul li > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5em .5em;
  text-align: center;
  color: #FFF;
  font-size: .875em;
  line-height: 1.4;
  font-weight: 700;
  background-color: rgba(5, 33, 51, 0.5);
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media print, screen and (min-width: 350px) {
  .scn-contact .exmp ul li > span {
    font-size: .92em;
  }
}

@media print, screen and (min-width: 576px) {
  .scn-contact .exmp ul li > span {
    padding: 2em 1em;
  }
}

.scn-contact-btns {
  position: relative;
}

.scn-contact-btns ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
}

.scn-contact-btns ul li {
  position: relative;
  width: 100%;
  margin: 0;
}

@media print, screen and (min-width: 576px) {
  .scn-contact-btns ul li {
    width: 50%;
  }
}

.scn-contact-btns ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em 1em 1.5em;
}

@media print, screen and (min-width: 576px) {
  .scn-contact-btns ul li a {
    padding: 2.5em 1em 3em;
  }
}

.scn-contact-btns ul li i {
  display: block;
  width: 96px;
  height: 96px;
  margin: auto;
}

.scn-contact-btns ul li i svg.icon-stroke {
  stroke: #FFF;
  stroke-width: .5;
}

.scn-contact-btns ul li span {
  display: inline-block;
}

.scn-contact-btns ul li span.sml {
  font-size: .875em;
  font-weight: 700;
  color: #052133;
  padding-bottom: .75em;
  border-bottom: 1px solid #052133;
}

.scn-contact-btns ul li span.lrg {
  font-size: 1.25em;
  font-weight: 700;
  padding-top: .5em;
  color: #FFF;
}

@media print, screen and (min-width: 576px) {
  .scn-contact-btns ul li span.lrg {
    font-size: 1.35em;
  }
}

@media print, screen and (min-width: 768px) {
  .scn-contact-btns ul li span.lrg {
    font-size: 1.5em;
  }
}

.scn-contact-btns ul li.bnr-consultation {
  background: linear-gradient(135deg, #e5db30 0%, #79c600 100%);
}

.scn-contact-btns ul li.bnr-faq {
  background: linear-gradient(135deg, #f25e24 0%, #eb3544 100%);
}

.scn-contact-form {
  border-bottom: 3rem solid #FFF;
}

@media print, screen and (min-width: 768px) {
  .scn-contact-form {
    border-bottom-width: 4rem;
  }
}

@media print, screen and (min-width: 960px) {
  .scn-contact-form {
    border-bottom-width: 5rem;
  }
}

.scn-contact-form::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: calc(100% - .5rem);
  height: 100%;
  content: ' ';
  background-color: #F5F5F5;
}

@media print, screen and (min-width: 960px) {
  .scn-contact-form::before {
    width: 50%;
    height: 100%;
  }
}

.scn-contact-form h3 {
  position: relative;
  display: block;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}

.scn-contact-form h3::before, .scn-contact-form h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: ' ';
  height: .5rem;
  border-radius: .25rem;
}

.scn-contact-form h3::before {
  width: 100%;
  border: 1px solid #0082c8;
}

.scn-contact-form h3::after {
  width: 2em;
  background-color: #0082c8;
}

.scn-contact-form .contact-form.row > .col {
  position: relative;
}

.scn-contact-form .contact-form.row > .col.ti {
  width: 100%;
  padding-top: 3rem;
}

@media print, screen and (min-width: 768px) {
  .scn-contact-form .contact-form.row > .col.ti {
    padding-top: 4rem;
  }
}

@media print, screen and (min-width: 960px) {
  .scn-contact-form .contact-form.row > .col.ti {
    width: 33.33333333%;
    padding-right: 4rem;
    padding-top: 5rem;
  }
}

.scn-contact-form .contact-form.row > .col.ti::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 6rem;
  height: 100%;
  content: ' ';
  background-color: #F5F5F5;
}

.scn-contact-form .contact-form.row > .col.fm {
  width: 100%;
  padding-top: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .scn-contact-form .contact-form.row > .col.fm {
    padding-top: 2rem;
  }
}

@media print, screen and (min-width: 960px) {
  .scn-contact-form .contact-form.row > .col.fm {
    padding-top: 8rem;
    max-width: 66.66666666%;
    background-color: #F5F5F5;
  }
}

.scn-contact-form .contact-form.row .form-group--inner .col {
  width: 100%;
}

@media print, screen and (min-width: 800px) {
  .scn-contact-form .contact-form.row .form-group--inner .col {
    width: 14em;
  }
}

@media print, screen and (min-width: 800px) {
  .scn-contact-form .contact-form.row .form-group--inner .col + .col {
    width: calc(100% - 14em);
  }
}

.scn-contact-form .contact-form.row .form-group .form-btns {
  position: relative;
  border-top: 1px solid #CCC;
  padding-top: 1.5rem;
}

@media print, screen and (min-width: 800px) {
  .scn-contact-form .contact-form.row .form-group .form-btns {
    padding-top: 2rem;
  }
}

.scn-contact-form .contact-form.row .form-group .form-btns ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.scn-contact-form .contact-form.row .form-group .btn, .scn-contact-form .contact-form.row .form-group .btn--outline {
  min-width: 15em;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - MYPAGE
/* ---------------------------------------------------------------------------------------- */
.page-mypage {
  background-color: #EEE;
}

.white-sheet {
  position: relative;
  padding: 1rem .5rem;
  max-width: 1312px;
  text-align: left;
  margin: 0 auto;
}

@media print, screen and (min-width: 800px) {
  .white-sheet {
    padding: 4rem 2rem;
  }
}

.white-sheet--inner {
  position: relative;
  background-color: #FFF;
  border-radius: .5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.03);
}

@media print, screen and (min-width: 800px) {
  .white-sheet--inner {
    padding: 2rem;
  }
}

@media print, screen and (min-width: 1312px) {
  .white-sheet--inner {
    padding: 3rem;
  }
}

.white-sheet--inner .main {
  padding-top: 0;
}

.white-sheet--inner .main h1 {
  position: relative;
  display: block;
}

.white-sheet--inner .main h1 .corner-title {
  font-family: 'montserrat', Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: .65em;
  display: block;
  margin-bottom: -.25rem;
}

.white-sheet--inner .sidebar {
  z-index: 10;
}

.white-sheet--inner .sidebar ul {
  list-style: none;
  border-top: 1px solid #CCC;
}

.white-sheet--inner .sidebar ul li {
  border-bottom: 1px dotted #BBB;
}

.white-sheet--inner .sidebar ul li a {
  display: block;
  padding: .75em 0;
}

@media print, screen and (min-width: 768px) {
  .white-sheet--inner .sidebar ul li a {
    padding: 1em 0;
  }
}

.white-sheet--inner .sidebar dl {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
}

.white-sheet--inner .sidebar dl dt {
  position: relative;
  display: block;
  padding: 1.75em 1em;
  padding-right: 4em;
  font-size: .8125em;
  color: #0082c8;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  border-radius: .25em;
  background-color: #FFF;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 800px) {
  .white-sheet--inner .sidebar dl dt {
    padding: 1.75em 1.25em;
    padding-right: 3em;
  }
}

@media print, screen and (min-width: 960px) {
  .white-sheet--inner .sidebar dl dt {
    display: none;
  }
}

.white-sheet--inner .sidebar dl dt span {
  font-size: 1.15em;
  font-weight: 700;
}

@media print, screen and (min-width: 800px) {
  .white-sheet--inner .sidebar dl dt span {
    font-size: 1.25em;
  }
}

.white-sheet--inner .sidebar dl dt i {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #0082c8;
  border-right: 1px solid #0082c8;
  display: block;
}

.white-sheet--inner .sidebar dl dt.active i {
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.white-sheet--inner .sidebar dl dt.active + dd {
  visibility: visible;
  opacity: 1;
  max-height: 99999px;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}

@media print, screen and (min-width: 960px) {
  .white-sheet--inner .sidebar dl dt.active + dd {
    position: relative;
    top: auto;
    left: auto;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

.white-sheet--inner .sidebar dl dd {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #0071af;
  margin: 0;
  border-radius: 0 0 .25em .25em;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media print, screen and (min-width: 960px) {
  .white-sheet--inner .sidebar dl dd {
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    max-height: 99999px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
}

.white-sheet--inner .sidebar dl dd ul {
  position: relative;
  list-style: none;
  display: block;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.white-sheet--inner .sidebar dl dd ul li {
  margin: 0;
}

.white-sheet--inner .sidebar dl dd ul li:not(:last-child) {
  border-bottom: 1px dotted #16adff;
}

@media print, screen and (min-width: 960px) {
  .white-sheet--inner .sidebar dl dd ul li:not(:last-child) {
    border-bottom: 1px dotted #AAA;
  }
}

.white-sheet--inner .sidebar dl dd ul li a {
  display: block;
  padding: 1em;
  color: #FFF;
  font-size: .92em;
}

@media print, screen and (min-width: 960px) {
  .white-sheet--inner .sidebar dl dd ul li a {
    padding: 1.5em 1em;
    background-color: #FFF;
    color: #111;
  }
}

.white-sheet--inner .sidebar dl dd ul li a:hover {
  background-color: #0082c8;
}

@media print, screen and (min-width: 960px) {
  .white-sheet--inner .sidebar dl dd ul li a:hover {
    background-color: transparent;
  }
}

.white-sheet--inner .sidebar dl dd ul li .children {
  background-color: rgba(0, 0, 0, 0.4);
  border-top-color: rgba(0, 0, 0, 0.4);
}

@media print, screen and (min-width: 960px) {
  .white-sheet--inner .sidebar dl dd ul li .children {
    background-color: transparent;
    border-top-color: #DDD;
  }
}

.white-sheet--inner .sidebar dl dd ul li .children li {
  border-left: 4px solid rgba(0, 0, 0, 0.6);
}

@media print, screen and (min-width: 960px) {
  .white-sheet--inner .sidebar dl dd ul li .children li {
    border-left: 2px solid #AAA;
  }
}

.white-sheet--inner .sidebar dl dd ul li .children li:not(:last-child) {
  border-bottom: 1px dotted #0093e2;
}

@media print, screen and (min-width: 960px) {
  .white-sheet--inner .sidebar dl dd ul li .children li:not(:last-child) {
    border-bottom: 1px dotted #AAA;
  }
}

.white-sheet--inner .sidebar dl dd ul li .children li a {
  font-size: .875em;
  padding: .75em 1em;
  padding-left: 2em;
  background-color: transparent;
}

@media print, screen and (min-width: 960px) {
  .white-sheet--inner .sidebar dl dd ul li .children li a {
    padding: .75em 1em;
    padding-left: 2em;
  }
}

.white-sheet--inner .sidebar dl dd ul li .children li:last-child {
  border-bottom: none;
}

.white-sheet--inner .sidebar dl dd ul li .status {
  font-size: .8125em;
  font-weight: 700;
  display: inline-block;
}

.mypage-status {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #DDD;
}

.mypage-status::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 64px;
  height: 0;
  content: ' ';
  border-top: 3px solid #0082c8;
}

@media print, screen and (min-width: 768px) {
  .mypage-status::before {
    width: 80px;
  }
}

@media print, screen and (min-width: 960px) {
  .mypage-status.smp {
    display: none;
  }
}

.mypage-status .avatar {
  width: 64px;
  height: 64px;
  background-color: #0082c8;
  border-radius: .25rem;
}

@media print, screen and (min-width: 768px) {
  .mypage-status .avatar {
    width: 80px;
    height: 80px;
  }
}

.mypage-status .txt {
  width: calc(100% - 96px);
  padding-left: 1rem;
}

.mypage-status .txt span.name {
  display: block;
  font-weight: 700;
}

.mypage-status .txt span.more {
  display: block;
  font-size: .8125em;
}
/*# sourceMappingURL=style.css.map */