@charset "UTF-8";
/*
Theme Name: ex theme
Description: example
* 
* Bootstrap v4.1.3 (https://getbootstrap.com/)
*/
.wrapper {min-width: 0;}@media screen and (min-width: 481px) {.wrapper { min-width: 1180px;}}
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');
/*@media screen and (min-width: 768px) and (max-width: 1000px) {.container{width: 100%;}} タブレット用*/
@media all and (-ms-high-contrast: none) {.wrapper {overflow: hidden;}}
body{
  padding-top: 80px;
  /*font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
  font-family: /*Noto Serif JP',*/ "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .05rem;
  font-feature-settings: "palt";
  /*word-wrap: break-word;
  overflow-wrap: break-word;*/
  word-break: break-all;
  -webkit-text-size-adjust:100%;
  /*text-align: justify;
  text-justify: inter-ideograph;*/
  animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn { 
  0% {opacity: 0} 
  100% {opacity: 1} 
} 
@-webkit-keyframes fadeIn {
  0% {opacity: 0} 
  100% {opacity: 1} 
}
@media (min-width: 481px) {
  body {padding-top: 0;}
}
@media (max-width: 480px) {
  body {font-size: 14px;}
}
img {max-width: 100%;vertical-align: bottom;}
p {line-height: 1.7;}
@media (min-width: 481px) {
  p {line-height: 2;}
}
.fs-1 {font-size: .5rem!important;}
.fs-2 {font-size: .75rem!important;}
.fs-3 {font-size: 1rem!important;}
.fs-4 {font-size: 1.25rem!important;}
.fs-5 {font-size: 1.5rem!important;}
ul,ol {
  margin-left: 1.4rem;
  margin-bottom: 1.25rem;
  padding: 0;
}
li {
  line-height: 1.6;
  margin-bottom: .25rem;
}
li:last-child {
  margin-bottom: 0;
}
main p a, main li a, main dd a {text-decoration: underline;}
main p a:hover, main li a:hover, main dd a:hover {text-decoration: none;}
a {color: #333; transition: .3s;}
a:hover {color: rgba(17,30,113,.75)}
div>table:last-child, div>ol:last-child, div>ul:last-child, div>ol>li:last-child, div>ul>li:last-child, div>p:last-child,
td>ul:last-child {margin-bottom: 0;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.anone {display: none;}
.cursor-pointer {transition: background-color .3s;}
.cursor-pointer:hover {cursor: pointer;background-color: #f9f9f9;}
.home .h2, .home h2 {
  font-size: 7.5vw;
}


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');



@media (min-width: 481px) {
  .home .h2, .home h2 {
    font-size: 40px;
  }
}
h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5 !important;
}
@media (min-width: 481px) {
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
  }
}
main>section:not(:first-child) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 481px) {
  main>section:not(:first-child) {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}
.caution {
  color: #ea4335;
  font-size: .8rem;
}
.form_inner:last-child {
  margin-top: 2.5rem;
}
.wpcf7 .ajax-loader {
  margin-bottom: -1.5rem;
}
.wpcf7-form-control.wpcf7-submit.submit-btn {
  font-weight: 500;
  color: #fff;
  letter-spacing: .2rem;
  background: #11143d;
  display: inline-block;
  padding: .75rem 1.75rem;
  border-radius: 0;
  transition: .3s;
  width: 280px;
  max-width: 80%;
}
.wpcf7-form-control.wpcf7-submit.submit-btn:hover {
  opacity: .7;
}
@media (max-width: 480px) {
  .form-inline>.input-group {
    display: block;
  }
}
.page .col-12 section #contact .row:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 481px) {
  .page .col-12 section #contact .row:not(:last-child) {
    margin-bottom: 1rem;
  }
}

/* common
---------------------------------------- */
@media (max-width: 1024px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.red {
  color: #ea4335;
  font-size: .8rem;
}

.gmap-wrapper {
  background: #f7f7f7;
  padding: .25rem;
}
.gmap.iframe-wrap,
.movie.iframe-wrap {
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.gmap.iframe-wrap {
  padding-bottom: 106.25%;
}
.movie.iframe-wrap {
  padding-bottom: 56.25%;
}
.iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
figure {margin: 0;}
@media (min-width: 480px) {
  .gmap.iframe-wrap {
    padding-bottom: 75.25%;
  }
}
.table {
  border-top: 1px solid #dee2e6;
}
a img {transition: .3s;}
a:hover img {/*transform: scale(1.05);*/opacity: .8;}
.button {
  position: relative;
  width: 100%;
}
@media (max-width: 480px) {
  .instructor-desc .movie {
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
    padding-bottom: 56.25%;
  }
  .movie iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
.table-responsive-sm~.table-responsive-sm{margin-top: 1.5rem;}
.table-responsive-sm:not(:last-child){margin-bottom: 1rem;}
@media (max-width: 575.98px) {
  .table-responsive-sm{overflow-x:scroll;}
  .table-responsive-sm::-webkit-scrollbar{height:10px;}/*バーの太さ*/
  .table-responsive-sm::-webkit-scrollbar-track{background:#f0f0f0;}/*バーの背景色*/
  .table-responsive-sm::-webkit-scrollbar-thumb{background:#ddd;}/*バーの色*/
  .table-responsive-sm .table {
    width: 768px;
    border: 1px solid #dee2e6;
  }
  .business .table-responsive-sm .table {
    width: 1110px;
  }
}

/* background-image */
.bg-container {
  position: relative;
}
.bg-container::before,
.bg-container::after {
  z-index: 1;
}
.bg-image {
  height: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-item {
  position: absolute;
  width: 100%;
  max-width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}


/* link btn */
.link {
  text-align: center;
  margin-top: 2.5rem;
}
.link>.btn {
  font-weight: 500;
  color: #fff;
  letter-spacing: .2rem;
  background: #11143d;
  display: inline-block;
  padding: .75rem 1.75rem;
  border-radius: 0;
  transition: .3s;
  width: 280px;
  max-width: 80%;
}
.link>.btn:hover {
  background: rgba(17,20,61,.8);
}
.category.link>.btn {
  font-weight: 500;
  color: #11143d;
  background-color: #fff;
  border-color: #11143d;
}
.category.link>.btn:hover {
  background: rgba(255,255,255,.8);
}
@media (max-width: 480px) {
  .link {
    margin-top: 1.5rem;
  }
  .link>.btn {
    font-size: 14px;
  }
}

/* header
---------------------------------------- */
#nav-bar {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}
.home #nav-bar {
  max-width: 100%;
  position:fixed;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}
header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 12;
  position: fixed;
  top: 0;
}
@media (min-width: 481px) {
  header {
    position: relative;
  }
}
@media (max-width:480px) {
  .fixed-header {transition: .3s;box-shadow: 0 8px 8px -3px rgb(0 0 0 / 10%);}
}

 /* .brand */
header .brand {
  padding-left: 15px;
  height: 80px;
  max-width: 75%;
}
header h1 {
  z-index: 10;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1rem;
}
.brand a {
  color: #fff;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction: column;
  flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
  height: 80px;
}
.brand img {
  height: auto;
  max-width: 350px;
}


/* .nav-area */
nav ul span {
  display: block;
  color: #fff;
  letter-spacing: .1rem;
  font-size: 15px;
}
footer nav ul span {
  color: #E3D0C3;
}

.nav-area {
  margin-left: auto !important;
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
nav ul {
  list-style: none;
  margin: 0;
}
nav ul li {
  margin: 0;
}
nav ul li a {
  color:rgba(35,42,81,1);
  font-size: 14px;
  padding: .5rem 15px;
  display: block;
  position: relative;
  font-weight: 500;
}
nav ul li a.bg:hover {
  background:rgba(35,42,81,.7);
  color: #fff;
}
@media (min-width: 481px) {
  header nav ul li.law {
    display: none;
  }
  .nav-area {
    padding-right: 15px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  /*
  nav ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  */
  nav ul li.contact {
    margin-left: .5rem;
  }
  nav ul li.member {
    margin-left: .75rem;
  }
  nav ul li a {
    text-align: center;
  }
  nav ul li a:hover {
    color: rgba(35,42,81,.7);
  }
  nav ul li a.bg {
    background:rgba(35,42,81,1);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    color: #fff;
  }
  footer nav ul {
    -ms-flex-pack: center;
    justify-content: center;
  }
  nav label {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer-nav ul li {
    margin: 0;
    width: 50%;
    margin-bottom: 1rem;
  }
  footer address {
    padding-top: .5rem;
  }
}

/* drawer */
#drawer-check {
  display: none;
}
@media (max-width: 480px) {
  .wrapper {
    overflow-x: hidden;
    position: relative;
  }
  .brand {
    position: relative;
    z-index: 10;
  }
  .nav-area {
    position: absolute;
    width: 100%;
    left: 0;
    height: 80px;
    z-index: 1;
    margin: 0 !important;
  }
  .nav-area nav {
    position: relative;
    height: 100%;
  }
  .nav-area nav label {
    position: absolute;
    right: 0;
    top: 1.5rem;
  }

  #drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
  }
  #drawer-check:checked ~ .drawer-open span::before {
    top: 0;
    transform: rotate(45deg);
  }
  #drawer-check:checked ~ .drawer-open span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  #drawer-check:checked ~ ul {
    transform: translateX(0);
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
  }
  .navbar-toggler {
    width: 1em;
    height: 1rem;
    position: relative;
    padding: 1rem;
    margin: 0 15px 0 0;
    border: none;
  }
  .navbar-toggler span, .navbar-toggler span:before, .navbar-toggler span:after {
    position: absolute;
    height: 3px;
    width: 1em;
    border-radius: 3px;
    background: #111;
    display: block;
    content: '';
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar-toggler-icon {
    right: 4px;
    position: relative !important;
  }
  .navbar-toggler span:before, .navbar-toggler span:after {
    width: 100%;
    left: 0;
  }
  .navbar-toggler span:before {
    top: -6px;
  }
  .navbar-toggler span:after {
    bottom: -6px;
  }
  .navbar-toggler[type=button]:not(:disabled),
  button.navbar-toggler:not(:disabled),
  .navbar-toggler span,
  .navbar-toggler span:before,
  .navbar-toggler span:after {
    cursor: auto;
  }
  .navbar-toggler {
    z-index: 200;
  }
  header nav ul {
    text-align: center;
    padding: 0 1.5rem 2rem !important;
    margin: 0;
    display: block !important;
    background-color: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateX(100%);
    border-top: 1px solid #ccc;
    height: 100vh;
  }
  header nav ul>li {
    text-align: left;
    border-bottom: 1px solid rgba(68,71,99,.35);
  }
  header nav ul>li a {
    padding: 1.5rem 0;
    font-size: 1rem;
    position: relative;
  }
  header nav ul>li a::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-color: #ccc #ccc transparent transparent;
    transform: rotate(45deg);
  }
}

/* #main-visual 
---------------------------------------- */
#main-visual {
  position: relative;
  background-color: rgba(17,30,113,1);
  background: linear-gradient(90deg,rgba(17,30,113,1), rgba(19,26,42,1));
  overflow: hidden;
}
#main-visual .carousel-cell>div {
  /*height: 0;*/
  padding-top: calc(100vh/2);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position:top;
}
@media (min-width: 500px) {
  #main-visual .carousel-cell>div {
    padding-top: calc(830/1900*100%);
  }
}
@media (min-width: 1200px) {
  #main-visual .carousel-cell>div {
    padding-top: calc(100vh - 80px);
  }
}

/******** 横スライダーの場合必要
#main-visual .carousel-cell{
  position: relative;
}*/

#main-visual .carousel-cell>div.desc {
  color: #232a51;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  padding-top: 0;
  padding-left: 4%;
  padding-right: 4%;
  width: 100%;
  max-width: 100%;
  margin-left:3%;
}
#main-visual .carousel-cell>div.desc p {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: .25rem;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
#main-visual .carousel-cell>div.desc p:last-child {
  margin-bottom: 0;
}
#main-visual div.desc span {
  letter-spacing: .05rem;
  display: inline-block;
  line-height: 2;
  font-size: 1rem;
}
@media (max-width: 479px) {
  #main-visual .carousel-cell>div {
    background-position: right center;
  }
  #main-visual .carousel-cell>div.desc p {
    font-size: 9vw;
    margin-bottom:0;
  }
  #main-visual .carousel-cell>div.desc span {
    line-height: 2;
  }
  #main-visual .carousel-cell>div.desc span br {
    display: none;
  }
  #main-visual .carousel-cell>div.desc {
    text-align: center;
    transform: translateY(0);
    top: auto;
    bottom: 4rem;
  }
}

/* slick slider
---------------------------------------- */
/* Arrows */
.slick-arrow:before,
.carousel_arrow:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 10px;
  height: 10px;
  border: 3px solid;
}
.slick-arrow.slick-next:before,
.carousel_arrow.next_item:before {
  content: '';
  left: 0;
  right: 0;
  border-color: #666 #666 transparent transparent;
  transform: rotate(45deg);
}
.slick-arrow.slick-prev:before,
.carousel_arrow.prev_item:before {
  content: '';
  border-color:  transparent transparent #555 #555;
  transform: rotate(45deg);
}

.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: transparent;
    transition: .75s;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index:100;
}
.slider .slick-prev,
.slider .slick-next{
  background-color: rgba(255,255,255,.8);
  border-radius: 100%;
}
.slider .slick-prev:hover,
.slider .slick-next:hover {
    background-color: rgba(255,255,255,.5);
}
.slider2 .slick-prev,
.slider2 .slick-next{
  margin-top: -2.5rem;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background-color: rgba(255,255,255,.5);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: auto;
}

.slick-prev{
    left: 25px;
}
[dir='rtl'] .slick-prev{
    right: -25px;
    left: auto;
}
.slick-prev:before{
    content: '←';
}
[dir='rtl'] .slick-prev:before{
    content: '→';
}

.slick-next{
    right: 25px;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: -25px;
}
.slick-next:before{
    content: '→';
}
[dir='rtl'] .slick-next:before{
    content: '←';
}

@media (min-width: 1025px) {
  .slick-prev:before{margin-right: -4px;}
  .slick-next:before{margin-left: -4px;}
}
@media (max-width: 1024px) {
  .slick-prev{left: 15px;}
  .slick-next{right: 15px;}
  .slick-prev:before{display: block;position: relative;right: -2px;}
  .slick-next:before{display: block;position: relative;left: -2px !important;}
  .slick-arrow{z-index: 7;}
}
.slider2 .slick-prev{left: -7px;}
.slider2 .slick-next{right: -7px;}


    

/* Dots */
.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.slick-dots{
  position: absolute;
  bottom: 1rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 2.5rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #232a51;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: #232a51;
}


/* #page_header */
#page_header {
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#page_header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg,rgba(17,30,113,1), rgba(19,26,42,1));
  z-index: -1;
}

#page_header #page-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-weight: 700;
}
#page_header #page-title .maintitle {
  font-size: 9vw;
  word-break:keep-all;
  line-height: 1.3;
}
#page_header #page-title .subtitle {
  font-size: 1.25rem;
}
@media (min-width: 480px) {
  #page_header #page-title .maintitle {
    font-size: 2.25rem;
  }
}

/* bread_crumb */
#bread_crumb {
  padding: 1rem 0;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
}
#bread_crumb span+.fas {
  margin: 0 .5rem;
}
#bread_crumb .row>div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}


/* contact_us */
#contact_us {
  padding: 0;
}
#contact_us .bg-image {
  padding-top: calc(370/1600*100%);
}
#contact_us h2>span {
  color: #fff;
}
#contact_us .bg-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,186,200,.1);
}
#contact_us .bg-item div {
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#contact_us .col-auto:nth-of-type(1) {
  text-align: left;
  color: #fff;
}
#contact_us .col-auto:nth-of-type(1) span {
  font-size: 2rem;
  line-height: 1;
}
#contact_us .col-auto:nth-of-type(2)>div {
  border: 2px solid #fff;
  height: 100%;
}
#contact_us .col-auto:nth-of-type(2) a {
  color: #fff;
  letter-spacing: .15rem;
  padding: .5rem;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}
#contact_us .col-auto:nth-of-type(2) a:hover {
  background: rgba(242,242,242,.25);
}
.f-large {
  font-size: 2rem;
}
@media (max-width: 480px) {
  #contact_us .bg-image {
    padding-top: 350px;
  }
  #contact_us .col-auto:nth-of-type(1) {
    margin-bottom: 1.25rem;
  }
  #contact_us .col-auto:nth-of-type(1) span {
    font-size: 7vw;
    line-height: 1.3;
  }
  #contact_us .col-auto:nth-of-type(2) a {
    height: 55px;
  }
}

/* footer 
---------------------------------------- */
footer section {
  text-align: center;
  background-color: #11143d;
  color: #c1c2d3;
}
footer .brand {
  text-align: center;
}
footer nav ul li a {
  color: #c1c2d3;
  font-size: 14px;
}
footer nav ul li a:hover {
  opacity: .8;
}

/* pagetop */
.pagetop {
  position: relative;
  z-index: 11;
}
.pagetop a {
  width: 44px;
  height: 44px;
  display: block;
  background-color: rgba(17,20,61,.35);
  text-align: center;
  position: fixed;
  bottom: 80px;
  right: 0;
}
.pagetop a:hover {
  opacity: .85;
}
.pagetop a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
}

/* #fut-area */
#fut-area {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 480px) {
  #fut-area {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }
}

/* .fut-brand */
.fut-brand {
  margin-bottom: 1.25rem;
}
.fut-brand img {
  width: 400px;
  max-width: 100%;
}

/* .fut-nav */
.fut-nav {
  border-top: 1px solid #444763;
  border-bottom: 1px solid #444763;
  margin-bottom: 1.5rem;
}
.fut-nav nav ul li a {
  padding: 1rem 1.75rem;
}
.fut-nav nav ul li a:hover {
  color: #fff;
}
@media (max-width: 480px) {
  .fut-nav ul {
    text-align: left;
    padding: .75rem 0;
  }
  .fut-nav ul li:not(:last-child) {
    margin: 0;
    width: 33.333%;
  }
  .fut-nav nav ul li a {
    padding: .5rem 1.25rem;
  }
}


/* .fut-address */
#fut-area dl,
#fut-area dd {
  margin-bottom: 0;
  text-align: left;
}
#fut-area dt {
  margin-bottom: .5rem;
}
@media (max-width: 480px) {
  .fut-address>div:first-child {
    margin-bottom: 1.5rem;
  }
  #fut-area dt {
    margin-bottom: .25rem;
  }
}

/* copyright */
footer .copyright {
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
  font-size: 12px;
  color: #999;
  padding: .75rem;
  background: #000;
}
@media (max-width: 480px) {
  footer .copyright {
    font-size: 11px;
  }
}


/* front-page
---------------------------------------- */
.ttl {
  display: block;
  text-align: center;
  color: #232a51;
}
.ttl img {
  width: 320px;
  max-width: 100%;
}

@media screen and (max-width: 480px){
.top-lembrand{
	background-image:none;
}
.font-150{
	font-size:100%;
}
#machinery .ttl>span {
    display: inline-block;
    font-size: 1.5rem !important;
}
#machinery .sub-ttl {
    font-size: 1.2rem !important;
    letter-spacing: .15rem;
}
#machinery .sub-ttl:last-child {
    font-size: 1.5rem !important;
}
#page_header {
    height: 150px !important;
}
}


.font-150{
	font-size:150%;
}
.sub-ttl {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .125rem;
  color: #232a51;
  text-align: center;
  margin-bottom: 1rem;
}
.c-938f07 {color: #938f07 !important;}

/* #pr @ front-page */
.home main>section:nth-child(2) {
  background-color: rgba(17,30,113,1);
  background: linear-gradient(90deg,rgba(17,30,113,1), rgba(19,26,42,1));
}
#pr {
  color: #fff;
}
#pr .ttl {
  color: #fff;
}
#pr .sub-ttl {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: .3rem;
}

@media (min-width: 481px) {
  main>section:nth-child(2) {
    padding: 0;
  }
  #pr {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  #pr .row>div:first-child {
    padding-top: 9%;
  }
}
@media (max-width: 480px) {
  #pr p {
    line-height: 2;
  }
}

/* #machinery @ front-page */
#machinery {
  color: #232a51;
  text-align: center;
}
#machinery h2 {
  margin-bottom: 3.5rem;
}
#machinery .ttl {
  margin-bottom: 1rem;
  font-family: 'Noto Serif JP', serif;
}
#machinery .ttl>span {
  display: inline-block;
  font-size: 2.5rem;
}
#machinery .ttl>span:first-letter {
  font-size: 2.5rem;
}
#machinery .sub-ttl {
  font-size: 2rem;
  letter-spacing: .15rem;
}
#machinery .sub-ttl:last-child {
  font-size: 2.5rem;
}
#machinery .row>div .inner {
  background-color: rgba(17,30,113,1);
  background: linear-gradient(45deg,rgba(60,80,200,1), rgba(40,60,120,1));
  position: relative;
  margin-bottom: 5px;
}
#machinery .machine-thumb {
  height: 0;
  padding-top: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  opacity: .8;
}
@media (min-width: 481px) {
  #machinery .machine-thumb {
    padding-top: 450px;
  }
}
#machinery .machine-body {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding-left: 4%;
  padding-right: 4%;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
#machinery .machine-body span {
  display: block;
  color: #fff;
}
#machinery .machine-body span:nth-child(1) {
  font-size: 2.5rem;
  font-weight: 700;
  line-height:1;
}
#machinery .machine-body span:nth-child(2) {
  font-size: 2.6rem;
  letter-spacing: .2rem;
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #fff;
}
#machinery .machine-body span:nth-child(3) {
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.4rem;
}
@media (max-width: 480px) {
  #machinery h2 {
    margin-bottom: 2.5rem;
  }
  #machinery .ttl {
    line-height: 1.2;
    display: inline-block;
    text-align: left;
  }
  #machinery .sub-ttl {
    margin-bottom: .5rem;
  }
  #machinery .sub-ttl:last-child {
    margin-bottom: 0;
  }
  #machinery .ttl>span {
    display: block;
  }
}

/* #movie @ front-page */
.home main>section:nth-child(4) {
  padding: 6rem 0;
  background-color: #f2f2f2;
}
#movie {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 480px) {
  #movie {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* #product @ front-page */
#product .article-thumb {
  margin-bottom: 1rem;
  border:15px solid #FFFFFF;
  margin-right:3px;
}
#product .article-body {
  padding-left: .75rem;
  padding-right: .75rem;
  text-align:center;
}
@media (max-width: 480px) {
  #product .article-body {
    font-size: 14px;
  }
}

/* #department @ front-page */
/*
.home main>section:nth-child(6) {
  background-color: #f2f2f2;
}
*/
#department .inner {
  height: 100%;
  background: #fff;
}
.department-thumb {
  position: relative;
}
.department-thumb .category {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
  background: #11143d;
  padding: .25rem .75rem;
  width: 100px;
  max-width: 100%;
}
.department-thumb .category:not(.industrial_science):not(.service) {
  letter-spacing: 1em;
  text-indent: 1em;
}
.department-body {
  padding: 1.25rem;
}

@media (min-width: 481px) {
  #department article:not(:nth-last-child(-n+3)) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 480px) {
  #department article {
    padding-left: 4px;
    padding-right: 4px;
  }
  #department article:not(:nth-last-child(-n+2)) {
    margin-bottom: 2.5rem;
  }
  .department-thumb .category {
    font-size: 12px;
  }
  .department-body {
    padding: 1rem;
    font-size: 14px;
  }
}

/* #info @ front-page */
.home main>section:nth-child(8),
#info {
  padding: 0;
}
#info h2>span {
  color: #fff;
}
#info .bg-image {
  padding-top: 280px;
}
@media (min-width: 481px) {
  #info .bg-image {
    padding-top: calc(400/1600*100%);
  }
}
#info .bg-item {
  text-align: center;
}
#info .bg-item img {
  width: 320px;
  max-width: 90%;
}

/* #company @ front-page */
#company th {
  text-align: center;
}
#company tr:first-child th>span {
  margin-right: 1em;
}
@media (min-width: 481px) {
  #company h2 {
    margin-bottom: 3rem;
  }
  #company th {
    width: 12em;
    max-width: 100%;
  }
  #company td ul {
    margin-left: 0;
  }
  #company td li {
    margin-left: 1.7em;
  }
  #company td li:not(:last-child) {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
  }
}
#company .row:nth-of-type(1) {
  margin-bottom: 2rem;
}
#company dl {
  margin-bottom: 0;
}
#company dt {
  background: #afb3dd;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  padding: .5rem 1rem;
}
#company dd>span {
  display: block;
  padding: .5rem 1rem;
}
#company dd:nth-of-type(2) {
  margin-bottom: 1.75rem;
}
#company dd:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #company .row:nth-of-type(2)>div:nth-of-type(1) {
    margin-bottom: 2rem;
  }
  #company dt {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  #company table th,
  #company table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  #company table th {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 1.05rem;
  }
  #company table td {
    padding-top: .25rem;
  }
}

/* topics @ front-page */
#topics {
  background-color: #11143d;
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 480px) {
  #topics {
    margin-top: -5rem;
    margin-bottom: -5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

#topics h2>span {
  color: #fff;
}
#topics h3 {
  font-size: 1rem;
  margin-bottom: .5rem;
  text-align: center;
}
#topics h3>span {
  display: inline-block;
  text-align: left;
  font-weight: 500;
}
#topics time {
  font-size: .9rem;
  margin-bottom: .25rem;
  display: block;
}
#topics article a {
  display: block;
  color: #fff;
}
#topics .article-thumb {
  overflow: hidden;
  margin-bottom: 1rem;
}
#topics article a:hover {
  opacity: 1;
}
#topics article a img {
  transition: .76s;
}
#topics article a:hover img {
  transform: scale(1.2);
  opacity: 1;
}
#topics p {
  line-height: 1.7;
}
@media (max-width: 480px) {
  #topics article:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  #topics .link {
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
  #topics .article-thumb {
    margin-bottom: .25rem;
  }
  #topics h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
}

/* contents
---------------------------------------- */
.headline h2 {
  color: #E3D0C3;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media (min-width: 481px) {
  .headline h2 {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 480px) {
  .headline h2 {
    font-size: 6.5vw;
    word-break: normal;
  }
}
#the_content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 481px) {
  #the_content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 480px) {
  .home .thumb {
    margin-bottom: 1rem;
  }
}

/* page
---------------------------------------- */
.page h2 {
  text-align: center;
}
@media (min-width: 481px) {
  .page h2 {
    margin-bottom: 2.5rem;
  }
}
.page .col-12 section:not(:last-child) {
  margin-bottom: 2.5rem;
}
.page .col-12 section .row:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (min-width: 481px) {
  .page .col-12 section:not(:last-child) {
    margin-bottom: 5rem;
  }
  .page .col-12 section .row:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (max-width: 480px) {
  .page h2 {
    font-size: 8vw;
  }
  .page .thumb {
    margin-bottom: 1.25rem;
  }
}

.page #the_content {
  padding-top: 0;
  padding-bottom: 0;
}
.page #the_content>section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 481px) {
  .page #the_content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page #the_content>section {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

/* Company
---------------------------------------- */
.company main {
  font-weight: normal;
}
.company #bread_crumb {
  background: #21294f;
}
.company #bread_crumb span,
.company #bread_crumb a {
  color: #fff;
}
.company #greeting {
  background: #21294f;

  color: #fff;
}
.company #greeting .bg-image {
  height: 100%;
  /*padding-top: 56.25%;*/ /*16:9*/
  padding-top: 340px; /* 4:3 */
}
.company #greeting figcaption {
  background: #21294f;
  position: absolute;
  bottom: -1.75rem;
  width: 100%;
  padding-top: .75rem;
  font-size: .9rem;
}
.company #greeting figcaption span {
  font-family: '有澤中太楷書P'; /* ローカル環境に依存します... */
  font-size: 1.15rem;
}
@media (max-width: 480px) {
  .company #greeting {
    padding-bottom: 4rem !important;
  }
}

.company #profile {
  background: #f2f2f2;
}
.company #profile figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 481px) {
  .company #profile figure {
    height: 280px;
  }
  .company #profile figure img {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
  }
}
.company #profile figcaption {
  /*position: absolute;*/
  left: 0;
  right: 0;
  bottom: 1rem;
}

@media (max-width: 480px) {
  .company #profile table th,
  .company #profile table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .company #profile table th {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 1.05rem;
  }
  .company #profile table td {
    padding-top: .25rem;
  }
}

@media (max-width: 480px) {
  .company #history table tr {
    display: block;
    margin-bottom: .25rem;
  }
  .company #history table th {
    white-space: nowrap;
    padding-right: 1em;
  }
}

/* Business
---------------------------------------- */
.c-a2eaff {color: #a2eaff;}
.c-6d3022 {color: #6d3022;}
#lem-brand {
  background: linear-gradient(180deg,rgba(0,0,0,.35), rgba(255,255,255,0) 60%);
}
#lem-brand h2 {
  color: #fff;
  letter-spacing: .25rem;
}
.busi-lembrand img{
width:25%;
}

#lem-brand h2 span.lem {
  border: 3px solid #fff;
  border-radius: .5rem;
  display: inline-block;
  padding: .25rem .25rem 0;
  line-height: 1;
  margin-right: .5rem;
}
@media all and (-ms-high-contrast: none) {#lem-brand h2 span.lem {padding: .75rem .25rem 0;}}
#lem-brand .card-body {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #9faabc;
  border-bottom: none;
}
#lem-brand .card-body figure {
  text-align: center;
}
#lem-brand .card-title {
  text-align: center;
}
#lem-brand .card-list {
  color: #003399;
}
#lem-brand .card-footer {
  border: 1px solid #9faabc;
  border-top: none;
  position: relative;
}
#lem-brand .card-footer::after {
  content: '';
  width: 15px;
  height: 15px;
  border: 3px solid;
  border-color: #d3d3d3 #d3d3d3 transparent transparent;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -8px auto 0;
}
#lem-brand .text-muted {
  font-size: 0;
}

#lem-brand .card-deck {
  margin-bottom: 2.5rem;
}
#lem-brand .menu2 {
  border: 1px solid #9faabc;
  padding: 2rem 1.5rem 1.25rem;
  height: 100%;
}
#lem-brand .menu2 h4 {
  margin-bottom: .75rem;
  text-align: center;
}
#lem-brand .menu2 p:nth-of-type(1) {
  color: #003399;
  margin-bottom: .5rem;
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#lem-brand .menu2 p:nth-of-type(2) {
  line-height: 1.7;
}
@media (min-width: 481px) {
  #lem-brand .menu2 p:nth-of-type(1) {
    margin-bottom: 0;
  }
  .card-deck .card {
    margin-right: 8px;
    margin-left: 8px;
  }
  #lem-brand .card-title {
    min-height: 75px;
  }
  #lem-brand .card-list {
    min-height: 100px;
  }
  #lem-brand .card-list li {
    margin-bottom: 0;
  }
  #lem-brand .card-text {
    min-height: 100px;
    margin-bottom: 2.5rem;
    line-height: 1.6;
  }
  #lem-brand .card-deck {
    margin-bottom: 3.25rem;
  }
}
#lem-brand .card-footer {
  background-color: transparent;
  text-align: center;
  padding: 0;
}
.business table tr>th:first-child,
.business table tr>td:first-child {
  border-right-color: transparent !important;
}
.lem-series h2 span {
  display: block;
  font-size: 1rem;
  margin-top: .75rem;
}
.lem-series  {
  font-weight:bold;
}
.lem-series td p {
  margin-bottom: 0;
}
.lem-series>.row.row:nth-of-type(1) {
  margin-bottom: 2.5rem;
}
.lem-series h3 {
  margin-bottom: .5rem;
}
.lem-series figure {
  position: relative;
  border: 2px solid transparent;
}
.lem-series figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .75rem;
  color: #000;
  font-weight: 500;
}

@media (max-width: 480px) {
.lem-series figcaption {
  bottom:0;
  line-height:1;
  font-size:0.9em;
}
.busi-lembrand img {
    width: 50%;
}
}
.lem-series thead {
  text-align: center;
}
.lem-series thead th:nth-of-type(1) {
  width: 10em;
}
.lem-series thead th:nth-of-type(2) {
  width: 9em;
}
.lem-series tbody td:nth-of-type(n+3) {
  text-align: center;
}
.lem-series tbody td {
  vertical-align: middle;
}
.lem-series tr:last-child td {
  border-bottom: 1px solid;
}
section.glay table:not(.brown) td {
  border-color: rgba(40,40,40,.26);
}

.lem-series th,
.lem-series td {
  line-height: 1.7;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (min-width: 481px) {
  .lem-series h2 {
    margin-bottom: 3.25rem;
  }
  .lem-series>.row.row:nth-of-type(1) {
    margin-bottom: 3.25rem;
  }
}

section.navy {
  background: #21294f;
  color: #fff;
}
section.navy td {
  color: #fff;
}
section.glay {
  background: #f2f2f2;
}
table.white th,
table.white td {
  color: #fff;
}
table.white thead {
  background: rgba(255,255,255,.1);
}
table.brown th,
table.brown td {
  border-color: #231815;
  color: #231815;
}
table.brown thead {
  background: rgba(71,36,13,.1);
}
.series-2100 .left {
  width: 7.5em;
}
.series-2100 .right {
  width: calc(100% - 7.5em);
  padding-left: 0;
}

@media (max-width: 480px) {
  .lem-series p~table {
    margin-bottom: 1.5rem;
  }
}

/* Contact
---------------------------------------- */
.contact #the_content section:not(:first-child) {
  padding-top: 0 !important;
}
.bl-ttl {
  display: block;
  border-left: 1.5rem solid rgba(17,30,113,1);
  padding-top: .25rem;
  padding-left: .5rem;
  line-height: 1;
}
@media all and (-ms-high-contrast: none) {.bl-ttl {padding-top: 0.75rem;}}
.contact h2 {
  font-size: 1.75rem;
  text-align: left;
  margin-bottom: 1.25rem;
}
.contact .contact-body {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 1.25rem 2rem 1rem;
  width: 750px;
  max-width: 100%;
}
.contact .contact-text {margin: 0;}
.contact .contact-footer span {
  font-size: 2rem;
  font-weight: normal;
}
.contact .contact-footer span.row:nth-of-type(1) {
  margin-right: 1em;
}
.contact #contact {margin-top: 2rem;}
.form-group>div:nth-of-type(1) {
  text-align: right;
}
@media (max-width: 480px) {
  .contact h2 {
    font-size: 7vw;
  }
  .contact .contact-text {
    margin-bottom: .5rem;
  }
  .contact .contact-text span {
    display: inline-block;
  }
  .contact .contact-footer span {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .contact .contact-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .contact #contact {margin-top: 1rem;}
  .form-group>div:nth-of-type(1) {
    text-align: left;
  }
}


/* archive, category, (post-grid)
---------------------------------------- */
.category #topics {
  background-color: transparent;
}
.category #topics h3 {
  color: #333;
}
.archive .headline h2,
.category .headline h2 {
  color: #fff;
  letter-spacing: .25rem;
  text-indent: .25rem;
}
.archive .post-grid .grid-items,
.category .post-grid .grid-items {
  margin-left: -15px;
  margin-right: -15px;
  letter-spacing: -.3rem;
}
.archive .post-grid .item,
.category .post-grid .item {
  letter-spacing: normal;
}
@media (max-width: 480px) {
  .archive .headline h2,
  .category .headline h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 481px) {
  .category-topics #topics article:not(:nth-last-child(-n+3)) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 480px) {
  .category-topics #topics article {
    margin-bottom: 1.5rem;
  }
  .category-topics #topics article:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}


/* Archive
---------------------------------------- */
@media (min-width: 480px) {
  .archive #topicsrmation article:not(:nth-of-type(-n+2)) {
    margin-top: 50px;
  }
}
@media (max-width: 479px) {
  .archive #topicsrmation article:not(:last-child) {
    margin-bottom: 50px;
  }
}
.archive #topicsrmation figure {
  margin-bottom: 1rem;
}
.archive #topicsrmation time {
  font-size: .9rem;
}
.archive #topicsrmation h3 {
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
.archive #topicsrmation p {
  line-height: 1.7;
}
.archive #topicsrmation a,
.archive .title a {
  color: #333;
}

/* pagenation
---------------------------------------- */
.pagenation {
  margin-top: 2.5rem;
  padding: 1.5rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagenation span,
.pagenation a {
  display: block;
  font-size: .85rem;
  color: #999999;
  line-height: 1.5;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .25rem .5rem;
  border: 1px solid #ccc;
  text-decoration: none;
}
.pagenation .current,
.pagenation a:hover {
  color: #fff;
  background: #11143d;
  border-color: #11143d;
}
.pagenation .dots {
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

/* single
---------------------------------------- */
.single .headline h2,
.single h2.widget-title {
  color: #fff;
  letter-spacing: .25rem;
  text-indent: .25rem;
}
.single h2.widget-title {
  text-align: left;
  margin-bottom: 1.5rem;
}
.single figure {
  padding: 1rem 0;
  text-align:center;
  display:none;
}
.single .link {
  margin-top: 2.5rem;
}
.widget_archive ul {
  margin: 0;
  list-style: none;
}
.widget_archive ul li a {
  text-decoration: none;
  color: #333;
}
.widget_archive ul li a:hover {
  color: #E3D0C3;
  text-decoration: underline;
}
.single #pager {
  margin-top: 3.25rem;
  padding-top: 3rem;
  border-top: 1px solid #ccc;
}
table.table.table-bordered.border3 td {
    border: 1px solid #000000 !important;
}
table.table.table-bordered.border3 td {
    border: 1px solid #000000 !important;
}
table.table.table-bordered.border3 th {
    border: 1px solid #000000 !important;
    background-color:#eeeeee;
}
table.table.table-bordered.border3 tr>td:first-child,
table.table.table-bordered.border3 tr>th:first-child  {
    border-right-color: transparent !important;
}
table.table.table-bordered.border3 th:nth-of-type(1) {
    width: 13em;
}

table.table.table-bordered.border3 th:nth-of-type(2) {
    width: 5em;
}

@media (max-width: 480px) {
  .single h2 {
    font-size: 1.5rem;
  }
  .widget_archive {
    text-align: center;
    
  }
  .single h2.widget-title {
    text-align: center;
    margin-top: 2.5rem;
  }
  .single #pager {
    margin-top: 2.5rem;
  }
}

/* main */
.single .article-header {
  margin-bottom: 1rem;
}
.single .article-header h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.single .article-header time {
  text-align: right;
  display: block;
}
.single .youtube {
  margin-top: 3.25rem;
}
@media (min-width: 1200px) {
  .single {
    background: #f4f4f4;
  }
  .single main section {
    padding-top: .25rem;
    padding-bottom: 5rem;
  }
  .single main section .container {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3.25rem 4rem;
  }
}
@media (max-width: 480px) {
  .single .article-header h2 {
    font-size: 1.5rem;
  }
  .single .youtube {
    margin-top: 2rem;
  }
}

/* 404 File not found.
---------------------------------------- */
.error404 #page_header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  white-space: nowrap;
  color: #333;
}
.error404 #page_header .headline {
  height: 100%;
  background-color: rgb(15,87,121,.35);
}
#file_not_found {
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
#file_not_found h2 {
  margin-bottom: 2.5rem;
}
#file_not_found .svg-inline--fa.fa-w-18 {
  width: 2.5em;
  color: sandybrown;
}
#file_not_found .svg-inline--fa {
  height: 2.5em;
}



/* スライダー用の個別スタイル
---------------------------------------- */
/* 上書きする場合は、.slide-5 の箇所を適宜変更してください */
#main-visual .desc>.slide-1 p:nth-of-type(1) {
font-size:3.3rem;
margin-top:5%;
}
#main-visual .desc>.slide-1 p:nth-of-type(2) {
font-size:1.6rem;
margin-top:1%;
}
#main-visual .desc>.slide-1 p:nth-of-type(2)>span {
font-size:1.6rem;
}

#main-visual .desc>.slide-2 p:nth-of-type(1) {
font-size: 9rem;
letter-spacing:30px;
margin-left: 6%;
}
#main-visual .desc>.slide-2 p:nth-of-type(2) {
}
#main-visual .desc>.slide-2 p:nth-of-type(2)>span {
font-size:2.8rem;
line-height:1;
font-weight:normal;
margin-left: 7%;
letter-spacing: 10px;
}
#main-visual .desc>.slide-3 p:nth-of-type(1) {
font-size: 9rem;
letter-spacing: 20px;
margin-left: 4%;
}
#main-visual .desc>.slide-3 p:nth-of-type(2) {
}
#main-visual .desc>.slide-3 p:nth-of-type(2)>span {
font-size:3.3rem;
line-height:1;
font-weight:normal;
margin-left: 13%;
letter-spacing: 10px;
}
#main-visual .desc>.slide-4 p:nth-of-type(1) {
font-size: 9rem;
letter-spacing:30px;
margin-left: 6%;
margin-top: 6%;
}
#main-visual .desc>.slide-4 p:nth-of-type(2) {
}
#main-visual .desc>.slide-4 p:nth-of-type(2)>span {
font-size:2.8rem;
line-height:1.5;
font-weight:normal;
margin-left: 8%;
letter-spacing: 10px;
text-align:center;
}
#pr .mb-5{
margin-left:4rem;
}
#pr h2{
margin-left:4rem;
}


@media (max-width: 479px) {
#main-visual .carousel-cell>div.desc .slide-4 span br {
    display: block;
}
#main-visual .desc>.slide-1 p:nth-of-type(1){
font-size:1.8rem;
margin-left:0;
letter-spacing:0;
margin-top:0;
}
#main-visual .desc>.slide-2 p:nth-of-type(1),
#main-visual .desc>.slide-3 p:nth-of-type(1),
#main-visual .desc>.slide-4 p:nth-of-type(1){
font-size:3rem;
margin-left:0;
letter-spacing:5px;
margin-top:0;
}
#main-visual .desc>.slide-1 p:nth-of-type(2),
#main-visual .desc>.slide-2 p:nth-of-type(2),
#main-visual .desc>.slide-3 p:nth-of-type(2),
#main-visual .desc>.slide-4 p:nth-of-type(2){
font-size:1.4rem;
margin-left:0;
letter-spacing:0;
}
#main-visual .desc>.slide-1 p:nth-of-type(2)>span,
#main-visual .desc>.slide-2 p:nth-of-type(2)>span,
#main-visual .desc>.slide-3 p:nth-of-type(2)>span,
#main-visual .desc>.slide-4 p:nth-of-type(2)>span {
font-size:1.4rem;
margin-left:0;
letter-spacing:0;
}
#main-visual .desc>.slide-1 p:nth-of-type(2)>span{
display:none;
}
#main-visual .carousel-cell>div.desc {
margin-left:0;
color:#FFFFFF;
text-shadow: 2px 0 0 black, 0 0 2px black, -1px 0 0 black, 0 -1px 0 black; 
}
#main-visual .carousel-cell>div.desc span {
line-height: 1;
}
#pr .mb-5{
margin-bottom:0 !important;
margin-left:0;
}
#pr h2{
margin-left:0;
}
}


.inv-recaptcha-holder {
    margin-left: 16.5em;
}

@media (max-width: 479px) {
.inv-recaptcha-holder {
    margin-left:0;
}
.grecaptcha-badge {
    margin: 0 auto;
}
}
.ip-tel a:link,
.fut-address a.tel-link{
color:#c1c2d3 !important;
}
.ip-tel1 a:link{
color:#FFFFFF !important;
}
@media screen and (min-width: 768px) {
    .ip-tel,
    .ip-tel1{
        pointer-events: none;
        cursor: default;
    }
}
