@charset "UTF-8";

/************************************************************************
  setting
************************************************************************/
body {
    font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    position: relative;
    background: #f6f6f6;
}
p {
  line-height: 1.5;
}
img {
  max-width: 100%;
}
a:hover img {
  opacity: 0.7;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1rem !important;
}
.mt2 {
  margin-top: 2rem !important;
}
.mt3 {
  margin-top: 3rem !important;
}
.mt5 {
  margin-top: 5rem !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1rem !important;
}
.mb2 {
  margin-bottom: 2rem !important;
}
.mb3 {
  margin-bottom: 3rem !important;
}
.text-red {
  color: #f00;
}
.text-blue {
  color: #0168b7;
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .un-font {
    font-size : 10px;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .un-font {
    font-size : 12px;
  }
}
@media (max-width: 991px) {
  .pc-bnr {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .sp-bnr {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .container {
      width: 1200px;
  }
}

/************************************************************************
  header
************************************************************************/
header {}
header, header a, header a:hover {}
header p {
  margin-bottom: 0;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .site-logo {
  margin-top: 1.5rem;
}
header .site-logo h1 {
  margin: 0;
  line-height: 1.5;
  font-size: 1em;
  display: inline-block;
}
header .site-logo img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
ul.list-inline {
  margin-top: 15px;
  margin-bottom: 1rem;
}
ul.list-inline li:last-child {
  padding-right: 0;
}
header .hdr-contact li {
  margin-top: 0.5rem;
}
header .hdr-contact .sns-list li {
  vertical-align: top;
  background: #fff;
  padding: 0.7rem;
}
header .hdr-contact .sns-list li:not(:first-child) {
  margin-left: 1.5rem;
}
header .hdr-contact .sns-list li:first-child {
  padding-bottom: 0.2rem;
}
.list-inline>li {
  vertical-align: top;
}
.hdr-contact ul:last-child li:last-child {
  margin-top: 1rem;
}

header .hdr-container nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
header .hdr-container nav ul, header .site-logo-area {
  max-width: 1160px;
  margin: 0 auto;
}
header .hdr-container nav ul > li {
  width: 10%;
}
header .hdr-container nav ul li a {
  text-align: center;
  padding: 0 ;
}
header .site-logo-area, header .site-logo-area .logo-flex {
  display: flex;
  align-items: center;
}
header .site-logo-area {
  justify-content: space-between;
}
header .d-menu-area {
  position: relative;
}
header .d-menu-area .d-menu {
  position: absolute;
  top: 100%;
  width: 200%;
  background: #fff;
  opacity: 0;
  display: none;
  /*-webkit-transition: all .2s ease;
  transition: all .2s ease;*/
}
header .d-menu-area:hover .d-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  display: block;
}
header .d-menu-area .d-menu li {
  width: 100%;
}
header .d-menu-area .d-menu li a {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 14px 25px 12px;
  height: auto !important;
  line-height: 1.6 !important;
  margin: 0;
}
header .d-menu-area .d-menu li a:hover {
  background: #00a0ea;
}
header .sp_telephone_number {
  width: 33%;
}
header .sp_telephone_number a {
  color: #000;
  width: 100%;
  height: 60px;
  display: inline-block;
  text-align: center;
  padding-top: 18px;
}
header .sp_telephone_number i {
  font-size: 22px;
}
header .hdr-contact .lg-btn i {
  font-size: 22px;
}
@media (max-width: 380px) {
  header .hdr-sp-flex {
    max-width: 48%;
    width: 100%;
  }
}
@media (max-width: 499px) {
  header .hdr-contact img {
    max-width: 360px;
    width: 100%;
  }
  header .hdr-contact ul:first-child li:first-child {
    margin-top: 0;
  }
  header .hdr-contact ul:first-child li:last-child {
    margin-top: 1rem;
  }
  .hdr-sns ul.list-inline>li {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  header .site-logo p:first-child {
    display: none;
  }
  header .site-logo h1 {
    display: inline-block;
    width: 83.5%;
  }
  header .site-logo .btn-position {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
  }
  header .site-logo .btn-position .navbar-toggle .icon-bar {
    background: #000;
  }
  header .site-logo button {
    margin: 0;
    background: #fff;
  }
  header .site-logo .navbar-collapse {
    background: #ccc;
  }
  ul.nav.navbar-nav {
    background: #bbb;
  }
  header ul.nav li {
    background: #fff;
  }
  header ul.nav li a {
    color: #000;
  }
  header .hdr-contact {
    text-align: center !important;
    width: 33%;
  }
  header .hdr-contact a {
    padding-top: 18px;
    color: #000;
    width: 100%;
    height: 60px;
    display: inline-block;
  }
  header .hdr-contact .lg-btn span {
    display: none !important;
  }
  ul.list-inline {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    text-align: left;
  }
  .navbar-nav>li>a:hover {
    color: #000;
  }
  header .hdr-area > div:not(:first-child) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  header .hdr-area > div:first-child {
    padding-left: 0;
    padding-right: 0.3rem;
  }
  header .hdr-sp-flex {
    max-width: 180px;
    width: 100%;
  }
  .hdr-btn {
    width: 33%;
  }
  .header .navbar-toggle {
    width: 100%;
  }
}

@media (min-width: 768px) {
  nav .container-fluid, nav .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  ul.nav.navbar-nav {
    float: none;
  }
  nav.navbar-default {
    background-color: #fff;
    border: none;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #fff;
    color: #000;
  }
  nav.navbar-default .active span, nav.navbar-default a:hover span {
    position: relative;
    display: inline-block;
  }
  ul.nav.navbar-nav > li {
    border-left: 1px solid #ccc;
  }
  ul.nav.navbar-nav > li:last-child {
    border-right: 1px solid #ccc;
  }
  ul.nav.navbar-nav li.active > a:after, ul.nav.navbar-nav li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: #00a0e9;
  }
  ul.nav.navbar-nav li {
    position: relative;
  }
  ul.nav.navbar-nav li a {
    color: #000;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
  }
  .sp_telephone_number {
    display: none !important;
  }
  header .hdr-contact .lg-btn i {
    display: none !important;
  }
}

@media (max-width: 991px) {
  header .site-logo {
    text-align: center;
  }
  .hdr-contact ul {
    text-align:center;
  }
  header .navbar-toggle {
    padding: 12px 10px;
  }
  .hdr-contact ul {
    margin: 1rem auto !important;
  }
}

@media (min-width: 992px) {
  header .hdr-contact li {
    margin-top: 1.5rem !important;
  }
  ul.nav.navbar-nav {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  header .hdr-area {
    /*margin-bottom: 0.8rem;*/
  }
  header .hdr-area div:nth-child(2) {
    padding-top: 1.2rem;
  }
}

@media (min-width: 1200px) {
  header .site-logo {
    margin-top: 25px;
    padding-left: 0;
  }
  .hdr-contact {
    padding-right: 0;
  }
  .hdr-contact ul {
    margin-top: 2.2rem;
  }
}

@media (min-width: 768px) {
  .nav-sns {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .nav-sns > div:first-child {
    width: 28%;
  }
  .nav-sns > div:last-child {
    width: 72%;
  }
}
.nav-sns a:hover {
  text-decoration: none;
}
.nav-sns .fa-stack-1x {
  color: #fff;
}

header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
  background: #fff;
}

@media (max-width: 1210px) {
  header .hdr-area, header .site-logo-area .logo-flex p {
    display: none;
  }
  header .sp-cap {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 2rem;
  }
  header h1 a img {
    width: 150px;
  }
  header .site-logo-area {
    /*margin: 1rem 0;*/
  }
  header h1 {
    margin: 0 0 0 2rem;
  }
}
@media (min-width: 1211px) {
  header #menu_button {
    display: none !important;
  }
  header .site-logo-area {
    padding: 1.2rem 0;
  }
  header h1 {
    margin: 0;
  }
  header .sp-cap {
    display: none;
  }
  header .site-logo-area .logo-flex p {
    margin-left: 25px;
  }
  header .site-logo-area .hdr-contact a {
    color: #000000;
    background: #00a0ea;
    font-size: 14px;
    min-width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
  }
  header .site-logo-area .hdr-contact a:hover {
    text-decoration: none;
    color: #fff;
    background: #0081cc;
  }
}

/************************************************************************
  hdr-toggle
************************************************************************/
header .offcanvas-toggle .icon-bar {
  background: #fff;
}
header .navbar-toggle {
  padding: 0;
  margin: 2rem 1rem;
}
html.is-open {
  overflow: auto;
  height: 100vh;
  /*z-index: 1000;*/
}
body.is-open {
  touch-action: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.is-open:before, body.is-open header h1:before {
  content: "";
  background: rgba(0,0,0,0.7);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}
body.is-open header h1:before {
  height: 37px;
}
body.is-open:before {
  height: 100vh;
}
body.is-open .page-top {
  display: none !important;
}
header .navbar-toggle {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  z-index: 10000;
  padding: 0;
  margin: 0;
  /*margin: 0.5rem;
  margin-top: 5px;
  padding: 3px; */
  /*margin-left: 2rem !important;*/
  /*transition-duration: 0.5s;*/
}
#gnavi .dropdown li a {
  position: relative;
}
#gnavi ul li.dropdown span.d-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 59px;
  width: 59px;
}
#gnavi ul li.dropdown span.d-arrow:hover {
  background: #00a0ea;
}
#gnavi ul li.dropdown span.d-arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin: -4px 0 0 0;
  border-top: solid 3px #999;
  border-right: solid 3px #999;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#gnavi ul li.dropdown ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin: -4px 0 0 0;
  border-top: solid 3px #999;
  border-right: solid 3px #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gnavi ul > li.dropdown ul {
  padding: 0;
  display: none;
}
#gnavi ul > li.dropdown > a:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#gnavi ul > li.dropdown > span.dec-arrow:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1210px) {
  body.is-open header .hdr-btn {
    position: absolute;
    top: 0;
    right: 240px;
  }
  body.is-open header .navbar-toggle {
    width: 85px;
  }
  header .hdr-sp-flex {
    display: flex;
    align-items: center;
  }
  header nav.navbar.navbar-default {
    overflow: auto;
    top: 0;
    max-width: 240px;
    opacity: 0;
    width: 0;
    right: 0;
    z-index: 1001;
    position: absolute;
    transition-duration: 1s;
  }
  header nav.navbar.navbar-default.fixed {
    right: 0;
    height: 100Vh;
    background: #333;
    width: 100%;
    opacity: 1;
  }
  .header-index-sp button.is-open {
    -webkit-transform: translateX(-240px) !important;
    transform: translateX(-240px) !important;
  }
  header .hdr-container nav #gnavi ul > li {
    width: 100%;
    white-space: nowrap;
  }
  header .hdr-container nav #gnavi ul > li a {
    text-align: left;
    color: #fff;
    width: 100%;
    background: #222222;
    border-bottom: 1px solid #444444;
    margin: 0;
    padding: 18px 20px;
    line-height: 1.6;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    display: block;
  }
  header .hdr-container nav #gnavi ul > li a:hover {
    color: #ffffff;
    background: #00a0ea;
  }
  header .hdr-btn button {
    display: block;
  }
}
@media (min-width: 1211px) {
  header #sp-menu, header .hdr-btn {
    display: none;
  }
}

/************************************************************************
  footer
************************************************************************/
footer {
  margin-top: 5rem;
}
footer .f-log-area ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
footer .f-log-area ul li {
  margin-left: 1rem;
}
footer .f-log-area a {
  color: #000;
}
footer .f-log-area a:hover {
  color: #00a0ea;
}
footer .f-log-area a i {
  font-size: 2rem;
}
footer .f-copy {
  width: 100%;
  line-height: 60px;
  height: 60px;
  font-size: 12px;
  z-index: 10;
  text-align: center;
  border-top: 1px solid #ddd;
}

@media (max-width: 950px) {
  footer {
    text-align: center;
  }
  footer .f-log-area ul {
    justify-content: center;
    margin-bottom: 4rem;
  }
  footer .logo-flex, footer .logo-flex div {
    margin-bottom: 2rem;
  }
  footer .f-copy {
    line-height: 50px;
    height: 50px;
  }
}
@media (min-width: 951px) {
  footer .f-log-area, footer .f-log-area .logo-flex {
    display: flex;
    align-items: center;
  }
  footer .f-log-area {
    justify-content: space-between;
    margin: 2rem 0;
  }
  footer .f-log-area .logo-flex p {
    margin-left: 25px;
  }
}

/************************************************************************
  side
************************************************************************/
.side-movie {
  margin-bottom: 2rem;
}
.side-movie .movie-title {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  text-align: center;
}
.left-column .tw-side {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.left-column .tw-side .tw-border {
    text-align: center;
}
.left-column .tw-side .tw-border iframe {
    border: 1px solid #e9ebee !important;
}
@media (max-width: 340px) {
  .left-column .tw-side {
    max-width: 298px;
  }
  .tw-border iframe {
    width: 298px !important;
  }
}
@media (min-width: 400px) and (max-width: 499px) {
  .left-column .tw-side {
    max-width: 390px;
  }
  .tw-border iframe {
    width: 390px !important;
  }
}
@media screen and (orientation: landscape) {
  .tw-border iframe {
    width: 500px !important;
  }
}
.youtube-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 1rem auto 2rem;
}
.youtube-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/************************************************************************
  page_top
************************************************************************/
.page_top {
	position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.page_top {
  background-color: #00a0ea;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: block;
  text-decoration: none;
  z-index: 100;
  position: relative;
}
.page_top:hover {
  background-color: #0081cc;
}
.page_top:before {
  content:  '';
  width: 10px;
  height: 10px;
  display:  block;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(-45deg);
  position:  absolute;
  top: 10px;
  bottom:  0;
  left:  0;
  right:  0;
  margin:  auto;
  color: #fff;
}
@media (max-width: 950px) {
  .page_top {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}

/************************************************************************
  insta-btn
************************************************************************/
.insta-btn a {
  color: #FFF;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  height: auto;
  width: 80px;
  text-align: center;
  vertical-align: middle;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration:none;
  font-weight: normal;
}
.insta-btn2 a:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.insta-btn2 a span {
  display:inline-block;
  position: relative;
}

/************************************************************************
  slider
************************************************************************/
div.mainCarousel .slick-prev, div.mainCarousel .slick-next {
  background: #f00;
  width: 40px;
  height: 40px;
}
@media (max-width: 480px) {
  div.mainCarousel .slick-prev, div.mainCarousel .slick-next {
    width: 25px;
    height: 25px;
  }
}
div.mainCarousel .slick-prev {
  left: 0;
  z-index: 100;
  background: url("../images/top/slide_btn_prev.png") no-repeat center top;
  background-size: 100%;
}
div.mainCarousel .slick-next {
  right: 0;
  background: url("../images/top/slide_btn_next.png") no-repeat center top;
  background-size: 100%;
}
div.mainCarousel .slick-prev:before, div.mainCarousel .slick-next:before {
  display: none;
}
@media (max-width: 767px) {
  /*.mainCarousel.slick-slider {
    margin-top: 1rem;
  }*/
}


/************************************************************************
  column
************************************************************************/
main {
  width: 100%;
  margin: 1rem auto;
}
main p {
  line-height: 1.8;
}
main:after {
  display: table;
  content: " ";
  clear: both;
}
.under-column .main-column .row {
  margin-right: 0;
  margin-left: 0;
}
.under-column .main-column .m-wrapper {
  background: #fff;
  padding: 1rem;
}

@media (max-width: 767px) {
  main {
    /*padding-right: 1rem;
    padding-left: 1rem;*/
  }
  main.home-column .left-column {
    order: 3;
  }
  main.home-column .main-column {
    order: 1;
  }
  main.home-column .right-column {
    order: 2;
  }
  main > div {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  main {
    max-width: 750px;
  }
}
@media (max-width: 991px) {
  main .main-column {
    margin-bottom: 4rem;
  }
  main .right-column {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }
  main .right-column p {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  main {
    display: flex;
  　flex-flow: row wrap;
    max-width: 970px;
  }
  main.home-column .left-column {
    width: 23.5%;
    margin-right: 1.5%;
    order: 1;
  }
  main.home-column .main-column {
    width: 48.5%;
    margin-right: 1.5%;
    order: 2;
  }
  main.home-column .right-column {
    width: 25%;
    order: 3;
  }
}
@media (min-width: 1200px) {
  main {
    max-width: 1160px;
  }
}

/************************************************************************
 under-column
************************************************************************/
@media (min-width: 992px) {
  main.under-column .main-column {
    width: 73.5%;
    margin-right: 1.5%;
  }
  main.under-column .right-column {
    width: 25%;
  }
}

/************************************************************************
 title
************************************************************************/
.contents-title {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  align-items: center;
}
.contents-title h2 {
  font-size: 1em;
  margin: 0;
  line-height: 1.5;
  color: #0068b6;
  font-weight: bold;
  font-size: 1.8rem;
}
.contents-title h2 i:before {
  margin-right: 10px;
  margin-left: 0px;
  font-weight: 700;
}
.contents-title .more a {
  font-size: 12px;
  color: #535353;
}
.contents-title .triangle {
  width: 0;
  height: 0;
  border-left: 5px solid black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-left: 0.5rem;
}
main h3, main h4 {
  color: #0068b6;
  font-weight: bold;
}
main h3.sub-bg {
  color: #fff;
}
main h3 span.f-small {
  font-size: 65%;
}
main h4.border {
  border-bottom: 1px solid #0168b7;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}

@media(min-width: 480px) {
  .title-sub {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
    background: #0168b7;
    color: #fff;
  }
}
.title-sub {
  background: #0168b7;
  color: #fff;
  font-weight: bold;
  padding: 1rem 1rem 0.5rem;
  margin-bottom: 2rem;
}
.title-sub h3 {
 color: #fff;
 padding: 0;
 margin: 0;
}

.border-dec {
  border-left: 8px solid #0168b7;
  border-bottom: 1px solid #0168b7;
  padding-left: 0.5rem;
  font-size: 1.8rem;
}

/************************************************************************
  news
************************************************************************/
.contents-box .c-date {
  color: #959595;
  font-size: 12px;
}
.contents-box.top .c-text {
  font-size: 12px;
  overflow: hidden;
}
.contents-box .c-text  {
  height: calc(1.7 * 4em);
  line-height: 1.7;
}
.contents-box .c-text.rectan  {
  height: calc(1.7 * 4em);
  line-height: 1.7;
}
@media (max-width: 520px) {
  .contents-box .c-text {
    height: calc(1.7 * 2em);
  	line-height: 1.7;
  }
  .contents-box .c-text.rectan  {
    height: calc(1.7 * 3em);
    line-height: 1.7;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .contents-box .c-text {
    height: calc(1.7 * 3em);
  	line-height: 1.7;
  }
  .contents-box .c-text.rectan  {
    height: calc(1.7 * 4em);
    line-height: 1.7;
  }
}
.contents-box .article-box {
  position: relative;
}
.contents-box .article-box .more {
  position: absolute;
  bottom: 3px;
  right: 0;
  font-size: 12px;
  background: #fff;
}
.contents-box p {
  margin-bottom: 0;
}
.contents-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.contents-box ul li {
  margin-bottom: 1.25rem;
}
.contents-box ul li article {
  border: 1px solid #c9caca;
  padding: 1rem;
}
@media (min-width: 601px) and (max-width: 991px) {
  /*.contents-box.top ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .contents-box.top ul li:nth-child(2n) {
    margin-right: 0;
  }*/
}
@media (min-width: 1200px) {
  /*.contents-box.top ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .contents-box.top ul li:nth-child(2n) {
    margin-right: 0;
  }*/
}
.contents-box ul li h3 {
  margin: 0 0 0.8rem;
  border-left: 2px solid #00f;
  font-size: 1.6rem;
  color: #00f;
  font-weight: bold;
  padding-left: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents-box ul li h3 a {
  color: #00f;
}
.article-box .images {
  float:left;
  overflow: hidden;
  position: relative;
  width: 120px;
  margin-right: 0.5rem;
  height: 120px;
  background: #ddd;
  border: 1px solid #ccc;
}
.article-box .images img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.article-box .images.rectan {
  height: 145px;
}
.article-box .images.rectan img {
  width: 100%;
  height: auto;
}
.article-box .text-contents {
  overflow: hidden;
  font-size: 14px;
}
@media (max-width: 600px) {
  .article-box .images {
      width: 90px;
      height: 90px;
  }
  .article-box .images.rectan img {
    width: auto;
    height: 100%;
  }
  .article-box .images.rectan {
    height: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-box .images {
    width: 80px;
    height: 80px;
  }
  .article-box .images.rectan {
    height: 120px;
  }
  .article-box .images.rectan img {
    width: auto;
    height: 100%;
  }
}

ul.contents-box li {
  vertical-align: top;
}
.prev-contents a {
  color: #949494;
}

.archive-list {
  margin: 2rem auto;
  text-align: right;
  max-width: 100%;
  font-size: 16px;
}
.archive-list ul {
  list-style: none;
}
.ite_paging-btn-area {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.ite_paging-btn-area li {
	margin-top: 3rem;
}
.ite_paging-btn-area ul {
	padding-left: 0;
	overflow: hidden;
}
.ite_paging-btn-area li {
	margin: 0;
	float: left;
}
.ite_paging-btn-area li:not(:first-child) a {
  border-left: none;
}
.ite_paging-btn-area li.selected a {
  background-color: #ff69b4;
}
.ite_paging-btn-area li a {
	display: block;
  padding: 0.5rem 0.5rem;
  background-color: #ffffff;
  border: 1px solid #ccc;
	color: #000;
  width: 31px;
  text-align: center;
}

/************************************************************************
  what is
************************************************************************/
img.pull-right.img-responsive {
  margin: 0 auto;
}
@media(max-width: 767px) {
  img.pull-right.img-responsive {
    max-width: 30%;
  }
}
.wahtis-table01 tr:first-child th, .wahtis-table01 tr:first-child td {
  border-top: none;
}
.wahtis-table01 th {
  width: 230px;
}
@media(max-width: 600px) {
  .wahtis-table01 th, .wahtis-table01 td {
    display: block;
    width: 100%;
  }
  .wahtis-table01 th {
    padding-top: 2rem !important;
  }
  .wahtis-table01 td {
    border-top: none !important;
  }
}

.wahtis-table02 table {
  background: rgba(255,255,255,0.7);
}
.wahtis-table02 table tr th {
  width: 120px;
}
.wahtis-table02 table tr th, .wahtis-table02 table tr td {
  border-top: 2px dotted #6f7166;
}
.wahtis-table02 table tr:first-child th, .wahtis-table02 table tr:first-child td {
  border: none;
}
.wahtis-table02 {
  background: url("../images/common/cryo-contents_bg.png") no-repeat left top;
  background-size: auto;
}
@media(max-width: 768px) {
  .wahtis-table02 th, .wahtis-table02 td {
    display: block;
    width: 100% !important;
  }
  .wahtis-table02 th {
    padding-top: 2rem !important;
  }
  .wahtis-table02 td {
    border-top: none !important;
  }
}
@media(min-width: 768px) {
  .wahtis-table02 {
    padding-left: 25%;
  }
}

/************************************************************************
  price
************************************************************************/
@media(min-width: 640px) {
  .price-area {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .price-area > div {
    width: 49%;
  }
  .price-area:not(.coupon) .sp-only {
    display: none !important;
  }
}
@media(min-width: 768px) {
  .price-area.coupon .price-box {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
  }
  .price-area .price-box p:first-child {
    line-height: 1;
  }
  .price-area .price-box .price {
    line-height: 1.4;
  }
  .price-image01 {
    height: 234px;
    overflow: hidden;
  }
  .price-image02, .price-image03 {
    height: 119px;
    overflow: hidden;
  }
}
.price-area.area01 .price-sub {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
}
.price-area.area01 .price {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
}
.price-area.area01 .price-table th span {
  font-size: 12px;
  letter-spacing: -0.1rem;
}
.price-area .price-box {
  border: 3px solid #009fe9;
  background: #009fe9;
  color: #fff;
  font-weight: bold;
  padding: 2rem 1rem 1.1rem;
  margin-bottom: 2rem;
}
.price-area > div:last-child .price-box, .price-box.bg-sub {
  color: #009fe9;
  background: #fff;
}
.price-area .price-box.plus {
  color: #fff !important;
  background: #0168b7 !important;
  border-color: #0168b7 !important;
}
.price-area .price-box p {
  margin-bottom: 0;
  line-height: 1.5;
}
.price-area .price-box .price {
  text-align: right;
  font-size: 2rem;
}
.price-area .price-box p:first-child {
  font-size: 2rem;
}
.price-area .price-box p:first-child span.small {
  font-size: 1.4rem;
}
.price-area .price-box .price span {
  font-size: 3.8rem;
}
.price-area .sub-title {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 4px dotted #fff;
}
.price-area.area01 .price-sub {
  font-size: 1.4rem;
  text-align: right;
}
.price-area.area01 .price-sub span:first-child {
  font-size: 1.6rem;
}
.price-area.area01 .price-sub span:last-child {
  font-size: 5rem;
  line-height: 1;
  margin-left: 1.2rem;
}
.price-area.area01 .price-sub span:last-child .f-small {
  font-size: 2rem !important;
  margin-left: 0;
}
.price-area.area01 .price span:first-child {
  font-size: 1.6rem;
  padding-bottom: 0.4rem;
}
.price-area.area01 .price span:last-child {
  font-size: 3.8rem;
  line-height: 1;
  margin-left: 1rem;
}
.price-area.area01 .price span:last-child .f-small {
  font-size: 2rem !important;
  margin-left: 0;
}
.price-area.area01 p:not(:last-child) {
  margin-bottom: 1rem;
}
.price-area.area02 h3 {
  margin-top: 0;
}
p.sub-border {
  border-bottom: 4px dotted #009fe9;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.container.sub, .container.sub .sub {
  max-width: 100% !important;
  padding: 0 !important;
}
.container.sub .row {
  margin: 0 !important;
}
.price-area.area02 .price-box .price span {
  font-size: 3.5rem;
}
.price-area.area02 .price-box p.price:not(:last-child) span {
  margin-bottom: 1rem;
}
.price-area.area02 .price-box {
  width: 100%;
}
@media(max-width: 599px) {
  .price-area.area02 .price-box > div:first-child p {
    border-bottom: 2px dashed #fff;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
  .price-area.area02 .price-box.bg-sub > div:first-child p {
    border-bottom: 2px dashed #009fe9;
  }
}
@media(max-width: 640px) {
  .price-area.area01 p span:last-child {
    font-size: 3rem !important;
  }
}
@media(max-width: 539px) {
  .price-area.area01 p span:last-child {
    font-size: 3.8rem !important;
  }
}
@media(min-width: 600px) {
  .price-area.area02 .price-box {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  .price-area.area02 .price-box .content-box {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
  }
  .price-area.area02 .price-box > div:last-child {
    width: 60%;
  }
}
.price-table table {
  width: 100%;
  font-size: 2rem;
}
.price-table table th {
  vertical-align: top;
  width: 30%;
  padding-top: 1rem;
}
.price-table table .f-big {
  font-size: 3.5rem;
}
.price-table table .f-big-sub {
  font-size: 3.0rem;
}
.price-table table td span {
  font-size: 2rem;
}
.price-table table tr td.count {
  text-align: center;
}
.price-table table tr td:last-child {
  text-align: right;
  width: 40%;
}
@media (max-width: 767px) {
  .price-table table th {
    display: block;
    width: 100% !important;
  }
  /*.price-table table tr:nth-child(odd) th {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.5rem;
  }*/
  .price-table table td.count {
    display: inline-block;
    width: 30% !important;
  }
  .price-table table td:last-child {
    display: inline-block;
    width: 70% !important;
  }
}

/************************************************************************
  map
************************************************************************/
.map-container {
position: relative;
padding-bottom: 50%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 3rem;
}
.map-container iframe,
.map-container object,
.map-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/************************************************************************
  faq
************************************************************************/
.faq-area {
  background: url("../images/common/cryo-contents_bg.png") no-repeat right top;
  background-size: auto;
}

dl.faq-list {
  margin: 2rem 0;
}
dl.faq-list dt, dl.faq-list dd {
  margin-bottom: 2rem;
}
dl.faq-list dt:before {
  content: url("../images/under/faq_q.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
dl.faq-list dt {
  color: #0068b6;
  font-size: 2rem;
  display: flex;
  align-items: center;
}
dl.faq-list dd {
  padding-bottom: 1rem;
  border-bottom: dashed 1px #ccc;
  display: flex;++
}
dl.faq-list dd:last-child {
  border: none;
}
dl.faq-list dd:before {
  content: url("../images/under/faq_a.png");
  display: inline-block;
  margin-right: 1rem;
  vertical-align: top;
}
dl.faq-list dd p {
  display: inline-block;
  vertical-align: top;
}

/************************************************************************
  company
************************************************************************/
.company-table {
  border: 1px solid #b5b5b5;
  border-radius: 10px;
}
.company-table table {
  width: 100%;
  border-collapse : collapse;
}
.company-table table th, .company-table table td {
  padding: 1.5rem;
}
.company-table table tr:not(:last-child) th, .company-table table tr:not(:last-child) td {
  border-bottom: 2px dotted #b5b5b5;
}
.company-table table th {
  background: #bae3f9;
  font-weight: normal;
  text-align: center;
}
.company-table table tr:first-child th {
  border-top-left-radius: 10px;
}
.company-table table tr:last-child th {
  border-bottom-left-radius: 10px;
}

/************************************************************************
  guide
************************************************************************/
.guide-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 3rem 0;
}
.guide-table table th, .guide-table table td {
  padding: 1rem;
}
.guide-table table tr:not(:last-child) th, .guide-table table tr:not(:last-child) td {
  border-bottom: 2px dotted #cea974;
}
@media(max-width: 768px) {
  .guide-table table th, .guide-table table td {
    display: block;
    width: 100% !important;
  }
  .guide-table table th {
    padding-top: 2rem !important;
    border: none !important;
  }
  .guide-table table td {
    border-top: none !important;
  }
}

.inquery-form .inquery-flag {
  display: flex;
  margin-bottom: 4rem;
}
.inquery-form .inquery-flag div {
  width: 50%;
  text-align: center;
  background: #bce3f4;
  padding: 1rem 0.5rem;
  color: #9fa0a2;
  font-weight: bold;
  font-size: 1.6rem;
}
.inquery-form .inquery-flag div.select {
  color: #fff;
  background: #0168b7;
}

.inquery-form table {
  width: 100%;
  border-collapse: collapse;
  margin: 3rem 0 1rem;
}
.inquery-form table th, .inquery-form table td {
  padding: 0 0 1.5rem 0;
  width: 50%;
}
.inquery-form table th {
  vertical-align: top;
}
.inquery-form table th div {
  display: inline-block;
  font-weight: normal;
  background: #e5e5e5;
  padding: 0.5rem;
  margin: 0;
  width: 90%;
}
.inquery-form table th:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 20px;
  border-color: transparent transparent transparent #e5e5e5;
}
.inquery-form form input[type=submit], .inquery-form form input[type=button], .inquery-form .btn {
  background: #009fe9;
  color: #fff;
  font-weight: bold;
  padding: 1rem 3rem;
  border: none;
  max-width: 185px;
  width: 100%;
}
.inquery-form form input[type=submit]:hover, .inquery-form form input[type=button]:hover, .inquery-form .btn:hover {
  text-decoration: underline;
}
.inquery-form .btn {
  border-radius: 0;
  margin-bottom: 1rem;
}
.inquery-form .btn-danger {
  background-color: #d9534f !important;
  padding: 1rem !important;
}
.inquery-form form select[name=USAGE_AREA], .inquery-form form select[name=INDUSTRY] {
  width: 195px;
}
@media (max-width: 480px) {
  .inquery-form table th, .inquery-form table td {
    display: block;
    width: 100%;
  }
  .inquery-form table th div {
    width: 100%;
  }
  .inquery-form table th:after {
    display: none;
  }
}
@media (max-width: 640px) {
  .inquery-form table td div span {
    display: block;
  }
}

/************************************************************************
  rental-point
************************************************************************/
.rental-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  color: #0068b6;
  font-weight: bold;
}
.rental-list li {
  padding: 1.2rem 0;
}
.rental-list li:not(:last-child) {
  border-bottom: 2px dotted #0068b6;
}
dl.rental-point dt div{
  display: inline-block;
  font-size: 2.4rem;
  color: #0068b6;
  vertical-align: middle;
}
dl.rental-point dt {
  margin-bottom: 1rem;
}
dl.rental-point dd {
  margin-bottom: 3rem;
}

/************************************************************************
  confirm
************************************************************************/
.confirm-table td > div {
  border-bottom: 1px dashed #000;
  min-height: 21px;
}

table.login-table {
	margin: 3rem auto;
	max-width: 320px;
	width: 100%;
}
table.login-table dl {
	margin: 1rem;
}
table.login-table dl dt {
  font-weight: normal;
	margin: 4px 0 0 0;
}
@media (max-width: 599px) {
	table.login-table dl dt {
		margin-bottom: 0.5rem;
	}
}
@media (min-width: 600px) {
  table.login-table dl {
    display: flex;
  }
  table.login-table dl dt {
    width: 110px;
  }
  table.login-table dl dd {
    width: 195px;
  }
}

/************************************************************************
  mypage
************************************************************************/
table.mypage-table {
  border: 1px solid #b5b5b5;
}
table.mypage-table {
  width: 100%;
  border-collapse : collapse;
}
table.mypage-table th, table.mypage-table td {
  padding: 1.5rem;
}
table.mypage-table th {
  background: #bae3f9;
  font-weight: normal;
  text-align: center;
}
@media(max-width: 479px) {
  table.mypage-table th, table.mypage-table td {
    display: block;
    width: 100%;
  }
}
@media(min-width: 480px) {
  table.mypage-table th {
    width: 30%;
  }
  table.mypage-table tr:not(:last-child) th, table.mypage-table tr:not(:last-child) td {
    border-bottom: 2px dotted #b5b5b5;
  }
}

/************************************************************************
  reservation form
************************************************************************/
.reservation-list {
  border: 2px solid #0068b6;
  padding: 1rem;
  margin-top: 1rem;
}
.reservation-list .r-btn, .reservation-pagination .r-btn a, .reservation-pagination .r-btn-sub {
  background: #009fe9;
  color: #fff;
  font-weight: bold;
  padding: 1rem 2rem;
  border: none;
  max-width: 215px;
  width: 100%;
}
.reservation-list .list-menu:first-child {
  font-size: 2rem;
}
.reservation-pagination {
  padding: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.reservation-pagination .r-btn-sub {
  color: #ccc;
}
.reservation-pagination .r-btn a {
  color: #fff;
}
table.reservation-table {
  border:1px solid #ccc;
  width:100%;
}
table.reservation-table th.time {
  background: #F6F6F6;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

@media (min-width: 480px) {
  .reservation-list .list-menu, table.mypage-table .list-menu {
    display: -webkit-flex;
    display: flex;
  }
  .reservation-list .list-menu:first-child, table.mypage-table .list-menu:first-child {
    justify-content: space-between;
  }
  .reservation-list .list-menu:nth-child(2) p:first-child, table.mypage-table .list-menu:nth-child(2) p:first-child {
    min-width: 97px;
    margin-right: 1rem;
  }
  .reservation-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}


/************************************************************************
  product
************************************************************************/
section.bg-color .row {
  background: #e9f6fe;
  padding: 4rem 0 1rem;
  margin-bottom: 4rem;
}
section.bg-color .row:nth-of-type(2) {
  padding: 0;
}
h4.sub-size {
  font-size: 22px;
}

/************************************************************************
  movie
************************************************************************/
.movie-area {
  position: relative;
  width: 100%;
  padding-top: 60%;
  margin: 3rem auto 4rem;
}
.movie-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/************************************************************************
  lp
************************************************************************/
p.text-pd {
  padding: 0 0.5rem;
}
.lp-map {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.lp-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.title-sub.lp-red {
  background: #f00;
}
@media (max-width: 639px) {
  .flex-order {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flex-order p:nth-of-type(1) {
    order: 2;
  }
  .flex-order p:nth-of-type(2) {
    order: 1;
  }
}
@media (min-width: 640px) {
  .lp-flex {
    display: flex;
    justify-content: space-between;
  }
  .lp-flex > div {
    width: 48%;
  }
  .lp-flex.lp-sub-flex > div {
    width: 49%;
  }
  .lp-flex:not(.sub-flex) div:first-child {
    margin-right: 4%;
  }
  .lp-flex.lp-sub-flex:not(.sub-flex) div:first-child {
    margin-right: 2%;
  }
  .lp-flex.sub-flex > div:first-child {
    width: 54%;
  }
  .lp-flex.sub-flex > div:first-child p:last-child img {
    max-width: 90%;
  }
  .lp-flex.sub-flex > div:last-child {
    width: 46%;
  }
}
.lp-title-img-area p {
  margin-bottom: 0;
}
@media (max-width: 625px) {
  .p-only-lp {
    display: none !important;
  }
}
@media (min-width: 626px) {
  .s-only-lp {
    display: none !important;
  }
  .lp-title-img-area {
    display: flex;
    align-items: flex-end;
    position: relative;
  }
  .lp-title-img-area .title-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
  }
  .lp-title-img-area .text {
    padding-top: 8%;
    padding-bottom: 1%;
    margin-right: 1%;
    max-width: 60%;
    width: 100%;
  }
  .lp-title-img-area .image {
    max-width: 39%;
    width: 100%;
  }
}
.lp_is p {
  font-size: 16px;
}
.lp_is br {
  display: none;
}
