@charset "Shift_JIS";

/*=======================
  kvArea
=======================*/
#kvArea {
    width: 100%;
    margin: 0 auto;
    background: #042766;
    background-size: 100% auto;
}

#kvArea .slider {
    box-sizing: content-box;
    background-color: #001b4a;
    padding-bottom: 30px;
}

#kvArea .sliderBtn {
    width: 100%;
    left: 0;
    bottom: 5px;
    z-index: 1;
}
#kvArea .sliderBtn span {
  width: 9px;
  height: 9px;
}


#kvArea > div img {
    width: 100%;
}

#kvArea > div:last-of-type {
    padding-bottom: 10px;
    border-top: 4px solid #fff;
    background-color: #262626;
}
#kvArea > div:last-of-type > div > p {
    margin-bottom: 0px;
}

#kvArea > div:last-of-type > div > p:nth-of-type(1) {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#kvArea > div:last-of-type > div > p:nth-of-type(1) > a {
    display: block;
    width: 300px;
    background-color: #fff;
    border: 1px solid #e77d1c;
    padding-top: 11px;
    padding-bottom: 11px;
    margin: 0 auto;
    color: #e77d1c;
}
#kvArea > div:last-of-type > div > p:nth-of-type(1) > a::after {
    border-color: transparent transparent #e77d1c transparent;
}
#kvArea > div:last-of-type > div > p:nth-of-type(2) {
   color: #fff;
   font-size: 1.2rem;
   text-align: center;
}
#kvArea > div:last-of-type > div > p:nth-of-type(2) a {
    color: #fff;
    text-decoration: underline;
}

/*=======================
  introArea
=======================*/
#introArea {
   padding: 35px 10px;
}
#introArea > div > h2 {
    font-size: 1.7rem;
    margin-bottom: 19px;
}
#introArea > div > div {
    height: 100px;
    padding-left: 35px;
}
#introArea > div > div:first-of-type {
    background: url(../img/introarea__ttl01--bg_sp.png) no-repeat left top;
    background-size: 35px 100px;
}
#introArea > div > div:last-of-type {
    margin-top: 30px;
    background: url(../img/introarea__ttl02--bg_sp.png) no-repeat left top;
    background-size: 35px 100px;
}
#introArea > div > div > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}
#introArea > div > div > ul > li {
    display: table-cell;
    height: 100px;
}
#introArea > div > div li > a {
    position: relative;
    border: 1px solid #d9d9d9;
    display: block;
    width: 100%;
    height: 100px;
    background-color: #fff;
    overflow: hidden;
}
#introArea > div > div li:nth-of-type(1) > a,
#introArea > div > div li:nth-of-type(2) > a {
    border-right: none;
}
#introArea > div > div li > a > span {
    display: block;
    width: 80px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
}
#introArea > div > div li > a > span > img {
    position: relative;
    left: -150px;
    width: 300px;
    height: auto;
}
#introArea > div > div:first-of-type li:nth-of-type(2) > a > span > img {
    top: -98px;
}
#introArea > div > div:first-of-type li:nth-of-type(3) > a > span > img {
    top: -196px;
}
#introArea > div > div:last-of-type li:nth-of-type(1) > a > span > img {
    top: -294px;
}
#introArea > div > div:last-of-type li:nth-of-type(2) > a > span > img {
    top: -392px;
}
#introArea > div > div:last-of-type li:nth-of-type(3) > a > span > img {
    top: -490px;
}

/*=======================
  searchArea
=======================*/
#searchArea {
    padding-top: 24px;
}
#searchArea > div > div:first-of-type {
    padding-left: 10px;
    padding-right: 10px;
}
#searchArea > div > div:first-of-type > p {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 10px;
}
#searchArea > div > div:first-of-type > form {
    border-bottom: 3px solid #002b79;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#searchArea > div > div:first-of-type > form input[type="text"] {
    font-size: 1.3rem;
    padding-left: 8px;
    width: 85%;
    height: 37px;
    border: none;
    vertical-align: top;
}
#searchArea > div > div:first-of-type > form input[type="image"] {
    width: 43.5px;
    height: 37px;
    float: right;
}


#searchArea div input.btn_submit {
  cursor: pointer;
  width: 43.5px;
  height: 37px;
  border: none;
  float: right;
  text-indent: -9999px;
  background: url(/resource/top/img/searcharea__check--btn.png) no-repeat 0px -1px;
  background-size: 43.5px 37px;
  padding: 0px;
}


#searchArea > div > div:first-of-type > div {
    padding: 10px;
}
#searchArea > div > div:first-of-type > div dd span {
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 3px;
    border: 1px solid #d9d9d9;
    font-size: 0.9rem;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
}
#searchArea > div > div:first-of-type > div dd span:after{
  bottom: 0px;
  right: 0px;
}
#searchArea > div > div:last-of-type > a {
    display: block;
    background-color: #11237c;
}
#searchArea > div > div:last-of-type > a > img {
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
    width: 280px;
    margin: 0 auto;
}
#searchArea > div > div:first-of-type > div > dl {
    display:table;
    width: 100%;
}
#searchArea > div > div:first-of-type > div dl dt {
    width: 63px;
}
#searchArea > div > div:first-of-type > div dl dt,
#searchArea > div > div:first-of-type > div dl dd {
    display: table-cell;
}

/*=======================
  newsListArea
=======================*/
#newsListArea dl,
#newsListArea a {
    display: none;
}
#newsListArea h2 a:first-of-type {
    width: 100%;
    display: inline-block;
    font-size: 1.7rem;
    color: #333;
    padding: 22px;
    border-bottom: 1px solid #cccccc;
}
#newsListArea h2 a:first-of-type::before {
    right: 15px;
}

/*=======================
  questionArea
=======================*/
#questionArea {
    border-bottom: 1px solid #cccccc;
}
#questionArea > h2 > a {
    width: 100%;
    display: block;
    color: #333;
    font-size: 1.5rem;
    background-color: #f5f5f7;
    padding: 22px;
    font-weight: normal;
}
#questionArea > h2 > a::before {
    right: 15px;
}
#questionArea ul,
#questionArea > a {
    display: none;
}

/*=======================
  memberServiceArea
=======================*/
#memberServiceArea {
   padding: 40px 10px;
   text-align: center;
}
#memberServiceArea > h2 {
    font-size: 1.7rem;
    margin-bottom: 10px;
}
#memberServiceArea > p {
    font-size: 1.2rem;
    margin-bottom: 14px;
}
#memberServiceArea > ul {
    width: 100%;
    overflow: hidden;
}
#memberServiceArea > ul > li {
    display: inline-block;
    width: 50%;
    float: left;
    padding-bottom: 10px;
    padding-right: 5px;
}
#memberServiceArea > ul > li:nth-of-type(2n) {
    padding-right: 0;
    padding-left: 5px;
}

#memberServiceArea > ul > li img {
    width: 100%;
}

/*=======================
  bnrListArea
=======================*/
#bnrListArea {
    padding: 40px 35px 30px;
}

#bnrListArea ul {
    overflow: hidden;
    width: 100%;
}
#bnrListArea ul > li {
     width: 50%;
     float: left;
     padding-right: 10px;
     margin-bottom: 10px;
}
#bnrListArea ul > li:nth-of-type(2n) {
    padding-right: 0;
    padding-left: 10px;
}
#bnrListArea ul > li > a {
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
}
#bnrListArea ul > li dt {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    font-weight: bold;
    color: #002b79;
    font-size: 1.2rem;
    line-height: 1.3;
}
#bnrListArea ul > li:last-of-type dt {
    padding-top: 10px;
}
#bnrListArea ul > li:last-of-type dt img {
    width: 93.5px;
    height: 20px;
    line-height: 0;
}

#bnrListArea ul > li dd {
    display: none;
}

#extMessageArea{
  background: #f5f5f7;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 10px;
}
#extMessageArea p{
  font-size: 1.4rem;
  margin-bottom: 0;
  text-align: right;
}
#extMessageArea .mainTxt{
  font-size: 1.6rem;
  font-weight: bold;
  color: #002b79;
  margin-bottom: 10px;
  text-align: center;
}
#extMessageArea .readTxt{
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: left;
}

.contentsList__btn{
  background: #fff;
  border-top: 1px solid #d9d9d9;
}
