.container h1{
	margin: 0;
}
.container h1 img{
	max-width: 100%;
}
.container h1 + p{
	text-align: left;
	margin-top: 25px;
	line-height: 1.8;
}
.ab_list_bt_dw      { margin-bottom: 40px; color: #443829; overflow: hidden;}
.ab_list_bt_dw ul   { display: flex; flex-wrap: wrap;}
.ab_list_bt_dw li   {
  width: 48.6%; margin-top: 20px; margin-right: 2.8%; color: #443829; border-radius: 50px; border: 2px solid #938675; text-align: center;
  background: url('../../common/img/ar_down.png') no-repeat 95%;
}
.ab_list_bt_dw li:nth-child(2n) { margin-right: 0;}
.ab_list_bt_dw li a { padding: 15px 20px; font-size: 18px; display: block;}

#potato_autumn .section {
	margin: 60px 0 80px 0;
}
#potato_autumn .section h2 {
  padding: 0;
	height: 57px;
	line-height: 57px;
	margin-bottom: 30px;
	text-align: center;
	color: #ffffff;
	background: url("../img/ttl_bg.jpg") center top no-repeat;
  -webkit-background-size: 100% 57px;
  background-size: 100% 57px;
}
#potato_autumn .section01 ul {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
#potato_autumn .section01 ul li {
	width: 31%;
	border: #a58153 1px solid;
	background: #eadccc;
}
#potato_autumn .section01 ul li .box {
	padding: 20px 10px 10px 10px;
	height: calc(100% - 8px);
	margin: 4px;
	background: #ffffff;
	box-sizing: border-box;
}
#potato_autumn .section01 ul li .icon {
	text-align: center;
}
#potato_autumn .section01 ul li .icon img {
	height: 46px;
}
#potato_autumn .section01 ul li h3 {
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
#potato_autumn .section01 ul li h3 img {
	height: 17px;
}
#potato_autumn .kanreichi {
	padding: 10px 30px 30px 30px;
	background: #e3f1f6;
}
#potato_autumn .kanreichi h3 {
  padding: 20px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #344f6f;
}
#potato_autumn .kanreichi p {
	font-size: 16px;
}
#potato_autumn .graph {
	margin: 80px 0;
	text-align: center;
}
#potato_autumn .pc_ {
	display: inline;
}
#potato_autumn .sp_ {
	display: none;
}
#potato_autumn .graph h3 {
	padding: 16px 0;
	margin: 0 135px 30px;
	border: #9c8e7c 1px solid;
	border-radius: 8px;
	text-align: center;
	position: relative;
}
#potato_autumn .graph h3::after {
	content: '';
	width: 18px;
	height: 16px;
	background: url(../img/arrow.jpg) center top no-repeat;
	display: block;
	position: absolute;
  top: auto;
	bottom: -16px;
	left: calc(50% - 9px);
}
#potato_autumn .graph h3 img {
	height: 28px;
}
#potato_autumn .attention-list {
	padding: 20px 30px 30px 30px;
	background: #f7f6f3;
}
#potato_autumn .attention-list h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#potato_autumn .attention-list h3 span {
	padding: 0 0 0 40px;
	background: url(../img/ico_attention.png) left center no-repeat;
	-webkit-background-size: 26px 23px;
	background-size: 26px 23px;
	display: inline-block;
}
#potato_autumn .attention-list ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
	list-style: inside;
}

@media only screen and (max-width: 767px) {
  
	.ab_list_bt_dw { margin: 0 10px 30px;}
	.ab_list_bt_dw li { width: 100%; margin-top: 10px; margin-right: 0;}
  .ab_list_bt_dw li a { padding: 10px 20px; font-size: 16px; display: block;}
  .special-intro-text, .special-anchor-links { padding: 0 10px; }
  
  .block-event-page--header-freespace h1     { margin: 0 10px 15px;}
  .block-event-page--header-freespace h1 + p { margin: 0 10px 15px;}

	#potato_autumn .section {
		margin: 40px 0 50px 0;
	}
	#potato_autumn .section {
		margin: 40px 0 50px 0;
	}
	#potato_autumn .section h2 {
		height: auto;
		padding: 8px 0;
		line-height: 1.4;
		margin-bottom: 20px;
		text-align: center;
		font-size: 18px;
		color: #ffffff;
		background: url("../img/ttl_bg.jpg") center top no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#potato_autumn .section01 ul {
		margin: 0 15px 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#potato_autumn .section01 ul li {
		width: 100%;
		margin-bottom: 10px;
		border: #a58153 1px solid;
		background: #eadccc;
	}
	#potato_autumn .section01 ul li .box {
		padding: 20px 10px 10px 10px;
		height: calc(100% - 8px);
		margin: 4px;
		background: #ffffff;
		box-sizing: border-box;
	}
	#potato_autumn .section01 ul li .icon {
		text-align: center;
	}
	#potato_autumn .section01 ul li .icon img.sp_ {
		height: 46px;
    width: auto;
    display: inline;
	}
	#potato_autumn .section01 ul li h3 {
		margin: 10px 0 15px;
		padding: 0;
		text-align: center;
	}
	#potato_autumn .section01 ul li h3 img.sp_  {
		height: 18px;
    width: auto;
    display: inline;
	}
	#potato_autumn .kanreichi {
		padding: 10px 20px 30px 20px;
		background: #e3f1f6;
	}
	#potato_autumn .kanreichi h3 {
    padding: 15px 0;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #344f6f;
	}
	#potato_autumn .kanreichi p {
		font-size: 16px;
	}
  #potato_autumn .section02 .top_text {
    margin: 0 15px;
  }
	#potato_autumn .graph {
		margin: 30px 15px;
		text-align: center;
	}
	#potato_autumn .graph img {
		max-width: 100%;
	}
	#potato_autumn .graph h3 {
		padding: 8px 0 12px;
		margin: 0 0 20px 0;
		border: #9c8e7c 1px solid;
		border-radius: 8px;
		text-align: center;
		position: relative;
	}
	#potato_autumn .graph h3::after {
		content: '';
		width: 18px;
		height: 16px;
		background: url(../img/arrow.jpg) center top no-repeat;
		display: block;
		position: absolute;
		bottom: -15px;
    top: auto;
		left: calc(50% - 9px);
	}
	#potato_autumn .graph h3 img {
		height: 20px;
    width: auto;
    display: inline;
	}
	#potato_autumn .pc_ {
		display: none;
	}
	#potato_autumn .sp_ {
		display: inline;
	}
	#potato_autumn .attention-list {
		padding: 10px 20px 20px 20px;
		background: #f7f6f3;
	}
	#potato_autumn .attention-list h3 {
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	#potato_autumn .attention-list h3 span {
		padding: 0 0 0 40px;
		background: url(../img/ico_attention.png) left center no-repeat;
		-webkit-background-size: 26px 23px;
		background-size: 26px 23px;
		display: inline-block;
	}
	#potato_autumn .attention-list ul li {
		padding-left: 1em;
		text-indent: -1em;
		font-size: 13px;
		list-style: inside;
	}
}
