@charset "UTF-8";
/******************/
/* ttl-common */
/******************/

.ttl-center {
    position: relative;
    text-align: center;
    font-size: 2.0em;
    margin-bottom: 1.8em;
    color: #01175f;
}
/*
.ttl-center:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.2em;
    margin: auto;
    content: '';
    width: 4.2em;
    height: 1px;
    background-color: #01175f;
}
*/
.ttl-left {
    display: inline-block;
    padding-bottom: 0.1em;
    color: #01175f;
    border-bottom: 1px solid #01175f;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 2.0em;
    margin-bottom: 1.8em;
}
/******************/
/* Btn-common */
/******************/

.go-btn-ver01 a {
    position: relative;
    display: block;
    padding: 0 1em 0 3.5em;
    line-height: 2.9em;
    background-color: #01175f;
    color: #fff;
    font-size: 1.2em;
    border-radius: 0 5px 0 5px;
    font-family: "Droid Sans", "Microsoft Yahei","PingHei" ,"sans-serif";
    width: 140px;
    text-align: center;
}
.go-btn-ver01 a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/common/btn-ornament-gold.png) no-repeat;
    background-size: 100%;
}
.go-btn-ver01 a span {
    position: relative;
    font-size: 0.9em;
    letter-spacing: 0.1em;
}
.go-btn-ver01 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1em;
    content: '';
    margin: auto;
    width: 22px;
    height: 17px;
    background: url(../img/common/icon-calendar.png) no-repeat;
    background-size: 100%;
}
.go-btn-ver01 a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
}
.silver-btn {
    border: 1px solid #01175f;
    background: url(../img/common/pattern-white-paper.jpg);
    border-radius: 3px;
    padding: 3px;
}
.silver-btn a {
    display: block;
    background: url(../img/common/pattern-gold-paper.jpg);
    border-radius: 3px;
    padding: 1px;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}
.silver-btn a em {
    font-style: normal;
    display: block;
    background: url(../img/common/pattern-white-paper.jpg);
    border-radius: 3px;
    padding: 0 0;
}
.silver-btn a span {
    position: relative;
    font-size: 1em;
    padding-left: 1.6em;
    color: #01175f;
    font-weight: 600;
}
.silver-btn a span:before {
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
    content: '';
    width: 18px;
    height: 24px;
    background: url(../img/common/icon-pot.png) no-repeat;
    background-size: 100%;
}
.silver-btn a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
}
/******************/
/* Page-ttl */
/******************/

.page-ttl-triangle {
    position: relative;
}
.page-ttl-triangle h1 {
    position: relative;
    padding: 1.6em 0 0.8em;
    text-align: center;
    font-size: 3.16em;
    font-weight: 600;
    color: #01175f;
}
.page-ttl-triangle:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    margin: auto;
    width: 66px;
    height: 33px;
    background: url(../img/page/common/icon-ttl-triangle.png) no-repeat;
    background-size: 100%;
}
.page-ttl-triangle.frame:before {
    position: absolute;
    content: '';
    width: 158px;
    height: 158px;
    background: url(../img/page/common/icon-ttl-gold-frame.png) no-repeat;
    background-size: 100%;
}

/*=============================================*/
/* IE11 */
/*=============================================*/
@media all and (-ms-high-contrast:none){
  .silver-btn a span {
     top: 3px;
  }
  .silver-btn a span:before {
     top: -1px;
  }
}

/*=============================================*/
/*media query*/
/*=============================================*/

@media screen and (max-width: 768px) {
      /******************/
      /* ttl */
      /******************/
      .ttl-center {
          font-size: 1.9em;
          margin-bottom: 1em;
      }
      .ttl-left span,
      .ttl-center span {
          font-size: 1em;
      }
      .ttl-left {
          text-align: center;
          font-size: 1.9em;
          margin-bottom: 5%;
      }
      /******************/
      /* Btn */
      /******************/
      .go-btn-ver01 a {
          padding: 0 0.8em 0 3.2em;
          line-height: 3.4444em;
          font-size: 1.8em;
      }
      .go-btn-ver01 a:before {
          width: 21px;
          height: 21px;
      }
      .go-btn-ver01 a span {
          position: relative;
          font-size: 1em;
      }
      .go-btn-ver01 a span:after {
          left: -52px;
          content: '';
          width: 40px;
          height: 31px;
      }
      .silver-btn {
          width: 100%;
          border: 2px solid #01175f;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
      }
      .silver-btn a {
          padding: 2px;
          font-size: 2.7em;
      }
      .silver-btn a span {
          padding-left: 1.7em;
          font-size: 0.7em;
          top: -3px;
      }
      .silver-btn a span:before {
          width: 30px;
          height: 40px;
      }
      /******************/
      /* Page-ttl */
      /******************/
      .page-ttl-triangle h1 {
          padding: 1.8em 0 1.6em;
          font-size: 2.5em;
      }
      .page-ttl-triangle:after {
          width: 40px;
          height: 20px;
      }
      .page-ttl-triangle.frame:before {
          position: absolute;
          content: '';
          width: 80px;
          height: 83px;
      }
      .page-ttl-triangle:after {
          top: 5px;
     }

}
