@charset "UTF-8";

.sidebar_title {
  border-bottom: solid 2px #002b60;
}
.sidebar_title h2, .sidebar_title > p {
  font-size: 125%;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 0.5em;
}
.sidebar_title h2 > span, .sidebar_title > p > span {
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .sidebar_title h2, .sidebar_title > p {
    font-size: 112.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .sidebar_title h2, .sidebar_title > p {
    font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar_title h2, .sidebar_title > p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .sidebar_title h2, .sidebar_title > p {
    font-size: 16px;
  }
}

/*                sidebar
======================================================= */
/*                content
======================================================= */
.sidebar_layout .list_cont .min_title {
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  .sidebar_layout .thumb_list > ul > li {
    width: 46%;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar_layout .thumb_list > ul > li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 640px) {
  .sidebar_layout .thumb_list > ul > li {
    width: 46%;
  }
}
.sidebar_layout .item_list > ul > li {
  width: 33.33333%;
}
@media only screen and (max-width: 900px) {
  .sidebar_layout .item_list > ul > li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar_layout .item_list > ul > li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 640px) {
  .sidebar_layout .item_list > ul > li {
    width: 50%;
  }
}

/*                sidebar layout
======================================================= */
@media only screen and (min-width: 769px) {
  .sidebar_layout {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .sidebar_layout .main {
    display: block;
    width: 900px;
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
  .sidebar_layout .sidebar {
    width: 310px;
    min-width: 310px;
    padding-left: 30px;
    margin-top: 50px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .sidebar_layout .sidebar .sidebar_item {
    position: sticky;
    margin-bottom: 0;
    top: 135px;
    z-index: 1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .sidebar_layout .sidebar {
    width: 260px;
    min-width: 260px;
    padding-left: 30px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sidebar_layout .sidebar {
    width: 210px;
    min-width: 210px;
    padding-left: 30px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .sidebar_layout.left_sidebar .main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sidebar_layout.left_sidebar .sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .sidebar_layout.left_sidebar .sidebar {
    padding-left: 0px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sidebar_layout.left_sidebar .sidebar {
    padding-left: 0px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar_layout .sidebar {
    margin-top: 30px;
  }
}

/*                #sidebar
======================================================= */
@media only screen and (max-width: 768px) {
  #sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin: 60px 0 0;
    width: 100%;
  }
  #sidebar .sidebar_item {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #sidebar {
    margin: 60px 0 0;
  }
}
#sidebar .sidebar_cont + .sidebar_cont {
  margin-top: 60px;
}
#sidebar .category_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: dotted 1px #ddd;
}
#sidebar .category_list ul li > a {
  position: relative;
  padding: 1em;
  display: block;
  width: 100%;
  position: relative;
  position: relative;
}
#sidebar .category_list ul li > a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  #sidebar .category_list ul li > a:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #657b97;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #sidebar .category_list ul li > a:hover:after {
    opacity: 0.1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 1200px) {
  #sidebar .category_list ul li > a {
    padding: 0.75em;
  }
}
#sidebar .category_list.staff_list ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sidebar .category_list.staff_list ul li > a .thumb {
  position: relative;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  max-width: 70px;
  min-width: 70px;
  width: 70px;
  height: 70px;
}
#sidebar .category_list.staff_list ul li > a .thumb .size {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#sidebar .category_list.staff_list ul li > a .thumb .photo {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#sidebar .category_list.staff_list ul li > a .thumb .photo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 200%;
  height: 100%;
}
#sidebar .category_list.staff_list ul li > a .text {
  padding-left: 1.25em;
}
#sidebar .category_list.staff_list ul li > a .text > span {
  display: block;
  letter-spacing: 0.1em;
}
#sidebar .category_list.staff_list ul li > a .text > span.name {
  font-weight: bold;
  font-weight: 600;
}
#sidebar .category_list.staff_list ul li > a .text > span.name_en {
  margin-top: 0.5em;
  color: #657b97;
  font-size: 12px;
}
@media only screen and (max-width: 1200px) {
  #sidebar .category_list.staff_list ul li > a .thumb {
    position: relative;
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    max-width: 60px;
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  #sidebar .category_list.staff_list ul li > a .text {
    padding-left: 1em;
  }
}
#sidebar .wpp-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: dotted 1px #ddd;
  margin-bottom: 0;
}
#sidebar .wpp-list li > a {
  position: relative;
  padding: 1em;
  display: none;
}
#sidebar .wpp-list li > a:hover {
  text-decoration: none;
}
#sidebar .wpp-list li > a.wpp-post-title {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 3em;
}
#sidebar .wpp-list li > a.wpp-post-title:before {
  position: absolute;
  left: 1em;
  top: 50%;
  display: block;
  content: "1";
  padding-top: 3px;
  line-height: 16px;
  width: 24px;
  height: 21px;
  font-size: 14px;
  text-align: center;
  background-color: #657b97;
  color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  #sidebar .wpp-list li > a.wpp-post-title:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #657b97;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #sidebar .wpp-list li > a.wpp-post-title:hover:after {
    opacity: 0.1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
#sidebar .wpp-list li > a img.wpp-thumbnail {
  display: none;
}
#sidebar .wpp-list li + li > a.wpp-post-title:before {
  content: "2";
  background-color: #7c8fa6;
}
#sidebar .wpp-list li + li + li > a.wpp-post-title:before {
  content: "3";
  background-color: #93a2b6;
}
#sidebar .wpp-list li + li + li + li > a {
  display: none;
}
#sidebar .wpp-list li + li + li + li > a.wpp-post-title:before {
  content: "4";
  background-color: #b2b2b2;
}
#sidebar .wpp-list li + li + li + li + li > a.wpp-post-title:before {
  content: "5";
  background-color: #b2b2b2;
}
#sidebar .wpp-list li .wpp-meta {
  display: none;
}
#sidebar .staff_list ul li:nth-child(2) {
  display: none;
}
