@charset "utf-8";
/* CSS Document */

/* 打ち消し */
.detail p {margin: 0;font-size: 15px;}
nav.pankuzu {margin-bottom: 56px;}
.sub-title {font-weight: bold;}

@media screen and (max-width: 1189px) {
  article.detail {max-width: initial;}  
}

.sp_block {display: none;}
@media screen and (max-width: 767px) {
  .sp_block {display: block;}
}


/* 固有 */
.case_ttl {
  background: #E8EEFF;
  color: #00335E;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  font-size: 22px;
  font-weight: bold;

}
.case_inner {
  width: 95%;
  margin: 0 auto;
}
.case_inner--btn {
  display: inline-block;
  &:hover {text-decoration: none;}
}
.case_inner--tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  margin-top: 1em;
  margin-bottom: 3em;
  li {
    background: #49407D;
    color: #fff;
    border-radius: 50px;
    padding: 0.5em 1em;
  }
}
.case_inner--fig {margin: 0;text-align: center;}


.business_content--txt p:not(:last-child) {
  margin-bottom: 1em;
}

.strength_list {

}
.strength_list--child {
  &:not(:last-of-type) {margin-bottom: 2em;}
}
.strength_list--ttl {
  font-size: 20px;
  background: #E8EEFF;
  color: #0C0052;
  font-weight: bold;
  margin-bottom: 0.5em;
  @media screen and (max-width: 767px) {
    font-size: min(18px, 4.5vw);
  }
}
.strength_list--ttlNum {
  background: #0C0052;
  color: #fff;
  min-width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  @media screen and (max-width: 767px) {
    min-width: 36px;
    height: 36px;
    margin-right: 0.5em;
  }
}

.product_line--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px 20px;
  @media screen and (max-width: 767px) {
    gap: 32px 10px;
  }
}
.product_line--child {
  width: calc(50% - 10px);
  max-width: 454px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  figure {margin: 0;}
  @media screen and (max-width: 767px) {
    width: calc(50% - 5px);
    gap: 10px;
  }
}
.product_line--ttl {
  position: relative;
  width: 100%;
  background: #E8EEFF;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding: 0.75em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  &::before {
    content: '';
    display: inline-block;
    background: #0C0052;
    width: 6px;
    height: 30px;
  }
  @media screen and (max-width: 767px) {
    align-items: initial;
    &::before {height: auto;}
  }
}



.intro_block {
	padding: 30px 5%;
	background: #F5F5F5;
	margin: 50px auto 0;
  p {font-size: 15px;}
}
.intro_block--art {
	margin: 0 auto 20px;
  padding: 24px 5%;
  figure {
    margin: 0;
    min-width: 294px;
    text-align: center;
  }
  figure img {
    max-width: max-content;
  }
  @media screen and (max-width: 1189px) {
    figure {
      min-width: initial;
    }
  }
	@media screen and (max-width: 767px) {
    
  }
}
.intro_block--left {
	display: flex;
	flex-direction: column;
	gap: 2em;
  @media screen and (max-width: 767px) {
    & + figure {
      width: 100%;
      img {
        width: 100%;
        height: auto;
      }
    }
  }
}
.intro_block--leftTxt {
  p:not(:last-child) {margin-bottom: 1em;}
}
.intro_block--ttl {
	font-size: 20px;
	font-weight: bold;
  color: #0C0052;
}

.bk-fff {background: #fff;}
.intro_block--art.bk-fff {
  display: flex;
	align-items: flex-start;
	gap: 20px;
  margin: 0 auto;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: center;
  }
}

.intro_block--artInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  *:not(.intro_block--btn img) {
    width: 100%;
    text-align: left;
  }
  figure {text-align: center!important;}
}

.intro_block--artFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5em;
  li {
    width: calc(50% - 0.75em);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: center;
    li {width: 100%;}
  }
}

.intro_block--btn {
  position: relative;
  max-width: 328px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  background: #C2BFD4;
  color: #0C0052;
  padding: 1em 0.5em;
  text-decoration: none!important;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  &:link, &:visited {
    color: #0C0052;
  }
  &:hover {opacity: 0.8;}
  img[src="img/btn_icon.png"] {
    position: absolute;
    right: 2em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
  }
  @media screen and (max-width: 767px) {
    box-sizing: border-box;
    img[src="img/btn_icon.png"] {right: 2.5%;}
  }
}

/* @media print{
  body {
    width: 1280px;
    zoom:68%;
    position: relative;
    size: A4 portrait;
  }
} */