
/*==============================
BOTTON
==============================*/
.bottoncontent{
  padding-bottom: 200px;
}

.bottoncontent .botton_right{
    margin-right: 40px;
		position: relative;
		float: left;
		color: #ffffff;
		width: 460px;
		height: 70px;
		line-height: 1;
		background-color: #004da0;
    margin-bottom: 20px;

}

.bottoncontent .botton_left{
    position: relative;
    float: left;
    color: #ffffff;
    width: 460px;
		height: 70px;
    line-height: 1;
		background-color: #004da0;
	}


.bottoncontent .botton_left > a{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
  background-color: #004da0;
  text-align: center;
  line-height: 72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}


.bottoncontent .botton_right > a{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
  background-color: #004da0;
  text-align: center;
  line-height: 72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-size:16px;
}

@media screen and (max-width: 750px) {

  .bottoncontent{
    padding-left: 30px;
  }

  .bottoncontent .botton_left{
      position: relative;
      float: left;
      color: #ffffff;
      width: 40%;
  		height: 70px;
      line-height: 1;
  		background-color: #004da0;
  	}

  .bottoncontent .botton_right{
  		position: relative;
  		float: left;
  		color: #ffffff;
  		width: 40%;
  		height: 70px;
  		line-height: 1;
  		background-color: #004da0;
      margin-bottom: 20px;

  }


    .bottoncontent .botton_left > a{
      display: block;
      margin: 0 auto;
      font-size: 18px;
      color: #ffffff;
      background-color: #004da0;
      text-align: center;
      line-height: 72px;
      font-size:14px;

    }


    .bottoncontent .botton_right > a{
      display: block;
      margin: 0 auto;
      font-size: 18px;
      color: #ffffff;
      background-color: #004da0;
      text-align: center;
      line-height: 72px;
      font-size:14px;

    }

}
/*==============================
sec_top
==============================*/
article .sec_top {
    position: relative;
}

article .sec_top ul {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
article .sec_top.active ul {
    opacity: 1;
}
article .sec_top ul.ul_visual li {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  z-index: 0;
}
article .sec_top ul.ul_visual li.active {
  z-index: 1;
}
article .sec_top ul.ul_visual li:nth-of-type(1) {
    position: relative;
}
article .sec_top ul.ul_visual li img {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
article .sec_top ul.ul_visual li.active img {
    opacity: 1;
    -webkit-transition: opacity 1s 1s ease-out;
    -ms-transition: opacity 1s 1s ease-out;
    transition: opacity 1s 1s ease-out;
}
article .sec_top ul.ul_pager {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
  z-index: 2;
}
article .sec_top ul.ul_pager li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b3bec1;
    cursor: pointer;
}
article .sec_top ul.ul_pager li + li {
    margin-left: 20px;
}
article .sec_top ul.ul_pager li.active {
    background: #004da0;
}

@media screen and (max-width: 750px) {
    article .sec_top ul.ul_pager {
        bottom: 8px;
    }
    article .sec_top ul.ul_pager li {
        width: 6px;
        height: 6px;
    }
    article .sec_top ul.ul_pager li + li {
        margin-left: 10px;
    }
}



/*==============================
sec_contents
==============================*/
article .sec_contents {
    padding: 100px 0 12px;
}
article .sec_contents h2 {
    text-align: center;
}
article .sec_contents h2 span.txt_l {
    font-size: 32px;
    color: #444;
}
article .sec_contents h2 span.txt_s {
    font-family: 'Libre Baskerville', serif;
    position: relative;
    display: inline-block;
    margin-left: 8px;
    padding-left: 16px;
    font-size: 15px;
}
article .sec_contents h2 span.txt_s:before {
    content: "";
    position: absolute;
    left: 0;
    top: .25em;
    bottom: .25em;
    width: 1px;
    background: #333;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
article .sec_contents h2 + ul {
    margin-top: 16px;
}
article .sec_contents ul {
    text-align: center;
}
article .sec_contents ul + ul {
    border-top: 1px solid #ccc;
}
article .sec_contents ul li {
    display: inline-block;
    width: 256px;
}
article .sec_contents ul li a {
    display: block;
    box-sizing: border-box;
    height: 300px;
    padding: 40px 0;
    color: #444;
    text-decoration: none;
    text-align: center;
}
article .sec_contents ul li a:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}
article .sec_contents ul li a figure {
    position: relative;
    height: 138px;
}
article .sec_contents ul li a figure span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
article .sec_contents ul li a h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #004da0;
}
article .sec_contents ul li a p {
    font-family: "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
article .sec_contents ul li a:hover p {
    text-decoration: none;

}

@media screen and (max-width: 750px) {
    article .sec_contents {
        padding: 40px 0 28px;
    }
    article .sec_contents h2 span.txt_l {
        font-size: 30px;
    }
    article .sec_contents h2 span.txt_s {
        margin-left: 4px;
        padding-left: 8px;
        font-size: 14px;
    }
    article .sec_contents h2 + ul {
        margin-top: 20px;
    }
    article .sec_contents ul {
        text-align: center;
        overflow: hidden;
    }
    article .sec_contents ul + ul {
        border-top: none;
    }
    article .sec_contents ul li {
        display: block;
        box-sizing: border-box;
        float: left;
        width: 50%;
        padding: 0 16px;
    }
    article .sec_contents ul li:nth-of-type(2n+3) {
        clear: both;
    }
    article .sec_contents ul li a {
        height: 180px;
        padding: 0;
    }
    article .sec_contents ul li a:hover figure img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    article .sec_contents ul li a figure {
        height: 101px;
    }
    article .sec_contents ul li a h3 {
        margin-top: 12px;
        font-size: 16px;
    }
    article .sec_contents ul li a p {
        font-size: 12px;
    }
}



/*==============================
sec_information
==============================*/
article .sec_information {
    background: #ffffff;
    padding: 120px 0 ;
}
article .sec_information .information_in {
    box-sizing: border-box;
    padding: 0 60px;
    margin: 0 auto;
}
article .sec_information .news,
article .sec_information .ir {
    box-sizing: border-box;
    width: 50%;
}
article .sec_information .news {
    float: left;
    padding-right: 20px;
}
article .sec_information .ir {
    float: right;
    padding-left: 20px;
}
article .sec_information h2 {
    text-align: center;
}
article .sec_information h2 span.txt_l {
    font-size: 32px;
    color: #444;
}
article .sec_information h2 span.txt_s {
    font-family: 'Libre Baskerville', serif;
    position: relative;
    display: inline-block;
    margin-left: 8px;
    padding-left: 16px;
    font-size: 15px;
}
article .sec_information h2 span.txt_s:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    bottom: 0.25em;
    width: 1px;
    background: #333;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
article .sec_information ul {
    margin-top: 40px;
}
article .sec_information ul li + li {
    border-top: 1px solid #ccc;
}
article .sec_information ul li > a,
article .sec_information ul li > dl {
    display: block;
    padding: 20px 20px 20px 0;
}
article .sec_information ul li > a {
    color: #333;
    text-decoration: none;
    background: url(/common/images/ico_arrow02.png) no-repeat right 8px center;
}
article .sec_information ul li > a:hover {
    text-decoration: underline;
}
article .sec_information ul li > a.blank dd.txt p:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 12px;
    margin-left: 8px;
    background: url(/common/images/ico_pdf.png) no-repeat;
}
article .sec_information ul li dl {
    overflow: hidden;
}
article .sec_information ul li dl dt {
    float: left;
}
article .sec_information ul li dl dd.tag {
    float: left;
    box-sizing: border-box;
    margin-left: 8px;
    width: 68px;
    border: 1px solid #004da0;
    text-align: center;
    color: #004da0;
    font-size: 12px;
}
article .sec_information ul li dl dd.txt {
    margin-left: 5.5em;
}
article .sec_information .news ul li dl dd.txt {
    padding-left: 20px;
}
article .sec_information .ir ul li dl dd.txt {
    padding-left: 92px;
}

@media screen and (max-width: 750px) {
    article .sec_information {
        padding: 60px 16px 40px;
    }
    article .sec_information .information_in {
        padding: 0;
    }
    article .sec_information .news,
    article .sec_information .ir {
        width: auto;
        float: none;
        padding: 0;
    }
    article .sec_information .ir {
        margin-top: 60px;
    }
    article .sec_information h2 span.txt_l {
        font-size: 30px;
    }
    article .sec_information h2 span.txt_s {
        margin-left: 4px;
        padding-left: 8px;
        font-size: 14px;
    }
    article .sec_information ul {
        margin-top: 24px;
        border-bottom: 1px solid #ccc;
    }
    article .sec_information ul li > a,
    article .sec_information ul li > dl {
        padding: 14px 14px 14px 0;
    }
    article .sec_information ul li > a {
        background-position: right center;
    }
    article .sec_information ul li dl dd.tag {
        width: 5em;
        font-size: 12px;
    }
    article .sec_information ul li dl dd.txt {
        clear: both;
        margin-left: 0;
        padding-top: 8px;
    }
    article .sec_information .news ul li dl dd.txt ,
    article .sec_information .ir ul li dl dd.txt {
        padding-left: 0;
    }
}



/*==============================
sec_about
==============================*/
article .sec_about {
    background: #004da0;
    padding: 30px 0;
    position: relative;
}

article .sec_about .in h4 {
    text-align: center;
    color: #ffffff;
    font-size: 32px;

}


article .sec_about ul {
    margin-top: 30px;
}
article .sec_about ul li {
float: left;
}

article .sec_about ul li + li {
    margin-left: 24px;
}
article .sec_about ul li a {
    display: block;
    box-sizing: border-box;
    background: #fff;
    width: 470px;
    height: 70px;
    padding-top: 2px;
    text-align: center;
    color: #004da0;
    text-decoration: none;

}
article .sec_about ul li a:hover {
  opacity: 0.8;
}
article .sec_about ul li a figure {
    position: relative;
    height: 47px;
}
article .sec_about ul li a figure span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
article .sec_about ul li a p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    article .sec_about {
        background: #004da0;
        padding: 50px 16px;
    }
    article .sec_about .in h4{
        font-size: 30px;
    }
    article .sec_about h2 span.txt_s {
        margin-left: 4px;
        padding-left: 8px;
        font-size: 14px;
    }
    article .sec_about ul {
        margin-top: 40px;
    }
    article .sec_about ul li {
        box-sizing: border-box;
        width: 50%;
    }
    article .sec_about ul li + li {
        margin-left: 0;
    }
    article .sec_about ul li:nth-of-type(2n+1) {
        padding-right: 6px;
    }
    article .sec_about ul li:nth-of-type(2n) {
        padding-left: 6px;
    }
    article .sec_about ul li:nth-of-type(2n+3) {
        clear: both;
    }
    article .sec_about ul li:nth-of-type(n+3) {
        margin-top: 12px;
    }
    article .sec_about ul li a {
        width: auto;
        height: 92px;
        padding-top: 20px;

    }
    article .sec_about ul li a figure {
        height: 37px;
    }
    article .sec_about ul li a p {
        margin-top: 18px;
        font-size: 13px;

    }
}




/*==============================
sec_bnr
==============================*/
article .sec_bnr {
    padding: 80px 0;
    background: #e7eef0;
}
article .sec_bnr ul {
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden;
}
article .sec_bnr ul li {
    float: left;
    box-sizing: border-box;
    width: 33.33%;
}
article .sec_bnr ul li:nth-of-type(1) {
    padding-right: 10px;
}
article .sec_bnr ul li:nth-of-type(2) {
    padding: 0 5px;
}
article .sec_bnr ul li:nth-of-type(3) {
    padding-left: 10px;
}
article .sec_bnr ul li a {
    display: block;
    position: relative;
}
article .sec_bnr ul li a:hover {
    opacity: .8;
}
article .sec_bnr ul li a figure img {
    width: 100%;
}
article .sec_bnr ul li a .block {
    text-align: center;
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    width: 6em;
    margin-left: -3em;
    padding: 1em 0;
}
article .sec_bnr ul li:nth-of-type(3) a .block {
    background: rgba(255,255,255,.9);
}
article .sec_bnr ul li a .block .ttl {
    color: #004da0;
    font-weight: bold;
}
article .sec_bnr ul li a .block .txt {
    margin-top: 12px;
    color: #444;
    font-family: "Helvetica Neue", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (max-width: 750px) {
    article .sec_bnr {
        padding: 0;
    }
    article .sec_bnr ul li {
        float: none;
        width: auto;
    }
    article .sec_bnr ul li:nth-of-type(1),
    article .sec_bnr ul li:nth-of-type(2),
    article .sec_bnr ul li:nth-of-type(3) {
        padding: 0;
    }
    article .sec_bnr ul li a .block {
        font-size: 16px;
    }
    article .sec_bnr ul li a .block .txt {
        font-size: 12px;
    }
}
