@charset "UTF-8";

#content a {
  color: #000;
  text-decoration: none;
}
#content i,
#content em {
  font-style: normal;
}
#content p,
#content span {
  line-height: 2.2;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.1em;
}
#content .page_ttl {
  text-align: center;
}
#content .page_ttl img {
  max-width: 1500px;
  width: 100%;
}
#content .normal {
  margin-top: 45px;
}
#content .center-inner {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 100px;
}
#content .sns {
  margin-top: 40px;
}
#content .sns span {
  display: block;
}
#content .menu_wrap {
  margin-top: 110px;
}
#content .menu_wrap .sub_ttl {
  margin-bottom: 85px;
}
#content .menu_wrap .menu_inner_wrap + .menu_inner_wrap {
  margin-top: 100px;
}
#content .menu_wrap .menu_inner_wrap .min_ttl {
  padding-bottom: 35px;
    margin-bottom: 45px;
  border-bottom: 1px dashed #000;
}
#content .menu_wrap .menu_inner_wrap .text {
  display: inline-block;
  text-align: left;
}
#content .menu_wrap .menu_inner_wrap .text_inner {
  display: flex;
  flex-wrap: wrap;
}
#content .menu_wrap .menu_inner_wrap .text_inner + .text_inner {
  margin-top: 17px;
}
#content .menu_wrap .menu_inner_wrap .text_inner p {
  line-height: 1.8;
}
#content .menu_wrap .menu_inner_wrap .text_inner .t01 {
  width: 300px;
  margin-right: 100px;
}
#content .menu_wrap .menu_inner_wrap .text_inner .t02 {
    min-width: 90px;
    text-align: right;
}
#content .menu_wrap .menu_inner_wrap .img {
  margin-top: 45px;
}