@charset "UTF-8";

/* ================================================================== */

/* Other Language Issues CSS

===================================================================== */

body                         { background-color: #999; }
a                            { color: #fff; }
.a-billboard, .a-footer      { display: none; }
.a-site_contents .site_frame { width: 100%; margin: 0; padding: 20px; color: #fff; }
.a-main                      { width: 100%; }

.btn-close { position: fixed; top: 20px; right: 20px; }

.a-main .column,
.g-column { margin: auto; width: 100%; }

/* ------------------------------------------------------------------ */
/* Tomodachi 共通メニュー
--------------------------------------------------------------------- */

.tomodachi-menu {
  padding-top: 40px;
}

.tomodachi-menu a {
  display: block;
  padding: 1em .5em;
  border-bottom: 1px solid #fff;
  background: url(../image2/icon-arr-02-w.png) calc(100% - .5em) center no-repeat;
  background-size: auto 20%;
}

@media(min-width:642px) {
  .tomodachi-menu ul { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .tomodachi-menu li { width: 48%; }
  .tomodachi-menu li:nth-of-type(1),
  .tomodachi-menu li:nth-of-type(2){ border-top: 1px solid #fff; }
  .tomodachi-menu a { font-size: 16px; font-weight: normal; }
  .tomodachi-menu { /* width: 680px; */ width: 100%; }
}
@media(max-width:641px) {
  .tomodachi-menu ul { border-top: 1px solid #fff; }
  .tomodachi-menu a { font-size: 14px; font-weight: normal; }
}

/* ------------------------------------------------------------------ */
/* 一覧
--------------------------------------------------------------------- */
.indexList { }

.indexList > ul {
   margin-bottom: .8em;
   padding-bottom: .8em;
   border-bottom: 1px dotted #fff;
}

.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-w.png) 0 0 no-repeat;
  background-size: cover;
  content: '';
}

.indexList > ul > li { padding-top: .8em; border-top: 1px dotted #fff; }

@media(min-width:642px) {
  .indexList ul   { font-size: 18px; font-weight: bold; }
  .indexList ul a { font-size: 16px; font-weight: normal; }
}
@media(max-width:641px) {
  .indexList ul   { font-size: 16px; font-weight: bold; }
  .indexList ul a { font-size: 14px; font-weight: normal; }
}

/* ------------------------------------------------------------------ */
/* module
--------------------------------------------------------------------- */

.c-page_title {
  /* margin-top: 50px; */
  font-weight: bold;
  /* padding-bottom: 10px; */
  /* border-bottom: 1px solid #fff; */
}
.c-page_title span {
  margin-right: .5em;
  font-weight: normal;
  font-size: .6em;
}

@media(min-width:642px) {
  .c-page_title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 50px;
  }
  .c-title {}
  .c-lead {}
  .c-large_headline { margin-bottom: 12px; }
  .c-small_headline {}
}

@media(max-width:641px) {
  .c-page_title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
  .c-title {}
  .c-lead {}
  .c-large_headline { margin-bottom: 8px; }
  .c-small_headline {}
}

