@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');
* {
  margin: 0;
  padding: 0;
}
.all_calendar_wrap * {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.all_calendar_wrap .pc_block {
  display: block;
}
.all_calendar_wrap .sp_block {
  display: none;
}

.all_calendar_wrap .main_img {
  margin-bottom: 22px;
}

.all_calendar_wrap img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

/*20220107*/
p.main_txt{
	font-size: 18px;
	line-height: 1.4;
	margin:20px 0px 15px;
}
img.check{
	width: 100%;
	margin-bottom: 32px;
}
.ttl p{
	font-size: 28px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.ttl .arrow{
	width: 15px;
	height: 15px;
	border: 3px solid;
	border-color:  transparent transparent #EAAF2E #EAAF2E;
	transform: rotate(-45deg);
	margin: 0 auto 25px;
}
.ttl p span{
	font-size: 35px;
}

.list{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list .cnt{
	margin-right:34px;
	margin-bottom: 49px;
	width: 47.8%;
}
.list .cnt:nth-child(2n){
	margin-right: 0px;
}
.list .cnt .cnt_txt{
	margin-bottom: 10px;
	text-align: center;
}
.list .cnt .cnt_txt p:nth-child(1){
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #444444;
	margin-bottom: 10px;
}
.list .cnt .cnt_txt p:nth-child(2){
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	color: #F27115;
}
.list .cnt .cnt_img{
	margin-bottom: 10px;
}
.list .cnt .cnt_img img{
	width: 100%;
}
.list .cnt .cnt_btn{
	text-align: center;
}
.list .cnt .cnt_btn img{
	width: 80%;
}

.others{
	margin-bottom: 18px;
}
.others p{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #F27115;
	line-height: 1.4;
}
.others p.others_ttl{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background: #F8C900;
	padding: 10px 0px;
	text-align: center;
	margin-bottom: 20px;
}