@charset "utf-8";

img {
  max-width: 100%;
}

.haba-sp {
  margin: 0 20px;
  text-align: left;
}

h1 {
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

h2 {
  text-align: center;
}

.top-img{
  position: relative;
}

.bottom-right{
  position: absolute;
  width: 70px;
  bottom: 25px;
  right: 15px;
  border-radius: 5px;
}

.catch-top {
  text-align: left;
  margin-top: 20px;
}

.rijityou-word h3{
  margin-top: 30px;
}

.rijityou-word img{
  width: 145px;
  float: right;
  margin-left: 10px;
}

.kensho-waku {
  background-color: #ffffe9;
  border: solid 1px #009b74;
  border-radius: 10px;
  padding: 10px 20px;
}

.nowrap-white{
  white-space: nowrap;
  font-size: 14px;
}

.flexes {
  margin-bottom: 50px;
}

.flexes > div {
  margin: 20px 0;
  margin-bottom: 40px;
}

.flexes h3 {
  margin-top: 0;
}

.sanka{
  margin: 0;
  padding: 0;
}

.sanka li{
  margin-bottom: 40px;
  list-style: none;
  border: #ED6D00 solid 3px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fffff4;
}

.sanka h4{
  background-color: #ED6D00;
  margin-top: 0;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  padding-top: 15px;
  font-size: 18px;
  background-image: none;
}

.sanka li h5{
  background-color: transparent;
  border-radius: 0%;
  color: #ED6D00;
  font-weight: bold;
  border-left: solid 8px #ED6D00;
  border-bottom: solid 1px #ED6D00;
  padding: 0;
  padding-bottom: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}


.sanka_link{
  text-align: center;
}

.sanka_link a{
  position: relative;
  display: inline-block;
  background-color: #009b74;
  color: #fff;
  width: 250px;
  text-align: center;
  line-height: 1;
  padding: 12px 5px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.sanka_link a::after{
	content: ">";
	display: grid;
	position: absolute;
	place-content: center;
	top: 0;
  transform: scaleX(0.4);
  font-size: 26px;
	right: 5px;
	height: 100%;
	transition: 0.3s;
}

.sanka li li{
  margin: 5px 0;
  border: none;
  list-style: disc;
  padding: 0;
}

.sanka li li::marker{
 font-size: 10px;
}

.sanka li img{
  width: 100%;
}

/* li の点位置ズラし */
.no-image li span{
  vertical-align: -3px;
}

p strong{
  color: #ff0000;
  font-size: 18px;
}

.schedule {
  margin-left: auto;
  margin-right: auto;
}

/* テーブルを縦積みに */
.tables, 
.tables tbody,
.tables thead,
.tables tr,
.tables th,
.tables td{
  display: block;
}

th,
td {
  border: solid 1px #aaa;
  padding: 5px;
  border-top: none;
}

tr:first-child th{
  border-top: solid 1px #aaa;
}

th {
  text-align: left;
  font-weight: bold;
  background-color: #ffffe9;
}

th small {
  display: block;
  font-size: 14px;
}

.table-bgc{
  background-color: #fff;
}

.table-line table.table-bgc th{
  font-weight: bold;
  text-align: center;
}

.years-event ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.years-event li {
  border: solid 1px #aaa;
  background-color: #ffffe9;
  margin: 10px 0;
  padding: 10px;
  border-radius: 10px;
}

.years-event ul li img{
  width: 100%;
}

.years-event table tr:last-child td{
  border-bottom: solid 1px #aaa;
}

.torikumi{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.torikumi li{
  width: 100%;
}

.torikumi a{
  position: relative;
  display: block;
  background-color: #fffff4;
  padding: 10px;
  height: 100%;
  line-height: 1.4;
  box-sizing: border-box;
  color: #000;
  padding-right: 30px;
}

.torikumi a::before{
  position: absolute;
  content: ">";
  display: grid;
  place-content: center;
  font-size: 40px;
  transform: scaleX(0.3);
  color: #009b74;
  top: 0;
  right: 0;
  height: 100%;
}

.torikumi a::after{
  content: "";
  display: block;
  clear: both;
}

.torikumi li{
  border: solid 1px #aaa;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.torikumi img{
  width: 100px;
  margin-left: 10px;
  float: right;
}

.torikumi2{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.torikumi2 .w200{
  width: 100%;
}

.torikumi2 h4{
  background-image: none;
  background-color: #fffff4;
  /* color: #009b74; */
  color: #000;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  text-align: center;
}

.torikumi2 li{
  width: 100%;
  background-color: #fffff4;
  border: solid 1px #aaa;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px;
}

.torikumi2 a{
  position: relative;
  display: block;
  border: solid 1px #aaa;
  background-color: #fff;
  padding: 10px;
  height: 100%;
  margin-bottom: 10px;
  line-height: 1.4;
  box-sizing: border-box;
  color: #000;
  padding-right: 30px;
}

.torikumi2 a:last-of-type{
  margin: 0;
}

.torikumi2 a::before{
  position: absolute;
  content: ">";
  display: grid;
  place-content: center;
  font-size: 40px;
  transform: scaleX(0.3);
  color: #009b74;
  top: 0;
  right: 0;
  height: 100%;
}

.torikumi2 a::after{
  content: "";
  display: block;
  clear: both;
}

.anchor span{
  margin: -8px;
}

.torikumi3{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.torikumi3 .w200{
  width: 100%;
}

.torikumi3 h4{
  background-image: none;
  background-color: #fffff4;
  /* color: #009b74; */
  color: #000;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.torikumi3 li{
  width: 100%;
  background-color: #fffff4;
  border: solid 1px #aaa;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px;
}

.df p{
  text-align: center;
  margin-top: 0;
}

.df .w350{
  margin-top: 10px;
}

.kensho-waku .tal span{
	display: block;
	margin-left: 2em;
	text-indent: -2em;
}

.heiwa-kensho{
  font-size: 14px;
}

h1::after{
  content: none;
}

/* h5 の効果打ち消し */
.years-event h5{
  margin: 0;
}
