.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 {
    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;
    background: url('../../common/img/ar_down.png') no-repeat 95%;
    text-align: center;
}
.ab_list_bt_dw li:nth-child(2n) {
	margin-right: 0;
}
.ab_list_bt_dw li a {
    display: block;
    padding: 15px 20px;
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
	.container h1{
		margin-bottom: 30px;
	}
	#seedlingexpress {
		padding: 30px 0 0;
		margin: 0 0 40px;
	}
	#seedlingexpress ul {
		display: flex;
		justify-content: space-between;
		margin: 0 0 30px;
	}
	#seedlingexpress ul:last-of-type {
		padding: 30px 0 0;
	}
	#seedlingexpress ul li {
		width: 435px;
		box-sizing: border-box;
		padding: 15px;
		text-align: center;
	}
	#seedlingexpress ul:first-of-type li:first-child {
		background: #eee3f3;
	}
	#seedlingexpress ul:first-of-type li:last-child {
		background: #e3f4ef;
	}
	#seedlingexpress ul:last-of-type li:first-child {
		background: #f6f0d6;
	}
	#seedlingexpress ul:last-of-type li:last-child {
		background: #f7e6e8;
	}
	#seedlingexpress ul li img {
		margin: 0 0 15px;
		width: 100%;
	}
	#seedlingexpress ul li p {
		font-size: 16px;
	}
	#seedlingexpress .text_ {
		font-size: 16px;
		line-height: 30px;
	}
	#seedlingexpress .caution_ {
		padding: 20px 0 0;
	}
	#seedlingexpress .caution_ p {
		position: relative;
		padding: 0 0 0 15px;
		font-size: 14px;
		line-height: 21px;
	}
	#seedlingexpress .caution_ p:before {
		content: '※';
		position: absolute;
		top: 0;
		left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.section-title {
	    font-size: 16px;
	}	
	.container h1 + p{
		text-align: left;
		margin-top: 15px;
	}	
	.ab_list_bt_dw {
    margin: 0 10px 20px;
	}
	.ab_list_bt_dw li {
		width: 100%;
    margin-top: 10px;
    margin-right: 0;
	}
  .ab_list_bt_dw li a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
  }
	
	#seedlingexpress {
		padding: 0 10px;
		margin: 0 0 20px;
	}
	.block-event-page h1.ab_bn {
		margin: 0 0 10px 0;
	}
	#seedlingexpress ul {
		margin: 0 0 20px;
	}
	#seedlingexpress ul:last-of-type {
		padding: 20px 0 0;
	}
	#seedlingexpress ul li {
		padding: 15px 15px 12px;
		text-align: center;
		margin: 0 0 15px;
	}
	#seedlingexpress ul li:last-child {
		margin: 0;
	}
	#seedlingexpress ul:first-of-type li:first-child {
		background: #eee3f3;
	}
	#seedlingexpress ul:first-of-type li:last-child {
		background: #e3f4ef;
	}
	#seedlingexpress ul:last-of-type li:first-child {
		background: #f6f0d6;
	}
	#seedlingexpress ul:last-of-type li:last-child {
		background: #f7e6e8;
	}
	#seedlingexpress ul li img {
		width: 100%;
		margin: 0 0 12px;
	}
	#seedlingexpress ul li p {
		font-size: 14px;
	}
	#seedlingexpress .text_ {
		font-size: 14px;
		line-height: 24px;
	}
	#seedlingexpress .caution_ {
		padding: 10px 0 0;
	}
	#seedlingexpress .caution_ p {
		position: relative;
		padding: 0 0 0 15px;
		font-size: 12px;
		line-height: 20px;
	}
	#seedlingexpress .caution_ p:before {
		content: '※';
		position: absolute;
		top: 0;
		left: 0;
	}
}