
@charset "UTF-8";

picture.mv {
    max-width: 980px;
    margin: 0 auto 20px;
    display: block;
}

picture.mv img,picture.mv source {
    width: 100%;
}
.lead {
  text-align:center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 30px;
  font-size: 130%;
}
.heading_contents01:after {
  margin: 5px auto 0;
}
h4.heading_contents02 {
    background: #b85b2b;
    margin: 0 0 20px;
    color: #fff;
    font-size: 23px;
    padding: 15px 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
h4.heading_contents02.info-title {
    background: transparent;
    color: #333;
    border-bottom: 2px solid;
    font-weight: 600;
    font-size: 20px;
    padding: 0 0 5px 2px;
}

/* 背景色 */
.c-main {
  position: relative;
  z-index: 20;
  background-color: #ffead9;
  padding: 80px 30px 93px;
  border-radius: 50px 50px 0px 0px;
}

.c-top-strengths.seibo-chugen {
    background: #fff;
}


/* 画像関連 */
.box_article{
  padding: 14px 8px;
  margin: 0px auto 50px;
  max-width: 852px;
}
.image_box {
  display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    gap: 30px 20px;
}
.image_box .image_item {
    width: calc((100% - 60px) / 4);
    position: relative;
}

/* 文字関連 */
.attention {
    color: #c00;
    font-size: 14px;
}

.heading_contents02_caption{
    font-weight: 600;
    margin: 15px 0 30px;
    font-size: 16px;
}


.c-contact__button {
  background-color: #3b1f10;
}

@media screen and (max-width: 768px) {
.lead {
  font-size: 16px;
}
  .image_box .image_item {
    width: calc((100% - 20px) / 2);
  }
}
.image_box .image_item img {
  width: 100%;
}
.image_box .image_item .name {
margin: 0;
    padding: 9px 3px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.04em;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
  .image_box .image_item .name {
    font-size: 15px;
    line-height: 1.7;
  }
  .image_box .image_item .product {
    font-size: 12px;
  }  
  
}
.image_box .image_item .product {
    margin: 0;
    font-size: 13px;
    text-align: left;
}
.image_box .image_item .product.brand{
    font-weight: 600;
    margin: 15px 0 0;
    font-size: 16px;
}
p.incharge-name {
    font-weight: 600;
}
.info{
  position:relative;
}

.c-contact  {
  z-index: 1;
  padding: 30px;
  background-color: #ba6133;
  color: #ffffff;
  border-radius: 30px;
  max-width: 980px;
  margin: 0  auto 165px;
}

  .c-page-title {
  padding: 50px 30px;
}


@media print, screen and (width >=768px) {

.c-contact__button {
        margin: 25px auto;
        padding: 29px 20px;
    }   
.c-contact__tel,.c-contact__name{
        margin-top: 25px;
}
  .c-top-strengths__body {
    gap: 50px 20px;
  } 
  
  .c-top-strengths {
    padding: 0 50px 50px;
  }
  
 }  
  



