@charset "UTF-8";
/* ==========================================================================
   reset+
   ========================================================================== */
a, a:active, a:hover, a:focus {
  text-decoration: none; }

img {
  max-width: 100%; }

em {
  font-style: normal; }

caption {
  caption-side: top; }

ul, ol {
  padding-left: 0;
  list-style-type: none; }

i {
  font-style: normal; }

.btn, .form-control {
  border-radius: 0; }

.btn {
  position: relative; }

/* ==========================================================================
   botstrap+
   ========================================================================== */
.row.gutter-width-0 {
  margin-left: 0px;
  margin-right: 0px; }
  .row.gutter-width-0 > [class^="col-"],
  .row.gutter-width-0 > [class*=" col-"] {
    padding-right: 0px;
    padding-left: 0px; }

.row.gutter-width-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .row.gutter-width-10 > [class^="col-"],
  .row.gutter-width-10 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.row.gutter-width-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .row.gutter-width-20 > [class^="col-"],
  .row.gutter-width-20 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px; }

.row.gutter-width-30 {
  margin-left: -15px;
  margin-right: -15px; }
  .row.gutter-width-30 > [class^="col-"],
  .row.gutter-width-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px; }

.row.gutter-width-40 {
  margin-left: -20px;
  margin-right: -20px; }
  .row.gutter-width-40 > [class^="col-"],
  .row.gutter-width-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px; }

.row.gutter-width-50 {
  margin-left: -25px;
  margin-right: -25px; }
  .row.gutter-width-50 > [class^="col-"],
  .row.gutter-width-50 > [class*=" col-"] {
    padding-right: 25px;
    padding-left: 25px; }

/* .container init */
@media (min-width: 576px) {
  .container {
    width: auto; } }

@media (min-width: 768px) {
  .container {
    width: auto; } }

@media (min-width: 992px) {
  .container {
    width: auto; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

/* ==========================================================================
   helper
   ========================================================================== */
.text-left {
  text-align: left !important; }

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

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

.font-weight-normal {
  font-weight: normal !important; }

.font-weight-bold {
  font-weight: bold !important; }

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

.d-block {
  display: block !important; }

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

.list-indent > li,
.list-disc > li {
  padding-left: 1em;
  text-indent: -1em; }

.list-disc > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: -3px 5px 0;
  margin: -3px calc((1em - 5px) / 2) 0;
  background-color: #373a3c;
  border-radius: 3px; }

/* ==========================================================================
   font
   ========================================================================== */
html {
  font-size: 16px; }

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1.125rem; }

.text-normal {
  font-size: .875rem; }

.text-small {
  font-size: .75rem; }

.text-x-small {
  font-size: .625rem; }

@media (max-width: 767px) {
  body {
    font-size: 1rem; }
  h1, .h1 {
    font-size: 1.75rem; }
  h2, .h2 {
    font-size: 1.5rem; }
  h3, .h3 {
    font-size: 1.375rem; }
  h4, .h4 {
    font-size: 1.25rem; }
  h5, .h5 {
    font-size: 1.125rem; }
  h6, .h6 {
    font-size: 1rem; }
  .text-normal {
    font-size: 1rem; }
  .text-small {
    font-size: .875rem; }
  .text-x-small {
    font-size: .75rem; } }

/* ==========================================================================
   header
   ========================================================================== */
.navbar {
  color: #000;
  padding: 0;
  position: relative;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0; }
  .navbar .navbar-header {
    margin-left: -15px;
    margin-right: -15px; }
    .navbar .navbar-header::after {
      content: "";
      display: table;
      clear: both; }
    .navbar .navbar-header .navbar-brand {
      font-size: 18px;
      position: relative;
      height: 60px;
      padding: 15px;
      margin-right: 0;
      line-height: 30px;
      color: inherit; }
  .navbar .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px; }
    .navbar .navbar-collapse::after {
      content: "";
      display: table;
      clear: both; }
  .navbar .navbar-nav > li > a {
    color: inherit;
    display: block;
    position: relative;
    padding: 20px 15px;
    line-height: 20px; }
    .navbar .navbar-nav > li > a:before {
      content: "";
      display: block;
      position: absolute;
      background-color: #009688; }
  .navbar .navbar-nav > li.active > a {
    color: #009688; }
  .navbar .navbar-nav + .navbar-nav > li > a:before {
    content: none; }
  .navbar .dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0; }
    .navbar .dropdown-menu > .dropdown-item {
      padding: 0;
      position: relative; }
      .navbar .dropdown-menu > .dropdown-item:hover, .navbar .dropdown-menu > .dropdown-item:focus {
        background-color: transparent; }
      .navbar .dropdown-menu > .dropdown-item > a {
        color: inherit;
        display: block;
        font-size: 16px;
        padding: 15px; }
  .navbar .mdi:before {
    color: #009688; }

@media (max-width: 1199px) {
  .navbar .navbar-header .navbar-brand {
    height: 50px;
    padding: 10px 15px; }
  .navbar .navbar-nav > li > a {
    padding: 15px; } }

@media (min-width: 768px) {
  .navbar .navbar-collapse {
    padding-bottom: 0px;
    display: block;
    height: auto;
    overflow: visible !important; }
  .navbar .navbar-header {
    margin-left: 0;
    margin-right: 0; }
    .navbar .navbar-header .navbar-brand {
      margin-left: -15px; }
  .navbar .navbar-collapse {
    margin-left: 0;
    margin-right: 0; }
  .navbar .navbar-nav > li {
    float: left; }
    .navbar .navbar-nav > li > a:before {
      width: 50%;
      height: 3px;
      right: 0;
      bottom: 1px;
      left: 0;
      margin: 0 auto;
      opacity: 0;
      -webkit-transition: width 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: width 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .navbar .navbar-nav > li.active > a:before, .navbar .navbar-nav > li:hover > a:before {
      width: calc(100% - 1px);
      opacity: 1; }
  .navbar .navbar-nav + .navbar-nav > li > a {
    font-size: .875em;
    padding: 5px 0 10px 15px; }
  .navbar .dropdown-menu {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.95); }
    .navbar .dropdown-menu > .dropdown-item > a {
      color: rgba(255, 255, 255, 0.7); }
      .navbar .dropdown-menu > .dropdown-item > a:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.1); } }

@media (max-width: 767px) {
  .navbar .navbar-header .navbar-brand {
    height: 60px;
    padding: 15px; }
  .navbar .navbar-toggle {
    position: relative;
    float: right;
    width: 60px;
    height: 60px;
    padding: 18px 0 10px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 0;
    background-color: #000;
    -webkit-transition: background-color .2s;
    transition: background-color .2s; }
    .navbar .navbar-toggle > .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      margin: auto;
      background-color: #fff;
      pointer-events: none; }
      .navbar .navbar-toggle > .icon-bar + .icon-bar {
        margin-top: 4px; }
    .navbar .navbar-toggle > .icon-txt {
      color: #fff;
      margin-top: 6px;
      display: inline-block;
      pointer-events: none; }
  .navbar .navbar-collapse {
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
  .navbar .navbar-nav > li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    .navbar .navbar-nav > li > a {
      padding: 18px 15px; }
      .navbar .navbar-nav > li > a:before {
        width: 3px;
        height: 0;
        left: 0;
        top: 0;
        -webkit-transition: height 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: height 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .navbar .navbar-nav > li.active > a:before, .navbar .navbar-nav > li:hover > a:before {
      height: 100%;
      height: calc(100% + 1px); }
  .navbar .open .dropdown-menu {
    position: static;
    float: none;
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.12); }
    .navbar .open .dropdown-menu > .dropdown-item {
      border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
      .navbar .open .dropdown-menu > .dropdown-item:last-child {
        border-bottom: 0; }
  .navbar-show .navbar-toggle {
    padding: 0;
    background-color: #009688; }
    .navbar-show .navbar-toggle > .icon-bar:nth-child(1) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .navbar-show .navbar-toggle > .icon-bar:nth-child(2) {
      display: none; }
    .navbar-show .navbar-toggle > .icon-bar:nth-child(3) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: -2px; }
    .navbar-show .navbar-toggle > .icon-txt {
      display: none; } }

/* ==========================================================================
   footer
   ========================================================================== */
footer {
  padding: 25px 0;
  background: #000; }
  footer .footer-list-header {
    display: block;
    line-height: 1;
    color: #b3b3b3; }
  footer .footer-list {
    line-height: 1;
    margin-bottom: 0; }
    footer .footer-list > li a {
      display: block;
      position: relative; }
  footer .footer-sub-list {
    margin: 30px 0 0;
    text-align: center; }
    footer .footer-sub-list > li {
      display: inline-block;
      margin-top: 10px;
      line-height: 1; }
      footer .footer-sub-list > li:not(:last-child) {
        margin-right: 1em;
        padding-right: 1em;
        border-right: solid 1px #3d3d3d; }
  footer .footer-brand {
    color: #fff;
    margin: 15px 0 0; }
  footer a {
    color: #b3b3b3; }
    footer a:hover, footer a:focus {
      color: #fff; }
  footer #pagetop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    color: #fff;
    background-color: #00796B;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    font-size: 10px; }
    footer #pagetop .mdi {
      display: inline-block;
      margin-bottom: -.5em; }
    footer #pagetop .mdi:before {
      margin: 0; }

@media (min-width: 768px) {
  footer .col-md-2 {
    width: 20%;
    overflow: hidden; }
  footer .footer-list-header {
    font-weight: 700;
    pointer-events: none;
    padding: 10px 0;
    margin-bottom: 5px;
    border-bottom: solid 1px #b3b3b3; }
    footer .footer-list-header .caret {
      display: none; }
  footer .footer-list {
    height: auto !important; }
    footer .footer-list#footer-list5 {
      margin-top: 35px; }
    footer .footer-list.collapse {
      display: block; }
    footer .footer-list > li a {
      padding: 8px 0; }
      footer .footer-list > li a .ripple-container {
        display: none; } }

@media (max-width: 767px) {
  footer {
    padding: 0 0 1rem; }
    footer .row .col-md-2 {
      padding-left: 0;
      padding-right: 0; }
      footer .row .col-md-2:nth-child(2n+1) {
        clear: left; }
        footer .row .col-md-2:nth-child(2n+1) .footer-list-header {
          border-right: solid 1px #b3b3b3; }
          footer .row .col-md-2:nth-child(2n+1) .footer-list-header + .footer-list {
            border-left-width: 0; }
      footer .row .col-md-2:nth-child(2n+2) .footer-list-header + .footer-list {
        border-right-width: 0;
        margin-left: -1px; }
    footer .footer-list-header {
      position: relative;
      padding: 18px 15px;
      border-top: solid 1px #b3b3b3;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      footer .footer-list-header:hover {
        color: #fff; }
      footer .footer-list-header .caret {
        -webkit-transition: .15s;
        transition: .15s;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
      footer .footer-list-header:not(.collapsed) .caret {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      footer .footer-list-header + .footer-list {
        border: solid 1px #b3b3b3;
        border-width: 0 1px 1px;
        margin-bottom: -1px; }
        footer .footer-list-header + .footer-list > li {
          background-color: #3d3d3d; }
          footer .footer-list-header + .footer-list > li a {
            color: #b3b3b3; }
            footer .footer-list-header + .footer-list > li a:hover {
              color: #fff; }
    footer .footer-list > li {
      border-top: solid 1px #b3b3b3; }
      footer .footer-list > li a {
        padding: 18px 15px; }
    footer .footer-list#footer-list5 {
      border-bottom: solid 1px #b3b3b3; }
    footer .footer-sub-list {
      margin: 15px 15px 0;
      text-align: left; } }

@media (max-width: 575px) {
  footer #pagetop {
    right: 0;
    bottom: 0; } }

/* ==========================================================================
   detail
   ========================================================================== */
main h2 {
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  margin: 1.25em 0 1em;
  position: relative; }
  main h2:after {
    content: "";
    position: absolute;
    width: 12%;
    max-width: 50px;
    height: 4px;
    background-color: #333;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto; }

#content_wrapper {
  overflow: hidden;
  margin-bottom: 50px; }

#content_main {
  float: left;
  width: 100%;
  min-height: 25rem;
  padding-right: 250px;
  margin-right: -250px; }
  #content_main section ~ section {
    margin-top: 50px; }
  #content_main h3 {
    position: relative;
    padding: .25em 0;
    margin-bottom: .5em;
    border-bottom: solid 2px #333; }
    #content_main h3:after {
      content: "";
      position: absolute;
      width: 10%;
      height: 2px;
      background-color: #009688;
      left: 0;
      bottom: -2px; }
  #content_main h4 {
    font-size: 1.125rem;
    padding: .5em .33em;
    margin-top: 1rem;
    background-color: #d6f1ee;
    border-left: solid 3px #009688; }
  #content_main h4.bar {
    color: #fff;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: .75rem;
    background-color: #009688;
    border: 0; }

#content_side {
  float: right;
  width: 220px;
  min-height: 100px;
  background: #ddd; }

@media (max-width: 919px) {
  #content_main {
    float: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 50px; }
  #content_side {
    float: none;
    width: 100%; } }

body.navbar-show:after, body.navbar-hide:after {
  content: '';
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

body.navbar-show:after {
  -webkit-animation: navbar-show .35s;
          animation: navbar-show .35s; }

body.navbar-hide:after {
  -webkit-animation: navbar-hide .35s;
          animation: navbar-hide .35s; }

@-webkit-keyframes navbar-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes navbar-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes navbar-hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes navbar-hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* ==========================================================================
   index
   ========================================================================== */
#topimage_outer {
  position: relative;
  z-index: -1;
  background-color: #f5f5f5; }
  #topimage_outer #topimage {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto; }
    #topimage_outer #topimage #topimage_inner {
      position: relative;
      height: 0;
      overflow: hidden;
      padding-bottom: 42%; }
    #topimage_outer #topimage img {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-38%);
              transform: translateY(-38%); }
    #topimage_outer #topimage p {
      color: #fff;
      line-height: 1.5;
      position: absolute;
      top: 50%;
      right: 15px;
      margin: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.8); }

#indexTabs {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin: auto;
  table-layout: fixed;
  /*  border:solid 1px #009688;*/
  border: solid 1px #d3d8d6;
  border-bottom: 0;
  margin-bottom: -1px; }
  #indexTabs .nav-item {
    height: 100%;
    float: none;
    display: table-cell;
    text-align: center;
    /*&:nth-child(1) .nav-link.active{
      box-shadow:4px 0 6px -4px rgba(0,0,0,.6), 0 4px #d6f1ee;
    }
    &:nth-child(2) .nav-link.active{
      box-shadow:-4px 0 6px -4px rgba(0,0,0,.6), 4px 0 6px -4px rgba(0,0,0,.6), 0 4px #d6f1ee;
    }
    &:nth-child(3) .nav-link.active{
      box-shadow:-4px 0 6px -4px rgba(0,0,0,.6), 0 4px #d6f1ee;
    }*/ }
    #indexTabs .nav-item .nav-link {
      box-sizing: content-box;
      height: 100%;
      padding: 15px .5em;
      border: 0;
      border-radius: 0;
      font-weight: 700;
      position: relative;
      color: #fff;
      background-color: #009688; }
      #indexTabs .nav-item .nav-link.active {
        color: #009688;
        background-image: url(../img/ptn_check.png);
        z-index: 1; }
      #indexTabs .nav-item .nav-link:not(.active):before {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: calc(100% - 10px);
        top: 0;
        right: -1px;
        bottom: 0;
        margin: auto 0;
        background-color: #d6f1ee;
        z-index: 1; }
      #indexTabs .nav-item .nav-link span {
        display: block;
        font: 300 10px/ 1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #indexTabs .nav-item:last-child .nav-link:before {
      content: none; }
  #indexTabs:after {
    content: none; }

#indexCarousel {
  padding: 20px 10px 30px;
  margin-bottom: 50px;
  border-top: solid 1px #d3d8d6;
  border-bottom: solid 1px #d3d8d6;
  /*  border-top:solid 1px #009688;*/
  /*  border-bottom:solid 1px #009688;*/
  background-image: url(../img/ptn_check.png); }
  #indexCarousel > .carousel-inner {
    max-width: 1140px;
    margin: auto; }
    #indexCarousel > .carousel-inner > .carousel-item .card {
      border-radius: 0;
      border: 0;
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
      #indexCarousel > .carousel-inner > .carousel-item .card .btn {
        position: relative; }
  #indexCarousel .carousel-control {
    display: none; }
  #indexCarousel .carousel-indicators {
    bottom: 0px;
    line-height: 1; }
    #indexCarousel .carousel-indicators li {
      border-color: #009688; }
    #indexCarousel .carousel-indicators .active {
      background-color: #009688; }
  #indexCarousel .btn {
    padding: .5rem .875rem; }
    #indexCarousel .btn:before {
      font: normal normal normal 16px/1 "Material Design Icons";
      content: "\F142"; }

@media (max-width: 767px) {
  #indexCarousel .carousel-indicators {
    bottom: -10px;
    font-size: 2em; }
    #indexCarousel .carousel-indicators li {
      width: 20px;
      height: 20px; } }

#information {
  border-top: dashed 1px #d3d8d6; }
  #information li {
    padding: 1em .5em;
    border-bottom: dashed 1px #d3d8d6; }
    #information li time {
      padding-right: .5em; }
    #information li .mdi:before {
      color: #969696;
      margin-right: 0; }

h3 + #information {
  border-top: 0; }

@media (max-width: 575px) {
  #information li time {
    display: block;
    margin-bottom: .25rem; } }

.btn.listBtn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

@media (max-width: 575px) {
  .btn.listBtn {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0; } }

/* ==========================================================================
   sub
   ========================================================================== */
main #img_header {
  height: 0;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2); }
  main #img_header:before {
    content: "";
    -webkit-filter: blur(2px);
            filter: blur(2px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  main #img_header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.24);
    background-image: url(../img/ptn_dot.png); }
  main #img_header h2 {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    position: absolute;
    margin: 0;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }
    main #img_header h2:after {
      background-color: #009688;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); }

#img_header {
  padding-bottom: 32%; }

@media (min-width: 768px) {
  #img_header {
    padding-bottom: 24%; } }

@media (min-width: 1200px) {
  #img_header {
    padding-bottom: 18%; } }

@media (min-width: 1600px) {
  #img_header {
    padding-bottom: 15%; } }

#nav_breadcrumb {
  margin-bottom: 15px; }
  #nav_breadcrumb .breadcrumb {
    font-size: 13px;
    padding: 8px 0;
    margin-bottom: 0;
    background-color: transparent; }
    #nav_breadcrumb .breadcrumb .breadcrumb-item {
      color: inherit; }
      #nav_breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        content: ">";
        color: #777; }
    #nav_breadcrumb .breadcrumb a[href] {
      color: #009688;
      text-decoration: underline; }
      #nav_breadcrumb .breadcrumb a[href]:hover {
        text-decoration: none; }

.img_frame_outer {
  width: 100%;
  margin: auto; }
  .img_frame_outer.vertical .img_frame {
    width: 44.444%; }
  .img_frame_outer.vertical_lg .img_frame {
    width: 100%;
    padding-bottom: 150%; }

.img_frame {
  width: 100%;
  height: 0;
  padding-bottom: 66.666%;
  margin: auto;
  overflow: hidden;
  position: relative; }
  .img_frame.img_frame:before {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: solid 1px rgba(0, 0, 0, 0.1);
    z-index: 1; }
  .img_frame img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .24s;
    transition: -webkit-transform .24s;
    transition: transform .24s;
    transition: transform .24s, -webkit-transform .24s; }
  .img_frame a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.07);
            transform: translate(-50%, -50%) scale(1.07); }
  .img_frame.noimg {
    background-color: #f5f5f5; }
    .img_frame.noimg .noimg-txt {
      color: #666;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .img_frame.noimg .noimg-txt:before, .img_frame.noimg .noimg-txt:after {
        vertical-align: middle; }
      .img_frame.noimg .noimg-txt:before {
        font: normal normal normal 24px/1 "Material Design Icons";
        content: "\F21F"; }
      .img_frame.noimg .noimg-txt:after {
        content: "NO IMAGE"; }

@media (max-width: 575px) {
  .img_frame_outer.vertical, .img_frame_outer.vertical_lg {
    max-width: 160px; } }

.photoSwipe .img_frame a:before, .photoSwipe .img_frame a:after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0; }

.photoSwipe .img_frame a:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-transition: opacity .24s;
  transition: opacity .24s; }

.photoSwipe .img_frame a:after {
  color: #fff;
  width: 1em;
  height: 1em;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font: normal normal normal 24px/1 "Material Design Icons";
  content: "\F34B"; }

.photoSwipe .img_frame a:hover:before, .photoSwipe .img_frame a:hover:after {
  opacity: 1; }

.table > tbody > tr > th,
.table > tbody > tr > td {
  padding: .75rem 10px; }

/* ==========================================================================
   主要設備
   ========================================================================== */
.equipment .card {
  border: 0;
  border-radius: 0; }

.equipment .card-img {
  border-radius: 0; }

.equipment .card-block {
  padding: 10px 0; }
  .equipment .card-block dl {
    margin-bottom: 0; }
    .equipment .card-block dl dt {
      float: left;
      clear: left; }
      .equipment .card-block dl dt:before {
        content: "";
        vertical-align: middle;
        display: inline-block;
        width: .75em;
        height: .75em;
        margin-right: .25em;
        border: solid .25em #009688; }
      .equipment .card-block dl dt:after {
        content: ":"; }
    .equipment .card-block dl dd {
      word-break: break-all;
      overflow: auto;
      padding-left: .25em; }

@media (max-width: 767px) {
  .equipment .col-xs-6:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 768px) {
  .equipment .col-md-3:nth-child(4n+1) {
    clear: left; } }

@media (max-width: 575px) {
  .equipment .card-block dl dt:not(.w1):not(.w2) + dd {
    clear: left;
    padding-left: 1em; } }

/* ==========================================================================
   お問い合わせ/資料請求
   ========================================================================== */
.contact .form-group {
  margin-bottom: 0; }

.contact th.required {
  white-space: nowrap; }
  .contact th.required:after {
    content: "必須項目";
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: .715rem;
    font-weight: 400;
    line-height: 1;
    padding: .5em .33em;
    margin-left: .25rem;
    background-color: #F44336; }

.contact td .form-control {
  border-color: rgba(0, 0, 0, 0.2); }

/*
@media (max-width: 575px){//575px以下
.contact{
  .table{
    > tbody > tr,
    > tbody > tr > th,
    > tbody > tr > td{
      display:block;
    }
    > tbody > tr{
      margin-bottom:0;
    }
    > tbody > tr > th{
      padding:.75rem 0 .1875rem;
    }
    > tbody > tr > td{
      padding:.1875rem 0 .75rem;
      border:0;
    }
  }
}
}
*/
/* ==========================================================================
   サイトマップ
   ========================================================================== */
.sitemap ul > li ul {
  padding-left: 1.5em;
  padding-top: .75em;
  margin-bottom: .25em; }
  .sitemap ul > li ul li {
    position: relative; }
    .sitemap ul > li ul li:before, .sitemap ul > li ul li:after {
      content: "";
      display: block;
      width: .75em;
      height: 2em;
      left: -.75em;
      position: absolute;
      border: solid 2px #000; }
    .sitemap ul > li ul li:before {
      top: -.75em;
      border-width: 0 0 2px 2px; }
    .sitemap ul > li ul li:after {
      top: 1.125em;
      border-width: 0 0 0 2px; }
    .sitemap ul > li ul li:last-child:after {
      content: none; }

.sitemap i, .sitemap a {
  display: block;
  line-height: 1;
  padding: .75em; }

.sitemap i {
  font-style: normal;
  border: solid 1px #000; }

.sitemap a {
  color: #212121;
  margin-bottom: .75em;
  background-color: #efefef;
  text-decoration: underline; }
  .sitemap a[href]:hover {
    background-color: #B2DFDB; }
  .sitemap a.mdi:before {
    color: #009688; }

/* ==========================================================================
   生産工程
   ========================================================================== */
.system .box dd {
  position: relative; }
  .system .box dd:before, .system .box dd:after {
    content: "";
    position: absolute;
    left: 50%; }
  .system .box dd:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #F44336 transparent transparent transparent;
    top: 7px;
    margin-left: -16px; }
  .system .box dd:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: -webkit-linear-gradient(#fff, #F44336);
    background-image: linear-gradient(#fff, #F44336);
    bottom: -8px;
    margin-left: -8px; }
  .system .box dd:first-of-type:before {
    content: none; }
  .system .box dd:last-of-type:after {
    content: none; }

.system .box > dd:first-of-type:after {
  bottom: -1.53125rem; }

.system .box > dd:last-of-type:before {
  top: -4.09375rem; }

.system .box > dt {
  display: block;
  line-height: 1;
  font-size: 1rem;
  padding: .75em;
  color: #fff;
  background-color: #4CAF50;
  background-color: #009688; }
  .system .box > dt:last-of-type {
    background-color: #3F51B5; }

.system .box > dd {
  border: solid 1px #4CAF50;
  border: solid 1px #009688; }
  .system .box > dd > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0; }
    .system .box > dd > dl > dt, .system .box > dd > dl > dd {
      margin-bottom: 0; }
      .system .box > dd > dl > dt:last-of-type, .system .box > dd > dl > dd:last-of-type {
        border-bottom: 0; }
    .system .box > dd > dl > dt {
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      line-height: 1;
      padding: 1em .5em;
      background-color: #C8E6C9;
      border-bottom: solid 1px #4CAF50;
      border-right: solid 1px #4CAF50;
      background-color: #B2DFDB;
      border-bottom: solid 1px #009688;
      border-right: solid 1px #009688;
      position: relative;
      z-index: 1; }
    .system .box > dd > dl > dd {
      width: 100%;
      padding: 1em 1em 1em 3em;
      margin-left: -2.1em;
      border-bottom: solid 1px #ddd; }
      .system .box > dd > dl > dd ul {
        margin-bottom: 0; }
        .system .box > dd > dl > dd ul li {
          overflow: hidden; }
        .system .box > dd > dl > dd ul li:not(:last-child) {
          margin-bottom: 1em;
          border-bottom: dashed 1px #ddd; }
      .system .box > dd > dl > dd .img_frame_outer {
        width: 200px;
        margin-right: 1rem;
        float: left; }
        .system .box > dd > dl > dd .img_frame_outer .img_frame:before {
          content: none; }
      .system .box > dd > dl > dd b {
        display: block;
        padding-top: 1em; }
        .system .box > dd > dl > dd b:before {
          content: "・"; }
  .system .box > dd:first-of-type {
    margin-bottom: 3rem; }
  .system .box > dd:last-of-type {
    border-color: #3F51B5; }
    .system .box > dd:last-of-type > dl > dt {
      background-color: #C5CAE9;
      border-bottom-color: #3F51B5;
      border-right-color: #3F51B5; }

@media (max-width: 575px) {
  .system .box > dd > dl > dd .img_frame_outer {
    width: auto;
    float: none;
    display: block;
    margin: auto; } }

/* ==========================================================================
   製品概要
   ========================================================================== */
.products .thumbs::after {
  content: "";
  display: table;
  clear: both; }

.products .thumbs > li {
  float: left; }
  .products .thumbs > li:not(:first-child) {
    width: 50%;
    width: calc(50% - 5px);
    margin-top: 10px; }
  .products .thumbs > li:nth-child(even) {
    margin-right: 10px; }
  .products .thumbs > li:nth-child(n + 4) {
    display: none; }

.products dl {
  margin-bottom: .5rem; }
  .products dl dt {
    font-weight: 500;
    padding: .125rem 0; }
    .products dl dt:before {
      content: "";
      vertical-align: middle;
      display: inline-block;
      width: .75em;
      height: .75em;
      margin-right: .25em;
      border: solid .25em #009688; }
  .products dl dd {
    padding: .125rem 1em;
    background-color: #efefef; }

@media (max-width: 767px) {
  .products dl {
    font-size: .875rem; } }

@media (max-width: 575px) {
  .products .thumbs {
    margin-bottom: .5rem; }
    .products .thumbs li:first-child {
      float: none; }
      .products .thumbs li:first-child ~ li {
        display: none; } }

/* ==========================================================================
   アクセス
   ========================================================================== */
.access > dl > dt {
  width: 4.75em;
  clear: left;
  float: left; }

.access > dl dd {
  overflow: auto; }
  .access > dl dd > dl {
    margin-bottom: 0; }
    .access > dl dd > dl dt {
      color: #009688; }

#map_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }
  #map_wrap > iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 575px) {
  .access > dl > dt {
    float: none; }
  #map_wrap {
    padding-bottom: 90%; } }

/* ==========================================================================
   新着情報(詳細)
   ========================================================================== */
.info_img {
  width: 200px;
  float: left;
  margin: 0 1rem 2rem 0; }

@media (max-width: 575px) {
  .info_img {
    width: 100%;
    float: none;
    margin: 0 auto 1rem; } }

/* ==========================================================================
   各種認証
   ========================================================================== */
@media (max-width: 575px) {
  .system .row > :first-child {
    margin: 0 auto .5rem; } }

.table_wrap {
  margin: -5px; }

.table {
  border-collapse: separate;
  border-spacing: 5px; }

.table thead th {
  color: #fff;
  background-color: #009688;
  background-image: none;
  border-bottom: 0; }
  .table thead th:before {
    content: none; }

.table th {
  color: #00796b;
  width: auto;
  width: 25%;
  background-image: url(../img/ptn_check.png);
  font-weight: inherit;
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  border-right: solid 1px rgba(0, 0, 0, 0.1); }

.table th:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: .75em;
  height: .75em;
  margin-right: .25em;
  border: solid .25em #009688; }

.table td {
  border: 0;
  border-bottom: solid 1px #d3d8d6;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #f9f7f3; }

@media (max-width: 575px) {
  .table_wrap {
    margin: 0; }
  .table,
  .table > thead,
  .table > thead > tr,
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody,
  .table > tbody > tr,
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    display: block; }
  .table tr > th {
    width: 100%;
    border-right: 0; }
  .table tr > td {
    border-right: 0; }
  .table tr:last-child > td {
    border: 0; } }

.sns_banner + .sns_banner {
  margin-top: 10px;
}
.sns_banner a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14.5px;
  border: solid 1px #ddd;
  line-height: 1.35;
  color: inherit;
  -webkit-transition: all .25s;
  transition: all .25s;
}
.sns_banner a:hover {
  color: #4f9de6;
  border-color: #4f9de6;
}
.sns_banner img + div {
  margin-left: 14.5px;
}

/* ==========================================================================
   追記
   ========================================================================== */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }
.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important; }
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .ml-md-2 {
    margin-left: 1.5rem !important; }
  .w-md-auto {
    width: auto !important; }
}

.sn-container {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sn-container {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .sn-container {
    width: 500px;
    max-width: 500px;
  }
}
.fb-page {
  border: 1px solid #CCCCCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}