@charset "UTF-8";
/* editor */
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
main {
  padding: 70px 110px 80px;
}
.information {
  /* max-width: 650px; */
  margin: 0 auto;
}
.information .content {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .05em;
  color: #333;
  margin: 0 25px;
}
.information .content p {
  margin-bottom: 1.5em;
}
.information .content h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #333;
  margin: 0.15em 0 1em;
}
.information .content ul {
  list-style: disc;
  margin-left: 50px;
}
.information .content li {
  margin-bottom: 0.8em;
}
/*お知らせ*/
.info_box {
  max-width: 960px;
  margin: 0px auto 60px auto;
  padding: 0px;
}
.information .content .info_box__date {
  margin: 0;
}
.info_box__heading {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 2em 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}
.info_box__heading .info_box__date {
  flex: 0 0 auto;
  padding-top: 0.15em;
  white-space: nowrap;
}
.info_box__heading h3 {
  flex: 1 1 auto;
  margin: 0;
}
.info_box__main_image {
  margin: 0 0 24px;
}
.info_box__main_image img {
  display: block;
  width: 100%;
}
.info_box__title_with_line {
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}
.information .content .info_box__date--right {
  margin: 10px 0 24px;
  text-align: right;
}
.info_box--sample {
  margin-top: 56px;
}
.article_product {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #dddddd;
  border-radius: 12px;
}
.article_product__title {
  margin: 0 0 16px;
  font-size: 20px;
}
.article_product__meta {
  margin: 0;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 24px;
  row-gap: 12px;
}
.article_product__meta dt {
  font-weight: bold;
}
.article_product__meta dd {
  margin: 0;
}
.article_product__video {
  margin-top: 24px;
  aspect-ratio: 16 / 9;
}
.article_product__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.article_product__sns {
  margin-top: 38px;
  text-align: center;
}
.information .content .article_product__sns_title {
  margin: 0 0 16px;
  font-weight: bold;
  text-align: center;
}
.information .content .article_product__sns_title--share {
  margin-top: 36px;
}
.article_product__official_sns,
.article_product__share_sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article_product__official_sns {
  gap: 14px;
}
.article_product__official_sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 190px;
  padding: 10px 14px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #333333;
  text-decoration: none;
  line-height: 1.4;
  box-sizing: border-box;
}
.article_product__official_sns a:hover,
.article_product__share_sns a:hover {
  opacity: .7;
}
.article_product__official_sns img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.article_product__share_sns {
  gap: 22px;
}
.article_product__share_sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.article_product__share_sns img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.info_parts {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 32px;
}
.info_parts--image-right {
  grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
}
.info_parts__image {
  margin: 0;
}
.info_parts__image img {
  display: block;
  width: 100%;
}
.info_parts__image figcaption {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666666;
}
.info_parts__body h4 {
  margin: 0 0 12px;
  font-size: 1.7rem;
  line-height: 1.5;
}
.info_parts__body p:last-child {
  margin-bottom: 0;
}
.info_product_card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #dddddd;
  border-radius: 12px;
}
.info_product_card__image {
  margin: 0;
}
.info_product_card__image img {
  display: block;
  width: 100%;
}
.info_product_card__title {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.information .content .info_product_card__number {
  margin-bottom: 12px;
  font-weight: bold;
}
.info_product_card__button {
  display: inline-block;
  margin-top: 6px;
  padding: 8px 18px;
  border: 1px solid #333333;
  color: #333333;
  text-decoration: none;
  line-height: 1.5;
}
.info_product_card__button:hover {
  opacity: .7;
}
.info_quote {
  margin: 32px 0 0;
  padding: 20px 24px;
  border-left: 4px solid #cccccc;
  background-color: rgba(255, 255, 255, .35);
}
.info_quote p:last-of-type {
  margin-bottom: 0;
}
.info_quote cite {
  display: block;
  margin-top: 12px;
  font-size: 1.2rem;
  color: #666666;
  font-style: normal;
  text-align: right;
}
