@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1.4;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

header {
  width: 100%;
}

header #header {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  height: 100px;
  margin: auto;
  position: relative;
  display: flex;
}

header #header .logo {
  width: 285px;
  margin: auto;
}

header #header .logo img {
  width: 100%;
  display: block;
}

header .discription {
  font-size: 12px;
  color: #6f6f6f;
  line-height: 1;
  margin: 4px;
}

header .snsArea {
  display: flex;
  height: 100%;
  width: 94px;
  position: absolute;
  top: 0;
  left: 20px;
}

header .snsArea .snsItem {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header .snsArea .snsItem a img {
  display: block;
  width: 32px;
}

header .snsArea .snsItem:nth-of-type(2) {
  margin-left: 30px;
}

header .telArea {
  width: 317px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 20px;
}

header .telArea img {
  width: 100%;
  display: block;
}

nav {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}

nav .naviList {
  width: 100%;
  display: flex;
  margin: 20px 0 40px;
}

nav .naviList .naviItem {
  width: calc((100% - 0px)/8);
}

nav .naviList .naviItem a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

nav .naviList .naviItem a .menuText {
  font-size: 16px;
  text-align: center;
  color: #000;
  letter-spacing: 1px;
  font-weight: bold;
}

nav .naviList .naviItem a .menuText img {
  max-width: 50%;
  display: block;
  margin: auto;
}

nav .naviList .naviItem a .menuText.menuEnglish {
  font-size: 10px;
  margin-top: 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev {
  left: 25px !important;
}

.slick-next {
  right: 25px !important;
}

.bottomLinkArea {
  background: #f7f7f7;
  padding-top: 46px;
  margin-top: 46px;
}

.bottomLinkArea .areaTitle {
  width: 100%;
  margin: 0 auto 46px;
}

.bottomLinkArea .areaTitle img {
  display: block;
  max-width: 343px;
  margin: auto;
}

.bottomLinkArea .bottomLinkWrap {
  display: flex;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px 46px;
  margin: auto;
}

.bottomLinkArea .bottomLinkWrap .bottomLinkList {
  width: calc((100% - 0px)/5);
}

.bottomLinkArea .bottomLinkWrap .bottomLinkList li a {
  text-decoration: none;
  color: #5b5b5b;
  font-size: 14px;
}

.bottomLinkArea .bottomLinkWrap .bottomLinkList li + li {
  margin-top: 8px;
}

.bottomLinkArea .bottomLinkListTitle {
  padding-left: 7px;
}

.bottomLinkArea .bottomLinkListTitle img {
  display: block;
  height: 15px;
}

.bottomLinkArea .bottomLinkListTitle01 {
  border-left: 3px solid #006dbb;
}

.bottomLinkArea .bottomLinkListTitle02 {
  border-left: 3px solid #57ad17;
}

.bottomLinkArea .bottomLinkListTitle03 {
  border-left: 3px solid #f9c600;
}

.bottomLinkArea .bottomLinkListTitle04 {
  border-left: 3px solid #01228a;
}

.bottomLinkArea .bottomLinkListTitle05 {
  border-left: 3px solid #d60e0c;
}

.bottomLinkArea .bottomLinkListTitle06 {
  border-left: 3px solid #007767;
}

.bottomLinkArea .bottomLinkListTitle07 {
  border-left: 3px solid #0059a9;
}

.bottomLinkArea .bottomLinkListTitle08 {
  border-left: 3px solid #1dbbc3;
}

.bottomLinkArea .bottomLinkListTitle09 {
  border-left: 3px solid #ff32ac;
}

.bottomLinkArea .bottomLinkListTitleKD {
  border-left: 3px solid #F77312;
}

.bottomLinkArea .bottomLinkListTitleKD span {
  display: block;
  color: #F77312;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

.contactArea {     
  width: 100%;
  max-width: 830px;
  display: flex;
  margin: auto;
  padding: 58px 0;
}

.contactArea .contactBtn {
  width: calc((100% - 30px)/2);
  margin: 0 30px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contactArea .contactBtn:nth-of-type(2) {
  margin: 0;
}

.contactArea .contactBtn img {
  display: block;
  width: 100%;
}

.contactArea .contactBtn_tel {
  width: calc((100% - 30px)/2);
  margin: 0 30px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contactArea .contactBtn_tel:nth-of-type(2) {
  margin: 0;
}

.contactArea .contactBtn_tel img {
  display: block;
  width: 100%;
}

footer .footerTop {
  background: url(../img/common/footer_bg.png) repeat left top;
  padding: 100px;
}

/* ------------------------------------------------------------

bg_dot_footer

------------------------------------------------------------ */
div#bg_dot_footer {
  background: url(../img/common/footer_bg.png) repeat 0 0;
}

div.bg_dot_footer_inner {
  padding: 16px;
}

div#bg_white_footer {
  background: #fff url(../img/common/bg_white_footer01.gif) repeat-x 0 0;
  position: relative;
  height: 100%;
}

div.footer_navi_wrap {
  padding: 15px 0 7px 0;
}

/* ul
---------------------------------------------- */
/* footer_link */
ul#footer_link {
  width: 100%;
  max-width: 927px;
  margin: auto;
  display: flex;
}

ul#footer_link li {
  margin: 0 9px 0 0;
  height: 49px;
}

ul#footer_link li:last-of-type {
  margin: 0;
}

ul#footer_link li a {
  display: block;
  width: 100%;
  height: 100%;
}

ul#footer_link li a img {
  display: block;
  width: 100%;
}

.footer_link_bottom {
  width: 100%;
  max-width: 927px;
  margin: 9px auto 0;
  display: flex;
}

.footer_link_bottom .bottomItem {
  line-height: 1;
}

.footer_link_bottom .bottomItem:nth-of-type(2) {
  margin-left: auto;
}

/* footer_navi */
ul.footer_navi {
  overflow: hidden;
  width: 100%;
  max-width: 927px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

ul.footer_navi li {
  background: url(../img/common/ico_arrow03.gif) no-repeat 0 center;
  padding: 0 18px 0 10px;
  margin: 0 0 7px;
  font-size: 14px;
}

ul.footer_navi li a {
  color: #333;
  text-decoration: none;
}

ul.footer_navi li a:hover {
  color: #01499A;
}

/* paragraph
---------------------------------------------- */
p#pagetop {
  position: absolute;
  top: -7px;
  right: 24px;
}

p#copyright {
  border-top: 4px solid #01499A;
  background: url(../img/common/txt_copyright01.gif) no-repeat right 12px;
  height: 25px;
  margin: 0;
}

p#copyright span {
  display: none;
}

p#keyword {
  text-align: right;
  font-size: 90%;
  margin: 0;
}

.breadcrumb {
  background: #ddeeff;
  padding: 5px 12px;
  width: calc(100% - 20px);
  max-width: 1240px;
  margin: 40px auto 0;
  font-size: 14px;
  border-radius: 4px;
}

.breadcrumb a {
  background: url(../img/common/ico_breadcrumb01.gif) no-repeat right center;
  padding: 0 15px 0 0;
  margin-right: 10px;
  color: #01499A;
  text-decoration: underline;
}

.section {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}

.mainTitle {
  font-size: 30px;
  color: #02499b;
  border-bottom: 4px solid #02499b;
  padding-bottom: 8px;
}

.mainTitle_img {
  margin-top: 50px;
}

.mainTitle_img img {
  display: block;
  max-width: 100%;
}

.text {
  font-size: 17px;
  color: #444;
  line-height: 1.8;
}

.mainTitle_img + .text {
  margin-top: 30px;
}

nav .naviList .naviItem a .menuText .inText {
  font-size: 14px;
}

nav .naviList .naviItem a .menuText.menuEnglish {
  color: #076fbd;
}

nav .naviList .naviItem:nth-of-type(2) a .menuText.menuEnglish {
  color: #ffc600;
}

nav .naviList .naviItem:nth-of-type(3) a .menuText.menuEnglish {
  color: #00a626;
}

nav .naviList .naviItem:nth-of-type(4) a .menuText.menuEnglish {
  color: #e80000;
}

nav .naviList .naviItem:nth-of-type(5) a .menuText.menuEnglish {
  color: #da4b90;
}

nav .naviList .naviItem:nth-of-type(6) a .menuText.menuEnglish {
  color: #a13de6;
}

nav .naviList .naviItem:nth-of-type(7) a .menuText.menuEnglish {
  color: #02499b;
}

nav .naviList .naviItem:nth-of-type(8) a .menuText.menuEnglish {
  color: #cc6633;
}
nav .naviList .naviItem:nth-of-type(9) a .menuText.menuEnglish {
  color: #02499b;
}

nav .naviList .naviItem a .menuText img {
  display: none;
}

.bottomArea {
  width: 100%;
  max-width: 1564px;
  margin: auto;
  padding: 0 20px;
  display: flex;
}

.bottomArea .bannerLeft a .imgBanner {
  width: 100%;
  max-width: 722px;
}

.bottomArea .bannerLeft a + a {
  margin-top: 8px;
}

.bottomArea .bannerRight {
  margin-left: 8px;
}

.bottomArea .bannerRight a img {
  width: 100%;
  max-width: 790px;
}

.bottomArea .bottomBanner {
  width: 100%;
  margin-top: 8px;
}

.bottomArea a {
  display: block;
  width: 100%;
  position: relative;
}

.bottomArea a img {
  width: 100%;
  display: block;
}

.bottomArea .bannerTxt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bottomArea .bannerTxt .bannerTxtImg img {
  display: block;
  max-width: 50%;
  margin: auto;
}

.bottomArea .bannerTxt .inTexe {
  display: none;
}

.bottomArea a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border: 4px solid #f9c600;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.bottomArea a:hover:after {
  opacity: 1;
}

.courseTitle {
  margin-top: 40px;
}

.courseTitle img {
  display: block;
  max-width: 100%;
}

.courseTitle .titleText {
  display: none;
}

.emergency {
  color: #E80000;
  font-size: 16px;
  margin-top: 50px;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  nav .naviList .naviItem a .menuText .inText {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  nav .naviList .naviItem a .menuText .inText {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .courseTitle {
    width: calc(100% + 20px);
    padding: 20px;
    background: #01499b;
    display: flex;
    margin: 0 0 0 -10px;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .courseTitle:before {
    content: "";
    display: block;
    width: 100%;
    height: 300%;
    position: absolute;
    top: 0;
    right: 0;
    background: #1767CA;
    transform: translateX(5%) rotate(-65deg);
  }

  .courseTitle:after {
    content: "";
    display: block;
    width: calc((100% - 0px)/2);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #1767CA;
  }

  .courseTitle img {
    display: none;
  }

  .courseTitle .titleText {
    display: block;
    color: #FFF;
    position: relative;
    z-index: 1;
  }

  .breadcrumb {
    background: #EEE;
    padding: 10px 10px;
    width: 100%;
    margin: 0 auto 0;
    font-size: 14px;
    border-radius: 0px;
  }

  .breadcrumb a {
    background: none;
    padding: 0 15px 0 0;
    margin-right: 10px;
    color: #01499A;
    text-decoration: underline;
    position: relative;
  }

  .breadcrumb a:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
  }

  .section {
    padding: 0 10px;
  }

  .bottomArea {
    display: block;
  }

  .bottomArea .bannerRight {
    margin-left: 0px;
    margin-top: 8px;
  }

  .bottomArea .bannerTxt .bannerTxtImg {
    display: none;
  }

  .bottomArea .bannerTxt .inTexe {
    font-size: 17px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
  }

  .bottomLinkArea {
    display: none;
  }

  .contactArea {
    display: block;
    padding: 58px 20px;
  }

  .contactArea .contactBtn {
    width: 100%;
    margin: 0;
  }

  .contactArea .contactBtn:nth-of-type(2) {
    margin: 32px 0 0;
  }
 
  .contactArea .contactBtn_tel {
    width: 100%;
    margin: 0;
  }

  .contactArea .contactBtn_tel:nth-of-type(2) {
    margin: 32px 0 0;
  }

  p#keyword,
  div.footer_navi_wrap,
  p#pagetop,
  div.bg_dot_footer_inner {
    display: none;
  }

  div#bg_dot_footer {
    background: none;
  }

  div#bg_white_footer {
    background: none;
  }

  p#copyright {
    border-top: none;
    background: none;
    height: auto;
    margin: 0;
    padding: 16px;
  }

  p#copyright span {
    display: block;
    font-size: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  header {
    border-bottom: 3px solid #02499b;
  }

  header .discription,
  header .snsArea,
  header .telArea {
    display: none;
  }

  header #header .logo {
    width: 230px;
    margin: auto 0;
  }

  body.open {
    overflow: hidden;
  }

  nav {
    display: block;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    z-index: 100;
    padding: 0;
    transform: translateY(-120%);
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  body.open nav {
    transform: translateY(0);
  }

  nav .naviList {
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding-bottom: 100px;
    display: block;
    margin: 0;
  }

  nav .naviList .naviItem {
    width: 100%;
    padding: 0;
    border-bottom: 1px dotted #666;
    position: relative;
  }

  nav .naviList .naviItem:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #938e8c;
    border-right: 2px solid #938e8c;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
  }

  nav .naviList .naviItem:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #076fbd;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }

  nav .naviList .naviItem:nth-of-type(2):before {
    background: #ffc600;
  }

  nav .naviList .naviItem:nth-of-type(3):before {
    background: #00a626;
  }

  nav .naviList .naviItem:nth-of-type(4):before {
    background: #e80000;
  }

  nav .naviList .naviItem:nth-of-type(5):before {
    background: #da4b90;
  }

  nav .naviList .naviItem:nth-of-type(6):before {
    background: #a13de6;
  }

  nav .naviList .naviItem:nth-of-type(7):before {
    background: #02499b;
  }

  nav .naviList .naviItem:nth-of-type(8):before {
    background: #02499b;
  }

  nav .naviList .naviItem a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-decoration: none;
    padding: 37px 20px 37px 45px;
  }

  nav .naviList .naviItem a .menuText {
    font-size: 17px;
    text-align: center;
    color: #000;
    letter-spacing: 2px;
    font-weight: bold;
  }

  nav .naviList .naviItem a .menuText img {
    display: none;
  }

  nav .naviList .naviItem a .menuText .inText {
    display: block;
  }

  nav .naviList .naviItem a .menuText.menuEnglish {
    font-size: 10px;
    margin-top: 10px;
    display: none;
  }

  /*** menue ***/
  .menu_icon_container {
    display: block;
  }

  .menu_icon_container .menu_trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: #FFF;
    z-index: 9999;
  }

  .menu_icon_container .menu_trigger span {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 6px;
    background-color: #007cc9;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .menu_icon_container .menu_trigger span:nth-of-type(1) {
    top: 30px;
    /*transform: translateY(20px) scale(0);*/
    /*transform: translateY(17px) rotate(45deg);*/
  }

  .menu_icon_container .menu_trigger span:nth-of-type(2) {
    top: 47px;
    /*transform: rotate(-45deg);*/
  }

  .menu_icon_container .menu_trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0%;
    height: 6px;
    background: #007cc9;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 9999;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: none;
  }

  .menu_icon_container .menu_trigger span:nth-of-type(3) {
    bottom: 30px;
    /*transform: translateY(-17px) rotate(-45deg);*/
    /*transform: translateY(-20px) scale(0);*/
  }

  .menu_icon_container .menu_trigger.active span:nth-of-type(1) {
    animation: menu-bar01 .3s linear forwards;
  }

  .menu_icon_container .menu_trigger.active span:nth-of-type(2) {
    /*transform: rotate(-45deg);*/
    opacity: 0;
  }

  .menu_icon_container .menu_trigger.active span:nth-of-type(2)::after {
    width: 100%;
  }

  .menu_icon_container .menu_trigger.active span:nth-of-type(3) {
    animation: menu-bar02 .3s linear forwards;
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(17px) rotate(0);
  }
  100% {
    transform: translateY(17px) rotate(45deg);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-17px) rotate(0);
  }
  100% {
    transform: translateY(-17px) rotate(-45deg);
  }
}
.thumb .slick-slide a {
  position: relative;
  width: 100%;
  display: block;
}

.thumb .slick-slide a:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .3s;
}

.selectArea_box .areaBox a,
.forSelectcourse,
.contactSelectbox .contactBox .specialBtn,
.form_btn,
.contactBlock .contactBtn,
.footer_link_bottom .bottomItem,
ul#footer_link li a,
.contactArea .contactBtn img,
.forNewslist:after,
.selectArea .selectList/*.selectItem*/.selectItemtext,
.bottomLinkArea .bottomLinkWrap .bottomLinkList li a,
.bannerArea a,
.selectArea .selectList .selectItem .selectItemtitle,
.selectArea .selecttextCenter .selectText .inText,
.newsArea .typeFlex .newsListarea .newsList .list .entryCategory,
.newsArea .typeFlex .newsListarea .newsList .list:after,
.newsArea .typeFlex .newsListarea .newsList .list:before,
.thumb.slick-initialized .slick-slide,
/*header .telArea img,*/
header .snsArea .snsItem a img,
nav .naviList .naviItem a .menuText {
  cursor: pointer;
  transition: all .3s;
}

nav .naviList .naviItem a:hover .menuText {
  color: #076fbd;
}

nav .naviList .naviItem:nth-of-type(2) a:hover .menuText {
  color: #ffc600;
}

nav .naviList .naviItem:nth-of-type(3) a:hover .menuText {
  color: #00a626;
}

nav .naviList .naviItem:nth-of-type(4) a:hover .menuText {
  color: #e80000;
}

nav .naviList .naviItem:nth-of-type(5) a:hover .menuText {
  color: #da4b90;
}

nav .naviList .naviItem:nth-of-type(6) a:hover .menuText {
  color: #a13de6;
}

nav .naviList .naviItem:nth-of-type(7) a:hover .menuText {
  color: #02499b;
}

nav .naviList .naviItem:nth-of-type(8) a:hover .menuText {
  color: #cc6633;
}

nav .naviList .naviItem:nth-of-type(9) a:hover .menuText {
  color: #02499b;
}

.selectArea_box .areaBox a:hover,
.form_btn:hover,
.contactBlock .contactBtn:hover,
.footer_link_bottom .bottomItem:hover,
ul#footer_link li a:hover,
.contactArea .contactBtn:hover img,
.bannerArea a:hover,
.selectArea .selectList/* .selectItem*/ .selectItemtitle:hover,
header .telArea a:hover img,
header .snsArea .snsItem a:hover img {
  opacity: 0.5;
}

.forSelectcourse:hover,
.contactSelectbox .contactBox .specialBtn:hover {
  color: #FFF;
  background: #02499b;
}

.thumb .slick-slide:hover a:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 2px);
  border: 1px solid blue;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.newsArea .typeFlex .newsListarea .newsList .list:hover:before {
  border: 1px solid #000;
}

.newsArea .typeFlex .newsListarea .newsList .list:hover:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.newsArea .typeFlex .newsListarea .newsList .list:hover .entryCategory {
  border: 1px solid #000;
}

.selectArea .selecttextCenter .selectText .inText:hover {
  color: #FFF600;
}

.forNewslist:hover:after {
  right: -5px;
}

/*.selectArea .selectList .selectItem:hover:nth-of-type(1) .selectItemtext,
.bottomLinkArea .bottomLinkWrap .bottomLinkList:nth-of-type(1) li a:hover {
  color: #78C042;
}

.selectArea .selectList .selectItem:hover:nth-of-type(2) .selectItemtext,
.bottomLinkArea .bottomLinkWrap .bottomLinkList:nth-of-type(2) li a:hover {
  color: #00a626;
}

.selectArea .selectList .selectItem:hover:nth-of-type(3) .selectItemtext,
.bottomLinkArea .bottomLinkWrap .bottomLinkList:nth-of-type(3) li a:hover {
  color: #FFC600;
}

.selectArea .selectList .selectItem:hover:nth-of-type(4) .selectItemtext,
.bottomLinkArea .bottomLinkWrap .bottomLinkList:nth-of-type(4) li a:hover {
  color: #01228A;
}

.selectArea .selectList .selectItem:hover:nth-of-type(5) .selectItemtext,
.bottomLinkArea .bottomLinkWrap .bottomLinkList:nth-of-type(5) li a:hover {
  color: #D60E0C;
}

.selectArea .selectList .selectItem:hover:nth-of-type(6) .selectItemtext,
.bottomLinkArea .bottomLinkWrap .bottomLinkList:nth-of-type(6) li a:hover {
  color: #007767;
}*/
