@charset "UTF-8";
/*
14px - .933em
16px - 1.067em
*/
html, body {
  -webkit-text-size-adjust: none;
}

body {
  color: #505050;
  font-size: 15px;
}

body.fontsize-l {
  font-size: 17px;
}

a {
  color: #f00;
}

a:hover {
  color: #b40000;
}

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
.youtube-wrapper {
  position: relative;
  padding-top: 59.37%; /* 縦幅÷横幅×100% */
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Elements
---------------------*/
.number {
  font-family: "Anton", sans-serif;
}

.font-yu-go {
  font-family: "Noto Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}

.nowrap {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.img-hover:hover {
  opacity: 0.8;
}

.img-border img {
  border: 1px solid #fff;
}

.hr {
  display: block;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #ddd;
}

.more-link {
  padding-left: 20px;
  background: url(../img/more.png) no-repeat 0 50%;
}

.required {
  color: #e00;
  font-size: 0.9em;
  font-weight: normal;
}

.wp-caption {
  max-width: 100% !important;
  width: auto !important;
}

@media (min-width: 768px) {
  img.wide {
    padding-left: 21.5%;
    padding-right: 21.5%;
  }
}

#content .same-image-height img {
  width: auto;
  max-height: 100%;
}

/* Header
---------------------*/
#header #logo-wrap {
  float: left;
  padding-top: 18px;
  padding-bottom: 18px;
  max-width: 80%;
}

.header-right-wrap {
  margin-top: 20px;
  line-height: 1;
}

.header-right-left {
  display: inline-block;
  margin-right: 10px;
}

.header-right-right {
  display: inline-block;
  vertical-align: top;
}

.header-tel {
  padding-left: 10px;
  color: #df0000;
  font-size: 22px;
  font-weight: bold;
}

.header-jrcs {
  padding-top: 5px;
  padding-right: 4px;
  text-align: right;
}

.font-size {
  cursor: pointer;
  display: inline-block;
  width: 166px;
  height: 21px;
  text-indent: -9999px;
  line-height: 1;
  overflow: hidden;
  background: no-repeat 0 0;
  vertical-align: baseline;
}

.fontsize-m .font-size {
  background-image: url(../img/text_m.png);
}

.fontsize-l .font-size {
  background-image: url(../img/text_l.png);
}

/* PrimaryNav
---------------------*/
#primary-nav {
  position: relative;
}

#primary-nav nav {
  border-top: 2px solid #f00;
  border-bottom: 2px solid #f00;
}

.menu-primary-count-4 #primary-nav .menu > li {
  width: 25%;
}

.menu-primary-count-5 #primary-nav .menu > li {
  width: 20%;
}

.menu-primary-count-6 #primary-nav .menu > li {
  width: 16.666%;
}

.menu-primary-count-7 #primary-nav .menu > li {
  width: 14.2857%;
}

#primary-nav .menu > li > span > a {
  padding: 12px 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#primary-nav .menu > li > span > a .link-before {
  display: inline-block;
  padding-left: 18px;
  background: url(../img/nav.png) no-repeat 0 50%;
}

#primary-nav .menu > li.current-menu-item > span > a,
#primary-nav .menu > li.current-menu-parent > span > a,
#primary-nav .menu > li > span > a:hover {
  color: #fff;
  background: #f00;
}
#primary-nav .menu > li.current-menu-item > span > a .link-before,
#primary-nav .menu > li.current-menu-parent > span > a .link-before,
#primary-nav .menu > li > span > a:hover .link-before {
  background-image: url(../img/nav_on.png);
}

#primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#primary-nav ul.menu > li {
  position: relative;
  float: left;
  padding: 0;
}

#primary-nav ul.sub-menu {
  width: 120%;
}

#primary-nav ul.sub-menu li a {
  color: #555;
}

#primary-nav ul.sub-menu li a:hover {
  color: #e00;
}

#primary-nav ul.sub-menu li.current-menu-item > span > a {
  border-left: 2px solid #f00;
}

#header-sm-menu {
  margin-top: 0px;
}

#sp-menu {
  float: right;
  margin: 10px 0 0px;
  padding: 5px;
  text-align: center;
  display: block;
  color: #ea2929;
  cursor: pointer;
  /*font-size: 25px;*/
  width: 50px;
  transition: all 0.3s;
  border-radius: 5px;
}

#sp-menu .bar {
  display: block;
  margin: 6px 0;
  height: 4px;
  background: #ea2929;
}

#sp-menu .bar.last {
  margin-bottom: 0;
}

#sp-menu:hover {
  background: #eee;
}

#sp-menu .title {
  margin-top: -5px;
  font-size: 9px;
}

#sp-menu .title:before {
  content: "メニュー";
}

#sp-menu.active .title:before {
  content: "閉じる";
}

#sp-nav .nav-close {
  display: block;
  margin: 0 20px 10px 20px;
  padding: 1em;
  color: #fff;
  text-align: center;
  background: #164d72;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

#sp-nav .nav-close:hover {
  background: #103752;
}

@media (max-width: 991px) {
  #sp-nav {
    clear: both;
    overflow: hidden;
    max-height: 0;
    background: #fefdfc;
    transition: all 0.5s ease;
  }
  #sp-nav.active {
    max-height: 55em;
    overflow: auto;
  }
  #sp-nav {
    width: 100%;
  }
  #sp-nav li {
    list-style: none;
  }
  #sp-nav li a {
    display: block;
    text-decoration: none;
    color: #901d0f;
    padding: 15px 0 15px 20px;
    text-align: left;
    border: 0;
  }
  #sp-nav li a:hover {
    color: #e00;
    background: #fcfafa;
  }
  #sp-nav ul {
    margin-bottom: 0;
    padding: 0;
  }
  #sp-nav ul.sub-menu {
    padding-left: 20px;
  }
  #sp-nav ul.menu > li > a {
    font-weight: bold;
  }
  #sp-nav .sp-none {
    display: none;
  }
}
#primary-nav-collapse {
  position: relative;
}

/* Sidebar
---------------------*/
#sidebar .widget {
  margin-bottom: 10px;
}

#sidebar .widget.widget-localnavigation-gps,
#sidebar .widget.widget.widget_archive,
#sidebar .widget.widget.widget_categories {
  position: relative;
  margin-bottom: 40px;
}
#sidebar .widget.widget-localnavigation-gps h2,
#sidebar .widget.widget.widget_archive h2,
#sidebar .widget.widget.widget_categories h2 {
  margin-bottom: 10px;
  padding: 10px;
  color: #000;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: "Noto Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
#sidebar .widget.widget-localnavigation-gps h2 .fa,
#sidebar .widget.widget.widget_archive h2 .fa,
#sidebar .widget.widget.widget_categories h2 .fa {
  color: #b5b5b5;
}
#sidebar .widget.widget-localnavigation-gps li a,
#sidebar .widget.widget.widget_archive li a,
#sidebar .widget.widget.widget_categories li a {
  padding: 10px 5px 10px 5px;
  color: #000;
  border-bottom: 1px dotted #a3a3a3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebar .widget.widget-localnavigation-gps li a span,
#sidebar .widget.widget.widget_archive li a span,
#sidebar .widget.widget.widget_categories li a span {
  position: relative;
  padding-left: 15px;
}
#sidebar .widget.widget-localnavigation-gps li a span:after,
#sidebar .widget.widget.widget_archive li a span:after,
#sidebar .widget.widget.widget_categories li a span:after {
  position: absolute;
  left: 0;
  top: 3px;
  color: #bcbcbc;
  content: "\f0da";
  font-family: "FontAwesome";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sidebar .widget.widget-localnavigation-gps li a:hover,
#sidebar .widget.widget.widget_archive li a:hover,
#sidebar .widget.widget.widget_categories li a:hover {
  background-color: #f5f2f2;
}
#sidebar .widget.widget-localnavigation-gps li.current_page_item span:after,
#sidebar .widget.widget-localnavigation-gps li a:hover span:after,
#sidebar .widget.widget.widget_archive li.current_page_item span:after,
#sidebar .widget.widget.widget_archive li a:hover span:after,
#sidebar .widget.widget.widget_categories li.current_page_item span:after,
#sidebar .widget.widget.widget_categories li a:hover span:after {
  color: #f00;
}

#sidebar img {
  max-width: 100%;
  height: auto;
}

.recruit-banner {
  position: relative;
}
.recruit-banner a {
  background: #b40000;
}
.recruit-banner a .heading {
  position: relative;
  height: 70px;
  padding-top: 15px;
  padding-right: 70px;
  background: #f00;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit-banner a .heading img {
  vertical-align: bottom;
}
.recruit-banner a .heading:after {
  position: absolute;
  display: block;
  content: "";
  width: 70px;
  height: 70px;
  right: 0;
  top: 0;
  background: #b40000 url(../img/recruit_banner_arrow.png) no-repeat 50% 50%;
}
.recruit-banner a:hover .heading {
  background: #b40000;
}

.side-banner {
  margin-bottom: 10px;
}

.side-banner-big a {
  display: table;
  width: 100%;
  color: #000;
  background: #f5f2f2;
}
.side-banner-big a .image {
  display: table-cell;
  width: 80px;
  border-right: 3px solid #b40000;
}
.side-banner-big a .image figure {
  width: 80px;
  background: #f00;
}
.side-banner-big a .heading {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.side-banner-big a .heading .heading-inner {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 12px;
  padding-right: 20px;
  font-weight: bold;
}
.side-banner-big a .heading .heading-inner .fa {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px;
  color: #f00;
}
.side-banner-big a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.side-banner-big a:hover {
  text-decoration: none;
}
.side-banner-big a:hover img {
  opacity: 0.8;
}

.side-banner-small a {
  display: table;
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  color: #000;
}
.side-banner-small a .icon {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
  text-align: center;
}
.side-banner-small a .icon .fa {
  color: #f00;
}
.side-banner-small a .heading {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.side-banner-small a .heading .heading-inner {
  font-weight: bold;
}
.side-banner-small a:hover {
  text-decoration: none;
  border-color: #ddd;
}

/* Footer
---------------------*/
#footer-all-wrap {
  margin-top: 40px;
  padding-top: 30px;
}
.home #footer-all-wrap {
  margin-top: 0px;
}

#back-top a {
  padding: 5px 20px;
  color: #fff;
  font-size: 18px;
  background: #b30000;
  border-radius: 5px;
}

#back-top a:hover {
  background-color: #cf0000;
  text-decoration: none;
}

#footer {
  padding-top: 25px;
  background: #f4f0f0;
}

.menu-primary-count-4 #footer-nav .menu > li {
  width: 25%;
}

.menu-primary-count-5 #footer-nav .menu > li {
  width: 20%;
}

.menu-primary-count-6 #footer-nav .menu > li {
  width: 16.666%;
}

.menu-primary-count-7 #footer-nav .menu > li {
  width: 14.2857%;
}

#footer-nav {
  font-size: 14px;
}

#footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .menu {
  list-style: none;
  margin-bottom: 35px;
}

#footer .menu li {
  padding: 0;
}

#footer .menu li a {
  display: block;
  margin-bottom: 3px;
  color: #333;
}

#footer .menu li a:hover {
  color: #e00;
}

#footer-nav .menu > li {
  float: left;
}

#footer-nav .menu > li > a {
  padding-left: 15px;
  font-weight: bold;
  background: url(../img/footer_nav.png) no-repeat 0 50%;
}

#footer .sub-menu {
  margin-left: 15px;
}

#footer-bottom {
  padding: 20px 0 10px;
  color: #fff;
  text-align: center;
  background: #f00;
}

.footer-name {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .footer-tel {
    margin-bottom: 50px;
  }
  .footer-tel a {
    display: block;
    margin: 10px 20px;
    padding: 8px 5px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 3px 0px rgba(0, 0, 0, 0.2);
  }
  .footer-tel a:after {
    display: block;
    text-align: center;
    font-size: 14px;
    content: "（タップして電話）";
  }
}

/* Archive
---------------------*/
/* Content Header
---------------------*/
#content-header {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
#content-header .heading {
  position: relative;
  padding-top: 5px;
  padding-bottom: 15px;
  line-height: 1.2;
  color: #000;
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: 3px solid #f00;
}
#content-header .heading small {
  display: block;
  margin-top: 10px;
  color: #f00;
}

.breadcrumbs {
  margin-bottom: 20px;
  padding: 10px 0 10px;
  border-bottom: 1px solid #ededed;
}

.breadcrumbs a {
  color: #ef0000;
}

.breadcrumbs li {
  display: inline;
  float: none;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/* Content
---------------------*/
.content-content .content-empty-element + .heading-level-2 {
  margin-top: 0;
}

.content-content .heading-level-2 {
  margin-top: 30px;
  background: #f0f0f0;
  padding: 14px 22px 14px 0;
}

.content-content .heading-level-2 .heading-inner {
  padding: 2px 15px;
  color: #000;
  font-size: 1.067em;
  border-left: 3px solid #f00;
}

.content-content .heading-level-3 {
  border-bottom: 2px solid #dfdfdf;
  margin-top: 25px;
}

.content-content .heading-level-3 .heading-inner {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.content-content .heading-level-3 .heading-inner:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #f00;
}

.content-content .heading-level-4 {
  margin-top: 15px;
}

.content-content .heading-level-4 .heading-inner {
  display: inline-block;
  padding: 5px 15px;
  line-height: 1.2;
  border-radius: 3px;
  color: #b40000;
  background: #fbefef;
}

#content img,
#home-content img {
  max-width: 100%;
  height: auto;
}

table th,
table td {
  padding: 8px 15px 6px;
  border: 1px solid #ccc;
}

table th {
  color: #000;
  text-align: center;
  background: #efefef;
}

table.plain-table th {
  white-space: nowrap;
}

table.table.history {
  width: auto;
}
table.table.history th,
table.table.history td {
  padding: 5px 10px 4px;
  text-align: center;
  border: 0;
  background: none;
  text-align: left;
}
table.table.history th {
  color: #505050;
  font-weight: normal;
  background: none;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
table.table.history th:after {
  content: "／";
  color: #f00;
  font-size: 1.1em;
  margin-left: 10px;
}
table.table.history tr:first-child th {
  background: none;
}
@media (max-width: 767px) {
  table.table.history th, table.table.history td {
    display: block;
    width: 100%;
  }
  table.table.history th {
    text-align: left;
  }
}

.table.scroll {
  margin-bottom: 0px;
}

.table.scroll > thead > tr > th,
.table.scroll > tbody > tr > th,
.table.scroll > tfoot > tr > th,
.table.scroll > thead > tr > td,
.table.scroll > tbody > tr > td,
.table.scroll > tfoot > tr > td {
  white-space: nowrap;
}

/* Single
---------------------*/
.single .title-wrap .gps-heading {
  margin-top: 0px;
}

/* Archive
---------------------*/
.archive .post {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #a3a3a3;
}

/* Home
---------------------*/
#featured {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  max-height: 400px;
}
#featured .featured-copy {
  position: absolute;
  width: 100%;
  padding: 0 26px 10px 26px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #featured .featured-copy {
    top: 50%;
    padding: 0 10vw;
    transform: translateY(-50%);
  }
}
#featured .bx-wrapper {
  margin: 0 auto;
}
#featured .bx-wrapper .bx-pager.bx-default-pager a:hover, #featured .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #666;
}
#featured .bx-wrapper .bx-pager.bx-default-pager a {
  background: #eee;
}

.featured-image {
  opacity: 0;
}

.bx-viewport .featured-image {
  opacity: 1;
}

#home-cat {
  border: 2px solid #f00;
  border-radius: 5px;
  overflow: hidden;
}
#home-cat .cat {
  width: 50%;
  float: left;
  border-left: 1px solid #dddddd;
}
@media (min-width: 768px) {
  #home-cat .cat {
    width: 25%;
  }
}
#home-cat .cat:first-child {
  border-left: 0;
}
#home-cat .cat a {
  position: relative;
  display: block;
  padding: 60px 0 15px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: no-repeat center 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  #home-cat .cat a {
    padding: 0 0 0 60px;
    height: 70px;
    line-height: 70px;
    text-align: left;
    background: no-repeat 15px center;
  }
}
@media (min-width: 992px) {
  #home-cat .cat a {
    padding: 0 0 0 84px;
  }
}
#home-cat .cat a .fa {
  color: #f00;
  padding-left: 0.3em;
}
@media (min-width: 992px) {
  #home-cat .cat a .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
  }
}
#home-cat .cat a:hover {
  background-color: #f5f2f2;
}
#home-cat .cat-1 a {
  background-image: url(../img/home_benefit_icon_1.png);
}
@media (max-width: 767px) {
  #home-cat .cat-1 a {
    border-bottom: 1px solid #ddd;
  }
}
#home-cat .cat-2 a {
  background-image: url(../img/home_benefit_icon_2.png);
}
@media (max-width: 767px) {
  #home-cat .cat-2 a {
    border-bottom: 1px solid #ddd;
  }
}
#home-cat .cat-3 a {
  background-image: url(../img/home_benefit_icon_3.png);
}
#home-cat .cat-4 a {
  background-image: url(../img/home_benefit_icon_4.png);
}

.home-shortcuts a {
  display: block;
  text-decoration: none;
  background: #b40000;
}
.home-shortcuts a h2 {
  position: relative;
  height: 43px;
  line-height: 43px;
  padding-right: 43px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #f00;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-shortcuts a h2 .fa {
  position: absolute;
  height: 43px;
  width: 43px;
  line-height: 43px;
  top: 0;
  right: 0;
  background: #b40000;
}
@media (max-width: 767px) {
  .home-shortcuts a {
    margin-bottom: 20px;
  }
}
.home-shortcuts a:hover h2 {
  background: #b40000;
}

.heading-type-home-news {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.heading-type-home-news:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: #f00;
}
.heading-type-home-news a {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
.heading-type-home-news a .fa {
  color: #f00;
  font-size: 14px;
}

.news-news li {
  margin-bottom: 5px;
  border-bottom: 1px dotted #b0b0b0;
  font-size: 0.933em;
  line-height: 1.1;
}
.news-news li .date {
  padding: 8px 10px 8px 0;
}
.news-news li .date .fa {
  color: #b40000;
}
.news-news li .cat {
  min-width: 6em;
  padding: 5px 0;
}
.news-news li .cat a {
  width: 100%;
  padding: 3px 0 2px;
  display: inline-block;
  color: #333;
  text-align: center;
  line-height: 1;
  border: 1px solid #d50000;
}
.news-news li .cat a:hover {
  text-decoration: none;
}

.news-news .title a {
  display: block;
  padding: 8px 15px;
  color: #333;
}

@media (max-width: 767px) {
  .news-news .date {
    width: 50%;
    padding-bottom: 0px;
  }
  .news-news .cat {
    width: 50%;
    float: none;
    overflow: hidden;
    padding-bottom: 0px;
  }
}
.footer-banners {
  margin: 0 -8px;
}
.footer-banners li {
  margin-bottom: 10px;
  padding: 0 8px;
  float: left;
  width: 50%;
  /*
  &.banner-link {
  	background: url(../img/footer_banner_link.png) 24px center no-repeat;
  }
  &.banner-jrc {
  	background: url(../img/footer_banner_jrc.png) 24px center no-repeat;
  }
  &.banner-facebook {
  	background: url(../img/footer_banner_fb.png) 20px center no-repeat;
  }
  &.banner-privacy {
  	background: url(../img/footer_banner_privacy.png) 27px center no-repeat;
  }
  &.banner-bousai {
  	background: url(../img/footer_banner_bousai.png?1) 27px center no-repeat;
  }
  &.banner-save365 {
  	background: url(../img/footer_banner_save365.png?) 25px center no-repeat;
  }
  &.banner-youtube {
  	background: url(../img/footer_banner_youtube.png?) 25px center no-repeat;
  }
  &.banner-webmuseum {
  	background: url(../img/footer_banner_jrc.png) 24px center no-repeat;
  	a {
  		@include min-sm {
  			font-size: 12px;
  		}
  	}
  }
  */
}
@media (min-width: 768px) {
  .footer-banners li {
    width: 33.33%;
  }
}
.footer-banners li a {
  display: block;
  /*
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  */
  color: #000;
  font-size: 13px;
  border: 1px solid #ccc;
  overflow: hidden;
  font-family: "Noto Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
.footer-banners li a:hover {
  text-decoration: none;
  border-color: #dedede;
}

/* Recruit
---------------------*/
.page-template-page_recruit #content table th {
  width: 25%;
}

/* Shortcode
---------------------*/
.btn-default {
  background-color: #f00;
  border-color: #f00;
  color: #fff !important;
  border-radius: 0 !important;
}

.btn {
  border: 0;
  font-size: 15px;
  line-height: 1.42857;
  padding: 6px 12px;
  text-decoration: none !important;
}

.btn:hover {
  background: #b40000 !important;
}

.btn.btn-pdf {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #aaa;
}

.btn.btn-pdf:hover {
  background-color: #eee !important;
}

.btn.btn-pdf:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  padding-right: 0.5em;
  color: #CF1312;
}

.btn.btn-word {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #aaa;
}

.btn.btn-word:hover {
  background-color: #eee !important;
}

.btn.btn-word:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c2";
  padding-right: 0.5em;
  color: #2a5696;
}

.btn.btn-excel {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #aaa;
}

.btn.btn-excel:hover {
  background-color: #eee !important;
}

.btn.btn-excel:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c3";
  padding-right: 0.5em;
  color: #007133;
}

.table.time-table {
  margin-bottom: 10px;
}
.table.time-table th,
.table.time-table td {
  width: 14.28%;
  text-align: center;
  vertical-align: center !important;
}
.table.time-table th:first-child {
  width: 12.5%;
}
.table.time-table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.table.time-table-child th,
.table.time-table-child td {
  text-align: center;
  vertical-align: center !important;
}
.table.time-table-child td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.gps-table.td-center td {
  text-align: center;
}

.gps-table.th-width-20p th {
  width: 20%;
}

.gps-table.th-width-30p th {
  width: 30%;
}

.gps-table.th-width-40p th {
  width: 40%;
}

.gps-table.th-width-50p th {
  width: 50%;
}

.wp-caption.alignleft {
  margin: 0 10px 10px 0;
}

.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

.wp-caption {
  border: 0;
  text-align: center;
  margin-bottom: 15px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.wp-caption-text {
  margin: 0;
  padding: 3px;
}

.wp-caption p {
  margin-bottom: 0;
}

.wp-caption p:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f030";
  padding-right: 0.5em;
  color: #999;
}

#toc_container {
  background: none repeat scroll 0 0 #f9f9f9;
  border: 1px solid #b1c2da;
  display: block;
  font-size: 95%;
  margin-bottom: 1em;
  padding: 10px;
  width: auto;
}
@media (min-width: 992px) {
  #toc_container {
    padding: 10px 20px;
  }
}
#toc_container a {
  position: relative;
  margin-right: 15px;
  padding-left: 15px;
}
#toc_container a:after {
  position: absolute;
  left: 0;
  top: 3px;
  color: #999;
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#toc_container li {
  vertical-align: top;
}
@media (min-width: 768px) {
  #toc_container li {
    display: inline-block;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #toc_container li {
    width: 33.33%;
  }
}
#toc_container p.toc_title + ul.toc_list {
  margin-top: 0.5em;
}
#toc_container.col-1 li {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  #toc_container.col-2 li {
    display: inline-block;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #toc_container.col-2 li {
    width: 50%;
  }
}

.sc-doctor-list .photo {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.sc-doctor-list .photo img {
  width: 100%;
}

.collapse-content {
  display: none;
  margin-bottom: 30px;
}

.collapse-btn {
  padding: 10px 0;
  cursor: pointer;
}

.collapse-btn:hover {
  color: #f00;
}

.collapse-btn.active > * {
  border-bottom: 1px solid #f00;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.collapse-btn > * {
  font-weight: bold;
}

.collapse-btn > *:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e080";
  margin-right: 0.5em;
  color: #f00;
}

.collapse-btn.active > *:before {
  content: "\e083";
}

.collapse-close-btn {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
  cursor: pointer;
  background: #f00;
}

.sc-indent {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .sc-indent {
    margin-left: 20px;
  }
}
.sc-child-pages {
  margin-left: -5px;
  margin-right: -5px;
}
.sc-child-pages li {
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .sc-child-pages li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
}
.sc-child-pages li a {
  display: block;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  font-size: 1.1em;
  text-decoration: none;
}
.sc-child-pages li a:hover {
  border-color: #f00;
}
.sc-child-pages li a .fa {
  color: #f00;
}

.sc-tight {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .sc-tight {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .sc-tight {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .sc-tight {
    width: 60%;
  }
}
.sc-big {
  font-size: 1.4em;
}

.sc-link a {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  padding-left: 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
}
.sc-link a:hover {
  border-color: #666;
}
.sc-link a:after {
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -0.5em;
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sc-lead-visual {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.sc-department {
  margin-top: -25px;
  margin-bottom: 30px;
  font-weight: bold;
  border-bottom: 1px solid #f00;
}
.sc-department .department-title {
  color: #f00;
  font-weight: normal;
}

.sc-lead {
  position: relative;
  margin-bottom: 50px;
  font-size: 1.2em;
  line-height: 1.2;
  color: #000;
  font-family: "Noto Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
.sc-lead:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -20px;
  left: 0;
  width: 2em;
  height: 3px;
  background: #f00;
}

.sc-flow-down {
  position: relative;
  margin: 10px 0 10px;
  text-align: center;
}
.sc-flow-down .fa {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 15px;
  background: #ccc;
}
.sc-flow-down:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #ccc;
}

.sc-faq .faq-q {
  margin-bottom: 0.3em;
  font-weight: bold;
}
.sc-faq .faq-q .faq-q-title {
  float: left;
  font-size: 1.1em;
  color: #f00;
}
.sc-faq .faq-q .faq-q-body {
  overflow: hidden;
}
.sc-faq .faq-a {
  margin-left: 0.5em;
}
.sc-faq .faq-a .faq-a-title {
  float: left;
  font-size: 1.1em;
  font-weight: bold;
  color: #f00;
}
.sc-faq .faq-a .faq-a-body {
  overflow: hidden;
}

.sc-pr-list {
  margin-bottom: 1em;
}
.sc-pr-list article {
  padding: 10px 0 5px 0;
  border-bottom: 1px dotted #ccc;
}
.sc-pr-list article .fa {
  margin-right: 10px;
  color: #999;
  font-size: 1.5em;
  vertical-align: middle;
}
.sc-pr-list article:first-child {
  border-top: 1px dotted #ccc;
}

.sc-divider.green {
  position: relative;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.sc-divider.green hr {
  border: 0;
  margin: 0;
}
.sc-divider.green::after {
  background: #f00 none repeat scroll 0 0;
  top: 0px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 2em;
}

/* Shortcode-Help
---------------------*/
.bs-example:after {
  color: #959595;
  content: "Example";
  font-size: 12px;
  font-weight: 700;
  left: 15px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
}

.bs-example {
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
  margin: 0 -15px 15px;
  padding: 45px 15px 15px;
  position: relative;
}

.bs-example {
  background-color: #fff;
  border-color: #ddd;
  border-radius: 4px 4px 0 0;
  border-width: 1px;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
}

.bs-example + .highlight, .bs-example + .zero-clipboard + .highlight {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 1px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -16px;
}

.highlight {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 9px 14px;
}

.highlight pre {
  background-color: transparent;
  border: 0 none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  white-space: nowrap;
  word-break: normal;
}

.table-edit {
  border: 1px dashed #bbb !important;
}

.table-edit {
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px 0;
  border-spacing: 2px;
}

.table-edit, .table-edit td, .table-edit th, .table-edit caption {
  border: 1px dashed #bbb;
  border-collapse: separate;
}

.table-edit th {
  background-color: #eee;
  border-collapse: collapse;
  color: #000;
  font-size: 100%;
  font-weight: normal;
}/*# sourceMappingURL=shobara.css.map */