main {

  /* セクションタイトル */
  .library-area {

    .main-text {
      .main-text-area {
        .main-text-title {
          h1 {
            font-size: 2.4vw;
            font-family: "Shippori Mincho B1", serif;
          }

        }

        .main-text-detail {
          p {
            margin-top: 0;
            line-height: normal;
          }
        }
      }
    }

    p {}

    h1 {}

    h2 {
      font-size: 1.6vw;
      color: #132464;
      font-family: "Shippori Mincho B1", serif;
    }

    /* メイン画像 */
    .main-text-img {
      width: 80%;
      margin: 0 auto;

      img {
        width: 100%;
      }

    }

    /* サブテキスト */
    .sub-text {
      width: 70%;
      margin: 0 auto;

      .sub-text-area {
        width: 60%;
        margin: 30px auto;

        .sub-text-title {
          h2 {
            display: flex;
            font-size: 20px;
            color: #132464;
            font-family: "Shippori Mincho B1", serif;
            margin-bottom: 10px;

            &::before {
              content: url("../../images/library/icon_sub.png");
              margin-right: 10px;
            }

          }
        }

        .sub-text-detail {
          line-height: 1.5em;
          font-size: 15px;
          margin-left: 30px;

          p {
            font-size: 15px;
          }
        }
      }
    }
  }
}