@charset "UTF-8";

.hide-pc {
    display: none;
}

body {
    overflow: unset !important;
}

.floor_img {
    text-align: center;
}

.floor_img img{
    width: auto;
}

.sidebar {
  flex: 1;
  max-width: 340px;
  padding: 20px!important;
  height: fit-content;
  background: #f2f2f2;
  margin-top: 20px;
  position: sticky;
  top: 120px;
      
}


.articleNav__list {
	position: relative;
	padding-top: 1.53846em;
}

.articleNav__list:not(:last-child) {
	padding-bottom: 1.53846em;
}

.articleNav__list:not(:last-child):after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #e6edf1;
	content: "";
}

.articleNav__item a {
	display: inline-block;
	padding: .46154em 0;
}

.-pages .articleNav__item a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	height: 3.07692em;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
}

.articleNav__item span {
	font-size: 1.1em;
}

.-pages .articleNav__item span {
	padding: 0;
}

.articleNav__item.-current a {
	padding: 0 .6em;
	font-weight: 700;
  text-decoration: none;
}

.anq a:link {
  color: #333!important;
}

.articleNav__item.-current a:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(https://www.kubota-works.co.jp/assets/img/bg-sidenav.svg) right center/100% auto no-repeat;
	content: "";
}

.articleNav__item.-current span {
	position: relative;
	background: 0 0;
    color: white;

}

@charset "UTF-8";

main section h3::after {
  bottom: auto;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: var(--color-theme-dark);
}
main section h3 {
  padding-bottom: 1.5em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.under main section.anq {
  padding: 0 0 3em;
}
.anq nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
}
.anq nav ul li {
  width: calc(calc(100% - 2em) / 2);
}
.anq nav ul li a {
  display: block;
  padding: 1em;
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
}
.anq nav ul li a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #008586;
  border-bottom: 2px solid #008586;
  transform: rotate(45deg);
}

.module:not(:first-of-type) {
  margin-top: 5em;
}

/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  margin:0 auto;
}

.accordion-area li {
  margin: 1.5em 0;
}
.accordion-area li li {
  margin: .5em 0;
}

.accordion-area section {
border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 0 0 0 2em;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: var(--color-theme-dark);
}
.title::before{
  top: calc(48% - .75em);
  left: 0;
  transform: rotate(0deg);
}
.title::after{    
  top: calc(48% - .75em);
  left: 0;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
transform: rotate(45deg);
}

.title.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #f5f5f5;
  margin: 0;
  padding: 1.5em 2em;
}

.box dl dt {
  font-weight: 500;
}
.box dl:not(:first-of-type) {
  margin-top: .5em;
}



@media screen and (max-width: 768px) {
    
    .hide-sp {
        display: none !important;;
    }
    
    .floor_img img {
        width: 100%;
    }    
    
    table.date .marker-disc {
        text-align: left;        
    }
    

  .under main section.anq {
    padding: 3em 0 2em;
  }
  .anq nav ul {
    justify-content: center;
    flex-direction: column;
    gap: 1em;
  }
  .anq nav ul li {
    width: 100%;
  }
}

main section.page_title_image h5 {
	margin: 0;
	font-size: 35px;
	font-weight: 500 !important;
	background: #fff;
	letter-spacing: 8px;
	padding: 10px 20px 15px;
	margin-left: 100px;
  }
  main section.page_title_image h5 .engsub {
	margin-top: 1.5em !important;
	/*color: var(--color-base);*/
	font-weight: 100;
	letter-spacing: 1px;
  }
  @media screen and (max-width:768px) {
  
	main section.page_title_image {
	  min-height: 100px;
	}
	main section.page_title_image h5 {
	  font-size: 24px;
	}
	main section.page_title_image h5 .engsub {
	  font-size: 12px;
	}
  
  }
  
  main .index_list ul li {
	background-color: #000;
  }
  main section h2 {
	font-size: 30px;
	  font-weight: 600;
	  margin-top: 1em!important;
	  padding-top: .5em;
	  border-top: 1px solid #ccc;
	  position: relative;
  }
  main section h2 span {
	color: var(--color-theme);
  }
  main section h2::after {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	display: inline-block;
	width: 65px;
	height: 2px;
	background-color: #00A8A9;
  }
  main section h3 {
	font-size: 22px!important;
	font-weight: 600!important;
	margin-bottom: 1em!important;
	padding-bottom: .5em!important;
	position: relative!important;
  }
  main section h3::after {
	content: ""!important;
	position: absolute!important;
	bottom: -2px!important;
	left: 0!important;
	display: inline-block!important;
	width: 2em!important;
	height: 2px!important;
	background-color: var(--color-theme)!important;
  }
  main section h3 span,
  main section h3 strong {
	color: var(--color-theme-dark)!important;
  }

  .content-search {
    padding: 20px 80px!important;
}