@charset "UTF-8";
/* CSS Document 共通パーツ ここから */
body {
    background-color: #F4F2EA;
}
.padding-top-5rem {
    padding-top: 5rem;
}
.padding-top-10rem {
    padding-top: 10rem;
}
.padding-bottom-10rem {
    padding-bottom: 10rem;
}
.bg-F4F2EA {
    background-color: rgba(244,242,234,0.95);
}
.bg-FFD75E {
    background-color: rgba(255,215,94,0.95);
}
.headingTxt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 3.0rem;
}
.headingTxtSub {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
}
/* CSS Document 共通パーツ ここまで */
.mainTitle {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 3.0rem;
}
/* Top ページ */
.newsBox {
    margin-top: 35px;
    border-top: 1px solid #000000;
    border-bottom:  1px solid #000000;
}
#newsBoxTitle {
    /*width: 60vw;*/
    /*margin: 0 auto;*/
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2.0;
}
#newsBoxTitleSmallTxt {
    font-size: 1.0rem;
}
.newsArticles {
    display: flex;
}
.newsArticles p {
    font-size: 1.0rem;
    line-height: 1.7;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #5C5C5C;
}
.newsArticles h5 {
    font-size: 1.0rem;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Top ページ　ここまで */
/* About 私たちについて */
.aboutTxt {
    /*width: 60vw;*/
    /*margin: 0 auto;*/
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2.0;
}
/* Service 業務内容 */
.service-a-href {
    width: 100%;
}
.serviceTitle {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
}

/* Company 会社情報 */
.about-list {
    /*width: 60vw;*/
    /*margin: 0 auto;*/
    padding-left: 0px;
    list-style: none;
}
.about-list li {
    border-bottom: 2px solid #000;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
}
.about-list dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}
.about-list dt {
    width: 30vw;
    padding: 0 0 0 2vw;
    white-space: nowrap;
}
.about-list dd {
    width: 68vw;
    padding-right: 2vw;
}

/* お問い合せ・ご注文先 */
.footerTitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 2.0;
}
h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.4;
  position: relative;
  margin-bottom: 2em;
  padding: 1.1rem 1.6rem;
  border-radius: 10px;
  background: #FFFFFF;
}

h3:before,
h3:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #FFFFFF;
}

h3:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}

h3:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}
.footerTel {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
}