@charset "utf-8";

/* =============================================================

    Base Setting

============================================================= */

/*  Overall Setting
--------------------------------------------- */

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "segoe UI","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.6em;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  letter-spacing: -.02em;
}

/*  Color Setting
-------------------------- */

/* -- Common Color -- */

body {
  color: #000;
}

a {
  color: inherit;
}

a:hover,
a:focus {
  color: inherit;
}

/* -- Custom Color -- */

/* Default */
.txt-default,
a.txt-default,
a.txt-default:hover,
a.txt-default:focus {
  color: #333;
}

.bg-default {
  background-color: #333;
}

.txt-default-light,
a.txt-default-light,
a.txt-default-light:hover,
a.txt-default-light:focus {
  color: #ddd;
}

.bg-default-light {
  background-color: #ececec;
}

.txt-default-dark,
a.txt-default-dark,
a.txt-default-dark:hover,
a.txt-default-dark:focus {
  color: #000;
}

.bg-default-dark {
  background-color: #000;
}

/* Base */
.txt-base,
a.txt-base,
a.txt-base:hover,
a.txt-base:focus {
  color: #666;
}

.bg-base {
  background-color: #666;
}

.txt-base-light,
a.txt-base-light,
a.txt-base-light:hover,
a.txt-base-light:focus {
  color: #ccc;
}

.bg-base-light {
  background-color: #ccc;
}

.txt-base-dark,
a.txt-base-dark,
a.txt-base-dark:hover,
a.txt-base-dark:focus {
  color: #444;
}

.bg-base-dark {
  background-color: #444;
}

/* Primary */
.txt-primary,
a.txt-primary,
a.txt-primary:hover,
a.txt-primary:focus {
  color: #003b9f;
}

.bg-primary {
  background-color: #003b9f;
}

/* Accent */
.txt-accent,
a.txt-accent,
a.txt-accent:hover,
a.txt-accent:focus {
  color: #b90000;
}

.bg-accent {
  background-color: #b90000;
}

/* Sub */
.txt-sub,
a.txt-sub,
a.txt-sub:hover,
a.txt-sub:focus {
}

.bg-sub {
}

/* -- Form Color -- */

.form-control,
.search-input {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #333;
}

.form-control:focus,
.search-input:focus {
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(136, 136, 136, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(136, 136, 136, .6);
}

/* -- Placeholder Color -- */

:placeholder-shown {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}


/*  Switch Display
-------------------------- */

.media-sp {
  display: none;
}


/*  Link Setting
-------------------------- */

a,
a:focus {
  text-decoration: none;
}

a,
a:before,
a:after,
a img {
  transition: opacity .3s ease-in-out,
              color .3s ease-in-out,
              background-color .3s ease-in-out,
              border-color .3s ease-in-out,
              text-shadow .3s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

/*  Form Setting
-------------------------- */

.form-control {
  border-radius: 4px;
  height: 30px;
}

.form-control:focus,
.search-input:focus {
  outline: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
button,
select-input,
textarea {
  padding: 5px;
  font-size: .9em;
  font-family: "segoe UI","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  padding: 0;
  font-size: 1.2em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  transition: border-color .3s ease-in-out;
}
/*
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 20px;
  height: 40px;
  height: auto\9;
  padding: 0;
  background-color: #fff;
  padding: 0 30px 0 10px;
  padding: 5px 0 5px 10px \9;
  border: 1px solid #ccc;
  background: url(/common/img/icn-select.png) no-repeat 97% center;
  background: #fff \9;
  background-position: 200% 200% \9;
  background-size: 16px;
}
*/
/* IE11 */
/*
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, select {
    padding: 0 0 0 10px;
    background-position: 200% 200%;
  }
}
*/
/* IE10 */
/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select {
    padding: 0 0 0 10px;
    background-position: 200% 200%;
  }
}
*/
/* IE9 */
/*
select:not(:target) {
  background-position: 200% 200%;
}
*/
/* Edge */
/*
@supports (-ms-ime-align:auto) {
  select:not(:target) {
    background-position: 97% center;
  }
}
*/


/*  Container Setting
--------------------------------------------- */

#container {
  position: relative;
  width: 100% !important;
  min-width: 1220px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-align: center;
}

#container.display-pc {
  width: 100% !important;
  position: relative !important;
  right: auto !important;
}

.inner {
  width: 1220px;
  padding-right: 70px;
  padding-left: 30px;
  margin: 0 auto;
  text-align: left;
}

/* -- Modal Page -- */

#container.modal {
  min-width: 0;
}

.modal > .inner {
  width: 100%;
  padding: 5%;
}

/*  Header Setting
--------------------------------------------- */

#header {
  background: #000;
  font-weight: bold;
  color: #fff;
}

.display-pc #header {
  left: 0 !important;
}

#header .inner {
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 30px;
}

/* -------- Site Logo -------- */

#logo {
  float: left;
  padding-top: 2px;
}

#logo h1 {
  margin: 0 0 10px;
  font-size: .95em;
  letter-spacing: .08em;
}

#logo img {
  vertical-align: bottom;
}

#logo a:hover {
  opacity: .6;
  text-decoration: none;
}

#logo .img-ekiden {
  margin-right: 20px;
}

#logo .img-jopr {
}

/* -------- Site Menu -------- */

#sitemenu {
  float: right;
  letter-spacing: normal;
  vertical-align: bottom;
  text-align: left;
}

/* -- Menu Button -- */

#sitemenu #menu-btn {
  display: none;
}

/* -- Menu Content -- */

#sitemenu #menu {
  display: block;
}

.display-pc #sitemenu #menu {
  display: block !important;
  height: auto !important;
  z-index: auto !important;
}

.display-pc #sitemenu #menu,
.display-pc #sitemenu #menu .sub-menu {
  overflow: visible !important;
}

#sitemenu .menu-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 8px;
  vertical-align: middle;
}

#sitemenu .menu-list a {
  display: block;
  padding: 12px 0;
}

#sitemenu .menu-list a:hover {
  opacity: .7;
  text-decoration: none;
}

/* ------ Global Navi ------ */

#gnav {
  padding: 0 30px 0 25px;
  background: #333;
}

#gnav .menu-list a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 0;
}

/* Hover Line */
#gnav .menu-list li a:after,
#gnav .menu-list .current a:after {
  transition: all .42s linear;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: #cc0000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .35s;
  content: "";
}

#gnav .menu-list a:hover {
  opacity: 1;
}

#gnav .menu-list li a:hover:after,
#gnav .menu-list .current a:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

#gnav .menu-list .current a:after {
  transition: none;
}

/* ------ Site Navi ------ */

#sitenav {
  margin-bottom: -22px;
  padding: 10px 25px 0 20px;
  text-align: right;
}

#sitenav .menu-list li {
  margin: 0 4px;
}

#sitenav .menu-list a {
  position: relative;
  z-index: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 20px;
}

#sitenav .menu-list a:before {
  position: absolute;
  top: 10px;
  left: 8px;
  z-index: -1;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #cc0000;
  content: "";
}

/* -------- Side Link -------- */

#side-link {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 20;
}

#side-link li {
  padding-top: 5px;
}

#side-link .btn.btn-md {
  position: relative;
  right: -10px;
  padding: 15px 22px 15px 15px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-radius: 5px 0 0 5px;
}

#side-link .btn.btn-md .icn-arw {
  margin: 0;
  padding: 10px 0 0;
}

#side-link .btn.btn-md .icn-arw:before {
  top: 0;
  right: auto;
  left: 50%;
  margin: 0 0 0 -5px;
  border-color: #fff transparent transparent transparent !important;
  border-width: 5px 4px;
}

#side-link .btn.btn-md.btn-accent {
  padding-top: 30px;
  padding-bottom: 30px;
}

#side-link a.btn {
  transition: right .4s ease;
}

#side-link a.btn:hover {
  opacity: 1;
  transition: right .14s linear;
  right: -5px;
}


/*  Content Settings
--------------------------------------------- */

#content {
  position: relative;
  padding-bottom: 198px;
}

/*  Content Top
----------------------------------- */

#content-top {
}

/*  Content Main
----------------------------------- */

#content-main {
  padding-top: 20px;
  padding-bottom: 90px;
}


/*  Footer Setting
--------------------------------------------- */

#footer {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 200px;
  background: #000;
  color: #fff;
}

#footer .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* ---- Copyright ---- */

#copyright {
  display: block;
  font-size: .88em;
  text-align: center;
  line-height: 1.7;
}

/* ---- Page Top ---- */

#pagetop {
  visibility: hidden;
  opacity: 0;
  display: none\9;
  transition: opacity .3s ease-in-out,visibility .3s ease-in-out,z-index .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: fixed;
  right: 70px;
  bottom: 20px;
  z-index: -2;
  width: 58px;
  height: 58px;
}

#pagetop.show {
  opacity: 1;
  display: block\9;
  z-index: 10;
  visibility: visible;
}

#pagetop.fxd {
}

#pagetop a {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 2px solid #000;
  background: #000;
  border-radius: 5px;
}

#pagetop a:before {
  display: block;
  border-radius: 1px;
  overflow: hidden;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  margin-left: -8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

#pagetop a:hover {
  border-color: #333;
  background-color: #333;
}

#pagetop a span {
  display: none;
}

