@charset "utf-8";
/**********************************************************************
	ページヘッダ - className : Header-site
***********************************************************************/
.Header-site {
  margin-bottom: 0;
  background: white;
  margin-left: -20px;
  margin-right: -20px;
}
.Header-site a {
  color: white;
}
.Header-site a:hover {
  text-decoration: none;
}
.Header-site .ttl_01 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.Header-site .ttl_01 a {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .Header-site {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .Header-site .header_box {
    background: white;
    height: 50px;
  }
  .Header-site .ttl_01 {
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    z-index: 10;
  }
  .Header-site .ttl_01 img {
    width: 40px;
    height: auto;
  }
}

/**********************************************************************
	ナビ - className : nav
***********************************************************************/
.nav {
  background: #000;
  padding: 25px 0 0;
  margin-left: -10px;
  margin-right: -10px;
}
.nav nav {
  text-align: center;
  width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .nav nav {
    width: 670px;
  }
}
.nav nav .nav_ul {
  display: table;
}
.nav nav .nav_list {
  display: table-cell;
  vertical-align: middle;
  padding-right: 43px;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .nav nav .nav_list {
    padding-right: 28px !important;
  }
  .nav nav .nav_list:last-child {
    padding-right: 0 !important;
  }
}
.nav nav .nav_list:last-child {
  padding-right: 0;
}
.nav nav .nav_list span {
  padding: 0 0 25px 0;
  position: relative;
  display: block;
}
.nav nav .nav_list a {
  color: white;
  font-weight: bold;
  padding: 0 0 25px;
  display: block;
  position: relative;
  white-space: nowrap;
}
.nav nav .nav_list a:hover {
  text-decoration: none;
}
.nav nav .nav_list a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #9e0012;
  transition: all .3s ease;
}
.nav nav .nav_list a.current:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #9e0012;
  transition: all .3s ease;
}
@media only screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}

/**********************************************************************
	SPメニュー - className : content01
***********************************************************************/
.close-header-spnav-trigger {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  margin-bottom: 0;
}
.close-header-spnav-trigger span.close-trigger {
  text-indent: -9999px;
  display: block;
  width: 50%;
  height: 3px;
  border-radius: 5px;
  background-color: #c7000a;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: rotate(-45deg);
}
.close-header-spnav-trigger span.close-trigger:before {
  content: "";
  transform: rotate(90deg);
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #c7000a;
  position: absolute;
  top: 0;
  left: 0;
}

.sp_nav_btn {
  position: absolute;
  right: 0;
  top: 14px;
}
.sp_nav_btn i {
  color: #000;
}

#content01 .sp_nav_menu {
  padding-top: 70px;
}
#content01 .nav_list {
  text-align: center;
  border-top: 1px solid #1d1d1d;
}
#content01 .nav_list .current {
  display: block;
  padding: 18px 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #c7000a;
}
#content01 .nav_list a {
  display: block;
  padding: 18px 0;
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
}
#content01 .nav_list a:hover {
  text-decoration: none;
  color: #c7000a;
}
#content01 .nav_list span {
  display: block;
  padding: 18px 0;
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
}
#content01 .nav_list:last-child {
  border-bottom: 1px solid #1d1d1d;
}

/**********************************************************************
	ページフッタ - className : Footer-site
***********************************************************************/
.Footer-site {
  border-top: 1px solid #eeeeee;
  margin-left: -10px;
  margin-right: -10px;
}
.Footer-site .footer_nav {
  text-align: center;
  width: 570px;
  margin: 0 auto;
  padding: 20px 0;
  background: white;
}
.Footer-site .footer_nav .nav_ul {
  display: table;
}
.Footer-site .footer_nav .nav_list {
  display: table-cell;
  vertical-align: middle;
  color: white;
  border-right: 1px solid #000;
}
.Footer-site .footer_nav .nav_list:last-child {
  border-right: none;
}
.Footer-site .footer_nav .nav_list a {
  color: #000;
  font-size: 1.2rem;
  display: block;
  padding: 0 11px;
}
.Footer-site .footer_nav .nav_list a:hover {
  text-decoration: underline;
}
.Footer-site .copy_area {
  background: #000;
  padding: 14px 0;
}
.Footer-site .copyright {
  font-size: 1.2rem;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .Footer-site .footer_nav {
    width: auto;
  }
  .Footer-site .nav_ul {
    display: block;
    overflow: hidden;
  }
  .Footer-site .nav_list {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 8px;
  }
  .Footer-site .nav_list a {
    padding: 3px 11px !important;
    line-height: 1;
  }
  .Footer-site .nav_list:last-child {
    border-right: 1px solid #000 !important;
  }
  .Footer-site .nav_list:nth-child(2n) {
    border-right: none;
  }
  .Footer-site .copy_area {
    padding: 10px 0;
  }
}

/**********************************************************************
	ページトップ - className : Pagetop
***********************************************************************/
.Pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 57px;
  height: 57px;
}
.Pagetop.fixed {
  position: absolute;
  top: -40px;
}
@media only screen and (max-width: 767px) {
  .Pagetop {
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .Pagetop img {
    width: 30px;
    height: 30px;
  }
}

.Mv {
  padding: 140px 0;
}
.Mv .ttl_02 {
  font-size: 5.6rem;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #000;
}
.Mv .ttl_02 .ttl_02-sub {
  color: #c7000a;
  font-size: 1.8rem;
  padding-top: 20px;
  display: block;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .Mv {
    padding: 80px 0;
  }
  .Mv .ttl_02 {
    font-size: 4rem;
  }
  .Mv .ttl_02 .ttl_02-sub {
    font-size: 1.4rem;
    padding-top: 20px;
  }
}

/*# sourceMappingURL=common.css.map */
