@charset "UTF-8";
/* style.css with exact duplicates removed (kept only in common.css) */
#side_menu {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#side_menu ul {
  display: flex;
align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

#side_menu nav ul {
  list-style: none;
}

#side_menu nav li:not(:last-child) {
  margin-right: 30px;
  padding-top: 0px;
}

#side_menu nav li:not(:last-child) a:before {
  content: "";
  position: absolute;
  background: url("/img/icon01.png") no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  top: calc(50% - 3.5px);
  left: -9px;
}

#tit01 {
  background-repeat: no-repeat;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(15.625rem, 9.943rem + 28.41vw, 31.25rem);
  position: relative;
  background: url("/img/tit_img01.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 40px;
  color: #fff;
}

#tit01 aside {
  display: block;
  text-align: center;
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
}

#tit01 h1 {
  display: block;
  font-size: clamp(2.5rem, 1.773rem + 3.64vw, 4.5rem);
  line-height: clamp(2.813rem, 1.903rem + 4.55vw, 5.313rem);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
}

#txt02 li:before, #txt03 li:before, .list01 li:before {
  content: "";
  position: absolute;
  background: url("/img/icon01.png");
  width: 7px;
  height: 7px;
  top: 14px;
  left: 15px;
}

#txt03 li:before {
  top: 13px;
  left: 0;
}

#txt02 {
  text-align: center;
  font-size: 18px;
}

.list li {
  margin-bottom: 60px;
  font-size: 18px;
}

.list dl {
  display: flex;
  align-items: flex-start;
}

dl.reverse {
  flex-direction: row-reverse;
}

dt {
  margin-left: 0;
  margin-right: 0px;
}

.list dl.reverse dt {
  margin-right: 0;
  margin-left: 0px;
}

.list h1 {
  margin-bottom: 0;
}

#list a, .list a {
  background: #333;
  color: #fff;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 15px 0;
  width: 260px;
  margin: 15px auto 0;
}
.list01 ul{
	margin-bottom: 20px;
}
.sec {
  background: #f2f2f2;
  max-width: 100%;
  padding: 40px 50px 30px;
}

.sec h1 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 38px;
}

.sec ul {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.sec ul dd h1 {
  margin-bottom: 0;
  text-align: left;
  font-size: 30px;
}

footer {
  padding-top: 30px;
  text-align: center;
  background: #333;
  color: #fff;
  padding-bottom: 20px;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 880px) {
#side_menu li a:link, #side_menu li a:visited {
  display: block;
  width: 100%;
  height: 47px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  line-height: 49px;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#side_menu li a:hover, #side_menu li a:active {
  background: #000;
  color: #fff;
}

#side_menu li a:hover::before, #side_menu li a:active::before {
  background: url("/img/common/menu_arrow_sphover.png") no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  top: calc(50% - 4px);
  left: 39px;
}

.nav-open #side_menu {
  background-color: #fff;
  right: 0;
}

section h1 {
  text-align: center;
}

.list dl {
  display: block;
}

dt {
  text-align: center;
}

dl.reverse {
  flex-direction: row;
}

.reverse ul dd h1 {
  text-align: center;
}
}
