@charset "utf-8";
.ttl_02 {
  width: 112px;
  height: 21px; }

/**********************************************************************
	ページヘッダ - className : Header-site
***********************************************************************/
.Header-site {
  background: rgba(255, 255, 255, 0.95);
  height: 76px;
  position: fixed;
  width: 100%;
  z-index: 999;
  margin: 0;
  padding: 0; }
  .Header-site .Header-site_box {
    position: relative;
    background: none;
    margin-bottom: 0; }
  .Header-site .l-inner-site {
    max-width: 1600px;
    position: relative; }
  .Header-site .ttl_01 {
    position: absolute;
    z-index: 10;
    top: 16px;
    left: 24px;
    width: 193px;
    height: 42px; }
  .Header-site nav {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -10%; }
    @media only screen and (max-width: 1270px) {
      .Header-site nav {
        right: 0; } }
  .Header-site .Header-site_nav {
    float: right; }
    .Header-site .Header-site_nav li {
      float: left;
      width: auto;
      margin-right: 50px; }
      .Header-site .Header-site_nav li a {
        position: relative;
        padding: 16px 0 0;
        display: block;
        height: 76px; }
        .Header-site .Header-site_nav li a:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 0%;
          height: 6px;
          background-color: #333;
          transition: all .3s ease;
          opacity: 0; }
        .Header-site .Header-site_nav li a:hover::after {
          width: 100%;
          opacity: 1; }
        .Header-site .Header-site_nav li a.current::after {
          width: 100%;
          opacity: 1; }
        .Header-site .Header-site_nav li a.disabled {
          cursor: default; }
      .Header-site .Header-site_nav li:first-child a {
        padding-top: 20px; }
      .Header-site .Header-site_nav li:last-child {
        margin-right: 0; }
  .Header-site a {
    color: white; }
    .Header-site a:hover {
      text-decoration: none; }

/**********************************************************************
	ページフッタ - className : Footer-site
***********************************************************************/
.Footer-site {
  background: #004298;
  padding: 25px 0 20px 0;
  position: relative;
  /**********************************************************************
  	ページトップ - className : Pagetop
  ***********************************************************************/ }
  .Footer-site nav {
    width: 560px;
    margin: 0 auto 15px; }
  .Footer-site .Footer-site_nav {
    overflow: hidden;
    text-align: center; }
    .Footer-site .Footer-site_nav li {
      float: left;
      width: auto;
      margin-right: 50px; }
      .Footer-site .Footer-site_nav li a {
        position: relative;
        display: block; }
        .Footer-site .Footer-site_nav li a:before {
          content: '';
          position: absolute;
          top: 17px;
          left: -17px;
          background: url("../images/ftnav_arr.png") no-repeat;
          width: 11px;
          height: 7px; }
        .Footer-site .Footer-site_nav li a:hover {
          opacity: 0.75; }
      .Footer-site .Footer-site_nav li:first-child {
        padding-left: 20px; }
      .Footer-site .Footer-site_nav li:last-child {
        margin-right: 0; }
  .Footer-site .copyright {
    text-align: center; }
  .Footer-site .Pagetop {
    position: absolute;
    cursor: pointer;
    opacity: 1;
    bottom: 116px;
    right: 40px;
    width: 74px;
    height: 36px;
    transition: 500ms; }
    .Footer-site .Pagetop:hover {
      transition: 500ms;
      opacity: 0.75; }

.ivTarget {
  opacity: 0; }

.BounceCircle {
  width: 164px !important;
  height: 164px !important;
  border: 4px solid #e95748;
  border-radius: 50%;
  transform: translate(0, -70px);
  position: absolute;
  opacity: 0; }
  .BounceCircle img {
    display: block;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0; }
    .BounceCircle img.img2 {
      margin-top: 55px; }

/*# sourceMappingURL=common.css.map */
