/* --------------------------------------
  CLEARFIX
-------------------------------------- */
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;    
  clear: both; 
  visibility:hidden;
}
/* --------------------------------------
  COMMON
-------------------------------------- */
.container {
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.wrapper {
  width: 100%;
  box-sizing: border-box;
}

.main-ttl {
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .main-ttl {
    font-size: 16px;
    font-weight: normal;
  }
}
/* --------------------------------------
  Font
-------------------------------------- */
.red {
  color: #e60012;
}
/* --------------------------------------
  Global Header
-------------------------------------- */
.header {
  position: relative;
  z-index: 9999;
  font-size: 14px;
  color: #000;
  background: #FFF;
  width: 100%;
  height: 69px;
  padding: 0;
  border-bottom: 1px solid #E6E6E6;
}
.header a {
  display: inline-block;
  text-decoration: none;
}
.header img{
  width: 100%;
}
.header_left {
  text-align: left;
  padding-right: 20px;
  margin-right: auto;
}
.header_center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.header_right {
  text-align: right;
  padding-left: 20px;
  margin-left: auto;
}

.header_logo {
  font-size: 0;
  width: 112px;
  height: 24px;
}

.header_mainnav {
  max-width: 250px;
  margin: 0 10px;
}
.en .header_mainnav {
  max-width: 170px;
}
.header_mainnav .header_mainnav_item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
  margin-right: 40px;
}
.header_mainnav .header_mainnav_item .header_mainnav_item_inner {
  display: block;
  height: 69px;
  line-height: 73px;
}

.header_lang {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.header_lang .header_lang_item {
  display: inline-block;
  vertical-align: middle;
  padding-left:15px;
  border-left: 1px solid #DDD;
}
.header_lang .header_lang_item:first-child {
  padding-left: 0;
  padding-right: 15px;
  border-left: none;
}
.header_lang .header_lang_item a {
  color: #999;
  font-weight: normal;
}
.header_lang .header_lang_item.active a {
  color: #000;
}

/* sub_nav */
.sub_nav {
  position: absolute;
  top: 68px;
  left: 0px;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s ease, top .3s ease;
  transition: max-height .3s ease, top .3s ease;
  background: #EEE;
  /*border-bottom: 1px solid #E6E6E6;*/
}
.sub_nav a:hover {
  opacity: 1;
  color: #D90000;
}
/*.header_mainnav .header_mainnav_item.active .sub_nav,*/
.header_mainnav .header_mainnav_item:hover .sub_nav {
  max-height: 100px;
  top: 69px;
}
.header_mainnav .header_mainnav_item:hover .sub_nav {
  z-index: 500;
}
.sub_nav_items {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
.sub_nav-1 .sub_nav_items {
  max-width: 780px;
}
.sub_nav_items .sub_nav_item {
  font-size: 12px;
  font-weight: normal;
}
.sub_nav_items .sub_nav_item a {

}
.sub_nav_items .sub_nav_item span {
  display: block;
  padding: 10px 5px;
}
.sub_nav_items .sub_nav_item.active span {
  color: #D90000;
}

/* header_sp_nav */
.header_sp_nav {
  display: none;
  vertical-align: middle;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header_sp_nav a {
  display: block;
  padding: 20px;
}
.header_sp_nav a span {
  display: block;
  width: 18px;
  height: 16px;
  position: relative;
}
.header_sp_nav a:hover {
  opacity: 1;
}
.header_sp_nav a span:before,
.header_sp_nav a span:after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 2px solid #e60012;
  position: absolute;
  left: 0;
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
}
.header_sp_nav a span:before {
  height: 9px;
  border-top: 2px solid #e60012;
  top: 0;
}
.header_sp_nav a span:after {
  bottom: 0;
}
.header_sp_nav.active a span:before,
.header_sp_nav.active a span:after {
  top: 50%;
  margin-top: -1px;
}
.header_sp_nav.active a span:before {
  height: 0;
  border-top: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_sp_nav.active a span:after {
  bottom: auto;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 860px) {
  .header {
    height: 75px;
    padding: 0;
  }
  .header > .inner {
    height: 75px;
    padding-right: 60px;
  }
  .header_sp_nav {
    display: inline-block;
  }

  .header_center {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 99;
    background: #FFF;
    overflow: hidden;
  }
  .header_mainnav {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    max-width: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
  }
  .header_mainnav.active {
    display: block;
    max-height: 500px;
    max-width: 100%;
    margin-left: 0;
  }
  .header_mainnav .header_mainnav_item {
    text-align: center;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    line-height: 1;
    margin-right: 0px;
  }
  .header_mainnav .header_mainnav_item:nth-of-type(n+2) {
    margin-left: 0px;
  }
  .header_mainnav .header_mainnav_item a {
    display: block;
    padding: 15px 20px;
  }
  .header_mainnav .header_mainnav_item.active:before {
    display: none;
  }
  .header_mainnav .header_mainnav_item.active .header_mainnav_item_inner:before {
    display: none;
  }
  .header_mainnav .header_mainnav_item.active a {
    color: #e60012;
  }
  .header_mainnav .header_mainnav_item .header_mainnav_item_inner {
    height: auto;
    line-height: 1;
  }

  .sub_nav {
    display: none;
  }
  /*.sub_nav {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 100;

    width: 100%;
    margin: 0 auto;
    padding: 0;

    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;

    background: #FFF;
  }
  .header_mainnav .header_mainnav_item.active .sub_nav,
  .header_mainnav .header_mainnav_item:hover .sub_nav {
    max-height: none;
    height: auto;
  }
  .sub_nav_items {
    max-width: none;
    width: 100%;
    padding: 0;
  }
  .sub_nav-1 .sub_nav_items {
    max-width: none;
  }
  .sub_nav_items .sub_nav_item {
    font-size: 12px;
    font-weight: normal;
  }
  .sub_nav_items .sub_nav_item a {
    padding: 0;
  }
  .sub_nav_items .sub_nav_item span {
    display: block;
    padding: 10px 5px;
    color: #000;
  }*/
}

@media screen and (max-width: 767px) {
  .header {
  }
}
@media screen and (max-width: 480px) {
  .header {
  }

  .header_left {
    padding-right: 0px;
    margin-right: auto;
  }
  .header_center {
  }
  .header_right {
    text-align: center;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .header_lang {
    display: none;
  }

  .sub_nav_items {
    padding: 0 20px;
  }
}


/* --------------------------------------
  Main
-------------------------------------- */
.main {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #000;
}
.main .section {
  /*padding: 60px 0;*/
}

.section .ttlHidden {
  display: none !important;
}

.section .ttlH2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.section .ttlH2:after {
  content: '';
  display: block;
  width: 30px;
  height: 0;
  margin: 10px auto 0;
  border-bottom: 1px solid #e60012;
}
.section .ttlH4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
.section .ttlH4-1 {
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  margin-top: 50px;
  margin-bottom: 40px;
}

.section .lead {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin: 20px auto;
}


.section .content {
  text-align: left;
  margin-top: 60px;
}
.section .body {
  font-size: 14px;
  font-weight: normal;
}
.section .body p {
  margin-bottom: 1.5em;
}

.section__single-1 {
}
.section__single-1 > .inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 40px;
}

.section__single-1 .content {
}
.secMainVisual {
  width: 100%;
  position: relative;
  background:#ccc;
}
.secMainVisual:after {
  content: '';
  display: block;
  padding-top: 29.411764%;
}
.secMainVisual .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.secMainVisual .inner .ttl {
  position: absolute;
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 840px) {
.secMainVisual .inner .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 560px) {
.secMainVisual .inner .ttl {
    font-size: 20px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 860px) {
  .main .section {
  }
}
@media screen and (max-width: 767px) {
  .main {
  }
  .main .section {
  }
}
@media screen and (max-width: 480px) {
  .main {
  }

  .section > .inner {
    padding: 0 20px;
  }
}
.secMainVisual.noImage {
  background: #fff;
  border-bottom: #e6e6e6 1px solid;
}
.secMainVisual.noImage:after {
    content: '';
    display: block;
    padding-top: 15%;
}
.secMainVisual.noImage .ttl {
  color: #000;
}
.secNav {
  letter-spacing: normal;
}
.secNav__block {
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 17px 0;
}
.secNav__block--item {
  display: inline-block;
  font-size: 14px;
}
.secNav__block--item.active a {
  color: #e60012;
}
.secNav__block--item a {
  text-decoration: none;
  margin: 0 10px;
}
.secExplanatory {
  padding: 100px 0 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .secExplanatory {
    padding: 50px 15px 40px;
  }
}
@media screen and (max-width: 480px) {
  .secExplanatory {
    padding: 50px 15px 40px;
  }
}
.secCtsBox {
  margin-bottom: 40px;
}
.secTitle {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 60px;
}
.secSubTitle {
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .secSubTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .secSubTitle {
    line-height: 1.5em;
    font-size: 18px;
  }
}
.secSubTitle.border {
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.secText {
  padding-bottom: 15px;
}
.secBox {
  border: solid 1px #e6e6e6;
  padding: 20px 30px;
}
.secList.row {
  font-size: 0;
  letter-spacing: normal;
}
.secList.row .secList--item{
  font-size: 14px;
  display: inline-block;
  margin-right: 40px;
}
.secList .row--txt {
  font-size: 14px;
}
.secListDl {
  font-size: 0;
  letter-spacing: normal;
}
.secListDl .secListDl--ttl ,
.secListDl .secListDl--cts {
  vertical-align: top;
  font-size: 14px;
  display: inline-block;
}
.secListDl .secListDl--ttl {
  width: 120px;
}
.secListDl .secListDl--cts {
  width: calc(100% - 120px);
}

@media screen and (max-width: 480px) {
  .secListDl {
    margin-bottom: 15px;
  }
  .secListDl .secListDl--ttl ,
  .secListDl .secListDl--cts {
    display: block;
    font-size: 14px;
  }
  .row--txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .secTitle {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 25px;
  }
  .secSubTitle.border {
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .secText {
    padding-bottom: 10px;
  }
  .secBox {
    padding: 15px;
  }
  .secList.row .secList--item {
    font-size: 12px;
  }
}
.secImage img {
 width:100%;
}

/* --------------------------------------
  Global Footer
-------------------------------------- */
.footer_information {
  text-align: center;
  font-size: 14px;
  background: #FFF;
  padding: 40px 0 90px;
}
.footer_information_title {
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .footer_information_title {
    font-size: 14px;
  }
}
.footer_information_bot {
  color: #333;
  padding-top: 30px;
  /*margin-top: 30px;*/
  /*border-top: 1px solid #EEE;*/
}
.footer_information_businesshours{
  width: calc(100% / 2);
  /*text-align: right;*/
  display: inline-block;
  font-size: 0;
}
.businesshours-left{
  max-width: 378px;
  text-align: center;
  display: block;
  padding-right: 40px;
  float: right;
}
.footer_information_businesshours_tel {
  margin-left: auto;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  font-family: Helvetica, "Helvetica Neue", "Lucida Grande", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.footer_information_businesshours_tel a {
  text-decoration: none;
}
.footer_information_businesshours_txt {
  font-size: 11px;
  color: #858585;
  margin-right: auto;
  display: inline-block;
  border-left: 1px solid #EEE;
}
@media screen and (max-width: 860px) {
  .footer_information_businesshours_txt {
    border-left: none;
  }
}
.footer_information_businesshours_txt > span {
  display: block;
}
.footer_information_inquiry {
  width: calc(100% / 2);
  padding: 5px 0;
  border-left: 1px solid #e6e6e6;
  text-align: left;
}

.footer_information_inquiry a {
  text-decoration: none;
  transition: .25s;
  display: inline-block;
  margin-left: 50px;
  border: 1px solid #b3b3b3;
}
.footer_information_inquiry a:hover {
  /*color: #fff;*/
  /*opacity: .8;*/
}

.footer {
  position: relative;
  color: #ffffff;
  background: #333;
  padding: 65px 0 55px 0;
}
.footer a {
  text-decoration: none;
  transition: .25s;
  color: #ffffff;
}
.footer a:hover {
  color: #e60012;
}

.footer .inner {
  overflow: hidden;
  max-width: 1024px;
}
.footer_inner {
  font-size: 0;
}
.footer_left {
  /*padding-left: 60px;*/
  width: calc(100% / 3);
}
.footer_right {
  width: calc(100% - (100% / 3));
  overflow: hidden;
}
.footer_nav_item {
  width: calc(100% / 3);
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.footer_nav_item li {
  padding-right: 60px;
  margin-bottom: 15px;
}
.footer_nav_item.has_child {
  
}
.footer_nav_item.has_child li ul a{
  color: #b2b2b2;
}
.footer_nav_item.has_child li ul a:hover {
  color: #e60012;
}
.footer_nav_item.has_child li {
  padding-right: 0px;
}
.footer_nav_item .footer_nav_item_child {
  max-width: 220px;
  margin-top: 10px;
  font-size: 0;
}
.footer_nav_item .footer_nav_item_child li {
  padding-right: 0px;
  margin-bottom: 5px;
  font-weight: lighter;
  display: block;
  width: 100%;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .footer_nav_item .footer_nav_item_child {
    max-width: 100%;
    margin: 0;
  }

  .footer_nav_item .footer_nav_item_child li {
    margin-bottom: 0;
  }

}
.footer_company_information {
  overflow: hidden;
}
.footer_right{
}
.footer_company_information_title {
  width: 133px;
  height: 28px;
  margin-bottom: 20px;
}
.footer_company_information_descr {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 12px;
  word-wrap: break-word;
  white-space: normal;
  display: block;
}
.footer_company_information span {
  display: block;
}
.ico-access{
  position: relative;
  display: block;
  font-size: 12px;
  padding-left: 18px;
  text-decoration: underline;
}
.ico-access:before {
  position: absolute;
  content: '';
  background: url(/assets/images/common/icon-access.png);
  background-size: cover;
  width: 9px;
  height: 15px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.footer_lang {
  display: none;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 10px 20px;
  border-top: 1px solid #444;
}
.footer_lang .footer_lang_item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  border-left: 1px solid #444;
}
.footer_lang .footer_lang_item:first-child {
  border-left: none;
}
.footer_lang .footer_lang_item a {
  color: #999;
  font-weight: normal;
}
.footer_lang .footer_lang_item.active a {
  color: #FFF;
  font-weight: bold;
}

.footer_copyright {
  font-family: Helvetica, "Helvetica Neue", "Lucida Grande", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  font-size: 10px;
  font-weight: lighter;
  color: #FFF;
  background: #333;
  padding: 35px 0;
  border-top: 1px solid #444444;
}

@media screen and (max-width: 860px) {
  .businesshours-left{
    padding-right: 0;
  }
  .footer_information_businesshours{
    width: auto;
  }
  .footer_information_businesshours_tel {
    padding-right: 0;
  }
  .footer_information_inquiry {
    width: auto;
    padding-top: 30px;
    padding-bottom: 0;
    border-left: none;
  }
  .footer_information_inquiry a {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_left {
    padding-left: 0px;
    border-left: none;
    max-width: none;
  }
  .footer_left .footer_inner {
  }
  .footer_nav_item li {
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 0;
  }
  .footer .inner {
    padding: 0;
  }
  .footer_information_inquiry a {
    padding: 15px;
  }
  .footer_right {
    width: 100%;
    overflow: hidden;
  }
  .footer_nav_item {
    display: block;
    vertical-align: top;
    width: 100%;
  }
  .footer_nav_item a {
    display: block;
    padding: 10px 20px;
  }
  .footer_nav_item li {
    padding-right: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 14px;
    display: block;
    width: 100%;
    border-top: 1px solid #444;
  }
  .footer_nav_item li:first-child {
    border-bottom: none;
  }
  .footer_nav_item .footer_nav_item_child {
    /*display: none;*/
  }
  /*.footer_nav_item .footer_nav_item_child li {
    padding-right: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    display: block;
    width: 100%;
    font-size: 14px;
  }*/

  .footer_left {
    padding-left: 0px;
    border-left: none;
    display: none;
  }
  .footer_company_information {
  }

  .footer_lang {
    display: block;
  }
}
