@charset "Shift_JIS";

/*=======================
  kvArea
=======================*/
#kvArea {
    position: relative;
    background: #002b79;
}
#kvArea > div:first-of-type {
    width: 980px;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#kvArea > div:last-of-type {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, .4);
}
#kvArea > div:last-of-type > div {
    position: relative;
    width: 980px;
    margin: 0 auto;
}
#kvArea > div:last-of-type > div > p {
    position: absolute;
    line-height: 0;
}

#kvArea > div:last-of-type > div > p:nth-of-type(1) {
    top: 7px;
    right: 0px;
    line-height: 1.6rem;
}

#kvArea > div:last-of-type > div > p:nth-of-type(1) > a {
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    height: 34px;
    text-align: center;
    color: #fff;
    background-color: #e77d1c;
    font-size: 1.6rem;
    padding-top: 10px;
}
#kvArea > div:last-of-type > div > p:nth-of-type(1) > a:hover {
    opacity: 0.6;
}
#kvArea > div:last-of-type > div > p:nth-of-type(1) > a br {
    display: none;
}
#kvArea > div:last-of-type > div > p:nth-of-type(1) > a::after {
   border-color: transparent transparent #fff transparent;
}
#kvArea > div:last-of-type > div > p:nth-of-type(1) > a:hover {
    text-decoration: none;
}

#kvArea > div:last-of-type > div > p:nth-of-type(2) {
    top: 55px;
    right: 0;
    font-size: 1.3rem;
    color: #fff;
}
#kvArea > div:last-of-type > div > p:nth-of-type(2) a {
    color: #fff;
    text-decoration: underline;
}
#kvArea > div:last-of-type > div > p:nth-of-type(2) a:hover {
    text-decoration: none;
}
.sliderBtn span:hover {
  border: 1px solid #fff;
  background-color: #002b74;
}

/*=======================
  introArea
=======================*/
#introArea {
   padding-top: 60px;
   padding-bottom: 60px;
}
#introArea > div {
    width: 980px;
    margin: 0 auto;
}
#introArea > div > h2 {
    font-size: 2.4rem;
    color: #002b79;
    text-align: center;
    margin-bottom: 26px;
}
#introArea > div > div {
    height: 110px;
    padding-left: 43px;
}
#introArea > div > div:first-of-type {
    background: url(../img/introarea__ttl01--bg_pc.png) no-repeat left top;
}
#introArea > div > div:last-of-type {
    margin-top: 30px;
    background: url(../img/introarea__ttl02--bg_pc.png) no-repeat left top;
}
#introArea > div > div ul {
    overflow: hidden;
}

#introArea > div > div li {
    float: left;
    margin-left: 9px;
}
#introArea > div > div li > a {
    position: relative;
    display: block;
    width: 303px;
    height: 110px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    overflow: hidden;
}
#introArea > div > div li > a:hover {
    background-color: #e1f2fa;
}
#introArea > div > div li > a img {
    position: relative;
    left: 0;
}
#introArea > div > div:first-of-type li:nth-of-type(2) > a img {
    top: -108px;
}
#introArea > div > div:first-of-type li:nth-of-type(3) > a img {
    top: -216px;
}
#introArea > div > div:last-of-type li:nth-of-type(1) > a img {
    top: -324px;
}
#introArea > div > div:last-of-type li:nth-of-type(2) > a img {
    top: -432px;
}
#introArea > div > div:last-of-type li:nth-of-type(3) > a img {
    top: -540px;
}

/*=======================
  searchArea
=======================*/
#searchArea {
    padding-top: 60px;
    padding-bottom: 60px;
}
#searchArea > div {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
#searchArea > div > div {
    float: left;
}
#searchArea > div > div:first-of-type {
    width: 660px;
    height: 150px;
    overflow: hidden;
    padding: 15px 15px 0;
    background-color: #fff;
    margin-right: 20px;
}
#searchArea > div > div:first-of-type > p {
    font-size: 1.4rem;
    margin-bottom: 15px;
}
#searchArea > div > div:first-of-type > form {
    border: 1px solid #d9d9d9;
    border-bottom: 3px solid #002b79;
}
#searchArea > div > div:first-of-type > form input[type="text"] {
    font-size: 1.8rem;
    width: 560px;
    padding-left: 16px;
    height: 46px;
    border: none;
    vertical-align: top;
}
#searchArea > div > div:first-of-type > form input[type="image"] {
    width: 54px;
    height: 46px;
}

#searchArea div input.btn_submit {
  cursor: pointer;
  width: 54px;
  height: 46px;
  border: none;
  text-indent: -9999px;
  background: url(/resource/top/img/searcharea__check--btn.png) no-repeat 0px -2px;
  background-size: 54px 46px;
}

#searchArea > div > div:first-of-type > div {
    padding-top: 12px;
}
#searchArea > div > div:first-of-type > div dd span {
    padding: 3px 13px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    font-size: 1.3rem;
    cursor: pointer;
}
.devicePC #searchArea > div > div:first-of-type > div dd span:hover {
    background-color: #e1f2fa;
}

/*=======================
  newsListArea
=======================*/
#newsListArea {
    padding-top: 60px;
    padding-bottom: 60px;
}
#newsListArea > div {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
#newsListArea > div:first-of-type {
    margin-bottom: 50px;
}
#newsListArea > div > div {
    width: 460px;
    float: left;
}
#newsListArea > div > div:last-of-type {
    width: 460px;
    float: right;
}

#newsListArea h2 {
    font-size: 2.4rem;
    padding-bottom: 20px;
    border-bottom: 2px solid #002b79;
}
#newsListArea h2 > a {
    font-weight: normal;
}
#newsListArea h2 a:first-of-type {
    color: #333;
    padding: 0;
}
#newsListArea h2 .rightArrow::after,
#newsListArea h2 .rightArrow::before {
    display: none;
}
#newsListArea h2 > a:first-of-type:hover {
    text-decoration: none;
}
#newsListArea dl {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    box-sizing: border-box;
}
#newsListArea .blankLink dd {
    box-sizing: border-box;
    padding-right: 34px;
    background: url(/resource/assets/img/common__blanklink--icon.png) no-repeat center right;
}
#newsListArea dl dt {
    font-size: 1.5rem;
    float: left;
    width: 95px;
}
#newsListArea dl dd {
    float: right;
    width: 365px;
    min-height: 45px;
}
#newsListArea dl dd h3 {
    font-size: 1.6rem;
    font-weight: normal;
}
#newsListArea dl dd a:hover h3 {

}
#newsListArea dl dd p {
    font-size: 1.4rem;
    color: #555;
    margin: 0;
}
#newsListArea dl dd a:hover p {
    text-decoration-color: #555;
}

#seminerList dd div {
    padding-bottom: 2px;
}
#seminerList dd div span {
    display: inline-block;
    margin-right: 3px;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #002b79;
}




/*=======================
  questionArea
=======================*/
#questionArea {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
#questionArea h2 {
    margin-bottom: 24px;
}
#questionArea h2 a {
    font-size: 2.4rem;
    color: #333;
    font-weight: normal;
}
#questionArea h2 .rightArrow::before {
    display: none;
}
#questionArea h2 a:hover {
    text-decoration: none;
}
#questionArea ul {
    display: inline-block;
}
#questionArea li {
    font-size: 1.8rem;
    text-align: left;
    padding-bottom: 10px;
}
#questionArea li > a {
    color: #333;
}
#questionArea > a  {
    display: block;
    width: 220px;
    border: 1px solid #666;
    font-size: 1.6rem;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 30px auto 0;
    color: #555;

    padding-right: 15px;
}
#questionArea > .rightArrow::before {
    right: 25px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    margin-top: -5px;
}
#questionArea > a:hover {
    text-decoration: none;
    background-color: #d9d9d9;
}

/*=======================
  memberServiceArea
=======================*/
#memberServiceArea {
   padding-top: 60px;
   padding-bottom: 43px;
   text-align: center;
}

#memberServiceArea > h2 {
    font-size: 3.0rem;
    font-weight: normal;
    margin-bottom: 16px;
    color: #333;
}

#memberServiceArea > p {
    font-size: 1.4rem;
    margin-bottom: 27px;
}

#memberServiceArea > p > br {
    display: none;
}

#memberServiceArea > ul {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
#memberServiceArea > ul > li {
    float: left;
    width: 313px;
    margin-right: 17px;
    margin-bottom: 17px;
    overflow: hidden;
}
#memberServiceArea > ul > li:nth-of-type(3n) {
    margin-right: 0;
}

/*=======================
  bnrListArea
=======================*/
#bnrListArea {
    padding-top: 60px;
}
#bnrListArea ul {
    width: 980px;
    height: 255px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
#bnrListArea ul > li {
    width: 313px;
    border: 1px solid #d9d9d9;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
#bnrListArea ul > li:nth-of-type(3n) {
    margin-right: 0px;
}
#bnrListArea ul > li > a {
    display: block;
    width: 100%;
    height: 115px;
    padding-top: 21px;
}
#bnrListArea ul > li:last-of-type > a {
    padding-top: 15px;
}
#bnrListArea ul > li > a:hover {
    background-color: #e1f2fa;
    text-decoration: none;
}
#bnrListArea ul > li dt {
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 14px;
}

#bnrListArea ul > li dd{
    font-size: 1.2rem;
    

}
#bnrListArea ul > li:last-of-type dt {
    padding-bottom: 12px;
}

#extMessageArea{
  background: #f5f5f7;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 40px 0;
}
#extMessageArea p{
  font-size: 1.4rem;
  margin-bottom: 0;
}
#extMessageArea .mainTxt{
  font-size: 1.8rem;
  font-weight: bold;
  color: #002b79;
  margin-bottom: 20px;
}
#extMessageArea .readTxt{
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.contentsList__btn{
  background: #fff;
}
