@charset "UTF-8";
/* =======================================
   ここからリニューアル後のスタイル（お薬手帳）
======================================== */
.main__header{
   background-image: url('_next/image/renew/okusuritecho/partner-bg.png');
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 250px;
 }
 .main__header__inner{
   height: inherit;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .main__header__inner .main__title h1{
   font-size: 36px;
   font-weight: 500;
   letter-spacing: 2.16px;
   line-height:60px;
   color: #425462;
 }
 .partner__content{
   max-width: 900px;
   margin:100px auto 321px auto;
   width: 100%;
 }
 p{
   font-size: 15px;
   color: #425462;
   line-height: 32px;
 }
 a{
   color:#007FFF;
 }

 @media only screen and (max-width: 600px) {
   .main__header{
      background-image: url('_next/image/renew/okusuritecho/sp-partner-bg.png');
      height: 125px;
      margin-top: 15px;
   }
   .main__header{
      height: 125px;
    }
    .main__header__inner .main__title h1{
      font-size: 20px;
      letter-spacing: 1.2px;
      line-height: 30px;
      margin-bottom: 30px;
    }
    p{
      font-size: 14px;
      line-height: 28px;
      font-size: 14px;
      line-height: 28px;
    }
   .partner__content{
      padding: 0 17px;
      margin:50px auto 130px auto;
      width: 100%;
    }
 }