@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
.txt-caution {
  width: calc(1128 / 1396 * 100vw);
  font-size: calc(14 / 1396 * 100vw);
  margin: calc(20 / 1396 * 100vw) auto 0;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width:768px) {
  .ttl-col2 h1 span {
    font-size: 19px;
    font-size: calc(19 / 375 * 100vw);
  }
  .ttl-col2 {
    margin-bottom: 99px;
    margin-bottom: calc(99 / 375 * 100vw);
  }
  .txt-common {
    margin-top: 10px;
    margin-top: calc(10 / 375 * 100vw);
  }
  .txt-common:first-child {
    margin-top: 0;
  }
  .h2-common-pink {
    font-size: 16px;
    padding-bottom: 7px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: calc(16 / 375 * 100vw);
    padding-bottom: calc(7 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .txt-caution {
    width: 100%;
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(17 / 375 * 100vw);
  }
}
