/*====================================================================================
1. Common second css
====================================================================================*/
/* ---------- BUTTON ACCORDION ---------- */
.btn-acc {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 10px 25px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  border: 3px solid #ffffff;
  background-color: #606060;
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-acc::before, .btn-acc::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 3px;
    margin-top: -2px;
    background-color: #ffffff; }
  .btn-acc::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
  .btn-acc.active::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

@media screen and (min-width: 768px) {
  .btn-acc:hover {
    color: #606060;
    border-color: #606060;
    background-color: #ffffff; }
    .btn-acc:hover::before, .btn-acc:hover::after {
      background-color: #606060; } }
@media only screen and (max-width: 767px) {
  .btn-acc {
    max-width: 280px;
    font-size: 15px;
    border-width: 2px;
    padding: 8px 20px; }
    .btn-acc::before, .btn-acc::after {
      height: 2px; } }
/* ---------- BUTTON ACCORDION ---------- */
#cm-header {
  background: #fff; }
  #cm-header a {
    color: #000027 !important; }
  #cm-header .gnav li a, #cm-header .gnav li .dropdown-txt {
    color: #000027 !important; }
  #cm-header .inner .header-links .cm-phone a {
    background: url("../common_img/h_ico_tel_yellow.png") no-repeat center left; }
  #cm-header .inner .header-links .time {
    color: #000027; }
  #cm-header .inner .header-links .language li a {
    border: 1px solid #000027; }
  #cm-header .inner .header-links .language li:first-child a {
    border-bottom: none; }
  #cm-header .inner .header-links .list_btn li a.btn-recruit {
    background: #ddd;
    border: 2px solid #ddd; }
  #cm-header .gnav {
    border-top: 1px solid #cfcfcf; }
    #cm-header .gnav li a {
      color: #000027; }

@media screen and (min-width: 768px) {
  #cm-header .inner .header-links .list_btn li a.btn-recruit:hover {
    background: #fff; } }
.bg_01 {
  background: url("../news/images/bg_01.jpg") no-repeat top center/contain; }

.ttl_page {
  position: relative;
  padding: 80px 0;
  margin-bottom: 0;
  z-index: 3; }
  .ttl_page h1 {
    display: inline-block;
    font-size: 52px;
    color: #fff;
    /* padding: 0 2%;
    background: #0d1d5e; */ }

@media only screen and (max-width: 767px) {
  .ttl_page {
    padding: 10% 0; }
    .ttl_page h1 {
      font-size: 32px; } }
@media only screen and (max-width: 480px) {
  .ttl_page h1 {
    font-size: 26px; } }
.breadcrumb {
  margin: 15px 0 90px; }
  .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .breadcrumb ul li {
      margin-right: 10px;
      position: relative;
      padding-left: 15px;
      font-size: 12px;
      color: #191919; }
      .breadcrumb ul li:before {
        font-family: FontAwesome;
        content: "\f105";
        font-size: 14px;
        margin-right: 6px;
        position: absolute;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%; }
      .breadcrumb ul li:first-child {
        padding-left: 0; }
        .breadcrumb ul li:first-child:before {
          content: ""; }
      .breadcrumb ul li a {
        font-weight: 500;
        color: #0d1d5e; }

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none; } }
#main .sec_cont {
  margin-bottom: 100px; }

@media only screen and (max-width: 767px) {
  #main {
    margin-top: 10%; }
    #main .sec_cont {
      margin-bottom: 10%; } }
/*====================================================================================
2. NEWS PAGE
====================================================================================*/
.page-news .ttl_page {
  background: url("../news/images/bg_ttlpage.jpg") no-repeat top center/cover; }

@media screen and (min-width: 1024px) {
  .page-news #main .container {
    width: 1000px; } }
.list_btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 100px; }
  .list_btn2 li {
    width: 28%;
    margin: 0 2% 1%; }
    .list_btn2 li a {
      background: #fff;
      width: 100%;
      min-width: auto;
      margin-top: 0; }

@media screen and (max-width: 767px) {
  .list_btn2 {
    margin-top: 5%;
    margin-bottom: 8%; }
    .list_btn2 li {
      width: 46%;
      margin: 2%; } }
.box_news {
  padding-bottom: 50px;
  margin: 0 auto 50px;
  border-bottom: 1px solid #ffe425; }
  .box_news .img_news {
    float: left;
    width: 35%;
    margin-right: 5%; }
    .box_news .img_news img {
      width: 100%; }
  .box_news .txt_news {
    overflow: hidden; }
    .box_news .txt_news .ttl_news {
      border-bottom: 1px solid #c2c9d2;
      margin-bottom: 20px; }
      .box_news .txt_news .ttl_news .date {
        display: inline-block;
        background: #0c1c5c;
        color: #ffe425;
        font-family: "Oswald", sans-serif;
        font-weight: normal;
        border-radius: 30px;
        padding: 5px 20px; }
      .box_news .txt_news .ttl_news p {
        font-size: 22px;
        font-weight: bold;
        color: #0d1d5e; }
    .box_news .txt_news .cont_txt .img_cont {
      float: left;
      width: 35%;
      margin-right: 5%; }
      .box_news .txt_news .cont_txt .img_cont img {
        width: 100%; }
    .box_news .txt_news .cont_txt p {
      overflow: hidden; }

@media screen and (max-width: 767px) {
  .box_news {
    padding-bottom: 5%;
    margin: 0 auto 5%; }
    .box_news .img_news {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 4%; }
    .box_news .txt_news .ttl_news p {
      font-size: 18px; }
    .box_news .txt_news .cont_txt .img_cont {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 4%; } }
.btn_pager {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 55px;
  margin-top: 70px; }
  .btn_pager .style_btn01 {
    margin-top: 0; }
  .btn_pager .btn {
    width: 200px; }
    .btn_pager .btn a {
      min-width: auto; }
  .btn_pager .back_list {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  .btn_pager {
    margin-top: 8%; }
    .btn_pager .btn {
      width: 45%; }
      .btn_pager .btn a {
        width: 100%; }
    .btn_pager .back_list {
      position: relative;
      margin-top: 15px; } }
/*====================================================================================
3. CONTACT PAGE
====================================================================================*/
.page-contact .ttl_page {
  background: url("../contact/images/bg_ttlpage.jpg") no-repeat top left/cover; }
.page-contact .style_table01 tr td:last-child {
  text-align: right; }
.page-contact .table_scroll .style_table01 tr th {
  border-top: none;
  padding-top: 0; }
.page-contact .table_scroll .style_table01 tr:last-child td {
  padding-bottom: 0;
  border-bottom: none; }
.page-contact .box_note .style_btn01 {
  border-top: 1px dashed #cdcdcd;
  margin-top: 15px; }
  .page-contact .box_note .style_btn01 a {
    width: 35%; }
    .page-contact .box_note .style_btn01 a .close_open {
      position: absolute;
      left: 55px;
      top: 50%; }

@media screen and (max-width: 767px) {
  .page-contact .box_note .style_btn01 {
    margin-top: 10px; }
    .page-contact .box_note .style_btn01 a {
      width: 280px; }
      .page-contact .box_note .style_btn01 a .close_open {
        left: 40px; }
  .page-contact .box_note .style_table01 tr:last-child {
    border-bottom: none !important; }
  .page-contact .box_note .style_table01 tr th, .page-contact .box_note .style_table01 tr td {
    padding-bottom: 10px; } }
@media screen and (min-width: 1024px) {
  .w1000 {
    width: 1000px;
    margin: auto !important; } }
#pp {
  padding: 90px 0; }
  #pp .box_pp {
    background: #fff;
    padding: 4% 10%;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #pp .box_pp h3 {
      font-weight: bold;
      font-size: 16px;
      margin: 20px 0 5px; }
      #pp .box_pp h3:first-child {
        margin-top: 0; }

@media screen and (max-width: 767px) {
  #pp {
    padding: 8% 0; }
    #pp .box_pp {
      padding: 4% 2%;
      margin-top: 4%; }
      #pp .box_pp .inner_pp {
        padding-right: 2%; }
      #pp .box_pp h3 {
        font-size: 15px;
        margin: 10px 0 5px; } }
.text_indent li {
  text-indent: -24px;
  margin-left: 24px; }

.list_style {
  margin-top: 30px; }
  .list_style li {
    position: relative;
    padding-left: 17px; }
    .list_style li:after {
      position: absolute;
      content: "";
      width: 2px;
      height: 2px;
      border-radius: 50%;
      top: 10px;
      left: 0;
      background: #24243f; }

.form_content {
  margin-top: 50px; }
  .form_content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #c2c9d2; }
    .form_content dl:last-child {
      border-bottom: 1px solid #c2c9d2; }
    .form_content dl dt {
      border-bottom: none;
      background: #0d1d5e;
      width: 350px;
      font-weight: bold;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 30px 115px 30px 30px;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .form_content dl dt span {
        position: absolute;
        display: inline-block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30px;
        width: 55px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        padding: 7px 10px 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .page-en .form_content dl dt span {
        font-size: 10px;
        padding: 7px 0 5px;
      }
        .form_content dl dt span.hissu {
          background: #ffe425;
          color: #000027; }
        .form_content dl dt span.ninni {
          background: #808080;
          color: #fff; }
    .form_content dl dd {
      border-bottom: none;
      width: 840px;
      position: relative;
      padding: 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .form_content dl dd .list_radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .form_content dl dd .list_radio li {
          width: 30%;
          margin-top: 10px; }
          .form_content dl dd .list_radio li:nth-child(1), .form_content dl dd .list_radio li:nth-child(2), .form_content dl dd .list_radio li:nth-child(3) {
            margin-top: 0; }

@media screen and (min-width: 768px) {
  .form_content dl dd {
    border-left: none; } }
@media screen and (max-width: 1024px) {
  .form_content dl dd .list_radio li {
    width: 100%;
    margin-top: 10px !important; }
    .form_content dl dd .list_radio li:first-child {
      margin-top: 0 !important; } }
@media screen and (max-width: 767px) {
  .form_content dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .form_content dl dt, .form_content dl dd {
      width: 100%;
      padding: 10px; }
    .form_content dl dt {
      padding-right: 65px; }
      .form_content dl dt span {
        width: 45px;
        right: 10px;
        padding: 5px 5px 8px; } 
    
      .page-en .form_content dl dt span {
        width: 50px;
      }
}
.btn-delete {
  position: relative;
  display: inline-block;
  width: 100px;
  color: #0d1d5e;
  border: 1px solid #0d1d5e;
  border-radius: 30px;
  text-decoration: none !important;
  text-align: center;
  padding: 5px; }
  .btn-delete .ico-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    .btn-delete .ico-close:before, .btn-delete .ico-close:after {
      position: absolute;
      top: 0;
      bottom: 0;
      content: "";
      margin: auto;
      background: #0d1d5e; }
    .btn-delete .ico-close:before {
      right: 10px;
      width: 14px;
      height: 2px; }
    .btn-delete .ico-close:after {
      right: 16px;
      width: 2px;
      height: 14px; }

@media only screen and (min-width: 768px) {
  .btn-delete:hover {
    background: #0d1d5e;
    color: #fff; }
    .btn-delete:hover .ico-close:before, .btn-delete:hover .ico-close:after {
      background: #fff; } }
/*====================================================================================
4. PRODUCTS PAGE
====================================================================================*/
.page-products .ttl_page {
  background: url("../products/images/bg_ttlpage.jpg") no-repeat top center/cover; }

.list_btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list_btn01 li {
    width: 20%;
    margin-right: 2%; }
    .list_btn01 li a {
      width: 100%;
      min-width: auto; }

@media screen and (max-width: 767px) {
  .list_btn01 li {
    width: 48%; } }
.bg_02 {
  background: url("../images/news_bg_top.jpg") no-repeat top center, url("../images/news_bg_bottom.jpg") no-repeat bottom center, #d2d8e2;
  background-size: contain;
  padding: 90px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 767px) {
  .bg_02 {
    padding: 10% 0; } }
.txt_result {
  font-size: 16px; }
  .txt_result .number {
    font-weight: bold;
    color: #0d1d5e; }

.style_table02 {
  width: 100%;
  margin: 30px 0 50px;
  border: 1px solid #c2c9d2; }
  .style_table02 tr th {
    background: #0d1d5e;
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0; }
    .style_table02 tr th:last-child {
      border-right: none; }
  .style_table02 tr td {
    font-weight: bold;
    padding: 10px;
    vertical-align: middle; }
  .style_table02 tbody tr {
    background: #fff; }
    .style_table02 tbody tr:nth-child(even) {
      background: #f2f5f9 !important; }

.list_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .list_type li.box {
    width: auto;
    font-size: 16px;
    text-align: center;
    padding: 2px;
    margin-right: 5px; }
    .list_type li.box.yellow {
      background: #ffe425; }
    .list_type li.box.blue {
      background: #0d1d5e;
      color: #fff; }
    .list_type li.box.blue_light {
      background: #0032ff;
      color: #fff; }
    .list_type li.box.gray {
      background: #c2c9d2; }
    .list_type li.box.green {
      background: #038932;
      color: #fff; }
  .list_type li.txt_link {
    padding: 4px;
    color: #3760cc;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .list_type li.box {
    font-size: 15px; } }
@media only screen and (max-width: 767px) {
  .table_scroll {
    width: 100%;
    overflow-y: scroll; }
    .table_scroll .style_table02 {
      width: 1100px;
      margin: 3% 0 5%; }
      .table_scroll .style_table02 tr th {
        font-size: 18px;
        padding: 10px; }
    .table_scroll .style_table01 {
      width: 700px; }
      .table_scroll .style_table01 tr th, .table_scroll .style_table01 tr td {
        display: table-cell;
        width: auto;
        border-top: 1px solid #c2c9d2; } }
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px; }
  .pagination i {
    font-size: 20px; }
  .pagination ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 100%;
    margin: 0 10px; }
    .pagination ul li {
      display: inline-block;
      font-size: 100%;
      width: auto;
      margin: 5px; }
  .pagination a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: 1px solid #0d1d5e;
    background: #fff;
    color: #0d1d5e;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none; }
  .pagination li a.active, .pagination li a:hover {
    background: #ffe425;
    border: 1px solid #ffe425; }
  .pagination .disabled, .pagination [hidden], .pagination [disabled] {
    background: #ffe425;
    border: 1px solid #ffe425; }

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 5%; } }
/* Disabled & Hidden Styles */
/*====================================================================================
5. PRODUCTS DETAIL PAGE
====================================================================================*/
@media screen and (min-width: 1024px) {
  .products-detail .sec_detail {
    width: 1000px;
    margin: auto; } }
.ttl_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .ttl_product .list_type {
    margin-top: 10px; }

@media screen and (max-width: 767px) {
  .ttl_product {
    margin-bottom: 5%; }
    .ttl_product .list_type {
      width: 100%; } }
.style_ttl02 {
  position: relative;
  font-size: 32px;
  padding-bottom: 10px; }
  .style_ttl02:after {
    position: absolute;
    content: "";
    background: #ffe425;
    width: 36px;
    height: 3px;
    bottom: 0;
    left: 0; }
  .style_ttl02.line_left {
    padding-bottom: 0;
    padding-left: 25px;
    color: #0d1d5e;
    margin-bottom: 15px; }
    .style_ttl02.line_left:after {
      width: 10px;
      height: 60%;
      bottom: 20%; }

@media screen and (max-width: 767px) {
  .style_ttl02 {
    font-size: 24px; } }
.img_detail {
  width: 100%;
  height: 300px;
  margin-bottom: 5%; }
  .img_detail a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .img_detail a:after {
      content: "";
      background: url("../common_img/lightbox/ico-zoom.png") no-repeat top center;
      width: 28px;
      height: 28px;
      position: absolute;
      bottom: 10px;
      right: 10px; }
    .img_detail a img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto; }

.box_detail .cont_detail {
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .box_detail .cont_detail {
    width: 100%; } }
.box_note {
  margin: 50px auto !important;
  border: 1px solid #c2c9d2; }
  .box_note .ttl {
    background: #c2c9d2;
    padding: 10px 10px 10px 20px;
    font-size: 22px;
    color: #0d1d5e; }
  .box_note .cont {
    background: #fff;
    padding: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

@media screen and (max-width: 767px) {
  .box_note {
    margin: 7% 0 !important; }
    .box_note .ttl {
      font-size: 18px;
      padding: 10px 2%; } }
.table_pro {
  width: 100%;
  margin: 2% 0; }
  .table_pro tr th, .table_pro tr td {
    width: 25%;
    border: 1px solid #000;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle; }

.list_btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list_btn02 li {
    width: 35%;
    min-width: 330px;
    margin: 0 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .list_btn02 li a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      border: 3px solid #0d1d5e;
      color: #0d1d5e;
      border-radius: 50px;
      font-size: 16px;
      font-weight: bold;
      padding: 20px 60px;
      text-decoration: none !important; }
      .list_btn02 li a:after {
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 40px; }
      .list_btn02 li a:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        border: solid #0d1d5e;
        border-width: 0 2px 2px 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        right: 40px; }
    .list_btn02 li .btn-mail:after {
      background: url("../products/images/icon_mail.png") no-repeat center;
      background-size: 30px;
      width: 30px;
      height: 22px; }
    .list_btn02 li .btn-document:after {
      background: url("../products/images/icon_document.png") no-repeat center;
      background-size: 22px;
      width: 22px;
      height: 30px; }

@media screen and (min-width: 768px) {
  .list_btn02 li a:hover {
    border: 3px solid #ffe425; } }
@media screen and (max-width: 767px) {
  .list_btn02 li {
    min-width: 300px;
    margin: 2%; }
    .list_btn02 li a {
      padding: 15px 20px;
      min-width: auto; }
      .list_btn02 li a:after {
        left: 20px; }
      .list_btn02 li a:before {
        right: 20px; } }
.sec_detail {
  padding-bottom: 50px;
  border-bottom: 1px solid #0d1d5e;
  margin-bottom: 50px !important; }

  .sec_detail .add_table tr th,
  .sec_detail .add_table tr td {
    /*font-weight: bold;*/
    padding: 10px;
    vertical-align: middle;
    /* border: none; */
  }

@media screen and (max-width: 767px) {
  .sec_detail {
    padding-bottom: 8%;
    margin-bottom: 8% !important; } }
/*====================================================================================
6. RESULTS PAGE
====================================================================================*/
.page-result .ttl_page {
  background: url("../products/images/bg_ttlpage.jpg") no-repeat top center/cover; }

/*====================================================================================
7. RECRUIT PAGE
====================================================================================*/
.page-recruit .ttl_page {
  background: url("../recruit/images/bg_ttlpage.jpg") no-repeat top center/cover; }
.page-recruit .recruit-01 {
  background: url("../recruit/images/bg_01.jpg") no-repeat top center;
  background-size: contain;
  padding-top: 240px; }
  .page-recruit .recruit-01 .container {
    background: #fff;
    padding: 50px 0; }
.page-recruit .recruit-02 .list_btn2 {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .page-recruit .recruit-01 {
    width: 100%;
    padding: 12% 2% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .page-recruit .recruit-01 .container {
      padding: 5% 2%; } }
@media screen and (max-width: 767px) {
  .page-recruit .recruit-02 .list_btn2 li {
    width: 80%;
    margin-bottom: 2%; } }
.bg_03 {
  background: url("../images/search_bg.jpg") no-repeat top center/cover;
  padding: 40px 0; }
  .bg_03 .inner_cont {
    width: 100%;
    background: #fff;
    border: 1px solid #c2c9d2;
    padding: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

@media screen and (max-width: 767px) {
  .bg_03 {
    padding: 5% 0; }
    .bg_03 .inner_cont {
      padding: 5% 2%; } }
.text-01 {
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .text-01 {
    font-size: 15px; } }
@media screen and (min-width: 768px) {
  .list_box01 .style_box01:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }
.style_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px !important; }
  .style_box01 .txt_box01 {
    width: 45%; }
  .style_box01 .img_box01 {
    width: 50%; }
    .style_box01 .img_box01 img {
      width: 100%; }

@media screen and (max-width: 767px) {
  .style_box01 {
    margin-top: 5% !important; }
    .style_box01 .txt_box01 {
      width: 100% !important; }
    .style_box01 .img_box01 {
      width: 100% !important;
      margin-top: 10px; } }
.style_ttl03 {
  font-size: 22px;
  color: #0d1d5e;
  border-bottom: 2px solid #c2c9d2;
  padding-bottom: 10px;
  margin-bottom: 25px; }
  .style_ttl03.no_border {
    border-bottom: none; }

@media screen and (max-width: 767px) {
  .style_ttl03 {
    font-size: 18px;
    padding-bottom: 2%;
    margin-bottom: 4%; } }
.list_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .list_select li {
    width: 25%;
    margin-right: 5%; }
    .list_select li:last-child {
      margin-right: 0; }
    .list_select li input, .list_select li select {
      width: 80% !important;
      margin-right: 4%; }

/*====================================================================================
8. assessment PAGE
====================================================================================*/
.page-assessment .ttl_page {
  background: url("../assessment/images/bg_ttlpage.jpg") no-repeat top center/cover; }
.page-assessment .bg_03 {
  padding: 100px 0; }
.page-assessment #assessment_03 {
  background: url("../assessment/images/bg_01.jpg") no-repeat top center/cover;
  padding: 90px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff; }
  .page-assessment #assessment_03 .style_btn01 a {
    width: 30%;
    font-size: 22px;
    margin-top: 0; }
  .page-en.page-assessment #assessment_01 .style_btn01,
  .page-en.page-assessment #assessment_03 .style_btn01 a {
    width: 35%;
  }

@media screen and (max-width: 767px) {
  .page-assessment .list_btn2 li {
    width: 80%; } }
@media screen and (max-width: 767px) {
  .page-assessment .bg_03 {
    padding: 10% 0; }
  .page-assessment #assessment_03 {
    padding: 7% 0; }
    .page-assessment #assessment_03 .style_btn01 a {
      width: 70%;
      font-size: 16px; } 
    .page-en.page-assessment #assessment_01 .style_btn01,
    .page-en.page-assessment #assessment_03 .style_btn01 a {
      width: 80%;
    }
  }
.list_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list_steps li {
    position: relative;
    width: 220px;
    background: #c2c9d2;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .list_steps li:after {
      position: absolute;
      content: "";
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -30px;
      width: 0;
      height: 0;
      border-top: 25px solid transparent;
      border-left: 20px solid #ffe425;
      border-bottom: 25px solid transparent; }
    .list_steps li:last-child:after {
      border: none; }
    .list_steps li .head_step {
      padding: 10px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .list_steps li .head_step figure {
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px; }
      .list_steps li .head_step h3 {
        text-align: center;
        font-size: 18px;
        color: #0d1d5e;
        letter-spacing: 1px;
        line-height: 1.3; }
      .page-en .list_steps li .head_step h3 {
        font-size: 17px;
      }
        .list_steps li .head_step h3 span {
          display: block;
          font-size: 22px;
          color: #ffe425; }
    .list_steps li .cont_step {
      background: #fff;
      padding: 10px 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .list_steps li .cont_step .style_btn01 a {
        max-width: 100%;
        min-width: auto;
        font-size: 12px;
        margin-top: 5%;
        padding: 10px 25px 10px 10px; }

@media screen and (max-width: 767px) {
  .list_steps li {
    width: 100%;
    padding: 2%;
    margin-bottom: 30px; }
    .list_steps li:after {
      top: auto;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      bottom: -25px;
      right: auto;
      left: 50%;
      border-left: 25px solid transparent;
      border-top: 20px solid #ffe425;
      border-right: 25px solid transparent;
      border-bottom: none; }
    .list_steps li .head_step {
      padding: 2%; }
      .list_steps li .head_step h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px; }
      .page-en .list_steps li .head_step h3 {
        font-size: 15px;
      }
        .list_steps li .head_step h3 span {
          font-size: 18px;
          padding-right: 10px; }
    .list_steps li .cont_step {
      padding: 2%; } }
.style_ttl04 {
  font-size: 22px;
  background: #c2c9d2;
  color: #0d1d5e;
  padding: 10px 10px 10px 20px;
  margin: 50px 0 30px; }

@media screen and (max-width: 767px) {
  .style_ttl04 {
    font-size: 18px;
    margin: 5% 0 3%; } }
/*====================================================================================
9. relocation PAGE
====================================================================================*/
.page-relocation .ttl_page {
  background: url("../relocation/images/bg_ttlpage.jpg") no-repeat top center/cover; }
.page-relocation .bg_03 {
  padding: 100px 0; }
.page-relocation #relocation_03 {
  padding-top: 100px; }

@media screen and (max-width: 767px) {
  .page-relocation .list_btn2 li {
    width: 80%; }
  .page-relocation .bg_03 {
    padding: 10% 0; }
  .page-relocation #relocation_03 {
    padding-top: 10%; } }
.list_check2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 610px;
  margin: auto; }
  .list_check2 li {
    width: 280px;
    background: url("../relocation/images/icon_check.jpg") no-repeat top 5px left;
    background-size: 20px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 10px;
    margin-right: 50px; }
    .list_check2 li:nth-child(even) {
      margin-right: 0; }
.page-en .list_check2 {
  width: 810px;
}
.page-en .list_check2 li {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .list_check2 {
    width: 220px; }
    .list_check2 li {
      width: 100%;
      margin-right: 0;
      font-size: 15px;
      background-size: 15px;
      padding-left: 25px; }
  .page-en .list_check2 {
    width: 315px;
  }
}
.arrow_yellow {
  text-align: center;
  margin: 10px auto; }

@media screen and (max-width: 767px) {
  .arrow_yellow img {
    height: 50px; } }
.list-box_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-box_note .box_note {
    width: 48%;
    margin: 0 0 3% !important; }
    .list-box_note .box_note .cont {
      padding: 4%; }

@media screen and (max-width: 767px) {
  .list-box_note .box_note {
    width: 100%; } }
.list_check3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list_check3 li {
    width: 30%;
    margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .list_check3 li {
    width: 50%; } }
/*====================================================================================
10. about PAGE
====================================================================================*/
.page-about .ttl_page {
  background: url("../about/images/bg_ttlpage.jpg") no-repeat top center/cover; }

.list_box02 {
  margin-bottom: 50px !important; }

@media screen and (min-width: 768px) {
  .list_box02 .style_box02:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }
@media screen and (max-width: 767px) {
  .list_box02 {
    margin-bottom: 10% !important; } }
.style_box02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .style_box02 .txt_box02 {
    width: 45%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .style_box02 .txt_box02 .style_ttl03 {
      position: relative;
      padding-top: 10%;
      padding-bottom: 0;
      line-height: 1.4;
      z-index: 3; }
      .style_box02 .txt_box02 .style_ttl03 .number {
        position: absolute;
        left: -40px;
        top: 0;
        line-height: 1;
        font-size: 100px;
        font-weight: bold;
        font-style: italic;
        font-family: "Oswald", sans-serif;
        color: rgba(255, 228, 37, 0.5);
        z-index: -1; }
  .style_box02 .img_box02 {
    width: 50%; }
    .style_box02 .img_box02 img {
      width: 100%; }

@media screen and (max-width: 767px) {
  .style_box02 {
    margin-bottom: 5%; }
    .style_box02 .txt_box02 {
      width: 100%; }
      .style_box02 .txt_box02 .style_ttl03 .number {
        font-size: 80px;
        left: -35px; }
    .style_box02 .img_box02 {
      width: 100%;
      margin-top: 2%; } }
.map_about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .map_about:after {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: 2px solid #ddd;
    border-radius: 10px; }
  .map_about .img_map {
    width: 50%; }
    .map_about .img_map img {
      width: 100%; }
  .map_about .txt_map {
    width: 50%;
    background: #0d1d5e;
    border-radius: 0 10px 10px 0;
    color: #fff;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .map_about .txt_map h3 {
      font-size: 16px;
      margin-bottom: 10px; }
      .map_about .txt_map h3 span {
        display: block;
        font-size: 22px; }

@media screen and (max-width: 767px) {
  .map_about .img_map {
    width: 100%; }
  .map_about .txt_map {
    width: 100%;
    padding: 5% 7%;
    border-radius: 0 0 10px 10px; }
    .map_about .txt_map h3 {
      font-size: 15px; }
      .map_about .txt_map h3 span {
        font-size: 18px; } }
.list_box03 .style_box03 {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 3% 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .list_box03 .style_box03 .img_box03 {
    width: 40%; }
    .list_box03 .style_box03 .img_box03 img {
      width: 100%; }
  .list_box03 .style_box03 .txt_box03 {
    width: 55%; }

@media screen and (max-width: 767px) {
  .list_box03 .style_box03 {
    padding: 3%;
    margin-bottom: 5%; }
    .list_box03 .style_box03 .img_box03 {
      width: 100%;
      margin-bottom: 10px; }
    .list_box03 .style_box03 .txt_box03 {
      width: 100%; }
      .list_box03 .style_box03 .txt_box03 .style_btn01.flex_jus_end {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; } }
/*====================================================================================
11. company PAGE
====================================================================================*/
.page-company .ttl_page {
  background: url("../company/images/bg_ttlpage.jpg") no-repeat top center/cover; }
.page-company #company-05 {
  background: url("../company/images/bg_01.jpg") no-repeat top center;
  background-size: contain;
  padding-top: 240px; }
  .page-company #company-05 .container {
    background: #fff;
    padding-top: 2%; }
.page-company #company-03 .container {
  background: #fff;
  border: 1px solid #c2c9d2;
  padding: 80px 100px; }

@media screen and (max-width: 767px) {
  .page-company #company-01 {
    padding: 12% 2% 0; }
  .page-company .txt_name img {
    width: 150px; }
  .page-company #company-03 .container {
    padding: 5% 2%;
    width: 96% !important; }
  .page-company .iframe_map iframe {
    height: 300px; } }
.list_history {
  margin: 2%; }
  .list_history dl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    z-index: 3; }
    .list_history dl:after {
      position: absolute;
      content: "";
      width: 2px;
      height: 100%;
      background: #ddd;
      top: 4px;
      left: 142px;
      z-index: -1; }
    .list_history dl:last-child:after {
      background: none; }
    .list_history dl dt {
      position: relative;
      font-size: 16px;
      font-weight: bold;
      color: #0d1d5e;
      width: 150px; }
      .list_history dl dt:after {
        position: absolute;
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 100%;
        background: #0d1d5e;
        top: 4px;
        right: 0; }
    .list_history dl dd {
      width: calc(100% - 150px);
      padding-left: 60px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      
.page-en .list_history dl:after {
  left: 192px;
}
.page-en .list_history dl dt {
  width: 200px;
}
.page-en .list_history dl dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .list_history dl:after {
    left: 104px; }
  .list_history dl dt {
    font-size: 15px;
    width: 110px; }
    .list_history dl dt:after {
      width: 10px;
      height: 10px; }
  .list_history dl dd {
    width: calc(100% - 110px);
    padding-left: 15px; } 
     
  .page-en .list_history dl:after {
    left: 134px;
  }
  .page-en .list_history dl dt {
    width: 140px;
    font-size: 14px;
  }
  .page-en .list_history dl dd {
    width: calc(100% - 140px);
  }
}
/* --------- COMPANY POLICY LIST ---------- */
.list_policy {
  margin-top: 30px; }
  .list_policy li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 18px 0;
    border-bottom: 1px solid #dde3ea; }
  .list_policy li:last-child {
    border-bottom: none; }
  .list_policy li .num {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #0d1d5e;
    min-width: 56px;
    letter-spacing: 0.05em; }
  .list_policy li p {
    line-height: 1.8;
    padding-left: 16px; }

@media screen and (max-width: 767px) {
  .list_policy li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0; }
  .list_policy li .num {
    font-size: 22px;
    min-width: 44px; } }

/* --------- COMPANY EVERYDAY ACTION ---------- */
.cpy-action__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cpy-action__item {
  width: 262px;
  min-height: 285px;
  text-align: center;
  padding: 43px 30px 40px 30px;
  background: url("./../company/images/shape_skew.png") no-repeat center center/100% 100%; }
  .cpy-action__item h3 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0.05em;
    font-family: 'Oswald', sans-serif; }
  .cpy-action__item p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700; }

@media screen and (min-width: 768px) {
  .cpy-action__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media screen and (max-width: 767px) {
  .cpy-action__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .cpy-action__item {
    width: calc(50% - 3px);
    min-height: 230px;
    margin-right: 6px;
    padding: 40px 3% 30px 3%; }
    .cpy-action__item:nth-child(even), .cpy-action__item:last-child {
      margin-right: 0; }
    .cpy-action__item h3 {
      margin-bottom: 10px;
      font-size: 17px; }
    .cpy-action__item p {
      font-size: 14px; } 
    
    .page-en .cpy-action__item p {
      font-size: 13px;
    }
}
/* --------- END COMPANY EVERYDAY ACTION ---------- */
.add_map {
  background: url("../company/images/icon_map.png") no-repeat top left;
  background-size: 15px;
  padding-left: 30px;
  margin-top: 10px; }

.add_web {
  background: url("../company/images/icon_web.png") no-repeat top left;
  background-size: 21px;
  padding-left: 30px;
  margin-top: 10px; }

/*====================================================================================
12. device PAGE
====================================================================================*/
.page-device .ttl_page {
  background: url("../device/images/bg_ttlpage.jpg") no-repeat top center/cover; }
.page-agency .ttl_page {
  background: url("../device/images/bg_02.jpg") no-repeat top center/cover; }
.page-device #used {
  background: url("../device/images/bg_01.jpg") no-repeat top center;
  background-size: contain;
  padding-top: 240px; }
  .page-device #used .container {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5%; }
.page-device #new {
  background: url("../device/images/bg_02.jpg") no-repeat top center;
  background-size: contain;
  padding-top: 240px; }
  .page-device #new .container {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5%; }
.page-device .img_parts_sales {
  text-align: center;
  margin: 0 auto; }
  .page-device .img_parts_sales img {
    max-width: 400px;
    width: 100%;
    height: auto; }

.page-device .list-box_note {
  margin-top: 50px; }
  .page-device .list-box_note .list_style {
    margin-top: 0; }

@media screen and (max-width: 767px) {
  .page-device #used, .page-device #new {
    padding: 12% 2% 0; }
  .page-device .list-box_note {
    margin-top: 5%; } }
.list_btn2.anchor_link li {
  width: auto;
  min-width: 220px;
  margin: 0 0.5% 1%; }
  .list_btn2.anchor_link li a {
    padding: 10px 20px 10px 10px; }

@media screen and (max-width: 767px) {
  .list_btn2.anchor_link li {
    width: 49% !important;
    min-width: auto;
    margin: 0 0.5% 1% !important; }
    .page-en .list_btn2.anchor_link li {
      width: auto !important;
    }
    .list_btn2.anchor_link li a {
      font-size: 13px;
      padding: 10px 20px 10px 8px; } 
}
@media screen and (max-width: 375px) {
  .list_btn2.anchor_link li:last-child {
    width: 60%; } }
@media screen and (max-width: 320px) {
  .list_btn2.anchor_link li {
    width: 80% !important; } }
.list_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px; }
  .list_point li {
    width: 48%; }
    .list_point li .ttl_number {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      margin: auto;
      text-align: center;
      color: #0d1d5e;
      width: 100px;
      height: 100px;
      font-family: "Oswald", sans-serif;
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.1;
      z-index: 3; }
      .list_point li .ttl_number:after {
        position: absolute;
        content: "";
        width: 80px;
        height: 80px;
        background: #ffe425;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 10px;
        left: 10%;
        z-index: -1; }
      .list_point li .ttl_number span {
        display: block;
        width: 100%;
        font-size: 36px;
        font-weight: bold;
        letter-spacing: 1px; }
    .list_point li .ttl_text {
      margin-bottom: 20px;
      color: #0d1d5e;
      font-size: 22px;
      text-align: center; }

@media screen and (max-width: 767px) {
  .list_point {
    margin-top: 5%; }
    .list_point li {
      width: 100%; }
      .list_point li .ttl_number {
        font-size: 16px;
        width: 75px;
        height: 78px; }
        .list_point li .ttl_number:after {
          width: 60px;
          height: 60px; }
        .list_point li .ttl_number span {
          font-size: 24px; }
      .list_point li .ttl_text {
        font-size: 18px;
        margin-bottom: 4%; } }
.box_device01 {
  border: 3px solid #0d1d5e;
  margin: 50px auto;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .box_device01 .txt h3 {
    font-size: 16px;
    margin-bottom: 30px; }
    .box_device01 .txt h3 span {
      display: block;
      font-size: 22px;
      color: #0d1d5e; }
  .box_device01 .pictures {
    width: 100%;
    margin-top: 40px; }
    .box_device01 .pictures ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }

@media screen and (max-width: 767px) {
  .box_device01 {
    padding: 5% 2%;
    border: 2px solid #0d1d5e;
    margin: 7% 0; }
    .box_device01 .txt {
      width: 100%; }
      .box_device01 .txt h3 {
        font-size: 15px;
        margin-bottom: 4%; }
        .box_device01 .txt h3 span {
          font-size: 18px; }
    .box_device01 .img {
      width: 80%;
      margin: 10px auto 0; }
    .box_device01 .pictures {
      margin-top: 6%; }
      .box_device01 .pictures ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .box_device01 .pictures ul li {
          width: calc(50% - 5px);
          margin-right: 10px;
          margin-bottom: 10px; }
          .box_device01 .pictures ul li:nth-child(even), .box_device01 .pictures ul li:last-child {
            margin-right: 0; } }
.box_buhin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5% auto; }
  .box_buhin li {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #0d1d5e;
    text-align: center;
    padding: 20px; }
  .box_buhin .text_user li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 14px solid #0d1d5e;
    border-bottom: 10px solid transparent;
    right: 0;
    bottom: 0; }
  .box_buhin .text_user li:before {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: 2px;
    border-bottom: 2px solid #0d1d5e;
    bottom: 9px;
    left: 0; }
  .box_buhin .text_user li:nth-child(2) {
    margin-top: 50px; }
    .box_buhin .text_user li:nth-child(2):after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      right: auto;
      left: 0;
      bottom: auto;
      top: 0; }
    .box_buhin .text_user li:nth-child(2):before {
      bottom: auto;
      top: 9px; }
  .box_buhin .text_buhin {
    position: relative;
    padding-left: 80px; }
    .box_buhin .text_buhin:after {
      position: absolute;
      content: "";
      height: 78%;
      width: 2px;
      background: #0d1d5e;
      top: 11%;
      left: 30px; }
    .box_buhin .text_buhin:before {
      position: absolute;
      content: "";
      width: 30px;
      height: 2px;
      background: #0d1d5e;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .box_buhin .text_buhin li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #e8ecf1;
      padding: 4px 10px;
      border-radius: 20px;
      margin-bottom: 10px;
      height: 60px; }
      .box_buhin .text_buhin li:last-child {
        margin-bottom: 0; }
      .box_buhin .text_buhin li:after {
        position: absolute;
        content: "";
        width: 50px;
        height: 2px;
        background: #0d1d5e;
        left: -50px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .box_buhin .text_buhin li:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 14px solid #0d1d5e;
        border-bottom: 10px solid transparent;
        left: -13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

@media screen and (max-width: 1024px) {
  .box_buhin li {
    font-size: 13px; } }
@media screen and (min-width: 768px) {
  .box_buhin .text_buhin li {
    min-width: 260px; } }
@media screen and (max-width: 767px) {
  .box_buhin {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .box_buhin .user, .box_buhin .img_buhin {
      width: 100%;
      text-align: center; }
    .box_buhin .text_user {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .box_buhin .text_user li {
        position: relative;
        z-index: 9;
        width: 100%;
        writing-mode: unset;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        line-height: normal;
        letter-spacing: 2px;
        text-shadow: 2px 0px 0px #fff, -2px 0 0 #fff, 0 0 2px #fff, 0 0 2px #fff, 0 2px 0 #fff, 0 -2px 0 #fff; }
        .box_buhin .text_user li number {
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb; }
        .box_buhin .text_user li:before {
          width: 2px;
          height: 88%;
          background: #0d1d5e;
          border: none;
          top: auto;
          left: 50%;
          z-index: -1; }
        .box_buhin .text_user li:after {
          right: auto;
          bottom: 0;
          left: calc(50% - 6px);
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          z-index: -1; }
        .box_buhin .text_user li:nth-child(1) {
          margin: 0 10%; }
        .box_buhin .text_user li:nth-child(2) {
          margin-top: 0; }
          .box_buhin .text_user li:nth-child(2):after {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            left: calc(50% - 6px); }
    .box_buhin .text_buhin {
      padding-left: 0;
      padding-top: 80px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .box_buhin .text_buhin:before {
        height: 30px;
        width: 2px;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .box_buhin .text_buhin:after {
        height: 2px;
        width: 78%;
        top: 30px;
        left: 11%; }
      .box_buhin .text_buhin li {
        width: 22%;
        height: auto;
        padding: 2%; }
        .box_buhin .text_buhin li:after {
          width: 2px;
          height: 50px;
          left: 50%;
          top: -50px;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
        .box_buhin .text_buhin li:before {
          top: -13px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          border-right: 10px solid transparent;
          border-top: 14px solid #0d1d5e;
          border-left: 10px solid transparent; } }
.list_device {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list_device li {
    width: 240px;
    margin-right: 13px;
    margin-bottom: 30px;
    border: 1px solid #c2c9d2; }
    .list_device li figure img {
      width: 100%; }
    .list_device li .cont {
      background: #fff;
      border-top: 1px solid #c2c9d2;
      padding: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .list_device li .cont .txt h4,
      .list_device li .cont .txt h5 {
        color: #0d1d5e; }
      .list_device li .cont .style_btn01 a {
        margin-top: 20px; }

@media screen and (min-width: 768px) {
  .list_device li:nth-child(4n+4) {
    margin-right: 0 !important; } }
@media screen and (max-width: 767px) {
  .list_device li {
    width: 48% !important;
    margin-right: 4% !important;
    margin-bottom: 4% !important; }
    .list_device li:nth-child(even) {
      margin-right: 0 !important; }
    .list_device li .cont {
      padding: 4% 2%; }
      .list_device li .cont .style_btn01 a {
        width: 100%;
        min-width: auto; } }
.sec_banner_device {
  background: url("../device/images/bg_03.jpg") no-repeat top center/cover;
  padding: 90px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center; }
  .sec_banner_device p {
    font-size: 18px;
    font-weight: bold; }
  .sec_banner_device .style_btn01 a {
    width: 30%;
    font-size: 22px;
    margin-top: 20px; }

@media screen and (max-width: 767px) {
  .sec_banner_device {
    padding: 7% 0; }
    .sec_banner_device p {
      font-size: 14px; }
    .sec_banner_device .style_btn01 a {
      width: 70%;
      font-size: 16px; } }
.list_banner_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px; }
  .list_banner_service .banner_playback {
    width: calc(50% - 2px); }
  .list_banner_service .banner_playback .cont {
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .list_banner_service .banner_playback .cont .txt {
    margin-right: 0;
    margin-bottom: 15px; }
  .list_banner_service .banner_playback .cont .style_btn01 {
    width: auto;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .list_banner_service .banner_playback .cont .style_btn01 a {
    width: auto;
    min-width: 200px; }

.banner_playback {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
  color: #fff;
  min-height: 200px;
  padding: 20px 0 30px;
  margin-bottom: 0; }
  .banner_playback .banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    z-index: 0; }
  .banner_playback h3 {
    position: relative;
    z-index: 1;
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: #0d1d5e;
    color: #fff;
    font-size: 26px;
    padding: 5px 8%;
    margin-bottom: 15px; }
  .banner_playback .cont {
    position: relative;
    z-index: 1;
    padding: 0 100px;
    margin-top: auto; }
  .banner_playback .cont .banner_arr_wrap {
    position: relative;
    width: 50px;
    -ms-flex-item-align: center;
    align-self: center; }
    .banner_playback .cont .banner_arr_wrap .cm-arr {
      background: #fff; }
    .banner_playback .cont .banner_arr_wrap .cm-arr:after {
      border-color: #fff;
      border-width: 0 2px 2px 0; }

@media screen and (min-width: 768px) {
  .banner_playback:hover .banner_bg {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  .banner_playback .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .banner_playback .cont .txt {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 1px;
      margin-right: 50px; }
    .banner_playback .cont .banner_arr_wrap {
      width: 50px; } }
@media screen and (max-width: 767px) {
  .list_banner_service .banner_playback {
    width: 100%; }
  .banner_playback {
    min-height: 160px;
    padding: 5% 0; }
    .banner_playback h3 {
      margin-bottom: 20px;
      font-size: 26px; }
    .banner_playback .cont {
      padding: 0 5%; } }
@media screen and (max-width: 1024px) {
  .list_btn2 li {
    min-width: 280px; } }
/*====================================================================================
13. refurbish PAGE
====================================================================================*/
.page-refurbish .ttl_page {
  background: url("../refurbish/images/bg_ttlpage.jpg") no-repeat top center/cover; }
.page-refurbish .list_btn2.anchor_link li {
  width: 26%;
  margin: 0 2% 2%; }
.page-en.page-refurbish .list_btn2.anchor_link li {
  width: 31%;
  margin: 0 1% 2%;
}
.page-refurbish #refurbish_02 .container {
  background: #fff;
  border: 1px solid #c2c9d2;
  padding: 80px 40px; }
.page-refurbish #refurbish_03 .list_check2.icon_yellow {
  width: 100%; }
  .page-refurbish #refurbish_03 .list_check2.icon_yellow li {
    background: url("../refurbish/images/icon_check.jpg") no-repeat top 5px left;
    background-size: 30px;
    width: 100%;
    padding: 4px 0 0px 40px;
    margin-right: 0;
    margin-bottom: 15px; }
.page-refurbish #refurbish_05 .list_device li {
  width: 240px;
  margin-right: 13px; }
  .page-refurbish #refurbish_05 .list_device li .img {
    text-align: center;
  }
  .page-refurbish #refurbish_05 .list_device li .img img {
    height: 170px;
    width: auto;
  }
  .page-refurbish #refurbish_05 .list_device li .cont {
    padding: 0; }
    .page-refurbish #refurbish_05 .list_device li .cont .style_ttl04 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 !important;
      font-size: 16px; 
    }
    .page-refurbish #refurbish_05 .list_device li .cont .txt {
      padding: 20px 20px 0; }
    .page-refurbish #refurbish_05 .list_device li .cont .style_btn01 a {
      margin-bottom: 30px; }
.page-refurbish #refurbish_06 {
  background: #e8ecf1;
  padding: 90px 0; }
  .page-refurbish #refurbish_06 .style_box01 .img_box01 {
    width: 42%; }
  .page-refurbish #refurbish_06 .style_box01 .txt_box01 {
    width: 53%; }
.page-refurbish .refur_wrap .list_refur {
  display: none; }

@media screen and (max-width: 767px) {
  .page-refurbish #refurbish_02 .container {
    padding: 5% 2%;
    width: 96% !important; }
  .page-refurbish #refurbish_03 .list_check2.icon_yellow li {
    background-size: 20px;
    padding: 4px 0 0px 30px;
    margin-bottom: 10px; }
  .page-refurbish #refurbish_05 .list_device li .img img {
    height: 121px;
  }
  .page-refurbish #refurbish_05 .list_device li .cont .style_ttl04 {
    padding: 4% 2%; }
  .page-refurbish #refurbish_05 .list_device li .cont .txt {
    padding: 4% 2% 0; }
  .page-refurbish #refurbish_05 .list_device li .cont .style_btn01 a {
    margin: 8% 2%; }
  .page-refurbish #refurbish_06 {
    padding: 10% 0; }
    .page-refurbish #refurbish_06 .style_box01 .img_box01 {
      margin-top: 0;
      margin-bottom: 10px; } }
.list_box04 .style_box04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .list_box04 .style_box04:last-child {
    margin-bottom: 0; }
  .list_box04 .style_box04 .img_box04 {
    width: 45%; }
    .list_box04 .style_box04 .img_box04 img {
      width: 100%; }
  .list_box04 .style_box04 .txt_box04 {
    width: 50%; }
    .list_box04 .style_box04 .txt_box04 .ttl_box04 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px; }
      .list_box04 .style_box04 .txt_box04 .ttl_box04 dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        margin: auto;
        text-align: center;
        color: #ffe425;
        width: 80px;
        height: 85px;
        font-family: "Oswald", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1;
        margin-right: 20px;
        z-index: 3; }
        .list_box04 .style_box04 .txt_box04 .ttl_box04 dt span {
          display: block;
          width: 100%;
          font-size: 30px;
          font-weight: bold;
          letter-spacing: 1px; }
        .list_box04 .style_box04 .txt_box04 .ttl_box04 dt:after {
          position: absolute;
          content: "";
          width: 65px;
          height: 65px;
          background: #0d1d5e;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 10px;
          left: 10%;
          z-index: -1; }
      .list_box04 .style_box04 .txt_box04 .ttl_box04 dd {
        width: calc(100% - 100px);
        font-size: 22px;
        font-weight: bold;
        color: #0d1d5e; }

@media screen and (max-width: 767px) {
  .list_box04 .style_box04 {
    margin-bottom: 5%; }
    .list_box04 .style_box04 .img_box04 {
      width: 100%;
      margin-bottom: 10px; }
    .list_box04 .style_box04 .txt_box04 {
      width: 100%; }
      .list_box04 .style_box04 .txt_box04 .ttl_box04 dt {
        width: 65px;
        height: 75px;
        font-size: 14px; }
        .list_box04 .style_box04 .txt_box04 .ttl_box04 dt span {
          font-size: 24px; }
        .list_box04 .style_box04 .txt_box04 .ttl_box04 dt:after {
          width: 55px;
          height: 55px; }
      .list_box04 .style_box04 .txt_box04 .ttl_box04 dd {
        width: calc(100% - 85px);
        font-size: 18px; } }
.list_refur li {
  position: relative;
  margin-bottom: 30px; }
  .list_refur li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-top: 20px solid #0d1d5e;
    border-right: 25px solid transparent;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .list_refur li h3 {
    color: #fff;
    font-size: 22px;
    background: #0c1c5c;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .list_refur li p {
    background: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .list_refur li:last-child {
    margin-bottom: 0; }
    .list_refur li:last-child:after {
      border: none; }

@media screen and (max-width: 767px) {
  .list_refur li h3 {
    font-size: 18px;
    padding: 2%; }
  .list_refur li p {
    font-size: 16px;
    padding: 2%; } }
/*# sourceMappingURL=content.css.map */

/* device page - horizontal list style */
.page-device .sec_cont_device .list_device,
.page-agency .sec_cont_device .list_device {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.page-device .sec_cont_device .list_device li,
.page-agency .sec_cont_device .list_device li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-bottom: 1px solid #c2c9d2;
  margin-right: 0;
  margin-bottom: 0; }
.page-device .sec_cont_device .list_device li:first-child,
.page-agency .sec_cont_device .list_device li:first-child {
  border-top: 1px solid #c2c9d2; }
.page-device .sec_cont_device .list_device li figure,
.page-agency .sec_cont_device .list_device li figure {
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 10px; }
.page-device .sec_cont_device .list_device li figure img,
.page-agency .sec_cont_device .list_device li figure img {
  width: 100%;
  height: auto; }
.page-device .sec_cont_device .list_device li .cont,
.page-agency .sec_cont_device .list_device li .cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: none;
  padding: 15px 20px; }
.page-device .sec_cont_device .list_device li .cont .txt,
.page-agency .sec_cont_device .list_device li .cont .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.page-device .sec_cont_device .list_device li .cont .style_btn01 a,
.page-agency .sec_cont_device .list_device li .cont .style_btn01 a {
  margin-top: 0; }

@media screen and (min-width: 768px) {
  .page-device .sec_cont_device .list_device li:nth-child(4n+4),
  .page-agency .sec_cont_device .list_device li:nth-child(4n+4) {
    margin-right: 0; } }
@media screen and (max-width: 767px) {
  .page-device .sec_cont_device .list_device li,
  .page-agency .sec_cont_device .list_device li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important; }
  .page-device .sec_cont_device .list_device li:nth-child(even),
  .page-agency .sec_cont_device .list_device li:nth-child(even) {
    margin-right: 0 !important; }
  .page-device .sec_cont_device .list_device li figure,
  .page-agency .sec_cont_device .list_device li figure {
    width: 80px;
    margin: 6px; }
  .page-device .sec_cont_device .list_device li .cont,
  .page-agency .sec_cont_device .list_device li .cont {
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px; }
  .page-device .sec_cont_device .list_device li .cont .style_btn01,
  .page-agency .sec_cont_device .list_device li .cont .style_btn01 {
    align-self: flex-end; }
  .page-device .sec_cont_device .list_device li .cont .style_btn01 a,
  .page-agency .sec_cont_device .list_device li .cont .style_btn01 a {
    min-width: 80px;
    font-size: 12px;
    padding: 6px 14px; } }
