@charset "UTF-8";
/* 個別記事 */
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
#detail .naiyo p a, #detail .naiyo li a {
  color: #005eb6;
}
#detail {
  padding-bottom: 60px;
  float: left;
  width: 72%;
  text-align: left;
  margin: 50px auto 100px;
}
#detail .naiyo {
  padding: 0 0 45px 0;
}
#detail .naiyo ul, #detail .naiyo ol {
  padding-left: 25px;
}
#detail .naiyo ul {
  list-style-type: disc;
}
#detail .naiyo ol {
  list-style-type: decimal;
}
#detail .voice {
  padding: 30px 0;
  text-align: center;
}
#detail .voice h4 {
  text-align: left;
}
#detail .voice img {
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
#detail .voice .comment {
  margin: 30px 0;
  padding: 15px;
  border: 1px solid #333;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}
#detail .voice ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#detail .voice ul li {
  width: 48%;
  margin-bottom: 40px;
}
#detail .pagelink {
  width: 300px;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 0 0;
  position: relative;
}
#detail .pagelink .prev {
  position: absolute;
  left: 0;
  bottom: 0;
}
#detail .pagelink .next {
  position: absolute;
  right: 0;
  bottom: 0;
}
#detail .pagelink .list:before {
  content: "|";
  padding-right: 20px;
}
#detail .pagelink .list:after {
  content: "|";
  padding-left: 20px;
}
#detail #event_table {
  width: 100%;
  border-top: 1px dotted #030000;
}
#detail #event_table th {
  border-bottom: 1px dotted #030000;
  padding: 8px 0;
  width: 120px;
  vertical-align: top;
  color: #0b408a;
  font-weight: bold;
}
#detail #event_table td {
  border-bottom: 1px dotted #030000;
  padding: 8px 0 8px 10px;
}
#detail #event_table .w100 iframe {
  width: 100%;
  height: 350px;
}
#detail.naiyo h1 {
  border-bottom: 2px solid #005fae;
  padding-bottom: 10px;
  margin-bottom: 39px;
  font-size: 25px;
  font-weight: 500;
}
#detail.naiyo h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  background: #EDF6FC;
  padding: 11px 10px;
  margin: 30px 0 15px;
  clear: both;
}
#detail.naiyo h3 {
  font-size: 20px;
  font-size: 2.0rem;
  border-left: 3px solid #005fae;
  font-weight: bold;
  margin: 30px 0 15px;
  padding: 0 10px;
  clear: both;
}
#detail.naiyo h4 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 5px 10px;
  margin: 30px 0 15px;
  border-bottom: 1px solid #005fae;
  clear: both;
}
#detail.naiyo h5 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 30px 0 15px;
  padding: 7px 10px;
  border-bottom: 1px dashed #005fae;
}
#detail.naiyo p {
  margin-bottom: 15px;
  line-height: 25px;
}
.seminar_btn {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
.seminar_btn a {
  margin: 0 auto;
  width: 300px;
  display: block;
  background-color: #444444;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}
#side {
  float: right;
  text-align: left;
  width: 24%;
  margin: 50px auto 100px;
}
#side .saishin {
  background-color: #005fae;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 12px 5px 12px 8px;
}
#side ul li {
  border-bottom: 1px dotted #005fae;
}
#side ul li a {
  display: block;
  padding: 12px 5px 12px 8px;
}
#side .recently_box {
  padding-bottom: 30px;
}
#side .recently_box li {
  overflow: hidden;
}
#side .recently_box li:after {
  clear: both;
}
#side .recently_box li a {
  padding: 8px 0;
}
#side .recently_box li dl {
  overflow: hidden;
}
#side .recently_box li dl dt {
  float: left;
  clear: both;
  width: 100px;
  height: auto;
}
#side .recently_box li dl dd {
  padding-left: 110px;
}
#side .recently_box li dl dd .date {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #detail {
    padding-bottom: 30px;
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  #detail .naiyo {
    padding: 0;
  }
  #detail .se-tit {
    text-align: left;
  }
  #detail .pagelink {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 0 0;
    position: relative;
  }
  #detail .pagelink .prev {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #detail .pagelink .next {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #detail .pagelink .list:before {
    content: "|";
    padding-right: 20px;
  }
  #detail .pagelink .list:after {
    content: "|";
    padding-left: 20px;
  }
  #detail #event_table {
    width: 100%;
    border-top: 1px dotted #030000;
  }
  #detail #event_table th {
    border-bottom: 1px dotted #030000;
    padding: 8px 0;
    width: 120px;
  }
  #detail #event_table td {
    border-bottom: 1px dotted #030000;
    padding: 8px 0;
  }
  #detail #event_table td.w100 {
    border-bottom: 1px dotted #030000;
  }
  #detail #event_table .w100 {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  #side {
    float: none;
    text-align: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto 100px;
  }
  #side h3 {
    background-color: #0d63b2;
    color: #fff;
    font-family: 'Noto Sans JP';
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px 5px 12px 8px;
  }
  #side ul li {
    border-bottom: 1px dotted #030000;
  }
  #side ul li a {
    display: block;
    padding: 12px 5px 12px 8px;
  }
  #side .recently_box {
    padding-bottom: 30px;
  }
  #side .recently_box li {
    overflow: hidden;
  }
  #side .recently_box li:after {
    clear: both;
  }
  #side .recently_box li a {
    padding: 8px 0;
  }
  #side .recently_box li dl dt {
    float: left;
    clear: both;
    width: 100px;
    height: auto;
  }
  #side .recently_box li dl dd {
    padding-left: 110px;
  }
  #side .recently_box li dl dd .date {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* ===========================================
       製造工程を省力化 (#labor-saving)
    =========================================== */
#labor-saving {
  padding: 80px 0;
}
#labor-saving .content-area {
  width: 53.06%;
}
#labor-saving h2 {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: bold;
  color: #104E85;
  margin-bottom: 40px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#labor-saving.common-examples h2 {
  margin-bottom: 30px;
}
#labor-saving.common-examples .ttl-s {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 80px;
  font-weight: 500;
  color: #104E85;
}
#labor-saving .meta-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#labor-saving .meta-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
#labor-saving .meta-badge {
  background-color: #0B518F;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px;
  letter-spacing: 0.05em;
  width: 13.75%;
  text-align: center;
}
#labor-saving .meta-text {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  width: 83.81%;
}
#labor-saving .media-area {
  width: 43.88%;
}
#labor-saving .image-placeholder {
  aspect-ratio: 430 / 305;
}
#labor-saving .image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 767px) {
  #labor-saving {
    padding: 50px 0 60px;
  }
  #labor-saving .content-area {
    width: 100%;
  }
  #labor-saving h2 {
            font-size: 27px;
        font-size: 2.7rem;
    margin-bottom: 38px;
  }
  #labor-saving .meta-text {
    font-size: 18px;
        font-size: 1.8rem;
    width: 78.81%;
  }
  #labor-saving .meta-badge {
    width: 19%;
    text-align: center;
	      font-size: 16px;
    font-size: 1.6rem;
    padding: 2px 5px;
  }
  #labor-saving .media-area {
    width: 100%;
    margin-top: 20px;
  }
  #labor-saving .image-placeholder {
    aspect-ratio: 16 / 11;
  }
}
/* ===========================================
       課題と改善事例 (#case-study)
    =========================================== */
#case-study {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  box-sizing: border-box;
}
#case-study .block {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
#case-study .block:last-child {
  margin-bottom: 0;
}
#case-study h3, #faq h3 {
  font-size: 27px;
  font-size: 2.7rem;
  margin: 40px 0 20px;
  font-weight: bold;
  background-color: #EDF6FC;
  padding: 16px 24px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
#case-study h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  margin: 30px 0 15px;
}
#case-study h4::before {
  content: "";
  width: 4px;
  height: 28px;
  margin-right: 10px;
  display: inline-block;
  background: #125692;
}
#case-study ul.circle-list {
  margin-bottom: 40px;
}
#case-study ul.circle-list li {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 30px;
  padding-left: 15px;
  position: relative;
}
#case-study ul.circle-list li:last-child {
  margin-bottom: 0;
}
#case-study ul.circle-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #125692;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
#case-study ul.circle-list li span {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}
#case-study .paragraph {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media (max-width: 767px) {
  #case-study {
    gap: 36px;
  }
  #case-study .block {
    margin-bottom: 0;
  }
  #case-study h2 {
    font-size: 20px;
    padding: 12px 16px;
  }
}
#related-cases {
  padding: 0 0 90px;
}
#related-cases .l980_continar {
  border-top: 1px solid #E9E9E9;
}
#related-cases h2 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 30px 0;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
#related-cases .card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#related-cases .card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
#related-cases .card-image {
  aspect-ratio: 233 / 159;
  border: 1px solid #DFDFDF;
  margin-bottom: 10px;
}
#related-cases .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#related-cases .card-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
}
#related-cases .card-company {
  line-height: 1.4;
}
@media (max-width: 768px) {
  #related-cases {
    padding: 0 0 90px;
  }
  #related-cases h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #labor-saving.common-examples .ttl-s {
    margin-bottom: 50px;
  }
  #related-cases .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
  #case-study h3, #faq h3 {
    font-size: 23px;
    font-size: 2.3rem;
    padding: 10px 15px;
  }
  #case-study h4 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
#faq {
  padding: 0 0 85px;
}
#faq dl {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #BCC9D5;
  padding: 10px 50px 10px 30px;
  position: relative;
  cursor: pointer;
}
#faq dl:last-child {
  margin-bottom: 0;
}
#faq dl:after {
  content: "";
  width: 18px;
  height: 11px;
  background: url("../images/common/arrow-dw-blue.svg") 0 0 no-repeat;
  background-size: contain;
  width: 12.13px;
  height: 6.94;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#faq dl.is-open:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
#faq dl dt {
  color: #083258;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
#faq dl dt:before {
  content: "Q.";
 font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
}
#faq dl dd {
  display: none;
  margin-top: 15px;
  color: #17120E;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
}
#faq dl dd:before {
  content: "A.";
  font-size: 20px;
  font-size: 2.0rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 0 0 85px;
  }
  #faq dl {
    padding: 10px 27px 10px 15px;
  }
  #faq dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 27px;
  }
  #faq dl dd {
    padding-left: 28px;
  }
  #faq dl dt:before, #faq dl dd:before {
    width: 25px;
    height: 25px;
    left: 0;
  }
  #faq dl dd:before {
    top: 3%;
  }
}