@charset "UTF-8";
@media (min-width: 768px) {
  .hidden-pc {
    display: none; } }

@media (max-width: 767px) {
  .hidden-sp {
    display: none; } }

.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.fz14 {
  font-size: 1.4rem; }

.cf::after, .clearfix::after {
  content: "";
  display: table;
  clear: both; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: inherit; }

.ttl_l_border {
  /* 左に青帯 */
  border-left: solid 14px #154594;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 30px; }
  .ttl_l_border.bordered {
    position: relative; }
    .ttl_l_border.bordered:after {
      content: "";
      height: 1px;
      width: calc(100% + 14px);
      display: block;
      background: #000;
      position: absolute;
      bottom: -10px;
      left: -14px; }
  @media (max-width: 767px) {
    .ttl_l_border {
      border-left: solid 10px #154594;
      font-size: 1.4rem;
      padding-left: 10px;
      margin-bottom: 20px; }
      .ttl_l_border.bordered {
        position: relative; }
        .ttl_l_border.bordered:after {
          width: calc(100% + 10px);
          bottom: -10px;
          left: -10px; } }

.ttl_l_border_s {
  /* 左に青帯 小さいサイズ */
  border-left: solid 8px #154594;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 30px; }
  .ttl_l_border_s.bordered {
    position: relative; }
    .ttl_l_border_s.bordered:after {
      content: "";
      height: 1px;
      width: calc(100% + 8px);
      display: block;
      background: #848585;
      position: absolute;
      bottom: -10px;
      left: -8px; }
  @media (max-width: 767px) {
    .ttl_l_border_s {
      border-left: solid 5px #154594;
      font-size: 1.4rem;
      padding-left: 10px;
      margin-bottom: 20px; }
      .ttl_l_border_s.bordered {
        position: relative; }
        .ttl_l_border_s.bordered:after {
          width: calc(100% + 5px);
          bottom: -10px;
          left: -5px; } }

.ttl_lead_section {
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 35px; }

.ttl_triangle {
  /* 青い3つの三角形 */
  background: url("../img/common/icon_ttl_triangle.png") no-repeat 0 3px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .ttl_triangle {
      font-size: 1.3rem;
      background-position: 0 0;
      background-size: auto;
      padding-left: 20px; } }

.ttl_triangle_s {
  /* 黄色1つの三角形 */
  background: url("../img/common/icon_ttl_triangle_s.png") no-repeat 0 6px;
  font-size: 1.4rem;
  padding-left: 15px;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .ttl_triangle_s {
      font-size: 1.2rem;
      background-position: 0 4px;
      background-size: 8px;
      padding-left: 10px; } }

.ttl_b_border {
  /* 下線 */
  border-bottom: solid 1px #231815;
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .ttl_b_border {
      font-size: 1.4rem;
      margin-bottom: 20px; } }

.ttl_products {
  text-align: center;
  border-bottom: solid 1px #848585;
  margin-bottom: 40px;
  padding-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold; }

#eyecatch {
  text-align: center;
  margin-bottom: 10px;
  position: relative; }
  #eyecatch.txt_white {
    color: #fff; }
  #eyecatch h2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: left; }
    #eyecatch h2 span {
      display: block; }
  #eyecatch .en {
    color: #FFAC00;
    font-size: 2.1rem;
    letter-spacing: 0.1em;
    font-family: "Josefin Sans", Futura, "Century Gothic", sans-serif; }
  #eyecatch .ja {
    font-size: 1.8rem; }
  @media (max-width: 767px) {
    #eyecatch {
      line-height: 1.2; }
      #eyecatch img {
        width: 100%; }
      #eyecatch .en {
        font-size: 1.6rem; }
      #eyecatch .ja {
        font-size: 1.4rem; } }

.section {
  margin-bottom: 80px; }

.small_section {
  margin-bottom: 50px; }
  .small_section:last-child {
    margin-bottom: 0px; }

#breadcrumbs {
  padding: 5px 0;
  margin-bottom: 100px; }
  #breadcrumbs a {
    color: inherit; }
  #breadcrumbs ol li {
    display: inline-block;
    line-height: 1; }
    #breadcrumbs ol li:before {
      content: "＞ ";
      display: inline-block;
      vertical-align: top;
      margin-right: 2px; }
    #breadcrumbs ol li:first-child:before {
      content: normal; }
  @media (max-width: 767px) {
    #breadcrumbs {
      margin-bottom: 50px; }
      #breadcrumbs ol li {
        margin-right: 3px; }
        #breadcrumbs ol li:before {
          margin-right: 2px; } }

.pagination:empty {
  display: none; }

.pagination {
  margin-top: 80px;
  text-align: center; }
  .pagination .page-numbers {
    display: inline-block !important;
    border-radius: 5px;
    font-size: 1.5rem;
    background: #fff;
    width: 2em;
    padding: 7px 0;
    line-height: 1;
    text-align: center;
    letter-spacing: -1px; }
    .pagination .page-numbers.current {
      background: rgba(21, 69, 148, 0.9);
      color: #fff; }

table {
  width: 100%; }
  table th, table td {
    padding: 15px;
    text-align: left;
    border: solid 1px #282828;
    box-sizing: border-box; }
  table td {
    background: #fff; }

.table_bordered {
  margin: 40px 0 70px;
  border-bottom: solid 1px #808080; }
  .table_bordered tr {
    border-top: solid 1px #808080; }
  .table_bordered th {
    width: 162px;
    border: none;
    font-size: 1.4rem; }
  .table_bordered td {
    border: none;
    font-size: 1.3rem;
    line-height: 3.0; }

.ir_bordered_table {
  width: 620px;
  font-size: 1.6rem;
  margin-bottom: 85px; }
  .ir_bordered_table th, .ir_bordered_table td {
    border: none; }
  .ir_bordered_table th {
    width: 131px;
    padding: 0; }
  .ir_bordered_table td {
    width: 489px;
    padding: 0 0 5px 0;
    line-height: 2;
    background: none; }
  .ir_bordered_table .new {
    background: #FD63A4;
    color: #fff;
    padding: 0px 12px;
    display: inline-block;
    line-height: 1.5; }
  @media (max-width: 767px) {
    .ir_bordered_table {
      width: auto;
      font-size: 1.3rem; }
      .ir_bordered_table tr {
        margin-bottom: 20px; }
      .ir_bordered_table th {
        font-weight: 500; }
      .ir_bordered_table td {
        width: auto;
        line-height: 1.8; } }

.btn_wrap {
  text-align: center; }

.btn_area {
  width: 100%;
  text-align: center; }

.btn_black {
  background: #000;
  padding: 5px 0;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  width: 310px;
  margin-top: 50px; }

@media (max-width: 767px) {
  .btn_black {
    width: 275px; } }

.blue_btn {
  background: #154594;
  padding: 8px 40px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 5px; }

html {
  font-size: 62.5%; }

html:lang(en-US) header #gnav, html:lang(cn) header #gnav {
  width: 750px; }
  html:lang(en-US) header #gnav li, html:lang(cn) header #gnav li {
    width: calc(100% / 5); }
  html:lang(en-US) header #gnav .hassub li, html:lang(cn) header #gnav .hassub li {
    width: 100%; }
  html:lang(en-US) header #gnav .lang_nav, html:lang(cn) header #gnav .lang_nav {
    width: 180px; }
    html:lang(en-US) header #gnav .lang_nav li, html:lang(cn) header #gnav .lang_nav li {
      width: 100%; }

@media (max-width: 767px) {
  html:lang(en-US) header #gnav, html:lang(cn) header #gnav {
    width: 100%; }
    html:lang(en-US) header #gnav .lang_nav, html:lang(cn) header #gnav .lang_nav {
      display: none; } }

html:lang(en-US) footer .footer_nav ul, html:lang(cn) footer .footer_nav ul {
  justify-content: center; }

html:lang(en-US) footer .footer_nav li, html:lang(cn) footer .footer_nav li {
  margin: 0 20px; }
  @media (max-width: 767px) {
    html:lang(en-US) footer .footer_nav li, html:lang(cn) footer .footer_nav li {
      width: 60%;
      margin: 0 0 15px; } }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.3em;
  line-height: 1.8;
  color: #000; }
  @media (max-width: 767px) {
    body {
      font-size: 1.2rem; } }

.bold {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: bold; }

#wrap {
  min-width: 1440px;
  margin: auto; }
  @media (max-width: 767px) {
    #wrap {
      width: 100%;
      min-width: auto;
      min-width: initial; } }

.container {
  width: 910px;
  margin: auto; }

.container_wide {
  width: 1115px;
  margin: auto; }

.container_widest {
  width: 1150px;
  margin: auto; }

.container_middle {
  width: 870px;
  margin: auto; }

.container_narrow {
  width: 775px;
  margin: auto; }

@media (max-width: 767px) {
  .container,
  .container_wide,
  .container_widest,
  .container_middle,
  .container_narrow {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px; } }

button#btn_gnav {
  display: none;
  border: solid 1px #000;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FFF;
  width: 44px;
  height: 44px;
  cursor: pointer; }
  button#btn_gnav .gnav_line {
    position: absolute;
    width: 70%;
    height: 1px;
    background: #000;
    display: block;
    left: 15%; }
    button#btn_gnav .gnav_line:nth-child(1) {
      top: 10px; }
    button#btn_gnav .gnav_line:nth-child(2) {
      top: 20px; }
    button#btn_gnav .gnav_line:nth-child(3) {
      top: 30px; }
  @media (max-width: 767px) {
    button#btn_gnav {
      display: block; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #FFF;
  border-bottom: solid 1px #000;
  padding: 27px 0; }
  header .header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header #gnav {
    width: 790px;
    display: block;
    font-size: 1.2rem; }
    header #gnav ul {
      display: flex; }
    header #gnav li {
      width: calc(100% / 6);
      text-align: center;
      border-left: solid 1px #000;
      box-sizing: border-box; }
    header #gnav a {
      display: block;
      color: inherit;
      padding: 8px 0; }
    header #gnav .hassub {
      position: relative; }
      header #gnav .hassub ul {
        border: none;
        display: none;
        width: calc(100% + 1px);
        box-sizing: border-box;
        position: absolute;
        left: -1px;
        background: #FFF;
        box-shadow: 1px 1px 2px -1px #CCC;
        z-index: 10; }
      header #gnav .hassub li {
        border: none;
        width: 100%; }
        header #gnav .hassub li:first-child {
          display: none; }
    header #gnav .lang_nav {
      width: 180px;
      border-left: none; }
      header #gnav .lang_nav ul {
        border: 0; }
      header #gnav .lang_nav li {
        width: 100%;
        border-left: none;
        position: relative; }
        header #gnav .lang_nav li:first-child {
          border-left: solid 1px #000; }
        header #gnav .lang_nav li > span {
          display: block;
          padding: 8px 0; }
        header #gnav .lang_nav li.item-language-en:after, header #gnav .lang_nav li.item-language-ja:after {
          content: '';
          display: block;
          height: 20px;
          width: 1px;
          background: #000;
          position: absolute;
          top: 50%;
          right: 0px;
          transform: translate(0, -50%) rotate(20deg); }
  header .sp_lang_nav {
    display: none; }
  @media (max-width: 767px) {
    header {
      padding: 15px 0 15px; }
      header .header_flex {
        display: block; }
      header #gnav {
        width: 100%;
        display: none;
        padding: 0 0 20px; }
        header #gnav ul {
          display: block;
          padding: 0;
          width: 100% !important;
          border-right: 0;
          border-bottom: solid 1px #999; }
        header #gnav .hassub > a:after {
          content: "＋"; }
        header #gnav .hassub > a.open:after {
          content: "－"; }
        header #gnav .hassub ul {
          position: static;
          background: #EEE;
          box-shadow: none; }
          header #gnav .hassub ul li:first-child {
            display: block; }
        header #gnav li {
          display: block;
          border-left: 0;
          border-top: solid 1px #999;
          padding: 0;
          width: 100% !important;
          background: transparent; }
          header #gnav li:first-child {
            border-top: 0; }
          header #gnav li br {
            display: none; }
          header #gnav li a {
            padding: 10px 0;
            position: relative; }
            header #gnav li a:after {
              content: ">";
              position: absolute;
              right: 20px;
              top: 10px; }
        header #gnav .lang_nav {
          display: none; }
      header .sp_lang_nav {
        display: block;
        position: absolute;
        top: 10px;
        right: 80px; }
        header .sp_lang_nav li {
          font-size: 1rem;
          border-bottom: solid 1px #000; } }

main {
  display: block;
  padding: 100px 0; }
  @media (max-width: 767px) {
    main {
      padding: 76px 0 50px; } }

#totop {
  cursor: pointer; }

#sidenav {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 10; }
  @media (max-width: 767px) {
    #sidenav {
      display: none; } }

footer .footer_nav {
  background: url("../img/common/bg_nav.jpg");
  background-size: cover;
  max-width: 1440px;
  margin: auto auto 100px;
  padding: 45px 0;
  text-align: center; }
  footer .footer_nav ul {
    display: flex;
    justify-content: space-around;
    max-width: 910px;
    margin: auto; }
  footer .footer_nav li {
    background: rgba(255, 255, 255, 0.9); }
  footer .footer_nav a {
    display: block;
    padding: 40px 40px;
    height: 100%;
    width: 200px;
    box-sizing: border-box;
    color: #000; }
  footer .footer_nav span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    border-bottom: solid 2px #FFAC00;
    padding-bottom: 10px; }
  footer .footer_nav li:last-child span {
    letter-spacing: 0; }

footer .footer_bnr {
  text-align: center;
  margin-bottom: 100px; }
  footer .footer_bnr li {
    margin-bottom: 45px; }
  footer .footer_bnr a {
    display: block;
    background: #231815; }

footer .footer_bottom {
  font-size: 1rem;
  background: #8C8C8C;
  line-height: 1;
  padding: 10px; }
  footer .footer_bottom a {
    color: inherit; }
  footer .footer_bottom .container_wide {
    display: flex;
    align-items: center; }
  footer .footer_bottom_left {
    width: 50%; }
    footer .footer_bottom_left ul {
      display: flex; }
    footer .footer_bottom_left li {
      border-left: solid 1px #000; }
      footer .footer_bottom_left li:first-child {
        border: none; }
    footer .footer_bottom_left a {
      display: block;
      padding: 0 10px; }
  footer .footer_bottom_right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    footer .footer_bottom_right p {
      padding-right: 15px; }

@media (max-width: 767px) {
  footer .footer_nav {
    font-size: 1.1rem;
    padding: 20px 15px 5px;
    margin-bottom: 50px; }
    footer .footer_nav ul {
      flex-wrap: wrap; }
    footer .footer_nav li {
      width: 47%;
      margin-bottom: 15px; }
    footer .footer_nav a {
      padding: 25px 20px;
      width: 100%; }
    footer .footer_nav span {
      font-size: 1.1rem;
      letter-spacing: 0.1em; }
    footer .footer_nav li:last-child span {
      letter-spacing: 0; }
  footer .footer_bnr {
    text-align: center;
    margin-bottom: 50px; }
    footer .footer_bnr li {
      margin-bottom: 25px; }
    footer .footer_bnr a {
      display: block;
      background: #231815; }
  footer .footer_bottom_left {
    display: none; }
  footer .footer_bottom_right {
    width: 100%; } }

html:lang(en-US) #top_mv .mv_nav ul, html:lang(cn) #top_mv .mv_nav ul {
  justify-content: center; }

html:lang(en-US) #top_mv .mv_nav li, html:lang(cn) #top_mv .mv_nav li {
  margin: 0 5px; }

@media (max-width: 767px) {
  html:lang(en-US) #top_mv .mv_nav li, html:lang(cn) #top_mv .mv_nav li {
    margin-bottom: 10px; } }

#top_mv {
  position: relative; }
  #top_mv img {
    width: 100%; }
  #top_mv .mv_nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    background: rgba(35, 24, 21, 0.75);
    padding: 25px 0; }
    #top_mv .mv_nav ul {
      display: flex;
      justify-content: space-between; }
    #top_mv .mv_nav li {
      width: 218px; }
  @media (max-width: 767px) {
    #top_mv .mv_nav {
      position: static; }
      #top_mv .mv_nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      #top_mv .mv_nav li {
        width: 48%;
        margin-bottom: 10px; } }

#top_info {
  margin-bottom: 100px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 5px 0; }
  #top_info a {
    color: #FFF; }
  #top_info .container {
    display: flex; }
  #top_info h2 {
    font-size: 1.6rem;
    background: url("../img/common/icon_ttl_info.png") no-repeat 0 7px;
    padding-left: 15px;
    margin-right: 15px; }
  #top_info dl {
    font-size: 1.4rem;
    margin-top: 2px; }
  #top_info dt {
    float: left;
    clear: left; }
  #top_info dd {
    padding-left: 6em; }
  @media (max-width: 767px) {
    #top_info {
      margin-bottom: 50px; }
      #top_info h2, #top_info dl {
        font-size: 1.2rem; }
      #top_info h2 {
        background-size: 5px;
        width: 4.5em;
        margin-right: 0.5em;
        padding-left: 10px; }
      #top_info dl {
        display: flex;
        width: calc(100% - 5em); }
      #top_info dt {
        width: 5.2em;
        float: none;
        margin-right: 0.2em; }
      #top_info dd {
        width: calc(100% - 5em);
        overflow: hidden;
        height: 1.5em;
        text-overflow: clip;
        padding-left: 0; } }

#top_main {
  max-width: 1440px;
  margin: auto; }

.top_txt_lead {
  text-align: center;
  font-family: Georgia, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 100px; }
  .top_txt_lead .txt_italic {
    font-style: italic; }
  @media (max-width: 767px) {
    .top_txt_lead {
      font-size: 1.3rem;
      margin-bottom: 50px; } }

.top_col2 {
  display: flex;
  justify-content: space-between; }
  .top_col2 .col {
    width: 49%; }
  @media (max-width: 767px) {
    .top_col2 {
      display: block; }
      .top_col2 .col {
        width: 100%; }
      .top_col2 .col:first-child {
        margin-bottom: 30px; } }

.top_news {
  margin-bottom: 100px; }
  .top_news .box_news {
    height: 240px;
    overflow-y: scroll;
    border: solid 1px #AAA;
    box-sizing: border-box;
    padding: 30px 10px 10px; }
  .top_news .col {
    width: 75%;
    margin: auto; }
  .top_news h2 {
    overflow: hidden;
    font-family: "Josefin Sans", Futura, "Century Gothic", sans-serif;
    padding-top: 3px; }
    .top_news h2 a {
      display: block;
      background: #000;
      color: #FFF;
      float: right;
      font-weight: normal;
      font-size: 1.0rem;
      margin-top: 2px;
      padding: 1px 20px; }
  .top_news dt {
    float: left;
    clear: left;
    margin-bottom: 20px; }
  .top_news dd {
    padding-left: 6em;
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .top_news {
      margin-bottom: 50px; }
      .top_news .box_news {
        height: 170px;
        padding: 20px 10px 10px; }
        .top_news .box_news::-webkit-scrollbar {
          width: 10px; }
        .top_news .box_news::-webkit-scrollbar-track {
          background: #EBECEE;
          padding: 2px; }
        .top_news .box_news::-webkit-scrollbar-thumb {
          background: #999;
          border-radius: 5px; }
      .top_news .col {
        width: 100%; }
      .top_news h2 a {
        font-size: 1.2rem;
        margin-top: 0; } }

.top_bnr01 {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .top_bnr01 {
      margin-bottom: 30px; } }

.top_bnr02 {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .top_bnr02 {
      margin-bottom: 50px; } }

.top_bnr03 {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .top_bnr04 {
    margin-right: -20px;
    margin-left: -20px; } }

.strength_section {
  margin-bottom: 100px; }
  .strength_section h3 {
    border-bottom: solid 1px #707070; }
  @media (max-width: 767px) {
    .strength_section {
      margin-bottom: 50px; } }

.strength_txt_lead {
  text-align: center;
  line-height: 2; }

.strength_img_lead {
  margin-top: 70px; }
  @media (max-width: 767px) {
    .strength_img_lead {
      width: 50%;
      margin: 35px auto 0; } }

.strength_index_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px; }
  .strength_index_row .txt {
    width: 410px; }
  .strength_index_row .img {
    width: 315px;
    margin-top: 25px; }
  @media (max-width: 767px) {
    .strength_index_row {
      display: block; }
      .strength_index_row .txt {
        width: auto; }
      .strength_index_row .img {
        width: auto;
        text-align: center; } }

/* 下層ページ共通 */
.strength_mv {
  margin-bottom: 40px; }

.strength_row_01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px; }
  .strength_row_01 .txt {
    width: 410px; }
  .strength_row_01 .img {
    width: 315px; }
  @media (max-width: 767px) {
    .strength_row_01 {
      display: block; }
      .strength_row_01 .txt, .strength_row_01 .img {
        width: 100%; }
      .strength_row_01 .txt {
        margin-bottom: 20px; } }

.strength_row_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .strength_row_02 .strength_row_02_item {
    width: 380px;
    justify-content: space-between;
    display: flex;
    margin-bottom: 60px; }
    .strength_row_02 .strength_row_02_item .img {
      width: 118px; }
    .strength_row_02 .strength_row_02_item .txt {
      width: 225px; }
  .strength_row_02.bg_brown {
    background: #F4EDE9;
    padding: 35px 50px 0;
    margin: 0 -50px 0; }
  .strength_row_02 h3 {
    width: 100%; }
  @media (max-width: 767px) {
    .strength_row_02 .strength_row_02_item {
      width: 100%;
      margin-bottom: 30px; }
      .strength_row_02 .strength_row_02_item .img {
        width: 100px; }
      .strength_row_02 .strength_row_02_item .txt {
        width: calc(100% - 110px); }
    .strength_row_02.bg_brown {
      background: #F4EDE9;
      padding: 35px 20px 0;
      margin: 0 -20px 0; } }

.strength_flow {
  margin-bottom: 90px; }
  .strength_flow ol {
    display: flex;
    justify-content: space-around; }
  .strength_flow li {
    position: relative;
    width: 180px;
    text-align: center; }
    .strength_flow li:before {
      content: '';
      background: url("../img/common/icon_flow_arrow.png");
      width: 50px;
      height: 46px;
      display: block;
      position: absolute;
      left: -62px;
      top: 50%;
      transform: translateY(-50%); }
    .strength_flow li:first-child:before {
      content: none; }
  @media (max-width: 767px) {
    .strength_flow li {
      width: 27.5%; }
      .strength_flow li:before {
        width: 15px;
        height: 15px;
        background-size: contain;
        left: -19.5%; } }

.strength_product dl {
  font-size: 1.3rem;
  margin-top: 20px; }
  .strength_product dl dt:before {
    content: "■"; }

.strength_product .strength_product_row {
  justify-content: space-between;
  display: flex; }

@media (max-width: 767px) {
  .strength_product .strength_product_row {
    flex-wrap: wrap; }
    .strength_product .strength_product_row .col {
      width: 48%; } }

.strength_footer_nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto; }

@media (max-width: 767px) {
  .strength_footer_nav ul {
    flex-wrap: wrap; }
  .strength_footer_nav li {
    width: 48%;
    text-align: center;
    margin-bottom: 15px; } }

/* ページ個別の要素 */
.strength_organization {
  margin-top: 50px; }
  .strength_organization ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between; }
  .strength_organization li {
    width: 33%;
    margin-bottom: 2%; }
    .strength_organization li:nth-child(1) {
      margin-left: 17%; }
    .strength_organization li:nth-child(2) {
      margin-right: 17%; }
    .strength_organization li:nth-child(6) {
      margin-left: 17%; }
    .strength_organization li:nth-child(7) {
      margin-right: 17%; }
  @media (max-width: 767px) {
    .strength_organization li {
      width: 30%; } }

.strength_list .strength_item {
  border-bottom: solid 1px #707070;
  padding: 30px 0; }

.strength_list .strength_flex {
  display: flex; }
  .strength_list .strength_flex .img {
    width: 100%;
    max-width: 206px; }
  .strength_list .strength_flex .txt {
    width: 100%;
    max-width: 390px;
    margin-left: 15px; }
  .strength_list .strength_flex .btn_black {
    width: 115px;
    margin-top: 18px; }

@media (max-width: 767px) {
  .strength_list .strength_flex {
    display: block; }
    .strength_list .strength_flex .img {
      margin: 0 auto 25px; }
      .strength_list .strength_flex .img img {
        width: 100%; }
    .strength_list .strength_flex .txt {
      margin-left: 0; } }

.strength_flex {
  display: flex;
  justify-content: space-between; }
  .strength_flex .txt {
    width: 410px;
    margin-bottom: 50px; }
    .strength_flex .txt p {
      margin-bottom: 20px;
      font-size: 1.4rem; }
  .strength_flex .img {
    margin: 0 auto 20px; }
  .strength_flex dl dt {
    float: left; }
  .strength_flex dl dd {
    padding-left: 100px;
    border-bottom: solid 1px #707070; }
  .strength_flex dl .transparent {
    color: rgba(255, 255, 255, 0);
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
  @media (max-width: 767px) {
    .strength_flex {
      flex-wrap: wrap; }
      .strength_flex .txt {
        order: 1; }
      .strength_flex .img {
        order: 0; } }

.strength_desc {
  background: #DBE0EA;
  padding: 20px;
  margin-bottom: 25px; }
  .strength_desc h3 {
    border-bottom: none;
    font-weight: bold;
    font-size: 1.6rem; }
  @media (max-width: 767px) {
    .strength_desc {
      text-align: center; } }

.strength_desc_flex {
  display: flex;
  justify-content: space-between; }
  .strength_desc_flex p {
    max-width: 550px;
    margin-top: 25px; }
  @media (max-width: 767px) {
    .strength_desc_flex {
      flex-wrap: wrap; }
      .strength_desc_flex p {
        order: 1;
        text-align: left; }
      .strength_desc_flex img {
        order: 0;
        margin: 10px auto 0; } }

.strength_representative_list {
  display: flex;
  justify-content: center; }
  .strength_representative_list li {
    margin: 0 30px; }
  @media (max-width: 767px) {
    .strength_representative_list {
      flex-wrap: wrap;
      justify-content: space-around; }
      .strength_representative_list li {
        margin: 0 0 10px; } }

.strength_quality_block {
  display: flex;
  justify-content: space-between; }
  .strength_quality_block .txt {
    width: 100%;
    max-width: 410px; }
    .strength_quality_block .txt p {
      margin-bottom: 30px; }
  .strength_quality_block .img {
    width: 100%;
    max-width: 325px; }
    .strength_quality_block .img img {
      margin-bottom: 20px; }
  .strength_quality_block .img_flex {
    display: flex;
    justify-content: space-between; }
  .strength_quality_block dl dt:before {
    content: "■"; }
  .strength_quality_block dl dd {
    margin-bottom: 15px; }
  @media (max-width: 767px) {
    .strength_quality_block {
      display: block; }
      .strength_quality_block .img {
        margin: 0 auto; } }

.strength_organization_block p {
  margin-bottom: 30px; }

.strength_organization_block h4 {
  font-size: 1.4rem;
  font-weight: bold; }

.strength_organization_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }
  .strength_organization_flex p {
    max-width: 160px;
    margin-top: 50px;
    margin-bottom: 0; }
  .strength_organization_flex li p {
    max-width: 100%;
    margin-top: 0; }
  .strength_organization_flex .img {
    text-align: center;
    margin: 0 10px; }
  @media (max-width: 767px) {
    .strength_organization_flex {
      display: block;
      max-width: 400px;
      margin: 0 auto; }
      .strength_organization_flex p {
        max-width: 400px; }
      .strength_organization_flex li {
        text-align: center;
        margin-bottom: 20px; } }

.product_contact_wrap a {
  background: #595757;
  text-align: center;
  display: block;
  color: #fff; }

.product_name_list {
  margin-top: 45px;
  width: 100%; }
  .product_name_list li {
    margin-bottom: 10px; }
    .product_name_list li a {
      display: flex;
      align-items: center;
      width: 100%; }
    .product_name_list li img {
      margin-right: 10px; }

.product_ttl {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px; }
  .product_ttl img {
    margin-right: 10px; }

.product_index_row {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }
  .product_index_row .txt {
    width: 450px; }
  .product_index_row .img {
    width: 270px; }
  @media (max-width: 767px) {
    .product_index_row {
      display: block; }
      .product_index_row .txt {
        width: 100%; }
      .product_index_row .img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px; } }

.circle_txt_wrap {
  width: 470px;
  margin: auto; }
  .circle_txt_wrap .content_block {
    display: flex;
    justify-content: space-around;
    margin-bottom: 85px;
    position: relative; }
    .circle_txt_wrap .content_block .txt {
      width: 216px;
      line-height: 2; }
      .circle_txt_wrap .content_block .txt h4 {
        font-size: 1.5rem;
        margin-bottom: 10px; }
    .circle_txt_wrap .content_block:first-child {
      margin-top: 50px; }
    .circle_txt_wrap .content_block:after {
      position: absolute;
      content: '';
      background: url(../img/products/custommade/down_arrow.png) no-repeat 100% center;
      height: 50px;
      width: 46px;
      bottom: -70px;
      left: 50%; }
    .circle_txt_wrap .content_block:last-child:after {
      content: none; }
  @media (max-width: 767px) {
    .circle_txt_wrap {
      width: auto; }
      .circle_txt_wrap .content_block {
        display: block; }
        .circle_txt_wrap .content_block .img {
          text-align: center; }
        .circle_txt_wrap .content_block .txt {
          width: auto; }
        .circle_txt_wrap .content_block:after {
          position: absolute;
          content: '';
          background: url(../img/products/custommade/down_arrow.png) no-repeat 100% center;
          height: 50px;
          width: 46px;
          bottom: -70px;
          left: 50%;
          transform: translate(-50%); } }

.product_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }
  .product_block .txt {
    width: 408px; }
    .product_block .txt .ttl_triangle {
      font-size: 1.4rem; }
  .product_block .img {
    width: 316px; }
  @media (max-width: 767px) {
    .product_block {
      display: block;
      margin-bottom: 30px; }
      .product_block .txt {
        width: auto; }
      .product_block .img {
        margin: 15px auto 0;
        width: auto; } }

.product_row {
  display: flex;
  justify-content: space-between; }
  .product_row .txt {
    width: 380px; }
  .product_row .txt_detail {
    margin-bottom: 30px; }
    .product_row .txt_detail p {
      margin-bottom: 20px; }
  .product_row .img {
    width: 380px; }
  .product_row figure img {
    border: solid 1px #ccc;
    padding: 8px;
    box-sizing: border-box; }
  .product_row figure figcaption {
    text-align: right; }
  @media (max-width: 767px) {
    .product_row {
      display: block; }
      .product_row .txt {
        width: 100%;
        margin-bottom: 20px; }
      .product_row .img {
        width: 100%;
        text-align: center; }
      .product_row figure img {
        padding: 5px; } }

.product_ttl_tech {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 15px; }

.product_list_tech li {
  min-width: 108px;
  color: #fff;
  display: inline-block;
  background: #848585;
  text-align: center;
  margin-bottom: 15px;
  margin-left: 22px; }
  .product_list_tech li:nth-child(3n+1) {
    margin-left: 0; }

@media (max-width: 767px) {
  .product_list_tech li {
    min-width: 90px;
    margin: 0 5px 10px; }
    .product_list_tech li:nth-child(3n+1) {
      margin: 0 5px 10px; } }

.product_list {
  margin-bottom: 150px; }
  .product_list > img {
    margin: 40px 0 30px; }
  .product_list .product_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  @media (max-width: 767px) {
    .product_list .product_item li {
      width: 45%;
      margin-bottom: 10px; } }

.cold_product_block {
  margin-bottom: 55px; }
  .cold_product_block .cold_product_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .cold_product_block .cold_product_box {
    width: 100%;
    max-width: 230px;
    margin-bottom: 25px; }
    .cold_product_block .cold_product_box .img {
      margin-bottom: 15px; }
    .cold_product_block .cold_product_box h4 {
      font-size: 1.8rem; }
    .cold_product_block .cold_product_box p {
      font-size: 1.3rem; }
  @media (max-width: 767px) {
    .cold_product_block .cold_product_flex img {
      width: 100%; }
    .cold_product_block .cold_product_box {
      margin: 0 auto 25px;
      max-width: 100%; } }

.assembly_product_block {
  margin-bottom: 80px; }
  .assembly_product_block .assembly_product_flex {
    display: flex;
    justify-content: space-between; }
  .assembly_product_block .assembly_product_box {
    width: 100%;
    max-width: 350px; }
    .assembly_product_block .assembly_product_box .img {
      margin-bottom: 15px; }
    .assembly_product_block .assembly_product_box h4 {
      font-size: 1.8rem; }
    .assembly_product_block .assembly_product_box p {
      font-size: 1.3rem; }
  @media (max-width: 767px) {
    .assembly_product_block .assembly_product_flex {
      display: block; }
      .assembly_product_block .assembly_product_flex img {
        width: 100%; }
    .assembly_product_block .assembly_product_box {
      max-width: 100%; } }

.patent_product_block .patent_product_flex {
  display: flex;
  justify-content: space-between; }

.patent_product_block .patent_product_box {
  width: 100%;
  max-width: 230px; }
  .patent_product_block .patent_product_box .img {
    margin-bottom: 15px; }
  .patent_product_block .patent_product_box h4 {
    font-size: 1.8rem; }
  .patent_product_block .patent_product_box p {
    font-size: 1.3rem; }

@media (max-width: 767px) {
  .patent_product_block .patent_product_flex {
    display: block; }
    .patent_product_block .patent_product_flex img {
      width: 100%; }
  .patent_product_block .patent_product_box {
    margin: 0 auto 25px;
    max-width: 100%; } }

.cmp_section {
  margin-bottom: 100px; }

.company_mv {
  margin: 0 auto 25px; }

.aboutus_lead {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px; }

.aboutus_text {
  margin: 0 auto;
  width: 540px;
  font-size: 1.4rem; }
  .aboutus_text .abouts_text_name {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap; }
    .aboutus_text .abouts_text_name p {
      margin-right: 20px; }
  @media (max-width: 767px) {
    .aboutus_text {
      width: 100%; } }

.profile_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto; }

.post_name {
  text-align: right; }
  .post_name .name {
    display: block;
    font-size: 1.8rem; }

#overview_page .bordered:after {
  content: none; }

#overview_page .tri_ttl {
  background: url(../img/company/overview/tri_ttl.png) no-repeat 0 9px;
  background-size: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 0 10px 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #808080; }

#overview_page .tri_img {
  text-align: center; }
  #overview_page .tri_img figcaption {
    background: url(../img/company/overview/icon_01.png) no-repeat 285px center;
    background-size: 10px;
    padding-left: 0px;
    margin: 10px 0; }

#history_page .history_table {
  width: 100%;
  background: #FFF;
  border-collapse: collapse; }
  @media (max-width: 767px) {
    #history_page .history_table tr {
      margin-bottom: 10px; } }
  #history_page .history_table td, #history_page .history_table th {
    border: solid 3px #FFF;
    vertical-align: middle; }
    @media (max-width: 767px) {
      #history_page .history_table td, #history_page .history_table th {
        border: none; } }
  #history_page .history_table td {
    padding: 10px;
    background: #F8F3ED; }
    @media (max-width: 767px) {
      #history_page .history_table td {
        padding: 0 5px 10px !important; } }
  #history_page .history_table th {
    width: 100px;
    position: relative;
    font-weight: normal;
    padding: 10px;
    background: #EAEAEA;
    color: #3E3A39;
    font-size: 1.2rem; }
    @media (max-width: 767px) {
      #history_page .history_table th {
        padding: 5px !important; } }
    #history_page .history_table th:after {
      position: absolute;
      right: 15px;
      top: 17px;
      font-size: 65%;
      padding: 4px 5px;
      line-height: 1;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-weight: normal; }
      @media (max-width: 767px) {
        #history_page .history_table th:after {
          top: 5px;
          right: 10px; } }
    #history_page .history_table th.required:after {
      content: "必須";
      color: #FFF;
      background: #C90000; }
    #history_page .history_table th.option:after {
      content: "任意";
      color: #FFF;
      background: #999; }

.company_nav {
  width: 904px;
  border-top: solid 1px #808080; }
  .company_nav ul {
    display: flex;
    justify-content: space-around; }
    .company_nav ul li {
      text-align: center; }
      .company_nav ul li a {
        padding: 16px 0;
        color: #FFF;
        background: #154594;
        font-weight: bold;
        font-size: 1.6rem;
        display: block;
        width: 200px; }
  @media (max-width: 767px) {
    .company_nav {
      width: auto; }
      .company_nav ul {
        display: block; }
        .company_nav ul li {
          margin-bottom: 10px; }
          .company_nav ul li a {
            width: auto; } }

#base_page {
  /*アコーディオン*/
  /* googlemapやyoutube */ }
  #base_page .container_narrow section {
    margin-bottom: 70px; }
  #base_page .ttl_l_border {
    font-size: 1.8rem;
    border-left: solid 8px #154594; }
  #base_page .world_map {
    margin-top: 45px; }
  @media (max-width: 767px) {
    #base_page .container_narrow section {
      margin-bottom: 50px; }
    #base_page .world_map {
      margin-top: 10px; } }
  #base_page .ttl_uline {
    padding-bottom: 10px;
    border-bottom: solid 1px #848585;
    margin-bottom: 10px; }
  #base_page .types_block {
    text-align: center;
    margin-bottom: 40px; }
    #base_page .types_block .ttl_type {
      padding: 10px;
      margin-bottom: 10px;
      border: solid 1px #707070;
      display: block;
      font-size: 1.8rem; }
  #base_page .ttl_field {
    font-size: 16px;
    margin-bottom: 30px; }
  #base_page .branch_row {
    display: flex;
    justify-content: space-around;
    justify-content: space-between;
    margin-bottom: 55px; }
    #base_page .branch_row .txt {
      font-size: 1.3rem;
      width: 380px; }
    #base_page .branch_row table th, #base_page .branch_row table td {
      border: none;
      padding: 0 0 10px; }
    #base_page .branch_row table th {
      width: 92px; }
    #base_page .branch_row h5 {
      font-size: 1.6rem; }
    #base_page .branch_row a {
      background: #979898;
      color: #FFF;
      padding: 5px 0;
      border-radius: 5px;
      display: block;
      text-align: center;
      margin-top: 10px;
      font-size: 1.2rem; }
    @media (max-width: 767px) {
      #base_page .branch_row {
        display: block;
        margin-top: 30px;
        padding-top: 20px; }
        #base_page .branch_row .txt {
          width: auto;
          margin: 0 auto 20px; }
        #base_page .branch_row .img {
          text-align: center; } }
  #base_page .base_accordion_wrap .accordion_ttl {
    background: url(../img/company/base/accordion_down.png) no-repeat right top; }
    #base_page .base_accordion_wrap .accordion_ttl.open {
      background: url(../img/company/base/accordion_up.png) no-repeat right top; }
  @media (max-width: 767px) {
    #base_page .base_accordion_wrap .accordion_ttl {
      background-size: 20px !important; } }
  #base_page .iframe_wrap {
    position: relative;
    padding-top: 210px;
    width: 335px;
    height: 0;
    overflow: hidden; }
    #base_page .iframe_wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
    @media (max-width: 767px) {
      #base_page .iframe_wrap {
        width: auto; } }

#loading {
  display: none; }

.thanks {
  padding: 20px;
  font-size: 1.8rem; }

#contact_page .contact_block {
  margin-bottom: 70px; }
  #contact_page .contact_block .txt {
    margin: 0 auto 50px; }
  #contact_page .contact_block .table {
    table-layout: fixed; }
    #contact_page .contact_block .table th, #contact_page .contact_block .table td {
      vertical-align: middle; }
    #contact_page .contact_block .table th {
      background: #eee;
      color: #282828;
      text-align: center;
      text-decoration: underline; }

@media (max-width: 767px) {
  #contact_page .contact_block {
    padding: 20px;
    margin-bottom: 50px; }
    #contact_page .contact_block .txt {
      width: auto; } }

.table_form {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin: 0 -10px 0 -10px; }
  @media (max-width: 767px) {
    .table_form {
      margin: 0; } }
  .table_form th, .table_form td {
    border: solid 10px #fff;
    padding: 15px; }
    @media (max-width: 767px) {
      .table_form th, .table_form td {
        border: none;
        padding: 10px; } }
  .table_form td {
    vertical-align: middle;
    background: #e4e1dd; }
    @media (max-width: 767px) {
      .table_form td {
        padding: 10px;
        margin-bottom: 15px; } }
  .table_form th {
    width: 220px;
    background: #d8d9d9;
    text-align: left;
    vertical-align: top;
    position: relative;
    background-clip: padding-box !important;
    font-weight: bold; }
    @media (max-width: 767px) {
      .table_form th {
        padding: 5px;
        margin-bottom: 0; } }
    .table_form th.required:after {
      content: "*"; }

.table_form input[type=text], .table_form input[type=email], .table_form input[type=tel], .table_form input[type=nmber], .table_form input[type=date], .table_form textarea {
  width: 100%;
  padding: 4px;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: normal;
  color: #333; }
  .table_form input[type=text]:focus, .table_form input[type=email]:focus, .table_form input[type=tel]:focus, .table_form input[type=nmber]:focus, .table_form input[type=date]:focus, .table_form textarea:focus {
    outline: none;
    background: #fff; }

.table_form input[type="checkbox"]:checked + span, .table_form input[type="radio"]:checked + span {
  font-weight: bold; }

.table_form textarea {
  width: 100%;
  height: 130px; }

.table_form select {
  padding: 2px 0 4px 4px;
  border: none;
  margin-right: 2px; }
  .table_form select option {
    padding: 0; }

.table_form .input_zip_wrap {
  display: flex; }
  .table_form .input_zip_wrap:before {
    content: "〒";
    background: #999;
    color: #fff;
    width: 30px;
    text-align: center;
    padding: 4px 0; }

.table_form input.input_zip {
  width: 290px; }
  @media (max-width: 767px) {
    .table_form input.input_zip {
      width: 100%; } }

.table_form input.input_tel,
.table_form input.input_fax {
  width: 320px; }
  @media (max-width: 767px) {
    .table_form input.input_tel,
    .table_form input.input_fax {
      width: 100%; } }

.table_form .mwform-tel-field input[type="text"], .table_form .mwform-zip-field input[type="text"] {
  width: 5em; }

.table_form .horizontal-item {
  width: 49%;
  display: inline-block; }
  .table_form .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-left: 0 !important; }
  @media (max-width: 767px) {
    .table_form .horizontal-item {
      width: auto;
      display: block; } }

.table_form .mwform-radio-field {
  width: auto;
  display: inline-block; }
  .table_form .mwform-radio-field + .horizontal-item {
    margin-left: 10px !important; }

.form_agree {
  margin-top: 20px;
  text-align: center; }
  .form_agree p {
    margin-bottom: 20px; }

.form_button {
  overflow: hidden;
  margin-top: 30px;
  text-align: center; }
  .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
    height: 60px;
    width: 500px;
    border: none;
    font-weight: bold;
    margin: 10px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    background: #154594;
    color: #fff;
    letter-spacing: 1em; }
    .form_button input[type=submit]:hover, .form_button input[type=button]:hover, .form_button button[type=submit]:hover {
      opacity: 0.8; }
    @media (max-width: 767px) {
      .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
        max-width: 80%; } }
    .form_button input[type=submit][name=submitBack], .form_button input[type=button][name=submitBack], .form_button button[type=submit][name=submitBack] {
      background: #999; }

.frm.danger {
  display: block;
  background: #c90000;
  padding: 5px 10px;
  position: relative;
  margin-top: 12px;
  clear: both;
  color: #fff !important;
  font-size: 1.2rem; }
  .frm.danger:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: -20px;
    border: 10px solid #c90000;
    border-color: transparent;
    border-bottom-color: #c90000; }

#termofuse_page ul {
  margin: 20px 50px; }
  #termofuse_page ul li {
    margin: 5px 0; }

#recruit_info_page #eyecatch .en {
  color: #FFAC00; }

#recruit_info_page #eyecatch .ja {
  color: #000; }

#recruit_info_page .recruit_item {
  margin-bottom: 90px; }

#recruit_info_page p {
  margin-bottom: 35px; }

@media (max-width: 767px) {
  #recruit_info_page .btn {
    margin-bottom: 50px; } }

#faq_page .faq_wrap {
  margin: 60px 0; }
  #faq_page .faq_wrap .faq_item {
    padding: 35px 0;
    border-bottom: solid 1px #000; }
    #faq_page .faq_wrap .faq_item .question {
      background: url(../img/faq/Q.png) no-repeat 0 0;
      background-size: 38px;
      padding-left: 65px;
      margin-bottom: 35px; }
    #faq_page .faq_wrap .faq_item .answer {
      background: url(../img/faq/A.png) no-repeat 0 0;
      background-size: 38px;
      padding-left: 65px; }
    #faq_page .faq_wrap .faq_item:first-child {
      padding-top: 0; }
    #faq_page .faq_wrap .faq_item:last-child {
      border-bottom: none;
      padding-bottom: 0; }

@media (max-width: 767px) {
  #faq_page .faq_wrap {
    margin: 0 0 50px; }
    #faq_page .faq_wrap .faq_item .question {
      background-size: 20px;
      padding-left: 30px; }
    #faq_page .faq_wrap .faq_item .answer {
      background-size: 20px;
      padding-left: 30px; } }

/*IR共通パーツ*/
.ir_select {
  overflow: hidden;
  width: 390px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.6rem;
  /* for IE11 */ }
  .ir_select select {
    width: 100%;
    padding-right: 1em;
    border: 1px solid #707070;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    outline: none;
    padding: 5px;
    background: url(../img/ir/rireki/select_btn_down.png) no-repeat 101% center;
    box-shadow: none;
    box-sizing: border-box; }
  .ir_select select::-ms-expand {
    display: none; }
  .ir_select select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none; }
  @media (max-width: 767px) {
    .ir_select {
      width: auto; } }

.ir_pager .page_number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto -10px; }
  .ir_pager .page_number li {
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    min-height: 48px; }
    .ir_pager .page_number li span {
      padding: 8px 0;
      min-width: 2.5em;
      text-align: center;
      background: #B0BED1;
      color: #fff;
      font-size: 1.8rem;
      font-weight: 500;
      display: block;
      height: 100%;
      box-sizing: border-box;
      text-decoration: none; }
  .ir_pager .page_number li:first-child span {
    background: url(../img/ir/rireki/prev.png) no-repeat 0% center; }
  .ir_pager .page_number li:last-child span {
    background: url(../img/ir/rireki/next.png) no-repeat 10% center; }
  .ir_pager .page_number .current span {
    background: #154594; }

.ir_pager .page_none {
  display: none; }

@media (max-width: 767px) {
  .ir_pager {
    margin-top: 50px; }
    .ir_pager .page_number li {
      min-height: 34px;
      margin-right: 10px; }
      .ir_pager .page_number li span {
        padding: 6px 0;
        font-size: 1.2rem; }
    .ir_pager .page_number li:first-child span {
      background-size: 100% auto; }
    .ir_pager .page_number li:last-child span {
      background-size: 100% auto; }
    .ir_pager .page_number .current span {
      font-size: 1.2rem; } }

/*IR共通パーツ終わり*/
/* 基本構造 */
.ir_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .ir_wrap h3 a, .ir_wrap h4 a {
    float: right;
    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    margin-top: 10px; }
  @media (max-width: 767px) {
    .ir_wrap {
      display: block; } }

.ir_content {
  width: 645px; }
  .ir_content a {
    text-decoration: underline; }
  @media (max-width: 767px) {
    .ir_content {
      width: auto; } }

.ir_sidebar {
  width: 210px;
  margin-top: -23px; }
  .ir_sidebar li {
    border-bottom: solid 1px #000; }
  .ir_sidebar a {
    display: block;
    padding: 25px 0;
    color: #000; }
  @media (max-width: 767px) {
    .ir_sidebar {
      width: auto;
      margin-top: 80px; } }

/* トップメッセージ用 */
.ir_message_wrap table, .ir_message_wrap tr, .ir_message_wrap th, .ir_message_wrap td {
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: top; }

.ir_message_wrap table:nth-of-type(1) {
  font-size: 1px; }

.ir_message_wrap table:nth-of-type(2) td:nth-of-type(2) {
  width: 170px; }

.ir_message_wrap table:nth-of-type(2) td:nth-of-type(3) {
  padding: 0 0 0 20px; }

.ir_message_wrap table:nth-of-type(2) td[align=right] {
  text-align: right; }

@media (max-width: 767px) {
  .ir_message_wrap {
    display: block; }
    .ir_message_wrap table, .ir_message_wrap tr, .ir_message_wrap th, .ir_message_wrap td {
      padding: 0;
      margin: 0; }
    .ir_message_wrap table:nth-of-type(1) {
      font-size: 1px; }
    .ir_message_wrap table:nth-of-type(2) td:nth-of-type(2) {
      width: 170px;
      margin: 0 auto 10px; }
    .ir_message_wrap table:nth-of-type(2) td:nth-of-type(3) {
      padding: 0 0 0 0; } }

/*プレスリリース用*/
.ir_pdf {
  background: url(../img/ir/release/pdf.png) no-repeat center;
  padding: 18px;
  margin: 5px; }
  @media (max-width: 767px) {
    .ir_pdf {
      background-size: 25px;
      padding: 5px 10px;
      margin: 5px; } }

/*IR資料用*/
.ir_siryo_block .ttl_siryo_block {
  background: url(../img/ir/siryo/tri_ttl.png) no-repeat 0 center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-left: 25px; }

@media (max-width: 767px) {
  .ir_siryo_block .ttl_siryo_block {
    font-size: 1.6rem;
    background-size: 15px;
    padding-left: 20px; } }

/*IRカレンダー*/
#XJTxtDPContents table {
  font-size: 1.4rem;
  margin: 45px 0 0;
  width: 100%; }
  #XJTxtDPContents table .XJTxtDPDataTblTdDate {
    width: 200px;
    background: #E0E0E0;
    padding: 5px 20px;
    border: solid 1px #E7E7E8; }
  #XJTxtDPContents table .XJTxtDPDataTblTdValue {
    width: 444px;
    padding: 5px 20px;
    border: solid 1px #E7E7E8; }
  @media (max-width: 767px) {
    #XJTxtDPContents table .XJTxtDPDataTblTdValue {
      line-height: 1.5;
      padding: 10px 10px 20px; }
    #XJTxtDPContents table .XJTxtDPDataTblTdDate {
      line-height: 1.5;
      padding: 10px;
      font-weight: bold; } }

/*IR株式メモ*/
.ir_kabu_table {
  font-size: 1.4rem;
  margin: 45px 0;
  width: 100%; }
  .ir_kabu_table th {
    width: 220px;
    background: #E0E0E0;
    padding: 5px 12px;
    border: solid 1px #E7E7E8; }
  .ir_kabu_table td {
    width: calc(100% - 220px);
    padding: 5px 20px;
    border: solid 1px #E7E7E8; }
  @media (max-width: 767px) {
    .ir_kabu_table td {
      line-height: 1.5;
      padding: 10px 10px 20px; }
    .ir_kabu_table th {
      line-height: 1.5;
      padding: 10px;
      text-align: left;
      font-weight: bold; } }

.ttl_sub_kabu {
  font-size: 1.4rem; }

.p_kabu {
  font-size: 10px; }
  .p_kabu .contact {
    display: block;
    padding-left: 50px; }

.news_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .news_wrap {
      display: block; } }

.news_content {
  width: 645px; }
  .news_content .label {
    background: #ccc;
    color: #fff;
    display: block; }
    .news_content .label.label-companyinfo {
      background: #154594; }
    .news_content .label.label-techinfo {
      background: #FFAC00; }
    .news_content .label.label-productinfo {
      background: #138067; }
  @media (max-width: 767px) {
    .news_content {
      width: auto; } }

.news_archive h2 {
  margin-bottom: 20px; }

.news_archive a {
  display: block; }

.news_archive dl {
  border-top: solid 1px #000; }

.news_archive dt {
  float: left;
  clear: left;
  padding: 25px 0; }

.news_archive dd {
  /*overflow: hidden;*/
  border-bottom: solid 1px #000;
  padding: 25px 0;
  padding-left: 100px;
  font-size: 1.4rem; }
  .news_archive dd .category {
    width: 115px;
    text-align: center;
    float: left;
    margin-right: 20px;
    font-size: 1.2rem; }

.sidebar {
  width: 210px; }
  .sidebar h2 {
    border-bottom: solid 1px #000;
    padding: 15px 0;
    font-size: 1.8rem;
    font-weight: bold; }
  .sidebar ul {
    margin-bottom: 86px; }
  .sidebar li {
    border-bottom: solid 1px #000; }
  .sidebar a {
    display: block;
    padding: 25px 0;
    color: #000; }
  @media (max-width: 767px) {
    .sidebar {
      width: auto;
      margin-top: 80px; }
      .sidebar ul {
        margin-bottom: 40px; } }

.post_header {
  margin-bottom: 30px; }
  .post_header h2 {
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: solid 1px #000;
    padding-bottom: 25px;
    margin-bottom: 10px; }
  .post_header .category {
    margin-top: -30px;
    margin-bottom: 12px;
    font-size: 1.2rem; }
    .post_header .category a {
      width: 115px;
      display: inline-block;
      text-align: center;
      margin-right: 5px; }

.post {
  line-height: 2; }
  .post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
    font-weight: bold;
    margin-bottom: 5px; }
  .post h1 {
    font-size: 2.2rem; }
  .post h2 {
    font-size: 2.0rem; }
  .post h3 {
    font-size: 1.8rem; }
  .post h4 {
    font-size: 1.7rem; }
  .post p {
    margin-bottom: 1em; }
  .post ul li {
    list-style: disc;
    margin-left: 1em; }
  .post ol li {
    list-style: decimal;
    margin-left: 1em; }
  .post blockquote {
    background: #eee;
    padding: 10px 20px; }
    .post blockquote *:last-child {
      margin-bottom: 0; }
