@charset "UTF-8";
/* CSS Document */
/****************************************/
/**   Rules    **/
/****************************************/
/******   break point    ****/
/******   variable colors    ****/
/******   prefix    ****/
/******   mix in    ****/
/******   abstract class    ****/
.box_container, .second_header_image, header .header_inner, nav ul, .contents, footer #foot_nav ul, #main_image, #recomend_items {
  margin-left: auto;
  margin-right: auto;
  max-width: 1002px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .box_container, .second_header_image, header .header_inner, nav ul, .contents, footer #foot_nav ul, #main_image, #recomend_items {
      padding-left: 10px;
      padding-right: 10px; } }

.clearfix, header .header_inner {
  *zoom: 1; }
  .clearfix:after, header .header_inner:after, .clearfix:before, header .header_inner:before {
    content: " ";
    display: table; }
  .clearfix:after, header .header_inner:after {
    clear: both; }

.inline_blocks, header .header_inner .sub_menus ul, nav ul, aside ul.banners, footer #foot_nav ul, #information_list li dl {
  letter-spacing: -0.40em; }
  .inline_blocks > *, header .header_inner .sub_menus ul > *, nav ul > *, aside ul.banners > *, footer #foot_nav ul > *, #information_list li dl > * {
    letter-spacing: normal;
    display: inline-block; }

.image_link, header .header_inner .sub_menus ul li, nav ul li, aside dl.second_menus dd li {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box; }
  .image_link a, header .header_inner .sub_menus ul li a, nav ul li a, aside dl.second_menus dd li a {
    text-decoration: none !important;
    display: block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.hover_effect, .title_bar p.to_list, aside ul.banners li, #recomend_items .slick-slide {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .hover_effect:hover, .title_bar p.to_list:hover, aside ul.banners li:hover, #recomend_items .slick-slide:hover {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5; }

.ta_center {
  text-align: center; }

strong {
  font-weight: bold; }

/****************************************/
/**   共通レイアウト設定    **/
/****************************************/
/******   frames    ****/
html {
  height: 100%; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #171717;
  text-align: left;
  height: 100%;
  background-color: white; }

.wrapper {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%; }

/******   input    ******/
input, textarea, select {
  padding: 2px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em; }

/******   A style    ******/
a {
  color: #17b0e9; }
  a:link, a:visited {
    text-decoration: none; }
  a:hover, a:active {
    text-decoration: underline; }

/******   common parts    ******/
.second_header_image {
  margin-bottom: 20px; }
  @media screen and (max-width: 800px) {
    .second_header_image {
      padding: 0; } }

.title_bar {
  background: -webkit-linear-gradient(180deg, #dadada -50%, #FFFFFF);
  background: -moz-linear-gradient(180deg, #dadada -50%, #FFFFFF);
  background: -ms-linear-gradient(180deg, #dadada -50%, #FFFFFF);
  background: -o-linear-gradient(180deg, #dadada -50%, #FFFFFF);
  background: linear-gradient(180deg, #dadada -50%, #FFFFFF);
  border: #c9c9c9 solid 1px;
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative; }
  .title_bar h3 {
    background: url(../img/common/title_mark.png) no-repeat 0px center;
    padding: 3px 50px 2px 50px;
    background-size: auto 35px;
    font-size: 120%;
    min-height: 35px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    font-family: "source-han-sans-japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic";
    font-style: normal;
    font-weight: 700; }
  .title_bar p.to_list {
    right: 10px;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .title_bar p.to_list img {
      vertical-align: top; }

.float_image_contents > * {
  vertical-align: top;
  display: table-cell; }
.float_image_contents > .table_img_wrap {
  width: 40%;
  text-align: center; }
@media screen and (max-width: 800px) {
  .float_image_contents.break1 {
    display: block; }
    .float_image_contents.break1 > * {
      display: block;
      width: 100% !important;
      margin-bottom: 10px; } }
@media screen and (max-width: 640px) {
  .float_image_contents {
    display: block; }
    .float_image_contents > * {
      display: block;
      width: 100% !important;
      margin-bottom: 10px; } }

/**********   ヘッダー    **********/
header {
  width: 100%;
  border-bottom: #17b0e9 solid 3px;
  padding-top: 5px; }
  header .header_inner h1 {
    float: left; }
  header .header_inner .sub_menus {
    float: right;
    text-align: right;
    font-size: 85%; }
    header .header_inner .sub_menus p.head_text {
      color: #17b0e9;
      margin-bottom: 20px; }
      @media screen and (max-width: 800px) {
        header .header_inner .sub_menus p.head_text {
          font-size: 75%; } }
    header .header_inner .sub_menus ul {
      height: auto; }
      header .header_inner .sub_menus ul li {
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -ms-border-radius: 5px 5px 0px 0px;
        -o-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
        background-color: #dddddd;
        vertical-align: middle;
        min-width: 100px;
        text-align: center;
        margin-left: 2px;
        height: 22px;
        line-height: 22px; }
        header .header_inner .sub_menus ul li a {
          color: black;
          line-height: 22px; }
        header .header_inner .sub_menus ul li:hover {
          background-color: #17b0e9; }
          header .header_inner .sub_menus ul li:hover a {
            color: white; }
    @media screen and (max-width: 640px) {
      header .header_inner .sub_menus {
        display: none; } }

#info header .header_inner .sub_menus ul li.nav_info,
#contact header .header_inner .sub_menus ul li.nav_contact,
#recruit header .header_inner .sub_menus ul li.nav_recruit,
#english header .header_inner .sub_menus ul li.nav_english {
  background-color: #17b0e9; }
  #info header .header_inner .sub_menus ul li.nav_info a,
  #contact header .header_inner .sub_menus ul li.nav_contact a,
  #recruit header .header_inner .sub_menus ul li.nav_recruit a,
  #english header .header_inner .sub_menus ul li.nav_english a {
    color: white; }

/********   ナビ    ********/
nav {
  width: 100%;
  height: 50px;
  background: -webkit-linear-gradient(-180deg, #FFFFFF 50%, #dadada);
  background: -moz-linear-gradient(-180deg, #FFFFFF 50%, #dadada);
  background: -ms-linear-gradient(-180deg, #FFFFFF 50%, #dadada);
  background: -o-linear-gradient(-180deg, #FFFFFF 50%, #dadada);
  background: linear-gradient(-180deg, #FFFFFF 50%, #dadada); }
  nav ul {
    height: 50px; }
    nav ul li {
      width: 20%;
      text-align: center;
      height: 50px;
      line-height: 50px;
      font-size: 108%; }
      nav ul li a {
        font-family: "source-han-sans-japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic";
        font-style: normal;
        font-weight: 700;
        padding: 10px 0;
        height: 50px;
        color: black; }
      nav ul li span {
        width: 100%;
        display: inline-block;
        border-right: #17b0e9 dotted 1px;
        box-sizing: border-box;
        height: 30px;
        line-height: 30px;
        vertical-align: top; }
      nav ul li:hover {
        background-color: #17b0e9; }
        nav ul li:hover a {
          color: white; }
      nav ul li:first-of-type span {
        border-left: #17b0e9 dotted 1px; }
  @media screen and (max-width: 640px) {
    nav {
      display: none; } }

#top nav ul li.nav_top,
#company nav ul li.nav_company,
#business nav ul li.nav_business,
#product nav ul li.nav_product,
#office nav ul li.nav_office {
  background-color: #17b0e9; }
  #top nav ul li.nav_top a,
  #company nav ul li.nav_company a,
  #business nav ul li.nav_business a,
  #product nav ul li.nav_product a,
  #office nav ul li.nav_office a {
    color: white; }

/*******    SPナビ    *******/
.sp_nav {
  position: fixed;
  top: 7.5px;
  right: 7.5px;
  display: none;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: black;
  z-index: 9999;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .sp_nav_btn, .sp_nav_btn_bar {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .sp_nav_btn {
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: fixed;
    top: 0px;
    right: 14px;
    z-index: 101; }
    .sp_nav_btn_bar {
      width: 20px;
      height: 2px;
      position: absolute;
      top: 29px;
      left: 20px;
      background-color: black; }
      .sp_nav_btn_bar_top {
        -webkit-transform: translate(0, -8px);
        -moz-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
        -o-transform: translate(0, -8px);
        transform: translate(0, -8px); }
      .sp_nav_btn_bar_bottom {
        -webkit-transform: translate(0, 8px);
        -moz-transform: translate(0, 8px);
        -ms-transform: translate(0, 8px);
        -o-transform: translate(0, 8px);
        transform: translate(0, 8px); }
  .sp_nav.is-opened {
    position: fixed;
    z-index: 999999; }
    .sp_nav.is-opened .sp_nav_btn_bar {
      background-color: white; }
      #top .sp_nav.is-opened .sp_nav_btn_bar {
        background-color: white; }
      .sp_nav.is-opened .sp_nav_btn_bar_top {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sp_nav.is-opened .sp_nav_btn_bar_middle {
        width: 0;
        -webkit-transform: translate(10px, 0);
        -moz-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
        -o-transform: translate(10px, 0);
        transform: translate(10px, 0); }
      .sp_nav.is-opened .sp_nav_btn_bar_bottom {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .sp_nav.on_scroll {
    background-color: rgba(23, 176, 233, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .sp_nav.on_scroll .sp_nav_btn_bar {
      background-color: white; }
    .sp_nav.on_scroll.is-opened {
      background-color: transparent; }
  @media screen and (max-width: 640px) {
    .sp_nav {
      display: block; } }

/*******   格納メニュー   *******/
.responsive_menu {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: -600px;
  height: 100%;
  width: 100%;
  max-width: 600px;
  background-color: rgba(34, 34, 34, 0.95);
  display: block;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .responsive_menu_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9997;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 100%;
    height: auto !important;
    height: 100%;
    display: none; }
    .responsive_menu_wrap.show {
      display: block; }
  .responsive_menu::-webkit-scrollbar {
    display: none; }
  .responsive_menu .inner_menu {
    margin: 30px;
    color: rgba(0, 0, 0, 0.6);
    padding: 0; }
    .responsive_menu .inner_menu p.menu_title {
      margin-bottom: 30px;
      text-align: center;
      font-family: "acumin-pro-condensed",sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 130%;
      letter-spacing: 3px; }
      .responsive_menu .inner_menu p.menu_title i {
        margin-right: 10px; }
    .responsive_menu .inner_menu ul {
      margin-bottom: 30px; }
    .responsive_menu .inner_menu li {
      letter-spacing: normal;
      border-bottom: rgba(255, 255, 255, 0.4) solid 1px;
      box-sizing: border-box;
      width: 100%;
      height: 50px;
      line-height: 50px; }
      .responsive_menu .inner_menu li a {
        text-decoration: none;
        color: white;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden; }
      .responsive_menu .inner_menu li i {
        margin-right: 20px; }
    .responsive_menu .inner_menu p {
      text-align: center;
      color: white; }
      @media screen and (max-width: 340px) {
        .responsive_menu .inner_menu p {
          font-size: 80%; } }
    .responsive_menu .inner_menu p.inner_bottom_logo > img {
      width: 175px;
      text-align: center;
      margin-bottom: 30px; }

/*******   メインエリア    *******/
.contents {
  padding-bottom: 200px;
  display: table;
  position: relative; }
  .contents > * {
    display: table-cell;
    vertical-align: top; }
  @media screen and (max-width: 800px) {
    .contents {
      padding-bottom: 80px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .contents > * {
        display: block;
        width: 100% !important; }
      .contents > article {
        margin-bottom: 50px; } }

@media screen and (max-width: 800px) {
  #top .contents,
  #company_reverse.contents {
    -webkit-flex-direction: column;
    flex-direction: column; } }

article {
  width: auto; }

#top article {
  padding-right: 20px; }
  @media screen and (max-width: 800px) {
    #top article {
      padding-right: 0; } }

#company_reverse article {
  padding-right: 20px; }
  @media screen and (max-width: 800px) {
    #company_reverse article {
      padding-right: 0; } }

/*******   サイドバー    *******/
aside {
  width: 250px;
  padding-right: 20px; }
  aside ul.banners li {
    margin-bottom: 5px;
    width: 100%; }
    aside ul.banners li:last-of-type {
      margin-bottom: 0; }
    aside ul.banners li img {
      width: 100%; }
    @media screen and (max-width: 800px) {
      aside ul.banners li {
        width: 49%; }
        aside ul.banners li:nth-of-type(2n) {
          margin-left: 2%; } }
  aside dl.second_menus {
    margin-bottom: 20px; }
    aside dl.second_menus dt {
      font-family: "source-han-sans-japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic";
      font-style: normal;
      font-weight: 700;
      background: -webkit-linear-gradient(180deg, #FFFFFF 10%, #dadada);
      background: -moz-linear-gradient(180deg, #FFFFFF 10%, #dadada);
      background: -ms-linear-gradient(180deg, #FFFFFF 10%, #dadada);
      background: -o-linear-gradient(180deg, #FFFFFF 10%, #dadada);
      background: linear-gradient(180deg, #FFFFFF 10%, #dadada);
      border: #c9c9c9 solid 1px;
      box-sizing: border-box;
      padding: 4px 15px;
      position: relative; }
      aside dl.second_menus dt:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        min-height: 100%;
        width: 7px;
        background-color: #17b0e9; }
      aside dl.second_menus dt span.mark {
        display: none; }
    aside dl.second_menus dd {
      background-color: rgba(235, 235, 235, 0.6); }
      aside dl.second_menus dd li {
        padding: 4px 15px;
        box-sizing: border-box;
        border-bottom: #bebebe dotted 1px;
        border-top: white solid 1px;
        position: relative; }
        aside dl.second_menus dd li a {
          font-family: "source-han-sans-japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic";
          font-style: normal;
          font-weight: 400;
          color: #636363; }
        aside dl.second_menus dd li:hover {
          background-color: #17b0e9; }
          aside dl.second_menus dd li:hover a {
            color: white; }
    aside dl.second_menus span.mark {
      display: block;
      position: absolute;
      right: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 130%; }
    @media screen and (max-width: 800px) {
      aside dl.second_menus dt {
        cursor: pointer; }
        aside dl.second_menus dt span.mark {
          display: block; }
          aside dl.second_menus dt span.mark i {
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
      aside dl.second_menus dd {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        max-height: 0;
        overflow: hidden; }
      aside dl.second_menus.open dt span.mark i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      aside dl.second_menus.open dd {
        max-height: 100vh; } }
  @media screen and (max-width: 800px) {
    aside {
      padding-right: 0; } }

#top aside {
  padding-right: 0px;
  order: 1; }
  @media screen and (max-width: 800px) {
    #top aside ul.banners li {
      width: 32%; }
      #top aside ul.banners li:nth-of-type(2n) {
        margin-left: 0; }
      #top aside ul.banners li:nth-of-type(3n-1) {
        margin-left: 2%;
        margin-right: 2%; } }
  @media screen and (max-width: 640px) {
    #top aside ul.banners li {
      width: 49%; }
      #top aside ul.banners li:nth-of-type(3n-1) {
        margin-left: 0;
        margin-right: 0; }
      #top aside ul.banners li:nth-of-type(2n) {
        margin-left: 2%; } }

#company_reverse aside {
  padding-right: 0px; }

/*******   フッター    *******/
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  background-color: #eee; }
  footer #foot_nav {
    background-color: #888;
    margin-bottom: 20px; }
    footer #foot_nav ul {
      text-align: center;
      padding: 10px 0; }
      footer #foot_nav ul li {
        padding: 0 10px; }
        footer #foot_nav ul li a {
          color: white; }
    @media screen and (max-width: 800px) {
      footer #foot_nav {
        display: none; } }
  footer > p {
    text-align: center;
    color: #888;
    width: 100%; }
  footer p.foot_company_name {
    font-family: "source-han-sans-japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic";
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #888;
    padding-bottom: 10px;
    font-size: 95%; }
  footer p.copyright {
    font-family: "acumin-pro",Sans-Serif;
    font-style: normal;
    font-weight: 400;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-size: 80%;
    letter-spacing: 0em; }
  @media screen and (max-width: 800px) {
    footer {
      height: 80px;
      background-color: #888;
      padding-top: 10px; }
      footer > p {
        color: white !important; }
      footer p.foot_company_name {
        border-bottom-color: #666; }
      footer p.copyright {
        border-top-color: 1px solid #aaa; } }

.btn_to_top {
  display: none;
  position: fixed;
  bottom: 0;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  text-align: center;
  color: white;
  padding-top: 35px;
  box-sizing: border-box;
  font-family: "acumin-pro-condensed",sans-serif;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
  z-index: 99; }
  .btn_to_top > span {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    left: 50%;
    margin-left: -10px;
    border-left: white solid 1px;
    border-top: white solid 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .btn_to_top:hover > span {
    top: 15px; }

/****************************************/
/**   ページごと    **/
/****************************************/
#main_image {
  margin-bottom: 20px; }
  #main_image .slick-dotted.slick-slider {
    margin-bottom: 0; }
  #main_image .slick-slide img {
    width: 100%; }
  #main_image .slick-dots {
    bottom: 0;
    text-align: right;
    padding-right: 10px; }
    #main_image .slick-dots li {
      margin: 0; }
      #main_image .slick-dots li button:before {
        color: white !important;
        opacity: .5; }
      #main_image .slick-dots li.slick-active button:before {
        opacity: 1; }
  @media screen and (max-width: 800px) {
    #main_image {
      padding: 0; } }

#recomend_items {
  margin-bottom: 20px; }
  #recomend_items .slick-slide {
    text-align: center; }
    #recomend_items .slick-slide img {
      display: inline-block;
      width: 98%; }

#information_list li {
  border-bottom: #aaa dotted 1px;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  #information_list li dl dt {
    width: 7em;
    font-family: "acumin-pro",Sans-Serif;
    font-style: normal;
    font-weight: 400; }
  @media screen and (max-width: 640px) {
    #information_list li dl > * {
      width: 100% !important; } }
#information_list .btn_view_more {
  font-family: "acumin-pro-condensed",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 120%;
  text-align: center;
  background-color: #2c2c2c;
  display: none;
  width: 120px;
  padding: 8px 0;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  #information_list .btn_view_more a {
    color: white;
    text-decoration: none; }
    #information_list .btn_view_more a::before {
      content: '';
      position: absolute;
      color: #424242;
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 10px 0;
      box-sizing: border-box;
      background-color: white;
      -webkit-transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    #information_list .btn_view_more a::after {
      content: 'MORE';
      position: absolute;
      color: #2c2c2c;
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px 0;
      box-sizing: border-box;
      bottom: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    #information_list .btn_view_more a:hover::before {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    #information_list .btn_view_more a:hover::after {
      opacity: 1; }
@media screen and (max-width: 800px) {
  #information_list {
    margin-bottom: 20px; }
    #information_list li:nth-of-type(n+4) {
      display: none; }
    #information_list .btn_view_more {
      display: block; } }
