@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

body {
  background-color: rgb(var(--accentcolor-1));
}

#main {
  padding-bottom: 40px;
  font-weight: 400;
}

@media screen and (min-width:768px) {

  #main {
    padding-bottom: 80px;
  }

}

/** ***************************************************************************
 * ページタイトル
 * ************************************************************************* */

#page-header .title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-right: 90px;
  font-size: 1.22em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-header .title::before {
  content: '';
  width: 74px;
  height: 96px;
  margin-right: 16px;
  background: url("../_image/_common/icon-flower-1.png") 0 0 / 100% 100% no-repeat;
}
