@charset "UTF-8";
/* function が使える */
/*------------------------------------------------------------
#Ttl_area
------------------------------------------------------------*/
#Ttl_area {
  margin-top: 200px;
  margin-bottom: 80px; }
  #Ttl_area .top_area {
    z-index: 20;
    background: #116066;
    margin-bottom: -30px; }
    #Ttl_area .top_area .inner {
      padding: 60px 0;
      text-align: center; }
    #Ttl_area .top_area h2 span {
      width: 100%;
      display: inline-block; }
  #Ttl_area .btm_area {
    z-index: 10;
    background: url("../pp/images/bg_ttl.png") center no-repeat;
    background-size: cover; }
    #Ttl_area .btm_area .inner {
      padding: 150px 0; }

@media screen and (min-width: 736px) and (max-width: 1920px) {
  #Ttl_area .btm_area {
    background: url("../pp/images/bg_ttl.png") center no-repeat;
    background-size: 1953px 300px; } }
@media screen and (max-width: 736px) {
  #Ttl_area {
    margin-top: 100px;
    margin-bottom: 40px; }
    #Ttl_area .top_area {
      margin-bottom: 5px; }
      #Ttl_area .top_area .inner {
        padding: 15px 8.1%; }
      #Ttl_area .top_area h2 {
        line-height: 1; }
        #Ttl_area .top_area h2 span:nth-of-type(1) img {
          width: 220px;
          height: auto; }
        #Ttl_area .top_area h2 span:nth-of-type(2) img {
          width: 160px;
          height: auto; }
    #Ttl_area .btm_area {
      background: url("../pp/images/bg_ttl_sp.png") center no-repeat;
      background-size: cover;
      margin-bottom: 0; }
      #Ttl_area .btm_area .inner {
        padding: 45px 0; } }
/*------------------------------------------------------------
#Content_area
------------------------------------------------------------*/
#Content_area {
  line-height: 2.25;
  margin-bottom: 120px;
  letter-spacing: -0.03em; }
  #Content_area .inner_in {
    padding: 0 130px; }
  #Content_area .bold {
    font-weight: normal; }
    #Content_area .bold.top {
      font-weight: bold; }

@media screen and (max-width: 736px) {
  #Content_area {
    line-height: 1.81;
    margin-bottom: 80px;
    font-size: 1.2rem;
    letter-spacing: -0.08em !important; }
    #Content_area .inner_in {
      padding: 0; }
    #Content_area .mb80 {
      margin-bottom: 40px !important; }
    #Content_area .mb50 {
      margin-bottom: 20px !important; }
    #Content_area .mb45 {
      margin-bottom: 20px !important; }
    #Content_area .mb75 {
      margin-bottom: 40px !important; }
    #Content_area h4 {
      margin-bottom: 0px; } }
