@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/*************************
page
*************************/
.m-title-borderbottom {
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .m-title-borderbottom {
      margin-bottom: 25px; } }

.mL-indent {
  margin-left: 1.5em !important; }

.arrow-ttl-h3 {
  margin-bottom: 15px;
  line-height: 1.3; }
  .arrow-ttl-h3:nth-of-type(n+2) {
    margin-top: 30px; }
    @media screen and (max-width: 640px) {
      .arrow-ttl-h3:nth-of-type(n+2) {
        margin-top: 0; } }
  .arrow-ttl-h3 a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    background-image: url(../../common/images/arrow-right.png);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: 0 50%;
    transition: 0.2s;
    font-size: 20px;
    font-size: calc($size / 16)rem;
    font-weight: 600; }
    .arrow-ttl-h3 a:hover {
      text-decoration: none;
      background-position-x: calc(5px);
      color: #0399de; }
    @media screen and (max-width: 768px) {
      .arrow-ttl-h3 a {
        padding: 0 0 0 24px;
        font-size: 17px;
        font-size: calc($size / 16)rem;
        background-size: 12px auto; } }

.arrow-ttl-h4 {
  margin-bottom: 13px; }
  .arrow-ttl-h4 a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    background-image: url(../../common/images/arrow-right.png);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: 0 50%;
    font-size: 17px;
    font-size: calc($size / 16)rem;
    font-weight: 600;
    transition: 0.2s; }
    .arrow-ttl-h4 a:hover {
      text-decoration: none;
      background-position-x: calc(3px);
      color: #0399de; }
    @media screen and (max-width: 768px) {
      .arrow-ttl-h4 a {
        font-size: 15px;
        font-size: calc($size / 16)rem; } }

.ttl-h4 {
  margin-bottom: 15px;
  font-size: 17px;
  font-size: calc($size / 16)rem;
  font-weight: 500;
  line-height: 1.3; }
  @media screen and (max-width: 768px) {
    .ttl-h4 {
      margin-bottom: 10px;
      font-size: 14px;
      font-size: calc($size / 16)rem; } }

.ttl-h4-bold {
  margin-bottom: 15px;
  font-size: 17px;
  font-size: calc($size / 16)rem;
  font-weight: 600;
  line-height: 1.3; }
  @media screen and (max-width: 768px) {
    .ttl-h4-bold {
      font-size: 15px;
      font-size: calc($size / 16)rem; } }

.ttl-h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: calc($size / 16)rem;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .ttl-h5 {
      font-size: 14px;
      font-size: calc($size / 16)rem; } }

.sitemap-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-left: 3em; }
  @media screen and (max-width: 1200px) {
    .sitemap-flex {
      gap: 25px; } }
  @media screen and (max-width: 768px) {
    .sitemap-flex {
      margin-left: 2.5em; } }
  @media screen and (max-width: 640px) {
    .sitemap-flex {
      display: block;
      margin-left: 25px; } }
  .sitemap-flex__item {
    flex: 1; }
    @media screen and (max-width: 1200px) {
      .sitemap-flex__item {
        flex: auto; } }
    @media screen and (max-width: 640px) {
      .sitemap-flex__item {
        margin-bottom: 25px; } }
    @media screen and (max-width: 640px) {
      .sitemap-flex__item.mT45 {
        margin-top: 25px !important; } }
    .sitemap-flex__item .m-list-dash {
      margin-left: 0;
      margin-bottom: 25px;
      gap: 0;
      line-height: 1.4; }
      .sitemap-flex__item .m-list-dash:last-of-type {
        margin-bottom: 0; }
      .sitemap-flex__item .m-list-dash__item:nth-of-type(n+2) {
        margin-top: 9px; }
      .sitemap-flex__item .m-list-dash__item:last-of-type {
        margin-bottom: 0; }
      .sitemap-flex__item .m-list-dash__item::before {
        line-height: 1.4; }
      .sitemap-flex__item .m-list-dash__item a {
        font-size: 15px;
        font-size: calc($size / 16)rem;
        text-decoration: none; }
        .sitemap-flex__item .m-list-dash__item a:hover {
          text-decoration: underline; }
        @media screen and (max-width: 640px) {
          .sitemap-flex__item .m-list-dash__item a {
            font-size: 14px;
            font-size: calc($size / 16)rem; } }
      .sitemap-flex__item .m-list-dash__item .child-list {
        margin-left: 1em; }
        .sitemap-flex__item .m-list-dash__item .child-list__item {
          position: relative;
          padding-left: 1em;
          margin-top: 4px;
          line-height: 1.5; }
          .sitemap-flex__item .m-list-dash__item .child-list__item::before {
            position: absolute;
            content: "-";
            top: 0;
            left: 0;
            color: #0399de;
            font-size: 16px;
            font-size: 1rem; }
      .sitemap-flex__item .m-list-dash__item .grandchild-list__item {
        margin-top: 7px;
        line-height: 1.2; }
        @media screen and (max-width: 640px) {
          .sitemap-flex__item .m-list-dash__item .grandchild-list__item {
            margin-top: 8px; } }
        .sitemap-flex__item .m-list-dash__item .grandchild-list__item a {
          font-size: 13px;
          font-size: calc($size / 16)rem; }
