@charset "utf-8";
/* General----------------------------------------------------------------------------------------------------------------------------- */
body {
  line-height: 160%;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo',  "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  color: #4b4b4b;
}

html, body {
  margin: 0;
  padding: 0;
}

#header {
  margin: 0 auto;
  padding: 30px 0;
  width: 960px;
}


/* General Elements-------------------------------------------------------------------------------------------------------------------- */
h1, h2, h3 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  outline: none;
}

a img {
  border: none;
}

html.desktop a:hover img {
  zoom: 1;
  opacity: 0.7;
  /*-ms-filter: "alpha(opacity=70)";*/
  transition: opacity 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

p {
  margin: 0;
}

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

.dl-basic {
  border-bottom: 1px solid #dadcdd;
}

.dl-basic dt {
  padding: 15px 20px;
  border-top: 1px solid #dadcdd;
  float: left;
  box-sizing: border-box;
  clear: both;
  font-weight: bold;
  width: 17.910447761194%;
}

.dl-basic dt:first-child, .dl-basic dt:first-child + dd {
  border-top: none;
}

.dl-basic dd {
  margin-left: 0;
  padding: 15px 20px;
  border-top: 1px solid #dadcdd;
  float: left;
  box-sizing: border-box;
  width: 82.089552238806%;
}

.ul-circle-green li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.ul-circle-green li a {
  color: #1f5b02;
}

.ul-circle-green li a:hover {
  text-decoration: none;
}

.ul-circle-green > li:before {
  padding-right: 10px;
  content: '●';
  color: #359302;
  width: 20px;
  font-size: 12px;
}

.ul-circle-green > li:nth-child(even):before {
  color: #77b83d;
}

.ul-circle-green > li > ul, .ul-disc {
  list-style: disc;
  list-style-position: inside;
}

.ul-large {
  font-size: 16px;
}

.font-green {
  color: #1f5b02;
}

.font-blue {
  color: #045683;
}

.font-orange {
  color: #e45726;
}

.btn-blue {
  padding: 10px 30px;
  background: #0651a5;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}

.btn-blue:hover {
  background: #1a6ecc;
}

.btn-navy {
  background: #035989;
  border-radius: 10px;
  box-shadow: 0px 3px 2.7px 0.3px rgba(161, 141, 116, 0.83);
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

.btn-navy:hover {
  background: #0572ae;
}

.btn-large {
  padding: 27px 125px;
  font-size: 21px;
  line-height: 1;
}


.blue-balloon {
  margin-bottom: 30px;
  background: #a2e9d9;
  position: relative;
}

.blue-balloon:after {
  margin-left: -28px;
  background: url(../images/arrow-balloon-bottom.png) no-repeat;
  width: 56px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  content: '';
}

.attention {
  padding: 20px 0;
  background: #feb3d5;
  text-align: center;
}

.attentionx {
  font-size: 2em;
  padding: 20px 0;
  background: #feb3d5;
  text-align: center;
  color: #191970;
}

.inline-c {
  text-align: center;
}

.sp {
  display: none;
}

/* Clearfix----------------------------------------------------------------------------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* Header------------------------------------------------------------------------------------------------------------------------------- */
#header #logo {
  padding: 0 35px;
  float: left;
}

#header .header-nav {
  text-align: center;
  float: left;
  font-size: 0;
  height: 24px;
}

#header .header-nav li {
  padding-top: 5px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}

#header .header-nav li a {
  line-height: 24px;
  height: 24px;
}

/* Toppage------------------------------------------------------------------------------------------------------------------------------ */
#top-movie {
  margin: 0 auto;
  min-width: 960px;
}

#top-movie video {
  /* margin-bottom: 30px; */
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 360px;
  background: url(../images/movie-poster.png) no-repeat;
  background-size: cover;
}

.toppage #content {
  padding-bottom: 80px;
  width: 100%;
  min-width: 960px;
  background: url(../images/bg-topage.jpg) no-repeat;
  background-size: cover;
}

.sp-horizontal .sp-previous-arrow {
  width: 74px;
  height: 74px;
  left: -74px;
  margin-top: -20px;
  background: url(../images/arrow-slide-l.png) no-repeat;
}

.sp-horizontal .sp-next-arrow {
  width: 74px;
  height: 74px;
  right: -74px;
  margin-top: -20px;
  background: url(../images/arrow-slide-r.png) no-repeat;
}

.sp-horizontal .sp-previous-arrow:before,
.sp-horizontal .sp-previous-arrow:after,
.sp-horizontal .sp-next-arrow:before,
.sp-horizontal .sp-next-arrow:after
{
  content: none;
  background-color: transparent;
}

#news {
  background: #ffffff;
}

#news .news-inner {
  margin: 0 auto;
  padding: 25px 0;
  width: 660px;
}

#news .news-inner .title {
  float: left;
  color: #035989;
  font-size: 18px;
  font-weight: bold;
}

#news .news-inner ul {
  margin-left: 50px;
  float: left;
  overflow: auto;
  height: 130px;
  width: 530px;
}

#news .news-inner ul li {
  margin-bottom: 25px;
}

#top-products {
  margin: 0 auto;
  padding: 40px 20px 50px;
  width: 960px;
  box-sizing: border-box;
}

#top-products h2 {
  margin-bottom: 30px;
  text-align: center;
}

#top-products .slider-wrap {
  position: relative;
  width: 706px;
  margin: 0 auto;
}

#top-products .slider-wrap .bx-wrapper {
  width: 706px;
  max-width: 706px!important;
}

#top-products .slider-wrap .bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
  left: 0;
}

#top-products .slider-wrap .controls .prev {
  margin-top: -37px;
  position: absolute;
  left: -80px;
  top: 50%;
}

#top-products .slider-wrap .controls .next {
  margin-top: -37px;
  position: absolute;
  right: -80px;
  top: 50%;
}

#top-products .slider-wrap .controls .prev .disabled,
#top-products .slider-wrap .controls .next .disabled {
  display: none;
}

#top-products .slider-wrap ul {
  padding: 0 83px;
  text-align: center;
  height: 240px;
  overflow: hidden;
}

#top-products .slider-wrap ul li {
  float: left;
}

#sub-nav {
  background: #ffffff;
}

#sub-nav ul {
  margin: 0 auto;
  padding: 12px 0 65px;
  width: 894px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
}

#sub-nav ul li {
  margin-right: 2%;
  font-size: 13px;
  box-sizing: border-box;
  display: inline-block;
  width: 32%;
  height: 330px;
  vertical-align: middle;
}


#sub-nav ul li:nth-child(3n) {
  margin-right: 0;
}

#sub-nav ul li .text {
  margin: 10px 0;
  padding: 0 15px;
}

#sub-nav ul li .text h2 {
  margin-bottom: 10px;
  text-align: left;
}

#sub-nav ul li .text p {
  margin-bottom: 10px;
  text-align: left;
}

/* Subpage------------------------------------------------------------------------------------------------------------------------------ */
.subpage {
  min-width: 960px;
}

.subpage #content {
  padding-bottom: 140px;
  width: 100%;
  background: url(../images/bg-subpage.jpg) repeat-y;
  background-size: 100% auto;
}

.subpage #content .inner {
  padding: 75px 145px;
  background: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
  width: 960px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

.subpage #content.lineup .inner {
  padding: 62px 50px;
  margin-bottom: 72px;
  width: 1000px;
}

.subpage #content.lineup .inner-full .inner {
  margin-bottom: 0;
}

.subpage #content .inner-full {
  background: #ffffff;
}

.subpage #content .inner-full .inner {
  padding: 25px 0;
}

.subpage #content h2 {
  padding: 60px 0 40px;
  text-align: center;
}

.subpage #content h3 {
  margin-bottom: 68px;
}

.subpage #content.aboutus .inner > .title {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 40px;
  font-weight: bold;
}

html.ie8 .subpage #content.aboutus {
  background: url(../images/bg-subpage-regular.jpg) no-repeat;
  background-size: cover;
}

.map {
  margin: 0 20px;
  position: relative;
  padding: 30px 0 56.25%;
  height: 0;
  overflow: hidden;
}
 
.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 491px;
}

html.ie8 .subpage #content.lineup {
  background: url(../images/bg-subpage.jpg) no-repeat;
  background-size: cover;
}
/*

.subpage #content.lineup .lists .left {
  float: left;
  width: 47%;
}

.subpage #content.lineup .lists .right {
  float: right;
  width: 47%;
}
*/

.subpage #content.lineup .lists ul {
  margin-bottom: 65px;
  margin-right: 2%;
  font-size: 18px;
  width: 32%;
  float: left;
}

.subpage #content.lineup .lists ul:last-child {
  margin-right: 0;
}

.subpage #content.lineup .lists ul li {
  margin-bottom: 15px;
  font-size: 16px;
}

.subpage #content.lineup .lists ul li h3 {
  margin-bottom: 30px;
}

.subpage #content.lineup #top-products h2 {
  margin-bottom: 0;
  padding: 0 0 30px;
}

.subpage #content.lineup .inner-full {
  text-align: center;
}

.subpage #content.lineup .blue-balloon {
  margin: 0 auto 50px;
  padding: 19px 32px;
  display: inline-block;
}

.subpage #content.lineup .btn-navy { 
  margin-bottom: 40px;
}

html.ie8 .subpage #content.works {
  background: url(../images/bg-subpage-tall.jpg) no-repeat;
  background-size: cover;
}

.subpage #content.works .ul-works {
  margin: 0 auto;
  box-sizing: border-box;
  width: 960px;
}

.subpage #content.works > .ul-works > li {
  margin-bottom: 25px;
  padding: 20px 24px;
  background: #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

.subpage #content.works .ul-works li .left {
  float: left;
  width: 48%;
  text-align: left;
}

.subpage #content.works .ul-works li .right {
  float: right;
  width: 48%;
  text-align: right;
}

.subpage #content.works .ul-works li .right ul {
  margin-top: 10px;
  text-align: left;
}

.subpage #content.works .ul-works li .left ul {
  margin-top: 10px;
  margin-left: 140px;
}

.subpage #content.works > .ul-works > li li {
  margin-bottom: 10px;
}

html.ie8 .subpage #content.recruit {
  background: url(../images/bg-subpage.jpg) no-repeat;
  background-size: cover;
}

.subpage #content.recruit .attention {
  margin-bottom: 30px;
}

.subpage #content.recruit .recruit-inner {
  padding: 35px 45px;
}

.subpage #content.recruit h3 {
  margin-left: 20px;
  font-size: 18px;
}

.subpage #content.recruit .recruit-inner dl {
  margin-bottom: 90px;
}

html.ie8 .subpage #content.contact {
  background: url(../images/bg-subpage-regular.jpg) no-repeat;
  background-size: cover;
}

.subpage #content.contact h3 {
  margin-bottom: 35px;
  font-size: 18px;
}

.subpage #content.contact .title {
  margin-bottom: 10px;
  padding: 0 8px 17px;
  border-bottom: 1px solid #dadcdd;
  font-size: 18px;
  font-weight: bold;
}

.subpage #content.contact .contact-01 {
  margin-bottom: 60px;
  border-bottom: 1px solid #dadcdd;
}

.subpage #content.contact .left {
  width: 48%;
  float: left;
}

.subpage #content.contact .right {
  width: 48%;
  float: right;
}

.subpage #content.contact .contact-01 li {
  margin-bottom: 15px;
  padding-left: 5px;
}

.subpage #content.contact .contact-01 li span {
  margin-left: 10px;
}

.subpage #content.contact table {
  margin-bottom: 50px;
  width: 100%;
  line-height: 200%;
  table-layout: fixed;
}

.subpage #content.contact th, .subpage #content.contact td {
  padding: 10px;
}

.subpage #content.contact th {
  text-align: right;
  vertical-align: top;
  width: 160px;
}

.subpage #content.contact tr.border-bottom th, .subpage #content.contact tr.border-bottom td {
  border-bottom: 1px solid #dadcdd;
}

.subpage #content.contact textarea {
  width: 100%;
  box-sizing: border-box;
}

.subpage #content.contact input[type="reset"] {
  margin-right: 20px;
  padding: 25px 0;
  border: none;
  border-radius: 10px;
  background-color: #88898a;
  box-shadow: 0px 3px 2.7px 0.3px rgba(161, 141, 116, 0.83);
  text-align: center;
  color: #ffffff;
  font-size: 21px;
  width: 300px;
  line-height: 1;
  cursor: pointer;
}

.subpage #content.contact input[type="submit"] {
  padding: 25px 0;
  border: none;
  border-radius: 10px;
  background-color: #035989;
  box-shadow: 0px 3px 2.7px 0.3px rgba(161, 141, 116, 0.83);
  text-align: center;
  color: #ffffff;
  font-size: 21px;
  width: 300px;
  line-height: 1;
  cursor: pointer;
}


/* Footer------------------------------------------------------------------------------------------------------------------------------- */
#footer {
  min-width: 960px;
}

#footer > .inner {
  margin: 0 auto;
  position: relative;
  width: 960px;
}

#footer .inner .backtotop {
  position: absolute;
  top: -68px;
  right: 0;
}

#footer .footer-nav {
  padding: 23px;
}

#footer .footer-nav > .inner {
  margin: 0 auto;
  width: 914px;
}

#footer .footer-nav ul {
  text-align: right;
}

#footer .footer-nav ul li {
  margin-left: 40px;
  display: inline-block;
}

#footer .footer-nav ul li a {
  color: #02438d;
  font-size: 13px;
}

#footer .footer-info {
  padding: 40px 0 15px;
  background: #c2fdff;
  background: -moz-linear-gradient(top,  #c2fdff 0%, #ffffff 35%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2fdff), color-stop(35%,#ffffff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #c2fdff 0%,#ffffff 35%,#ffffff 100%);
  background: -o-linear-gradient(top,  #c2fdff 0%,#ffffff 35%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #c2fdff 0%,#ffffff 35%,#ffffff 100%);
  background: linear-gradient(to bottom,  #c2fdff 0%,#ffffff 35%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2fdff', endColorstr='#ffffff',GradientType=0 );
}

#footer .footer-info > .inner {
  margin: 0 auto;
  width: 960px;
}

#footer .footer-info .left {
  padding-top: 15px;
  float: left;
}

#footer .footer-info .right {
  margin-bottom: 20px;
  float: right;
}

#footer .footer-info .right ul li {
 margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#footer .footer-info .right ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
}

#footer .copyright {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 640px) {

  /* General----------------------------------------------------------------------------------------------------------------------------- */
  body {
    background: none;
  }
  
  #header {
    padding: 20px 18px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }

  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }
  
  .btn-blue {
    padding: 0;
    font-size: 10px;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  
  .btn-large {
    padding: 13px 24px;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .dl-basic {
    font-size: 11px;
  }
  
  .dl-basic dt {
    padding: 8px 3px 8px 11px;
  }
  
  .dl-basic dd {
    padding: 8px 11px;
  }
  
  .ul-large {
    font-size: 120%;
  }
  .blue-balloon {
    background: #a3d6cd;
  }
  .blue-balloon:after {
    margin-left: -14px;
    background: url(../images/sp/arrow-balloon-bottom.png) no-repeat;
    background-size: 100%;
    width: 28px;
    height: 15px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: '';
  }
 
    .iso-basic {
    padding: 8px 20px 8px 20px;
  }
    #days-name {
    padding: 8px 11px 8px 11px;
    text-align: right;
  }
  

  
  /* Header------------------------------------------------------------------------------------------------------------------------------ */
  
  #header #logo {
    padding: 10px 0;
    width: 56.875%;
  }
  
  #header .sp-menu-btn {
	position: absolute;
	right: 18px;
	top: 20px;
	width: 29px;
  }
  
  #header .sp-menu-btn img {
    width: 30px;
  }
  
  #header .header-nav {
    padding: 45px 13px 5px;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
    background: #182447;
    z-index: 1000;
    box-sizing: border-box;
  }
  
  #header .header-nav li {
    border-bottom: 1px solid #182447;
    display: block;
    width: 100%;
    background: #ffffff;
    text-align: center;
    box-sizing: border-box;
  }
  
  #header .header-nav li a {
    padding: 14px 0;
    color: #182447;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    line-height: 1;
    height: auto;
  }
  
  #header .header-nav li.close {
    background: transparent;
    text-align: right;
  }
  
  #header .header-nav li.close  span {
    padding: 14px 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    line-height: 1;
    height: auto;
  }

  .sp-menu-overlay {
    position: fixed;
    z-index: 999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
    backface-visibility: hidden;
    background: rgba(43, 46, 56, 0.9);
  }

  /* Toppage------------------------------------------------------------------------------------------------------------------------------ */
  #top-movie {
    width: 100%;
    min-width: inherit;
    box-sizing: border-box;
  }
  
  #top-movie video {
    margin-bottom: 0;
  }
  
  .toppage #content {
    min-width: inherit;
    padding-bottom: 0;
    background: none;
  }
  
  #news .news-inner {
    padding: 13px;
    width: 100%;
    box-sizing: border-box;
  }
  
  #news .news-inner .title {
    width: 20%;
  }
  
  #news .news-inner ul {
    margin-left: 0;
    float: left;
    width: 80%;
    height: 60px;
    font-size: 12px;
  }
  
  #news .news-inner ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    line-height: 110%;
  }
  
  #top-products {
    padding: 15px 0 5px 0;
    width: 100%;
    background: url(../images/sp/bg-toppage.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  
  #top-products h2 {
    margin-bottom: 15px;
  }
  
  #top-products h2 img {
    width: 119px;
  }

  #top-products .slider-wrap {
    width: auto;
  }

  #top-products .slider-wrap .bx-wrapper {
    width: 100%;
    max-width: 100%!important;
    margin-bottom: 25px;
  }

  #top-products .slider-wrap .bx-wrapper .bx-pager {
    padding-top: 10px;
    bottom: auto;
  }

  #top-products .slider-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    color: #767677;
  }

  #top-products .slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #2d56a6;
  }

  #top-products .slider-wrap ul {
    margin-left: 18px;
    padding: 0;
    min-height: 132px;
  }

  #sub-nav ul {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  
  #sub-nav ul li {
    margin-right: 0;
    padding: 13px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  
  #sub-nav ul li .image {
    float: left;
    width: 140px;
  }
  
  #sub-nav ul li .text {
    margin: 0;
    padding: 0;
    margin-left: 150px;
  }
  
  #sub-nav ul li .text h2 {
    margin-bottom: 5px;
    color: #045683;
    line-height: 100%;
    font-size: 14px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  
  #sub-nav ul li .text p {
    font-size: 10px;
    line-height: 130%;
  }
  
  .subpage #content.aboutus .inner > .title {
    margin: 10px 0;
    padding: 0 10px;
    font-size: 11px;
  }
  
  .map {
    margin: 0 10px;
  }

  /* Subpage------------------------------------------------------------------------------------------------------------------------------ */
  .subpage {
    min-width: inherit;
  }

  .subpage #content {
    padding: 0 12px 35px;
    background: url(../images/sp/bg-subpage.png) repeat-y;
    background-size: 100% auto;
    box-sizing: border-box;
  }
  
  
  .subpage #content h2 {
    padding: 15px;
  }
  
  .subpage #content h2 img {
    height: 20px;
    width: auto;
  }
  
  .subpage #content .inner {
    padding: 18px 30px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .subpage #content.lineup .inner {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
  }
  
  
  .subpage #content.aboutus .inner, .subpage #content.recruit .inner, .subpage #content.contact .inner {
    padding: 18px 0;
  }

  .map iframe,
  .map object,
  .map embed {
    height: 100%;
  }

  .subpage #content h3 {
    margin-bottom: 20px;
  }

  .subpage #content.aboutus h2 img {
    height: auto;
    width: 61.8867925%;
  }

  .subpage #content.aboutus h3 {
    margin-left: 30px;
  }
  
  .subpage #content h3 img {
    height: 16px;
  }
  
  .subpage #content.lineup .lists .left, .subpage #content.lineup .lists .right {
    width: 100%;
    float: none;
    font-size: 13px;
  }
  
  .subpage #content.lineup .lists ul {
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid #9d9d9d;
    width: 100%;
    float: none;
  }
  
  .subpage #content.lineup .lists ul.border-bottom0 {
    border-bottom: none;
  }
  
  .subpage #content.lineup .lists ul li h3 {
    margin-bottom: 10px;
  }

  .subpage #content.lineup h2 img {
    height: auto;
    width: 74.9056604%;
  }

  .subpage #content.lineup .lists ul li {
    padding: 0 45px;
    margin-bottom: 5px;
    font-size: 11px;
  }
  
  .subpage #content.lineup #top-products {
    background: none;
  }
  
  .subpage #content.lineup #top-products h2 {
    padding: 0 0 20px;
  }

  .subpage #content.lineup #top-products .slider-wrap ul {
    margin-left: 0;
  }

  .subpage #content.lineup #top-products .slider-wrap .bx-wrapper {
    margin-bottom: 30px;
  }

  .subpage #content.lineup #top-products .slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f4ca1d;
  }

  .subpage #content.lineup .inner-full .inner {
    padding: 20px 23px;
  }
  
  .subpage #content.lineup .blue-balloon {
    margin-bottom: 30px;
    padding: 6px 23px 10px;
    font-size: 13px;
    text-align: left;
    line-height: 120%;
  }
  
  .subpage #content.lineup .btn-navy {
    margin-bottom: 0;
  }

  .subpage #content.works h2 img {
    height: auto;
    width: 75.4716981%;
  }

  .subpage #content.works .ul-works {
    width: 100%;
    box-sizing: border-box;
  }
  
  .subpage #content.works > .ul-works > li {
    padding: 34px 37px;
    font-size: 12px;
  }

  .subpage #content.works > .ul-works > li li {
    margin-bottom: 0;
  }

  .subpage #content.works .ul-works li .left, .subpage #content.works .ul-works li .right {
    float: none;
    width: 100%;
  }

  .subpage #content.works .ul-works li .sp {
    margin: -20px -20px 10px auto;
    width: 42px;
  }
  
  .subpage #content.works .ul-works li .left ul {
    margin-left: 0;
  }

  .subpage #content.recruit h2 img {
    height: auto;
    width: 53.0188679%;
  }
  .subpage #content.recruit .recruit-inner {
    padding: 0;
  }
  
  .subpage #content.recruit .attention {
    margin: 0 5px 20px;
  }
  
  .subpage #content.recruit .recruit-inner dl {
    margin: 0 auto 25px;
  }

  .subpage #content.contact h2 img {
    height: auto;
    width: 67.5471698%;
  }

  .subpage #content.contact h3 {
    margin-bottom: 20px;
    padding: 0 25px;
    font-size: 12px;
  }
  
  .subpage #content.contact .contact-01 .left, .subpage #content.contact .contact-01 .right {
    width: 100%;
    float: none;
  }
  
  .subpage #content.contact .title {
    padding: 0 25px;
    font-size: 12px;
  }
  
  .subpage #content.contact .contact-01 {
    margin-bottom: 20px;
  }
  
  .subpage #content.contact .contact-01 ul {
    margin-left: 20px;
  }
  
  .subpage #content.contact .contact-01 li {
    margin-bottom: 10px;
    font-size: 11px;
  }
  
  .subpage #content.contact th, .subpage #content.contact td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  
  .subpage #content.contact table {
    margin-bottom: 30px;
    padding: 0;
    font-size: 11px;
    line-height: 150%;
  }
  
  .subpage #content.contact th, .subpage #content.contact td {
    padding: 5px 15px;
  }
  
  .subpage #content.contact tr.border-bottom th {
    border-bottom: none;
  }
  
  .subpage #content.contact input[type="text"],.subpage #content.contact input[type="tel"] ,.subpage #content.contact input[type="email"]  {
    margin-bottom: 10px;
    border: 1px solid #dadcdd;
  }
  
  .subpage #content.contact select {
    margin-bottom: 10px;
  }
  
  .subpage #content.contact input[name="city"] {
    max-width: 200px;
  }
  
  .subpage #content.contact input[name="building"] {
    max-width: 200px;
  }
  
  
  .subpage #content.contact input[type="reset"] {
    margin-right: 4%;
    padding: 20px;
    width: 48%;
    box-sizing: border-box;
    font-size: 14px;
  }
  
  .subpage #content.contact input[type="submit"] {
    padding: 20px;
    width: 48%;
    box-sizing: border-box;
    font-size: 14px;
  }
  
  .subpage #content.contact .inline-c {
    padding: 0 25px;
  }

  /* Footer------------------------------------------------------------------------------------------------------------------------------- */
  #footer {
    min-width: inherit;
  }

  #footer .inner {
    width: 100%;
    box-sizing: border-box;
  }
  
  #footer > .inner {
    width: 100%;
    background: #0d4c99;
    text-align: right;
  }
  
  #footer .inner .backtotop {
    margin: 0 0 0 auto;
    padding: 8px 13px;
    position: relative;
    top: auto;
    right: auto;
    width: 31px;
  }
  
  #footer .footer-nav {
    padding: 10px;
    background: #0d4c99;
  }

  #footer .footer-nav > .inner {
    width: 100%;
  }

  #footer .footer-nav ul {
    text-align: center;
  }
  
  #footer .footer-nav ul li {
    margin-left: 0;
    width: 100%;
    display: block;
  }
  
  #footer .footer-nav ul li a {
    color: #ffffff;
    font-size: 10px;
    text-decoration: none;
  }
  
  #footer .footer-info {
    padding: 15px 0;
  }

  #footer .footer-info > .inner {
    width: 100%;
  }

  #footer .footer-info .left {
    margin-bottom: 15px;
    padding-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
  
  #footer .footer-info .left img {
    width: 130px;
  }
  
  #footer .footer-info .left p {
    font-size: 10px;
  }
  
  #footer .footer-info .right {
    margin-bottom: 0;
    float: none;
    width: 100%;
  }
  
  #footer .footer-info .right ul {
    text-align: center;
  }
  
  #footer .footer-info .right ul li p {
    font-size: 10px;
  }
  
  #footer .footer-info .right ul img {
    height: 38px;
  }
  
  #footer .copyright {
    font-size: 10px;
    text-align: center;
  }
}

.entry-action {
  margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
  text-align: center;
  color: #191970;
}

.entry-action a {
  text-decoration: none;
  font-weight: bold;
}

.btn-link {
  display: inline-block;
  padding: 0.5em 1em;
	text-decoration: none;
	background: #e0ffff;
  border-left: solid 5px #00008b;
  color: #00008b;
  font-size: 1.2em;
	font-weight: normal;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.btn-link:hover {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  background: #00008b;
  color: #ffffff;
}
