@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* ===============================
フォント設定
=============================== */
:root {
  --font_noto_sans: 'Noto Sans JP', sans-serif;
  --font_noto_serif: 'Noto Serif JP', sans-serif;
  --font_libre: 'Libre Baskerville', serif;
  --color_gray: #707070;
}
.font_libre {
  font-family: 'Libre Baskerville', serif;
}
/* ===============================
行間・文字間隔等
=============================== */
#suit_style h2 {
  line-height: 2.4em!important;
  letter-spacing: 0.05em!important;
}
#suit_style h3,
#suit_style h4,
#suit_style h5 {
  line-height: 1.8em!important;
  letter-spacing: 0.05em!important;
}
@media screen and (max-width: 599px) {
  #suit_style h2,
  #suit_style h3,
  #suit_style h4,
  #suit_style h5 {
    letter-spacing: 0.02em!important;
  }
}
#suit_style .suit_style_main_conts p,
#suit_style .suit_style_main_conts p span,
#suit_style .suit_style_main_conts p small,
#suit_style .suit_style_main_conts li,
#suit_style .suit_style_main_conts dt,
#suit_style .suit_style_main_conts dd  {
  line-height: 2.3em!important;
  letter-spacing: 0.06em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  #suit_style .suit_style_main_conts p,
#suit_style .suit_style_main_conts p span,
#suit_style .suit_style_main_conts p small,
#suit_style .suit_style_main_conts li,
#suit_style .suit_style_main_conts dt,
#suit_style .suit_style_main_conts dd  {
  letter-spacing: 0em!important;
}
}
.suit_style_main_conts .inner {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .suit_style_main_conts .inner {
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .suit_style_main_conts .inner {
    width: 96%;
  }
}
/* ===============================
レイアウト
=============================== */
@media screen and (max-width: 599px) {
  #suit_style {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
#suit_style .inner_wrap {
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  #suit_style .inner_wrap {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .suit_style_top {
    padding-top: 3rem;
  }
}
/* ===============================
リンク設定
=============================== */
#suit_style a {
  text-decoration: none!important;
}
#suit_style a:hover {
  color: inherit!important;
}
/* ===============================
リード文
=============================== */
.suit_style_lead {
  text-align: center;
  margin: 5rem auto 6rem;
  padding-bottom: 6rem;
  border-bottom: solid 1px var(--color_gray);

}
#suit_style .suit_style_lead h2 {
  font-size: 2.4rem;
  line-height: 2.0em!important;
  margin-bottom: 2rem;
}
#suit_style .suit_style_lead h2 + p {
  font-size: 1.6rem;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
}
.suit_style_lead h2 span {
  font-size: 3.4rem;
}
@media screen and (max-width: 599px) {
.suit_style_lead {
  width: 94%;
  margin: 2rem auto 3rem;
  padding-bottom: 3rem;
}
#suit_style .suit_style_lead h2 {
    font-size: 1.9rem;
    margin-bottom: 1rem;
    font-weight: 600!important;
}
#suit_style .suit_style_lead h2 + p {
    font-size: 1.4rem;
    font-family: var(--font_noto_sans)!important;
    font-weight: 400;
}
#suit_style .suit_style_lead h2 + p br {
  display: none;
}
}
/* ===============================
見出し
=============================== */
.suit_style_ttl_01 {
    font-size: 2.4rem;
    text-align: center;
    font-family: var(--font_noto_sans)!important;
    font-weight: 400!important;
    margin-bottom: 5rem;
}
.suit_style_ttl_01 small {
  font-size: 1.8rem;
  font-family: var(--font_libre);
  font-weight: 500;
  display: block;
}
.suit_style_ttl_01 small:after {
  content: '';
  display: block;
  width: 1px;
  height: 34px;
  background-color: var(--color_gray);
  margin: 1rem auto;
}
.suit_style_ttl_01 span {
  font-size: 3.4rem;
}
@media screen and (max-width: 599px) {
  .suit_style_ttl_01 {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
    padding: 0 1rem;
  }
  .suit_style_ttl_01 small {
    font-size: 1.4rem;
  }
  .suit_style_ttl_01 small:after {
    width: 1px;
    height: 17px;
    margin: 0.6rem auto;
  }
  .suit_style_ttl_01 span {
    font-size: 2.4rem;
  }
}
/* ===============================
コンテンツ
=============================== */
.style_photo {
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  .style_photo {
    margin-bottom: 2rem;
  }
}
.style_intro {
  font-size: 1.5rem!important;
  font-weight: 500!important;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  .style_intro {
    font-size: 1.4rem!important;
    margin-bottom: 3rem;
  }  
}
#suit_style .style_intro span {
  display: block;
  margin-top: 1rem;
}
.color_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.color_item_list dt {
  width: 9.3%;
}
@media screen and (max-width: 599px) {
  .color_item_list dt {
    width:16%;
  }
}
.color_item_list dd {
  width: 88%;
  font-weight: 500!important;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .color_item_list dd {
    width: 80%;
    font-weight: 400!important;
    margin-bottom: 2rem;
  }  
}
.color_item_list dd span {
  display: block;
  font-weight: 600;
}
#suit_style .color_item_list dd span a {
  text-decoration: underline!important;
}
#suit_style .color_item_list dd span a:hover {
  text-decoration: none!important;
}

