@charset "UTF-8";

/* ##########################################################################
Page Common
########################################################################## */

/* Page Heading */

.page-heading{
  text-align: center;
  font-family: "Questrial", sans-serif;;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.0;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 88px;
  color: #1b2450;
}

.page-heading:after{
  content: "";
  display: block;
  width: 115px;
  height: 4px;
  background-color: #052666;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

  .page-heading{
    font-size: 40px;
    margin-bottom: 48px;
  }

  .page-heading:after{
    width: 80px;
    height: 2px;
  }

}

/* Page Sub Heading */

.page-subheading{
  border-left: 10px solid #929a9f;
  margin-bottom: 60px;
  padding: 16px 24px;
  color: #1b2450;
}

.page-subheading .en{
  font-family: "Questrial", sans-serif;;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.0;
  margin-bottom: 0.4em;
}

.page-subheading .jp{
  font-size: 20px;
  line-height: 1.0;
}

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

  .page-subheading{
    border-left: 6px solid #929a9f;
    margin-bottom: 28px;
    padding: 8px 12px;
  }

  .page-subheading .en{
    font-size: 24px;
    margin-bottom: 0.4em;
  }

  .page-subheading .jp{
    font-size: 14px;
  }

}

/* Page Section */

.page-section{
  padding-top: 96px;
  padding-bottom: 108px;
  /*background-color: #000;*/
  background-color: rgba(0, 0, 0, 0);
}

.page-section-fixed{
  padding-top: 169px;
}

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

  .page-section{
    padding-top: 88px;
    padding-bottom: 52px;
  }

  .page-section-fixed{
    padding-top: 88px;
  }

}

/* Page Body */

.page-section-body{
  width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.page-section-body-inner{
  padding-left: 106px;
}

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

  .page-section-body{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-section-body-inner{
    padding-left: 0;
  }

}

/* flex-direction-nav */

.flexslider {
    position: relative;
}

.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 73px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
    left: -30px;
}
.flex-direction-nav .flex-next {
    right: -30px;
}

.flex-direction-nav a.flex-prev {
    background: url(../images/prev.png) no-repeat;
}

.flex-direction-nav a.flex-next {
    background: url(../images/next.png) no-repeat;
}

.flex-direction-nav a.flex-prev:hover,
.flex-direction-nav a.flex-next:hover {
    opacity: 0.7;
}

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

.flex-direction-nav .flex-prev {
    left: -15px;
}

.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
    background-size: 25px auto;
}

}


/* ##########################################################################
Indivisual Page
########################################################################## */

/* Page Concept
---------------------------------------------- */

.concept-heding{
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; */
  font-size: 26px;
  text-align: center;
  margin-bottom: 1.6em;
}

.concept-para{
  font-size: 15px;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 1.8em;
}

.concept-para .stand{
  font-size: 16px;
  font-weight: bold;
  margin: 0 2px;
}

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

  .concept-heding{
    font-size: 20px;
    text-align: left;
    margin-bottom: 1.3em;
  }

  .concept-para{
    font-size: 13px;
    text-align: left;
    margin-bottom: 1.6em;
  }

  .concept-para .stand{
    font-size: 14px;
  }

}

/* Page Works List
---------------------------------------------- */

.works-cate{
  text-align: center;
  margin-bottom: 48px;
}

.works-cate li{
  display: inline-block;
  font-size: 14px;
  margin: 0 20px;
}

.works-cate li a{
}

.works-list{
  letter-spacing: -0.5em;
  margin-left: -28px;
  margin-right: -28px;
  margin-bottom: 60px;
  width: auto;
}

.works-list-block{
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding-left: 28px;
  padding-right: 28px;
  margin-bottom: 80px;
  cursor: pointer;
}

.works-list-link{
  display: block;
}

.works-list-img{
  margin-bottom: 12px;
}

.works-list-img img{
  width: 100%;
}

.works-list-title{
  font-size: 14px;
  position: relative;
}

.works-list-title .icon{
  text-align: center;
  position: absolute;
  top: -2px;
  right: 0;
  display: inline-block;
  background-color: #052666;
  width: 26px;
  height: 26px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: 1px solid #052666;
}

.works-list-link:hover .works-list-title .icon{
  background-color: transparent;
  color: #052666;
}

.works-list-title .icon i{
  font-size: 24px;
  line-height: 0.95;
  color: #fff;
}

.works-list-link:hover .works-list-title .icon i{
  color: #052666;
}

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

  .works-cate{
    text-align: center;
    margin-bottom: 40px;
  }

  .works-cate li{
    display: block;
    margin: 0 0 0.8em;
  }

  .works-list{
    letter-spacing: normal;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .works-list-block{
    display: inline-block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }

}

/* Page Works Detail
---------------------------------------------- */

.works-detail-mainimage{
  margin-bottom: 32px;
  text-align: center;
}

.works-detail-mainimage img{

}

.slides{

}

.slides li{
  height: 715px;
}

.works-detail-contents{
  margin-bottom: 120px;
}

.works-detail-info{
  float: left;
  width: 50%;
  padding: 12px 44px 12px 28px;
  border-left: 10px solid #052666;
}

.works-detail-images{
  float: left;
  width: 50%;
  padding-left: 44px;
}

.works-detail-images ul{
  letter-spacing: -0.5em;
}

.works-detail-images ul li{
  width: 20%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  cursor: pointer;
}

.works-detail-images ul li:hover, .works-detail-images ul li.active{
  opacity: 0.8;
}

.works-detail-images ul li img{
  width: 100%;
}

.works-detail-info{

}

.works-detail-info-name{
  font-family: "Questrial", sans-serif;;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.0;
  color: #1b2450;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.works-detail-info-complation{
  font-family: "Questrial", sans-serif;;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.0;
  color: #1b2450;
  margin-bottom: 32px;
}

.works-detail-info-desc{
  font-size: 13px;
}

.works-detail-paging{

}

.works-detail-paging-prev, .works-detail-paging-next{
  width: 50%;
}

.works-detail-paging-prev{
  text-align: left;
  float: left;
}

.works-detail-paging-next{
  text-align: right;
  float: right;
}

.works-detail-paging-prev a, .works-detail-paging-next a{
  position: relative;
  display: inline-block;
  background-color: #052666;
  padding: 20px 36px;
  font-family: "Questrial", sans-serif;;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: 1px solid #052666;
}

.works-detail-paging-prev a:hover, .works-detail-paging-next a:hover{
  background-color: transparent;
  color: #052666;
}

.works-detail-paging-prev a i, .works-detail-paging-next a i{
  position: absolute;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.works-detail-paging-prev a i{
  left: 8px;
}

.works-detail-paging-next a i{
  right: 8px;
}

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

  .works-detail-mainimage{
    margin-bottom: 28px;
  }

  .slides li{
    height: auto;
  }

  .works-detail-contents{
    margin-bottom: 60px;
  }

  .works-detail-info{
    float: none;
    width: 100%;
    margin-bottom: 24px;
    padding: 8px 12px;
    border-left: 6px solid #052666;
  }

  .works-detail-images{
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .works-detail-info-name{
    font-size: 24px;
    margin-bottom: 12px;
  }

  .works-detail-info-complation{
    font-size: 14px;
    margin-bottom: 20px;
  }

  .works-detail-info-desc{
    font-size: 12px;
  }

  .works-detail-paging-prev a, .works-detail-paging-next a{
    padding: 12px 28px;
    font-size: 16px;
  }

  .works-detail-paging-prev a i, .works-detail-paging-next a i{
    font-size: 18px;
  }

  .works-detail-paging-prev a i{
    left: 4px;
  }

  .works-detail-paging-next a i{
    right: 4px;
  }

}

/* Page Services
---------------------------------------------- */

.services-top{
  /*width: 720px;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.services-top-heading{
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; */
  font-size: 26px;
  text-align: center;
  margin-bottom: 1.6em;
}

.services-top-para{
  font-size: 15px;
  line-height: 1.9;
}

.services-block{
  /*width: 720px;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.services-block-heading{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.8em;
}

.services-block-para{
  font-size: 14px;
}

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

  .services-top{
    width: 100%;
    margin-bottom: 40px;
  }

  .services-top-heading{
    font-size: 16px;
    text-align: left;
    margin-bottom: 1.3em;
  }

  .services-top-para{
    font-size: 12px;
    text-align: left;
    margin-bottom: 1.6em;
  }

  .services-block{
    width: 100%;
    margin-bottom: 20px;
  }

  .services-block-heading{
    font-size: 14px;
  }

  .services-block-para{
    font-size: 12px;
  }

}

/* Page Profile
---------------------------------------------- */

.profile-table{
  margin-bottom: 120px;
}

.profile-table th,.profile-table td{
  padding: 16px 0;
  font-size: 16px;
}

.profile-table th{
  text-align: left;
  width: 212px;
}

.profile-location{
  margin-bottom: 112px;
}

.profile-location-l{
  float: left;
  width: 318px;
}

.profile-location-l img{
  width: 292px;
}

.profile-location-r{
  float: left;
  overflow: hidden;
  padding-left: 40px;
}

.profile-location-name{
  border-left: 10px solid #929a9f;
  margin-bottom: 24px;
  margin-left: -34px;
  padding: 20px 24px;
  color: #1b2450;
}

.profile-location-name .en{
  font-family: "Questrial", sans-serif;;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.0;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}

.profile-location-name .jp{
  font-size: 20px;
  line-height: 1.0;
}

.profile-location-info{
  font-size: 14px;
  line-height: 2.0;
  margin-bottom: 20px;
}

.profile-location-maplink{
  margin-bottom: 60px;
}

.profile-location-maplink li{
  display: inline-block;
  margin-right: 12px;
}

.profile-location-maplink a{
  position: relative;
  display: block;
  font-family: "Questrial", sans-serif;;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.0;
  color: #fff;
  background-color: #203d8a;
  padding: 12px 60px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: 1px solid #203d8a;
}

.profile-location-maplink a:hover{
  background-color: #fff;
  color: #203d8a;
}

.profile-location-maplink a i{
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

  .profile-table{
    margin-bottom: 60px;
  }

  .profile-table th,.profile-table td{
    padding: 4px 0;
    font-size: 14px;
    display: block;
  }

  .profile-table th{
    width: 100%;
    font-weight: bold;
  }

  .profile-table td{
    padding-bottom: 8px;
  }

  .profile-location{
    margin-bottom: 64px;
  }

  .profile-location-l{
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .profile-location-l img{
    width: 100%;
  }

  .profile-location-r{
    float: none;
    padding-left: 0;
  }

  .profile-location-name{
    border-left: 6px solid #929a9f;
    margin-bottom: 16px;
    margin-left: 0;
    padding: 8px 12px;
  }

  .profile-location-name .en{
    font-size: 20px;
  }

  .profile-location-name .jp{
    font-size: 13px;
  }

  .profile-location-info{
    font-size: 12px;
    margin-bottom: 20px;
  }

  .profile-location-maplink{
    margin-bottom: 28px;
  }

  .profile-location-maplink a{
    font-size: 14px;
    padding: 10px 32px;
  }

  .profile-location-maplink a i{
    font-size: 16px;
    right: 12px;
  }

}

/* Page Recruit
---------------------------------------------- */

.recruit-top{
  /*width: 720px;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 72px;
}

.recruit-top-heading{
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; */
  font-size: 26px;
  text-align: center;
  margin-bottom: 1.4em;
}

.recruit-top-para{
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 1.2em;
  text-align: center;
}

.recruit-mid{
  /*width: 720px;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.recruit-mid-block{
  /*width: 720px;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.recruit-mid-block-heading{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.8em;
  text-align: center;
}

.recruit-mid-block-para{
  font-size: 14px;
  text-align: center;
}

.recruit-conditions-wrap{
  margin-bottom: 100px;
}

.recruit-conditions{
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  border-top: 3px solid #555;
  border-left: 3px solid #555;
}

.recruit-conditions th, .recruit-conditions td{
  padding: 16px 20px;
  border-right: 3px solid #555;
  border-bottom: 3px solid #555;
}

.recruit-conditions th{
  width: 200px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

.recruit-conditions td{
  font-size: 14px;
}

.recruit-form{

}

.recruit-form-heading{
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; */
  font-size: 24px;
  text-align: center;
  margin-bottom: 1.4em;
}

.recruit-form-body{
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.recruit-form-blk{
  border-bottom: 1px solid #929a9f;
  margin-bottom: 20px;
}

.recruit-form-blk dt{
  font-size: 14px;
  font-weight: bold;
  padding: 8px 8px;
}

.recruit-form-blk dd{
  padding: 8px 8px;
}

.recruit-form-blk dd input[type=text], .recruit-form-blk dd input[type=email], .recruit-form-blk dd textarea{
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 14px;
}

.recruit-form-blk dd textarea{
  height: 120px;
}

.recruit-form-agree-note{
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.recruit-form-agree-note a{
  font-weight: bold;
  color: #052666;
}

.recruit-form-agree{
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}

.recruit-form-agree-inner label{
  display: inline-block;
  position: relative;
  /*padding-left: 28px;*/
  cursor: pointer;
}

.recruit-form-agree-inner input[type=checkbox]{
  /*display: none;*/
}

.recruit-form-agree-inner label:after{
  /*content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;*/
}

.recruit-form-agree-inner input[type=checkbox]:checked+label:after {
  /*background-color: #052666;*/
}

.recruit-form-submit{
  text-align: center;
}

.recruit-form-submit input[type=submit]{
  border: none;
  background-color: #052666;
  font-size: 18px;
  line-height: 1.0;
  color: #fff;
  padding: 16px 28px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.recruit-form-submit input[type=submit][disabled]{
  /* background-color: #fff;
  color: #333; */
  opacity: 0.5;
  cursor: default;
}

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

  .recruit-top{
    width: 100%;
    margin-bottom: 48px;
  }

  .recruit-top-heading{
    font-size: 16px;
    text-align: left;
    margin-bottom: 1.2em;
  }

  .recruit-top-para{
    font-size: 12px;
    text-align: left;
    margin-bottom: 1.0em;
  }

  .recruit-mid{
    width: 100%;
    margin-bottom: 64px;
  }

  .recruit-mid-block{
    width: 100%;
    margin-bottom: 20px;
  }

  .recruit-mid-block-heading{
    font-size: 14px;
    text-align: left;
  }

  .recruit-mid-block-para{
    font-size: 12px;
    text-align: left;
  }

  .recruit-conditions-wrap{
    margin-bottom: 64px;
  }

  .recruit-conditions{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .recruit-conditions th, .recruit-conditions td{
    color: #fff;
    padding: 8px 12px;
    display: block;
  }

  .recruit-conditions th{
    width: 100%;
    text-align: left;
    font-size: 12px;
  }

  .recruit-conditions td{
    font-size: 12px;
  }


  .recruit-form-body{
    width: 100%;
  }

  .recruit-form-blk dt{
    font-size: 12px;
    padding: 8px 8px;
  }

  .recruit-form-blk dd{
    padding: 8px 8px;
  }

  .recruit-form-blk dd input[type=text], .recruit-form-blk dd input[type=email], .recruit-form-blk dd textarea{
    font-size: 12px;
  }

  .recruit-form-blk dd textarea{
    height: 60px;
  }

  .recruit-form-agree-note{
    text-align: left;
    font-size: 12px;
    margin-top: 28px;
    margin-bottom: 20px;
  }

  .recruit-form-agree{
    text-align: left;
    font-size: 12px;
    margin-bottom: 28px;
  }

  .recruit-form-submit input[type=submit]{
    width: 100%;
    font-size: 16px;
  }

}

/* Page Download
---------------------------------------------- */

.download-top{
  margin-bottom: 32px;
}

.download-top-heading{
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; */
  font-size: 26px;
  text-align: center;
  margin-bottom: 1.4em;
}

.download-top-para{
  font-size: 16px;
  text-align: center;
}

.download-body{
  margin-bottom: 40px;
}

.download-body-para{
  font-size: 14px;
  text-align: center;
  margin-bottom: 1.2em;
}

.download-invoice_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.download-body-links{
  margin-bottom: 20px;
}

.download-body-links:first-child{
    padding-right: 30px;
}

.download-body-links:last-child{
    padding-left: 30px;
}

.download-body-links li{
  font-size: 14px;
/*  text-align: center;*/
  margin-bottom: 0.6em;
}

.download-body-links li i{
  font-size: 24px;
  top: 2px;
  position: relative;
  margin-right: 8px;
}

.download-body-links li a{
}

.download-body-note{
  font-size: 12px;
  text-align: center;
}

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

  .download-top{
    margin-bottom: 20px;
  }

  .download-top-heading{
    font-size: 16px;
    text-align: left;
    margin-bottom: 1.0em;
  }

  .download-top-para{
    font-size: 12px;
    text-align: left;
  }

  .download-body{
    margin-bottom: 20px;
  }

  .download-body-para{
    font-size: 12px;
    text-align: left;
    margin-bottom: 1.0em;
  }

  .download-body-links{
    margin-bottom: 16px;
  }

  .download-body-links li{
    font-size: 12px;
    text-align: left;
    margin-bottom: 0.6em;
  }

  .download-body-links li i{
    font-size: 20px;
    top: 2px;
    margin-right: 6px;
  }

  .download-body-note{
    font-size: 11px;
    text-align: left;
  }

}

/* Page Contact
---------------------------------------------- */

.contact-wrap{
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.contact-blk{
  border-bottom: 1px solid #929a9f;
  margin-bottom: 20px;
}

.contact-blk dt{
  font-size: 14px;
  font-weight: bold;
  padding: 8px 8px;
}

.contact-blk dd{
  padding: 8px 8px;
}

.contact-blk dd input[type=text], .contact-blk dd input[type=email], .contact-blk dd textarea{
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 14px;
}

.contact-blk dd textarea{
  height: 120px;
}

.contact-agree-note{
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.contact-agree-note a{
  font-weight: bold;
  color: #052666;
}

.contact-agree{
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}

.contact-agree-inner label{
  display: inline-block;
  position: relative;
  /*padding-left: 28px;*/
  cursor: pointer;
}

.contact-agree-inner input[type=checkbox]{
  /*display: none;*/
}

.contact-agree-inner label:after{
  /*content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;*/
}

.contact-agree-inner input[type=checkbox]:checked+label:after {
  /*background-color: #052666;*/
}

.contact-submit{
  text-align: center;
}

.contact-submit input[type=submit]{
  border: none;
  background-color: #052666;
  font-family: "Questrial", sans-serif;;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.0;
  color: #fff;
  padding: 16px 28px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.contact-submit input[type=submit][disabled]{
  /* background-color: #fff; */
  /* color: #333; */
  opacity: 0.5;
  cursor: default;
}

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

  .contact-wrap{
    width: 100%;
  }

  .contact-blk dt{
    font-size: 12px;
    padding: 8px 8px;
  }

  .contact-blk dd{
    padding: 8px 8px;
  }

  .contact-blk dd input[type=text], .contact-blk dd input[type=email], .contact-blk dd textarea{
    font-size: 12px;
  }

  .contact-blk dd textarea{
    height: 60px;
  }

  .contact-agree-note{
    text-align: left;
    font-size: 12px;
    margin-top: 28px;
    margin-bottom: 20px;
  }

  .contact-agree{
    text-align: left;
    font-size: 12px;
    margin-bottom: 28px;
  }

  .contact-submit input[type=submit]{
    width: 100%;
    font-size: 16px;
  }

}

/* Page Sitemap
---------------------------------------------- */

.sitemap-list li{
  text-align: center;
  font-size: 18px;
  margin-bottom: 1.6em;
}

.sitemap-list li a{
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sitemap-list li{
    font-size: 14px;
    margin-bottom: 1.0em;
  }
}

/* Page Privacy Policy
---------------------------------------------- */

.privacy-heading{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 2.0em;
  margin-bottom: 0.8em;
}

.privacy-subheading{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-top: 1.4em;
  margin-bottom: 0.8em;
}

.privacy-para{
  font-size: 14px;
  color: #fff;
  margin-bottom: 1.2em;
}

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

  .privacy-heading{
    font-size: 14px;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
  }

  .privacy-subheading{
    font-size: 12px;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
  }

  .privacy-para{
    font-size: 12px;
    margin-bottom: 1.0em;
  }

}

/* Page NEWS
---------------------------------------------- */

.news-list-block{
  border-bottom: 1px dotted #696969;
  padding: 24px 16px 20px;
}

.news-list-date{
  font-size: 14px;
  margin-bottom: 0.2em;
}

.news-list-title{
  font-size: 14px;
}

.news-list-body{
  margin-top: 20px;
}

.news-list-body p{
  font-size: 14px;
  margin-bottom: 0.8em;
}

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

  .news-list-block{
    border-bottom: 1px dotted #696969;
    padding: 18px 12px 16px;
  }

  .news-list-body{
    margin-top: 16px;
  }

  .news-list-body p{
    font-size: 12px;
  }

}

/* 404
---------------------------------------------- */

.notfound-para{
  font-size: 14px;
  color: #fff;
  margin-bottom: 2.0em;
  text-align: center;
}

.notfound-para a{
  color: #052666;
}

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

  .privacy-para{
    font-size: 12px;
  }

}

/* WP Page Nav
---------------------------------------------- */

.wp-pagenavi{
	margin-top: 20px;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #fff !important;
	padding: 10px 14px !important;
	margin: 6px !important;
  font-family: "Questrial", sans-serif;;
	font-size: 16px !important;
	line-height: 1.0;
	color: #fff!important;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
  display: inline-block;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #052666 !important;
	background-color: #052666 !important;
	color: #fff!important;
	font-weight: 700 !important;
}

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

  .wp-pagenavi a, .wp-pagenavi span {
  	padding: 6px 10px !important;
  	margin: 4px !important;
  	font-size: 12px !important;

  }
}
