/* PC */
@media screen and (min-width: 768px) {
  .content-tousen {
    position: relative;
    margin-top: 130px;
  }

  .content-tousen .infor1 {
    max-width: 1600px;
    width: 90%;
    margin: -126px auto 0 auto;
    padding: 55px 0 45px 0;
    border-radius: 15px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 10px 21px 1px rgba(0, 92, 121, 0.3);
  }

  .content-tousen .infor1 .container {
    padding: 0 120px;
    width: 100%;
  }

  .content-tousen .infor1 p.title_sub {
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    margin-top: -18px;
    color: #ffffff;
  }
  
  .content-tousen .infor1 p.title_sub_text {
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding: 22px 22px;
    max-width: 870px;
    margin: 0 auto;
  }

  .content-tousen .infor1 .container .top-fix  {
    margin-top: 40px;
  }

  .content-tousen .infor1 p {
    font-size: 18px;
    line-height: 1.6;
    color: #595757;
  }

  .content-tousen .infor1 p.sub {
    margin-top: 2em;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    color: #595757;
  }

  .content-tousen .infor1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 122.5px;
    background: linear-gradient(to right, transparent, #241816 85%);
    z-index: -1;
    pointer-events: none;
    border-top-right-radius: 15px;
  }
  
  .content-tousen .infor1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 122.5px;
    background: linear-gradient(to left, transparent, #241816 85%);
    z-index: -1;
    pointer-events: none;
    border-top-left-radius: 15px;
  }
  
  .content-tousen .infor1 {
    position: relative;
    z-index: 1;
}
}

/* SP */
@media screen and (max-width: 767px) {

  .content-tousen {
    position: relative;
    margin-top: 30px;
  }

  .content-tousen .infor1 {
    width: 90%;
    margin: -26px auto 0 auto;
    padding: 15px 0 15px 0;
    border-radius: 10px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 5px 10px 0 rgba(0,92,121,0.2);
  }

  .content-tousen .infor1 .container {
    padding: 0 10px;
    width: 100%;
  }

  .kv .mv_txt01 {
    line-height: normal;
  }

  .content-tousen .infor1 p.title_sub {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    color: #ffffff;
  }
  .content-tousen .infor1 p.title_sub_text {
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding: 15px;
    max-width: 100%;
  }
  .content-tousen .infor1 p {
    font-size: 15px;
    line-height: 1.5;
    color: #595757;
  }

  .content-tousen .infor1 p.sub {
    margin-top: 1.5em;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #595757;
  }
  .content-tousen .infor1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 61.25px;
    background: linear-gradient(to right, transparent, #241816 80%);
    z-index: -1;
    pointer-events: none;
    border-top-right-radius: 15px;
  }
  
  .content-tousen .infor1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 61.25px;
    background: linear-gradient(to left, transparent, #241816  80%);
    z-index: -1;
    pointer-events: none;
    border-top-left-radius: 15px;
  }

  .content-tousen .infor1 .container .top-fix  {
    margin-top: 20px;
  }



.content-tousen .infor1 {
  position: relative;
  z-index: 1;
  margin-top: 2.81vw;
}

  .sp-only {
    display: inline;
  }
}

/* å…±é€š */
#gtm_element_display {
  position: relative;
  z-index: 1;
}

.c-footer .f-wrapper .f-logo {
    line-height: 1;
    display: block;
    text-align: center;
    padding: 70px 15px 24px;
}