@charset "UTF-8";

/* ================================================================== */

/* Other Language Issues CSS

===================================================================== */

.a-site_contents             { background-color: #f0f0f0; }
.a-site_contents .site_frame { color: #000; }


/* ------------------------------------------------------------------ */
/* 一覧
--------------------------------------------------------------------- */
.magaBox {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}

.otherContentsArea { margin-bottom: 32px; }
.otherContentsArea ul { display: flex; }
.otherContentsArea li:not(:last-child) { margin-right: 10px; }
@media(min-width:642px) {
  .otherContentsArea li { width: 130px; }
}
@media(max-width:641px) {
  .otherContentsArea li { width: 30%; }
}

.indexList {}

.indexList ul ul {
  margin-left: 1.2em;
  margin-bottom: .5em;
}
.indexList li { line-height: 1.6; }
.indexList a {
  position: relative;
  display: block;
  margin-top: .5em;
  padding-left: 15px;
}
.indexList a::before {
  position: absolute;
  display: block;
  top: .45em;
  left: 0;
  width: 5px;
  height: 9px;
  background: url(../image2/icon-arr-02.png) 0 0 no-repeat;
  background-size: cover;
  content: '';
}


@media(min-width:642px) {
  .magaBox {
    display: flex;
    justify-content: space-between;
  }
  .magaBoxImage { width: 30%; }
  .magaBoxText  { width: 65%; }
  .indexList ul   { font-size: 18px; font-weight: bold; }
  .indexList ul a { font-size: 16px; font-weight: normal; }
}
@media(max-width:641px) {
  .magaBoxImage { padding: 0 30% 10px; }
  .otherContentsArea ul { justify-content: center; }
  .indexList ul   { font-size: 16px; font-weight: bold; }
  .indexList ul a { font-size: 14px; font-weight: normal; }
}

/* ------------------------------------------------------------------ */
/* module
--------------------------------------------------------------------- */
.c-page_title, .c-title { font-weight: bold;}
@media(min-width:642px) {
  .c-page_title {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 50px;
  }
  .c-title {
    padding-bottom: 10px;
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 32px;
    border-bottom: 2px solid #000;
  }
  .c-lead {
    font-size: 16px;
    line-height: 30px;
    margin-top: -7px;
    margin-bottom: 28px;
  }
  .c-large_headline {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .c-small_headline {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
}

@media(max-width:641px) {
  .c-page_title {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
  }
  .c-title {
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-size: 25px;
    line-height: 30px;
    border-bottom: 2px solid #000;
  }
  .c-lead {
    font-size: 14px;
    line-height: 24px;
    margin-top: -5px;
    margin-bottom: 20px;
  }
  .c-large_headline {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .c-small_headline {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
}
