@charset "UTF-8";

.nav-title {
  display: none;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 600px) {
  .for_mobile {
    display: none;
  }
}

@media (max-width: 450px) {
  body .main #index-product #lineupTop dd {
    font-size: 0.5625rem;
    left: 7px;
  }
}

@media (max-width: 599px) {
  * {
    box-sizing: border-box;
  }

  body {
    width: 100% !important;
    min-width: auto !important;
    background: none !important;
    background-color: white !important;
    overflow: hidden;
  }

  body .container {
    width: 100% !important;
  }

  body #header {
    width: 100%;
    height: 65px;
  }

  body #header h1 {
    display: none;
  }

  body #header #language {
    display: none;
  }

  body #header #tel {
    display: none;
  }

  #header-tel {
    display: none;
  }

  body #header #kurimoto_logo {
    display: none;
  }

  body #header #logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 0;
    padding-left: 10px;
  }

  body #header #logo img {
    width: 80% !important;
  }

  body #topicPath {
    display: none;
  }

  body #globalNavi {
    position: relative;
    width: 100%;
    height: 10px;
    z-index: 100;
    overflow-x: clip;
    /*activeクラスが付与されると線が回転して×に*/
  }

  body #globalNavi ul {
    transform: translateX(1000px);
    opacity: 0;
    margin-top: -1px;
    padding: 0 0 20px;
    background-color: white;
    transition: all 0.3s 0s ease-in-out;
  }

  body #globalNavi ul li {
    float: none;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
  }

  body #globalNavi ul li a {
    text-decoration: none;
  }

  body #globalNavi ul img {
    display: none;
  }

  body #globalNavi ul .nav-title {
    display: inline;
    text-decoration: none;
    font-size: 1rem;
    opacity: 1;
  }

  body #globalNavi ul.active {
    display: block;
    transform: translateX(0);
    opacity: 1;
  }

  body #globalNavi .openbtn {
    position: absolute;
    top: -57px;
    right: 5px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-tap-highlight-color: transparent;
  }

  body #globalNavi .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #1C4690;
    width: 45%;
  }

  body #globalNavi .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  body #globalNavi .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  body #globalNavi .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  body #globalNavi .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  body #globalNavi .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  body #globalNavi .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  body #map {
    height: 480px;
  }

  body .cookie-consent {
    padding: 16px 0;
  }

  body .cookie-consent .cookie-text {
    flex: 0 0 67%;
    margin: 0;
    padding-right: 16px;
  }

  body .cookie-consent .cookie-agree {
    flex: 0 0 auto;
  }

  body #view {
    display: none;
  }

  body #mainvisual {
    height: 492px;
  }

  body #mainvisual .g-inner {
    display: none;
  }

  body #footer {
    height: fit-content;
  }

  body #footer ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 20px;
    height: fit-content;
    line-height: 24px;
  }

  body #footer ul li {
    float: none;
  }

  body .button-container {
    display: none;
  }

  body .button-container .map-zoomout,
  body .button-container .map-zoomin {
    display: none;
  }

  body .mainvisual-overlay {
    top: 65px;
    height: 490px;
    background-size: cover;
    background-position: center center;
  }

  body div.g-inner {
    height: 490px;
  }

  body .main {
    display: block;
    float: none;
    width: 100%;
    /**************************************************
    /* プロダクトページ
    /**************************************************/
    /**************************************************
    /* 会社案内
    /**************************************************/
  }

  body .main #news>h2,
  body .main .selection_top>h2 {
    padding: 0;
  }

  body .main #news>h2>img:first-child,
  body .main .selection_top>h2>img:first-child {
    width: 150%;
    height: auto;
  }

  body .main h2>img:first-child {
    width: 100%;
    height: auto;
  }

  body .main>h3 {
    padding-top: 7px;
  }

  body .main>p {
    padding: 0 10px;
  }

  body .main>ul {
    padding: 0 10px;
  }

  body .main>table,
  body .main form>table {
    width: 100%;
  }

  body .main>table tr th,
  body .main form>table tr th {
    min-width: 100px;
  }

  body .main>table tr td.name,
  body .main form>table tr td.name {
    white-space: nowrap;
  }

  body .main>table tr td>input,
  body .main form>table tr td>input {
    width: 100%;
  }

  body .main>table tr br.empty,
  body .main form>table tr br.empty {
    display: none;
  }

  body .main>table tr td .for_pc,
  body .main form>table tr td .for_pc {
    display: none;
  }

  body .main>table tr td .for_mobile,
  body .main form>table tr td .for_mobile {
    display: inline !important;
  }

  body .main>table tr td>input[name=numZip1],
  body .main>table tr td>input[name=numZip2],
  body .main form>table tr td>input[name=numZip1],
  body .main form>table tr td>input[name=numZip2] {
    width: auto;
  }

  body .main>table tr td>input[name=strNameJ],
  body .main>table tr td>input[name=strNameK],
  body .main form>table tr td>input[name=strNameJ],
  body .main form>table tr td>input[name=strNameK] {
    width: 24%;
  }

  body .main #index-product .product-index {
    display: flex;
    flex-wrap: wrap;
  }

  body .main #index-product .product-index dl {
    float: none;
  }

  body .main #index-product .product-index dl dt {
    width: 100%;
  }

  body .main #index-product .product-index .product_double_item.bl-hot {
    width: 100%;
  }

  body .main #index-product .product-index .product_double_item.bl-hot dt {
    display: block;
    width: 100%;
    height: fit-content;
  }

  body .main #index-product .product-index .position_none img {
    width: 100%;
    height: auto;
  }

  body .main #index-product .product_double {
    padding: 0 10px;
  }

  body .main #index-product .bl-hot {
    width: 47%;
    height: auto !important;
  }

  body .main #index-product .bl-hot .firstChild {
    overflow: hidden;
  }

  body .main #index-product .bl-hot dt>img {
    position: static;
    width: 100%;
    height: auto;
  }

  body .main #index-product #lineupTop ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    padding: 0 5px;
  }

  body .main #index-product #lineupTop ul li {
    float: none;
    width: 100%;
    height: auto;
  }

  body .main #index-product #lineupTop ul li dl {
    width: 100%;
    height: 100%;
  }

  body .main #index-product #lineupTop ul li dl dt {
    position: static;
  }

  body .main #index-product #lineupTop ul li dl dt img {
    width: 100%;
    height: auto;
  }

  body .main #index-product #lineupTop ul li dl dd {
    top: 28%;
    width: 60%;
    height: fit-content;
  }

  body .main #index-product #lineupTop ul li dl dd a {
    display: block;
  }

  body .main #product .tab {
    display: flex;
    width: 100%;
  }

  body .main #product #product-title p.firstChild {
    padding: 0 10px 0;
  }

  body .main #product #product-title p.firstChild em {
    font-size: 1rem;
  }

  body .main #product #product-title .product_title_name {
    padding: 5px 10px 0px !important;
    font-size: 1.75rem;
  }

  body .main #product #product-title ul {
    display: inline-block;
    float: none;
    width: fit-content;
  }

  body .main #product #product-title ul li {
    float: none;
  }

  body .main #product #product-title dl {
    position: relative;
    display: inline-block;
    float: none;
    width: fit-content;
    min-width: calc(100% - 40px);
  }

  body .main #product #product-title dl dt {
    position: absolute;
    top: -40px;
    left: 40px;
    width: 100%;
  }

  body .main #product #product-title dl dd {
    position: absolute;
    top: -21px;
    left: 40px;
    width: 100%;
    line-height: 1.15;
    font-size: 10px;
  }

  body .main #product #product-contner img {
    width: 100%;
    height: auto;
  }

  body .main #product #product-contner .product-overview {
    display: flex;
    flex-direction: column-reverse;
  }

  body .main #product #product-contner .product-overview .product-merit {
    float: none;
    width: 100%;
  }

  body .main #product #product-contner .product-overview .product-photo {
    float: none;
    width: 100%;
  }

  body .main #product #product-contner .product-overview .product-photo dl.lastChild {
    padding: 0 20px 20px;
  }

  body .main #product #product-contner .product-contents .imgR {
    display: block;
    float: none;
    margin: 0;
    padding-bottom: 10px;
  }

  body .main #company>p {
    padding: 0 10px;
  }

  body .main #company>p>img {
    width: 100%;
    height: auto;
  }

  body .main #company>ol {
    padding: 0 10px;
  }

  body .main #company>h3 {
    padding: 7px 10px 7px 27px;
    height: fit-content;
    background-size: cover;
  }

  body .main #company>h4 {
    padding-left: 10px;
  }

  body .main #company .company-index {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-right: 10px;
  }

  body .main #company .company-index dl {
    float: none;
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 100%;
  }

  body .main #company .company-index dl dt {
    position: static;
    overflow: hidden;
  }

  body .main #company .company-index dl dt img {
    position: static;
    width: 100%;
    height: auto;
  }

  body .main #company .company-index dl dd.lastChild {
    font-size: 0.675rem;
  }

  body .main #company>table {
    margin: 0 10px 20px;
    width: auto;
  }

  body .main #index-faq .product-index {
    display: flex;
    flex-wrap: wrap;
  }

  body .main #index-faq .product-index .bl-hot {
    width: 47%;
    overflow: hidden;
  }

  body .main #index-faq .product-index dl.product_double_item.bl-hot {
    float: none;
    margin: 0;
    padding: 0 5px;
    width: 100% !important;
    height: fit-content !important;
  }

  body .main #index-faq .product-index dl.product_double_item.bl-hot dt {
    width: 100%;
  }

  body .main #index-faq .product-index dl.product_double_item.bl-hot dt img {
    width: 100%;
  }

  body .main>h3 {
    line-height: 1.3;
  }

  body .main .top-message>h4 {
    padding: 0 10px;
  }

  body .main .top-message>p {
    padding: 0 10px;
  }

  body .main .selection_underground .page_ttl::after {
    width: 100%;
  }

  body #botLink {
    float: none;
    display: block;
    width: 100%;
  }

  body #botLink img {
    width: 100%;
    height: auto;
  }

  #botLink-content {
    float: none;
    width: 100%;
  }

  .botLink-Inner {
    padding: 8px 10px;
  }

  .botLink-txt {
    text-align: start;
    font-size: 12px;
  }

  .botLink-telOuter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 2px;
  }

  .botLink-tel__mark {
    font-size: 12px;
  }

  .botLink-tel__name {
    font-size: 10px;
  }

  .botLink-tel__num {
    font-size: 18px;
  }

  .botLink-form {
    padding: 12px 10px;
  }

  .botLink-form p {
    font-size: 14px;
    padding-left: 28px;
  }

  .botLink-form p::before {
    font-size: 18px;
    width: 20px;
    height: 16px;
  }







  body #sub {
    display: none;
  }

  body #btPageTop {
    width: 100%;
    margin: 0;
  }

  body #footerNaviArea {
    display: none;
  }

  body #footer ul {
    width: 100%;
  }

  body p#copyright {
    width: 100%;
  }

  body #special2015 {
    width: 100%;
    height: auto;
    background-size: cover;
  }

  body #special2015 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 50%;
    padding: 10px;
    width: 100%;
    height: auto;
    height: fit-content;
  }

  body #special2015 ul li {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
    float: none;
  }

  body #special2015 ul li img {
    width: 100%;
    height: auto;
  }

  body #news>h1,
  body #news>h2,
  body #news>h3,
  body #news>h4 {
    padding: 0 10px;
  }

  body #news dl {
    padding: 0 10px;
  }

  body #news dd {
    padding-left: 3em;
    padding-right: 10px;
  }

  body #news>img {
    width: 100%;
    height: auto;
  }

  body #news>table {
    margin: 10px 10px 20px;
    width: calc(100% - 20px);
  }

  body #dictionary h4 {
    padding-left: 10px;
  }

  body #dictionary p {
    padding: 0 10px;
  }

  body #inquiry form table {
    width: 100%;
  }

  body #inquiry form table input,
  body #inquiry form table textarea {
    width: 100%;
  }

  body #inquiry form table br.empty {
    display: none;
  }

  body #inquiry form table td>input[name=numZip1],
  body #inquiry form table td>input[name=numZip2] {
    width: auto;
  }

  body #inquiry form table td>input[name=strNameJ],
  body #inquiry form table td>input[name=strNameK] {
    width: 24%;
  }

  body .selection_top_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
    padding: 0 10px;
  }

  body .selection_top_content>li {
    display: block;
    width: 100%;
    min-height: 60px;
  }

  body .selection_plant .page_ttl::after {
    width: 100%;
  }

  body .docment-dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    width: calc(100% - 10px);
  }

  body .docment-dl dl {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
  }

  body .docment-dl dl dt {
    width: 100%;
  }

  body .nowrap {
    white-space: nowrap !important;
    word-break: keep-all;
  }

  body .acrobat {
    display: none;
  }

  body .docment-index {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    width: calc(100% - 10px);
  }

  body .docment-index dl {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    overflow: hidden;
  }

  body .docment-index dl dt {
    position: static;
    width: 100%;
  }

  body .docment-index dl dt img {
    position: static !important;
    display: block;
    margin: 20px auto !important;
  }

  body .docment-index dl dd:last-child {
    padding: 5px 5px;
  }

  body .sp-2015-description {
    padding: 0 5px;
  }

  body .sp-2015-banner {
    padding: 0 5px;
  }

  body .sp-2015-banner ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }

  body .sp-2015-banner ul li {
    float: none;
    margin: 0;
    aspect-ratio: 1;
  }

  body .sp-2015-banner ul li:nth-child(even),
  body .sp-2015-banner ul li.even {
    margin-bottom: 0;
  }

  body .sp-2015-nav {
    width: 100%;
    padding: 0 5px;
  }

  body .sp-2015-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  body .sp-2015-nav ul li {
    float: none;
    width: auto;
  }

  body .sp-2015-nav ul li img {
    width: 100%;
    height: auto;
  }

  body .product_double_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body .sitemap.full {
    padding-left: 10px;
  }

  body .sitemap.fL {
    float: none;
    padding-left: 10px;
  }

  body .sitemap.fR {
    float: none;
    padding-left: 10px;
  }

  body .cad-ul {
    padding: 0 10px;
  }

  body .cad-ul .fL,
  body .cad-ul .fR {
    float: none;
  }

  .company-table__br {
    display: block !important;
  }

  .company-table__br--sp {
    display: block !important;
  }

  /* 240806会社概要ハンバーガーメニュー追加 */
  /* .company-aC {
    margin-bottom: 0;
  } */

  .company-navWrap {
    position: relative;
    display: block;
    /* margin-bottom: 15px; */
  }

  .company-nav__menu {
    cursor: pointer;
    padding: 15px 20px;
    background-color: #1C4690;
  }

  .company-nav__menu span {
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-right: 32px;
    letter-spacing: .1rem;
  }

  .company-nav__menu span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-top: solid 6px currentColor;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    transition: all .3s;
  }

  .company-nav__menu.rotate span::before {
    transform: translateY(-50%) rotate(180deg);
  }

  .company-nav {
    max-height: 0;
    opacity: 0;
    transition: all .3s;
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 11px -7px #777777;
  }

  .company-nav.open {
    max-height: 300px;
    opacity: 1;
  }

  .company-nav.open>.company-list {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
  }

  .company-list {
    display: none;
  }

  .company-link {
    text-decoration: none !important;
    display: block !important;
    width: 100%;
    height: 100%;
    padding: 8px;
    font-size: 14px;
  }

  .company-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}