.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 li{
	width: 47.31%;
}

.ab_list_bt_dw {
    color: #443829;
    overflow: hidden;
}
.ab_list_bt_dw ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#section02 .ab_list_bt_dw ul,
#section03 .ab_list_bt_dw ul {
	justify-content: center;
}
#section02 .ab_list_bt_dw li,
#section03 .ab_list_bt_dw li {
	margin-right: 0;
}
.ab_list_bt_dw li {
    color: #443829;
    border-radius: 50px;
    border: 2px solid #938675;
    width: 48.6%;
    background: #ffffff url('../../common/img/ar_down.png') no-repeat 95%;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}
.ab_list_bt_dw li:nth-child(3n) {
    margin-right: 20px;
}
.ab_list_bt_dw li:nth-child(2n) {
	margin-right: 0;
}
.ab_list_bt_dw li a {
	width: 100%;
	height: 100%;
    display: flex;
    padding: 10px 20px;
	box-sizing: border-box;
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #007130;
    line-height: 1.5;
}
#broccoli_pixel>.ab_list_bt_dw li a {
	color: inherit;
	font-weight: normal;
}
.ab_list_bt_dw li a span {
	margin: 0 auto;
	align-self: center;
	text-align: center;
}
.section-title {
}
.f-small {
	font-size: 24px;
	margin-left: 20px;
}

#broccoli_pixel .for-sp {
	display: none;
}
#broccoli_pixel .for-pc {
	display: inline;
}
#broccoli_pixel img {
	max-width: 100%;
}
#broccoli_pixel .top_box {
	margin: 20px 0 40px;
	display: flex;
	justify-content: space-between;
}
#broccoli_pixel .top_box .image {
	width: 382px;
}
#broccoli_pixel .top_box .desc {
	width: 430px;
	align-self: center;
}
#broccoli_pixel .top_box .desc p {
	line-height: 1.8;
}
#broccoli_pixel #section01 {
	padding: 25px;
	margin: 20px 0 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: url("../img/bg.png") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#broccoli_pixel #section01>ul {
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 715px;
	margin: 0 auto;
}
#broccoli_pixel #section01>ul>li {
	width: 324px;
}
#broccoli_pixel #section01>ul>li li {
	width: 324px;
	margin-right: 0;
    background-color: #ffffff;
}
#broccoli_pixel #section01 ul li .answer {
	text-align: center;
}
#broccoli_pixel #section01 ul li .answer img {
	height: 364px;
	margin-top: 15px;
}
#broccoli_pixel #section02 {
	padding: 25px;
	margin: 20px 0 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #f2fafe;
}
#broccoli_pixel #section02 .point_box {
	padding-bottom: 30px;
	margin-bottom: 20px;
	background: url("../img/sec02_line.png") center bottom no-repeat;
	-webkit-background-size: auto 5px;
	background-size: auto 5px;
}
#broccoli_pixel #section02 h3 {
	padding: 5px 0;
	margin-bottom: 20px;
	background: #007130;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#broccoli_pixel #section03 {
	padding: 25px;
	margin: 20px 0 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #f2fafe;
}
#broccoli_pixel #section03 .point_box {
	padding-bottom: 30px;
	margin-bottom: 20px;
	background: url("../img/sec03_line.png") center bottom no-repeat;
	-webkit-background-size: auto 5px;
	background-size: auto 5px;
}
#broccoli_pixel #section03 h3 {
	padding: 5px 0;
	margin-bottom: 20px;
	background: #22ac38;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#broccoli_pixel .point_box h4 {
	display: flex;
	align-items: center;
	height: 62px;
	margin-bottom: 10px;
	line-height: 62px;
}
#broccoli_pixel .point_box .icon{
	width: 82px;
}
#broccoli_pixel .point_box .ttl {
	flex: 1;
	display: flex;
	align-items: center;
	margin-left: 20px;
}
#broccoli_pixel .point_box p {
	line-height: 1.8;
}

@media only screen and (max-width: 767px) {
	.ab_list_bt_dw li{
		width: 100%;
		min-height: 60px;
		margin-top: 10px;
	}
	.ab_list_bt_dw li a{
		color: inherit;
		font-weight: normal;
	}
	.section-title {
margin-left: -10px;
margin-right: -10px;
	}	
	.container h1 + p{
		text-align: left;
	}	
	
	.ab_list_bt_dw li:nth-child(1n) {
    margin-right: 0%;
	}
	.ab_list_bt_dw li:nth-child(2n) {
    margin-left: 0%;
	}
	
	.f-small {
		font-size: 12px;
		margin-left: 0;
		display: block;
	}
	
	#broccoli_pixel{
		padding-left: 10px;
		padding-right: 10px;
	}
	#broccoli_pixel h1{
		padding: 0;
		margin: 0;
	}
	#broccoli_pixel h1+p{
		margin-bottom: 1em;
	}

	#broccoli_pixel .for-sp {
		display: inline;
	}
	#broccoli_pixel .for-pc {
		display: none;
	}
	#broccoli_pixel img {
		max-width: 100%;
	}
	#broccoli_pixel .top_box {
		margin: 10px 0 20px;
		display: block;
	}
	#broccoli_pixel .top_box .image {
		width: auto;
		margin-bottom: 10px;
		text-align: center;
	}
	#broccoli_pixel .top_box .desc {
		width: auto;
		text-align: left;
	}
	#broccoli_pixel .top_box .desc p {
		line-height: 1.8;
	}
	#broccoli_pixel #section01 {
		padding: 20px 20px 20px 20px;
		margin: 20px 0 40px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		background: url("../img/bg.png") center top no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#broccoli_pixel #section01 ul {
		padding: 0;
		display: block;
	}
	#broccoli_pixel #section01 ul li {
		width: auto;
		text-align: center;
	}
	#broccoli_pixel #section01 ul li .answer {
		text-align: center;
	}
	#broccoli_pixel #section01 ul li .answer img {
		height: auto;
	}
	#broccoli_pixel #section01>ul>li{
		margin-bottom: 2em;
	}
	#broccoli_pixel #section01>ul>li:last-child{
		margin-bottom: 0;
	}
	#broccoli_pixel #section01>ul>li li{
		width: 100% !important;
	}
	#broccoli_pixel #section01>ul>li li a,
	.point03 + .ab_list_bt_dw li a span{
		font-weight: bold;
		color: #007130!important;
	}
	#broccoli_pixel #section02 {
		padding: 15px;
		margin: 20px 0 40px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		background: #f2fafe;
	}
	#broccoli_pixel #section02 .point_box {
		padding-bottom: 20px;
		margin-bottom: 20px;
		background: url("../img/sec02_line.png") center bottom no-repeat;
		-webkit-background-size: 96% auto;
		background-size: 96% auto;
	}
	#broccoli_pixel #section02 h3 {
		padding: 5px 0;
		margin-bottom: 20px;
		background: #007130;
		text-align: center;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
	#broccoli_pixel #section02 h3 img {
		height: 36px;
		width: auto;
	}
	#broccoli_pixel #section02 .point_box.point03 h4 .ttl img {
		height: 36px;
	}
	#broccoli_pixel #section03 {
		padding: 15px;
		margin: 20px 0 40px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		background: #f2fafe;
	}
	#broccoli_pixel #section03 .point_box {
		padding-bottom: 20px;
		margin-bottom: 20px;
		background: url("../img/sec03_line.png") center bottom no-repeat;
		-webkit-background-size: 96% auto;
		background-size: 96% auto;
	}
	#broccoli_pixel #section03 h3 {
		padding: 5px 0;
		margin-bottom: 20px;
		background: #22ac38;
		text-align: center;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
	#broccoli_pixel #section03 h3 img {
		height: 36px;
		width: auto;
	}
	#broccoli_pixel .point_box h4 {
		height: auto;
		margin-bottom: 10px;
		line-height: 1.2;
		display: flex;
	}
	#broccoli_pixel .point_box .icon {
		margin-right: 5px;
		text-align: left;
		align-self: center;
		width: 53px;
	}
	#broccoli_pixel .point_box .icon img {
		height: 40px;
		width: auto;
		position: relative;
		left: -5px;
	}
	#broccoli_pixel .point_box .ttl {
		margin-left: 0;
		align-self: center;
	}
	#broccoli_pixel .point_box .ttl img {
		height: 18px;
		width: auto;
	}
	#broccoli_pixel #section03 .point_box h4 .ttl img {
		height: 36px;
		width: auto;
	}

	h2.ttllineup{
		margin: 0 10px;
	}
}
h2#lineup {
    background-color: #fff;
}