@charset "utf-8";
/*///////  Header   //////*/
/*.header {
  position: absolute; 
	margin-top:-70px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
}*/
/* 固定 header */
.header-outer {
  display: flex;
  position: sticky;
  height: 80px;
  z-index: 1000;
  /* Other */
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.responsive-wrapper {
  width: 90%;/*
  max-width: 1300px;*/
  margin-left: auto;
  margin-right: auto;
}
.header-inner {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo img {
  display: block;
  height: calc(76px - 30px);
}
.header-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.header-navigation .call {
  font-size: 2.25rem;
  line-height: 1.3;
  position: relative;
}
.header-navigation .call > span {
  font-size: 1rem;
  display: block;
  width: 100%;
  text-align: center;
}
.header-navigation .call p {
  font-weight: bold;
}
.header-navigation .call p > span {
  font-stretch: condensed;
}
.header-navigation .call p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../images/call.png") no-repeat;
  background-size: contain;
}
.header-navigation .infobtn a {
  width: 160px;
  position: relative;
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #00CCFF;
  border-radius: 8px;
  transition: .3s;
}

.header-navigation .reqbtn a {
  width: 280px;
  position: relative;
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #FFCC00;
  border-radius: 8px;
  transition: .3s;
}
.header-navigation .infobtn a:hover,.header-navigation .reqbtn a:hover {
  transform: scale(1.1);
}
.header-navigation a, .header-navigation button {
  font-size: 1.125rem;
  color: inherit;
  margin-left: 20px;
  position: relative;
  font-weight: 500;
}
.header-navigation a {
  display: none;
  font-size: 1.125rem;
  color: inherit;
  text-decoration: none;
}
.header-navigation button {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.header-navigation a:hover:after, .header-navigation button:hover:after {
  transform: scalex(1);
}
.header-navigation a:after, .header-navigation button:after {
  transition: 0.25s ease;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  transform: scalex(0);
  position: absolute;
  bottom: -2px;
  left: 0;
}
#topinfo {
  float: right;
  width: 27.3%;
  height: auto;
  margin-top: 10px;
  margin-right: 15px;
}
@media screen and (max-width:1360px) {
  .header h1 img {
    max-width: 90%;
    height: auto;
  }
}
@media screen and (max-width:1152px) {
  .header h1 img {
    max-width: 80%;
    height: auto;
  }
}
@media screen and (max-width:1024px) {
  .header h1 img {
    max-width: 70%;
    height: auto;
  }
}
@media screen and (max-width:768px) {
	
  .header {
    position: relative; /*
	margin-top:-70px;*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px !important;
    transition: 0.5s all ease-in-out;
  }
  .header-outer {
  height: 60px;
  /* Other */
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.header-logo img {
  height: 34px;
}
  .header_inn {
    height: 100px !important;
  }
}
@media screen and (max-width:644px) {
  .header h1 {
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
  }
  .header h1 img {
    width: auto;
    max-height: 50px;
  }
}
header .navbar-brand {
  padding: 0;
  line-height: 90px;
  height: 90px
}
header .nav > li > a {
  padding-top: 33px;
  padding-bottom: 33px
}
header .nav > li > a:before {
  margin-bottom: -18.5px
}
header .nav > li.active > a:before, header .nav > li.current-menu-ancestor > a:before, header .nav > li.current-menu-parent > a:before, header .nav > li.current-page-ancestor > a:before, header .nav > li.current-page-parent > a:before, header .nav > li > a:hover:before {
  opacity: 1;
  margin-bottom: -16.5px
}
header .navbar-text {
  line-height: 24px;
  margin-top: 33px;
  margin-bottom: 33px
}
header.navbar {
  min-height: 90px
}
header.navbar-scrolled {
  min-height: 70px
}
header.navbar-scrolled .navbar-brand {
  line-height: 70px;
  height: 70px
}
header.navbar-scrolled .navbar-nav > li > a {
  padding-top: 23px;
  padding-bottom: 23px
}
header.navbar-scrolled .navbar-text {
  margin-top: 23px;
  margin-bottom: 23px
}
.navbar-toggle {
  margin-top: 28px;
  margin-bottom: 28px
}
.navbar-scrolled .navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px
}
header, header .navbar-brand {
  margin-bottom: 0;
  -webkit-backface-visibility: hidden
}
header .search-close {
  top: 0;
  height: 90px;
  width: 90px
}
header .menu-sidebar .form-control {
  height: 90px
}
header.navbar-scrolled .menu-sidebar .search-close {
  top: 0;
  height: 70px;
  width: 70px
}
header.navbar-scrolled .menu-sidebar .form-control {
  height: 70px
}
header .navbar-brand {
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  text-shadow: none;
  -moz-transition: height .4s, width .4s, line-height .4s;
  -o-transition: height .4s, width .4s, line-height .4s;
  -webkit-transition: height .4s, width .4s, line-height .4s;
  transition: height .4s, width .4s, line-height .4s;
  white-space: nowrap;
  background-size: auto 100%;
  background-position: left;
  background-repeat: no-repeat
}
.btn, .btn-group b, button {
  font-weight: 400
}
header .navbar-brand img {
  left: 0;
  vertical-align: middle;
  max-height: 100%;
  position: relative;
  top: -2px;
  margin-right: 4px;
  display: inline-block
}
header .nav-highlight-ghost > a:before, header .nav-highlight > a:before, header.no-underline .nav > li > a:before {
  display: none
}
header .navbar-brand.text-image {
  margin-right: 4px
}
.navbar-nav {
  margin-left: 0;
  margin-right: 0
}
header .navbar-text {
  float: none;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}
header {
  -webkit-transition: -webkit-box-shadow .5s, opacity .3s, min-height .4s;
  -moz-transition: -moz-box-shadow .5s, opacity .3s, min-height .4s;
  -o-transition: -o-box-shadow .5s, opacity .3s, min-height .4s;
  transition: box-shadow .5s, opacity .3s, min-height .4s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  width: 100%;
  top: 0;
  left: 0;
  border: 0
}
header .container {
  position: relative
}
header .container-fullwidth {
  padding-left: 15px;
  padding-right: 15px
}
header .nav > li > a {
  text-shadow: none;
  font-style: normal;
  position: relative;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}
header .nav > li > a:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  bottom: 50%;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s
}
header .nav > .active > a, header .nav > .active > a:focus, header .nav > .active > a:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent
}
header .nav .open > a, header .nav .open > a:focus, header .nav .open > a:hover, header .nav li.dropdown.active > .dropdown-toggle, header .nav li.dropdown.open.active > .dropdown-toggle, header .nav li.dropdown.open > .dropdown-toggle {
  background-color: transparent
}
header .dropdown-menu {
  min-width: 220px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0
}
header .dropdown-menu > li > a {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  -moz-transition: background .1s;
  -o-transition: background .1s;
  -webkit-transition: background .1s;
  transition: background .1s
}
header .dropdown-menu .dropdown-menu {
  margin-top: 0
}
header .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu, header .navbar .pull-right > li > .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto
}
header .dropdown-menu .divider {
  margin: 0
}
header .nav-highlight-ghost > a:after, header .nav-highlight > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: -1;
  border-radius: 6px
}
.menu-icon {
  font-size: .8em;
  width: 1em;
  margin-right: 3px;
  -moz-transition: background .1s;
  -o-transition: background .1s;
  -webkit-transition: background .1s;
  transition: background .1s
}
header .menu-label {
  float: right;
  position: relative;
  top: 4px;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s
}
header .nav > li > a > .menu-label {
  margin-left: 16px
}
header.navbar-stuck {
  position: fixed;
  z-index: 1100
}
header .dropdown-submenu {
  position: relative
}
header .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%
}
header .dropdown-submenu:hover > .dropdown-menu {
  display: block
}
header .dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  float: right;
  margin-right: -6px;
  font-family: FontAwesome
}
.no-header header, .no-header .top-bar, .text-center blockquote:before, .top-bar .menu-sidebar, .transparent-header .top-bar, blockquote.text-center:before {
  display: none
}
header .navbar-collapse {
  padding-left: 0;
  padding-right: 0
}
.navbar-toggle {
  width: 44px;
  height: 34px;
  background: 0 0;
  box-shadow: none;
  border: none;
  margin-right: 0;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}
.navbar-toggle .icon-bar {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  margin-top: 0 !important;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all .1s;
  -o-transition: all .1s;
  -webkit-transition: all .1s;
  transition: all .1s;
  -moz-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
.navbar-toggle .icon-bar:nth-child(1) {
  top: 10px
}
.navbar-toggle .icon-bar:nth-child(2) {
  opacity: 1;
  top: 50%
}
.navbar-toggle .icon-bar:nth-child(3) {
  top: 24px
}
.navbar-toggle:not(.collapsed) .icon-bar {
  top: 50%
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0
}
.btn-custom:hover, .mfp-bg {
  opacity: .9
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
@media (max-width:992px) {
  header.navbar .navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 8px !important
  }
  header .navbar {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
  }
  .nav > li > a:before {
    display: none
  }
  .nav > .active > a, .navbar .nav > .active > a:focus, .navbar .nav > .active > a:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
  }
  .nav-collapse .dropdown-menu a, .nav-collapse .nav > li > a {
    padding: 9px 15px !important
  }
  header .dropdown-menu {
    margin: 0;
    width: 100%
  }
  header .dropdown-menu > li > a {
    padding-left: 15px
  }
  header .dropdown-submenu > a:after {
    content: "\f107"
  }
  header.navbar-sticky .navbar-collapse {
    max-height: 340px
  }
}
@media (max-width:768px) {
  header .navbar-brand {
    max-width: 84%
  }
  .top-bar .top-left, .top-bar .top-right {
    width: 100%;
    float: none;
    text-align: center
  }
}
.layout-boxed #content, .layout-boxed header, .layout-boxed .top-bar {
  max-width: 1200px;
  margin: 0 auto;
  right: 0
}
.layout-boxed .container {
  max-width: 100%
}
@media (max-width:1200px) {
  .layout-boxed #content, .layout-boxed header, .layout-boxed .top-bar {
    max-width: 1000px
  }
  .layout-boxed header.navbar-scrolled.navbar-animated {
    margin-left: -500px
  }
}
@media (max-width:991px) {
  .layout-boxed #content, .layout-boxed header, .layout-boxed .top-bar {
    max-width: 780px
  }
  .layout-boxed header.navbar-scrolled.navbar-animated {
    margin-left: -390px
  }
}
/*///////  Footer   //////*/
footer {
  padding-top: 50px;
 padding-bottom: 50px;
  background: #3A3939;
  color: #fff;
}
footer .inner {
  max-width: 1020px;
  margin: 0 auto 15px;
text-align: center;
	display: flex;
	justify-content: center;
	font-weight: normal;
	font-size: 12px;
}

footer .inner ul {
  margin-top: 20px;
  margin-bottom: 10px;
  list-style: none;
	display: flex;
	flex-wrap: wrap;
}
footer .inner ul li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  border-right:1px solid #fff;
	line-height: 1;
}
footer .inner ul li.link {
  padding-right: 30px;
}
footer .inner ul li:last-child {
	border-right:none;
}
footer .inner ul li.link::after {
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	background:url("../images/link.png") center center / cover;
}
footer .inner h4 {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  border-bottom: 1px solid #999;
  text-align: center;
}
footer .inner .midashi {
  font-size: 18px;
  margin-bottom: 10px;
}
footer .inner .inn {
  width: 98%;
  padding: 5% 1% 7%;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  footer {
    padding: 30px 15px;
	margin-bottom:0;
  }
  footer .inner h1 {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer .inner ul {
    margin: 10px auto 20px;
    list-style: none;
	padding-left: 10px;
    float: none;
    width: calc(100% - 10px);
	margin: auto;
	 
  }
  footer .inner ul li {
    margin-bottom: 10px;
  padding-right: 30px;
    width: calc(50% - 42px);
    text-align: left;
  }
	
	footer .inner ul li:last-child {
	border-right:1px solid #fff;
}
  footer .inner h4 {
    font-size: 16px;
  }
  footer .inner .midashi {
    font-size: 16px;
  }
}
/* contactInformation */
#contactInformation {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 0;
  background-color: #000;
}
#footContact {
  float: right;
}
/* footCommon */
#footCommon {
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #333;
  text-align: center;
}
#footCommon ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px 5px;
}
/* footArea */
#footAreaWrapper {
  padding: 0;
  font-size: 11px;
  margin: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.footArea {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0;
}
.footArea dl {
  padding: 15px 0;
}
.footArea dd ul li {
  float: left;
  margin-left: 15px;
}
.footArea dd ul li:before {
  content: " >";
  margin-right: 5px;
}
.footArea dl, .footArea dd ul {
  margin-right: 30px;
}
.footArea dt {
  padding: 2px 5px;
  margin-bottom: 5px;
  color: #dcce9c;
  font-size: 11px;
  float: left;
}
.footArea dl a {
  color: #666666;
}
.footArea dl:after, .footArea dd ul:after {
  display: block;
  clear: both;
  content: '';
}
#presentation {
  max-width: 1024px;
  margin: 20px auto 25px;
  color: #ccc;
  text-align: left !important;
  font-size: 11px;
}
address span {
  display: none;
}
address p {
  max-width: 100%;
  text-align: center;
}
.footer__copy {
  width: 100%;
  box-sizing: border-box;
  padding-right: 20px;
  letter-spacing: 3px;
  font-size: 10px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
}
#footrequest {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  background-image: url(../images/footrequestbg.jpg);
  background-position: top center;
  border-top: 1px solid #9d8456;
  border-bottom: 1px solid #9d8456;
}
#footrequest p {
  margin-top: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, Noto Serif, "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13px;
  letter-spacing: 1px;
}
#freqbtn {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#corporation {
  padding: 25px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  max-width: 100%;
  text-align: center;
}
#corporation ul {
  margin: 0 auto;
  padding: 0;
  max-width: 1024px !important;
  text-align: center;
}
#corporation ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #dcce9c;
  font-size: 11px;
  margin-right: 20px;
}
#corporation ul li a {
  color: #dcce9c;
}
#corporation2 {
  font-size: 10px;
  padding: 10px 0;
  margin-top: -20px;
  border-bottom: 1px solid #333;
  max-width: 100%;
}
#corporation2 ul {
  margin: 0 auto;
  padding: 0;
  max-width: 1024px !important;
}
#corporation2 ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #dcce9c;
}
#corporation2 ul li a {
  color: #dcce9c;
}
#footCommonLink, #copyright {
  padding-bottom: 20px;
  text-align: center;
}
#footCommonLink a {
  color: #dcce9c;
}
#footCommonLink a:hover {
  color: #dcce9c;
}
#copyright {
  font-size: 10px;
  color: #ccc;
}
#footCommonLink, #copyright {
  padding-bottom: 20px;
  text-align: center;
}
#footCommonLink a {
  color: #AAA;
}
#footCommonLink a:hover {
  color: #999;
}
#copyright {
  font-size: 10px;
  color: #666;
}
@media screen and (max-width:700px) {
  #page-top {
    width: 100%;
    right: 0;
  }
  #page-top a {
    width: 100%;
    opacity: 0.7;
    -ms-opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-align: center;
  }
  address p {
    display: none;
  }
  address span {
    display: inline;
  }
  #footcopy img, #freqbtn {
    width: 90%;
    height: auto;
  }
  .footArea dl {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  #footAreaWrapper {
    background-image: none;
  }
  .footArea dt, .footArea dd {
    clear: both;
  }
  #presentation {
    margin-top: 15px;
    padding: 0 15px;
  }
  #footContact {
    display: none;
  }
  #footCommon ul li {
    margin: 0;
  }
  #corporation {
    text-align: center;
  }
  #corporation ul li {
    margin-right: 0;
  }
  #corporation2 {
    text-align: center;
  }
  #footNavigation {
    display: none;
  }
  #footNavi {
    margin: 0;
  }
  #footbtn {
    display: none;
  }
  #footer {
    width: 90%;
  }
  footer {
    position: inherit;
  }
}
/*///////  PCnavgation   //////*/
.header .header_inn .header_nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 700px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center
}
.h-nav__inner .h-nav__list {
  height: 50px;
  margin: 0 auto
}
.h-nav__inner .h-nav__list li {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden
}
.h-nav__inner .h-nav__list li a {
  display: block;
  height: 40px;
  padding: 0 20px;
  color: #000;
  letter-spacing: 2px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.h-nav__list li a:hover {
  color: #888
}
.h-nav__list li:before, .h-nav__inner .h-nav__list li:after {
  -webkit-transition: all .5s 1s ease;
  transition: all .5s 1s ease;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  margin: auto;
  background: #000;
  border-radius: 50%;
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  -webkit-animation: header-nich-out .3s 0s ease;
  animation: header-nich-out .3s 0s ease;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.h-nav__list li:before {
  top: 30px
}
.h-nav__list li:after {
  bottom: 30px
}
.h-nav__inner .h-nav__list li.cur:before, .h-nav__inner .h-nav__list li.cur:after {
  -webkit-animation: header-nich-in .3s .8s ease forwards;
  animation: header-nich-in .3s .8s ease forwards;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.h-nav__inner .h-nav__list li.cur a {
  -webkit-animation: header-txt-in .5s .3s ease forwards;
  animation: header-txt-in .5s .3s ease forwards;
}
@-webkit-keyframes header-nich-in {
  0% {
    height: 0
  }
  100% {
    height: 10px
  }
}
@keyframes header-nich-in {
  0% {
    height: 0
  }
  100% {
    height: 10px
  }
}
@-webkit-keyframes header-nich-out {
  0% {
    height: 10px
  }
  100% {
    height: 0
  }
}
@keyframes header-nich-out {
  0% {
    height: 10px
  }
  100% {
    height: 0
  }
}
@-webkit-keyframes header-txt-in {
  0% {
    color: #fff
  }
  100% {
    color: #888
  }
}
@keyframes header-txt-in {
  0% {
    color: #fff
  }
  100% {
    color: #888
  }
}
@-webkit-keyframes header-txt-out {
  0% {
    color: #888
  }
  100% {
    color: #fff
  }
}
@keyframes header-txt-out {
  0% {
    color: #888
  }
  100% {
    color: #fff
  }
}
#popup .header .header_inn .header_nav {
  display: none !important;
}
@media screen and (max-width:910px) {
  .header .header_inn .header_nav {
    display: none
  }
}
@media screen and (max-width:768px) {}
@media screen and (max-width:700px) {
  .header {
    height: 60px
  }
}
@media screen and (max-width:500px) {
  .header .header_inn .header__logo {
    width: 60px;
    height: 60px;
    line-height: 60px
  }
  .header .header_inner .header__logo a .sj-logo {
    max-width: 36px
  }
}
/*///////  PCconv-btn   //////*/
.h__btn {
  margin-top: 10px;
  margin-right: 10px;
  padding: 0;
  float: right;
  line-height: 40px;
}
.h__btn ul {
  margin: 0;
  padding: 0;
  height: 40px;
}
.h__btn ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 40px;
  overflow: hidden;
  color: #000;
}
.h__btn ul li a {
  padding: 0 10px;
  letter-spacing: 1px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
  font-weight: 400;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.h__btn ul li a:before {
  content: " >";
  margin-right: 5px;
}
.h__btn ul li.req {
  background-color: #00335B !important;
  color: #fff !important;
  text-align: center;
}
.h__btn ul li.rai {
  background-color: #4f0354 !important;
  color: #fff !important;
  text-align: center;
}
@media screen and (max-width:1280px) {
  .h-nav__inner .h-nav__list li a {
    padding: 0 10px;
  }
}
@media screen and (max-width:910px) {
  .h__btn {
    display: none;
  }
  #popup .h__btn {
    display: block !important;
  }
  #popup .menu-btn, #popup .modal {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  #popup .h__btn {
    display: none !important;
  }
  #popup .menu-btn, #popup .modal {
    display: block !important;
  }
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  z-index: 999999;
  background: #fff; /*
	box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;*/
}
/*///////  SPnavgation   //////*/
/* navi */
.menu-btn, .menu-btn2 {
  display: none !important;
}
@media screen and (max-width:910px) {
  .menu-btn, .menu-btn2 {
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 60px;
    z-index: 20;
    background-color: #000;
    display: block !important;
  }
  .menu-btn .menu-btn__inner, .menu-btn2 .menu-btn__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
  .menu-btn .menu-btn__inner:before, .menu-btn2 .menu-btn__inner:before {
    content: 'MENU';
    position: absolute;
    top: -40px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: -5px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 2px;
    font-size: 11px;
    font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
  .menu-btn .menu-btn__inner:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
  .menu-btn .menu-btn__inner .menu-btn--bar1, .menu-btn .menu-btn__inner .menu-btn--bar2, .menu-btn2 .menu-btn__inner .menu-btn--bar1, .menu-btn2 .menu-btn__inner .menu-btn--bar2 {
    position: absolute;
    top: 0;
    width: 15px;
    height: 2px;
    display: block;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }
  .menu-btn .menu-btn__inner .menu-btn--bar1:before, .menu-btn .menu-btn__inner .menu-btn--bar1:after, .menu-btn .menu-btn__inner .menu-btn--bar2:before, .menu-btn .menu-btn__inner .menu-btn--bar2:after, .menu-btn2 .menu-btn__inner .menu-btn--bar1:before, .menu-btn2 .menu-btn__inner .menu-btn--bar1:after, .menu-btn2 .menu-btn__inner .menu-btn--bar2:before, .menu-btn2 .menu-btn__inner .menu-btn--bar2:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }
  .menu-btn .menu-btn__inner .menu-btn--bar1:after, .menu-btn .menu-btn__inner .menu-btn--bar2:after, .menu-btn2 .menu-btn__inner .menu-btn--bar1:after, .menu-btn2 .menu-btn__inner .menu-btn--bar2:after {
    top: 18px
  }
  .menu-btn .menu-btn__inner .menu-btn--bar1, .menu-btn2 .menu-btn__inner .menu-btn--bar1 {
    left: 0
  }
  .menu-btn .menu-btn__inner .menu-btn--bar2, .menu-btn2 .menu-btn__inner .menu-btn--bar2 {
    right: 0
  }
  .menu-btn .menu-btn__inner:hover .menu-btn--bar1, .menu-btn2 .menu-btn__inner:hover .menu-btn--bar1 {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }
  .menu-btn .menu-btn__inner:hover .menu-btn--bar2, .menu-btn2 .menu-btn__inner:hover .menu-btn--bar2 {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }
  .menu-btn .menu-btn__inner:hover .menu-btn--bar1, .menu-btn .menu-btn__inner:hover .menu-btn--bar2, .menu-btn .menu-btn__inner:hover .menu-btn--bar1:after, .menu-btn .menu-btn__inner:hover .menu-btn--bar1:before, .menu-btn .menu-btn__inner:hover .menu-btn--bar2:after, .menu-btn .menu-btn__inner:hover .menu-btn--bar2:before, .menu-btn .menu-btn__inner:hover .menu-btn--bar1, .menu-btn .menu-btn__inner:hover .menu-btn--bar2, .menu-btn2 .menu-btn__inner:hover .menu-btn--bar1:after, .menu-btn2 .menu-btn__inner:hover .menu-btn--bar1:before, .menu-btn2 .menu-btn__inner:hover .menu-btn--bar2:after, .menu-btn2 .menu-btn__inner:hover .menu-btn--bar2:before {
    background: #888
  }
  .is-prepend {
    z-index: 6
  }
  .is-prepend .menu-btn__inner {
    -webkit-animation: btn-height 1s ease forwards;
    animation: btn-height 1s ease forwards
  }
  .is-prepend .menu-btn__inner:before {
    content: 'CLOSE';
    color: #fff;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
  .is-prepend .menu-btn__inner:hover:before {
    color: #888
  }
  .is-prepend .menu-btn__inner .menu-btn--bar1 {
    -webkit-transform: none;
    transform: none;
    -webkit-animation: bar1-top 1s ease forwards;
    animation: bar1-top 1s ease forwards
  }
  .is-prepend .menu-btn__inner .menu-btn--bar1:before {
    -webkit-animation: bar1-mid 1s ease forwards;
    animation: bar1-mid 1s ease forwards
  }
  .is-prepend .menu-btn__inner .menu-btn--bar1:after {
    -webkit-animation: bar1-bot 1s ease forwards;
    animation: bar1-bot 1s ease forwards
  }
  .is-prepend .menu-btn__inner .menu-btn--bar2 {
    -webkit-transform: none;
    transform: none;
    -webkit-animation: bar2-top 1s ease forwards;
    animation: bar2-top 1s ease forwards
  }
  .is-prepend .menu-btn__inner .menu-btn--bar2:before {
    -webkit-animation: bar2-mid 1s ease forwards;
    animation: bar2-mid 1s ease forwards
  }
  .is-prepend .menu-btn__inner .menu-btn--bar2:after {
    -webkit-animation: bar2-bot 1s ease forwards;
    animation: bar2-bot 1s ease forwards
  }
  @-webkit-keyframes btn-height {
    0% {
      height: 20px
    }
    50% {
      height: 30px
    }
    100% {
      height: 30px
    }
  }
  @keyframes btn-height {
    0% {
      height: 20px
    }
    50% {
      height: 30px
    }
    100% {
      height: 30px
    }
  }
  @-webkit-keyframes bar1-top {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 15px
    }
    50% {
      -webkit-transform: translate3d(0, 14px, 0) rotate(0);
      transform: translate3d(0, 14px, 0) rotate(0);
      width: 15px
    }
    75% {
      -webkit-transform: translate3d(0, 14px, 0) rotate(0);
      transform: translate3d(0, 14px, 0) rotate(0);
      width: 30px
    }
    100% {
      -webkit-transform: translate3d(0, 14px, 0) rotate(45deg);
      transform: translate3d(0, 14px, 0) rotate(45deg);
      width: 30px
    }
  }
  @keyframes bar1-top {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 15px
    }
    50% {
      -webkit-transform: translate3d(0, 14px, 0) rotate(0);
      transform: translate3d(0, 14px, 0) rotate(0);
      width: 15px
    }
    75% {
      -webkit-transform: translate3d(0, 14px, 0) rotate(0);
      transform: translate3d(0, 14px, 0) rotate(0);
      width: 30px
    }
    100% {
      -webkit-transform: translate3d(0, 14px, 0) rotate(45deg);
      transform: translate3d(0, 14px, 0) rotate(45deg);
      width: 30px
    }
  }
  @-webkit-keyframes bar1-mid {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 15px
    }
    50% {
      -webkit-transform: translate3d(0, -9px, 0) rotate(0);
      transform: translate3d(0, -9px, 0) rotate(0);
      width: 15px
    }
    75% {
      -webkit-transform: translate3d(0, -9px, 0) rotate(0);
      transform: translate3d(0, -9px, 0) rotate(0);
      width: 15px
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
  }
  @keyframes bar1-mid {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 15px
    }
    50% {
      -webkit-transform: translate3d(0, -9px, 0) rotate(0);
      transform: translate3d(0, -9px, 0) rotate(0);
      width: 15px
    }
    75% {
      -webkit-transform: translate3d(0, -9px, 0) rotate(0);
      transform: translate3d(0, -9px, 0) rotate(0);
      width: 15px
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
  }
  @-webkit-keyframes bar1-bot {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 15px
    }
    50% {
      -webkit-transform: translate3d(0, -18px, 0) rotate(0);
      transform: translate3d(0, -18px, 0) rotate(0);
      width: 15px
    }
    75% {
      -webkit-transform: translate3d(0, -18px, 0) rotate(0);
      transform: translate3d(0, -18px, 0) rotate(0);
      width: 15px
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
  }
  @keyframes bar1-bot {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 15px
    }
    50% {
      -webkit-transform: translate3d(0, -18px, 0) rotate(0);
      transform: translate3d(0, -18px, 0) rotate(0);
      width: 15px
    }
    75% {
      -webkit-transform: translate3d(0, -18px, 0) rotate(0);
      transform: translate3d(0, -18px, 0) rotate(0);
      width: 15px
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
  }
  @-webkit-keyframes bar2-top {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 15px
    }
    50% {
      -webkit-transform: translate3d(0, 14px, 0) rotate(0);
      transform: translate3d(0, 14px, 0) rotate(0);
      width: 15px
    }
    75% {
      -webkit-transform: translate3d(0, 14px, 0) rotate(0);
      transform: translate3d(0, 14px, 0) rotate(0);
      width: 30px
    }
    100% {
      -webkit-transform: translate3d(0, 14px, 0) rotate(-45deg);
      transform: translate3d(0, 14px, 0) rotate(-45deg);
      width: 30px
    }
  }
  @keyframes bar2-top {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 15px
    }
    50% {
      -webkit-transform: translate3d(0, 14px, 0) rotate(0);
      transform: translate3d(0, 14px, 0) rotate(0);
      width: 15px
    }
    75% {
      -webkit-transform: translate3d(0, 14px, 0) rotate(0);
      transform: translate3d(0, 14px, 0) rotate(0);
      width: 30px
    }
    100% {
      -webkit-transform: translate3d(0, 14px, 0) rotate(-45deg);
      transform: translate3d(0, 14px, 0) rotate(-45deg);
      width: 30px
    }
  }
  @-webkit-keyframes bar2-mid {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 15px
    }
    50% {
      -webkit-transform: translate3d(0, -9px, 0) rotate(0);
      transform: translate3d(0, -9px, 0) rotate(0);
      width: 15px
    }
    75% {
      -webkit-transform: translate3d(0, -9px, 0) rotate(0);
      transform: translate3d(0, -9px, 0) rotate(0);
      width: 15px
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
  }
  @keyframes bar2-mid {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 15px
    }
    50% {
      -webkit-transform: translate3d(0, -9px, 0) rotate(0);
      transform: translate3d(0, -9px, 0) rotate(0);
      width: 15px
    }
    75% {
      -webkit-transform: translate3d(0, -9px, 0) rotate(0);
      transform: translate3d(0, -9px, 0) rotate(0);
      width: 15px
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
  }
  @-webkit-keyframes bar2-bot {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 15px
    }
    50% {
      -webkit-transform: translate3d(0, -18px, 0) rotate(0);
      transform: translate3d(0, -18px, 0) rotate(0);
      width: 15px
    }
    75% {
      -webkit-transform: translate3d(0, -18px, 0) rotate(0);
      transform: translate3d(0, -18px, 0) rotate(0);
      width: 15px
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
  }
  @keyframes bar2-bot {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 15px
    }
    50% {
      -webkit-transform: translate3d(0, -18px, 0) rotate(0);
      transform: translate3d(0, -18px, 0) rotate(0);
      width: 15px
    }
    75% {
      -webkit-transform: translate3d(0, -18px, 0) rotate(0);
      transform: translate3d(0, -18px, 0) rotate(0);
      width: 15px
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
  }
  @media screen and (max-width:910px) {
    .menu-btn, .menu-btn2 {
      margin-top: 0px;
      margin-right: 0px;
      width: 70px;
      height: 60px;
      z-index: 12;
      display: block !important
    }
    #popup .menu-btn, #popup .menu-btn2 {
      display: none !important;
    }
  }
  @media screen and (max-width:768px) {
    #popup .menu-btn, #popup .menu-btn2 {
      display: block !important;
      margin-top: 0px;
      margin-right: 0px;
      width: 70px;
      height: 60px;
      z-index: 12
    }
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 11
  }
  .modal.is-fadeIn {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
  .modal.is-fadeOut {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }
  .modal .modal__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    cursor: auto
  }
  .modal .modal__inner .modal__list {
    height: 100%
  }
  .modal .modal__inner .modal__list:after {
    content: "";
    clear: both;
    display: block
  }
  .modal .modal__inner .modal__list li {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 25%;
    height: 30%;
    border-bottom: 1px solid #2d2b2f
  }
  .modal .modal__inner .modal__list li:nth-child(4n+2) {
    border-left: 1px solid #2d2b2f;
    border-right: 1px solid #2d2b2f
  }
  .modal .modal__inner .modal__list li:nth-child(4n) {
    border-left: 1px solid #2d2b2f
  }
  .modal .modal__inner .modal__list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 5px
  }
  .modal .modal__inner .modal__list li a:hover {
    letter-spacing: 8px;
    background: #000
  }
  .modal .modal__inner .modal__list li a span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 20px;
    margin: auto;
    line-height: 20px
  }
  .modal .modal__inner .modal__list li.cur a {
    background: #000
  }
  .modal .modal__inner .modal__sns {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    width: 200px;
    margin: auto
  }
  @media screen and (max-width:1000px) {
    .modal .modal__inner .modal__list li a {
      letter-spacing: 3px
    }
    .modal .modal__inner .modal__list li a:hover {
      letter-spacing: 4px
    }
  }
  @media screen and (max-width:800px) {
    .modal .modal__inner .modal__list li a {
      font-size: 12px;
      letter-spacing: 3px
    }
    .modal .modal__inner .modal__list li a:hover {
      letter-spacing: 4px
    }
  }
  @media screen and (max-width:700px) {
    .modal .modal__inner .modal__list li {
      width: 50%;
      height: 18%
    }
    .modal .modal__inner .modal__list li:nth-child(2n) {
      border-right: none
    }
    .modal .modal__inner .modal__list li a {
      font-size: 12px;
      letter-spacing: 3px
    }
    .modal .modal__inner .modal__list li a:hover {
      letter-spacing: 4px
    }
    .modal .modal__inner .modal__sns {
      bottom: 3%
    }
  }
 
  /*///////  Table  //////*/
  
  .table tr th.text-left, .table tr td.text-left {
    text-align: left;
  }
  .table tr th.text-right, .table tr td.text-right {
    text-align: right;
  }
  .table tr th.text-center, .table tr td.text-center {
    text-align: center;
  }
  .table tr th {
    text-align: left;
    font-weight: bold;
  }
  .table tr td {
    text-align: left;
    border-top: none;
  }
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #EBEBE5
  }
  .scroll {
    overflow: auto; /*tableをスクロールさせる*/
    white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
  }
  .scroll::-webkit-scrollbar { /*tableにスクロールバーを追加*/
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
    background: #B7AC9A;
  }