@charset "utf-8";
/* CSS Document */

.btn_box a {
	position: relative;
  background: #4fa67d;
	display: block;
  width: 500px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 10px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #4fa67d;
  transition: .3s;
	margin: 0 auto 30px;
}

.btn_box a:before {
	content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: calc(50% - 0.3em);
  right: 20px;
  transform: rotate(45deg);
}


h3.spirit_tit{
  margin-top: 40px;
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px dotted #801A30;
  font-size: 28px;
}

.mov_wrap {
	margin-bottom: 30px;
}

.mov_wrap:last-of-type {
	margin-bottom: 0;
}

.mov_wrap ul .mov_box {
  margin-bottom: 40px;
}

.mov_wrap ul .mov_box iframe {
	width: 100%;
  height: 390px;
}

.mov_wrap ul .mov_box iframe {
	width: 100%;
}

.mov_wrap ul video {
	width: 100%;
}

.mov_wrap ul .mov_box .txt_box {
	margin-top: 10px;
}

.mov_wrap ul .mov_box .txt_box .ttl {
	text-align: center;
  font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mov_wrap ul .mov_box .txt_box .ttl span {
  font-size: 18px;
}

.mov_wrap ul .mov_box .txt_box .txt {
  font-size: 20px;
  line-height: 1.5;
}
