@charset "UTF-8";
/***************************************
 *
 *subpage CSS
 *
 *2019/XX
 *
 ****************************************** */
/*****************************
 *
 *settings
 *
 ***************************** */
.trans_txt_parent .inner {
  overflow: hidden; }
.trans_txt_parent s {
  display: inline-block;
  transform: translateY(100px); }

.scroll_fadein {
  transform: translateY(100px);
  opacity: 0; }

#content .grey_content {
  margin: 60px 0;
  background: #f1f1f1;
  width: 100vw;
  margin-left: calc(0px - calc(50vw - 50%)); }
  #content .grey_content.contact .ib {
    width: 880px;
    padding: 40px 0 !important; }

.product_nav {
  height: 60px;
  background: #282828; }
  .product_nav .ib {
    display: flex;
    justify-content: space-between;
    height: 100%; }
    .product_nav .ib .search_form {
      position: absolute;
      width: 310px;
      height: 40px;
      border: none;
      top: calc(50% - 20px);
      right: 0;
      z-index: 2; }
      .product_nav .ib .search_form input {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        padding: 10px; }
        .product_nav .ib .search_form input::placeholder {
          font-size: 13px;
          color: #ccc; }
      .product_nav .ib .search_form button {
        width: 40px;
        height: 40px;
        background: #8E8E8E;
        position: absolute;
        z-index: 3;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: none; }
    .product_nav .ib .links {
      display: flex;
      height: 100%; }
      .product_nav .ib .links a {
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 24px;
        color: #fff;
        height: 100%;
        font-weight: 500;
        transition: 0.4s ease; }
        .product_nav .ib .links a:hover {
          background: #E6001B; }
        .product_nav .ib .links a.active {
          background: #E6001B; }

.head_tit {
  height: 328px;
  position: relative;
  width: 100%; }
  .head_tit.ns:after {
    display: none; }
  .head_tit.single {
    height: 160px;
    background: #3f3f3f; }
    .head_tit.single .ib {
      padding: 60px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .head_tit.single .ib h1 {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 32px; }
        .head_tit.single .ib h1 em {
          display: block;
          width: 100%;
          font-weight: normal;
          font-size: 18px;
          text-align: center; }
  .head_tit.hibino:after {
    display: none;
    background: #650606; }
  .head_tit.pt2 {
    height: 270px;
    background: url(../img/net1.png), linear-gradient(90deg, #f1f1f1, #d7d7d7); }
    .head_tit.pt2:after {
      display: none; }
    .head_tit.pt2 .ib h1 {
      color: #888; }
      .head_tit.pt2 .ib h1 span {
        font-size: 23px;
        color: #212121;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal; }
        .head_tit.pt2 .ib h1 span:before {
          content: "";
          width: 10px;
          height: 10px;
          background: #E6001B;
          border-radius: 50%;
          margin-right: 20px; }
  .head_tit:after {
    content: "";
    background: url(../img/head_tit_shadow.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-size: cover;
    z-index: 2;
    mix-blend-mode: multiply;
    opacity: 0.5; }
  .head_tit .ib {
    height: 100%;
    z-index: 3;
    padding: 100px 0;
    display: flex;
    align-items: center; }
    .head_tit .ib h1 {
      margin: 0;
      width: 100%;
      font-size: 60px;
      font-weight: bold;
      font-family: "din-2014", sans-serif;
      text-align: center;
      letter-spacing: 0.1rem;
      color: #fff; }
      .head_tit .ib h1 span {
        display: block;
        font-size: 25px;
        font-family: "Zen Kaku Gothic New", sans-serif; }
  .head_tit img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .head_tit img.dot1 {
      height: 100%;
      width: auto;
      left: calc(50% - 340px);
      top: 0px;
      z-index: 2;
      opacity: 0.5;
      mix-blend-mode: overlay; }
    .head_tit img.dot2 {
      mix-blend-mode: overlay;
      height: auto;
      width: auto;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0.5; }
    .head_tit img.dot3 {
      mix-blend-mode: overlay;
      height: auto;
      width: auto;
      top: auto;
      left: auto;
      right: 0;
      bottom: 0;
      opacity: 0.5;
      z-index: 2; }

.panlist.common {
  border-top: 1px solid #ccc; }
.panlist .ib {
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .panlist .ib a, .panlist .ib span {
    font-size: 16px;
    display: flex;
    align-items: center; }
    .panlist .ib a:before, .panlist .ib span:before {
      content: "";
      font-family: "material icons";
      margin-left: 8px;
      margin-right: 8px;
      color: #aaa;
      font-size: 13px;
      position: relative;
      top: 1px; }
  .panlist .ib a {
    color: #8f8f8f;
    transition: 0.4s ease; }
    .panlist .ib a:hover {
      color: #E6001B; }
    .panlist .ib a.home:before {
      display: none; }

#content.ovv {
  overflow: inherit; }
#content.subpage .ib {
  padding: 80px 0; }
#content .thumb_list {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin: 82px 0; }
  #content .thumb_list.staff {
    justify-content: start; }
    #content .thumb_list.staff a {
      width: 31%;
      margin-right: 3.5%; }
      #content .thumb_list.staff a:nth-of-type(3n) {
        margin-right: 0; }
      #content .thumb_list.staff a .img {
        aspect-ratio: 1/0.7; }
      #content .thumb_list.staff a p em {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
        font-weight: normal; }
  #content .thumb_list a {
    width: 48%;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
    background: #f5f5f5; }
    #content .thumb_list a:hover:after, #content .thumb_list a:hover:before {
      width: 100%;
      height: 100%; }
    #content .thumb_list a:after, #content .thumb_list a:before {
      border: 2px solid #E03131;
      position: absolute;
      content: "";
      transition: all 0.3s ease-in-out;
      top: 0;
      left: 0;
      width: 30px;
      height: 25px; }
    #content .thumb_list a:after {
      border-width: 0 2px 2px 0;
      bottom: 0;
      right: 0;
      top: auto;
      left: auto; }
    #content .thumb_list a:before {
      border-width: 2px 0px 0px 2px; }
    #content .thumb_list a .img {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 1/0.57;
      overflow: hidden; }
      #content .thumb_list a .img.opt img {
        object-position: top; }
      #content .thumb_list a .img img {
        margin: 0 !important;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content .thumb_list a p {
      text-align: center;
      font-size: 22px;
      font-weight: bold; }
#content .message_content {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin: 66px 0; }
  #content .message_content .l {
    width: 58%; }
    #content .message_content .l p {
      margin-top: 0; }
  #content .message_content .r {
    width: 35%; }
    #content .message_content .r .img {
      width: 100%;
      aspect-ratio: 1/1.35; }
      #content .message_content .r .img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content .message_content .r .name {
      text-align: right;
      margin-top: 32px; }
      #content .message_content .r .name span {
        font-size: 22px;
        font-weight: bold; }
#content .company_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px 0 80px;
  width: 100%; }
  #content .company_nav a {
    height: 90px;
    width: 330px;
    display: flex;
    background: #f4f4f4;
    align-items: center;
    padding: 20px;
    margin-bottom: 55px;
    position: relative;
    transition: 0.4s ease;
    border-bottom: 4px solid #888; }
    #content .company_nav a:nth-of-type(n+4) {
      margin-bottom: 0; }
    #content .company_nav a:before {
      content: "";
      height: 4px;
      width: 80px;
      position: absolute;
      background: #E6001B;
      transition: 0.4s ease;
      bottom: -4px;
      left: 0; }
    #content .company_nav a:hover p {
      color: #8f8f8f; }
    #content .company_nav a:hover:before {
      width: 100%; }
    #content .company_nav a:hover:after {
      right: 22px;
      background: #E6001B; }
    #content .company_nav a:after {
      content: "";
      width: 20px;
      height: 20px;
      color: #fff;
      display: flex;
      align-items: center;
      transition: 0.4s ease;
      font-size: 14px;
      justify-content: center;
      background: #c3c3c3;
      position: absolute;
      right: 30px;
      top: calc(50% - 10px);
      font-family: "material icons"; }
    #content .company_nav a p {
      margin: 0;
      font-size: 22px;
      transition: 0.4s ease;
      font-weight: bold; }
#content table {
  width: 880px;
  margin: 60px auto;
  max-width: 100%;
  border: none; }
  #content table + h3.bdb {
    margin-top: 100px; }
  #content table th {
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 25px 0;
    border-bottom: 1px solid #C3C3C3; }
  #content table td {
    width: calc(100% - 200px);
    border-bottom: 1px solid #C3C3C3;
    font-size: 16px;
    padding: 25px 0; }
    #content table td .df {
      display: flex;
      align-items: center; }
      #content table td .df a {
        color: #E6001B;
        padding-left: 50px;
        text-decoration: underline; }
    #content table td a {
      text-decoration: underline; }
#content iframe#map {
  display: block;
  height: 400px;
  width: 100%;
  margin: 60px 0; }
#content .brand_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 60px 0; }
  #content .brand_list.brand_list {
    margin-top: 0; }
  #content .brand_list .box {
    flex-wrap: wrap;
    display: flex;
    width: 25%; }
    #content .brand_list .box .img {
      width: 100%;
      align-items: center;
      display: flex;
      justify-content: center;
      min-height: 110px;
      padding: 10px 0; }
      #content .brand_list .box .img.hv img {
        height: 28px; }
      #content .brand_list .box .img.f img {
        height: 90px; }
      #content .brand_list .box .img img {
        height: 44px; }
    #content .brand_list .box p {
      width: 100%;
      text-align: center; }
#content .rous_con {
  position: relative;
  width: 100vw;
  height: 530px;
  margin-left: calc(0px - calc(50vw - 50%));
  margin-top: 120px;
  margin-bottom: 50px; }
  #content .rous_con .img {
    width: calc(50vw - 100px);
    height: 450px;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 2; }
    #content .rous_con .img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  #content .rous_con .txt {
    width: calc(50vw + 140px);
    background: #f1f1f1;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 100px;
    padding-bottom: 40px; }
    #content .rous_con .txt .rohs_logo {
      margin-top: -50px;
      display: block;
      margin-left: -30px;
      mix-blend-mode: multiply; }
#content .hist_content {
  position: relative;
  margin: 0 auto;
  margin-bottom: 200px;
  width: 800px;
  max-width: 100%; }
  #content .hist_content:before {
    content: "";
    width: 1px;
    left: 130px;
    background: #ccc;
    height: calc(100% + 50px);
    position: absolute;
    display: block;
    bottom: -100px;
    top: 0px; }
  #content .hist_content .row {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px; }
    #content .hist_content .row .year {
      color: #E6001B;
      font-size: 44px;
      font-family: "din-2014", sans-serif;
      font-weight: bold;
      width: 100%;
      text-align: left; }
    #content .hist_content .row .inner_row {
      display: flex;
      width: 100%;
      opacity: 0;
      transform: translateY(30px); }
      #content .hist_content .row .inner_row + .inner_row {
        margin-top: 16px; }
      #content .hist_content .row .inner_row.hibino {
        justify-content: end; }
        #content .hist_content .row .inner_row.hibino .box {
          border-right: none; }
          #content .hist_content .row .inner_row.hibino .box .time {
            text-align: left; }
          #content .hist_content .row .inner_row.hibino .box:before {
            right: auto;
            left: -64px; }
          #content .hist_content .row .inner_row.hibino .box:after {
            right: auto;
            left: -72px; }
      #content .hist_content .row .inner_row .box {
        width: calc(50% + 206px);
        padding: 30px;
        background: #f1f1f1;
        border-right: 2px solid #212121;
        position: relative; }
        #content .hist_content .row .inner_row .box:before {
          content: "";
          width: 64px;
          height: 1px;
          background: #212121;
          position: absolute;
          right: -64px;
          top: 50%; }
        #content .hist_content .row .inner_row .box:after {
          width: 16px;
          height: 16px;
          content: "";
          border-radius: 50%;
          position: absolute;
          background: #212121;
          top: calc(50% - 8px);
          right: -72px; }
        #content .hist_content .row .inner_row .box .time {
          font-size: 22px;
          text-align: right;
          font-weight: bold;
          margin-top: -45px;
          margin-bottom: 15px; }
        #content .hist_content .row .inner_row .box p {
          margin: 0;
          font-size: 16px; }
#content .hist_logo {
  display: flex;
  margin: 80px 0 20px; }
  #content .hist_logo .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    #content .hist_logo .box.n {
      width: 100px; }
    #content .hist_logo .box p {
      width: 100%;
      text-align: center;
      font-weight: bold; }
    #content .hist_logo .box img {
      width: 250px; }
      #content .hist_logo .box img.m {
        width: 200px; }
#content .mgt0 {
  margin-top: 0 !important; }
#content .custmer_list {
  flex-wrap: wrap;
  display: flex;
  margin: 60px 0; }
  #content .custmer_list a {
    width: 32%;
    font-weight: bold;
    font-size: 20px;
    margin-right: 2%;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 20px;
    transition: 0.4s ease; }
    #content .custmer_list a:hover {
      color: #E6001B; }
    #content .custmer_list a:after {
      content: "";
      font-family: "material icons";
      margin-left: 6px; }
    #content .custmer_list a:nth-of-type(3n) {
      margin-right: 0; }
#content .df_content {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap; }
  #content .df_content p {
    width: 62%; }
  #content .df_content a.btn_black {
    margin: 0; }
#content .support_df {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-top: -40px; }
  #content .support_df .side {
    width: calc(100% - 800px);
    max-width: 100%; }
    #content .support_df .side .sticky {
      position: sticky;
      top: 40px;
      margin-top: 0px; }
      #content .support_df .side .sticky h4 {
        padding: 16px 0;
        background: #212121;
        color: #fff;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        margin-bottom: 30px; }
        #content .support_df .side .sticky h4:before {
          content: "";
          height: 10px;
          width: 10px;
          background: #E6001B;
          margin-right: 16px; }
      #content .support_df .side .sticky .a_link {
        margin: -10px 0 40px; }
        #content .support_df .side .sticky .a_link a {
          display: block;
          transition: 0.4s ease;
          padding: 8px 0;
          font-size: 16px;
          font-weight: bold;
          color: #555; }
          #content .support_df .side .sticky .a_link a:hover {
            color: #E6001B; }
  #content .support_df .main {
    width: 760px;
    max-width: 100%; }
    #content .support_df .main p a {
      text-decoration: underline; }
    #content .support_df .main .block {
      margin: 0px 0 120px; }
    #content .support_df .main h2.txt {
      text-align: left;
      color: #212121;
      display: flex;
      align-items: center;
      font-size: 32px; }
      #content .support_df .main h2.txt:after {
        display: none; }
      #content .support_df .main h2.txt img {
        margin-right: 10px; }
#content .st_df {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  position: relative;
  z-index: 2;
  margin-bottom: 150px;
  justify-content: space-between; }
  #content .st_df .l {
    width: 48%; }
  #content .st_df .r {
    width: 52%; }
    #content .st_df .r p {
      margin-top: 0; }
#content h2.short {
  font-size: 36px;
  font-weight: bold;
  color: #212121;
  text-align: left;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  margin-top: 0; }
  #content h2.short:after {
    display: none; }
  #content h2.short span {
    display: inline-block;
    position: relative; }
    #content h2.short span:before {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      background: #E6001B;
      bottom: 2px;
      left: 0; }
#content .st_sq {
  position: absolute; }
  #content .st_sq.st4 {
    width: 75px;
    top: 1100px;
    left: -170px; }
  #content .st_sq.st2 {
    width: 494px;
    top: 370px;
    left: -160px; }
  #content .st_sq.st3 {
    width: 480px;
    top: 730px;
    left: -70px; }
  #content .st_sq.st1 {
    width: 170px;
    height: 170px;
    top: 90px;
    left: -90px; }
#content .st_sol {
  height: auto;
  position: relative; }
  #content .st_sol:before {
    content: "";
    display: block;
    background: #9E9E9E;
    width: 100%;
    height: 790px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  #content .st_sol .tit {
    margin: 30px auto;
    font-size: 32px;
    position: relative;
    z-index: 2;
    display: table;
    font-weight: bold;
    border-bottom: 2px solid #E6001B;
    padding-bottom: 3px; }
  #content .st_sol .logo {
    width: 310px;
    display: block;
    margin: 180px auto 30px;
    position: relative;
    z-index: 3; }
  #content .st_sol .st_tri {
    position: absolute;
    width: 1532px;
    left: calc(50% - 766px);
    top: 35px;
    z-index: 2; }
  #content .st_sol .st_tri2 {
    display: block;
    width: 140px;
    margin: 30px auto;
    position: relative;
    z-index: 3; }
  #content .st_sol .st_point {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    width: 910px;
    height: 222px;
    margin: 30px auto;
    z-index: 3;
    position: relative; }
    #content .st_sol .st_point a {
      width: 222px;
      height: 100%;
      border-radius: 50%;
      background: #707070;
      mix-blend-mode: multiply;
      padding: 20px 10px;
      align-items: center;
      display: flex;
      position: relative;
      flex-wrap: wrap;
      transition: 0.4s ease;
      justify-content: center; }
      #content .st_sol .st_point a:after {
        content: "";
        font-family: "material icons";
        position: absolute;
        bottom: 10px;
        font-weight: normal;
        transition: 0.4s ease;
        left: calc(50% - 20px);
        font-size: 40px;
        color: #fff; }
      #content .st_sol .st_point a:hover {
        background: #E6001B; }
        #content .st_sol .st_point a:hover:after {
          bottom: 3px; }
      #content .st_sol .st_point a .num {
        position: absolute;
        top: 20px;
        left: calc(50% - 15px);
        font-size: 32px;
        font-weight: bold;
        font-family: "din-2014", sans-serif;
        border-bottom: 1px solid #fff;
        color: #fff; }
      #content .st_sol .st_point a p {
        color: #fff;
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
        margin-top: 30px; }
  #content .st_sol .sol_list {
    position: relative;
    z-index: 2;
    margin: 100px 0; }
    #content .st_sol .sol_list .row {
      justify-content: space-between;
      flex-wrap: wrap;
      display: flex;
      margin-bottom: 120px; }
      #content .st_sol .sol_list .row .l {
        width: 50%; }
        #content .st_sol .sol_list .row .l .sol_tit {
          display: flex; }
          #content .st_sol .sol_list .row .l .sol_tit p {
            line-height: 1.6;
            margin-top: 0; }
            #content .st_sol .sol_list .row .l .sol_tit p span {
              font-size: 28px;
              border-bottom: 2px solid #E6001B;
              font-weight: bold;
              background: linear-gradient(transparent 96%, #E6001B 0%);
              display: inline; }
          #content .st_sol .sol_list .row .l .sol_tit .num {
            background: #E6001B;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            width: 78px;
            height: 78px;
            font-weight: bold;
            margin-right: 24px; }
            #content .st_sol .sol_list .row .l .sol_tit .num em {
              color: #fff;
              border-bottom: 1px solid #fff;
              font-size: 32px;
              font-family: "din-2014", sans-serif; }
        #content .st_sol .sol_list .row .l .sol_img {
          width: 250px;
          margin: 50px auto 0;
          display: block; }
      #content .st_sol .sol_list .row .r {
        width: 50%; }
#content .main_customer .ib {
  padding: 120px 0 180px; }
#content .st_menu {
  background: #f1f1f1; }
  #content .st_menu .ib {
    padding: 120px 0; }
#content .bg_grey {
  background: #f1f1f1; }
  #content .bg_grey .menu_list_s .box {
    background: #fff; }
    #content .bg_grey .menu_list_s .box .txt {
      background: none; }
#content .menu_list_s {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between; }
  #content .menu_list_s .box {
    width: 330px;
    position: relative;
    height: 420px;
    background: #f1f1f1; }
    #content .menu_list_s .box:after {
      bottom: 12px;
      right: 12px;
      width: 36px;
      height: 36px;
      content: "";
      display: flex;
      align-items: center;
      justify-content: center;
      background: #ccc;
      font-family: "material icons";
      position: absolute;
      color: #fff;
      transition: 0.4s ease; }
    #content .menu_list_s .box:hover:after {
      background: #E6001B; }
    #content .menu_list_s .box:hover .txt p span:before {
      background: #E6001B; }
    #content .menu_list_s .box:hover .img img {
      transform: scale(1.1);
      opacity: 0.7; }
    #content .menu_list_s .box .img {
      width: 100%;
      height: 210px;
      overflow: hidden; }
      #content .menu_list_s .box .img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition: 0.4s ease; }
    #content .menu_list_s .box .txt {
      padding: 20px 30px;
      background: #f1f1f1; }
      #content .menu_list_s .box .txt p {
        margin-top: 0; }
        #content .menu_list_s .box .txt p span {
          display: block;
          font-size: 18px;
          line-height: 1.2;
          font-weight: bold;
          display: flex;
          align-items: center;
          margin-bottom: 12px; }
          #content .menu_list_s .box .txt p span:before {
            content: "";
            width: 8px;
            height: 8px;
            background: #212121;
            transition: 0.4s ease;
            margin-right: 8px; }
#content .st_menu_list {
  width: 1060px;
  max-width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between; }
  #content .st_menu_list .box {
    width: 500px;
    background: #fff;
    height: 810px; }
    #content .st_menu_list .box .img {
      height: 310px;
      width: 100%; }
      #content .st_menu_list .box .img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content .st_menu_list .box .txt {
      padding: 50px 60px; }
      #content .st_menu_list .box .txt .tit_outer {
        height: 90px; }
      #content .st_menu_list .box .txt p {
        height: 200px; }
      #content .st_menu_list .box .txt .tit {
        font-size: 28px;
        display: table;
        text-align: center;
        margin: 10px auto;
        border-bottom: 2px solid #E6001B;
        font-weight: bold; }
        #content .st_menu_list .box .txt .tit.tit {
          margin-top: -10px; }
#content .hibino_content {
  position: relative;
  min-height: 2020px; }
  #content .hibino_content:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 700px;
    top: 700px;
    left: 0;
    height: calc(100% - 700px);
    display: block;
    z-index: 2;
    background: linear-gradient(#282828, #fff); }
  #content .hibino_content .world {
    position: absolute;
    width: 1756px;
    margin: 0 auto;
    display: block;
    top: 0;
    z-index: 1;
    left: calc(50% - 878px); }
  #content .hibino_content .red_circle {
    position: absolute;
    display: block;
    width: 1200px;
    position: absolute;
    top: 1150px;
    left: calc(50% - 600px);
    z-index: 3; }
  #content .hibino_content .ib {
    z-index: 9; }
    #content .hibino_content .ib .events {
      width: 100%;
      height: auto;
      width: 920px;
      max-width: 100%;
      padding: 40px 40px;
      margin: 0 auto;
      margin-top: 150px;
      margin-bottom: -100px;
      font-weight: bold;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      flex-wrap: wrap; }
      #content .hibino_content .ib .events h3 {
        margin-top: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 30px; }
      #content .hibino_content .ib .events p {
        font-size: 20px;
        width: 100%; }
    #content .hibino_content .ib .logo {
      margin: 35px auto;
      display: block; }
    #content .hibino_content .ib .tit {
      display: table;
      margin: 30px auto;
      font-size: 28px;
      color: #fff;
      font-weight: bold;
      background: linear-gradient(transparent 70%, #E6001B 0%); }
    #content .hibino_content .ib .hexa {
      display: block;
      margin: 30px auto; }
    #content .hibino_content .ib .hex_box {
      width: 840px;
      height: 720px;
      position: relative;
      padding: 40px;
      margin: 30px auto;
      z-index: 2; }
      #content .hibino_content .ib .hex_box p {
        text-align: center;
        position: relative;
        z-index: 2; }
      #content .hibino_content .ib .hex_box .hex2 {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1; }
      #content .hibino_content .ib .hex_box .logo_w {
        display: block;
        position: relative;
        z-index: 2;
        margin: 50px auto 20px;
        width: 293px;
        max-width: 100%; }
      #content .hibino_content .ib .hex_box .bullet {
        width: 600px;
        margin: 50px auto 40px;
        z-index: 2;
        position: relative;
        display: flex; }
        #content .hibino_content .ib .hex_box .bullet .box {
          width: calc(100% / 3);
          border-right: 1px solid #E6001B;
          display: flex;
          flex-wrap: wrap;
          align-items: flex-end;
          justify-content: center; }
          #content .hibino_content .ib .hex_box .bullet .box:last-child {
            border: none; }
          #content .hibino_content .ib .hex_box .bullet .box p {
            margin-top: 10px;
            font-weight: bold;
            text-align: center;
            width: 100%;
            margin-bottom: 0; }
      #content .hibino_content .ib .hex_box .st_tri3 {
        display: block;
        width: 176px;
        margin: 30px auto;
        position: relative;
        z-index: 2; }
      #content .hibino_content .ib .hex_box .red_ellipse {
        width: 435px;
        height: 156px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border-radius: 50%;
        position: relative;
        z-index: 2;
        background: #E6001B;
        margin: 30px auto;
        align-content: center; }
        #content .hibino_content .ib .hex_box .red_ellipse p {
          width: 100%;
          text-align: center;
          font-size: 24px;
          font-weight: bold;
          color: #fff;
          margin-bottom: 0;
          margin-top: 0; }
        #content .hibino_content .ib .hex_box .red_ellipse span {
          width: 100%;
          display: block;
          text-align: center;
          font-size: 14px;
          font-weight: bold;
          color: #fff; }
#content .dnone {
  display: none !important; }
#content .hibino_merit h2 em {
  display: block;
  font-size: 36px;
  color: #212121;
  text-align: left; }
  #content .hibino_merit h2 em span {
    display: inline-block;
    border-bottom: 2px solid #E6001B; }
#content .hibino_merit h2:after {
  display: none; }
#content .hibino_merit .ib .merit_right {
  position: absolute;
  top: 150px;
  display: block;
  width: 520px;
  right: -180px; }
#content .merit_list {
  margin: 100px 0 200px; }
  #content .merit_list .row {
    position: relative;
    width: 680px;
    margin-bottom: 100px; }
    #content .merit_list .row:before {
      content: "";
      position: absolute;
      height: calc(100% - 90px);
      left: 39px;
      background: #E6001B;
      display: block;
      width: 1px;
      top: 90px; }
    #content .merit_list .row h3 {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
      #content .merit_list .row h3:after {
        display: none; }
      #content .merit_list .row h3 .num {
        width: 78px;
        height: 67px;
        background: #E6001B;
        display: flex;
        align-items: center;
        font-size: 32px;
        font-weight: bold;
        letter-spacing: 0.2rem;
        font-family: "din-2014", sans-serif;
        color: #fff;
        justify-content: center;
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
      #content .merit_list .row h3 span {
        width: calc(100% - 100px); }
        #content .merit_list .row h3 span em {
          font-size: 18px;
          color: #E6001B;
          font-family: #E6001B;
          display: block;
          width: 100%;
          font-weight: normal;
          padding-bottom: 5px; }
        #content .merit_list .row h3 span s {
          font-weight: bold;
          font-size: 24px;
          font-weight: bold; }
    #content .merit_list .row p {
      padding-left: 100px; }
#content s {
  text-decoration: none; }
#content .hibino_intro {
  margin: 60px 0 30px; }
  #content .hibino_intro .row {
    display: flex;
    margin-bottom: 180px; }
    #content .hibino_intro .row:nth-of-type(2n) {
      flex-direction: row-reverse;
      margin-bottom: 40px; }
      #content .hibino_intro .row:nth-of-type(2n) .txt {
        padding-left: 0;
        padding-right: 55px; }
      #content .hibino_intro .row:nth-of-type(2n) .img {
        margin-left: 0;
        margin-right: calc(0px - calc(50vw - 50%)); }
    #content .hibino_intro .row .img {
      width: calc(50vw);
      height: 430px;
      margin-left: calc(0px - calc(50vw - 50%)); }
      #content .hibino_intro .row .img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content .hibino_intro .row .txt {
      width: 50%;
      padding-left: 55px;
      position: relative;
      z-index: 2; }
      #content .hibino_intro .row .txt h3 {
        position: relative;
        margin-top: 0;
        font-size: 36px;
        font-weight: bold; }
        #content .hibino_intro .row .txt h3:after {
          display: none; }
        #content .hibino_intro .row .txt h3 em {
          display: block;
          position: relative;
          z-index: 2; }
        #content .hibino_intro .row .txt h3:before {
          content: "";
          background: rgba(0, 0, 0, 0.04);
          position: absolute;
          top: -80px;
          left: -80px;
          width: 170px;
          height: 170px; }
#content .target_slide_container {
  width: 100vw;
  margin: 80px 0;
  margin-left: calc(0px - calc(50vw - 50%));
  height: auto;
  position: relative; }
  #content .target_slide_container .swiper-pagination.t_slide {
    position: absolute;
    left: 0;
    bottom: -40px; }
    #content .target_slide_container .swiper-pagination.t_slide span {
      border-radius: 0;
      margin: 0px 8px;
      width: 10px;
      height: 10px; }
      #content .target_slide_container .swiper-pagination.t_slide span.swiper-pagination-bullet-active {
        background: #E6001B; }
  #content .target_slide_container .sl_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    background: #E6001B;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 25px);
    left: calc(50% - 345px);
    cursor: pointer; }
    #content .target_slide_container .sl_btn:before {
      content: "";
      color: #fff;
      font-family: "material icons";
      font-size: 20px; }
    #content .target_slide_container .sl_btn.sl_prev {
      position: absolute;
      left: auto;
      right: calc(50% - 345px); }
      #content .target_slide_container .sl_btn.sl_prev:before {
        transform: scale(-1, 1); }
#content .target_slide .swiper-slide {
  width: 640px;
  overflow: hidden;
  aspect-ratio: 1/0.6;
  opacity: 0.5;
  transform: scale(0.8); }
  #content .target_slide .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1); }
  #content .target_slide .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
#content .grey_box_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 110px 0 -10px; }
  #content .grey_box_list + .btn_black {
    margin-top: 50px !important; }
  #content .grey_box_list .box {
    background: #f1f1f1;
    border-bottom: 2px solid #8e8e8e;
    margin-bottom: 40px;
    padding: 30px 40px;
    position: relative;
    width: 510px;
    max-width: 100%; }
    #content .grey_box_list .box:after {
      content: "";
      width: 100px;
      display: block;
      background: #E6001B;
      position: absolute;
      bottom: -2px;
      left: 0;
      height: 2px; }
    #content .grey_box_list .box h4 {
      font-size: 24px;
      margin-top: 0; }
      #content .grey_box_list .box h4.s {
        font-size: 22px; }
    #content .grey_box_list .box p {
      font-size: 18px; }
#content .service_list {
  height: auto;
  width: 100vw;
  margin-left: calc(0px - calc(50vw - 50%));
  background: #f1f1f1;
  position: relative; }
  #content .service_list:after {
    content: "";
    height: 920px;
    background: url(../img/target/logo.png) 50% 50% no-repeat, url(../img/target/sp_layer.png) 50% 50% no-repeat, url(../img/target/sp_bg.jpg) 50% 50% repeat-x;
    background-size: 230px auto, 1572px auto, auto 926px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: multiply; }
  #content .service_list .ib {
    z-index: 2;
    padding-top: 70px; }
    #content .service_list .ib .sl_bullet {
      justify-content: space-between;
      display: flex;
      width: 956px;
      margin: 110px auto 10px;
      flex-wrap: wrap; }
      #content .service_list .ib .sl_bullet .box {
        width: 430px;
        margin-bottom: 40px; }
        #content .service_list .ib .sl_bullet .box h3 {
          padding-left: 20px;
          font-size: 22px;
          font-weight: bold;
          position: relative;
          margin-bottom: 30px;
          margin-top: 0; }
          #content .service_list .ib .sl_bullet .box h3:after {
            display: none; }
          #content .service_list .ib .sl_bullet .box h3:before {
            width: 4px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            background: #E6001B; }
        #content .service_list .ib .sl_bullet .box p {
          font-size: 18px;
          margin-bottom: 0; }
    #content .service_list .ib .inner {
      width: 922px;
      height: 788px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 20px auto; }
      #content .service_list .ib .inner .box {
        width: 338px;
        height: 338px;
        aspect-ratio: 1/1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        #content .service_list .ib .inner .box:after {
          width: 100%;
          height: 100%;
          background: #000;
          opacity: 0.1;
          border-radius: 50%;
          position: absolute;
          top: 0;
          left: 0;
          content: ""; }
        #content .service_list .ib .inner .box span {
          z-index: 3;
          width: 282px;
          height: 282px;
          aspect-ratio: 1/1;
          position: relative;
          padding: 20px 20px; }
          #content .service_list .ib .inner .box span:after {
            width: 100%;
            height: 100%;
            background: #282828;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            content: ""; }
          #content .service_list .ib .inner .box span img {
            display: block;
            margin: 20px auto;
            position: relative;
            z-index: 2; }
          #content .service_list .ib .inner .box span .line {
            width: 38px;
            height: 2px;
            background: #E6001B;
            margin: 20px auto;
            z-index: 2;
            position: relative; }
          #content .service_list .ib .inner .box span p {
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            margin-top: 0;
            line-height: 1.6;
            z-index: 2;
            text-align: center;
            position: relative; }
#content .target_point {
  width: 100%;
  height: 386px;
  background: url(../img/target/target_point_bg.png) 50% 50%;
  background-size: cover;
  margin: 120px 0;
  display: flex;
  justify-content: space-between;
  padding: 0 25px; }
  #content .target_point .box {
    width: 31.5%;
    padding: 50px 60px;
    position: relative; }
    #content .target_point .box .w {
      width: 84px;
      height: 80px;
      background: #fff;
      justify-content: center;
      display: flex;
      align-items: center;
      padding: 20px;
      z-index: 2;
      position: absolute;
      top: -25px;
      left: calc(50% - 42px);
      font-size: 35px;
      color: #E6001B;
      font-weight: bold;
      font-family: "din-2014", sans-serif; }
      #content .target_point .box .w:after {
        content: url(../img/target/ar.svg);
        position: absolute;
        bottom: 0;
        left: calc(50% - 10px); }
    #content .target_point .box img {
      display: block;
      margin: 30px auto; }
    #content .target_point .box p {
      line-height: 1.6;
      font-size: 22px; }
#content .product_list_container .ib h2 {
  margin-top: 0; }
#content .product_list_container .ib a.btn_black {
  margin: 70px auto; }
#content .soudan_bnr {
  width: 100%;
  padding: 50px 80px;
  background: #888;
  transition: 0.4s ease;
  margin: 80px 0;
  cursor: pointer; }
  #content .soudan_bnr:hover {
    background: #000; }
    #content .soudan_bnr:hover p:after {
      width: 100%; }
  #content .soudan_bnr p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    position: relative;
    width: 100%; }
    #content .soudan_bnr p:after, #content .soudan_bnr p:before {
      content: "";
      position: absolute;
      height: 4px;
      background: #fff;
      opacity: 0.7;
      width: 100%;
      display: block;
      left: 0;
      bottom: -10px; }
    #content .soudan_bnr p:after {
      background: #E6001B;
      width: 120px;
      transition: 0.4s ease; }
  #content .soudan_bnr a.btn_black {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
    background: #E6001B; }
#content .product_list .row {
  height: 194px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  #content .product_list .row .img {
    width: 285px;
    height: 100%;
    border: 1px solid #ccc;
    position: relative;
    padding: 6px; }
    #content .product_list .row .img .num {
      position: absolute;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #E6001B;
      color: #fff;
      font-family: "din-2014", sans-serif;
      font-size: 24px;
      font-weight: bold;
      top: 0;
      left: 0;
      z-index: 2; }
    #content .product_list .row .img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  #content .product_list .row .txt {
    width: calc(100% - 330px); }
    #content .product_list .row .txt h4 {
      margin-top: 0;
      font-size: 24px; }
    #content .product_list .row .txt p {
      font-size: 17px;
      margin-top: 0;
      margin-bottom: 0; }
#content .target_intro {
  height: 250px;
  width: calc(50vw + 530px);
  margin-left: calc(0px - calc(50vw - 50%));
  display: flex; }
  #content .target_intro .img {
    width: calc(50vw - 380px);
    height: 100%;
    position: relative; }
    #content .target_intro .img img.shape {
      position: absolute;
      width: 180px;
      height: auto;
      right: -10px;
      top: -30px; }
    #content .target_intro .img img.bg {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  #content .target_intro .txt {
    padding-left: 50px;
    width: calc(100% - calc(50vw - 380px)); }
    #content .target_intro .txt p {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.6; }
      #content .target_intro .txt p.red {
        color: #E6001B;
        font-weight: bold;
        margin-top: -5px; }
    #content .target_intro .txt h2 {
      font-size: 32px;
      text-align: left;
      color: #212121;
      line-height: 1.3; }
      #content .target_intro .txt h2:after {
        display: none; }
#content.contact p:empty {
  margin: 0; }
#content.contact input[type="submit"] {
  margin: 40px auto; }
#content.contact .remark {
  display: table;
  margin: 50px auto 20px;
  color: #E6001B;
  text-decoration: underline;
  font-size: 18px; }
#content.contact table tr th {
  width: 27%; }
  #content.contact table tr th.req p:after {
    content: "※必須";
    color: #E6001B;
    line-height: 1.2;
    display: inline-block;
    margin-left: 8px;
    font-weight: normal; }
#content.contact table tr td {
  width: 73%; }
  #content.contact table tr td .birth-wrap p {
    display: flex;
    justify-content: space-between; }
    #content.contact table tr td .birth-wrap p em {
      width: 33%;
      align-items: center;
      display: flex; }
  #content.contact table tr td p {
    margin: 0; }
    #content.contact table tr td p:has(.birth-year) {
      display: flex; }
#content.contact .wpcf7-list-item {
  display: block;
  width: 100%; }
#content.contact h3 {
  margin: 30px 0; }
  #content.contact h3:after {
    display: none; }
#content .df_list {
  display: flex;
  margin: 60px 0; }
  #content .df_list .box {
    width: 50%;
    padding: 40px;
    padding-bottom: 10px;
    padding-top: 0; }
    #content .df_list .box:nth-of-type(1) {
      border-right: 1px solid #ccc; }
    #content .df_list .box h4 {
      margin-top: 0; }
    #content .df_list .box a {
      font-family: "din-2014", sans-serif;
      font-size: 36px;
      font-weight: bold; }
    #content .df_list .box p {
      font-size: 15px; }
#content button:not(.small_btn) {
  display: flex;
  align-items: center;
  background: #333;
  width: 300px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  margin: 50px auto 80px;
  border-radius: 50px;
  padding: 20px 30px;
  border: none;
  transition: 0.4s ease; }
  #content button:not(.small_btn):hover {
    background: #E6001B; }
#content .contact_inner {
  width: 880px;
  max-width: 100%;
  margin: 0 auto; }
  #content .contact_inner input[type="submit"] {
    background: #E6001B;
    border: none;
    cursor: pointer; }
  #content .contact_inner a {
    text-decoration: underline; }
  #content .contact_inner .smf-progress-tracker__item:after, #content .contact_inner .smf-progress-tracker__item:before {
    top: 19px; }
  #content .contact_inner .smf-progress-tracker {
    margin-top: 50px;
    margin-bottom: 50px; }
    #content .contact_inner .smf-progress-tracker .smf-progress-tracker__item__number {
      height: 40px;
      width: 40px; }
  #content .contact_inner .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
    background: #E6001B; }
  #content .contact_inner .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
    color: #E6001B; }
  #content .contact_inner .smf-item__label {
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center; }
    #content .contact_inner .smf-item__label:before {
      content: "";
      margin-right: 10px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      display: block;
      background: #ccc; }
  #content .contact_inner .wp-block-snow-monkey-forms-item.smf-item {
    margin-bottom: 20px; }
    #content .contact_inner .wp-block-snow-monkey-forms-item.smf-item:has([data-validations~="required"]) .smf-item__label:before {
      background: #E6001B; }
  #content .contact_inner input[type="text"], #content .contact_inner input[type="tel"], #content .contact_inner input[type="email"], #content .contact_inner textarea, #content .contact_inner select {
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ccc; }
  #content .contact_inner select {
    padding: 15px 10px; }
  #content .contact_inner textarea {
    min-height: 200px; }
#content .az_outer {
  margin: 80px 0;
  border-top: 1px solid #cfcfcf; }
  #content .az_outer section {
    border-bottom: 1px solid #cfcfcf;
    justify-content: space-between;
    display: flex;
    padding: 40px 0; }
    #content .az_outer section .az_head {
      width: 70px;
      height: 70px;
      font-family: "din-2014", sans-serif;
      color: #fff;
      display: flex;
      font-size: 36px;
      font-weight: 500;
      background: #707070;
      display: flex;
      align-items: center;
      justify-content: center; }
    #content .az_outer section .az_list {
      width: 920px;
      max-width: 100%; }
      #content .az_outer section .az_list li {
        display: block;
        width: 100%;
        font-style: normal; }
        #content .az_outer section .az_list li a {
          display: block;
          width: 100%;
          font-size: 20px;
          text-decoration: underline; }
#content .az_nav {
  flex-wrap: wrap;
  display: flex;
  width: 880px;
  margin: 70px auto; }
  #content .az_nav .box {
    width: 70px;
    height: 70px;
    background: #f1f1f1;
    margin-bottom: 20px;
    margin-right: 20px; }
    #content .az_nav .box.is-empty {
      color: #999; }
    #content .az_nav .box:nth-of-type(10n) {
      margin-right: 0; }
    #content .az_nav .box span, #content .az_nav .box a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 36px;
      font-weight: 600;
      font-family: "din-2014", sans-serif; }
#content .maker-list {
  display: flex;
  flex-wrap: wrap; }
  #content .maker-list li {
    width: 25%;
    padding: 0 30px;
    list-style: none;
    letter-spacing: normal;
    margin-bottom: 30px; }
    #content .maker-list li .img {
      height: 145px;
      display: flex;
      align-items: center;
      padding: 0 15px; }
    #content .maker-list li img {
      display: block;
      width: 100%;
      height: auto; }
    #content .maker-list li .maker-list__name {
      display: block;
      padding-top: 10px;
      font-size: 18px;
      text-align: center;
      font-family: "din-2014", sans-serif; }
#content .ib.product {
  width: 1160px; }
#content .ib.df {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
#content .main_content {
  width: 760px;
  max-width: 100%;
  position: relative; }
  #content .main_content h3 {
    width: 1160px; }
  #content .main_content .tabs {
    position: absolute;
    width: 440px;
    height: 50px;
    display: flex;
    top: 5px;
    right: -400px;
    justify-content: space-between; }
    #content .main_content .tabs span {
      width: 49%;
      cursor: pointer;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f1f1f1;
      transition: 0.4s ease; }
      #content .main_content .tabs span:hover {
        background: #000;
        color: #fff; }
      #content .main_content .tabs span.active {
        color: #fff;
        background: #000; }
#content .side_content {
  width: 260px;
  padding-top: 100px; }
  #content .side_content h4 {
    margin-top: 0; }
#content .cat_nav {
  display: flex;
  justify-content: center;
  margin: 80px 0; }
  #content .cat_nav a {
    width: 284px;
    height: 70px;
    background: #454545;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    padding: 20px;
    display: flex;
    margin-right: 30px;
    position: relative;
    transition: 0.4s ease; }
    #content .cat_nav a:hover {
      background: #666; }
      #content .cat_nav a:hover:before {
        top: calc(50% - 18px); }
      #content .cat_nav a:hover:after {
        opacity: 1; }
    #content .cat_nav a:before, #content .cat_nav a:after {
      font-family: "material icons";
      content: "";
      color: #fff;
      z-index: 2;
      position: absolute;
      font-size: 20px;
      transform: rotate(-90deg);
      right: 8px;
      top: calc(50% - 14px);
      transition: 0.4s ease; }
    #content .cat_nav a:after {
      opacity: 0;
      top: calc(50% - 8px); }
    #content .cat_nav a span {
      position: absolute;
      height: 100%;
      width: 35px;
      top: 0;
      right: 0;
      background: #E6001B; }
    #content .cat_nav a:last-child {
      margin-right: 0; }
#content .cat_list_category {
  flex-wrap: wrap;
  display: flex; }
  #content .cat_list_category a {
    margin-right: 25px;
    width: 370px;
    height: 80px;
    display: flex;
    font-size: 16px;
    align-items: center;
    padding: 20px;
    background: #f1f1f1;
    margin-bottom: 27px; }
    #content .cat_list_category a:nth-of-type(3n) {
      margin-right: 0; }
#content .cat_list .row {
  margin-bottom: 3px; }
  #content .cat_list .row.active .parent {
    background: #000;
    color: #fff; }
    #content .cat_list .row.active .parent:after {
      content: ""; }
  #content .cat_list .row.active .children {
    display: block; }
  #content .cat_list .row .parent {
    height: 55px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    position: relative;
    cursor: pointer; }
    #content .cat_list .row .parent:after {
      content: "";
      font-family: "material icons";
      position: absolute;
      top: calc(50% - 10px);
      right: 14px;
      font-size: 20px; }
    #content .cat_list .row .parent.active {
      background: #000;
      color: #fff; }
      #content .cat_list .row .parent.active:after {
        content: ""; }
  #content .cat_list .row .children {
    padding: 20px 20px;
    display: none; }
    #content .cat_list .row .children a {
      font-size: 14px;
      display: block;
      margin-bottom: 10px;
      transition: 0.4s ease; }
      #content .cat_list .row .children a:hover {
        color: #E6001B; }
#content .search_count {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px; }
  #content .search_count em {
    display: inline-block;
    color: #E6001B;
    font-weight: 500; }
#content .product_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  #content .product_list.dl_mode {
    justify-content: space-between; }
    #content .product_list.dl_mode .box {
      width: 360px;
      margin-right: 0; }
      #content .product_list.dl_mode .box .default_box {
        display: none; }
      #content .product_list.dl_mode .box .hide_box {
        display: block; }
  #content .product_list.single .box {
    margin-bottom: 40px; }
  #content .product_list.search .box {
    margin-right: 80px; }
    #content .product_list.search .box:nth-of-type(3n) {
      margin-right: 80px; }
    #content .product_list.search .box:nth-of-type(4n) {
      margin-right: 0; }
  #content .product_list .box {
    width: 210px;
    margin-right: 65px;
    margin-bottom: 80px; }
    #content .product_list .box.wide {
      width: 360px; }
    #content .product_list .box:hover .thumb img {
      transform: scale(1.1); }
    #content .product_list .box:nth-of-type(3n) {
      margin-right: 0; }
    #content .product_list .box .hide_box {
      display: none; }
      #content .product_list .box .hide_box .dl_area {
        padding: 13px 0; }
        #content .product_list .box .hide_box .dl_area a {
          text-decoration: underline;
          width: 100%;
          position: relative;
          margin-bottom: 10px; }
          #content .product_list .box .hide_box .dl_area a:after {
            position: absolute;
            content: url(../img/dl_icon.svg);
            right: 0;
            top: 2px; }
      #content .product_list .box .hide_box .name {
        background: #f1f1f1;
        width: 100%;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #content .product_list .box .hide_box .name p {
          font-size: 16px;
          font-weight: bold;
          line-height: 1.5;
          margin: 0;
          width: calc(100% - 90px); }
        #content .product_list .box .hide_box .name .img {
          width: 80px;
          height: 56px; }
          #content .product_list .box .hide_box .name .img img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
    #content .product_list .box a {
      display: block;
      width: 100%; }
      #content .product_list .box a .thumb {
        padding: 5px 10px;
        height: 135px;
        overflow: hidden; }
        #content .product_list .box a .thumb img {
          display: block;
          width: 100%;
          object-fit: cover;
          width: 100%;
          height: 100%;
          transition: 0.4s ease;
          margin: 0; }
      #content .product_list .box a p {
        font-weight: normal;
        font-size: 16px;
        line-height: 1.5;
        margin: 20px 0; }
        #content .product_list .box a p:after {
          display: none; }
#content.common ol {
  padding-inline-start: 30px; }
#content.common h3 {
  margin: 34px 0 26px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }
  #content.common h3:after {
    display: none; }
#content .faq_con {
  width: 880px;
  max-width: 100%;
  margin: 80px auto; }
  #content .faq_con .row {
    margin-bottom: 40px; }
    #content .faq_con .row div {
      padding: 30px;
      margin-bottom: 5px;
      position: relative;
      padding-left: 75px; }
      #content .faq_con .row div:before {
        width: 40px;
        height: 40px;
        content: "Q";
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        font-weight: 500;
        font-family: "din-2014", sans-serif;
        position: absolute;
        left: 20px;
        top: calc(50% - 20px); }
      #content .faq_con .row div.q {
        background: #f7f7f7; }
      #content .faq_con .row div.a {
        background: #fff3f4;
        margin-bottom: 0; }
        #content .faq_con .row div.a:before {
          content: "A";
          color: #E6001B; }
      #content .faq_con .row div p {
        margin: 0; }
#content.single.staff .ib .single_inner {
  margin-bottom: 120px; }
  #content.single.staff .ib .single_inner a {
    text-decoration: underline; }
#content.single.staff .ib .eye_img {
  width: 100%;
  margin: -40px auto 60px;
  aspect-ratio: 1/0.66; }
  #content.single.staff .ib .eye_img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
#content.single.staff .ib h2 {
  border-bottom: 1px solid #ccc;
  margin: 30px 0; }
#content.single .ib {
  padding: 80px 0px; }
  #content.single .ib ul {
    padding-left: 20px; }
    #content.single .ib ul li {
      padding: 3px 0; }
  #content.single .ib .single_inner {
    width: 900px;
    max-width: 100%;
    margin: 0 auto; }
    #content.single .ib .single_inner a {
      text-decoration: underline; }
    #content.single .ib .single_inner p {
      font-size: 18px;
      line-height: 1.9; }
    #content.single .ib .single_inner ul li {
      font-size: 18px;
      line-height: 1.9; }
  #content.single .ib .meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    #content.single .ib .meta .date {
      font-size: 20px;
      font-weight: 500;
      color: #868686;
      display: flex; }
      #content.single .ib .meta .date span {
        margin-right: 16px;
        display: flex;
        align-items: center; }
        #content.single .ib .meta .date span:before {
          content: "";
          font-family: "material icons";
          margin-right: 4px;
          font-weight: normal; }
        #content.single .ib .meta .date span.update:before {
          font-size: 120%;
          content: ""; }
    #content.single .ib .meta .cat a {
      display: flex;
      font-size: 13px;
      padding: 3px 12px;
      border-radius: 50px;
      border: 1px solid #E6001B;
      color: #E6001B;
      margin-right: 10px; }
      #content.single .ib .meta .cat a:last-child {
        margin-right: 0; }
  #content.single .ib h2 {
    width: 100%;
    display: block;
    color: #000;
    font-size: 24px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 50px; }
    #content.single .ib h2.bdb {
      text-align: left;
      border-bottom: 1px solid #ccc; }
    #content.single .ib h2:after {
      display: none; }
  #content.single .ib .eye_img {
    width: 550px;
    height: auto;
    display: block;
    margin: 40px auto;
    max-width: 100%; }
  #content.single .ib h3:after {
    display: none; }
  #content.single .ib .yarpp img {
    margin: 0; }
  #content.single .ib .yarpp .yarpp-thumbnail {
    border: none; }
  #content.single .ib .yarpp span {
    margin: 0;
    margin-top: 10px; }
  #content.single .ib iframe {
    display: block;
    width: 100%;
    margin: 50px 0;
    height: auto;
    aspect-ratio: 1/0.7; }
  #content.single .ib div:not(.youtube_container):not(.bottom_buttons) {
    max-width: 100% !important; }
  #content.single .ib img {
    display: block;
    width: 100%;
    margin: 50px 0; }
  #content.single .ib .bottom_buttons {
    background: #f1f1f1;
    width: 100vw;
    margin-top: 60px;
    margin-bottom: -80px;
    max-width: 100vw !important;
    margin-left: calc(0px - calc(50vw  - 50%)); }
    #content.single .ib .bottom_buttons .ib .df {
      justify-content: space-between;
      display: flex; }
      #content.single .ib .bottom_buttons .ib .df .box {
        width: 50%;
        border-right: 1px solid #ccc;
        padding-right: 40px; }
        #content.single .ib .bottom_buttons .ib .df .box .buttons {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          margin-right: 10px;
          justify-content: flex-start; }
          #content.single .ib .bottom_buttons .ib .df .box .buttons a {
            margin-right: 10px; }
        #content.single .ib .bottom_buttons .ib .df .box a.btn_black {
          margin-top: 40px;
          background: #E6001B !important;
          text-decoration: none !important; }
        #content.single .ib .bottom_buttons .ib .df .box:last-child {
          padding-left: 40px;
          padding-right: 0;
          border: none; }
        #content.single .ib .bottom_buttons .ib .df .box h2 {
          margin-top: 20px;
          position: relative; }
          #content.single .ib .bottom_buttons .ib .df .box h2 span {
            font-size: 66px;
            font-family: "din-2014", sans-serif;
            position: absolute;
            left: 0;
            bottom: 0;
            text-transform: uppercase;
            color: #dfdfdf; }
          #content.single .ib .bottom_buttons .ib .df .box h2 em {
            position: relative;
            z-index: 2; }
    #content.single .ib .bottom_buttons .ib h3 {
      text-align: center;
      padding-bottom: 10px;
      border-bottom: 1px double #E6001B; }
    #content.single .ib .bottom_buttons .ib .buttons {
      justify-content: center;
      display: flex; }
      #content.single .ib .bottom_buttons .ib .buttons a {
        margin-right: 20px; }
        #content.single .ib .bottom_buttons .ib .buttons a:last-child {
          margin-right: 0; }
#content .ib.data {
  width: 1060px; }
#content .data_question {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #content .data_question h3.q {
    display: flex;
    align-items: center; }
    #content .data_question h3.q:before {
      content: "Q";
      font-size: 150%;
      font-family: "din-2014", sans-serif;
      color: #E6001B;
      margin-right: 10px;
      bottom: 0;
      position: relative;
      width: auto;
      background: none;
      height: auto; }
  #content .data_question .box {
    width: 48%; }
    #content .data_question .box.w {
      width: 100%; }
      #content .data_question .box.w .q_rows .q_row {
        display: flex;
        width: 100%; }
        #content .data_question .box.w .q_rows .q_row:nth-of-type(2n) {
          justify-content: flex-end; }
          #content .data_question .box.w .q_rows .q_row:nth-of-type(2n) span:before {
            left: auto;
            clip-path: polygon(30% 100%, 0 0, 100% 0);
            right: 20px; }
        #content .data_question .box.w .q_rows .q_row span {
          padding: 20px;
          font-size: 20px;
          font-weight: bold;
          background: #fff3f4;
          margin-bottom: 20px;
          width: 80%;
          display: block;
          position: relative;
          border-radius: 8px; }
          #content .data_question .box.w .q_rows .q_row span:before {
            height: 24px;
            width: 20px;
            background: #fff3f4;
            content: "";
            position: absolute;
            left: 20px;
            bottom: -24px;
            z-index: 2;
            clip-path: polygon(70% 100%, 0 0, 100% 0); }
    #content .data_question .box p {
      font-size: 20px; }
    #content .data_question .box .chart_inner {
      padding: 20px 50px; }
#content .data_content .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  #content .data_content .row.mgb {
    margin-bottom: 0; }
    #content .data_content .row.mgb .col .box {
      padding-right: 40px; }
      #content .data_content .row.mgb .col .box .inner img {
        margin-right: 40px; }
  #content .data_content .row.rev {
    flex-direction: row-reverse; }
  #content .data_content .row.wide .col {
    width: 100%; }
    #content .data_content .row.wide .col .box {
      width: 100%;
      height: 300px; }
      #content .data_content .row.wide .col .box.h {
        height: 330px; }
      #content .data_content .row.wide .col .box .inner img {
        margin-right: 50px; }
  #content .data_content .row .col {
    width: 520px; }
    #content .data_content .row .col .box {
      height: 620px;
      width: 100%;
      background: #f4f4f4;
      padding: 20px 60px;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      justify-content: center; }
      #content .data_content .row .col .box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background: #E6001B;
        display: block; }
      #content .data_content .row .col .box .data7 {
        margin-right: -200px; }
      #content .data_content .row .col .box .data8 {
        width: 478px; }
      #content .data_content .row .col .box .data9 {
        width: 505px; }
      #content .data_content .row .col .box p.remark {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
        color: #888;
        position: absolute;
        bottom: 20px;
        left: 35px; }
      #content .data_content .row .col .box .data_txt {
        display: flex;
        align-items: end;
        line-height: 1;
        margin: 40px 0;
        width: 100%;
        justify-content: center; }
        #content .data_content .row .col .box .data_txt span {
          font-size: 110px;
          font-weight: bold;
          font-family: "din-2014", sans-serif;
          color: #E6001B;
          margin: 0 10px; }
        #content .data_content .row .col .box .data_txt em {
          font-size: 28px;
          font-weight: bold;
          position: relative;
          top: -20px; }
      #content .data_content .row .col .box h4 {
        font-size: 28px;
        font-weight: bold;
        position: absolute;
        z-index: 2;
        top: 25px;
        left: 35px;
        margin: 0;
        line-height: 1;
        width: auto; }
      #content .data_content .row .col .box.s {
        height: 300px; }
        #content .data_content .row .col .box.s:nth-of-type(1) {
          margin-bottom: 20px; }
      #content .data_content .row .col .box .inner {
        padding-top: 20px;
        align-items: center;
        display: flex;
        justify-content: space-between; }
        #content .data_content .row .col .box .inner.ii img {
          margin-right: 50px; }
        #content .data_content .row .col .box .inner .data_txt {
          margin: 10px 0; }
        #content .data_content .row .col .box .inner .i_inner {
          display: block;
          width: 100%; }
          #content .data_content .row .col .box .inner .i_inner .i_row {
            height: 50%; }
            #content .data_content .row .col .box .inner .i_inner .i_row:nth-of-type(1) {
              border-bottom: 1px solid #888; }
#content .job_block {
  flex-wrap: wrap;
  display: flex;
  justify-content: center; }
  #content .job_block a {
    width: 300px;
    padding: 30px;
    background: #f1f1f1;
    margin-right: 20px;
    position: relative;
    transition: 0.4s ease; }
    #content .job_block a:hover {
      transform: translateY(-10px); }
    #content .job_block a:after {
      content: "";
      position: absolute;
      bottom: 10px;
      left: calc(50% - 12px);
      font-size: 24px;
      color: #E6001B;
      transform: rotate(-90deg);
      font-family: "material icons"; }
    #content .job_block a:before {
      content: "";
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: #E6001B;
      display: block; }
    #content .job_block a:last-child {
      margin-right: 0; }
    #content .job_block a img {
      display: block;
      margin: 0 auto 20px; }
    #content .job_block a p {
      width: 100%;
      text-align: center;
      font-size: 19px;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 10px; }
#content .job_detail .job_part .row h4 {
  font-size: 24px;
  display: flex;
  align-items: center; }
  #content .job_detail .job_part .row h4:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    margin-right: 12px;
    background: #E6001B;
    content: ""; }
#content .job_detail .job_part .row h3:after, #content .job_detail .job_part .row h3:before {
  display: none; }
#content .job_detail .job_part .row h3 span {
  padding: 20px;
  padding-bottom: 0;
  border: 1px solid #E6001B;
  border-radius: 12px 12px 0 0;
  border-bottom: none;
  display: block;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center; }
  #content .job_detail .job_part .row h3 span img {
    margin-right: 15px; }
  #content .job_detail .job_part .row h3 span:before, #content .job_detail .job_part .row h3 span:after {
    width: calc(50vw - 450px);
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #E6001B;
    left: calc(0px - calc(50vw - 50%));
    display: block; }
  #content .job_detail .job_part .row h3 span:after {
    left: auto;
    right: calc(0px - calc(50vw - 50%)); }
#content .job_detail iframe {
  display: block;
  width: 1005;
  height: 500px;
  margin: 50px 0; }
#content .job_detail .inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto; }
#content .job_detail .bullet a, #content .job_detail .bullet span {
  display: block;
  text-decoration: underline;
  width: 100%;
  align-items: center;
  font-size: 18px;
  line-height: 1.7; }
  #content .job_detail .bullet a:before, #content .job_detail .bullet span:before {
    content: "・"; }
#content .job_detail .bullet span {
  text-decoration: none; }
#content .job_detail .rous_con {
  margin-top: 0; }
  #content .job_detail .rous_con .sol {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 0;
    width: 170px;
    left: calc(50% - 440px); }
  #content .job_detail .rous_con .img img.sq1 {
    width: auto;
    height: auto;
    position: absolute;
    bottom: -20px;
    right: 30px; }
  #content .job_detail .rous_con .txt {
    font-size: 24px;
    margin-top: -5px; }
    #content .job_detail .rous_con .txt p {
      width: 550px; }
#content .job_detail .en_tit {
  font-family: "din-2014", sans-serif;
  font-size: 76px;
  font-weight: bold;
  color: #E6001B;
  margin-top: -66px; }
#content .job_detail table tr th {
  font-size: 18px;
  border-bottom: 1px solid #E6001B; }
#content.product.single .meta {
  margin-top: -20px;
  margin-bottom: -20px; }
  #content.product.single .meta .cat {
    display: flex;
    flex-wrap: wrap; }
    #content.product.single .meta .cat a {
      font-size: 14px;
      background: #282828;
      padding: 2px 8px;
      border-radius: 0;
      border: none;
      color: #fff;
      transition: 0.4s ease; }
      #content.product.single .meta .cat a:hover {
        bacround: #E6001B; }
#content.product.single .product_detail_nav {
  display: flex;
  margin-top: -30px;
  justify-content: space-between; }
  #content.product.single .product_detail_nav .btns {
    display: flex; }
    #content.product.single .product_detail_nav .btns a {
      padding: 3px 12px;
      min-width: 170px;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #000;
      color: #fff;
      transition: 0.4s ease;
      margin-right: 12px; }
      #content.product.single .product_detail_nav .btns a:last-child {
        margin-right: 0; }
      #content.product.single .product_detail_nav .btns a:hover {
        background: #E6001B;
        color: #fff; }
  #content.product.single .product_detail_nav .cat {
    display: flex; }
    #content.product.single .product_detail_nav .cat a {
      margin-right: 35px;
      font-size: 16px;
      position: relative;
      display: flex;
      align-items: center;
      transition: 0.4s ease; }
      #content.product.single .product_detail_nav .cat a:hover {
        color: #E6001B; }
      #content.product.single .product_detail_nav .cat a:after {
        content: "";
        transform: rotate(-90deg);
        margin-left: 4px;
        font-family: "material icons";
        font-size: 14px;
        position: relative;
        top: 2px; }
#content.product.single h2 {
  font-size: 36px;
  border-bottom: 1px solid #C3C3C3;
  position: relative; }
  #content.product.single h2:before {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    background: #E6001B;
    bottom: -1px;
    left: 0;
    z-index: 3;
    position: absolute; }
#content.product.single .product_inner {
  width: 880px;
  max-width: 100%;
  margin: 80px auto; }
#content.product.single .product_slider {
  height: 530px;
  width: 100%;
  background: #f1f1f1; }
  #content.product.single .product_slider .swiper-slide {
    background: #f1f1f1;
    padding: 40px; }
    #content.product.single .product_slider .swiper-slide img {
      height: 100%;
      width: auto;
      display: block;
      margin: 0 auto;
      mix-blend-mode: multiply; }
#content.product.single .active_triangle {
  position: relative; }
  #content.product.single .active_triangle:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    background: #E6001B;
    display: block;
    clip-path: polygon(0 0, 0% 100%, 100% 0); }
#content.product.single .product_slider_thumbs {
  margin-top: 20px; }
  #content.product.single .product_slider_thumbs .swiper-slide {
    width: 118px;
    height: 92px;
    background: #666; }
    #content.product.single .product_slider_thumbs .swiper-slide.swiper-slide-thumb-active:before {
      content: "";
      width: 16px;
      background: #E6001B;
      height: 16px;
      position: absolute;
      top: 0;
      z-index: 2;
      left: 0;
      display: block;
      clip-path: polygon(0 0, 0% 100%, 100% 0); }
    #content.product.single .product_slider_thumbs .swiper-slide.swiper-slide-thumb-active img {
      opacity: 1; }
    #content.product.single .product_slider_thumbs .swiper-slide img {
      margin: 0;
      object-fit: cover;
      width: 100%;
      height: 100%;
      opacity: 0.4; }
#content.product.single h3.bgb {
  height: 45px;
  display: flex;
  align-items: center;
  background: #707070;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  padding-left: 20px;
  color: #fff;
  border-left: 10px solid #E6001B; }
#content.product.single .buttons_medium {
  margin: 50px 0;
  display: flex; }
  #content.product.single .buttons_medium a {
    width: 280px;
    max-width: 100%;
    display: flex;
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #282828;
    margin-right: 20px;
    align-items: center;
    padding: 16px;
    transition: 0.4s ease; }
    #content.product.single .buttons_medium a:hover {
      background: #E6001B;
      color: #fff; }
#content.product.single .buttons_large {
  height: 98px;
  justify-content: space-between;
  display: flex;
  margin-bottom: 50px; }
  #content.product.single .buttons_large a {
    width: 430px;
    height: 100%;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    padding: 30px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.4s ease;
    position: relative; }
    #content.product.single .buttons_large a:before {
      left: auto;
      position: absolute;
      width: 50px;
      height: 100%;
      background: #E6001B;
      top: 0;
      right: 0;
      z-index: 2;
      content: "";
      display: block; }
    #content.product.single .buttons_large a:after {
      content: "";
      font-family: "material icons";
      position: absolute;
      right: 15px;
      top: calc(50% - 10px);
      z-index: 3;
      color: #fff;
      transition: 0.4s ease; }
    #content.product.single .buttons_large a:hover {
      background: #E6001B;
      color: #fff; }
      #content.product.single .buttons_large a:hover:after {
        right: 7px; }
      #content.product.single .buttons_large a:hover svg path, #content.product.single .buttons_large a:hover svg g {
        stroke: #fff; }
    #content.product.single .buttons_large a svg {
      margin-right: 15px; }
#content.product.single .txt_detail p {
  margin: 15px 0; }
#content.product.single .txt_detail ul li {
  list-style: none;
  font-weight: 500;
  display: flex;
  align-items: center; }
  #content.product.single .txt_detail ul li:before {
    content: "・"; }
#content.product.single .txt_detail h2, #content.product.single .txt_detail h3 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  margin: 30px 0; }
  #content.product.single .txt_detail h2:before, #content.product.single .txt_detail h3:before {
    display: none; }
#content.product.single .txt_detail a {
  display: block;
  color: #E6001B;
  text-decoration: underline; }
#content.product.single .youtube_container {
  width: 100vw;
  background: #282828;
  margin-left: calc(0px - calc(50vw - 50%));
  margin-top: 80px;
  margin-bottom: 80px; }
  #content.product.single .youtube_container .ib {
    width: 880px;
    max-width: 100%;
    padding: 80px 0; }
    #content.product.single .youtube_container .ib iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 1/0.66;
      display: block; }
#content.product.single .p-detail {
  margin: 50px 0; }
  #content.product.single .p-detail p {
    margin: 0; }

#content.common .ib h2 {
  color: #000; }

/*# sourceMappingURL=subpage.css.map */
