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

    WORLD world.css

----------------------------------------------------------------- */
/* titleWrap */
.titleWrap {
  background-image: url("../img/world/title_bg.jpg");
}

.titleWrap .title {
  padding-top: 79px;
}
.idxListVox {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 75px;
  text-align: left;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.idxList01 {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
  .idxList01 .item {
    background-color: #EFEFEF;
    border: 10px solid #FFFFFF;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    padding: 40px 40px 30px;
    max-width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
    .idxList01 .item > .inner {
    }
  .idxList01 .item.last {
    padding: 0;
    border: none;
  }
  .idxList01 .item.full {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
    .idxList01 .item a {
      font-size: 20px;
      font-size: 2.0rem;
      font-weight: bold;
      color: #000000;
      text-decoration: underline;
      display: inline-block;
      padding-left: 20px;
      position: relative;
      line-height: 1.6;
    }
    .idxList01 .item a.icoPDF { background-position: left 3px; }
    .idxList01 .item a:before {
      content: '';
      width: 4px;
      height: 16px;
      position: absolute;
      left: 0;
      top: 8px;
      background-color: #C71B23;
    }
    .idxList01 .item a:hover {
      text-decoration: none;
    }
.unLink {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}
.unLink:before {
  content: '';
  width: 4px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #C71B23;
}
.idxListVox2 {
  max-width: 670px;
  width: 100%;
  margin: 0 auto 75px;
  text-align: left;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f0f0f0;
}
  .idxListVox2 .inList01 {
    margin-left: 30px;
    overflow: hidden;
  }
    .idxListVox2 .inList01 li {
      float: left;
      margin-right: 20px;
    }
      .idxListVox2 .inList01 li a {
        color: #000;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: normal;
        padding-left: 12px;
        background: url(../img/common/ico_arrow.gif) no-repeat left center;
      }
      .idxListVox2 .inList01 li a:before {
        display: none;
      }
/*----------------------------
  インデックス
----------------------------*/
#world {}
  #world .vox01 {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #world .idxListVox2 {
    padding: 30px;
  }
  #world .idxList01 .item {
    border-color: #f0f0f0;
    background: #fff;
  }
/* ---------------------------------------------------------------- *
    スマートフォン（768px未満）
----------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* titleWrap */
  .titleWrap {
    background-image: url("../img/world/title_bg_sp.jpg");
  }

  .titleWrap .title {
    padding-top: 0;
    width: 117px;
    height: 41px;
    background-image: url("../img/world/title_sp.png");
  }
  .idxListVox {
    max-width: none;
    margin: 0 auto 35px;
  }
  .idxList01 {
    display: block;
  }
    .idxList01 .item {
      padding: 15px;
      border-top-width: 5px;
      border-bottom-width: 5px;
      max-width: none;
    }
      .idxList01 .item a {
        font-size: 16px;
        font-size: 1.6rem;
      }
      .idxList01 .item a:before {
        top: 6px;
      }
    .idxList01 figure {
      display: table;
      margin: 15px 0 0;
    }
    .idxList01 figcaption {
      font-size: 10px;
      font-size: 1.0rem;
      padding-left: 5px;
      width: 50%;
    }
    .idxList01 .inList01 {
      margin: 10px 0 0 10px;
    }
        .idxList01 .inList01 li a {
          font-size: 13px;
          font-size: 1.3rem;
        }
        .idxList01 .inList01 li a:before {
          display: none;
        }
  .idxListVox2 {
    max-width: none;
    border-right: 28px solid  #fff;
    border-left: 28px solid  #fff;
    margin: 0 auto 35px;
  }
/*----------------------------
  インデックス
----------------------------*/
#world {}
  #world .idxListVox2 {
    padding: 20px 10px;
  }

}
