@charset "UTF-8";
.js_ofi img {
  font-family: "object-fit: cover;";
  height: 100%;
  object-fit: cover;
  width: 100%; }

@media (min-width: 768px), print {
  .pc_hide {
    display: none !important; } }

@media (max-width: 767px) {
  .sp_hide {
    display: none !important; } }

@keyframes rotate-center {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(15px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
*,
*::after,
*::before {
  box-sizing: border-box; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%; }

a {
  background: transparent;
  cursor: pointer;
  outline: 0 none; }

html {
  display: flex;
  flex-direction: column;
  font-size: 62.5%; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

main {
  flex: 0 0 auto; }

.mg_tp5 {
  margin-top: 5px; }

.mg_bt5 {
  margin-bottom: 5px; }

.mg_tp10 {
  margin-top: 10px; }

.mg_bt10 {
  margin-bottom: 10px; }

.mg_tp15 {
  margin-top: 15px; }

.mg_bt15 {
  margin-bottom: 15px; }

.mg_tp20 {
  margin-top: 20px; }

.mg_bt20 {
  margin-bottom: 20px; }

.mg_tp25 {
  margin-top: 25px; }

.mg_bt25 {
  margin-bottom: 25px; }

.mg_tp30 {
  margin-top: 30px; }

.mg_bt30 {
  margin-bottom: 30px; }

.mg_tp35 {
  margin-top: 35px; }

.mg_bt35 {
  margin-bottom: 35px; }

.mg_tp40 {
  margin-top: 40px; }

.mg_bt40 {
  margin-bottom: 40px; }

.mg_tp45 {
  margin-top: 45px; }

.mg_bt45 {
  margin-bottom: 45px; }

.mg_tp50 {
  margin-top: 50px; }

.mg_bt50 {
  margin-bottom: 50px; }

body, div, p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6; }
  @media (max-width: 767px) {
    body, div, p {
      font-size: 1.5rem; } }

@media (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 768px), print {
  .pc_hide {
    display: none; } }

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

.txt_center {
  text-align: center; }

.cmn_btn {
  margin: 0 auto;
  width: 100%;
  max-width: 400px; }
  .cmn_btn a {
    transition: all 0.2s linear 0s;
    border-radius: 35px;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    padding: 17px;
    text-align: center; }
    .cmn_btn a:hover {
      transition: all 0.2s linear 0s;
      opacity: .7; }

.cmn_hightlight {
  background: #ffcf30;
  font-weight: bold; }

.event_inner {
  margin-bottom: 20px; }
  @media (min-width: 768px), print {
    .event_inner {
      display: flex;
      gap: 20px; } }

@media (min-width: 768px), print {
  .event_cont {
    width: calc((100% - 20px) / 2 - .1px);
    display: flex;
    flex-direction: column;
    justify-content: center; } }

.event_cont_img {
  width: 100%; }
  .event_cont_img img {
    height: auto;
    object-fit: cover;
    width: 100%; }
  @media (min-width: 768px), print {
    .event_cont_img {
      width: calc((100% - 20px) / 2 - .1px); } }

.event_cont_ttl {
  font-weight: bold; }
  @media (min-width: 768px), print {
    .event_cont_ttl {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .event_cont_ttl {
      font-size: 18px; } }

.event_cont_txt {
  margin-bottom: 20px;
  margin-top: 0 !important; }

.event_cont_btn {
  transition: all 0.2s linear 0s;
  background: #009d72;
  color: #fff;
  display: inline-block !important;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px), print {
    .event_cont_btn {
      max-width: 300px; } }
  .event_cont_btn:hover {
    cursor: pointer;
    opacity: .6;
    transition: all 0.2s linear 0s; }

@media (min-width: 768px), print {
  .catalog {
    margin-bottom: 100px !important; } }
@media (max-width: 767px) {
  .catalog {
    margin-bottom: 40px !important; } }
.catalog_list {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px), print {
    .catalog_list {
      gap: 40px 5%; } }
  @media (max-width: 767px) {
    .catalog_list {
      gap: 20px 3%; } }
  @media (min-width: 768px), print {
    .catalog_list_item {
      width: 30%; } }
  @media (max-width: 767px) {
    .catalog_list_item {
      width: 48.5%; } }
  .catalog_list_item a {
    transition: all 0.2s linear 0s;
    display: block;
    text-align: center; }
    .catalog_list_item a:hover {
      opacity: .7; }
  .catalog_list_item_img {
    border: 1px solid #ccc; }
    @media (min-width: 768px), print {
      .catalog_list_item_img {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .catalog_list_item_img {
        margin-bottom: 6px; } }
  .catalog_list_item_ttl {
    font-weight: bold; }
    @media (min-width: 768px), print {
      .catalog_list_item_ttl {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .catalog_list_item_ttl {
        margin-bottom: 6px; } }
  .catalog_list_item_btn {
    background: #009d72;
    border-radius: 25px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold; }
    @media (min-width: 768px), print {
      .catalog_list_item_btn {
        padding: 10px; } }
    @media (max-width: 767px) {
      .catalog_list_item_btn {
        padding: 6px; } }
    .catalog_list_item_btn img {
      margin-left: .5em; }

.service_outline {
  background: #f5f5f5; }
  @media (min-width: 768px), print {
    .service_outline {
      padding: 50px 0 20px;
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .service_outline {
      padding: 30px 0 10px;
      margin-bottom: 40px; } }

@media (min-width: 768px), print {
  .service_wrap {
    margin: 0 auto;
    position: relative;
    max-width: 1000px; } }
@media (max-width: 767px) {
  .service_wrap {
    padding-left: 10px;
    padding-right: 10px; } }
.service_wrap h3 {
  font-weight: bold;
  text-align: center; }
  @media (min-width: 768px), print {
    .service_wrap h3 {
      font-size: 24px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .service_wrap h3 {
      font-size: 20px;
      margin-bottom: 20px; } }

.prod_sgl_contact_group {
  background: linear-gradient(to right, #00abc7 0%, #35d597 100%); }
  @media (min-width: 768px), print {
    .prod_sgl_contact_group {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .prod_sgl_contact_group {
      padding: 40px 0; } }

.prod_sgl_contact_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.prod_sgl_contact_ttl {
  color: #fff;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 768px), print {
    .prod_sgl_contact_ttl {
      font-size: 2.4rem;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .prod_sgl_contact_ttl {
      font-size: 2rem;
      margin-bottom: 30px; } }

.prod_sgl_contact_btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media (min-width: 768px), print {
    .prod_sgl_contact_btn {
      gap: 20px;
      margin-bottom: 56px; } }
  @media (max-width: 767px) {
    .prod_sgl_contact_btn {
      flex-direction: column;
      gap: 10px;
      margin-bottom: 36px; } }
  .prod_sgl_contact_btn li {
    width: 100%; }
    @media (min-width: 768px), print {
      .prod_sgl_contact_btn li {
        height: 150px; } }
    @media (max-width: 767px) {
      .prod_sgl_contact_btn li {
        height: 110px; } }
    .prod_sgl_contact_btn li:nth-child(3n+1) a::after {
      color: #00abc7; }
    .prod_sgl_contact_btn li:nth-child(3n+1) a:hover {
      box-shadow: none; }
      .prod_sgl_contact_btn li:nth-child(3n+1) a:hover .prod_sgl_contact_lbl {
        color: #00abc7; }
    .prod_sgl_contact_btn li:nth-child(3n+2) a::after {
      color: #17beb2; }
    .prod_sgl_contact_btn li:nth-child(3n+2) a:hover {
      box-shadow: none; }
      .prod_sgl_contact_btn li:nth-child(3n+2) a:hover .prod_sgl_contact_lbl {
        color: #17beb2; }
    .prod_sgl_contact_btn li:nth-child(3n+3) a::after {
      color: #35d597; }
    .prod_sgl_contact_btn li:nth-child(3n+3) a:hover {
      box-shadow: none; }
      .prod_sgl_contact_btn li:nth-child(3n+3) a:hover .prod_sgl_contact_lbl {
        color: #35d597; }
    .prod_sgl_contact_btn li a {
      align-items: center;
      background: #fff;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 15px;
      height: 100%;
      position: relative;
      text-decoration: none; }
      .prod_sgl_contact_btn li a::after {
        transition: all 0.2s linear 0s;
        content: '\0f105';
        font-family: 'Awesome';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        font-size: 1.8rem;
        font-weight: bold; }
      .prod_sgl_contact_btn li a:hover::after {
        right: 10px; }
      .prod_sgl_contact_btn li a:hover .prod_sgl_contact_icon {
        top: -5px; }

.prod_sgl_contact_icon {
  transition: all 0.2s linear 0s;
  position: relative;
  top: 0; }

.prod_sgl_contact_lbl {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none; }

.prod_sgl_contact_brand {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media (min-width: 768px), print {
    .prod_sgl_contact_brand .prod_sgl_contact_box:first-child {
      border-right: 1px solid #fff; } }
  @media (max-width: 767px) {
    .prod_sgl_contact_brand {
      flex-direction: column;
      gap: 20px;
      padding: 0 20px; }
      .prod_sgl_contact_brand .prod_sgl_contact_box:first-child {
        border-bottom: 1px solid #fff;
        padding-bottom: 20px; } }

.prod_sgl_contact_box {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 768px), print {
    .prod_sgl_contact_box {
      width: 50%; } }
  @media (max-width: 767px) {
    .prod_sgl_contact_box {
      width: 100%; } }

@media (min-width: 768px), print {
  .prod_sgl_contact_add {
    font-size: 2rem;
    padding-bottom: 5px; } }
@media (max-width: 767px) {
  .prod_sgl_contact_add {
    font-size: 1.8rem; } }

.prod_sgl_contact_phone a {
  background: url(../img/product-single/ico-phone2.svg) left center no-repeat;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-decoration: none; }
  @media (min-width: 768px), print {
    .prod_sgl_contact_phone a {
      background-size: 32px auto;
      font-size: 3rem;
      padding: 6px 40px; }
      .prod_sgl_contact_phone a[href^='tel:'], .prod_sgl_contact_phone a[href^='fax:'] {
        pointer-events: none; } }
  @media (max-width: 767px) {
    .prod_sgl_contact_phone a {
      background-size: 28px auto;
      font-size: 2.6rem;
      padding: 6px 0 6px 40px; } }

@media (min-width: 768px), print {
  .ft_subpage.ft_onecare {
    height: 300px; } }
@media (max-width: 767px) {
  .ft_subpage.ft_onecare {
    height: 150px; } }
.ft_subpage.ft_onecare .ft_img::before {
  background: rgba(0, 0, 0, 0.6); }

.onecare_intro {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media (max-width: 1025px) {
    .onecare_intro {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .onecare_intro {
      padding-left: 15px;
      padding-right: 15px; } }

.ft_onecare_ttl {
  color: #fff;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 768px), print {
    .ft_onecare_ttl {
      font-size: 2.8rem; } }
  @media (max-width: 767px) {
    .ft_onecare_ttl {
      font-size: 2rem; } }

.ft_onecare_ttl_yellow {
  color: #ffcf30;
  display: block; }
  @media (min-width: 768px), print {
    .ft_onecare_ttl_yellow {
      font-size: 6rem; } }
  @media (max-width: 767px) {
    .ft_onecare_ttl_yellow {
      font-size: 3rem; } }

.onecare_txt {
  text-align: center; }
  @media (min-width: 768px), print {
    .onecare_txt {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .onecare_txt {
      margin-bottom: 20px; } }

.onecare_cost_img {
  text-align: center; }
  @media (min-width: 768px), print {
    .onecare_cost_img {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .onecare_cost_img {
      margin-bottom: 40px; } }

.onecare_support_img {
  text-align: center; }
  @media (min-width: 768px), print {
    .onecare_support_img {
      margin-bottom: 130px; } }
  @media (max-width: 767px) {
    .onecare_support_img {
      margin-bottom: 80px; } }

@media (min-width: 768px), print {
  .onecare_merit {
    margin: 80px 0; }
    .onecare_merit .cmn_ttl_small {
      margin-bottom: 20px; } }
@media (max-width: 1025px) and (min-width: 768px) {
  .onecare_merit .cmn_ttl_small {
    font-size: 2rem; } }
@media (max-width: 767px) {
  .onecare_merit {
    margin: 40px 0; }
    .onecare_merit .cmn_ttl_small {
      margin-bottom: 10px; } }

.onecare_merit_wrap {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media (max-width: 1025px) {
    .onecare_merit_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .onecare_merit_wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.onecare_merit_box_img {
  align-items: center;
  display: flex;
  height: 180px;
  justify-content: center;
  position: relative;
  text-align: center; }
  .onecare_merit_box_img::before {
    background: #fff;
    border-radius: 100%;
    content: "";
    height: 180px;
    left: calc(50% - 90px);
    position: absolute;
    top: calc(50% - 90px);
    width: 180px; }
  .onecare_merit_box_img img {
    position: relative;
    z-index: 1; }
  @media (min-width: 768px), print {
    .onecare_merit_box_img {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .onecare_merit_box_img {
      margin-bottom: 10px; } }

.onecare_lifeguard .support_box {
  margin: 0; }
@media (min-width: 768px), print {
  .onecare_lifeguard .support_boxcont {
    padding-top: 50px;
    padding-bottom: 80px; } }
@media (max-width: 767px) {
  .onecare_lifeguard .support_boxcont {
    padding-top: 20px;
    padding-bottom: 40px; } }
.onecare_lifeguard .support_box_sample_box {
  align-items: center; }
  @media (min-width: 768px), print {
    .onecare_lifeguard .support_box_sample_box:last-child {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .onecare_lifeguard .support_box_sample_box:last-child {
      margin-bottom: 30px; } }
@media (min-width: 768px), print {
  .onecare_lifeguard .cmn_3col_cont {
    margin-bottom: 60px; } }
@media (max-width: 767px) {
  .onecare_lifeguard .cmn_3col_cont {
    margin-bottom: 30px; } }
.onecare_lifeguard .cmn_starnote {
  color: #666;
  font-size: 1.4rem;
  margin-top: 10px; }

.onecare_lifeguard_wrap {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media (max-width: 1025px) {
    .onecare_lifeguard_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .onecare_lifeguard_wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.onecare_lifeguard_update_box_ttl {
  color: #009d72;
  font-size: 2rem;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 768px), print {
    .onecare_lifeguard_update_box_ttl {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .onecare_lifeguard_update_box_ttl {
      margin-bottom: 10px; } }

.onecare_lifeguard_support_img {
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .onecare_lifeguard_support_img {
      height: 300px;
      overflow-x: scroll; }
      .onecare_lifeguard_support_img img {
        height: 100%;
        max-width: inherit; } }

.onecare_lifeguard_support_case {
  display: flex;
  gap: 10px; }

.onecare_lifeguard_support_case_left {
  font-size: 1.2rem;
  width: 25px; }

.onecare_lifeguard_support_case_right {
  width: calc(100% -  35px); }
  .onecare_lifeguard_support_case_right li {
    font-size: 1.2rem;
    padding-left: 24px;
    position: relative;
    margin-bottom: 5px; }
    .onecare_lifeguard_support_case_right li::before {
      content: "";
      display: block;
      height: 16px;
      left: 0;
      position: absolute;
      top: 2px;
      width: 16px; }
    .onecare_lifeguard_support_case_right li:nth-child(1)::before {
      background: #1980Bd; }
    .onecare_lifeguard_support_case_right li:nth-child(2)::before {
      background: #17a0d4; }

@media (min-width: 768px), print {
  .onecare_maintenance {
    margin: 80px 0; } }
@media (max-width: 767px) {
  .onecare_maintenance {
    margin: 40px 0; } }

.onecare_maintenance_wrap {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media (max-width: 1025px) {
    .onecare_maintenance_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .onecare_maintenance_wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.onecare_maintenance_table_outline {
  overflow-x: scroll;
  margin-bottom: 20px; }

.onecare_maintenance_table {
  cursor: pointer;
  display: table;
  table-layout: fixed; }
  @media (min-width: 768px), print {
    .onecare_maintenance_table {
      width: 1200px; } }
  @media (max-width: 767px) {
    .onecare_maintenance_table {
      width: 1050px !important; } }
  .onecare_maintenance_table thead {
    display: table-header-group !important; }
    .onecare_maintenance_table thead tr th {
      background: #f1f5f4;
      font-weight: 700;
      padding: 0; }
      @media (min-width: 768px), print {
        .onecare_maintenance_table thead tr th {
          width: 250px; } }
      @media (max-width: 767px) {
        .onecare_maintenance_table thead tr th {
          width: 230px !important;
          min-width: 230px; } }
      .onecare_maintenance_table thead tr th:first-child {
        font-weight: 400; }
        @media (min-width: 768px), print {
          .onecare_maintenance_table thead tr th:first-child {
            width: 200px; } }
        @media (max-width: 767px) {
          .onecare_maintenance_table thead tr th:first-child {
            width: 150px !important;
            min-width: 150px; } }
  .onecare_maintenance_table tbody {
    display: table-row-group; }
    .onecare_maintenance_table tbody tr th {
      background: #f1f5f4;
      padding: 0;
      text-align: center; }
      .onecare_maintenance_table tbody tr th.foo {
        display: none; }
      @media (min-width: 768px), print {
        .onecare_maintenance_table tbody tr th {
          width: 200px; } }
      @media (max-width: 767px) {
        .onecare_maintenance_table tbody tr th {
          width: 150px !important;
          min-width: 150px; } }
    .onecare_maintenance_table tbody tr td {
      text-align: center;
      padding: 20px 10px !important; }
      @media (min-width: 768px), print {
        .onecare_maintenance_table tbody tr td {
          width: 250px; } }
      @media (max-width: 767px) {
        .onecare_maintenance_table tbody tr td {
          width: 230px !important;
          min-width: 230px; } }
  .onecare_maintenance_table th, .onecare_maintenance_table td {
    box-sizing: border-box;
    display: table-cell; }
  .onecare_maintenance_table sup {
    font-size: 1rem;
    vertical-align: text-top; }

.onecare_maintenance_table_note {
  color: #666;
  display: block;
  font-size: 1.4rem;
  margin-top: 10px; }

@media (min-width: 768px), print {
  .cmn_annotation_number {
    margin-bottom: 50px; } }
@media (max-width: 767px) {
  .cmn_annotation_number {
    margin-bottom: 20px; } }
.cmn_annotation_number li {
  color: #666;
  counter-increment: listnum;
  font-size: 1.4rem;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative; }
  .cmn_annotation_number li::before {
    content: "*" counter(listnum);
    /* 半角スペースを入れて""の中にピリオドを追加 */
    font-size: 1rem;
    left: 0;
    position: absolute;
    vertical-align: text-top; }

.onecare_mainte_case {
  background: #f1f5f4; }
  @media (min-width: 768px), print {
    .onecare_mainte_case {
      padding: 50px; }
      .onecare_mainte_case .cmn_ttl_small {
        margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .onecare_mainte_case {
      padding: 15px; }
      .onecare_mainte_case .cmn_ttl_small {
        margin-bottom: 20px; } }

@media (min-width: 768px), print {
  .onecare_mainte_case_cont {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 768px), print {
  .onecare_mainte_case_ex {
    width: 52%; } }
@media (max-width: 767px) {
  .onecare_mainte_case_ex {
    margin-bottom: 20px; } }

.onecare_mainte_case_ex_box {
  display: flex;
  margin-bottom: 10px; }
  .onecare_mainte_case_ex_box .onecare_mainte_case_ex_ttl {
    width: 100px; }
  .onecare_mainte_case_ex_box .onecare_mainte_case_ex_txt {
    padding-left: 20px;
    position: relative; }
    .onecare_mainte_case_ex_box .onecare_mainte_case_ex_txt::before {
      content: "：";
      display: block;
      left: 0;
      position: absolute; }

@media (min-width: 768px), print {
  .onecare_mainte_case_cont_img {
    width: 45%; } }

.onecare_flow_wrap {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media (max-width: 1025px) {
    .onecare_flow_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .onecare_flow_wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.onecare_flow_diagram {
  background: #fff;
  text-align: center; }
  @media (min-width: 768px), print {
    .onecare_flow_diagram {
      padding: 30px 30px 50px; } }
  @media (max-width: 767px) {
    .onecare_flow_diagram {
      padding: 15px; } }

@media (max-width: 767px) {
  .onecare_flow_diagram_img {
    overflow-x: scroll;
    height: 400px; }
    .onecare_flow_diagram_img img {
      height: 100%;
      max-width: inherit; } }

@media (min-width: 768px), print {
  .onecare_repair {
    margin: 80px 0; } }
@media (max-width: 767px) {
  .onecare_repair {
    margin: 40px 0; } }

.onecare_repair_wrap {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media (max-width: 1025px) {
    .onecare_repair_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .onecare_repair_wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.onecare_repair_cont {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px), print {
    .onecare_repair_cont {
      gap: 20px; } }

@media (min-width: 768px), print {
  .onecare_repair_cont_box {
    width: calc((100% - 80px) / 5 - .1px); } }
@media (max-width: 1025px) {
  .onecare_repair_cont_box {
    width: calc((100% - 40px) / 3 - .1px); } }
@media (max-width: 767px) {
  .onecare_repair_cont_box {
    width: 50%; } }

.onecare_repair_cont_ico {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 120px; }

.onecare_repair_cont_txt {
  text-align: center; }

.onecare_support_box_ct_wrap {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media (max-width: 1025px) {
    .onecare_support_box_ct_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .onecare_support_box_ct_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  .onecare_support_box_ct_wrap .support_box_ct {
    border-radius: 20px 0 20px 0; }

.subpage_wrap a.cmn_txtlink {
  color: #0000ee;
  text-decoration: underline; }
  .subpage_wrap a.cmn_txtlink:hover {
    opacity: .7;
    text-decoration: none; }

.global__open {
  line-height: 1; }

.ft_subpage {
  height: 200px;
  margin-bottom: 10px;
  position: relative; }
  @media (max-width: 1025px) {
    .ft_subpage {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .ft_subpage {
      height: 120px;
      margin-bottom: 30px; } }

.ft_img {
  height: 100%;
  position: relative; }
  .ft_img::before {
    background: rgba(0, 126, 91, 0.61);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.ft_wrap {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%; }

.ft_ttl {
  color: #fff;
  text-align: center; }

.ft_ttl_jp {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center; }
  @media (max-width: 767px) {
    .ft_ttl_jp {
      font-size: 2.4rem; } }

.ft_ttl_en {
  border: 1px solid #fff;
  display: inline-block;
  padding: 2px 10px;
  text-transform: capitalize; }

.ft_subpage_black {
  background-size: cover;
  background-position: 50%;
  position: relative;
  width: 100%; }
  .ft_subpage_black::after {
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  @media (min-width: 768px), print {
    .ft_subpage_black {
      padding: 90px 15px; } }
  @media (max-width: 767px) {
    .ft_subpage_black {
      padding: 50px 15px; } }

.ft_event_ttl_att {
  background: #dc1839;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 auto 30px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
  z-index: 1; }
  @media (min-width: 768px), print {
    .ft_event_ttl_att {
      font-size: 2rem;
      width: 270px; } }
  @media (max-width: 767px) {
    .ft_event_ttl_att {
      font-size: 1.6rem;
      width: 230px; } }
  .ft_event_ttl_att::after {
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #dc1839 transparent transparent transparent;
    bottom: -10px;
    content: "";
    height: 0;
    left: calc(50% - 9px);
    position: absolute;
    width: 0; }

@media (min-width: 768px), print {
  .ft_event_ttl_att_num {
    font-size: 3rem; } }
@media (max-width: 767px) {
  .ft_event_ttl_att_num {
    font-size: 2.6rem; } }

.ft_event_ttl {
  color: #ffcf30;
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 1; }
  @media (min-width: 768px), print {
    .ft_event_ttl {
      font-size: 6rem; } }
  @media (max-width: 767px) {
    .ft_event_ttl {
      font-size: 4rem; } }

.ft_event_subttl {
  color: #fff;
  display: block; }
  .ft_event_subttl img {
    display: inline-block;
    position: relative;
    top: 4px; }
  @media (min-width: 768px), print {
    .ft_event_subttl {
      font-size: 3.4rem; }
      .ft_event_subttl img {
        margin-right: 15px; } }
  @media (max-width: 767px) {
    .ft_event_subttl {
      font-size: 2.4rem; }
      .ft_event_subttl img {
        margin-right: 5px;
        width: 140px; } }

.sub_wrap_white {
  background: #fff; }
  @media (min-width: 768px), print {
    .sub_wrap_white {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .sub_wrap_white {
      padding-top: 40px;
      padding-bottom: 40px; } }

.sub_wrap_gr {
  background: #f1f5f4; }
  @media (min-width: 768px), print {
    .sub_wrap_gr {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .sub_wrap_gr {
      padding-top: 40px;
      padding-bottom: 40px; } }

.sub_wrap {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media (max-width: 1025px) {
    .sub_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .sub_wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.cmn_ttl {
  font-weight: 700;
  text-align: center; }
  @media (min-width: 768px), print {
    .cmn_ttl {
      margin-bottom: 60px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .cmn_ttl {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .cmn_ttl {
      margin-bottom: 30px; } }

.cmn_ttl_ja {
  display: block;
  margin-bottom: 2px; }
  @media (min-width: 768px), print {
    .cmn_ttl_ja {
      font-size: 5rem; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .cmn_ttl_ja {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    .cmn_ttl_ja {
      font-size: 3rem; } }

.cmn_ttl_en {
  color: #009d72;
  display: block; }
  @media (min-width: 768px), print {
    .cmn_ttl_en {
      font-size: 1.6rem; } }
  @media (max-width: 767px) {
    .cmn_ttl_en {
      font-size: 1.4rem; } }

.cmn_ttl_normal {
  font-weight: 700;
  text-align: center; }
  @media (min-width: 768px), print {
    .cmn_ttl_normal {
      font-size: 4rem;
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .cmn_ttl_normal {
      font-size: 2.8rem;
      margin-bottom: 15px; } }

.cmn_ttl_big {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px; }

.cmn_ttl_big_sub {
  display: block; }
  @media (min-width: 768px), print {
    .cmn_ttl_big_sub {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .cmn_ttl_big_sub {
      font-size: 1.6rem; } }

.cmn_ttl_big_highlight {
  color: #009d72;
  display: block; }
  @media (min-width: 768px), print {
    .cmn_ttl_big_highlight {
      font-size: 6rem; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .cmn_ttl_big_highlight {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    .cmn_ttl_big_highlight {
      font-size: 3rem; } }

.cmn_ttl_small {
  color: #009d72;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 768px), print {
    .cmn_ttl_small {
      font-size: 2.5rem; } }
  @media (max-width: 767px) {
    .cmn_ttl_small {
      font-size: 2rem; } }

.cmn_link_txt {
  color: #0000ee;
  text-decoration: underline; }
  .cmn_link_txt:hover {
    opacity: .7;
    text-decoration: none; }

.cmn_ttl_sub {
  color: #009d72;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 14px;
  position: relative; }
  .cmn_ttl_sub::before {
    background: #009d72;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 4px; }
  @media (min-width: 768px), print {
    .cmn_ttl_sub {
      margin-bottom: 30px; } }

.cmn_tbl .cmn_tbl_list {
  display: flex;
  flex-wrap: wrap; }
  .cmn_tbl .cmn_tbl_list dt {
    font-weight: 700; }
  .cmn_tbl .cmn_tbl_list dt, .cmn_tbl .cmn_tbl_list dd {
    flex: 1 1 auto;
    padding: 20px 10px; }
  .cmn_tbl .cmn_tbl_list:first-child dt, .cmn_tbl .cmn_tbl_list:first-child dd {
    padding-top: 0; }
  .cmn_tbl .cmn_tbl_list:nth-child(n+2) {
    border-top: 1px solid #e6e6e6; }

.cmn_3col_cont {
  gap: 20px; }
  @media (min-width: 768px), print {
    .cmn_3col_cont {
      display: flex; } }

.cmn_3col_box {
  background: #f1f5f4;
  padding: 30px 20px; }
  @media (min-width: 768px), print {
    .cmn_3col_box {
      width: calc((100% - 40px) /3 - .1px); } }
  @media (max-width: 767px) {
    .cmn_3col_box {
      margin-bottom: 20px; } }

.footer .container {
  font-size: 1.4rem; }

@media (min-width: 768px), print {
  .footer__weblink a,
  .footer__copyright {
    font-size: 1.4rem; } }
@media (max-width: 767px) {
  .footer__weblink a,
  .footer__copyright {
    font-size: 1.2rem; } }

.sub_event_intro {
  position: relative;
  text-align: center;
  position: relative; }

@media (min-width: 768px), print {
  .sub_event_intro_box p {
    line-height: 2; } }
@media (max-width: 767px) {
  .sub_event_intro_box {
    padding-bottom: 110px; }
    .sub_event_intro_box p {
      line-height: 1.8; } }

@media (min-width: 768px), print {
  .sub_event_intro_img01 {
    left: 0; } }
@media (max-width: 767px) {
  .sub_event_intro_img01 {
    left: 15%; } }

@media (min-width: 768px), print {
  .sub_event_intro_img02 {
    right: 0; } }
@media (max-width: 767px) {
  .sub_event_intro_img02 {
    right: 15%; } }

.sub_event_intro_img01,
.sub_event_intro_img02 {
  position: absolute; }
  @media (min-width: 768px), print {
    .sub_event_intro_img01,
    .sub_event_intro_img02 {
      bottom: -60px; } }
  @media (max-width: 767px) {
    .sub_event_intro_img01,
    .sub_event_intro_img02 {
      bottom: -25px; }
      .sub_event_intro_img01 img,
      .sub_event_intro_img02 img {
        height: 120px;
        width: auto; } }

.sub_event_info_box {
  background: #fff; }
  @media (min-width: 768px), print {
    .sub_event_info_box {
      display: flex;
      justify-content: space-between;
      padding: 50px; } }
  @media (max-width: 767px) {
    .sub_event_info_box {
      padding: 15px; } }

@media (min-width: 768px), print {
  .sub_event_info_detailbox {
    flex: 1 1 auto;
    width: 45%;
    max-width: 450px; } }

.sub_event_info_tbl .cmn_tbl_list dt {
  width: 80px; }
.sub_event_info_tbl .cmn_tbl_list dd {
  width: calc(100% - 80px); }

@media (min-width: 768px), print {
  .sub_event_info_imgbox {
    flex: 1 1 auto;
    width: 40%;
    max-width: 400px; } }

.sub_event_schedule_tbl {
  max-width: 900px;
  margin: 0 auto; }
  @media (min-width: 768px), print {
    .sub_event_schedule_tbl .cmn_tbl_list dt {
      width: 200px; }
    .sub_event_schedule_tbl .cmn_tbl_list dd {
      width: calc(100% - 200px); } }
  @media (max-width: 767px) {
    .sub_event_schedule_tbl .cmn_tbl_list dt {
      width: 100px; }
    .sub_event_schedule_tbl .cmn_tbl_list dd {
      width: calc(100% - 100px); } }

.event_contact {
  background: #009d72;
  position: relative; }
  @media (min-width: 768px), print {
    .event_contact {
      padding: 60px 0 100px; } }
  @media (max-width: 767px) {
    .event_contact {
      padding: 30px 15px; } }

.event_contact_ttl {
  align-items: flex-end;
  color: #fff;
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  justify-content: center;
  margin-bottom: 35px;
  text-align: center; }
  .event_contact_ttl::before, .event_contact_ttl::after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 30px;
    width: 3px; }
  .event_contact_ttl::before {
    margin-right: 20px;
    transform: rotate(-45deg); }
  .event_contact_ttl::after {
    margin-left: 20px;
    transform: rotate(45deg); }
  @media (max-width: 767px) {
    .event_contact_ttl {
      font-size: 2rem;
      margin-bottom: 25px; }
      .event_contact_ttl::before {
        margin-right: 10px;
        transform: rotate(-30deg);
        width: 2px; }
      .event_contact_ttl::after {
        margin-left: 10px;
        transform: rotate(30deg);
        width: 2px; } }

.event_contact_btn {
  max-width: 600px; }
  .event_contact_btn a {
    background: #ffcf30;
    border-radius: 65px;
    position: relative; }
    .event_contact_btn a::after {
      content: "";
      background: url("../img/cmn/ico-arrow-black.svg") center/contain no-repeat;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    @media (min-width: 768px), print {
      .event_contact_btn a {
        font-size: 3rem;
        padding: 40px; }
        .event_contact_btn a::after {
          height: 18px;
          right: 40px;
          width: 10px; } }
    @media (max-width: 767px) {
      .event_contact_btn a {
        font-size: 2rem;
        padding: 20px; }
        .event_contact_btn a::after {
          height: 13px;
          right: 15px;
          width: 7px; } }

.event_contact_img {
  bottom: -100px;
  position: absolute;
  right: 0;
  width: 13%; }
  @media (max-width: 767px) {
    .event_contact_img {
      display: none; } }

.sub_event_exhibit_list {
  margin: 0 auto;
  padding-left: 3%; }
  @media (min-width: 768px), print {
    .sub_event_exhibit_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 40px;
      width: 83%; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .sub_event_exhibit_list {
      width: 100%; } }
  @media (max-width: 767px) {
    .sub_event_exhibit_list {
      margin-bottom: 30px; } }
  .sub_event_exhibit_list li {
    font-weight: 700;
    position: relative; }
    .sub_event_exhibit_list li::before {
      background: #009d72;
      content: "";
      display: inline-block;
      left: 0;
      position: absolute; }
    @media (min-width: 768px), print {
      .sub_event_exhibit_list li {
        font-size: 2rem;
        margin-bottom: 20px;
        padding-left: 30px;
        width: 48%; }
        .sub_event_exhibit_list li::before {
          height: 13px;
          top: 10px;
          width: 13px; } }
    @media (max-width: 767px) {
      .sub_event_exhibit_list li {
        font-size: 1.6rem;
        margin-bottom: 10px;
        padding-left: 15px; }
        .sub_event_exhibit_list li::before {
          height: 8px;
          top: 8px;
          width: 8px; } }

.sub_event_products_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center; }

@media (min-width: 768px), print {
  .sub_event_products_list_box {
    width: 23%; }
    .sub_event_products_list_box p {
      margin-bottom: 6px; } }
@media (max-width: 767px) {
  .sub_event_products_list_box {
    width: 48%; } }

.sub_event_products_list_ttl {
  font-weight: 700; }

.sub_event_friendly_box {
  position: relative; }
  @media (min-width: 768px), print {
    .sub_event_friendly_box {
      margin-bottom: 60px; } }

@media (min-width: 768px), print {
  .sub_event_friendly_img {
    right: 0;
    position: relative;
    width: 55%;
    z-index: 2; } }
@media (max-width: 767px) {
  .sub_event_friendly_img {
    width: 100%; } }

.sub_event_friendly_cont {
  background: #fff; }
  @media (min-width: 768px), print {
    .sub_event_friendly_cont {
      bottom: -60px;
      padding: 8% 5% 7% 15%;
      position: absolute;
      right: 0;
      width: 55%;
      z-index: 1; }
      .sub_event_friendly_cont p {
        margin-bottom: 20px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .sub_event_friendly_cont {
      padding: 5% 5% 3% 15%; } }
  @media (max-width: 767px) {
    .sub_event_friendly_cont {
      padding: 15px;
      width: 100%; }
      .sub_event_friendly_cont p {
        margin-bottom: 10px; } }

.container .info dl dt, .container .info dl dd {
  font-size: 1.5rem; }

.info_list dl dt, .info_list dl dd {
  font-size: 1.6rem; }
.info_list dl dt span {
  font-size: 1.2rem; }

.news__content ins {
  background-color: #d4fcbc;
  text-decoration: none; }
.news__content .news_logistech_ttl {
  font-size: 4rem; }
  @media (max-width: 767px) {
    .news__content .news_logistech_ttl {
      font-size: 3rem; } }
.news__content .news_logistech_ttl02 {
  font-size: 2.6rem;
  font-weight: 700; }
  @media (max-width: 767px) {
    .news__content .news_logistech_ttl02 {
      font-size: 2rem; } }
.news__content .news_logistech_ttl03 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #009d72;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .news__content .news_logistech_ttl03 {
      font-size: 2rem; } }
.news__content .news_logistech_venue {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .news__content .news_logistech_venue img {
    display: block;
    margin-bottom: 16px;
    width: 49%; }
.news__content .news_logistech_product {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 0 auto 30px;
  max-width: 790px; }
  @media (max-width: 767px) {
    .news__content .news_logistech_product {
      gap: 10px;
      margin: 0 10px; } }
  .news__content .news_logistech_product li {
    text-align: center;
    width: calc((100% - 40px) / 3 - .1px); }
    @media (max-width: 767px) {
      .news__content .news_logistech_product li {
        width: calc((100% - 10px) / 2 - .1px); } }
    .news__content .news_logistech_product li .news_logistech_product_txt {
      margin: 5px 0; }
      .news__content .news_logistech_product li .news_logistech_product_txt a {
        text-decoration: underline; }
.news__content .news_logistech_product02 {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  max-width: 810px; }
  .news__content .news_logistech_product02 li {
    margin: 5px 10px; }
    .news__content .news_logistech_product02 li a {
      display: block; }
      .news__content .news_logistech_product02 li a .news_logistech_product02_txt {
        text-decoration: underline; }
      .news__content .news_logistech_product02 li a:hover .news_logistech_product02_txt {
        text-decoration: none; }
    .news__content .news_logistech_product02 li .news_logistech_product02_txt {
      display: block;
      margin: 5px 0;
      text-align: center; }
.news__content .news_logistech_product_note {
  background: #eee;
  padding: 10px;
  max-width: 420px;
  margin: 0 auto;
  text-align: center; }
.news__content .news_logistech_btn_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center; }
.news__content .news_logistech_btn {
  margin-bottom: 40px; }
  @media (min-width: 768px), print {
    .news__content .news_logistech_btn {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 768px), print {
    .news__content .news_logistech_btn li {
      width: 32%; } }
  @media (max-width: 767px) {
    .news__content .news_logistech_btn li {
      width: 90%;
      margin: 0 auto 12px; } }
  .news__content .news_logistech_btn li a {
    background: #009d72;
    border-bottom: 6px solid #005e44;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100%; }
    .news__content .news_logistech_btn li a:hover {
      margin-top: 4px;
      border-bottom: 2px solid #005e44;
      height: 96px; }
    .news__content .news_logistech_btn li a img {
      margin-bottom: 4px;
      margin-right: 10px;
      vertical-align: middle; }
  .news__content .news_logistech_btn li:nth-child(even) a {
    background: #005e44;
    border-bottom: 6px solid #002E21; }
    .news__content .news_logistech_btn li:nth-child(even) a:hover {
      border-bottom: 2px solid #002E21; }
.news__content .news_logistech_tel {
  text-align: center; }
  .news__content .news_logistech_tel strong {
    font-size: 3.2rem;
    font-family: 'BarlowM';
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 5px;
    color: #009d72; }
.news__content .news_logistech_tbl tr th, .news__content .news_logistech_tbl tr td {
  padding: 15px 20px; }
.news__content .news_logistech_tbl tr th {
  background: #EEF9F6;
  text-align: center; }
.news__content .news_logistech_exhi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px; }
  .news__content .news_logistech_exhi li {
    margin: 0 15px 30px; }
    @media (max-width: 767px) {
      .news__content .news_logistech_exhi li {
        width: 42%; } }
.news__content .news_logistech_exhi02 p {
  text-align: center; }
.news__content .news_logistech_exhi02 .news_logistech_exhi02_img {
  margin-bottom: 10px; }
@media (min-width: 768px), print {
  .news__content .news_logistech_exhi02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .news__content .news_logistech_exhi02 .news_logistech_exhi02_box {
      margin-bottom: 30px;
      width: 48%; } }
@media (max-width: 767px) {
  .news__content .news_logistech_exhi02 .news_logistech_exhi02_box {
    margin-bottom: 20px; } }
.news__content .news_logistech_request_li {
  background: #EEF9F6;
  margin: 0 auto;
  padding: 30px 50px;
  width: 100%;
  max-width: 800px; }
  @media (max-width: 767px) {
    .news__content .news_logistech_request_li {
      padding: 20px;
      text-align: center; } }
  .news__content .news_logistech_request_li li {
    display: flex; }
    @media (max-width: 767px) {
      .news__content .news_logistech_request_li li {
        flex-direction: column;
        margin-bottom: 10px; } }
    .news__content .news_logistech_request_li li .news_logistech_request_li_ttl {
      color: #009d72;
      font-weight: 700; }
      @media (min-width: 768px), print {
        .news__content .news_logistech_request_li li .news_logistech_request_li_ttl {
          width: 180px; } }
      @media (max-width: 767px) {
        .news__content .news_logistech_request_li li .news_logistech_request_li_ttl {
          display: block; } }
    @media (min-width: 768px), print {
      .news__content .news_logistech_request_li li .news_logistech_request_li_txt {
        width: calc(100% - 180px); } }
.news__content a:hover {
  opacity: .7;
  text-decoration: none; }
.news__content .news_logistech_point {
  background: #eee; }
  @media (min-width: 768px), print {
    .news__content .news_logistech_point {
      margin: 0 auto;
      padding: 50px;
      width: fit-content; } }
  @media (max-width: 767px) {
    .news__content .news_logistech_point {
      padding: 20px; } }
  .news__content .news_logistech_point .news_logistech_point_list {
    margin: 0 auto;
    width: fit-content; }
    .news__content .news_logistech_point .news_logistech_point_list > li {
      font-size: 1.8rem;
      font-weight: 700;
      margin-top: 16px;
      padding-left: 32px;
      position: relative; }
      .news__content .news_logistech_point .news_logistech_point_list > li:first-child {
        margin-top: 0; }
      .news__content .news_logistech_point .news_logistech_point_list > li::before {
        color: #009d72;
        content: '\0f058';
        display: inline-block;
        font-family: 'Awesome';
        left: 0;
        font-size: 2.2rem;
        font-weight: normal;
        position: absolute; }
      .news__content .news_logistech_point .news_logistech_point_list > li ul li {
        font-size: 1.6rem;
        font-weight: 400;
        margin-top: 16px;
        padding-left: 20px;
        position: relative; }
        .news__content .news_logistech_point .news_logistech_point_list > li ul li::before {
          content: "－";
          left: 0;
          position: absolute; }
.news__content .news_logistech_grbox {
  background: #eee;
  text-align: center; }
  @media (min-width: 768px), print {
    .news__content .news_logistech_grbox {
      padding: 30px; } }
  @media (max-width: 767px) {
    .news__content .news_logistech_grbox {
      padding: 20px; } }
  @media (min-width: 768px), print {
    .news__content .news_logistech_grbox p {
      font-size: 1.8rem; } }

.mw_wp_form .mwform-radio-field label input[type="radio"] {
  width: auto; }

.download_zebra_wrap {
  background: #000;
  margin-bottom: 40px !important;
  padding: 30px; }
  .download_zebra_wrap .download_zebra_ttl {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center; }
    .download_zebra_wrap .download_zebra_ttl img {
      display: inline-block;
      margin-right: 8px;
      position: relative;
      top: 4px; }
  .download_zebra_wrap .download_zebra_txt {
    color: #fff;
    margin-bottom: 20px;
    text-align: center; }
  .download_zebra_wrap .cmn_btn a {
    background: #fff; }
    .download_zebra_wrap .cmn_btn a img {
      display: inline-block;
      margin-right: 12px;
      position: relative;
      top: -3px; }

.youtube_wrap {
  width: 100%;
  aspect-ratio: 16 / 9; }

.youtube_wrap iframe {
  width: 100%;
  height: 100%; }

.content__header--ja {
  margin-top: -120px;
  padding-top: 120px; }

.list_products {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1025px) {
    .list_products {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .list_products {
      padding: 0; } }

.list_products_item {
  border: 1px solid #ccc; }
  .list_products_item a {
    transition: all 0.2s linear 0s; }
    .list_products_item a:hover {
      opacity: .7; }
  .list_products_item .list__item__image {
    line-height: 1.6;
    position: relative; }
  @media (min-width: 768px), print {
    .list_products_item {
      margin-left: 3.5%;
      margin-bottom: 28px;
      padding: 15px;
      width: 31%; }
      .list_products_item:nth-child(3n+1) {
        margin-left: 0; } }
  @media (max-width: 1025px) {
    .list_products_item {
      margin-left: 2%;
      margin-bottom: 14px;
      width: 32%; } }
  @media (max-width: 767px) {
    .list_products_item {
      margin-left: 2%;
      margin-bottom: 15px;
      padding: 10px;
      width: 48%; }
      .list_products_item:nth-child(2n+1) {
        margin-left: 0; }
      .list_products_item .list__item__image {
        margin-bottom: 0;
        padding: 10px; } }

.product_label {
  color: #fff;
  display: block;
  font-weight: bold;
  left: 0;
  opacity: .8;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  z-index: 1; }
  @media (min-width: 768px), print {
    .product_label {
      font-size: 1.5rem; } }
  @media (max-width: 767px) {
    .product_label {
      font-size: 1.2rem; } }

.product_label_new {
  background: #e62444; }

.product_label_recommend {
  background: #d77e00; }

.product_label_sale {
  background: #3386c5; }

.product_label_stockonly {
  background: #62237c; }

.product_label_end {
  background: #888; }

.list_products_title {
  font-weight: bold;
  padding: 5px 0 10px;
  text-align: center; }
  @media (min-width: 768px), print {
    .list_products_title {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .list_products_title {
      font-size: 1.6rem; } }

.list_products_txt {
  margin-bottom: 10px; }

.list_products_btn {
  background: #009d72;
  color: #fff;
  padding: 5px;
  text-align: center; }

.product_points {
  background: #f7f7f7;
  padding: 10px; }
  .product_points li {
    margin-bottom: 6px;
    position: relative; }
    .product_points li::before {
      background: url("../img/cmn/ico-check.svg") no-repeat;
      content: "";
      display: block;
      position: absolute; }
    @media (min-width: 768px), print {
      .product_points li {
        font-size: 1.6rem;
        padding-left: 20px; }
        .product_points li::before {
          height: 16px;
          left: 0;
          top: 5px;
          width: 16px; } }
    @media (max-width: 767px) {
      .product_points li {
        font-size: 1.4rem;
        padding-left: 16px; }
        .product_points li::before {
          height: 12px;
          left: 0;
          top: 7px;
          width: 12px; } }

.product_eop {
  background: #f7f7f7;
  padding: 10px 14px; }
  .product_eop .product_eoplink_ttl {
    color: #009d72;
    font-weight: bold;
    margin-bottom: 6px; }
  .product_eop a {
    text-decoration: underline; }
    .product_eop a:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    .product_eop p {
      font-size: 1.4rem !important; } }

.product_catbnr_wrap {
  margin-bottom: 50px; }
  .product_catbnr_wrap a {
    background: linear-gradient(to right, #fffccc, #ffe0d8);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition: all 0.2s linear 0s; }
    .product_catbnr_wrap a:hover {
      opacity: .7; }
    @media (min-width: 768px), print {
      .product_catbnr_wrap a {
        border: 1px solid #ecedee;
        display: flex;
        height: 100px;
        padding: 5px;
        position: relative;
        max-width: 788px; } }
    @media (max-width: 767px) {
      .product_catbnr_wrap a {
        display: block;
        max-width: 320px; } }

.product_catbnr_ttl {
  background: #000;
  color: #fff;
  line-height: 1.5;
  text-align: center; }
  @media (min-width: 768px), print {
    .product_catbnr_ttl {
      border: 1px solid #fff;
      margin: 3px 30px 3px 3px;
      outline: solid 3px #000;
      padding: 20px; } }
  @media (max-width: 767px) {
    .product_catbnr_ttl {
      padding: 2px; }
      .product_catbnr_ttl br {
        display: none; } }

@media (min-width: 768px), print {
  .product_catbnr_cont {
    align-self: center; } }
@media (max-width: 767px) {
  .product_catbnr_cont {
    padding: 10px; } }

.product_catbnr_txt01 {
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  text-shadow: 1px 1px 0 #fffccc, -1px 1px 0 #fffccc, 1px -1px 0 #fffccc, -1px -1px 0 #fffccc;
  z-index: 2; }
  @media (min-width: 768px), print {
    .product_catbnr_txt01 {
      font-size: 3.4rem;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .product_catbnr_txt01 {
      font-size: 2.4rem;
      margin-bottom: 5px; } }

.product_catbnr_txt02 {
  font-weight: bold;
  line-height: 1.4; }
  @media (min-width: 768px), print {
    .product_catbnr_txt02 {
      font-size: 1.4rem; }
      .product_catbnr_txt02 br {
        display: none; } }
  @media (max-width: 767px) {
    .product_catbnr_txt02 {
      font-size: 1.3rem; } }

.product_catbnr_linktxt {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 5px;
  color: #fff;
  padding: 10px 30px 10px 15px;
  position: absolute;
  right: 5px; }
  @media (max-width: 767px) {
    .product_catbnr_linktxt {
      display: none; } }
  .product_catbnr_linktxt::after {
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    position: absolute;
    right: 10px;
    top: 13px; }

.product_catbnr_img {
  position: absolute;
  width: 100%; }
  @media (min-width: 768px), print {
    .product_catbnr_img {
      top: 5px;
      right: 20px;
      max-width: 200px; } }
  @media (max-width: 767px) {
    .product_catbnr_img {
      right: 5px;
      max-width: 100px;
      top: 64px; } }
  .product_catbnr_img img {
    width: 100%; }

.product_new_wrap h2 {
  color: #009d72 !important;
  font-weight: bold; }
  @media (min-width: 768px), print {
    .product_new_wrap h2 {
      font-size: 2.4rem !important; } }
  @media (max-width: 767px) {
    .product_new_wrap h2 {
      font-size: 2rem !important; } }
.product_new_wrap h3 {
  line-height: 1.5;
  margin-bottom: 18px;
  margin-top: 50px;
  position: relative; }
  @media (min-width: 768px), print {
    .product_new_wrap h3 {
      font-size: 2.4rem !important;
      padding-left: 38px; } }
  @media (max-width: 767px) {
    .product_new_wrap h3 {
      font-size: 2rem !important;
      margin-top: 30px;
      padding-left: 30px; } }
  .product_new_wrap h3::before {
    transition: all 0.2s linear 0s;
    color: #009d72;
    content: '\0f058';
    display: inline-block;
    font-family: 'Awesome';
    font-weight: normal;
    left: 0;
    position: absolute;
    top: -5px; }
    @media (min-width: 768px), print {
      .product_new_wrap h3::before {
        font-size: 3.5rem; } }
    @media (max-width: 767px) {
      .product_new_wrap h3::before {
        font-size: 2.6rem; } }
.product_new_wrap h4 {
  color: #009d72 !important;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px; }
  @media (min-width: 768px), print {
    .product_new_wrap h4 {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .product_new_wrap h4 {
      font-size: 1.8rem; } }
.product_new_wrap table tr {
  display: table-row !important; }
.product_new_wrap table th,
.product_new_wrap table td {
  display: table-cell; }
.product_new_wrap a {
  color: #0000ee;
  text-decoration: underline; }
  .product_new_wrap a:hover {
    opacity: .7;
    text-decoration: none; }

@media (min-width: 768px), print {
  .product_new_inline {
    margin: 100px auto; } }
@media (max-width: 767px) {
  .product_new_inline {
    margin: 50px auto; } }

.product_new_ttl {
  color: #000;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 768px), print {
    .product_new_ttl {
      font-size: 4rem;
      margin-bottom: 30px !important; } }
  @media (max-width: 767px) {
    .product_new_ttl {
      font-size: 2rem; } }

.product_new_mv video {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px; }
@media (min-width: 768px), print {
  .product_new_mv {
    margin-bottom: 80px; } }
@media (max-width: 767px) {
  .product_new_mv {
    margin-bottom: 40px; } }

.product_new_txtgr {
  color: #009d72;
  font-weight: bold; }

.product_new_highlight {
  background: #fde092; }

.product_new_iconbox {
  margin-bottom: 40px; }
  @media (min-width: 768px), print {
    .product_new_iconbox {
      display: flex;
      justify-content: space-between; } }

.product_new_iconbox_img {
  width: 100%; }
  @media (min-width: 768px), print {
    .product_new_iconbox_img {
      max-width: 155px; } }
  @media (max-width: 767px) {
    .product_new_iconbox_img {
      margin: 0 auto 20px;
      max-width: 120px; } }

.product_new_iconbox_txt {
  width: 100%; }
  @media (min-width: 768px), print {
    .product_new_iconbox_txt {
      max-width: calc(100% - 190px); } }

.product_new_pintro {
  text-align: center; }
  @media (min-width: 768px), print {
    .product_new_pintro {
      font-size: 2rem;
      margin-bottom: 50px !important; } }
  @media (max-width: 767px) {
    .product_new_pintro {
      font-size: 1.6rem; } }

.product_new_pflex {
  display: flex;
  flex-wrap: wrap; }

.product_new_pbox {
  background: #f7f7f7; }
  @media (min-width: 768px), print {
    .product_new_pbox {
      border-radius: 20px;
      margin-bottom: 20px;
      margin-right: 20px;
      padding: 30px;
      width: calc((100% - 40px) / 3 - .1px); }
      .product_new_pbox:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .product_new_pbox {
      border-radius: 10px;
      margin-bottom: 10px;
      margin-right: 10px;
      padding: 20px 15px;
      width: 100%; }
      .product_new_pbox:nth-child(even) {
        margin-right: 0; } }

.product_new_pico {
  width: auto;
  max-width: 120px; }
  @media (min-width: 768px), print {
    .product_new_pico {
      margin: 0 auto 20px !important; } }
  @media (max-width: 767px) {
    .product_new_pico {
      margin: 0 auto 10px !important; } }

.product_new_pttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center; }
  .product_new_pttl::before {
    content: none; }

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

.product_new_patt {
  color: #555;
  font-size: 1.3rem;
  margin-bottom: 0 !important; }

.product_new_img_center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

@font-face {
  font-family: 'Awesome';
  src: url("../font/fontawesome-webfont.ttf"); }
.product_single_page_wrap {
  display: block; }
  .product_single_page_wrap .support_zebra_top {
    margin-bottom: 0; }
  .product_single_page_wrap .service_outline {
    margin-bottom: 0; }

@media (min-width: 768px), print {
  h1 .prod_ttl {
    margin: 0; } }

h1 .prod_ttl_sub {
  border-color: #000;
  font-weight: bold; }
  @media (min-width: 768px), print {
    h1 .prod_ttl_sub {
      font-size: 1.6rem; } }
  @media (max-width: 767px) {
    h1 .prod_ttl_sub {
      font-size: 1.5rem; } }

.prod_sgl_control {
  background: #ecedef;
  border-bottom: 8px solid #009d72; }
  @media (min-width: 768px), print {
    .prod_sgl_control {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .prod_sgl_control {
      border-bottom-width: 5px;
      margin-bottom: 30px; } }

.prod_sgl_control_list {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 60px; }
  @media (max-width: 1025px) {
    .prod_sgl_control_list {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .prod_sgl_control_list {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .prod_sgl_control_list {
      padding-left: 0;
      padding-right: 0; } }
  .prod_sgl_control_list li {
    border-right: 1px solid #fff;
    height: 100%;
    width: 100%; }
    @media (min-width: 768px), print {
      .prod_sgl_control_list li br {
        display: none; } }
    .prod_sgl_control_list li:last-child {
      border: none; }
    .prod_sgl_control_list li a {
      align-items: center;
      color: #009d72;
      display: flex;
      justify-content: center;
      height: 100%;
      text-decoration: none;
      text-align: center;
      width: 100%; }
      @media (max-width: 767px) {
        .prod_sgl_control_list li a {
          font-size: 1.3rem; } }
      .prod_sgl_control_list li a:hover {
        background: #009d72;
        color: #f7f7f7; }
      .prod_sgl_control_list li a.active {
        background: #009d72;
        color: #f7f7f7; }

.prod_sgl_content {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media (max-width: 1025px) {
    .prod_sgl_content {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .prod_sgl_content {
      padding-left: 15px;
      padding-right: 15px; } }
  .prod_sgl_content a {
    color: #0000ee;
    text-decoration: underline; }
    .prod_sgl_content a:hover {
      text-decoration: none; }

.prod_sgl_block {
  display: block; }

.prod_sgl_lead {
  align-items: center;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1026px), print {
    .prod_sgl_lead {
      flex-direction: row-reverse;
      gap: 50px;
      margin-bottom: 80px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_lead {
      flex-direction: row-reverse;
      gap: 20px;
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .prod_sgl_lead {
      flex-direction: column;
      gap: 40px;
      margin-bottom: 60px; } }

.prod_sgl_photos {
  position: relative; }
  @media (min-width: 1026px), print {
    .prod_sgl_photos {
      width: 50%; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_photos {
      width: 48%; } }
  @media (max-width: 767px) {
    .prod_sgl_photos {
      width: 100%; } }
  .prod_sgl_photos .product_label {
    left: auto;
    right: 0; }
    @media (min-width: 768px), print {
      .prod_sgl_photos .product_label {
        font-size: 1.8rem; } }
    @media (max-width: 767px) {
      .prod_sgl_photos .product_label {
        font-size: 1.5rem; } }

.prod_sgl_slide .slick-slide img {
  margin: 0 auto; }
.prod_sgl_slide .slick-dots li button::before {
  font-size: 1.5rem; }

.prod_sgl_intro {
  font-weight: 700; }
  @media (max-width: 767px) {
    .prod_sgl_intro {
      width: 100%; } }

@media (min-width: 1026px), print {
  .prod_sgl_code {
    font-size: 3rem; } }
@media (max-width: 1025px) and (min-width: 768px) {
  .prod_sgl_code {
    font-size: 2.4rem; } }
@media (max-width: 767px) {
  .prod_sgl_code {
    font-size: 2.2rem; } }

.prod_sgl_ttl {
  color: #009d72;
  line-height: 1.5; }
  @media (min-width: 1026px), print {
    .prod_sgl_ttl {
      font-size: 4rem;
      padding-bottom: 26px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_ttl {
      font-size: 3rem;
      padding-bottom: 15px; } }
  @media (max-width: 767px) {
    .prod_sgl_ttl {
      font-size: 2.8rem;
      padding-bottom: 15px; } }

.prod_sgl_notice {
  background: #f7f7f7;
  margin-top: 20px;
  padding: 20px; }

.prod_sgl_notice_ttl {
  color: #009d72;
  font-weight: bold; }

.prod_sgl_notice_cont {
  font-weight: bold; }
  @media (min-width: 1026px), print {
    .prod_sgl_notice_cont span {
      font-size: 3rem; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_notice_cont span {
      font-size: 2.4rem; } }
  @media (max-width: 767px) {
    .prod_sgl_notice_cont span {
      font-size: 2.2rem; } }

.prod_sgl_salient_features li {
  display: block;
  position: relative; }
  @media (min-width: 1026px), print {
    .prod_sgl_salient_features li {
      font-size: 2rem;
      padding: 10px 0 10px 28px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_salient_features li {
      font-size: 1.7rem;
      padding: 10px 0 10px 25px; } }
  @media (max-width: 767px) {
    .prod_sgl_salient_features li {
      font-size: 1.8rem;
      padding: 8px 0 8px 25px; } }
  .prod_sgl_salient_features li::before {
    color: #009d72;
    content: '\0f058';
    display: inline-block;
    font-family: 'Awesome';
    left: 0;
    font-weight: normal;
    position: absolute; }
    @media (min-width: 1026px), print {
      .prod_sgl_salient_features li::before {
        font-size: 2.6rem;
        top: 6px; } }
    @media (max-width: 1025px) and (min-width: 768px) {
      .prod_sgl_salient_features li::before {
        font-size: 2.2rem;
        top: 8px; } }
    @media (max-width: 767px) {
      .prod_sgl_salient_features li::before {
        font-size: 2rem;
        top: 5px; } }

@media (min-width: 768px), print {
  .prod_sgl_labels {
    margin-bottom: 105px; } }
@media (max-width: 767px) {
  .prod_sgl_labels {
    margin-bottom: 60px; } }

.prod_sgl_lbl_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px; }
  @media (min-width: 768px), print {
    .prod_sgl_lbl_list {
      gap: 10px;
      padding: 0 0 0 15px; } }
  @media (max-width: 767px) {
    .prod_sgl_lbl_list {
      justify-content: center;
      gap: 8px; } }
  .prod_sgl_lbl_list li {
    cursor: pointer;
    position: relative; }
    @media (min-width: 768px), print {
      .prod_sgl_lbl_list li:hover img {
        opacity: .7; } }
    @media (max-width: 767px) {
      .prod_sgl_lbl_list li {
        max-width: 109px; } }

.ui-tooltip,
.arrow:after {
  background: #000;
  border: none;
  box-shadow: none; }

.ui-tooltip {
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  opacity: 1; }

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px; }

.arrow.top {
  top: -16px;
  bottom: auto; }

.arrow.left {
  left: 20%; }

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.arrow.top:after {
  bottom: -20px;
  top: auto; }

.prod_sgl_lbl_note {
  font-size: 1.4rem; }
  .prod_sgl_lbl_note a:hover {
    opacity: .7;
    text-decoration: none; }

.prod_sgl_detail {
  display: block;
  position: relative; }

.prod_sgl_download_catolog {
  align-items: center;
  background: #ddf1fc;
  display: flex;
  max-width: 800px;
  position: relative; }
  @media (min-width: 1026px), print {
    .prod_sgl_download_catolog {
      justify-content: flex-end;
      height: 200px;
      margin: 0 auto 80px; } }
  @media (max-width: 1025px) {
    .prod_sgl_download_catolog {
      justify-content: flex-end;
      height: 200px;
      margin: 0 auto 80px; } }
  @media (max-width: 767px) {
    .prod_sgl_download_catolog {
      height: auto;
      margin: 0 auto 60px;
      padding: 20px 0 60px; } }
  .prod_sgl_download_catolog::before {
    background: url(../img/product-single/img-download.svg) 0 0 no-repeat;
    content: "";
    position: absolute; }
    @media (min-width: 1026px), print {
      .prod_sgl_download_catolog::before {
        background-size: cover;
        bottom: 0;
        height: 230px;
        left: 60px;
        width: 266px; } }
    @media (max-width: 1025px) and (min-width: 768px) {
      .prod_sgl_download_catolog::before {
        background-size: cover;
        bottom: 0;
        height: 230px;
        left: 0px;
        width: 266px; } }
    @media (max-width: 767px) {
      .prod_sgl_download_catolog::before {
        background-size: contain;
        height: 26vw;
        left: -10px;
        width: 30vw;
        bottom: -55px; } }

.prod_sgl_download {
  text-align: center;
  max-width: 490px;
  width: 100%; }

.prod_sgl_download_ttl {
  font-weight: 700; }
  @media (min-width: 768px), print {
    .prod_sgl_download_ttl {
      font-size: 4rem;
      padding-bottom: 6px; } }
  @media (max-width: 767px) {
    .prod_sgl_download_ttl {
      font-size: 3rem;
      padding-bottom: 15px; } }

.prod_sgl_download_btn {
  width: 100%; }
  @media (min-width: 768px), print {
    .prod_sgl_download_btn {
      height: 60px;
      margin: 6px auto 0;
      max-width: 350px; } }
  @media (max-width: 767px) {
    .prod_sgl_download_btn {
      height: 56px;
      margin: 0 auto 0;
      max-width: 300px; } }
  .prod_sgl_download_btn a {
    transition: all 0.2s linear 0s;
    align-items: center;
    background: url(../img/product-single/ico-download.png) #000 35px center/16px auto no-repeat;
    border-radius: 35px;
    color: #fff;
    display: flex;
    font-weight: 700;
    justify-content: center;
    height: 100%;
    padding-left: 25px;
    text-decoration: none; }
    @media (min-width: 768px), print {
      .prod_sgl_download_btn a {
        background-position: 35px center;
        font-size: 1.8rem; } }
    @media (max-width: 767px) {
      .prod_sgl_download_btn a {
        background-position: 28px center;
        font-size: 1.6rem; } }
    .prod_sgl_download_btn a:hover {
      background-color: #009d72; }

.prod_sgl_field_ttl {
  font-weight: 700;
  text-align: center; }
  @media (min-width: 1026px), print {
    .prod_sgl_field_ttl {
      font-size: 4rem;
      padding-bottom: 25px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_field_ttl {
      font-size: 3.4rem;
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .prod_sgl_field_ttl {
      font-size: 2.8rem;
      padding-bottom: 25px; } }

@media (min-width: 768px), print {
  .prod_sgl_field_txt {
    padding-bottom: 60px;
    text-align: center; } }
@media (max-width: 767px) {
  .prod_sgl_field_txt {
    padding-bottom: 40px; } }

.prod_sgl_row_group {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px), print {
    .prod_sgl_row_group {
      gap: 80px;
      margin-bottom: 80px; }
      .prod_sgl_row_group .prod_sgl_box:nth-child(even) {
        flex-direction: row-reverse; } }
  @media (max-width: 767px) {
    .prod_sgl_row_group {
      gap: 60px;
      margin-bottom: 60px; } }

.prod_sgl_box {
  align-items: center;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1026px), print {
    .prod_sgl_box {
      gap: 50px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_box {
      gap: 20px; } }
  @media (max-width: 767px) {
    .prod_sgl_box {
      flex-direction: column;
      gap: 20px; } }

@media (min-width: 1026px), print {
  .prod_sgl_img {
    height: 50%;
    width: 50%; }
    .prod_sgl_img img {
      height: 100%;
      object-fit: cover;
      width: 100%; } }
@media (max-width: 1025px) and (min-width: 768px) {
  .prod_sgl_img {
    height: 47%;
    width: 47%; }
    .prod_sgl_img img {
      height: 100%;
      object-fit: cover;
      width: 100%; } }
@media (max-width: 767px) {
  .prod_sgl_img {
    height: 240px;
    margin: 0 auto;
    width: 80%; }
    .prod_sgl_img img {
      height: 100%;
      object-fit: contain;
      width: 100%; } }

.prod_sgl_description {
  flex: 1 1 0%; }

.prod_sgl_subttl {
  font-weight: 700;
  line-height: 1.4; }
  @media (min-width: 1026px), print {
    .prod_sgl_subttl {
      font-size: 3.2rem;
      padding-bottom: 30px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_subttl {
      font-size: 2.6rem;
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .prod_sgl_subttl {
      font-size: 2.2rem;
      padding-bottom: 15px; } }

.prod_sgl_mid_box {
  background: #f7f7f7; }
  @media (min-width: 1026px), print {
    .prod_sgl_mid_box {
      margin-bottom: 80px;
      padding: 40px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_mid_box {
      margin-bottom: 80px;
      padding: 30px; } }
  @media (max-width: 767px) {
    .prod_sgl_mid_box {
      margin-bottom: 60px;
      padding: 30px 20px; } }

.prod_sgl_performance_ttl {
  color: #009d72;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 1026px), print {
    .prod_sgl_performance_ttl {
      font-size: 2.6rem;
      padding-bottom: 26px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_performance_ttl {
      font-size: 2.2rem;
      padding-bottom: 16px; } }
  @media (max-width: 767px) {
    .prod_sgl_performance_ttl {
      font-size: 2rem;
      padding-bottom: 16px; } }

@media (min-width: 768px), print {
  .prod_sgl_performance_txt {
    padding-bottom: 30px;
    text-align: center; } }
@media (max-width: 767px) {
  .prod_sgl_performance_txt {
    padding-bottom: 20px; } }

.prod_sgl_performance_box {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1026px), print {
    .prod_sgl_performance_box {
      gap: 50px;
      margin: 0 60px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_performance_box {
      gap: 20px; } }
  @media (max-width: 767px) {
    .prod_sgl_performance_box {
      flex-direction: column; } }

@media (min-width: 1026px), print {
  .prod_sgl_performance_img {
    width: 320px; } }
@media (max-width: 1025px) and (min-width: 768px) {
  .prod_sgl_performance_img {
    width: 280px; } }
@media (max-width: 767px) {
  .prod_sgl_performance_img {
    margin: 0 auto;
    max-width: 280px;
    text-align: center; } }

.prod_sgl_performance_content {
  flex: 1 1 0%; }

.prod_sgl_performance_list dt {
  font-weight: 700; }
@media (min-width: 768px), print {
  .prod_sgl_performance_list dd {
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  .prod_sgl_performance_list dd {
    padding-bottom: 20px; } }
.prod_sgl_performance_list dd:last-child {
  padding-bottom: 0; }

.prod_sgl_dustproof {
  color: #d21132; }

.prod_sgl_waterproof {
  color: #008af3; }

@media (min-width: 768px), print {
  .prod_sgl_standard {
    margin-bottom: 80px; } }
@media (max-width: 767px) {
  .prod_sgl_standard {
    margin-bottom: 60px; } }

.prod_sgl_ttl01 {
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1026px), print {
    .prod_sgl_ttl01 {
      font-size: 3.4rem; }
      .prod_sgl_ttl01 br {
        display: none; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_ttl01 {
      font-size: 3rem; }
      .prod_sgl_ttl01 br {
        display: none; } }
  @media (max-width: 767px) {
    .prod_sgl_ttl01 {
      font-size: 2.2rem; } }

.prod_sgl_stand_list {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px), print {
    .prod_sgl_stand_list {
      gap: 20px; } }
  @media (max-width: 767px) {
    .prod_sgl_stand_list {
      gap: 20px 10px; } }

.prod_sgl_stand_box {
  background: #f7f7f7;
  border-radius: 20px; }
  @media (min-width: 1026px), print {
    .prod_sgl_stand_box {
      padding: 30px;
      width: calc((100% - 40px) / 3 - 0.1px); } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_stand_box {
      padding: 30px 20px;
      width: calc((100% - 40px) / 3 - 0.1px); } }
  @media (max-width: 767px) {
    .prod_sgl_stand_box {
      padding: 20px 10px;
      width: calc((100% - 10px) / 2 - 0.1px); } }

.prod_sgl_stand_icon {
  margin: 0 auto 18px; }
  @media (min-width: 768px), print {
    .prod_sgl_stand_icon {
      height: 120px;
      width: 120px; } }
  @media (max-width: 767px) {
    .prod_sgl_stand_icon {
      height: 100px;
      width: 100px; } }

.prod_sgl_stand_ttl {
  font-weight: 700;
  text-align: center; }
  @media (min-width: 1026px), print {
    .prod_sgl_stand_ttl {
      font-size: 2rem;
      padding-bottom: 18px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_stand_ttl {
      font-size: 1.8rem;
      padding-bottom: 18px; } }
  @media (max-width: 767px) {
    .prod_sgl_stand_ttl {
      font-size: 1.6rem;
      padding-bottom: 10px; } }

.prod_sgl_stand_txt {
  padding-bottom: 10px; }
  .prod_sgl_stand_txt a:hover {
    opacity: .7;
    text-decoration: none; }

.prod_sgl_foxspec_img {
  margin-bottom: 30px;
  text-align: center; }

.prod_sgl_foxspec_video {
  margin: 0 auto 30px;
  max-width: 800px;
  text-align: center; }
  .prod_sgl_foxspec_video video {
    display: block;
    height: 100%;
    width: 100%; }

@media (min-width: 768px), print {
  .prod_sgl_foxspec {
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .prod_sgl_foxspec {
    padding-bottom: 60px; } }

.prod_sgl_foxspec_note {
  text-align: center; }

@media (min-width: 768px), print {
  .prod_sgl_useful {
    margin-bottom: 80px; } }
@media (max-width: 767px) {
  .prod_sgl_useful {
    margin-bottom: 60px; } }

@media (min-width: 768px), print {
  .prod_sgl_recommended {
    margin-bottom: 80px; } }
@media (max-width: 767px) {
  .prod_sgl_recommended {
    margin-bottom: 60px; } }

.prod_sgl_recommend_list {
  display: flex; }
  @media (min-width: 768px), print {
    .prod_sgl_recommend_list {
      flex-wrap: nowrap; } }
  @media (max-width: 767px) {
    .prod_sgl_recommend_list {
      flex-wrap: wrap;
      gap: 20px 2%; } }
  @media (min-width: 768px), print {
    .prod_sgl_recommend_list li {
      width: calc(25%); } }
  @media (max-width: 767px) {
    .prod_sgl_recommend_list li {
      width: 48%; } }
  .prod_sgl_recommend_list li a {
    display: block;
    text-align: center; }
    .prod_sgl_recommend_list li a:hover {
      transition: all 0.2s linear 0s;
      opacity: .7;
      text-decoration: none; }

@media (min-width: 768px), print {
  .prod_sgl_recommend_img {
    height: 230px;
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .prod_sgl_recommend_img {
    margin-bottom: 15px; } }

.prod_sgl_contact_group {
  background: linear-gradient(to right, #00abc7 0%, #35d597 100%); }
  @media (min-width: 768px), print {
    .prod_sgl_contact_group {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .prod_sgl_contact_group {
      padding: 40px 0; } }

.prod_sgl_contact_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.prod_sgl_contact_ttl {
  color: #fff;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 768px), print {
    .prod_sgl_contact_ttl {
      font-size: 2.4rem;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .prod_sgl_contact_ttl {
      font-size: 2rem;
      margin-bottom: 30px; } }

.prod_sgl_contact_btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media (min-width: 768px), print {
    .prod_sgl_contact_btn {
      gap: 20px;
      margin-bottom: 56px; } }
  @media (max-width: 767px) {
    .prod_sgl_contact_btn {
      flex-direction: column;
      gap: 10px;
      margin-bottom: 36px; } }
  .prod_sgl_contact_btn li {
    width: 100%; }
    @media (min-width: 768px), print {
      .prod_sgl_contact_btn li {
        height: 150px; } }
    @media (max-width: 767px) {
      .prod_sgl_contact_btn li {
        height: 110px; } }
    .prod_sgl_contact_btn li:nth-child(3n+1) a::after {
      color: #00abc7; }
    .prod_sgl_contact_btn li:nth-child(3n+1) a:hover {
      box-shadow: none; }
      .prod_sgl_contact_btn li:nth-child(3n+1) a:hover .prod_sgl_contact_lbl {
        color: #00abc7; }
    .prod_sgl_contact_btn li:nth-child(3n+2) a::after {
      color: #17beb2; }
    .prod_sgl_contact_btn li:nth-child(3n+2) a:hover {
      box-shadow: none; }
      .prod_sgl_contact_btn li:nth-child(3n+2) a:hover .prod_sgl_contact_lbl {
        color: #17beb2; }
    .prod_sgl_contact_btn li:nth-child(3n+3) a::after {
      color: #35d597; }
    .prod_sgl_contact_btn li:nth-child(3n+3) a:hover {
      box-shadow: none; }
      .prod_sgl_contact_btn li:nth-child(3n+3) a:hover .prod_sgl_contact_lbl {
        color: #35d597; }
    .prod_sgl_contact_btn li a {
      align-items: center;
      background: #fff;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 15px;
      height: 100%;
      position: relative;
      text-decoration: none; }
      .prod_sgl_contact_btn li a::after {
        transition: all 0.2s linear 0s;
        content: '\0f105';
        font-family: 'Awesome';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        font-size: 1.8rem;
        font-weight: bold; }
      .prod_sgl_contact_btn li a:hover::after {
        right: 10px; }
      .prod_sgl_contact_btn li a:hover .prod_sgl_contact_icon {
        top: -5px; }

.prod_sgl_contact_icon {
  transition: all 0.2s linear 0s;
  position: relative;
  top: 0; }

.prod_sgl_contact_lbl {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none; }

.prod_sgl_contact_brand {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media (min-width: 768px), print {
    .prod_sgl_contact_brand .prod_sgl_contact_box:first-child {
      border-right: 1px solid #fff; } }
  @media (max-width: 767px) {
    .prod_sgl_contact_brand {
      flex-direction: column;
      gap: 20px;
      padding: 0 20px; }
      .prod_sgl_contact_brand .prod_sgl_contact_box:first-child {
        border-bottom: 1px solid #fff;
        padding-bottom: 20px; } }

.prod_sgl_contact_box {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 768px), print {
    .prod_sgl_contact_box {
      width: 50%; } }
  @media (max-width: 767px) {
    .prod_sgl_contact_box {
      width: 100%; } }

@media (min-width: 768px), print {
  .prod_sgl_contact_add {
    font-size: 2rem;
    padding-bottom: 5px; } }
@media (max-width: 767px) {
  .prod_sgl_contact_add {
    font-size: 1.8rem; } }

.prod_sgl_contact_phone a {
  background: url(../img/product-single/ico-phone2.svg) left center no-repeat;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-decoration: none; }
  @media (min-width: 768px), print {
    .prod_sgl_contact_phone a {
      background-size: 32px auto;
      font-size: 3rem;
      padding: 6px 40px; }
      .prod_sgl_contact_phone a[href^='tel:'], .prod_sgl_contact_phone a[href^='fax:'] {
        pointer-events: none; } }
  @media (max-width: 767px) {
    .prod_sgl_contact_phone a {
      background-size: 28px auto;
      font-size: 2.6rem;
      padding: 6px 0 6px 40px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: none !important; } }
body {
  -webkit-text-size-adjust: none !important; }

.prod_sgl_specificat_tbl {
  margin-bottom: 50px;
  overflow-x: auto;
  position: relative;
  border: 1px solid #707070;
  border-top: none; }
  .prod_sgl_specificat_tbl table {
    border-collapse: collapse;
    border-spacing: 0;
    cursor: grab;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    webkit-text-size-adjust: 100%; }
    @media (max-width: 767px) {
      .prod_sgl_specificat_tbl table {
        font-size: 1.5rem; } }
    .prod_sgl_specificat_tbl table tr th,
    .prod_sgl_specificat_tbl table tr td {
      border: 1px solid #707070;
      display: table-cell; }
      .prod_sgl_specificat_tbl table tr th:last-child,
      .prod_sgl_specificat_tbl table tr td:last-child {
        border-right: none; }
      @media (min-width: 768px), print {
        .prod_sgl_specificat_tbl table tr th,
        .prod_sgl_specificat_tbl table tr td {
          width: 220px; } }
      @media (max-width: 767px) {
        .prod_sgl_specificat_tbl table tr th,
        .prod_sgl_specificat_tbl table tr td {
          font-size: 1.5rem;
          width: 130px; } }
    .prod_sgl_specificat_tbl table tr th {
      background: #ecedef;
      border-left: 0;
      font-weight: 400;
      padding: 10px 6px;
      text-align: center;
      white-space: normal !important; }
    .prod_sgl_specificat_tbl table tr td {
      padding: 20px 10px;
      word-break: break-all;
      width: 70%; }
      @media (max-width: 767px) {
        .prod_sgl_specificat_tbl table tr td {
          width: 200px; } }
  .prod_sgl_specificat_tbl table.prod_tbl_scroll tr td {
    text-align: center; }

@media (min-width: 768px), print {
  .prod_sgl_col4 {
    width: 880px !important; } }
@media (max-width: 767px) {
  .prod_sgl_col4 {
    width: 520px !important; } }

@media (min-width: 768px), print {
  .prod_sgl_col3 {
    width: 660px !important; } }
@media (max-width: 767px) {
  .prod_sgl_col3 {
    width: 390px !important; } }

.prod_sgl_spec_ttl td {
  font-weight: 700;
  text-align: center; }

.prod_slg_circle {
  font-size: 1.4rem; }
  .prod_slg_circle.pnk_crl {
    color: #f189ac; }
  .prod_slg_circle.grn_plus {
    color: #00a663;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2; }

.prod_sgl_name td {
  font-weight: 700;
  text-align: center; }

.prod_sgl_specificat_list {
  padding-bottom: 20px; }
  .prod_sgl_specificat_list dt {
    font-weight: 700; }
    @media (min-width: 1026px), print {
      .prod_sgl_specificat_list dt {
        font-size: 3rem;
        padding-bottom: 20px; } }
    @media (max-width: 1025px) and (min-width: 768px) {
      .prod_sgl_specificat_list dt {
        font-size: 2.6rem;
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .prod_sgl_specificat_list dt {
        font-size: 2.2rem;
        padding-bottom: 15px; } }
  @media (min-width: 1026px), print {
    .prod_sgl_specificat_list dd {
      padding-bottom: 60px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_specificat_list dd {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .prod_sgl_specificat_list dd {
      padding-bottom: 40px; } }
  .prod_sgl_specificat_list dd a:hover {
    opacity: .7;
    text-decoration: none; }

@media (min-width: 768px), print {
  .prod_sgl_accessories {
    margin-bottom: 80px; } }
@media (max-width: 767px) {
  .prod_sgl_accessories {
    margin-bottom: 60px; } }

.prod_sgl_accessory_list {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1026px), print {
    .prod_sgl_accessory_list {
      gap: 30px;
      margin-bottom: 80px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_accessory_list {
      gap: 20px;
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .prod_sgl_accessory_list {
      gap: 20px 10px;
      margin-bottom: 40px; } }
  .prod_sgl_accessory_list li {
    border: 1px solid #c0c0c0;
    padding: 10px; }
    @media (min-width: 1026px), print {
      .prod_sgl_accessory_list li {
        width: calc((100% - 90px) / 4 - 0.1px); } }
    @media (max-width: 1025px) and (min-width: 768px) {
      .prod_sgl_accessory_list li {
        width: calc((100% - 20px) / 2 - 0.1px); } }
    @media (max-width: 767px) {
      .prod_sgl_accessory_list li {
        width: calc((100% - 10px) / 2 - 0.1px); } }

.prod_sgl_acc_img {
  margin-bottom: 10px;
  text-align: center; }

.prod_sgl_acc_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center; }

.prod_sgl_acc_txt {
  font-size: 1.6rem;
  padding-bottom: 10px;
  text-align: center; }

@media (min-width: 768px), print {
  .prod_sgl_catolog {
    margin-bottom: 80px; } }
@media (max-width: 767px) {
  .prod_sgl_catolog {
    margin-bottom: 60px; } }

.prod_sgl_catolog_dload_list {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1026px), print {
    .prod_sgl_catolog_dload_list {
      gap: 30px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_catolog_dload_list {
      gap: 10px; } }
  @media (max-width: 767px) {
    .prod_sgl_catolog_dload_list {
      gap: 30px 10px;
      margin-top: 20px; } }
  @media (min-width: 1026px), print {
    .prod_sgl_catolog_dload_list li {
      width: calc((100% - 90px) / 4 - 0.1px); } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_catolog_dload_list li {
      width: calc((100% - 30px) / 4 - 0.1px); } }
  @media (max-width: 767px) {
    .prod_sgl_catolog_dload_list li {
      width: calc((100% - 10px) / 2 - 0.1px); } }
  .prod_sgl_catolog_dload_list li a {
    transition: all 0.2s linear 0s;
    display: block;
    text-align: center; }
    .prod_sgl_catolog_dload_list li a:hover {
      text-decoration: none;
      opacity: .7; }
      .prod_sgl_catolog_dload_list li a:hover .prod_sgl_dload_ttl {
        display: block;
        text-decoration: none; }

.prod_sgl_dload_img {
  display: block; }
  @media (min-width: 1026px), print {
    .prod_sgl_dload_img {
      height: 300px;
      margin-bottom: 10px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_dload_img {
      height: 200px;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .prod_sgl_dload_img {
      height: 220px;
      margin-bottom: 10px; } }
  .prod_sgl_dload_img img {
    height: 100%;
    object-fit: contain;
    width: 100%; }

@media (min-width: 768px), print {
  .pad-bt80 {
    padding-bottom: 80px; } }
@media (max-width: 767px) {
  .pad-bt80 {
    padding-bottom: 40px; } }

@media (min-width: 768px), print {
  .pad-bt70 {
    padding-bottom: 70px; } }
@media (max-width: 767px) {
  .pad-bt70 {
    padding-bottom: 40px; } }

.prod_sgl_field_subttl {
  color: #009d72;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 768px), print {
    .prod_sgl_field_subttl {
      font-size: 3.4rem;
      padding-bottom: 26px; } }
  @media (max-width: 767px) {
    .prod_sgl_field_subttl {
      font-size: 2.4rem;
      padding-bottom: 16px; } }

.prod_sgl_cmn_spec {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 1026px), print {
    .prod_sgl_cmn_spec {
      gap: 50px;
      margin-bottom: 80px; } }
  @media (max-width: 1025px) and (min-width: 768px) {
    .prod_sgl_cmn_spec {
      gap: 20px;
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .prod_sgl_cmn_spec {
      flex-direction: column;
      gap: 30px;
      margin-bottom: 40px; } }

@media (min-width: 768px), print {
  .prod_sgl_cmn_spec_feature {
    width: 40%; } }

.prod_sgl_cmn_spec_tbl {
  flex: 1 1 0%; }
  .prod_sgl_cmn_spec_tbl table {
    border: none;
    table-layout: fixed;
    width: 100%; }
    .prod_sgl_cmn_spec_tbl table th,
    .prod_sgl_cmn_spec_tbl table td {
      background: none;
      border: none;
      padding: 6px 0;
      vertical-align: top;
      text-align: left; }
    .prod_sgl_cmn_spec_tbl table th {
      font-weight: bold; }
      @media (min-width: 768px), print {
        .prod_sgl_cmn_spec_tbl table th {
          width: 150px; } }
      @media (max-width: 767px) {
        .prod_sgl_cmn_spec_tbl table th {
          width: 130px; } }

.support_worry_wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.support_worry_introtxt {
  margin: 0 auto 50px;
  max-width: 700px;
  text-align: center; }
  @media (max-width: 767px) {
    .support_worry_introtxt {
      margin-bottom: 30px; } }

@media (min-width: 768px), print {
  .support_worry_lst {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin-bottom: 118px; } }
@media (max-width: 767px) {
  .support_worry_lst {
    margin-bottom: 90px; } }

.support_worry_box {
  background: #f1f5f4;
  border-radius: 20px 0 20px 0;
  position: relative; }
  .support_worry_box::before {
    background: url("../img/support/ico-quote.svg") center/contain no-repeat;
    content: "";
    height: 30px;
    left: 26px;
    position: absolute;
    top: -13px;
    width: 40px; }
  @media (min-width: 768px), print {
    .support_worry_box {
      max-width: 280px;
      margin-left: 3%;
      width: 30%; }
      .support_worry_box:nth-child(1) {
        margin-left: 0; }
        .support_worry_box:nth-child(1) .support_worry_box_img {
          left: -14.6%;
          top: 55%; }
      .support_worry_box:nth-child(2) {
        margin-top: 40px; }
        .support_worry_box:nth-child(2) .support_worry_box_img {
          right: -7.6%;
          top: 55%; }
      .support_worry_box:nth-child(3) .support_worry_box_img {
        right: -14.6%;
        top: 55%; } }
  @media (max-width: 767px) {
    .support_worry_box {
      padding: 20px;
      margin-top: 20px;
      width: 80%; }
      .support_worry_box::before {
        height: 30px;
        left: 20px;
        top: -10px;
        width: 30px; }
      .support_worry_box:first-child {
        margin-top: 0; }
      .support_worry_box:nth-child(odd) {
        padding-right: 10%; }
        .support_worry_box:nth-child(odd) .support_worry_box_img {
          right: -20%; }
      .support_worry_box:nth-child(even) {
        margin-left: 20%;
        padding-left: 10%; }
        .support_worry_box:nth-child(even) .support_worry_box_img {
          left: -20%; } }

.support_worry_box_img {
  max-width: 120px;
  position: absolute;
  width: 43%; }
  @media (max-width: 767px) {
    .support_worry_box_img {
      width: 30%; } }

.support_worry_box_txt {
  font-weight: 500;
  line-height: 2;
  padding: 14% 10%; }
  .support_worry_box_txt span {
    color: #009d72;
    font-size: 20px; }
  @media (max-width: 767px) {
    .support_worry_box_txt {
      padding: 0; }
      .support_worry_box_txt span {
        font-size: 1.6rem; } }

.support_worry_contact {
  background: linear-gradient(to right, #00ABC7 0%, #35D597 100%);
  position: relative;
  z-index: 1;
  /*&::before {
    border-style: solid;
    border-width: 56px 123px 0 123px;
    border-color: #fff transparent transparent transparent;
    content: "";
    height: 0;
    left: calc(50% - 123px);
    position: absolute;
    top:0;
    z-index: 2;
  }*/ }
  .support_worry_contact::before {
    background: linear-gradient(to right, #00abc7 0%, #00abc7 10%, #1bc0af 100%);
    content: "";
    height: 56px;
    right: calc(50% + 70px);
    position: absolute;
    top: -55px;
    transform: skewX(70deg);
    width: calc(50% + 100px);
    z-index: 2; }
  .support_worry_contact::after {
    background: linear-gradient(to right, #1bc0af 0%, #35d597 90%, #35d597 100%);
    content: "";
    height: 56px;
    left: calc(50% + 70px);
    position: absolute;
    top: -55px;
    transform: skewX(-70deg);
    width: calc(50% + 100px);
    z-index: 2; }
  @media (max-width: 767px) {
    .support_worry_contact {
      /* &::before {
         border-width: 40px 80px 0 80px;
         left: calc(50% - 80px);
       }*/ }
      .support_worry_contact::before {
        height: 40px;
        right: calc(50% + 18px);
        top: -39px;
        transform: skewX(60deg);
        width: calc(50% + 80px); }
      .support_worry_contact::after {
        height: 40px;
        left: calc(50% + 18px);
        top: -39px;
        transform: skewX(-60deg);
        width: calc(50% + 80px); } }

.support_worry_contact_wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  padding-bottom: 60px;
  padding-top: 40px; }
  @media (max-width: 767px) {
    .support_worry_contact_wrap {
      padding-bottom: 40px;
      padding-top: 30px; } }

.support_worry_contact_ttl {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .support_worry_contact_ttl {
      font-size: 2rem;
      margin-bottom: 20px; } }

.support_worry_contact_box {
  border-radius: 20px 0 20px 0;
  background: #fff;
  padding: 24px 20px 57px; }
  @media (max-width: 767px) {
    .support_worry_contact_box {
      padding: 16px 15px 40px; } }

.support_worry_contact_box_ttl {
  color: #009d72;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center; }
  .support_worry_contact_box_ttl span {
    display: inline-block; }
    .support_worry_contact_box_ttl span::before {
      content: "-";
      display: inline-block;
      margin-right: 5px; }
    .support_worry_contact_box_ttl span::after {
      content: "-";
      display: inline-block;
      margin-left: 5px; }
  @media (max-width: 767px) {
    .support_worry_contact_box_ttl {
      font-size: 1.6rem;
      margin-bottom: 25px; } }

@media (min-width: 768px), print {
  .support_worry_contact_boxin {
    display: flex;
    justify-content: center; } }

.support_worry_contact_boxleft {
  align-items: center;
  display: flex;
  justify-content: space-around; }
  @media (min-width: 768px), print {
    .support_worry_contact_boxleft {
      border-right: 1px solid #ccc;
      width: 53%; } }
  @media (max-width: 767px) {
    .support_worry_contact_boxleft {
      border-bottom: 1px solid #ccc;
      margin-bottom: 20px;
      padding-bottom: 20px; } }

.support_worry_contact_boxleft_txt01 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .support_worry_contact_boxleft_txt01 {
      font-size: 1.8rem; } }

.support_worry_contact_boxleft_txt02 {
  color: #009d72;
  font-weight: 700;
  margin-bottom: 5px; }

.cmn_starnote li {
  padding-left: 18px;
  position: relative; }
  .cmn_starnote li::before {
    content: "※";
    left: 0;
    position: absolute;
    top: 0; }

.support_worry_contact_boxleft_txt03 {
  color: #666;
  font-size: 1.4rem; }

.support_worry_contact_boxright_lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 3%;
  width: 43%; }
  .support_worry_contact_boxright_lst li {
    font-size: 1.4rem;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    width: 48%; }
    .support_worry_contact_boxright_lst li::before {
      background: #009d72;
      content: "";
      display: inline-block;
      height: 5px;
      left: 0;
      position: absolute;
      top: 12px;
      width: 5px; }
  @media (max-width: 767px) {
    .support_worry_contact_boxright_lst {
      width: 100%; } }

.support_worry_contact_boxleft_cont {
  width: 56.6%; }

.support_worry_contact_boxleft_img {
  padding: 0 10px;
  text-align: center;
  width: 35%; }

.support_feature {
  padding-top: 80px; }
  @media (max-width: 767px) {
    .support_feature {
      padding-top: 50px; } }

.support_feature_wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .support_feature_wrap {
      margin-bottom: 80px; } }

.support_feature_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 120px;
  text-align: center; }
  @media (max-width: 767px) {
    .support_feature_ttl {
      font-size: 2.2rem;
      margin-bottom: 80px; } }

@media (min-width: 768px), print {
  .support_feature_box_wrap {
    display: flex;
    justify-content: space-between; } }

.support_feature_box {
  border: 5px solid #009d72;
  padding: 100px 3% 110px;
  position: relative;
  width: 32%; }
  @media (max-width: 767px) {
    .support_feature_box {
      border-width: 3px;
      margin-top: 70px;
      padding: 50px 15px 70px;
      width: 100%; }
      .support_feature_box:first-child {
        margin-top: 0; } }

.support_feature_box_ico, .support_box_ico {
  align-items: center;
  background: #009d72;
  border-radius: 100%;
  display: flex;
  height: 140px;
  left: calc(50% - 70px);
  justify-content: center;
  position: absolute;
  top: -72px;
  width: 140px; }
  @media (max-width: 767px) {
    .support_feature_box_ico, .support_box_ico {
      height: 90px;
      left: calc(50% - 45px);
      top: -53px;
      width: 90px; }
      .support_feature_box_ico img, .support_box_ico img {
        max-height: 50px;
        max-width: 50px; } }

.support_feature_box_ttl {
  color: #009d72;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .support_feature_box_ttl {
      font-size: 2rem;
      margin-bottom: 15px; } }

.support_feature_box_btn {
  bottom: 45px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  .support_feature_box_btn a {
    transition: all 0.2s linear 0s;
    background: #009d72;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.3;
    max-width: 260px;
    padding: 12px 20px;
    position: relative;
    width: 80%; }
    .support_feature_box_btn a::before {
      content: url("../img/support/ico-arrow-down-white.svg");
      height: 6px;
      position: absolute;
      right: 20px; }
    .support_feature_box_btn a:hover {
      background: #ffcf30; }
  @media (max-width: 767px) {
    .support_feature_box_btn {
      bottom: 10px;
      padding: 0 10px; }
      .support_feature_box_btn a {
        max-width: none;
        padding: 10px 15px;
        width: 100%; } }

.support_feature_ct {
  background: url("../img/support/bg-contact-01.jpg") center/cover no-repeat;
  position: relative; }
  .support_feature_ct::before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.support_feature_ct_wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  padding-bottom: 45px;
  position: relative;
  top: -20px;
  z-index: 1; }
  @media (max-width: 767px) {
    .support_feature_ct_wrap {
      padding-bottom: 35px; } }

.support_feature_ct_txt01 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center; }
  @media (max-width: 767px) {
    .support_feature_ct_txt01 {
      font-size: 2.2rem; } }

.support_feature_ct_lbl, .support_zebra_top_lbl {
  margin-bottom: 40px;
  text-align: center; }
  .support_feature_ct_lbl span, .support_zebra_top_lbl span {
    background: #fff;
    border: 3px solid #000;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    min-width: 192px;
    text-align: center; }
    .support_feature_ct_lbl span::before, .support_zebra_top_lbl span::before {
      border-style: solid;
      border-width: 10px 9px 0 9px;
      border-color: #000 transparent transparent transparent;
      bottom: -10px;
      content: "";
      height: 0;
      left: calc(50% - 9px);
      position: absolute;
      width: 0; }
    .support_feature_ct_lbl span::after, .support_zebra_top_lbl span::after {
      border-style: solid;
      border-width: 10px 9px 0 9px;
      border-color: #fff transparent transparent transparent;
      bottom: -8px;
      content: "";
      height: 0;
      left: calc(50% - 9px);
      position: absolute;
      width: 0; }

.support_feature_ct_tel {
  color: #ffcf30;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center; }
  .support_feature_ct_tel img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: baseline; }
  @media (max-width: 767px) {
    .support_feature_ct_tel {
      font-size: 3.6rem; }
      .support_feature_ct_tel img {
        margin-right: 6px;
        vertical-align: middle;
        width: 36px; } }

.support_feature_ct_txt02 {
  color: #fff;
  text-align: center; }

.support_boxwrap {
  background: #f1f5f4;
  padding-bottom: 110px;
  padding-top: 110px; }
  @media (max-width: 767px) {
    .support_boxwrap {
      padding-bottom: 70px;
      padding-top: 70px; } }

.support_boxwrap_in {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  counter-reset: section; }

.support_box {
  background: #fff;
  border-radius: 20px 0 20px 0;
  margin-top: 110px;
  position: relative; }
  .support_box:first-child {
    margin-top: 0; }
  @media (max-width: 767px) {
    .support_box {
      margin-top: 70px; } }

.support_box_introtxt {
  margin: 0 auto 20px;
  max-width: 700px;
  text-align: center; }
  @media (max-width: 767px) {
    .support_box_introtxt {
      margin-bottom: 15px; } }

.support_box_samplettl_en {
  color: #ffcf30;
  display: block;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1; }
  @media (max-width: 767px) {
    .support_box_samplettl_en {
      font-size: 3.6rem;
      line-height: 1.2; } }

.support_box_samplettl {
  padding-left: 30px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .support_box_samplettl {
      padding-left: 15px; } }

.support_box_samplettl_jp {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3; }
  @media (max-width: 767px) {
    .support_box_samplettl_jp {
      font-size: 1.6rem; } }

.support_box_sample_wrap {
  counter-reset: section;
  margin-top: -45px; }
  @media (max-width: 767px) {
    .support_box_sample_wrap {
      margin-top: -30px; } }

.support_box_sample_box {
  background: #f1f5f4;
  border-radius: 20px 0 20px 0;
  margin-top: 20px;
  padding: 6% 5%; }
  .support_box_sample_box:first-child {
    margin-top: 0; }
  @media (min-width: 768px), print {
    .support_box_sample_box {
      display: flex;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .support_box_sample_box {
      padding: 25px 15px; }
      .support_box_sample_box:first-child {
        padding-top: 60px; } }

.support_box_sample_box_img {
  position: relative;
  text-align: center;
  height: 180px;
  margin: auto 0; }
  .support_box_sample_box_img::before {
    background: #fff;
    border-radius: 100%;
    content: "";
    height: 180px;
    left: calc(50% - 90px);
    position: absolute;
    top: calc(50% - 90px);
    width: 190px; }
  .support_box_sample_box_img img {
    display: inline-block;
    position: relative;
    z-index: 1; }
  @media (min-width: 768px), print {
    .support_box_sample_box_img {
      align-items: center;
      display: flex;
      justify-content: center;
      width: 32%; } }
  @media (max-width: 767px) {
    .support_box_sample_box_img {
      margin-bottom: 15px; }
      .support_box_sample_box_img img {
        max-width: 240px;
        max-height: 190px; } }

@media (min-width: 768px), print {
  .support_box_sample_box_cont {
    width: 63.4%; }
    .support_box_sample_box_cont .cmn_starnote {
      margin-top: 25px; } }
@media (max-width: 767px) {
  .support_box_sample_box_cont .cmn_starnote {
    margin-top: 15px; } }

.support_box_sample_box_ttl {
  color: #009d72;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 65px;
  position: relative; }
  .support_box_sample_box_ttl::before {
    align-items: center;
    background: #009d72;
    border-radius: 100%;
    color: #fff;
    counter-increment: section;
    content: counter(section);
    display: flex;
    font-size: 3rem;
    font-weight: 700;
    height: 50px;
    left: 0;
    justify-content: center;
    padding-bottom: 4px;
    position: absolute;
    top: 0;
    width: 50px; }
  @media (max-width: 767px) {
    .support_box_sample_box_ttl {
      font-size: 2rem;
      margin-bottom: 15px;
      padding-left: 45px; }
      .support_box_sample_box_ttl::before {
        font-size: 2.4rem;
        height: 36px;
        padding-bottom: 2px;
        width: 36px; } }

.support_box_ctbefore_ttl {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .support_box_ctbefore_ttl {
      font-size: 2rem;
      margin-top: 25px; } }

.support_box_stlst {
  counter-reset: section;
  margin-bottom: 35px;
  position: relative; }
  .support_box_stlst li {
    position: relative;
    z-index: 1; }
    .support_box_stlst li::before {
      align-items: center;
      background: #009d72;
      border: 5px solid #fff;
      border-radius: 100%;
      color: #fff;
      counter-increment: section;
      content: counter(section);
      display: flex;
      font-size: 3rem;
      font-weight: 700;
      height: 60px;
      left: calc(50% - 30px);
      justify-content: center;
      position: absolute;
      top: -75px;
      width: 60px; }
  @media (min-width: 768px), print {
    .support_box_stlst {
      display: flex;
      justify-content: space-around;
      padding-top: 100px; }
      .support_box_stlst::before {
        background: #009d72;
        content: "";
        height: 2px;
        left: 15%;
        position: absolute;
        top: 55px;
        width: 70%; }
      .support_box_stlst li {
        max-width: 160px;
        width: 23%; }
        .support_box_stlst li::after {
          border-style: solid;
          border-width: 5px 0 5px 5px;
          border-color: transparent transparent transparent #009d72;
          content: "";
          height: 0;
          left: calc(50% - 33px);
          position: absolute;
          top: -49px;
          width: 0; }
        .support_box_stlst li:first-child::after {
          display: none; } }
  @media (max-width: 767px) {
    .support_box_stlst li {
      margin-top: 20px;
      padding-bottom: 40px;
      padding-top: 70px; }
      .support_box_stlst li:first-child {
        margin-top: 0; }
      .support_box_stlst li:last-child {
        padding-bottom: 0; }
        .support_box_stlst li:last-child::after {
          display: none; }
      .support_box_stlst li::before {
        border: none;
        font-size: 2.4rem;
        height: 36px;
        left: calc(50% - 18px);
        top: 0;
        width: 36px; }
      .support_box_stlst li::after {
        bottom: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #ffcf30 transparent transparent transparent;
        content: "";
        height: 0;
        left: calc(50% - 20px);
        position: absolute;
        width: 0; } }

.support_box_stlst_img {
  height: 119px;
  margin-bottom: 15px;
  text-align: center; }

.support_box_stlst_ttl {
  color: #009d72;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center; }

.support_box_dl01 {
  border: 1px solid #707070;
  display: flex;
  margin-bottom: 50px;
  padding: 5px; }
  .support_box_dl01 dt {
    align-items: center;
    background: #009d72;
    color: #fff;
    display: flex;
    font-weight: 500;
    justify-content: center;
    line-height: 1.3;
    min-width: 100px;
    padding: 10px;
    text-align: center;
    width: 25.5%; }
  .support_box_dl01 dd {
    padding: 15px 10px;
    width: 74.5%; }
    .support_box_dl01 dd ul {
      display: flex;
      height: 100%; }
      .support_box_dl01 dd ul li {
        border-left: 1px solid #000;
        padding: 0 5px;
        line-height: 1.1;
        text-align: center;
        width: 50%; }
        .support_box_dl01 dd ul li:first-child {
          border-left: none; }
  @media (max-width: 767px) {
    .support_box_dl01 {
      display: block;
      margin-bottom: 30px; }
      .support_box_dl01 dt {
        width: 100%; }
      .support_box_dl01 dd {
        display: block;
        width: 100%; }
        .support_box_dl01 dd ul {
          display: block; }
          .support_box_dl01 dd ul li {
            border-left: none;
            border-top: 1px solid #000;
            padding: 15px 0;
            width: 100%; }
            .support_box_dl01 dd ul li:first-child {
              border-top: none;
              padding-top: 0; }
            .support_box_dl01 dd ul li:last-child {
              padding-bottom: 0; } }

.support_box_quotelst {
  background: #f1f5f4;
  margin-bottom: 55px;
  position: relative;
  padding: 3.8% 7%; }
  .support_box_quotelst::before {
    background: url("../img/support/ico-quote.svg") center/contain no-repeat;
    content: "";
    height: 30px;
    left: 26px;
    position: absolute;
    top: -13px;
    width: 40px; }
  .support_box_quotelst li {
    margin-top: 10px;
    padding-left: 15px;
    position: relative; }
    .support_box_quotelst li::before {
      background: #009d72;
      content: "";
      display: inline-block;
      height: 5px;
      left: 0;
      position: absolute;
      top: 12px;
      width: 5px; }
    .support_box_quotelst li:first-child {
      margin-top: 0; }
  @media (max-width: 767px) {
    .support_box_quotelst {
      padding: 30px 15px 20px;
      margin-bottom: 35px; }
      .support_box_quotelst::before {
        height: 24px;
        left: 15px;
        top: -10px;
        width: 30px; } }

.support_box_dl02 {
  align-items: flex-start;
  display: flex; }
  .support_box_dl02 dt {
    position: relative;
    width: 35%; }
    .support_box_dl02 dt::before {
      background: #009d72;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      top: 50%;
      width: 100%; }
    .support_box_dl02 dt span {
      background: #fff;
      color: #009d72;
      display: inline-block;
      font-size: 2.4rem;
      font-weight: 700;
      padding-right: 15px;
      position: relative;
      z-index: 1; }
  .support_box_dl02 dd {
    padding-left: 20px;
    width: 65%; }
  @media (max-width: 767px) {
    .support_box_dl02 {
      display: block; }
      .support_box_dl02 dt {
        margin-bottom: 10px;
        width: 100%; }
        .support_box_dl02 dt span {
          font-size: 2rem; }
      .support_box_dl02 dd {
        padding-left: 0;
        width: 100%; } }

.support_box_ct {
  background: #009d72;
  border-radius: 0 0 20px 0;
  color: #fff;
  padding: 40px 20px 55px; }
  @media (max-width: 767px) {
    .support_box_ct {
      padding: 30px 15px; } }

.support_box_ct_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center; }
  .support_box_ct_ttl span {
    display: inline-block; }
    .support_box_ct_ttl span::before {
      content: "-";
      display: inline-block;
      margin-right: 5px; }
    .support_box_ct_ttl span::after {
      content: "-";
      display: inline-block;
      margin-left: 5px; }
  @media (max-width: 767px) {
    .support_box_ct_ttl {
      font-size: 2.2rem;
      margin-bottom: 10px; } }

.support_box_ct_introtxt {
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .support_box_ct_introtxt {
      margin-bottom: 20px; } }

.support_box_ct_lst li {
  text-align: center; }
@media (min-width: 768px), print {
  .support_box_ct_lst {
    display: flex; }
    .support_box_ct_lst li {
      border-left: 1px solid #fff;
      padding: 0 3%;
      width: 50%; }
      .support_box_ct_lst li:first-child {
        border-left: none; } }
@media (max-width: 767px) {
  .support_box_ct_lst li {
    border-top: 1px solid #fff;
    padding: 20px 0 10px; }
    .support_box_ct_lst li:first-child {
      border-top: none;
      padding: 0 0 20px; } }

.support_box_ct_txt01 {
  background: #fff;
  border-radius: 30px;
  color: #009d72;
  font-weight: 700;
  margin: 0 auto 15px;
  max-width: 240px;
  padding: 3px 15px;
  text-align: center; }
  @media (max-width: 767px) {
    .support_box_ct_txt01 {
      margin-bottom: 10px; } }

.support_box_ct_txt02 {
  margin-bottom: 5px; }
  .support_box_ct_txt02 a {
    color: #ffcf30;
    display: block;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 54px;
    text-align: center; }
    .support_box_ct_txt02 a img {
      display: inline-block;
      margin-right: 5px;
      vertical-align: baseline; }
    .support_box_ct_txt02 a.telno {
      font-size: 4.9rem; }
  @media (max-width: 1025px) {
    .support_box_ct_txt02 a {
      font-size: 2.6rem; }
      .support_box_ct_txt02 a img {
        vertical-align: middle;
        max-width: 36px; }
      .support_box_ct_txt02 a.telno {
        font-size: 3.6rem; } }
  @media (max-width: 767px) {
    .support_box_ct_txt02 a {
      font-size: 2.2rem;
      line-height: 1.5; }
      .support_box_ct_txt02 a img {
        vertical-align: middle;
        max-width: 36px; }
      .support_box_ct_txt02 a.telno {
        font-size: 3.2rem; } }

.support_boxcont {
  max-width: 850px;
  margin: 0 auto;
  padding: 110px 15px 40px; }
  @media (max-width: 767px) {
    .support_boxcont {
      padding: 70px 15px 40px; } }

.support_zebra_wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.support_zebra_ct {
  background: url("../img/support/bg-zebra-ct.jpg") center/cover no-repeat;
  position: relative; }
  .support_zebra_ct::before {
    background: rgba(0, 157, 114, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.support_zebra_ctin {
  color: #fff;
  padding: 40px 15px 55px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .support_zebra_ctin {
      padding: 30px 15px; } }

.support_zebra_box {
  border: 5px solid #009d72;
  border-radius: 20px 0 20px 0; }
  @media (max-width: 767px) {
    .support_zebra_box {
      border-width: 3px; } }

.support_zebra_lst li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 7%; }
  .support_zebra_lst li:nth-child(even) {
    background: #f1f5f4; }
  @media (max-width: 767px) {
    .support_zebra_lst li {
      display: block;
      padding: 25px 15px; } }

.support_zebra_lst_img {
  min-width: 60px;
  text-align: center;
  width: 11%; }
  @media (max-width: 767px) {
    .support_zebra_lst_img {
      margin-bottom: 20px;
      text-align: center;
      width: 100%; }
      .support_zebra_lst_img img {
        max-width: 90px; } }

.support_zebra_lst_cont {
  padding-left: 10px;
  width: 86%; }
  @media (max-width: 767px) {
    .support_zebra_lst_cont {
      padding-left: 0;
      width: 100%; } }

.support_zebra_lst_ttl {
  color: #009d72;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .support_zebra_lst_ttl {
      font-size: 2rem; } }

.support_zebra_top {
  background: url("../img/support/bg-zebra.jpg") center/cover no-repeat;
  margin-bottom: 80px;
  position: relative; }
  .support_zebra_top::before {
    background: rgba(0, 10, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (max-width: 767px) {
    .support_zebra_top {
      margin-bottom: 50px; } }

.support_zebra_top_wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  padding-bottom: 45px;
  position: relative;
  top: -20px;
  z-index: 1; }
  .support_zebra_top_wrap .support_zebra_top_lbl {
    margin-bottom: 60px; }
  @media (max-width: 767px) {
    .support_zebra_top_wrap .support_zebra_top_lbl {
      margin-bottom: 40px; } }

.support_zebra_top_ttl {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center; }
  .support_zebra_top_ttl .support_zebra_top_ttl_yellow {
    color: #ffcf30; }
  @media (min-width: 768px), print {
    .support_zebra_top_ttl {
      font-size: 2.8rem; }
      .support_zebra_top_ttl .support_zebra_top_ttl_yellow {
        font-size: 6rem; } }
  @media (max-width: 767px) {
    .support_zebra_top_ttl {
      font-size: 2.2rem; }
      .support_zebra_top_ttl .support_zebra_top_ttl_yellow {
        font-size: 3.6rem; } }

.support_zebra_top_btn a {
  transition: all 0.2s linear 0s;
  background: #fff;
  display: block;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .support_zebra_top_btn a::after {
    content: "\0f105";
    display: inline-block;
    font-family: 'Awesome';
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 16px;
    margin-top: -8px;
    line-height: 1; }
  .support_zebra_top_btn a:hover {
    background: #ffcf30; }
  @media (min-width: 768px), print {
    .support_zebra_top_btn a {
      padding: 30px 20px;
      font-size: 1.8rem;
      width: 400px; } }
  @media (max-width: 767px) {
    .support_zebra_top_btn a {
      padding: 20px 10px; } }

.support_zebra_wrap {
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .support_zebra_wrap {
      padding-bottom: 50px; } }

#fixed_left_banner, #fixed_right_banner {
  z-index: 9; }
