@charset "UTF-8";
#main-contents .clear_float::after {
  clear: both;
  content: "";
  display: table;
}
#main-contents .mrgbtm0 {
  margin-bottom: 0;
}
#main-contents .mrgbtm0 figure {
  margin-bottom: 0;
}
#main-contents .mrgbtm05 {
  margin-bottom: 0.5em;
}
#main-contents .mrgbtm1 {
  margin-bottom: 1em;
}
#main-contents .mrgbtm2 {
  margin-bottom: 2em;
}
#main-contents .mrgbtm3 {
  margin-bottom: 3em;
}

#main-contents td.has-text-align-center,
#main-contents th.has-text-align-center {
  text-align: center;
}
#main-contents td.has-text-align-right,
#main-contents th.has-text-align-right {
  text-align: right;
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  font-family: "Noto Sans", sans-serif;
  color: #002747;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 768px) {
  /* スマホメニュー */
  .sliding-menu-content {
    font-size: 14px;
    font-size: 0.875rem;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 16.25rem;
    height: 100%;
    transform: translateX(16.25rem);
    transition: all 0.25s linear;
    background: #004389;
    z-index: 999999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .sliding-menu-content a {
    color: #fff;
  }
  .drawer-menu a {
    -webkit-text-fill-color: #fff;
    background: none;
  }
  .drawer-menu a::after {
    display: none;
  }
  .sliding-menu-content .drawer-menu {
    margin: 0;
    padding: 20px 0px 40px 0px;
    list-style: none;
  }
  .sliding-menu-content .drawer-menu ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
  }
  .sliding-menu-content .drawer-menu li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 1em;
    border-bottom: 1px dotted #ccc;
  }
  .sliding-menu-content .drawer-menu li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
  }
  .sliding-menu-content .drawer-menu > li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 21px;
    margin-bottom: 21px;
    color: #fff;
  }
  .sliding-menu-content.is-visible {
    transform: translateX(0);
  }
  .menu-screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    background: #313437;
    opacity: 0;
    visibility: hidden;
    z-index: 999998;
  }
  .menu-screen.is-visible {
    opacity: 0.4;
    visibility: visible;
  }
  /*!------------------------------------*\
      Top
  \*!------------------------------------*/
  .drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
  }
  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    right: 0;
  }
  /*!------------------------------------*\
      Left
  \*!------------------------------------*/
  .drawer--left .drawer-nav {
    left: -16.25rem;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem;
  }
  /*!------------------------------------*\
      Right
  \*!------------------------------------*/
  .drawer--right .drawer-nav {
    right: -16.25rem;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem;
  }
  /*!------------------------------------*\
      Hamburger
  \*!------------------------------------*/
  .drawer-hamburger {
    position: fixed;
    z-index: 999999;
    top: 0px;
    display: block;
    box-sizing: content-box;
    width: 62px;
    height: 58px;
    padding: 0;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: #004389;
    border-radius: 0;
  }
  .drawer-hamburger:hover {
    cursor: pointer;
  }
  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
  }
  .drawer-hamburger-icon {
    height: 0;
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 36px;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
    border-radius: 4px;
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -12px;
    left: 13px;
    content: " ";
  }
  .drawer-hamburger-icon:after {
    top: -2px;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: -7px;
  }
  .drawer-open .drawer-hamburger-icon:before {
    transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    transform: rotate(-45deg);
  }
  /*!------------------------------------*\
      accessibility
  \*!------------------------------------*/
  /*!
  * Only display content to screen readers
  * See: http://a11yproject.com/posts/how-to-hide-content
  */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  /*!
  * Use in conjunction with .sr-only to only display content when it's focused.
  * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
  * Credit: HTML5 Boilerplate
  */
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  /* 共通 */
  .link {
    max-width: 226px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    margin: 25px auto 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .toiawase {
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
    max-width: 226px;
    font-size: 14px;
    font-size: 0.875rem;
    z-index: 3;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    background-color: #004389;
  }
  .sp_show {
    display: block !important;
  }
  .pc_show {
    display: none !important;
  }
  /*ヘッダー*/
  .page-header #header-container .hd_row .hd_sitename {
    width: 213px;
  }
  .page-header #gnavi,
  .page-header .btn,
  .page-header span {
    display: none;
  }
  .page-header .snav .incart-btn {
    display: block !important;
  }
  .page-header .snav .incart-btn .total-quant {
    display: inline-block !important;
  }
  /*PCメニュー非表示*/
  /* スマホメニュー PC表示　*/
  .drawer-hamburger,
  .sliding-menu-content,
  .js-menu-screen {
    display: block;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    background-color: #fff;
  }
  #main.two-column {
    margin: 0 auto;
  }
  .top_slide {
    aspect-ratio: auto;
    height: 654px;
  }
  .top_slide .slide-item:nth-child(1) {
    background-image: url("../images/top_main_img_sp_1.jpg");
  }
  .top_slide .slide-item:nth-child(2) {
    background-image: url("../images/top_main_img_sp_2.jpg");
  }
  .top_slide .slide-item:nth-child(3) {
    background-image: url("../images/top_main_img_sp_3.jpg");
  }
  #utility-nav {
    display: none;
  }
  .catchcopy {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 352px;
    background: #fff;
    padding-left: 1em;
    padding-right: max(1em, (100vw - 1362px) / 2 + 1em);
  }
  .catchcopy h2 {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #002747;
    letter-spacing: 0.3em;
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: right;
  }
  /* ページヘッダー */
  .page-header {
    margin-top: 58px;
    position: relative;
  }
  .page-header #header-container {
    z-index: 10000;
    top: 0;
    position: fixed;
    background-color: #fff;
    height: 58px;
    width: 100%;
  }
  .page-header #header-container .hd_row {
    display: flex;
    justify-content: space-between;
  }
  .page-header #header-container .hd_row .hd_sitename {
    margin-top: 12px;
    padding-left: 3%;
  }
  /*トップページ*/
  #top_contents {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  #top_contents .sec_header {
    margin-bottom: 30px;
  }
  #top_contents .sec_header h2 {
    font-size: 50px;
    font-size: 3.125rem;
    font-family: "Orbitron", sans-serif;
    color: #004389;
    padding-bottom: 20px;
  }
  #top_contents .sec_header .sec_md {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  #top_contents .sec_txt {
    line-height: 1.9;
  }
  #top_contents {
    /*稲見精密の強み*/
  }
  #top_contents #topsec_strengths {
    padding-bottom: 284px;
    margin-bottom: 220px;
  }
  #top_contents #topsec_strengths::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/strengths_bg.jpg") center/cover no-repeat;
    z-index: 0;
  }
  #top_contents #topsec_strengths .sec_row {
    margin-top: 94px;
    display: block;
  }
  #top_contents #topsec_strengths .sec_row .sec_col {
    width: 100%;
  }
  #top_contents #topsec_strengths .sec_row .sec_col .sec_inner {
    margin: 0;
    padding: 0%;
  }
  #top_contents #topsec_strengths .sec_row .sec_col .sec_inner .sec_txt {
    padding-bottom: 25px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #top_contents #topsec_strengths .sec_row .sec_col .sec_inner h3 {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 36px;
  }
  #top_contents #topsec_strengths .sec_row .st_right {
    display: block;
    width: 100%;
    position: relative;
  }
  #top_contents #topsec_strengths .sec_row .st_right .st_right_inner {
    height: 302px;
    width: 342px;
    position: absolute;
    top: 19%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 112px;
  }
  #top_contents #topsec_strengths .sec_row .st_right .st_right_inner img {
    position: absolute;
    max-width: 276px;
    width: 100%;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
  #top_contents #topsec_strengths .sec_row .st_right .st_right_inner .strengths_link {
    position: absolute;
    bottom: 20px;
    right: 20%;
  }
  #top_contents #topsec_strengths .sec_row .st_right .st_right_inner .strengths_link a,
  #top_contents #topsec_strengths .sec_row .st_right .st_right_inner .strengths_link .st_right_link {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  #top_contents #topsec_strengths .sec_row .st_right .st_right_inner .strengths_link a::after,
  #top_contents #topsec_strengths .sec_row .st_right .st_right_inner .strengths_link .st_right_link::after {
    content: "";
    display: inline-block;
    width: 54px;
    height: 54px;
    flex-shrink: 0;
  }
  #top_contents {
    /*お知らせ*/
  }
  #top_contents #topsec_news {
    padding-top: 94px;
    padding-bottom: 94px;
    margin-bottom: 94px;
  }
  #top_contents #topsec_news .sec_row {
    flex-direction: column;
  }
  #top_contents #topsec_news .sec_row .news-item {
    display: block;
    align-items: center;
    gap: 20px;
    padding: 16px 0;
  }
  #top_contents #topsec_news .sec_row .news-item .news-item__meta {
    padding-bottom: 12px;
    gap: 14px;
    display: flex;
    align-items: center;
  }
  #top_contents #topsec_news .sec_row .news-item__date {
    font-size: 12px;
    font-size: 0.75rem;
    white-space: nowrap;
    flex-shrink: 0;
  }
  #top_contents #topsec_news .sec_row .news-item__cat {
    color: #004389;
    width: 114px;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
    border: 1px solid;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
  }
  #top_contents #topsec_news .sec_col_rt {
    width: 100%;
  }
  #top_contents #topsec_news .news-tabs {
    gap: 3px;
  }
  #top_contents #topsec_news .news-tabs .news-tab {
    padding: 13px 16px;
  }
  #top_contents #topsec_news .sp_show.arrow {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
  }
  #top_contents {
    /*事業紹介*/
  }
  #top_contents #topsec_service {
    margin-bottom: 100px;
  }
  #top_contents #topsec_service .service-slider {
    margin-top: 50px;
    position: static;
    top: 90px;
    left: 0;
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
  #top_contents #topsec_service .service-slider__track {
    gap: 13px;
    display: flex;
    height: 100%;
    animation: service-slide 30s linear infinite;
    will-change: transform;
  }
  #top_contents #topsec_service .service-slider__track img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    flex-shrink: 0;
    display: block;
  }
  #top_contents #topsec_service .sec_col_text {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    height: 100%;
    display: block;
    align-items: center;
  }
  #top_contents #topsec_service .sec_col_text .sec_inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 80px;
  }
  #top_contents #topsec_service .sec_col_text .sec_inner h3 {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 30px;
  }
  #top_contents #topsec_service .sec_col_text .sec_inner .sec_txt {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 20px;
  }
  #top_contents #topsec_service .sec_col_text .sec_inner .highlight {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    padding-bottom: 20px;
  }
  #top_contents #topsec_service .sec_col_text .sec_inner .service-link {
    padding-top: 0;
  }
  #top_contents .pc {
    display: none;
  }
  #top_contents .sp {
    margin-top: 25px;
    display: inline-block;
  }
  #subpage_header_title {
    margin-top: 55px;
    padding: 0;
    position: relative;
    background-color: #aaa;
  }
  #subpage_header_title .subpage_header_img img {
    width: 100%;
    height: 200px;
  }
  #subpage_header_title .subpage_title {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 90%;
    background: #fff;
  }
  #subpage_header_title .subpage_title .sec_header {
    max-width: 613px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 1em;
  }
  #subpage_header_title .subpage_title .sec_header h2 {
    font-size: 38px;
    font-size: 2.375rem;
    font-family: "Orbitron", sans-serif;
    font-weight: normal;
    color: #004389;
    line-height: 0.9;
    padding-top: 30px;
    padding-bottom: 24px;
  }
  #subpage_header_title .subpage_title .sec_header .sec_md {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #004389;
  }
  #content h1 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold;
    margin: 70px 0 35px;
    line-height: 1.4;
  }
  #content h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 100px 0 30px;
    line-height: 1;
    padding: 0 0.4em; /*上下 左右の余白*/
    background: transparent; /*背景透明に*/
  }
  #content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 24px;
    width: 4px;
    background-color: #004389;
  }
  #content h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 74px 0 20px;
  }
  #content h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 50px 0 15px;
    line-height: 1.4;
  }
  #content h5 {
    font-size: 16px;
    font-size: 1rem;
    margin: 30px 0 10px;
    line-height: 1.4;
  }
  #content h6 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 20px 0 5px;
    line-height: 1.4;
  }
  #content a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
  }
  #content .pagination_wrapper ul.page-numbers a.page-numbers,
  #content .pagination_wrapper ul.page-numbers span.page-numbers {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0;
  }
  /* フッター */
  .page-footer {
    background-color: #002747;
    color: #fff;
  }
  .page-footer .footer_flex {
    max-width: 1362px;
    font-size: 17px;
    font-size: 1.0625rem;
    display: block;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    position: relative;
    padding-top: 94px;
    padding-bottom: 94px;
    margin: 0 auto;
  }
  .page-footer .footer_flex .footer_box {
    width: 100%;
    max-width: 770px;
    display: block;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .page-footer .footer_flex .footer_box::before {
    content: "";
    display: none;
  }
  .page-footer .footer_flex .ft_mail_txt {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    padding-bottom: 22px;
  }
  .page-footer .footer_flex .ft_mail {
    width: 100%;
    max-width: 226px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #fff;
    margin-top: 23px;
  }
  .page-footer .footer_flex::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: url("../images/contact_bg.jpg") center/cover no-repeat;
    z-index: 0;
  }
  .page-footer .footer_flex > * {
    position: relative;
    z-index: 1;
  }
  .page-footer .footer_flex .sec_header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 36px;
  }
  .page-footer .footer_flex .sec_header h2 {
    font-size: 50px;
    font-size: 3.125rem;
    font-family: "Orbitron", sans-serif;
    font-weight: normal;
    margin-bottom: 24px;
    line-height: 0.9;
  }
  .page-footer .footer_flex .sec_header .sec_md {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .page-footer .footer_flex p {
    padding-bottom: 6px;
  }
  .page-footer .footer_flex .tel {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .page-footer .footer_flex .tel span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .page-footer .footer_flex .uketuke {
    margin-top: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .page-footer .footer_flex .uketuke2 {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .page-footer .footer_flex .mail {
    padding: 10px 60px 0 60px;
    border-left: 1px solid #fff;
  }
  .page-footer .footer_flex .mail p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #footer-container {
    text-align: center;
    padding: 70px 1em;
  }
  #footer-container .copy_flex {
    margin: 0 auto;
  }
  #footer-container .ft_row {
    display: flex;
    justify-content: space-between;
    line-height: 1.6;
  }
  #footer-container .ft_row .ft_col_lt {
    flex: none;
    width: 100%;
  }
  #footer-container .ft_row .ft_col_lt .ft_logo {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  #footer-container .ft_row .ft_col_lt .site_title {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 1em;
  }
  #footer-container .ft_row .ft_col_lt .ft_sitename {
    margin-bottom: 15px;
  }
  #footer-container .ft_row .ft_col_lt .ft_jyusho_txt {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 1em;
  }
  #footer-container .ft_row .ft_col_lt .ft_tel_txt {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 1em;
  }
  #footer-container .ft_row .ft_col_rt {
    display: none;
    flex: 1 1 auto;
  }
  #footer-container .ft_row .banner_box {
    width: 100%;
    margin-top: 1em;
    height: 100px;
    display: flex;
    justify-content: center;
    padding: 1em;
    background-color: #fff;
  }
  #footer-container .ft_row .banner_box figure {
    margin: 0 1em 0 0;
  }
  #footer-container .ft_row .banner_box figure img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    flex-shrink: 0;
    display: block;
  }
  #footer-container .ft_row .ft_sitemap_block {
    font-size: 14px;
    font-size: 0.875rem;
    display: flex;
    justify-content: space-around;
  }
  #footer-container .ft_row .ft_sitemap_block .ft_st_col > ul > li {
    font-weight: bold;
    margin-bottom: 5px;
  }
  #footer-container .ft_row .ft_sitemap_block .ft_st_col > ul > li a {
    color: #fff;
  }
  #footer-container .ft_row .ft_sitemap_block .ft_st_col > ul > li > ul.sub-menu {
    font-weight: normal;
    margin-top: 20px;
  }
  #footer-container .ft_row .ft_sitemap_block .ft_st_col > ul > li > ul.sub-menu > li {
    margin-bottom: 5px;
  }
  #footer-container .ft_link {
    margin-top: 16px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #footer-container .ft_link a {
    color: #fff;
  }
  #footer-container .ft_copyright {
    margin-top: 30px;
  }
  #footer-container .ft_copyright small {
    font-size: 10px;
    font-size: 0.625rem;
    font-style: normal;
    color: #fff;
  }
  #footer-container .address {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #backtopbtn {
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 0px;
    width: 62px;
    height: 62px;
    background-color: #002747;
  }
  #backtopbtn .f_btn {
    text-align: center;
    width: 62px;
    height: 62px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    display: inline-block;
    border-radius: 0;
  }
  #backtopbtn .f_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: 30%;
    background: url("../images/btn_pagetop_b.webp") center/auto no-repeat;
    z-index: 2;
  }
  #backtopbtn .f_btn:hover::after {
    background-image: url("../images/btn_pagetop_w.webp");
  }
  #content {
    font-size: 14px;
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=design_smp.css.map */