/*--------------------
main_visual
--------------------*/
.main_wrapper {
  display: block;
  width: 100%;
  max-height: 392px;
  position: relative;
}
.main_wrapper:before {
  content: '';
  display: block;
  padding-top: 30%;
}
.main_wrapper .main_visual {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}
.main_wrapper .main_visual .main_inner {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main_wrapper .main_visual .main_inner .main_txt {
  position: absolute;
  top: calc(50% - 77px);
  left: 20px;
  width: 58%;
  max-width: 629px;
}
.main_wrapper .main_visual .main_inner .main_txt .sp {
  display: none;
}
.main_wrapper .main_visual .main_inner .main_btn {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.main_wrapper .main_visual .main_inner .main_btn a {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  padding: 15px 10px;
  border-radius: 4px;
}
.main_wrapper .main_visual .main_inner .main_btn a:before {
  content: url(../img/arrow_mid.png);
  display: inline-block;
  width: 9px;
  height: 13px;
  margin-right: 6px;
}
.main_wrapper .main_visual .main_inner .main_btn a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1120px) and (min-width: 769px) {
  .main_wrapper .main_visual .main_inner .main_txt {
    left: 20px;
  }
  .main_wrapper .main_visual .main_inner .main_btn {
    bottom: 30px;
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main_wrapper {
    height: calc(392px * 0.5);
  }
  .main_wrapper .main_visual .main_inner .main_txt {
    position: absolute;
    top: 20px;
    left: 12px;
    margin: 0;
    width: 100%;
  }
  .main_wrapper .main_visual .main_inner .main_txt .pc {
    display: none;
  }
  .main_wrapper .main_visual .main_inner .main_txt .sp {
    display: block;
    width: 75%;
  }
  .main_wrapper .main_visual .main_inner .main_btn {
    position: absolute;
    bottom: 20px;
    right: 15px;
  }
  .main_wrapper .main_visual .main_inner .main_btn a {
    font-size: 11px;
    padding: 10px 5px 10px 17px;
    position: relative;
  }
  .main_wrapper .main_visual .main_inner .main_btn a:before {
    position: absolute;
    top: 8px;
    left: 5px;
  }
}
/*--------------------
noticeArea
--------------------*/
.noticeArea {
  width: 100%;
  max-width: 1140px;
  padding: 40px 20px;
  margin: 0 auto;
  background-color: #ffffff;
}
.noticeArea h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding: 15px 0;
  border-top: solid 4px #e50012;
  border-bottom: solid 1px #c3c3c3;
  margin: 0 0 15px;
  position: relative;
}
.noticeArea h3 a {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  background-color: #c5d1d3;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  text-decoration: none;
  padding: 12px 10px;
  border-radius: 4px;
}
.noticeArea h3 a:before {
  content: url(../img/arrow_mid.png);
  display: inline-block;
  width: 9px;
  height: 13px;
  margin-right: 5px;
}
.noticeArea h3 a:hover {
  opacity: 0.8;
}
.noticeArea .hotArea {
  float: left;
  width: 49%;
  max-width: 527px;
}
.noticeArea .hotArea .slides {
  width: 100%;
  margin: 0 auto;
}
.noticeArea .hotArea .slides li {
  position: relative;
}
.noticeArea .hotArea .slides li a {
  display: block;
  color: #000000;
  text-decoration: none;
  overflow: hidden;
  border: solid 1px #c3c3c3;
  width: 100%;
  margin: 0 0 10px;
  position: relative;
}
.noticeArea .hotArea .slides li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: initial;
}
.noticeArea .hotArea .slides li a:last-child {
  display: block;
  margin: 0;
  border: none;
  position: static;
}
.noticeArea .hotArea .slides li a:hover {
  color: #e50012;
}
.noticeArea .hotArea .slides li .new {
  position: absolute;
  top: 0;
  left: 0;
}
.noticeArea .hotArea .slides li .new img {
  display: block;
  margin: 0;
}
.noticeArea .hotArea .slides li p {
  font-size: 16px;
  line-height: 20px;
}
.noticeArea .hotArea .slides li p span {
  font-size: 14px;
}
.noticeArea .hotArea .bx-wrapper {
  position: relative;
}
.noticeArea .hotArea .bx-wrapper .bx-controls .bx-prev {
  position: absolute;
  top: 18%;
  left: -22px;
  display: block;
  background: url(../img/top/icon_slide_prev.jpg) no-repeat;
  width: 18px;
  height: 76px;
  text-indent: -9999px;
}
.noticeArea .hotArea .bx-wrapper .bx-controls .bx-next {
  position: absolute;
  top: 18%;
  right: -22px;
  display: block;
  background: url(../img/top/icon_slide_next.jpg) no-repeat;
  width: 18px;
  height: 76px;
  text-indent: -9999px;
}
.noticeArea .infoArea {
  float: right;
  width: 48%;
  height: 320px;
}
.noticeArea .infoArea .infoList {
  height: 250px;
  overflow-y: auto;
}
.noticeArea .infoArea .infoList dt {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-bottom: 5px;
}
.noticeArea .infoArea .infoList dd {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 25px;
}
.noticeArea .infoArea .infoList dd a {
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}
.noticeArea .infoArea .infoList dd a:hover {
  text-decoration: underline;
}
.noticeArea .infoArea .infoList dd a:visited {
  color: #a63f91;
}
.noticeArea .infoArea .infoList dd.pdflink:after {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/icon_pdf.gif) no-repeat;
  vertical-align: middle;
}
.noticeArea .infoArea .sp {
  display: none;
}

@media only screen and (max-width: 1120px) and (min-width: 769px) {
  .noticeArea {
    padding: 20px;
  }
  .noticeArea .hotArea {
    width: 49%;
    height: auto;
    margin: 0 auto;
  }
  .noticeArea .hotArea .slides li .new {
    margin: 0 0 5px;
    width: auto;
  }
  .noticeArea .hotArea .slides li p {
    font-size: 13px;
    line-height: 20px;
  }
  .noticeArea .hotArea .slides li p span {
    font-size: 11px;
  }
  .noticeArea .hotArea .bx-wrapper {
    width: 90%;
  }
  .noticeArea .infoArea {
    width: 49%;
    height: auto;
  }
  .noticeArea .infoArea .infoList {
    height: auto;
  }
  .noticeArea .infoArea .infoList dt {
    font-size: 12px;
    line-height: 20px;
  }
  .noticeArea .infoArea .infoList dd {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .noticeArea .infoArea .infoList dd a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .noticeArea {
    min-width: 100%;
    padding: 15px 15px 20px;
  }
  .noticeArea h3 {
    padding: 8px 0;
  }
  .noticeArea h3 a {
    display: none;
  }
  .noticeArea .hotArea {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto 15px;
  }
  .noticeArea .hotArea .slides li .new {
    margin: 0 0 5px;
    width: auto;
  }
  .noticeArea .hotArea .slides li p {
    font-size: 13px;
    line-height: 20px;
  }
  .noticeArea .hotArea .slides li p span {
    font-size: 11px;
  }
  .noticeArea .hotArea .bx-wrapper {
    padding: 0 25px;
  }
  .noticeArea .hotArea .bx-wrapper .bx-controls .bx-prev {
    top: 6%;
    left: 0;
  }
  .noticeArea .hotArea .bx-wrapper .bx-controls .bx-next {
    top: 6%;
    right: 0;
  }
  .noticeArea .infoArea {
    float: none;
    width: 100%;
    height: auto;
  }
  .noticeArea .infoArea .infoList {
    height: auto;
  }
  .noticeArea .infoArea .infoList dt {
    font-size: 12px;
    line-height: 20px;
  }
  .noticeArea .infoArea .infoList dd {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 20px;
  }
  .noticeArea .infoArea .infoList dd a {
    font-size: 12px;
    line-height: 20px;
  }
  .noticeArea .infoArea .sp {
    display: block;
    width: 140px;
    margin: 0 auto;
    background-color: #c5d1d3;
    font-size: 13px;
    color: #000000;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 4px;
  }
  .noticeArea .infoArea .sp:before {
    content: url(../img/arrow_mid.png);
    display: inline-block;
    width: 9px;
    height: 13px;
    margin-right: 6px;
    vertical-align: middle;
  }
}
/*--------------------
productArea
--------------------*/
.productArea {
  background-color: #e1e8e9;
  padding: 40px 0;
  width: 100%;
}
.productArea h2 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.productArea .productInner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.productArea .productInner .btns {
  width: 100%;
  margin: 0 auto 30px;
}
.productArea .productInner .btns a {
  display: block;
  background-color: #ffffff;
  float: left;
  width: 23.5%;
  height: auto;
  margin-right: 2%;
  text-decoration: none;
  padding-bottom: 1.5%;
}
.productArea .productInner .btns a:last-child {
  margin: 0;
}
.productArea .productInner .btns a:hover {
  opacity: 0.8;
}
.productArea .productInner .btns a.btn {
  border-radius: 4px;
  background-color: #c5d1d3;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  text-align: center;
}
.productArea .productInner .btns a.btn:before {
  content: url(../img/arrow_lar.png);
  display: inline-block;
  width: 11px;
  height: 15px;
  margin-right: 12px;
}
.productArea .productInner .btns a img {
  display: block;
  width: 100%;
  margin: 0;
}
.productArea .productInner .btns a p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-top: 1%;
}
.productArea .productInner .btn_detail {
  display: block;
  margin: 40px auto 0;
  width: 690px;
  border-radius: 4px;
  background-color: #c5d1d3;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  padding: 24px 0;
}
.productArea .productInner .btn_detail:before {
  content: url(../img/arrow_lar.png);
  display: inline-block;
  width: 11px;
  height: 15px;
  margin-right: 12px;
}
.productArea .productInner .btn_detail:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1120px) and (min-width: 769px) {
  .productArea {
    padding: 20px 0;
  }
  .productArea h2 {
    margin: 0 auto 20px;
  }
  .productArea .productInner {
    min-width: 100%;
  }
  .productArea .productInner .btns {
    width: 99%;
    margin: 0 auto 2%;
  }
  .productArea .productInner .btns:last-child {
    margin: 0 auto;
  }
  .productArea .productInner .btns a {
    width: 24%;
    height: auto;
    margin-right: 1%;
  }
  .productArea .productInner .btns a:first-child {
    margin-left: 0.5%;
  }
  .productArea .productInner .btns a:last-child {
    margin: 0;
  }
  .productArea .productInner .btns a:hover {
    opacity: 0.8;
  }
  .productArea .productInner .btn_detail {
    font-size: 16px;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .productArea {
    padding: 20px 10px;
  }
  .productArea h2 {
    margin: 0 auto 20px;
    font-size: 18px;
  }
  .productArea .productInner {
    min-width: 100%;
    padding: 0;
  }
  .productArea .productInner .btns {
    width: 100%;
    margin: 0 auto 2%;
  }
  .productArea .productInner .btns a {
    display: block;
    float: left;
    width: 49%;
    height: auto;
    margin: 0 2% 2% 0;
    padding-bottom: 3%;
  }
  .productArea .productInner .btns a:nth-child(2) {
    margin: 0 0 2%;
  }
  .productArea .productInner .btns a:nth-child(3) {
    margin: 0 2% 0 0;
  }
  .productArea .productInner .btns a:nth-child(4) {
    margin: 0;
  }
  .productArea .productInner .btns a img {
    width: 100%;
  }
  .productArea .productInner .btns a.btn {
    font-size: 13px;
  }
  .productArea .productInner .btns a.btn:before {
    content: url(../img/arrow_mid.png);
    display: inline-block;
    width: 9px;
    height: 13px;
    margin-right: 6px;
    vertical-align: middle;
  }
  .productArea .productInner .btns a p {
    font-size: 14px;
  }
  .productArea .productInner .btn_detail {
    width: 140px;
    font-size: 13px;
    padding: 10px 0;
    margin-top: 20px;
  }
  .productArea .productInner .btn_detail:before {
    content: url(../img/arrow_mid.png);
    display: inline-block;
    width: 9px;
    height: 13px;
    margin-right: 6px;
    vertical-align: middle;
  }
}
/*--------------------
profileArea
--------------------*/
.profileArea {
  width: 100%;
  max-width: 1140px;
  padding: 40px 0;
  margin: 0 auto;
}
.profileArea h2 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.profileArea .photos {
  position: relative;
  width: 100%;
}
.profileArea .photos .profileTxt {
  width: 530px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 32px;
}
.profileArea .photos img {
  position: absolute;
  top: 0;
  left: 20px;
}
.profileArea .photos img:last-child {
  left: auto;
  right: 20px;
}
.profileArea .btn_detail {
  display: block;
  margin: 40px auto 0;
  width: 690px;
  border-radius: 4px;
  background-color: #c5d1d3;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  padding: 24px 0;
}
.profileArea .btn_detail:before {
  content: url(../img/arrow_lar.png);
  display: inline-block;
  width: 11px;
  height: 15px;
  margin-right: 12px;
}
.profileArea .btn_detail:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1120px) and (min-width: 769px) {
  .profileArea {
    padding: 20px 0;
  }
  .profileArea h2 {
    margin: 0 auto 20px;
  }
  .profileArea .photos {
    position: relative;
    margin: 0 auto;
  }
  .profileArea .photos .profileTxt {
    width: 38%;
    font-size: 13px;
    margin: 0 auto;
  }
  .profileArea .photos img {
    width: 27%;
  }
  .profileArea .btn_detail {
    margin: 20px auto 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .profileArea {
    min-width: 100%;
    padding: 20px 10px;
  }
  .profileArea h2 {
    margin: 0 auto 20px;
    font-size: 18px;
  }
  .profileArea .photos {
    position: relative;
  }
  .profileArea .photos .profileTxt {
    width: 100%;
    margin: 0 auto 18px;
    font-size: 12px;
    line-height: 20px;
  }
  .profileArea .photos img {
    position: relative;
    width: 49%;
    margin: 0;
    left: 0;
  }
  .profileArea .photos img:last-child {
    right: 0;
  }
  .profileArea .btn_detail {
    width: 140px;
    font-size: 13px;
    padding: 10px 0;
    margin: 20px auto 0;
  }
  .profileArea .btn_detail:before {
    content: url(../img/arrow_mid.png);
    display: inline-block;
    width: 9px;
    height: 13px;
    margin-right: 6px;
    vertical-align: middle;
  }
}
/*--------------------
bnrArea
--------------------*/
.bnrArea {
  width: 100%;
  background-color: #e1e8e9;
  padding: 55px 0 60px;
}
.bnrArea .bnrInner {
  width: 100%;
  max-width: 769px;
  margin: 0 auto;
  padding: 0 20px;
}
.bnrArea .bnrInner ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.bnrArea .bnrInner ul li:last-child {
  margin: 0;
}
.bnrArea .bnrInner ul li a {
  display: table;
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: #ffffff;
  text-decoration: none;
}
.bnrArea .bnrInner ul li a:hover {
  opacity: 0.8;
}
.bnrArea .bnrInner ul li a img {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: 155px;
}
.bnrArea .bnrInner ul li a span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  width: 50%;
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
  .bnrArea {
    padding: 20px 0;
  }
  .bnrArea .bnrInner ul li a span {
    font-size: 13px;
  }
  .bnrArea .bnrInner ul li a span br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .bnrArea {
    padding: 20px;
  }
  .bnrArea .bnrInner {
    min-width: 100%;
    padding: 0;
  }
  .bnrArea .bnrInner ul li {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .bnrArea .bnrInner ul li:last-child {
    margin: 0;
  }
  .bnrArea .bnrInner ul li a span {
    width: 60%;
    font-size: 12px;
  }
  .bnrArea .bnrInner ul li a span br {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .bnrArea .bnrInner ul li a span br {
    display: block;
  }
}
