@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.notice__box {
  margin-top: 75px;
  margin-bottom: 115px;
  padding: 0 20px; }
  .notice__box .innerbox {
    max-width: 920px;
    width: 100%;
    margin: 0 auto; }
  .notice__box .ttlen {
    text-align: center;
    color: #222222;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 45px;
    letter-spacing: 0.1em;
    font-weight: 300;
    text-transform: uppercase; }
  .notice__box .ttljp {
    text-align: center;
    color: #6A6A6A;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    letter-spacing: 0.1em; }
  .notice__box .content {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #E8E8E8; }
    .notice__box .content .ttl {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 34px;
      letter-spacing: 0.02em;
      margin-bottom: 14px; }
    .notice__box .content .txt {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 28px;
      letter-spacing: 0;
      margin-bottom: 25px; }
      .notice__box .content .txt a {
        text-decoration: underline; }
      .notice__box .content .txt .txt1 {
        margin-top: 5px;
        margin-bottom: 14px; }
      .notice__box .content .txt p {
        position: relative;
        padding-left: 25px;
        margin-bottom: 11px; }
        .notice__box .content .txt p:last-child {
          margin-bottom: 0; }
        .notice__box .content .txt p:before {
          content: "・";
          position: absolute;
          left: 0;
          top: 0; }
  @media (max-width: 1023px) {
    .notice__box {
      margin-top: 45px;
      margin-bottom: 80px; }
      .notice__box .ttlen {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 29px; }
      .notice__box .ttljp {
        font-size: 10px;
        font-size: 1rem;
        line-height: 15px; }
      .notice__box .content .ttl {
        font-size: 20px;
        font-size: 2rem;
        line-height: 33px;
        margin-bottom: 15px; }
      .notice__box .content .txt {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 28px;
        letter-spacing: 0;
        margin-bottom: 25px; }
        .notice__box .content .txt p {
          padding-left: 20px;
          margin-bottom: 10px; }
          .notice__box .content .txt p:before {
            left: 2px; }
        .notice__box .content .txt .txt1 {
          margin-top: 8px;
          margin-bottom: 8px; } }
