#taro-ginger {
  font-size: 20px;
}
.container h1 img{
	max-width: 100%;
}
.ab_list_bt_dw li{
	width: 47.31%;
}

.ab_list_bt_dw {
    color: #443829;
    overflow: hidden;
}
.ab_list_bt_dw li {
    color: #443829;
    border-radius: 50px;
    border: 2px solid #938675;
    width: 48.6%;
    background: url('../../common/img/ar_down.png') no-repeat 95%;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    text-align: center;
}
.ab_list_bt_dw li:nth-child(2n) {
    margin-right: 0;
}
.ab_list_bt_dw li:last-of-type {
	margin-right: 0;
}
.ab_list_bt_dw li a {
    display: block;
    padding: 15px 20px;
}
.section-title {
}
.taro_ginger_section01 .frame {
	margin: 20px 0 30px;
	overflow: hidden;
}
.taro_ginger_section01 .frame .image {
	width: 360px;
	float: left;
}
.taro_ginger_section01 .frame .image img {
	width: 360px;
}
.taro_ginger_section01 .frame ul {
	width: 500px;
	float: right;
}
.taro_ginger_section01 .frame ul li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
	list-style: disc inside;
}
.taro_ginger_section01 .frame ul li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
#taro-ginger {
  font-size: 18px;
}
	.ab_list_bt_dw {
		margin-bottom: 40px;
		color: #443829;
		overflow: hidden;
	}
	.ab_list_bt_dw li{
		width: 100%;
	}
	.ab_list_bt_dw li a{
		font-size:16px;
	}

	.ab_list_bt_dw li:nth-child(1n) {
    margin-right: 0%;
	}
	.ab_list_bt_dw li:nth-child(2n) {
    margin-left: 0%;
}
	.block-event-page--header-freespace{
		padding-left: 10px;
		padding-right: 10px;
	}

	.taro_ginger_section01 .frame {
		margin: 20px 0;
		overflow: hidden;
	}
	.taro_ginger_section01 .frame .image {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
		float: none;
	}
	.taro_ginger_section01 .frame .image img {
		width: 100%;
	}
	.taro_ginger_section01 .frame ul {
		width: auto;
		float: none;
	}
	.taro_ginger_section01 .frame ul li {
		margin-bottom: 10px;
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.7;
		list-style: disc inside;
	}
	.taro_ginger_section01 .frame ul li:last-child {
		margin-bottom: 0;
	}

}