@charset "utf-8";
/*------------------------------------------------------*/
.cmshtml #page-top {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 33;
}
.cmshtml #page-top:before {
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg);
  transition: all 0.6s ease;
}
.cmshtml #page-top:hover:before {
  top: 0;
}
@media screen and (max-width: 1000px) {
  .cmshtml #page-top {
    bottom: 20px;
    right: 20px;
  }
}
/*------------------------------------------------------*/
.cmshtml .load-fade {
  opacity: 0;
  transition: all 2s;
  overflow: hidden;
}
.cmshtml .load-fade.done {
  opacity: 1;
}
.cmshtml .to-lr {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s;
}
.cmshtml .to-rl {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1s;
}
.cmshtml .to-lr.scrollin, .cmshtml .to-rl.scrollin {
  opacity: 1;
  transform: translate(0);
}


/*------------------------------------------------------
mega menu
------------------------------------------------------*/
.cmshtml .menu_tit, .cmshtml .menu_tit a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.cmshtml .mega_inwrap {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 66px;
  z-index: 100;
}
.cmshtml .mega_inarea {
  background: rgba(255, 255, 255, 0.9);
}
.cmshtml .mega_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 20px;
}
.cmshtml .megamenu_list {
  width: 30%;
  margin: 0 1.5% 25px;
}
.cmshtml .megamenu_li.li_parent {
  border-bottom: 1px solid #313131;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.cmshtml .megamenu_li.li_children {
  position: relative;
  padding-bottom: 5px;
}
.cmshtml .megamenu_li.li_child,
.cmshtml .megamenu_li .li_chi, .li_g_child {
  font-size: 15px;
  display: block;
  position: relative;
  padding: 5px 0;
  padding-left: 15px;
}
.cmshtml .li_g_child {
  font-size: 14px;
  padding: 0;
  padding-left: 15px;
}
.cmshtml .megamenu_li.li_parent a {
  color: #313131;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .megamenu_li.li_parent a:hover {
  color: #0065AE;
  text-decoration: underline;
}
.cmshtml .megamenu_li .li_chi:before,
.cmshtml .megamenu_li.li_child:before {
  background: #333;
  content: '';
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  align-items: center;
  width: 5px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 2px;
}
.cmshtml .li_g_child:before {
  background: #333;
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml .megamenu_li.li_children,
.cmshtml .megamenu_li.li_child {
  border-bottom: 1px dotted #363636;
}
.cmshtml .megamenu_li.li_children a,
.cmshtml .megamenu_li.li_child a {
  color: #313131;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}
.cmshtml .megamenu_li.li_children a:hover,
.cmshtml .megamenu_li.li_child a:hover {
  color: #0065AE;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .cmshtml .drawer-nav {
    position: unset;
  }
  .cmshtml #navigation {
    transition-timing-function: unset !important;
    transition-duration: unset !important;
    transform: unset !important;
  }
  .cmshtml .mega_inarea {
    margin-top: 35px;
  }
  .cmshtml .menu_tit {
    cursor: pointer;
    padding-right: 25px;
    position: relative;
  }
  .cmshtml .menu_tit:before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    z-index: 5;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  .cmshtml .mega_menu:hover .menu_tit:before {
    transform: rotate(225deg);
  }
  .cmshtml .li_g_child {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .menu_tit {
    font-weight: 600;
    padding: 10px;
    padding-right: 40px;
    position: relative;
  }
  .cmshtml .menu_tit:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    margin: auto;
    background: none;
    border-right: 1px solid #0065AE;
    border-bottom: 1px solid #0065AE;
    transform: rotate(45deg);
    top: 15px;
    transition: all 0.3s;
  }
  .cmshtml .menu_tit, .cmshtml .menu_tit a {
    font-size: 14px;
    color: #0065AE;
  }
  .cmshtml .mega_inwrap {
    background: rgb(237, 237, 237);
    position: relative;
    left: auto;
    top: auto;
  }
  .cmshtml .active .mega_inwrap {
    display: block !important;
  }
  .cmshtml .mega_area {
    display: block;
    margin: auto;
    padding: 5px 5px 10px;
  }
  .cmshtml .megamenu_list {
    background: #fff;
    width: auto;
    margin: auto;
    padding: 5px;
  }
  .cmshtml .megamenu_li.li_parent {
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: auto;
  }
  .cmshtml .megamenu_li.li_child,
  .cmshtml .megamenu_li .li_chi {
    font-size: 13px;
  }
  .cmshtml .li_g_child {
    font-size: 12px;
  }
  .cmshtml .li_g_child {
    margin-left: 10px;
  }
}
/*------------------------------------------------------*/
.cmshtml .common_area {
  padding: 30px 0 0;
  position: relative;
}
.cmshtml .common_area > * {
  max-width: 1200px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
}
.cmshtml .common_area + #contents .subpage_contents {
    padding-top: 0px;
}
@media screen and (max-width: 680px) {
  .cmshtml .common_area {
    padding: 15px 0 10px;
    background: #f5f8fa;
  }
  .cmshtml .common_area > *.rdblock {
    max-width: 96%;
    margin-left: auto !important;
  }

.cmshtml .common_area .p_link {
    margin-bottom: 8px;
}
}
/*------------------------------------------------------*/
.cmshtml .hide_btn {
  width: 25px;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .hide_btn a {
  display: flex;
}
.cmshtml .hide_btn img {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1000px) {
  .cmshtml .hide_btn {
    right: auto;
    left: 228px;
  }
}
/*------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml #mainvisual:before,
  .cmshtml #title_wrap:before {
    background: linear-gradient(to bottom, #0065AE, transparent);
    content: "";
    display: block;
    width: 100%;
    height: 177px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.3s;
    pointer-events: none;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1001px) {
  .cmshtml #mainvisual:before,
  .cmshtml  #title_wrap:before {
    height: 160px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1001px) {
  .cmshtml #mainvisual:before,
  .cmshtml  #title_wrap:before {
    height: 140px;
  }
}
/*------------------------------------------------------*/