@charset "utf-8";

/* ======================================================
 * structure_inside.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .structure-inside-text {
    margin: .5rem 0 0;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  td > .structure-inside-text:last-child {
    margin-bottom: 1em;
  }
  .structure-inside-text-v2 {
    margin: .5rem 0 0;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  td > .structure-inside-text-v2:last-child {
    margin-bottom: 1em;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
***/

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  .contents > *:first-child, .contents > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .structure-inside-text {
    margin: 1.2rem 0 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  td > .structure-inside-text:last-child {
    margin: .3rem 0 1em;
  }
  .structure-inside-text-v2 {
    margin: 1.2rem 0 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  td > .structure-inside-text-v2:last-child {
    margin: 1rem 0 1em 0;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
}