@charset "utf-8";
body {
  background: #29303d;
}
#wrap {
  width: 100%;
}
.btn_top {
  display: none;
  position: fixed;
  bottom: 50px;
  left: 50%;
  margin-left: 540px;
  z-index: 10000;
  opacity: 1;
}
.btn_top a {
  color: #ccc;
  line-height: 1.5em;
}
#header {
  width: 100%;
  height: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 769px) {
  #header {
    position: fixed;
    z-index: 1000;
    height: 80px;
  }
}
#header .cont {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #header .cont {
    width: auto;
  }
}
#header .cont h1 {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 1em;
}
@media (max-width: 769px) {
  #header .cont h1 {
    top: 8px;
  }
}
#header .cont .gnb {
  position: absolute;
  right: 10px;
  top: 40px;
}
@media (max-width: 769px) {
  #header .cont .gnb {
    display: none;
  }
}
#header .cont .gnb li {
  float: left;
  margin-left: 50px;
  list-style: none;
}
#header .cont .gnb li a {
  font-size: 16px;
  color: #333;
}
#header .cont .gnb li a:hover {
  color: #000;
  text-decoration: underline;
}
#header .cont .mobile_gnb {
  display: none;
  transition: all 0.25s ease;
  position: absolute;
  top: 79px;
  z-index: 100;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
}
#header .cont .mobile_gnb li {
  padding-left: 12px;
  height: 40px;
  line-height: 40px;
  border-top: 1px dotted #ccc;
}
#header .cont .mobile_gnb li:first-child {
  border-top: none;
}
#header .cont .mobile_gnb li a {
  color: #333;
  display: block;
  width: 100%;
}
#header .cont .m_btn {
  display: none;
}
@media (max-width: 769px) {
  #header .cont .m_btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 22px;
    z-index: 100;
  }
}
#header .cont .m_btn .menu-trigger {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 36px;
  transition: all .4s;
  box-sizing: border-box;
}
#header .cont .m_btn .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #aa9265;
  border-radius: 4px;
  transition: all .4s;
  box-sizing: border-box;
}
#header .cont .m_btn .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#header .cont .m_btn .menu-trigger span:nth-of-type(2) {
  top: 16px;
}
#header .cont .m_btn .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#header .cont .m_btn .menu-trigger.active-1 span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-315deg);
  transform: translateY(16px) rotate(-315deg);
}
#header .cont .m_btn .menu-trigger.active-1 span:nth-of-type(2) {
  opacity: 0;
}
#header .cont .m_btn .menu-trigger.active-1 span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(315deg);
  transform: translateY(-16px) rotate(315deg);
}
#header .cont .m_btn.open a {
  background-position: 0 0;
}
.slider {
  width: 100%;
  height: 480px;
  background: #333;
}
@media (max-width: 769px) {
  .slider {
    height: 380px;
    padding-top: 80px;
  }
}
.slider .bxslider li {
  position: relative;
  height: 480px;
  opacity: 0.8;
}
@media (max-width: 769px) {
  .slider .bxslider li {
    height: 380px;
  }
}
.slider .bxslider li div {
  width: 960px;
  margin: auto;
}
@media (max-width: 769px) {
  .slider .bxslider li div {
    width: auto;
  }
}
.slider .bxslider li div p {
  width: 50%;
  font-size: 20px;
  line-height:1.6em;
  color: #fff;  
}
@media (max-width: 769px) {
  .slider .bxslider li div p {
    padding: 0 20px;
    font-size: 20px;
  }
}
.slider .bxslider li div .title {
  margin: 156px 0 10px;
  color: #aa9265;
  font-size: 80px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .slider .bxslider li div .title {
    margin: 106px 0 10px;
    font-size: 60px;
  }
}
.slider .bxslider .first {
  background: url(../images/bx_img1.png) no-repeat 50% 0;
  background-size: cover;
}
.slider .bxslider .first .title {
  color: #cbbea6;
}
.slider .bxslider .second {
  background: url(../images/bx_img2.png) no-repeat 50% 0;
  background-size: cover;
}
.slider .bxslider .second .title {
  color: #80dde5;
}
.slider .bxslider .third {
  background: url(../images/bx_img3.png) no-repeat 50% 0;
  background-size: cover;
}
.slider .bxslider .third .title {
  color: #f5f5f5;
}
.news {
  height: 42px;
  background: #aa9265;
}
.news .cont {
  overflow: hidden;
  width: 940px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .news .cont {
    width: 95%;
    margin: 0;
  }
}
.news .cont p {
  float: left;
  line-height: 42px;
}
.news .cont .title {
  margin-right: 30px;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 769px) {
  .news .cont .title {
    display: none;
  }
}
.news .cont .contents {
  width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
@media (max-width: 769px) {
  .news .cont .contents {
    width: auto;
  }
}
.pro {
  height: 364px;
  position: relative;
  padding: 50px 0 0 0;
}
@media (max-width: 640px) {
  .pro {
    height: auto;
  }
}
.pro .cont {
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 769px) {
  .pro .cont {
    width: auto;
  }
}
.pro .cont h2 {
  font-size: 55px;
}
@media (max-width: 640px) {
  .pro .cont h2 {
    font-size: 50px;
    text-align: center;
  }
}
.pro .cont h3 {
  font-weight: normal;
  font-size: 22px;
}
@media (max-width: 640px) {
  .pro .cont h3 {
    font-size: 18px;
    text-align: center;
  }
}
.pro .cont p {
  width: 580px;
  font-size: 15px;
  line-height: 1.6em;
}
@media (max-width: 640px) {
  .pro .cont p {
    width: auto;
    font-size: 15px;
    text-align: center;
  }
}
.pro .cont .btn {
  position: relative;
  z-index: 100;
  padding-top: 50px;
}
.pro .cont .btn a {
  padding: 4px 26px 8px 26px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 28px;
  color: #fff;
  line-height: 35px;
  transition: all 0.25s ease;
}
.hydra {
  background: #f5f5f5 url(../images/bg_index_pro1.png) no-repeat 120% 0;
}
@media (max-width: 769px) {
  .hydra {
    background-position: -240% 0;
  }
}
@media (max-width: 640px) {
  .hydra {
    background: #f5f5f5 url();
  }
}
@media (min-width: 1400px) {
  .hydra {
    background-position: 80% 0;
  }
}
.hydra h2 {
  padding: 36px 0 0 50px;
  background: url(../images/index_h2_1.gif) no-repeat 0 0;
}
@media (max-width: 640px) {
  .hydra h2 {
    padding: 0px 20px 0;
    background: url();
  }
}
.hydra h3 {
  padding: 40px 0 0 50px;
}
@media (max-width: 640px) {
  .hydra h3 {
    padding: 40px 20px 0;
  }
}
.hydra h3 span {
  padding: 6px 6px 6px 0;
  background: #f5f5f5;
}
.hydra p {
  padding: 10px 0 0 50px;
}
@media (max-width: 640px) {
  .hydra p {
    padding: 10px 20px 0;
  }
}
.hydra p span {
  padding: 6px 6px 6px 0;
  background: #f5f5f5;
}
.hydra .btn a {
  background: #aa9265;
}
.hydra .btn a:hover {
  background: #6d5c3c;
}
.dns {
  text-align: right;
  background: #435458 url(../images/bg_index_pro2.png) no-repeat -20% 0;
}
@media (max-width: 769px) {
  .dns {
    background-position: 250% 0;
  }
}
@media (max-width: 640px) {
  .dns {
    text-align: center;
    background: #435458 url();
  }
}
@media (min-width: 1400px) {
  .dns {
    background-position: 20% 0;
  }
}
.dns h2 {
  padding: 36px 50px 0 0;
  background: url(../images/index_h2_2.gif) no-repeat 100% 0;
  color: #fff;
}
@media (max-width: 640px) {
  .dns h2 {
    padding: 0px 20px 0;
    background: url();
  }
}
.dns h3 {
  padding: 40px 50px 0 0;
  color: #fff;
}
@media (max-width: 640px) {
  .dns h3 {
    padding: 40px 20px 0;
  }
}
.dns p {
  float: right;
  padding: 10px 50px 0 0;
  color: #fff;
}
@media (max-width: 640px) {
  .dns p {
    float: none;
    padding: 10px 20px 0;
  }
}
.dns .btn a {
  background: #47d6e3;
}
.dns .btn a:hover {
  background: #1a9eaa;
}
.idea {
  position: relative;
  background: #f5f5f5 url(../images/bg_index_pro3.png) no-repeat 50% 0;
  background-size: cover;
}
@media (max-width: 640px) {
  .idea {
    background: #f5f5f5 url();
  }
}
.idea h2 {
  padding: 36px 0 0 50px;
  background: url(../images/index_h2_3.gif) no-repeat 0 0;
}
@media (max-width: 640px) {
  .idea h2 {
    padding: 0px 20px 0;
    background: url();
  }
}
.idea h3 {
  padding: 40px 0 0 50px;
}
@media (max-width: 640px) {
  .idea h3 {
    padding: 40px 20px 0;
  }
}
.idea p {
  padding: 10px 0 0 50px;
}
@media (max-width: 640px) {
  .idea p {
    padding: 10px 20px 0;
  }
}
.idea .btn a {
  background: #c96769;
}
.idea .btn a:hover {
  background: #953537;
}
.idea .idea_img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 424px;
  background: url(../images/bg_index_pro3_.png) no-repeat 150% 0;
}
@media (max-width: 640px) {
  .idea .idea_img {
    display: none;
  }
}
@media (max-width: 769px) {
  .idea .idea_img {
    background-position: -820% 0;
  }
}
@media (min-width: 770px) and (max-width: 1150px) {
  .idea .idea_img {
    background-position: 550px 0;
  }
}
@media (min-width: 1150px) {
  .idea .idea_img {
    background-position: 150% 0;
  }
}
@media (min-width: 1400px) {
  .idea .idea_img {
    background-position: 120% 0;
  }
}
@media (min-width: 1800px) {
  .idea .idea_img {
    background-position: 90% 0;
  }
}
.sub_img {
  height: 326px;
}
@media (max-width: 769px) {
  .sub_img {
    height: 226px;
    padding-top: 80px;
  }
}
.sub_img .cont {
  position: relative;
  width: 940px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 769px) {
  .sub_img .cont {
    width: auto;
    padding: 0 20px;
  }
}
.sub_img .cont h2 {
  padding-top: 90px;
  font-size: 90px;
  color: #aa9265;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
@media (max-width: 769px) {
  .sub_img .cont h2 {
    padding-top: 50px;
    font-size: 70px;
  }
}
@media (max-width: 640px) {
  .sub_img .cont h2 {
    font-size: 50px;
  }
}
.sub_img .cont p {
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
}
@media (max-width: 769px) {
  .sub_img .cont p {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .sub_img .cont p {
    font-size: 20px;
  }
}
.sub_img.img1 {
  background: #000000 url(../images/sub_img_1.png) no-repeat 50% 0;
}
.sub_img.img2 {
  background: #000000 url(../images/sub_img_2.png) no-repeat 50% 0;
}
.sub_img.img2 h2 {
  color: #47d6e3;
}
.sub_img.img3 {
  background: #000000 url(../images/sub_img_3.png) no-repeat 50% 0;
}
.sub_img.img3 h2 {
  color: #c96769;
}
#contents {
  background: #fff;
}
#contents h2 {
  padding: 42px 0;
  text-align: center;
  font-size: 45px;
}
#contents .h2_in {
  text-align: center;
  margin-top: -20px;
  padding-bottom: 30px;
  font-size: 17px;
}
@media (max-width: 640px) {
  #contents .h2_in {
    padding: 0 20px;
  }
}
#contents .section .cont {
  overflow: hidden;
  width: 940px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 769px) {
  #contents .section .cont {
    width: auto;
    padding: 0 8%;
  }
}
#contents .section .cont h3 {
  padding: 50px 0;
  font-size: 35px;
}
@media (max-width: 640px) {
  #contents .section .cont h3 {
    padding: 50px 0 25px 0;
    font-size: 30px;
  }
}
#contents .section .cont p {
  padding: 50px 0;
  font-size: 15px;
  color: #666;
  line-height: 1.8em;
}
#contents .section .cont p strong {
  color: #d4212a;
  font-weight: normal;
}
@media (max-width: 640px) {
  #contents .section .cont p {
    padding: 25px 0 50px 0;
  }
}
#contents .section .cont p + p {
  padding-top: 0;
}
#contents .section .cont p.a_l {
  text-align: left;
}
#contents .section .cont .map {
  padding: 10px;
  border: 1px solid #dddddd;
}
#contents .section .cont dl {
  padding: 50px 0;
  overflow: hidden;
}
#contents .section .cont dt,
#contents .section .cont dd {
  float: left;
  margin-right: 10px;
  padding: 4px 0;
  text-align: left;
  font-size: 15px;
}
@media (max-width: 769px) {
  #contents .section .cont dt,
  #contents .section .cont dd {
    float: none;
  }
}
#contents .section .cont dt {
  clear: both;
  font-weight: bold;
}
#contents .section .cont dd {
  color: #666;
}
@media (max-width: 640px) {
  #contents .section .cont dd {
    padding-left: 10px;
  }
}
#contents .section .cont .list {
  padding: 0 0 50px 0;
}
#contents .section .cont .list li {
  margin-left: 10px;
  padding: 4px 0;
  font-size: 15px;
  color: #666;
  text-align: left;
}
#contents .section .cont .item_box {
  float: left;
  width: 33%;
  height: 310px;
  background: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 640px) {
  #contents .section .cont .item_box {
    float: none;
    width: 100%;
    height: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}
#contents .section .cont .item_box h4 {
  padding: 0 20px;
  color: #aa9265;
  font-size: 17px;
}
#contents .section .cont .item_box p {
  padding: 10px 20px;
}
@media (max-width: 640px) {
  #contents .section .cont .item_box p {
    padding-bottom: 30px;
  }
}
#contents .section .cont .item_box p.img {
  padding: 0;
  display: block;
  height: 196px;
  line-height: 196px;
}
@media (max-width: 640px) {
  #contents .section .cont .item_box p.img {
    width: 80%;
    padding: 0 10%;
    height: auto;
    line-height: 150px;
  }
}
#contents .section .cont .item_box p.img img {
  vertical-align: middle;
  width: auto;
}
#contents .section .cont .item_box:nth-of-type(2n) {
  background: #ffffff;
}
#contents .section .cont .item_box:nth-of-type(2) {
  width: 34%;
}
@media (max-width: 640px) {
  #contents .section .cont .item_box:nth-of-type(2) {
    width: 80%;
    padding: 0 10%;
  }
}
#contents .section .cont .item_box:nth-of-type(5) {
  width: 34%;
}
@media (max-width: 640px) {
  #contents .section .cont .item_box:nth-of-type(5) {
    width: 80%;
    padding: 0 10%;
  }
}
#contents .section .career {
  overflow: hidden;
  text-align: left;
}
@media (max-width: 640px) {
  #contents .section .career {
    text-align: center;
  }
}
#contents .section .career p.img {
  padding-top: 80px !important;
  display: block;
  float: left;
  width: 47%;
  text-align: center;
}
@media (max-width: 640px) {
  #contents .section .career p.img {
    float: none;
    width: 100%;
  }
  #contents .section .career p.img img {
    width: 100%;
  }
}
#contents .section .career .box {
  float: right;
  width: 47%;
}
@media (max-width: 640px) {
  #contents .section .career .box {
    float: none;
    width: 100%;
  }
}
#contents .section .career .box h4 {
  padding-bottom: 20px;
  font-size: 17px;
}
#contents .section .career p {
  padding: 0 0 50px 0;
}
#contents .section .cont.benefit {
  padding: 50px 0;
}
#contents .section.second {
  background: #f5f5f5;
}
#contents .section.second .career p.img {
  float: right;
}
#contents .section.second .career .box {
  float: left;
}
#contents .benefits:nth-of-type(1) h3 {
  color: #51b6ea;
}
#contents .benefits:nth-of-type(2) h3 {
  color: #bd8849;
}
#contents .benefits:nth-of-type(3) h3 {
  color: #5b9a72;
}
#contents .benefits:nth-of-type(4) h3 {
  color: #f96969;
}
#contents .p_menu {
  width: 100%;
  text-align: center;
  background: #333;
}
#contents .p_menu li {
  display: inline-block;
}
#contents .p_menu li a {
  display: block;
  width: 110px;
  padding: 12px 0;
  color: #999;
  font-size: 16px;
}
#contents .p_menu li a:hover {
  color: #ffffff;
}
#contents .p_menu li:first-child {
  padding-left: 0;
  border: none;
}
#contents .p_menu .current a {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  background: #21c7d6;
}
#footer {
  background: url(../images/bg_footer.png) repeat-x;
}
#footer .cont {
  position: relative;
  overflow: hidden;
  width: 940px;
  padding: 40px 10px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #footer .cont {
    width: auto;
    padding: 40px 10px 10px;
  }
}
#footer .cont ul li {
  float: left;
  width: 228px;
  list-style: none;
}
@media (max-width: 769px) {
  #footer .cont ul li {
    clear: both;
    float: none;
    width: auto;
  }
}
#footer .cont ul li strong {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
#footer .cont ul li ul {
  padding-top: 20px;
}
#footer .cont ul li ul li {
  width: auto;
  float: none;
  line-height: 2em;
}
@media (max-width: 769px) {
  #footer .cont ul li ul li {
    clear: none;
    margin: 0 20px 30px 0;
    float: left;
  }
}
#footer .cont ul li ul li a {
  font-size: 15px;
  color: #999;
}
#footer .cont ul li ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer .cont ul li.lng {
  display: none;
}
@media (max-width: 769px) {
  #footer .cont ul li.lng {
    display: block;
  }
}
#footer .cont .language {
  position: absolute;
  right: 10px;
  top: 40px;
}
@media (max-width: 769px) {
  #footer .cont .language {
    display: none;
  }
}
#footer .cont .language .language-group-button {
  position: relative;
  display: inline-block;
}
#footer .cont .language .language-group-button .selected-btn {
  width: 100px;
  display: inline-block;
  border-radius: 18.5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 23px;
  font-size: 13px;
  font-weight: 300;
  background: #28303d;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}
#footer .cont .language .language-group-button .selected-btn:hover {
  color: #ffffff;
}
#footer .cont .language .language-group-button .button-group {
  position: absolute;
  display: none;
  width: 100px;
  z-index: 2;
  top: 0;
  border-radius: 18.5px;
}
#footer .cont .language .language-group-button .button-group .btn {
  display: block;
  padding: 5px 23px;
  font-size: 13px;
  font-weight: 300;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 0px;
  background: #28303d;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
#footer .cont .language .language-group-button .button-group .btn:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-top-left-radius: 15.5px;
  border-top-right-radius: 15.5px;
}
#footer .cont .language .language-group-button .button-group .btn:last-child {
  border-bottom-left-radius: 18.5px;
  border-bottom-right-radius: 18.5px;
}
#footer .cont .language .language-group-button .button-group .btn:hover {
  color: #ffffff;
}
#footer .cont .language .language-group-button.open .button-group {
  display: block;
}
#footer .copyright {
  margin-top: 10px;
  padding: 30px 0 50px 0;
  border-top: 1px solid #515c71;
  color: #999;
  text-align: center;
}
.bx-wrapper .bx-pager {
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: -405px;
  z-index: 100;
}
@media (max-width: 769px) {
  .bx-wrapper .bx-pager {
    top: 330px;
    margin-right: -30px;
  }
}
@media (max-width: 640px) {
  img {
    width: 100%;
  }
}
table {
  width: 100%;
  border-top: 1px solid #ddd;
}
table th,
table td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
  background: #ffffff;
}
table th {
  background: #aa9265;
  color: #ffffff;
}
table td .ml {
  margin-left: 30px;
}
@media (max-width: 640px) {
  table td .ml {
    margin-left: 0;
  }
}
table td a {
  color: #333;
}
table td a:hover {
  text-decoration: underline;
}
table td .fonti {
  margin-right: 6px;
  font-size: 1.5em;
  color: #aa9265;
}
table td p {
  display: inline-block;
  padding: 0 !important;
}
table .subject {
  text-align: left;
}
@media (max-width: 640px) {
  table thead {
    display: none;
  }
  table .num {
    display: none;
  }
  table .date {
    font-size: 13px;
    color: #888888;
  }
}
.input th,
.input td {
  text-align: left;
  padding-left: 16px;
}
.input td input,
.input td textarea {
  width: 96%;
  padding: 1%;
  border: 1px solid #dddddd;
}
.input td .noti {
  display: block;
  padding-top: 6px;
  font-size: 13px;
  color: #888888;
}
.table {
  width: 100%;
  border-top: 1px solid #ddd;
}
@media (max-width: 640px) {
  .table {
    border: none;
  }
}
.table li {
  overflow: hidden;
  clear: both;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 640px) {
  .table li {
    border: none;
  }
}
.table li span {
  float: left;
  display: block;
  width: 68%;
  padding: 0.5% 0 0.5% 1%;
  height: 36px;
  line-height: 2.2em;
  text-align: left;
  font-size: 15px;
}
@media (max-width: 640px) {
  .table li span {
    float: none;
    width: 100%;
    padding: 0.5% 0;
  }
}
.table li span input,
.table li span textarea {
  width: 96%;
  padding: 0;
  border: 1px solid #dddddd;
}
.table li .title {
  width: 30%;
  background: #aa9265;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 640px) {
  .table li .title {
    width: 100%;
    color: #333;
    background: none;
  }
}
.table .note span {
  height: 332px;
}
@media (max-width: 640px) {
  .table .note span {
    height: auto;
  }
}
.table .note .title {
  line-height: 332px;
}
@media (max-width: 640px) {
  .table .note .title {
    line-height: 2.2em;
  }
}
hr.t_end {
  border: none;
  height: 50px;
}
.btn_group {
  padding-top: 18px;
  text-align: center;
}
.button {
  display: inline-block;
  min-width: 91px;
  padding: 8px 16px;
  border: 1px solid #d9d9d9;
  background: #f4f4f4;
  transition: all 0.25s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.button a {
  color: #333;
}
.button a:hover {
  color: #000000;
}
.button:hover {
  border-color: #c1c1c1;
  cursor: pointer;
}
.orange {
  display: inline-block;
  min-width: 91px;
  padding: 8px 16px;
  border: 1px solid #d9d9d9;
  background: #f4f4f4;
  transition: all 0.25s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-color: #8e784e;
  background: #aa9265;
}
.orange a {
  color: #333;
}
.orange a:hover {
  color: #000000;
}
.orange:hover {
  border-color: #c1c1c1;
  cursor: pointer;
}
.orange a {
  color: #333;
}
.orange a:hover {
  color: #000000;
}
.orange:hover {
  border-color: #c1c1c1;
  cursor: pointer;
}
.orange a {
  color: #fff;
}
.orange a:hover {
  color: #ffffff;
}
.orange:hover {
  border-color: #4c402a;
  background: #6d5c3c;
}
.paginate_group {
  position: relative;
  height: 50px;
}
.paginate_group .paginate_complex {
  position: relative;
  padding: 22px 0;
  line-height: normal;
  text-align: center;
}
.paginate_group .paginate_complex a {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0 -3px;
  padding: 1px 8px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background-color: #fff;
  font: bold 12px/16px Tahoma, Sans-serif;
  color: #323232;
  vertical-align: top;
  line-height: 1em;
}
.paginate_group .paginate_complex a:hover,
.paginate_group .paginate_complex a:active,
.paginate_group .paginate_complex a:focus {
  background-color: #f8f8f8;
}
.paginate_group .paginate_complex strong {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0 -3px;
  padding: 1px 8px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background-color: #fff;
  font: bold 12px/16px Tahoma, Sans-serif;
  color: #ff8600;
  vertical-align: top;
  line-height: 1em;
}
.paginate_group .paginate_complex .direction {
  border: 0;
  font-weight: normal;
  color: #767676;
  z-index: 1;
}
.paginate_group .paginate_complex .direction:hover,
.paginate_group .paginate_complex .direction:active,
.paginate_group .paginate_complex .direction:focus {
  color: #323232;
  background-color: #ffffff;
}
.paginate_group .paginate_complex .direction span {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.paginate_group .paginate_complex .prev {
  border-left: 0;
}
.paginate_group .paginate_complex .prev span {
  left: -4px;
  margin-right: 1px;
  border: 3px solid;
  border-top: solid #fff;
  border-bottom: solid #fff;
  border-left: 0;
}
.paginate_group .paginate_complex .next {
  border-right: 0;
}
.paginate_group .paginate_complex .next span {
  margin-left: 1px;
  border: 3px solid;
  border-top: solid #fff;
  border-bottom: solid #fff;
  border-right: 0;
}
.paginate_group .paginate_complex a {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0 -3px;
  padding: 1px 8px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background-color: #fff;
  font: bold 12px/16px Tahoma, Sans-serif;
  color: #323232;
  vertical-align: top;
  line-height: 1em;
}
.paginate_group .paginate_complex a:hover,
.paginate_group .paginate_complex a:active,
.paginate_group .paginate_complex a:focus {
  background-color: #f8f8f8;
}
.paginate_group .paginate_complex strong {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0 -3px;
  padding: 1px 8px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background-color: #fff;
  font: bold 12px/16px Tahoma, Sans-serif;
  color: #ff8600;
  vertical-align: top;
  line-height: 1em;
}
.paginate_group .paginate_complex .direction {
  border: 0;
  font-weight: normal;
  color: #767676;
  z-index: 1;
}
.paginate_group .paginate_complex .direction:hover,
.paginate_group .paginate_complex .direction:active,
.paginate_group .paginate_complex .direction:focus {
  color: #323232;
  background-color: #ffffff;
}
.paginate_group .paginate_complex .direction span {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.paginate_group .paginate_complex .prev {
  border-left: 0;
}
.paginate_group .paginate_complex .prev span {
  left: -4px;
  margin-right: 1px;
  border: 3px solid;
  border-top: solid #fff;
  border-bottom: solid #fff;
  border-left: 0;
}
.paginate_group .paginate_complex .next {
  border-right: 0;
}
.paginate_group .paginate_complex .next span {
  margin-left: 1px;
  border: 3px solid;
  border-top: solid #fff;
  border-bottom: solid #fff;
  border-right: 0;
}
.paginate_group .btn_l {
  position: absolute;
  left: 0;
  top: 12px;
}
.paginate_group .btn_r {
  position: absolute;
  right: 0;
  top: 12px;
}
.paginate_complex {
  position: relative;
  padding: 22px 0;
  line-height: normal;
  text-align: center;
}
.paginate_complex a {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0 -3px;
  padding: 1px 8px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background-color: #fff;
  font: bold 12px/16px Tahoma, Sans-serif;
  color: #323232;
  vertical-align: top;
  line-height: 1em;
}
.paginate_complex a:hover,
.paginate_complex a:active,
.paginate_complex a:focus {
  background-color: #f8f8f8;
}
.paginate_complex strong {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0 -3px;
  padding: 1px 8px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background-color: #fff;
  font: bold 12px/16px Tahoma, Sans-serif;
  color: #ff8600;
  vertical-align: top;
  line-height: 1em;
}
.paginate_complex .direction {
  border: 0;
  font-weight: normal;
  color: #767676;
  z-index: 1;
}
.paginate_complex .direction:hover,
.paginate_complex .direction:active,
.paginate_complex .direction:focus {
  color: #323232;
  background-color: #ffffff;
}
.paginate_complex .direction span {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.paginate_complex .prev {
  border-left: 0;
}
.paginate_complex .prev span {
  left: -4px;
  margin-right: 1px;
  border: 3px solid;
  border-top: solid #fff;
  border-bottom: solid #fff;
  border-left: 0;
}
.paginate_complex .next {
  border-right: 0;
}
.paginate_complex .next span {
  margin-left: 1px;
  border: 3px solid;
  border-top: solid #fff;
  border-bottom: solid #fff;
  border-right: 0;
}
