/* PC
----------------------------------*/
@media screen and (min-width: 768px){
  .pi-area {
      text-align: center;
      margin: 30px auto;
    }
  .pi-main {
    background-color: #4a689c;
    margin-bottom: 100px;
  }
  .pi-tx-lead {
      font-size: 20px;
      line-height: 1.9;
      margin-bottom: 60px;
      letter-spacing: 0.07em;
      margin-bottom: 100px;
    }
  .pi-menu {
      background-color: #F5F5F5;
      padding: 60px 0 40px 0;
      margin: 0 auto 100px;
    }
    .pi-tx-main {
        font-size: 32px;
        line-height: 2;
        letter-spacing: 0.07em;
        margin-bottom: 30px;
        color: #333333;
    }
    .pi-tx-main span {
        font-weight: 600;
    }
    .pi-tx-main2 {
        font-size: 32px;
        letter-spacing: 0.07em;
    }
    .pi-tx-main2 span  {
        font-weight: 600;
    }
    .pi-menu-conts {
        width: 200px;
        margin: 30px 0 30px 0;
        color: #333333;
    }
    .pi-menu-conts_flex {
    	text-align: center;
      margin: auto;
    	display: flex;
    	justify-content: space-between;
    	align-items: flex-end;
    }
    .pi-menu-conts_inner{
    	width: 990px;
    }
    .pi-tx-conts {
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .pi-tx-conts span {
        font-weight: 600;
    }
    .pi-tx-contents-box {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: solid 1px #888;
        border-radius: 10px;
        color: #383838;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        height: 64px;
        width: 200px;
    }
    .pi-tx-conts-sub {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 20px;
        color: #333333;
    }
    .pi-tx-main-sub {
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: 0.2em;
        margin-bottom: 50px;
        color: #333333;
    }
    .pi-menu-logo_flex1 {
    	text-align: center;
      margin: auto;
    	display: flex;
    	justify-content: space-between;
    	align-items: flex-end;
  	  align-items: center;
      margin-bottom: 50px;
    }
    .pi-menu-logo_inner1 {
    	width: 400px;
    }
    .pi-menu-logo_flex2 {
      text-align: center;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      align-items: center;
    }
    .pi-menu-logo_inner2 {
      width: 800px;
      margin: 0 auto 100px;
    }
    .pi-contact {
      background-color: #4a689c;
      margin-bottom: 60px;
      padding: 70px 0 70px 0;
    }
    .pi-contact img {
      padding: 25px 0 10px 0;
    }
    .pi-tx-contact {
        font-size: 16px;
        line-height: 1.6;
        color: #FFFFFF;
    }
    .pi-tx-contact-sub {
        font-size: 12px;
        line-height: 1.6;
        color: #FFFFFF;
    }
}


/* SP
----------------------------------*/
@media screen and (max-width: 768px){
  .pi-area {
      text-align: center;
      margin: auto;
    }
    .pi-area img {
        width: 100%;
      }
  .pi-tx-lead {
    font-size: 1.3rem;
    line-height: 180%;
    margin-bottom: 6%;
    letter-spacing: 0.09em;
    margin-bottom: 50px;
  }
  .pi-menu {
      text-align: center;
      margin: auto;
      background-color: #F5F5F5;
      padding: 30px 0 30px 0;
      margin: 0 auto 50px;
      padding-top: 50px;
      }
  .pi-menu-conts {
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .pi-tx-conts {
      font-size: 1.5em;
      margin-bottom: 20px;
      color: #333333;
    }
  .pi-tx-conts span {
        font-weight: 600;
  }
  .pi-tx-conts-box {
    background: #fff;
    border: solid 1px #888;
    border-radius: 10px;
    font-size: 1.2rem;
    letter-spacing: 0.13em;
    padding: 4% 0;
    margin: 0 0 10%;
  }
  .pi-tx-conts-sub {
      font-size: 0.9em;
      line-height: 150%;
      letter-spacing: 0.1em;
      color: #333333;
    }
  .pi-tx-main {
      font-size: 1.6em;
      line-height: 150%;
      letter-spacing: 0.09em;
      margin-bottom: 30px;
      color: #333333;
    }
    .pi-tx-main-sub {
        font-size: 0.8em;
        line-height: 150%;
        letter-spacing: 0.1em;
        margin-bottom: 30px;
        color: #333333;
      }
  .pi-tx-main span {
        font-weight: 600;
    }
  .line{
      border-top: 1px solid #DADADA;
      width: 78.4%;
      margin: 20px 0 25px 0;
      text-align: center;
      margin-right: auto;
      margin-left: auto;
    }
    .pi-tx-main2 {
        font-size: 1.6em;
        line-height: 150%;
        letter-spacing: 0.09em;
        margin-bottom: 10px;
        color: #333333;
    }
    .pi-tx-main2 span {
          font-weight: 600;
    }
    .pi-contact {
          text-align: center;
          margin: 0 auto 30px;
          background-color: #4a689c;
          padding: 50px 0 50px 0;
      }
      .pi-contact img {
        padding: 25px 0 10px 0;
      }
      .pi-tx-contact {
          font-size: 1em;
          line-height: 170%;
          letter-spacing: 0.09em;
          color: #FFFFFF;
      }
      .pi-tx-contact-sub {
          font-size: 0.8em;
          line-height: 150%;
          color: #FFFFFF;
        }
      .pi-menu-logo {
        display: flex;
        justify-content: center;
        align-items: center;
      }
}
