.container h1 img{
	max-width: 100%;
}
.ab_list_bt_dw {
  margin-bottom: 70px;
  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 {
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding: 5px 20px;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ab_list_bt_dw li a span {
  margin: 0;
  font-size: 18px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
	#okura401 {
		font-size: 20px;
		margin: 0 0 50px;
	}
	.container h1 + p span {
		font-size: 12px;
		line-height: 2;
	}
	.sec {
		margin: 0 0 70px;
	}
	.sec:last-child {
		margin: 0;
	}
	.sec img {
		display: block;
		margin: 0 auto 25px;
	}
	.sec .headline {
		font-size: 20px;
		line-height: 1;
		font-weight: bold;
		text-align: center;
		margin: 0 0 20px;
	}
	.sec .text {
		line-height: 1.8;
	}
}
@media only screen and (max-width: 767px) {
	.section-title {
    font-size: 24px;
		font-weight: bold;
	}	
	#okura401 {
		font-size: 18px;
	}
	#okura401 h1 + p span {
		display: inline-block;
		font-size: 12px;
	}
	
	.ab_list_bt_dw {
    margin: 20px 0 40px;
	}
	.ab_list_bt_dw li {
		width: 100%;
    margin-top: 10px;
    margin-right: 0;
	}
  .ab_list_bt_dw li a {
    min-height: inherit;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
  }
	
	#okura401{
		padding-left: 10px;
		padding-right: 10px;
	}

	#okura401 {
		margin: 0 0 20px;
	}
	.btn_wrapper {
		margin: 20px 0 45px;
	}
	.btn_wrapper a {
		display: block;
		text-align: center;
		border: 2px solid #938675;
		border-radius: 50px;
		padding: 16px 0 14px;
		background: url('../../common/img/ar_down.png') no-repeat right 4% center;
		margin: 0 0 10px;
		text-decoration: none;
	}
	.btn_wrapper a:last-child {
		margin: 0;
	}
	.btn_wrapper a br {
		display: none;
	}
	.sec {
		margin: 0 0 30px;
	}
	.sec:last-child {
		margin: 0;
	}
	.sec h2 {
	margin-left: -10px;
	margin-right: -10px;
	}
	.sec img {
		max-width: 100%;
		margin: 0 0 18px;
	}
	.sec .headline {
		text-align: center;
		font-size: 18px;
		line-height: 1;
		font-weight: bold;
		margin: 0 0 12px;
	}
	.sec .text {
		line-height: 1.8;
	}
}