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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type='text']::-webkit-input-placeholder {
  color: #bcbcbc;
}
input[type='text']::-moz-placeholder {
  color: #bcbcbc;
}
input[type='text']:-ms-input-placeholder {
  color: #bcbcbc;
}
input[type='text']:-moz-placeholder {
  color: #bcbcbc;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

table {
  display: table;
  width: 100%;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

hr {
  margin: 0;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  padding-top: 74px;
}

@media (min-width: 751px) {
  body {
    position: static !important;
    top: auto !important;
  }
}
/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-weight: 500;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.ipad .trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-underline {
  text-decoration: underline;
}

.wrapper {
  min-width: 1200px;
  width: 100%;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.inner-ct {
  padding-left: 35px;
  padding-right: 35px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

/* RESPONSIVE
 * ----------------------------------------------- */
.sm,
.sm-inline,
.sm-inline-block {
  display: none !important;
}

@media (max-width: 750px) {
  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  .sm-inline {
    display: inline !important;
  }

  .sm-inline-block {
    display: inline-block !important;
  }

  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  body {
    font-size: 14px;
  }

  .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper {
    min-width: 320px;
    margin: 0 auto;
  }

  .inner-ct {
    padding: 0;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.site-header {
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  min-width: 1200px;
  width: 100%;
  padding-bottom: 7px;
  border-top: 7px solid #a31c4c;
  background: #fff url(../img/common/bg_header.png) repeat-x 0 bottom;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.sitename {
  font-size: 13px;
  padding: 7px 0;
  margin-bottom: 10px;
}

.navbar-right .schedule, .navbar-right .phone-ct {
  display: inline-block;
  vertical-align: middle;
}
.navbar-right .schedule {
  font-size: 13px;
  border: 1px solid #b2b2b2;
  text-align: center;
  padding: 3px 16px;
  border-radius: 20px;
}
.navbar-right .phone-ct {
  margin-left: 15px;
}
.navbar-right .phone-ct .icon {
  display: inline-block;
  margin-right: 5px;
}

.navbar-nav {
  margin-top: 15px;
}
.navbar-nav .menu {
  *zoom: 1;
  padding: 5px 0;
}
.navbar-nav .menu:after {
  content: "";
  display: table;
  clear: both;
}
.navbar-nav .menu li {
  float: left;
  width: 16.6667%;
  border-left: 1px solid #000;
}
.navbar-nav .menu li:last-child {
  border-right: 1px solid #000;
}
.navbar-nav .menu a {
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.navbar-nav .menu a:before {
  content: "";
  width: 80%;
  display: block;
  position: absolute;
  top: 100%;
  left: 10%;
  height: 5px;
  background: #a31c4c;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 751px) {
  .navbar-nav .menu .active a, .navbar-nav .menu li:hover a {
    color: #a31c4c;
  }
  .navbar-nav .menu .active a:before, .navbar-nav .menu li:hover a:before {
    opacity: 1;
    visibility: visible;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar-right .schedule {
    padding-top: 2px;
    padding-bottom: 1px;
  }
}
.hamburger-btn {
  display: block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  position: relative;
  z-index: 9999;
}

.hamburger-box {
  position: relative;
  display: block;
  width: 30px;
  height: 18px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 100%;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 1px;
  background-color: #a31c4c;
}

.hamburger-inner {
  top: 0;
  display: block;
}
.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: 8px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}
.hamburger-inner:after {
  top: 16px;
}

.is-open .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.is-open .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-10px, -6px, 0);
  opacity: 0;
}
.is-open .hamburger-inner:after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

@media (min-width: 751px) {
  .navbar-header {
    padding-top: 15px;
  }

  .navbar-nav {
    display: block !important;
  }

  .overlay {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .site-header {
    min-width: 320px;
    border-top: 0;
    padding: 10px 0;
    background-image: none;
  }

  .navbar-header {
    align-items: center;
  }
  .navbar-header .logo {
    width: 220px;
  }

  .navbar-nav {
    margin-top: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 990;
    background: #fff;
    display: none;
    overflow: auto;
  }
  .navbar-nav .menu {
    padding: 0;
  }
  .navbar-nav .menu li {
    float: none;
    width: 100%;
    border: 0 !important;
    padding: 0 15px;
  }
  .navbar-nav .menu a {
    display: block;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #b2b2b2;
  }
  .navbar-nav .navbar-right {
    text-align: center;
    padding: 20px 15px;
  }
  .navbar-nav .navbar-right .phone-ct {
    display: block;
    margin: 10px 0 0;
  }

  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9980;
    display: none;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
.to-top {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 10px;
  display: none;
}

.footer-top {
  background: #a31c4c;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 40px;
}

.f-logo {
  padding: 12px 0 5px;
}

.newsletter a {
  display: inline-block;
  color: #fff;
}
.newsletter img {
  margin-right: 15px;
}

.group-menu {
  margin-bottom: 50px;
}
.group-menu > ul {
  width: 22.83333%;
}
.group-menu > ul > li {
  margin-bottom: 24px;
  position: relative;
}
.group-menu > ul > li:last-child {
  margin-bottom: 0;
}
.group-menu > ul > li > a {
  display: block;
  border-bottom: 1px solid #b2b2b2;
  padding: 12px 0;
  font-weight: bold;
  color: #000;
}
.group-menu li a {
  color: #808080;
}
.group-menu ul ul {
  padding-left: 15px;
  padding-top: 10px;
}
.group-menu ul ul li {
  margin-top: 10px;
}
.group-menu .btn-collapse {
  position: absolute;
  width: 46px;
  height: 45px;
  right: 0;
  top: 0;
  display: none;
  background: #f0f0f0;
}
.group-menu .btn-collapse:before, .group-menu .btn-collapse:after {
  content: "";
  position: absolute;
  background-color: black;
  transition: opacity 0.25s ease-out;
}
.group-menu .btn-collapse:before {
  top: 34.78%;
  left: 50%;
  width: 2px;
  height: 30.44%;
  margin-left: -1px;
}
.group-menu .btn-collapse:after {
  top: 50%;
  left: 34.78%;
  width: 30.44%;
  height: 2px;
  margin-top: -1px;
}
.group-menu .btn-collapse.open:before {
  opacity: 0;
}

.footer-bot {
  background: #333333;
}
.footer-bot .copyright {
  color: #fff;
  font-size: 14px;
  padding: 19px 0;
}

@media (min-width: 751px) {
  .group-menu ul ul {
    display: block !important;
  }
}
@media (max-width: 750px) {
  .footer-top {
    padding: 4px 0 10px;
    margin-bottom: 30px;
  }

  .group-menu > ul {
    width: auto;
  }
  .group-menu > ul > li {
    margin-bottom: 0;
  }
  .group-menu > ul > li > a {
    padding-right: 20px;
  }
  .group-menu .btn-collapse {
    display: block;
  }
  .group-menu ul ul {
    display: none;
  }

  .footer-bot .copyright {
    font-size: 13px;
    padding: 10px 0;
  }
}
/* COMMON FLEX
 * ----------------------------------------------- */
@media (min-width: 751px) {
  .d-md-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .align-items-md-center {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .justify-content-md-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .align-items-md-end {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
.d-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-items-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

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

.justify-content-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.bg-sky {
  background-color: #d1ebfa;
}

.bg-yellow {
  background-color: #fffad7;
}

.alink {
  color: rgba(224, 54, 46, 0.7);
  text-decoration: underline;
}
.alink:hover {
  text-decoration: none;
}

@media (min-width: 751px) {
  .grid-col-3 .col {
    width: 447px;
  }

  .grid-col-2 .col {
    width: 48.572%;
  }

  .grid-links-2 a {
    width: 486px;
  }
}
/* COMMON TITLES
 * ----------------------------------------------- */
.stitle {
  text-align: center;
  font-size: 1.625em;
  margin-bottom: 50px;
}

.page-title {
  border-bottom: 7px solid #a31c4c;
  padding-top: 5px;
}
.page-title .container {
  height: 133px;
  background: url(../img/common/vec_train_2.png) no-repeat right bottom;
  background-size: 410px auto;
}
.page-title .container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.page-title .group-ttl {
  display: inline-block;
  vertical-align: middle;
}
.page-title .rich-ttl, .page-title .sub-ttl {
  display: inline-block;
  vertical-align: middle;
}
.page-title .rich-ttl {
  font-size: 2.25em;
  font-weight: bold;
}
.page-title .sub-ttl {
  font-size: 1.3125em;
  color: #a31c4c;
  font-family: Arial, sans-serif;
  margin-left: 20px;
  text-transform: uppercase;
}

.sec-title {
  margin-bottom: 30px;
}
.sec-title .s-title {
  color: #a31c4c;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.lead {
  font-size: 1.625em;
}

.lead-sm {
  font-size: 1.375em;
}

.txt-link {
  display: inline-block;
  background: url(../img/common/arrow_right.png) no-repeat 0 6px;
  background-size: 11px auto;
  padding-left: 16px;
}

.txt-link-pdf {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow_right.png), url(../img/common/icn_pdf.png);
  background-position: 0 6px, right center;
  background-size: 11px auto, 25px auto;
  padding-left: 16px;
  padding-right: 45px;
  min-height: 33px;
}

.txt-link-extend {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow_right.png), url(../img/common/icn_extend.png);
  background-position: 0 6px, right center;
  background-size: 11px auto, 18px auto;
  padding-left: 16px;
  padding-right: 25px;
}

@media (max-width: 750px) {
  .stitle {
    margin-bottom: 30px;
  }

  .page-title {
    border-bottom-width: 2px;
    padding: 15px 0;
    margin-bottom: 40px;
  }
  .page-title .container {
    height: auto;
    background: none !important;
  }
  .page-title .container:before {
    display: none;
  }
  .page-title .group-ttl {
    display: block;
  }
  .page-title .rich-ttl {
    font-size: 2em;
  }
  .page-title .sub-ttl {
    font-size: 1.2em;
  }

  .txt-link {
    background-position: 0 4px;
    background-size: 10px auto;
  }

  .txt-link-pdf {
    background-position: 0 4px, right center;
    background-size: 10px auto, 20px auto;
    min-height: 26px;
    padding-right: 35px;
  }

  .txt-link-extend {
    background-position: 0 4px, right center;
    background-size: 10px auto, 15px auto;
  }
}
/* COMMON BREADCRUMB
 * ----------------------------------------------- */
.breadcrumb {
  padding: 10px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
}
.breadcrumb ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.breadcrumb li {
  font-size: 13px;
}
.breadcrumb li:first-child {
  padding-left: 1em;
}
.breadcrumb li + li:before {
  display: inline-block;
  content: ">";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.breadcrumb a {
  display: inline-block;
}

@media (max-width: 750px) {
  .breadcrumb {
    display: none !important;
  }
}
/* COMMON PAGINATION
 * ----------------------------------------------- */
.pagination {
  text-align: center;
  margin-top: 20px;
}
.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 56px;
  text-align: center;
  border: 1px solid #a31c4c;
  margin: 0 12px;
  font-size: 1.625em;
  color: #000;
  padding-top: 8px;
}
.pagination .page-numbers.current {
  background: #a31c4c;
  color: #fff;
}

@media (min-width: 751px) {
  .pagination .page-numbers:not(.current):hover {
    background-color: #a31c4c;
    border-color: #a31c4c !important;
    color: #fff;
  }
}
@media (max-width: 750px) {
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    padding-top: 6px;
    margin: 0 7px;
    font-size: 1.2em;
  }
}
.list-indent > li, .text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* Form control
 */
.form-control {
  display: block;
  width: 100%;
  border: 1px solid #b2b2b2;
  height: 40px;
  font-size: 1em;
  line-height: normal;
  padding: 5px 10px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  height: auto !important;
}

input[type="radio"] {
  width: 1px;
  opacity: 0;
  visibility: hidden;
}

.lbl-chk {
  display: inline-block;
  position: relative;
  padding-left: 1.45em;
}
.lbl-chk:before {
  content: "";
  width: 1em;
  height: 1em;
  border: 2px solid #b2b2b2;
  border-radius: 0.5em;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

input[type="radio"]:checked + .lbl-chk:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  background: #b2b2b2;
  border-radius: 0.35em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lbl-chk {
    padding-top: 2px;
  }
}
.list-inline > li {
  display: inline-block;
  vertical-align: top;
}

.form-submit .form-btn {
  display: inline-block;
  vertical-align: middle;
  box-shadow: none;
  width: 212px;
  height: 46px;
  line-height: normal;
  border-radius: 0;
  border: 1px solid #b2b2b2;
  text-align: center;
  font-size: 1em;
  margin-right: 30px;
  cursor: pointer;
}
.form-submit .form-btn:last-child {
  margin-right: 0;
}

@media (max-width: 750px) {
  .form-submit .group-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .form-submit .form-btn {
    margin: 0;
    width: 48.5%;
    display: block;
  }
}
.img-hover {
  display: block;
}
.img-hover .thumbnail {
  display: block;
  overflow: hidden;
}
.img-hover .thumbnail > img {
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  opacity: 1;
  transform: scale(1);
  width: 100%;
}
@media (min-width: 751px) {
  .img-hover:hover .thumbnail > img {
    opacity: 0.7;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* Main layout
 */
@media (min-width: 751px) {
  .main-layout {
    margin-bottom: 170px;
  }
  .main-layout .body-content {
    width: 768px;
  }
  .main-layout .categories {
    width: 360px;
  }
}
.table-default {
  border-top: 1px solid #b2b2b2;
}
.table-default th, .table-default td {
  height: 70px;
  border-bottom: 1px solid #b2b2b2;
  vertical-align: middle;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-default th {
  width: 126px;
  padding-left: 1em;
  font-weight: bold;
}

.table-reset {
  width: auto;
}
.table-reset th, .table-reset td {
  height: auto !important;
  bottom: 0 !important;
  padding: 0 !important;
  width: auto !important;
  border: 0 !important;
  font-weight: normal !important;
}
.table-reset tr td {
  padding-left: 1em !important;
}

.categories {
  border-top: 4px solid #000;
}
.categories .cat-title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25;
  padding: 20px 30px;
  border-bottom: 1px solid #b2b2b2;
}
.categories li a {
  display: block;
  border-bottom: 1px solid #b2b2b2;
  padding: 20px 45px;
  line-height: 1.2;
}
.categories li a:hover {
  background: #d9d9d9;
}
.categories li.active > a {
  background: #d9d9d9;
}
.categories li ul a {
  padding-left: 55px;
}

@media (max-width: 750px) {
  .main-layout {
    margin-bottom: 100px;
  }
  .main-layout .categories {
    margin-top: 50px;
  }

  .categories li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .table-default th, .table-default td {
    display: block;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto;
  }
  .table-default th {
    border-bottom: 0;
    padding-bottom: 5px;
  }
  .table-default td {
    padding-top: 0;
  }

  .table-reset th, .table-reset td {
    display: table-cell;
  }
}
/* Animation scroll
 */
.fadeInLeft {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.fadeInRight {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.fadeInUp {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.js-inview {
  opacity: 0;
}
.js-inview.animated {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
}

.pager {
  *zoom: 1;
}
.pager:after {
  content: "";
  display: table;
  clear: both;
}
.pager .col-l {
  float: left;
}
.pager .col-r {
  float: right;
  text-align: right;
}
.pager .arrows {
  display: inline-block;
  color: #9FA0A0;
  font-size: 14px;
}

.anchor-scroll {
  display: block;
}

@media (min-width: 751px) {
  .anchor-scroll {
    height: 140px;
    margin-top: -140px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pagination .page-numbers {
    padding-top: 10px;
  }

  .lead, .stitle, .business .desc, .sec-top-message .txt, .about-us .item .head {
    font-weight: 600;
  }
}
/* PAGES
 * ----------------------------------------------- */
/* PAGE TOP
 * ----------------------------------------------- */
.main-slider .slide-item {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
.main-slider .slide01 {
  background-image: url(../img/top/img_slide01.jpg);
}
.main-slider .slide02 {
  background-image: url(../img/top/img_slide02.jpg);
}
.main-slider .slide03 {
  background-image: url(../img/top/img_slide03.jpg);
}
.main-slider .slide04 {
  background-image: url(../img/top/img_slide04.jpg);
}
.main-slider .slide-title {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-slider .slide-title img {
  display: inline-block;
}
.main-slider:not(.slick-initialized) .slide-item {
  display: none;
}
.main-slider:not(.slick-initialized) .slide-item:first-child {
  display: block;
}

.keyvisual {
  position: relative;
}
.keyvisual .scroll-next {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 24px;
}
.keyvisual .scroll {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.keyvisual .scroll:after {
  content: "";
  width: 17px;
  height: 9px;
  display: block;
  margin: 4px auto 0;
  background: url(../img/top/arrow_down.png) no-repeat 0 0;
  background-size: 100% auto;
}

.line {
  border: 0;
  border-bottom: 1px solid #b2b2b2;
}

.sec-top-business {
  padding: 60px 0;
}
@media (min-width: 751px) {
  .sec-top-business .stitle {
    margin-bottom: 30px;
  }
}

.business .item {
  margin: 0 12px;
}
.business .desc {
  padding-top: 20px;
}
.business .head {
  font-size: 26px;
}
.business .excerpt {
  font-size: 20px;
  margin-top: 12px;
}

.sec-top-message {
  padding: 40px 0;
}
.sec-top-message .lead {
  margin-bottom: 30px;
}
.sec-top-message .txt {
  font-size: 1.25em;
  line-height: 2;
}
.sec-top-message .link {
  margin: 35px 0 40px;
}
.sec-top-message .frame-photo {
  border: 1px solid rgba(128, 128, 128, 0.5);
  background: #f2f2f2;
  max-width: 415px;
  margin: 0 auto;
  padding: 65px 0 55px;
}
.sec-top-message .caption {
  font-size: 1.25em;
  margin-top: 1em;
}

.our-strength {
  height: 400px;
  background: url(../img/top/bg_about.jpg) no-repeat center 0;
  background-size: cover;
  position: relative;
  margin: 65px 0;
}
.our-strength a{
  display: block;
  height: 400px;
}
.our-strength .lead {
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 26px 0;
}

.sec-top-about {
  padding: 40px 0;
}

.about-us {
  max-width: 886px;
  margin: 0 auto;
  overflow: hidden;
}
.about-us .item {
  float: left;
  width: 278px;
  margin: 8px;
  border: 1px solid #b2b2b2;
  background: #f0f0f0;
}
.about-us .item .about-info {
  padding: 20px 0;
}
.about-us .item .head {
  font-size: 20px;
  margin-bottom: 8px;
}

.sec-top-news {
  padding: 55px 45px;
}

.list-news {
  margin-bottom: 13px;
}
.list-news .news-item {
  display: block;
  width: 336px;
  height: 135px;
  position: relative;
  background: #f0f0f0;
  border: 1px solid #b2b2b2;
  padding: 40px 0 0 26px;
}
.list-news .news-item span {
  display: block;
}
.list-news .news-item .cat {
  background: #a31c4c;
  color: #fff;
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 0 10px;
  z-index: 9;
}
.list-news .news-item .news-ttl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-industry {
  padding: 65px 0;
}

.working-view {
  overflow: hidden;
}
.working-view .item {
  float: left;
  width: 25%;
  text-align: center;
}
.working-view .item .info {
  padding: 20px 0;
}
.working-view .item .excerpt {
  font-size: 14px;
  margin-top: 15px;
}
.working-view .thumbnail img {
  width: 100%;
}

.js-carousel .slick-arrow {
  width: 30px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-color: #b2b2b2;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -999px;
  overflow: hidden;
  z-index: 990;
}
.js-carousel .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.js-carousel .slick-prev {
  left: 10px;
  background-image: url(../img/common/angle_left.png);
}
.js-carousel .slick-next {
  right: 10px;
  background-image: url(../img/common/angle_right.png);
}
.js-carousel:not(.slick-initialized) .slide {
  display: none;
}
.js-carousel:not(.slick-initialized) .slide:first-child {
  display: block;
}

.sec-career {
  margin-bottom: 130px;
}
.sec-career .box-link {
  width: 856px;
  margin: 0 auto;
  border: 1px solid #b2b2b2;
}
.sec-career .box-link .box-txt {
  border: 0;
}
.sec-career .box-link .lead {
  margin-bottom: 5px;
}

.box-link {
  display: table;
}
.box-link .box-txt, .box-link .img {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  overflow: hidden;
}
.box-link .box-txt {
  border: 1px solid #d9d9d9;
  border-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list-news .news-item .cat {
    padding-top: 1px;
  }
}
@media (max-width: 750px) {
  .main-slider .slide-item {
    min-height: 260px;
    height: auto !important;
  }
  .main-slider .slide-title {
    padding: 0 15px;
  }

  .sec-top-business {
    padding: 50px 0 40px;
  }

  .business .item {
    margin: 0 0 40px;
  }
  .business .item:last-child {
    margin-bottom: 0;
  }
  .business .desc {
    padding-top: 15px;
  }
  .business .head {
    font-size: 20px;
  }
  .business .excerpt {
    font-size: 16px;
    margin-top: 5px;
  }

  .sec-top-message .lead {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .sec-top-message .txt {
    font-size: 1em;
    text-align: left;
  }
  .sec-top-message .txt br {
    display: none;
  }

  .sec-career {
    margin-bottom: 80px;
  }
  .sec-career .box-link {
    width: auto;
  }

  .box-link {
    display: block;
  }
  .box-link .img, .box-link .box-txt {
    width: auto;
    display: block;
  }
  .box-link .box-txt {
    padding: 10px 0;
    border-right: 1px solid #d9d9d9;
  }

  .our-strength {
    height: 280px;
    margin: 20px 0;
  }
.our-strength a{
  display: block;
  height: 280px;
}

  .about-us .item {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }
  .about-us .item:last-child {
    margin-bottom: 0;
  }

  .sec-top-news {
    padding: 50px 0;
  }

  .list-news .news-item {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .working-view .item {
    text-align: center;
  }
  .working-view .item:last-child {
    margin-bottom: 0;
  }
  .working-view .item .info {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .working-view .item .excerpt {
    margin-top: 10px;
  }

  .thumbnail img {
    width: 100%;
  }
}
/* PAGE COMPANY
 * ----------------------------------------------- */
@media (min-width: 751px) {
  .grid-col-2 .cat-item {
    width: 524px;
  }

  .grid-col-3 .cat-item {
    width: 370px;
    margin-right: 10px;
    margin-bottom: 54px;
  }
  .grid-col-3 .cat-item:nth-child(3n) {
    margin-right: 0;
  }
}
.sec-company .grid-col-2 {
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 50px;
}

.cat-item .thumbnail {
  background: #808080;
  text-align: center;
  margin-bottom: 22px;
}

.company-strength {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 190px;
}

.president-message .img-feature {
  background: #ffffff;
  padding-left: 145px;
  margin: 40px 0 45px;
}
.president-message .txt p {
  margin-bottom: 1.75em;
}

.company-certificate {
  margin-top: 70px;
}
.company-certificate .row {
  margin-bottom: 90px;
}
.company-certificate .row:last-child {
  margin-bottom: 0 !important;
}
.company-certificate .tit {
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 30px;
}
.company-certificate .thumb {
  width: 342px;
}
.company-certificate .desc {
  padding-left: 36px;
  flex: 1 0 0;
}
.company-certificate .desc th, .company-certificate .desc td {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  vertical-align: top;
}
.company-certificate .desc th {
  white-space: nowrap;
}
.company-certificate .desc td {
  padding-left: 1em;
}

.page-title.advertising .container {
  background-image: url(../img/common/vec_train.png);
  background-size: 415px auto;
}

.page-title.company-history .container {
  background-image: url(../img/company/vec_train_history.png);
  background-size: 415px auto;
}

.sec-company-history .pagination {
  margin-top: 70px;
}

.company-history dt {
  position: relative;
  border-bottom: 1px solid #b2b2b2;
  padding: 4px 0;
  margin-bottom: 18px;
}
.company-history dt:after {
  content: "";
  width: 24.089%;
  height: 0;
  border-top: 1px solid #a31c4c;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 9;
}
.company-history dd {
  margin-bottom: 40px;
}
.company-history .heading02 {
  font-size: 1.25em;
  color: #a31c4c;
}
.company-history .heading02 + .heading02 {
  margin-top: 1.5em;
}
.company-history .history-col-2 {
  margin: 35px 0 22px;
}
.company-history .history-col-2 figcaption {
  margin-top: 10px;
}

.philosophy dt {
  font-size: 1.375em;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 15px;
}
.philosophy dd {
  margin-bottom: 2.5em;
}
.philosophy dd:last-child {
  margin-bottom: 0;
}
.philosophy dd p, .philosophy dd ul {
  margin-bottom: 1.5em;
}
.philosophy dd p:last-child, .philosophy dd ul:last-child {
  margin-bottom: 0;
}
.philosophy strong {
  font-weight: bold;
}

.group-access {
  margin-bottom: 50px;
}
.group-access:last-child {
  margin-bottom: 0;
}
.group-access .permalink {
  margin-top: 30px;
}
.group-access .maps {
  border: 1px solid #b2b2b2;
  position: relative;
  margin-top: 17px;
}
.group-access .maps iframe {
  display: block;
  width: 100%;
}
.group-access .head-office {
  margin-top: 40px;
}
.group-access .head-office figcaption {
  margin-top: 5px;
}

@media (min-width: 751px) {
  .box-inline .img {
    width: 32.5%;
  }
  .box-inline .txt {
    width: 67.5%;
    padding-right: 40px;
  }

  .sec-access .sec-content {
    padding-top: 8px;
  }
}
@media (max-width: 750px) {
  .cat-item {
    margin-bottom: 25px;
  }
  .cat-item:last-child {
    margin-bottom: 0;
  }
  .cat-item .thumbnail {
    margin-bottom: 15px;
  }

  .company-strength {
    margin: 30px 0 50px;
  }

  .company-certificate {
    margin-top: 50px;
  }
  .company-certificate .row {
    margin-bottom: 50px;
  }
  .company-certificate .tit {
    margin-bottom: 20px;
  }
  .company-certificate .thumb {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .company-certificate .desc {
    padding-left: 0;
  }

  .president-message .img-feature {
    margin: 30px 0;
    text-align: center;
    padding: 0;
  }

  .company-history dd {
    margin-bottom: 20px;
  }
  .company-history dt {
    margin-bottom: 10px;
  }

  .box-inline .img {
    text-align: center;
    margin-bottom: 15px;
  }

  .sec-company-history .pagination {
    margin-top: 40px;
  }

  .group-access .maps {
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
  }
  .group-access .maps iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
/* PAGE BUSINESS
 * ----------------------------------------------- */
.kashima-post {
  padding-top: 5px;
}
.kashima-post .txt-intro {
  margin-bottom: 75px;
}
.kashima-post .txt-intro p {
  line-height: 1.8;
}

.group-post {
  margin-bottom: 50px;
}
.group-post:last-child {
  margin-bottom: 0 !important;
}
.group-post .lead-sm {
  margin-bottom: 1em;
}
.group-post .grid-post {
  margin-top: 28px;
}
.group-post .post-item .post-title {
  margin-top: 0.6em;
}

@media (min-width: 751px) {
  .grid-post .post-item {
    width: 350px;
  }
}
@media (max-width: 750px) {
  .kashima-post {
    padding: 0;
  }
  .kashima-post .txt-intro {
    margin-bottom: 40px;
  }

  .group-post .grid-post {
    margin-top: 20px;
  }
  .group-post .post-item {
    margin-bottom: 30px;
  }
  .group-post .post-item:last-child {
    margin-bottom: 0;
  }
}
/* PAGE RECRUIT
 * ----------------------------------------------- */
.sec-recruit .pagination {
  margin-top: 70px;
}

.staff-summary {
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  padding: 30px 30px 20px;
  margin-bottom: 35px;
}
.staff-summary .summary-info {
  max-width: 360px;
}
.staff-summary .slogan {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: bold;
  border-bottom: 4px solid #000;
  padding-bottom: 2px;
  margin-bottom: 16px;
}
.staff-summary .profile {
  margin-bottom: 16px;
}
.staff-summary .name {
  font-size: 1.25em;
}
.staff-summary.staff01 {
  background-image: url(../img/recruit/img_staff01.jpg);
}
.staff-summary.staff02 {
  background-image: url(../img/recruit/img_staff02.jpg);
}
.staff-summary.staff03 {
  background-image: url(../img/recruit/img_staff03.jpg);
}

@media (min-width: 751px) {
  .sec-recruit .sec-content {
    padding-top: 8px;
  }

  .staff-info-detail .thumb {
    width: 350px;
  }
  .staff-info-detail .box-txt {
    width: 572px;
  }
  .staff-info-detail.thumb-right-top .thumb {
    float: right;
    margin-bottom: -55px;
  }
  .staff-info-detail.thumb-right-top .box-txt {
    float: left;
  }
  .staff-info-detail.thumb-left-bot .box-txt {
    float: right;
  }
  .staff-info-detail.thumb-left-bot .thumb {
    float: left;
    margin-top: -36px;
  }
}
.staff-info-detail {
  overflow: hidden;
  margin-bottom: 40px;
}
.staff-info-detail .box-txt {
  position: relative;
  z-index: 9;
  background: #f0f0f0;
  padding: 25px 30px 30px;
}
.staff-info-detail .box-txt .lead-sm {
  font-weight: bold;
  margin-bottom: 1.2em;
}

.banner-staff {
  margin-top: 50px;
}

.gallery-photos {
  padding-top: 5px;
}
.gallery-photos .intro {
  margin-bottom: -8px;
}

.photo-item {
  margin-top: 35px;
}
.photo-item .photo-title {
  margin-top: 0.8em;
  word-break: break-all;
}
.photo-item .date-publish, .photo-item .location {
  display: inline-block;
  vertical-align: middle;
}
.photo-item .location {
  margin-left: 1em;
}
.photo-item.center-item {
  text-align: center;
}

.recruit-intro {
  margin-bottom: 1.75em;
}

.list-branch figcaption {
  margin-top: 0.6em;
}

.gallery-videos .video-ttl {
  margin-top: 0.6em;
  display: block;
}
.gallery-videos .thumbnail {
  position: relative;
}
.gallery-videos .thumbnail .icn-play {
  display: block;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -36px;
  margin-top: -36px;
  background: url(../img/recruit/icn_play.png) no-repeat 0 0;
  background-size: 100% auto;
  z-index: 9;
}

.company-profile {
  margin-top: 60px;
}
.company-profile .lead-sm {
  margin-bottom: 15px;
  font-weight: bold;
}
.company-profile .txt-intro {
  margin-bottom: 1.5em;
}

.statistical .full {
  border: 1px solid #b2b2b2;
  padding: 15px 30px 6px 20px;
  margin-bottom: 0 !important;
}
.statistical .ttl {
  font-size: 1.25em;
  color: #a31c4c;
  margin-bottom: 15px;
}
.statistical .txt {
  font-size: 0.875em;
  line-height: 1.333;
}
.statistical .num {
  padding: 0 16px;
  margin-right: 5px;
}
.statistical .technology {
  margin-top: 25px;
  padding: 0 30px 0 20px;
  text-align: center;
}
.statistical .technology figcaption {
  font-size: 0.875em;
  margin-top: 0.8em;
}

.list-branch {
  margin-bottom: -80px;
}
.list-branch figure {
  margin-bottom: 50px;
}

.recruit-txt {
  line-height: 1.6;
  word-break: break-all;
}
.recruit-txt p + p {
  margin-top: 1.5em;
}

.welfare-txt {
  line-height: 1.6;
  word-break: break-all;
  margin-top: 50px;
}
.welfare-txt p + p {
  margin-top: 1.5em;
}
.welfare-txt .lead-sm {
  margin-bottom: 15px;
  font-weight: bold;
}
.welfare-txt .txt-intro {
  margin-bottom: 1.5em;
}
.welfare-txt .post-item {
  margin-top: 20px;
}
.welfare-txt figcaption {
  margin-top: 0.6em;
  margin-bottom: 1.2em;
}


@media (min-width: 751px) {
  .photo-item.center-item {
    margin-top: 80px;
  }

  .layout-grid-3 .item {
    width: 250px;
    margin-right: 9px;
  }
  .layout-grid-3 .item:nth-child(3n) {
    margin-right: 0 !important;
  }

  .company-profile .statistical .item {
    width: 353px;
    margin-bottom: 30px;
  }
  .company-profile .statistical .item.full {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .staff-summary {
    padding: 320px 15px 15px;
    margin-left: -15px;
    margin-right: -15px;
    background-size: auto 300px;
  }
  .staff-summary .summary-info {
    max-width: none;
  }
  .staff-summary.staff01 {
    background-position: right 0;
  }

  .staff-info-detail .thumb {
    text-align: center;
    margin-bottom: 10px;
  }
  .staff-info-detail .box-txt {
    padding: 15px;
  }
  .staff-info-detail.thumb-left-bot {
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sec-recruit .pagination {
    margin-top: 50px;
  }

  .photo-item .date-publish, .photo-item .location {
    display: block;
  }
  .photo-item .location {
    margin-left: 0;
  }
  .photo-item.center-item {
    text-align: left;
  }

  .gallery-videos .item {
    margin-bottom: 20px;
  }
  .gallery-videos .item:last-child {
    margin-bottom: 0;
  }

  .company-profile {
    margin-top: 40px;
  }

  .statistical .item {
    text-align: center;
    margin-bottom: 20px;
  }
  .statistical .item:last-child {
    margin-bottom: 0;
  }
  .statistical .item.full {
    text-align: left;
    padding-bottom: 15px;
  }
  .statistical .item .num {
    padding: 0;
    margin: 0 0 1em;
  }
  .statistical .item .txt {
    width: 100%;
  }
  .statistical .item .txt br {
    display: none;
  }
  .statistical .technology {
    margin: 0;
    padding: 0 10px;
  }
  .statistical .technology figure {
    width: 50%;
    margin-top: 20px;
  }

  .list-branch {
    margin-bottom: 0;
  }
  .list-branch .item {
    width: 48.5%;
    margin-bottom: 15px;
    margin-right: 3%;
  }
  .list-branch .item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
/* PAGE CONTACT
 * ----------------------------------------------- */
.contact-intro .group-txt {
  margin-bottom: 1.75em;
}
.contact-intro .lead-sm {
  font-weight: bold;
  margin-bottom: 0.4em;
}
.contact-intro .txt p {
  margin-top: 1.75em;
}

.contact-form table th, .contact-form table td {
  text-align: left;
  vertical-align: middle;
  padding-top: 11px;
  padding-bottom: 11px;
}
.contact-form table .align-top {
  vertical-align: top;
  padding-top: 1em;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"] {
  max-width: 400px;
}
.contact-form .require {
  display: inline-block;
  color: #db6f4c;
  margin-left: 0.5em;
}
.contact-form .form-submit {
  margin-top: 2.5em;
}
.contact-form .group-btn {
  margin-top: 2.25em;
}
.contact-form .list-inline {
  padding: 10px 0;
}
.contact-form .list-inline li {
  margin-right: 2em;
}
.contact-form .list-inline li:last-child {
  margin-right: 0;
}

@media (min-width: 751px) {
  .contact-form table th {
    width: 215px;
  }
}
@media (max-width: 750px) {
  .contact-form table th, .contact-form table td {
    display: block;
    width: 100%;
  }
  .contact-form table th {
    padding-bottom: 0;
  }
  .contact-form .list-inline {
    padding: 0;
  }
  .contact-form .list-inline li {
    margin: 0 1.5em 0.3em 0;
  }
  .contact-form .form-submit {
    margin-top: 1.5em;
  }
  .contact-form .group-btn {
    margin-top: 1.5em;
  }
}

/*# sourceMappingURL=style.css.map */








/* 
 * ----------------------------------------------- */
/* Sitemap
 * ----------------------------------------------- */

.table-default.sitemap th {
  width: 250px;
  vertical-align: top;
  padding-top: 25px;
  padding-bottom: 25px;
}
.table-default.sitemap td {
  padding-top: 25px;
  padding-bottom: 25px;
}
.table-default.haken th {
  width: 230px;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-default.haken td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-default.link th {
    width: 100%;
  font-weight: normal;
}

@media (max-width: 750px) {
  .table-default.sitemap th {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-default.sitemap td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.policy-txt p {
  margin-bottom: 1.75em;
}
.policy-txt .lead-sm {
  font-weight: bold;
}
.policy-txt .lead-sub {
  font-weight: bold;
}
.sec-business-kashima .lead-sm {
  font-weight: bold;
}


/* 
 * ----------------------------------------------- */
/* movie
 * ----------------------------------------------- */
 
 
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}