#sunflower_vincent .is-sp {
	display: none;
}
#sunflower_vincent h1{
	margin: 0;
}
#sunflower_vincent h1 img{
	max-width: 100%;
}
#sunflower_vincent h1 + p{
	text-align: left;
	margin-top: 25px;
	line-height: 1.8;
}

#sunflower_vincent .ab_list_bt_dw {
    color: #443829;
    overflow: hidden;
}
#sunflower_vincent .ab_list_bt_dw li {
	margin: 20px auto 0;
  width: 48.6%;
  background: url('../../common/img/ar_down.png') no-repeat 95%;
	text-align: center;
	float: none;
	color: #443829;
	border-radius: 50px;
	border: 2px solid #938675;
}
#sunflower_vincent .ab_list_bt_dw li a {
	display: block;
	padding: 15px 20px;
	text-align: center;
}
#sunflower_vincent .section-title {
}
.special-anchor-links {
  justify-content:space-between;
}
#sunflower_vincent .section-block {
	margin-bottom: 80px;
}
#sunflower_vincent .section-block.sec02 {
	margin-bottom: 40px;
}
#sunflower_vincent .section-txt {
	margin: 2.5% 0;
	text-align: left;
    font-size:18px;
}
#sunflower_vincent .sec01_feature {
	padding: 0;
  list-style: none;
  counter-reset: cnt;
  	width: 100%;
	margin: 0 auto;
}
#sunflower_vincent .sec01_feature > li {
	position: relative;
	margin-top: 32px;
	width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#sunflower_vincent .sec01_feature > li:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
#sunflower_vincent .sec01_feature .feature_thumb {
  width: 440px;
}
#sunflower_vincent .sec01_feature .feature_thumb img {
  width: 100%;
  height: auto;
}
#sunflower_vincent .sec01_feature .feature_desc {
	width: 440px;
}
#sunflower_vincent .sec01_feature .feature_ttl {
	position: relative;
  margin: 0 0 10px;
	padding-left: 28px;
  font-size: 20px;
  font-weight: bold;
	color: #443829;
}
#sunflower_vincent .sec01_feature > li .feature_ttl::before {
  content: counter(cnt);
  counter-increment: cnt;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  font-size: 16px;
	font-weight: 500;
  text-align: center;
	color: #fff;
	background-color: #443829;
  border-radius: 50%;
}

#sunflower_vincent .sec02_point {
  margin: 30px auto 0;
	padding: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
	margin: 0 auto;
}
#sunflower_vincent .sec02_point > li {
	margin-bottom: 40px;
	width: 440px;
}
#sunflower_vincent .sec02_point .point_thumb {
  position: relative;
  width: 100%;
}
#sunflower_vincent .sec02_point .point_thumb img {
	width: 100%;
  height: auto;
}
#sunflower_vincent .sec02_point .point_desc {
  padding: 20px 0 0;
}
#sunflower_vincent .sec02_point > li:nth-of-type(7) .point_desc {
	margin-top: 20px;
	padding: 20px;
	color: #443829;
	background: #fffdda;
	border-radius: 10px;
}
#sunflower_vincent .sec02_point .point_txt-bold {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}
#sunflower_vincent .sec02_point .point_txt-bold span {
	margin-right: 10px;
	padding: 2px 20px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #443829;
	border-radius: 12px;
}
#sunflower_vincent .marker {
	font-weight: bold;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff338) );
	background: linear-gradient( transparent 70%, #fff338 70% );
}
#sunflower_vincent .sec03 {
    text-align: center;
}
#sunflower_vincent .sec03 img {
	margin-top: 20px;
	width: 100%;
	height: auto;
}
#sunflower_vincent .sec03 p+img ,
#sunflower_vincent .sec03 img+img {
	width: auto;
	max-width: 100%;
	margin: 0 auto 1em auto;
}


@media only screen and (max-width: 767px) {
	#sunflower_vincent h2{
		margin: 30px -10px 10px;
	}
	#sunflower_vincent{
		padding-left: 10px;
		padding-right: 10px;
	}
	#sunflower_vincent h1{
		padding: 0;
		margin: 0;
	}

	#sunflower_vincent .is-pc {
		display: none;
	}
	#fuwarich .is-sp {
		display: block;
	}
	#sunflower_vincent .ab_list_bt_dw li{
		width: 100%;
	}
	#sunflower_vincent .section-title {
margin-left: -10px;
margin-right: -10px;
	}
	#sunflower_vincent .section-block {
		margin-bottom: 48px;
	}
	#sunflower_vincent .sec01_feature > li {
		margin-top: 24px;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
	}
	#sunflower_vincent .sec01_feature > li:nth-child(odd) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
	}
	#sunflower_vincent .sec01_feature .feature_thumb {
		margin-top: 16px;
		width: 100%;
	}
	#sunflower_vincent .sec01_feature .feature_ttl {
		padding-left: 24px;
	  font-size: 16px;
	}
	#sunflower_vincent .sec01_feature > li .feature_ttl::before {
	  top: 0;
	  left: 0;
	  width: 20px;
	  height: 20px;
	  font-size: 14px;
	}
	#sunflower_vincent .sec01_feature .feature_desc {
		width: 100%;
	}
	#sunflower_vincent .sec02_point {
		margin-top: 20px;
	}
	#sunflower_vincent .sec02_point > li {
		margin-bottom: 24px;
		width: 100%;
	}
	#sunflower_vincent .sec02_point .point_desc {
		padding-top: 10px;
	}
	#sunflower_vincent .sec02_point > li:nth-of-type(7) .point_desc {
		margin-top: 8px;
		padding: 10px;
		background: #fffdda;
		border-radius: 10px;
	}
	#sunflower_vincent .sec02_point .point_txt-bold {
		padding-bottom: 4px;
		font-size: 15px;
	}
	#sunflower_vincent .sec02_point .point_txt-bold span {
		padding: 2px 12px;
		font-size: 14px;
	}
	#sunflower_vincent .sec03 img {
		margin-top: 8px;
	}
}



/* キャンペーン */

@media only screen and (min-width: 897px){
.special-intro-text {font-size: 20px;}
}
@media only screen and (min-width: 768px){
#summary {border-radius: 10px;padding: 20px 100px 40px;margin: 0 0 60px;background-color:#fffdda;}
#summary h2 {text-align: center;margin: 0 0 15px;background: none;}
#summary h3 {font-size: 18px;font-weight: bold;margin: 0 0 2px;}
#summary li:not(:last-child) {margin: 0 0 25px;}
}
@media only screen and (max-width: 767px){
#summary {margin: 20px 0 40px;padding: 20px 15px 30px;background-color:#fffdda;border-radius: 10px;}
#summary h2 {line-height: 1;text-align: center;margin: 0 0 10px;background: none;}
#summary h3 {font-size: 18px;font-weight: bold;margin: 0;}
#summary li:not(:last-child) {margin: 0 0 20px;}
}
.block-top-free2--btn a {padding: 18px 0 16px;background: none;}
#sunflower_vincent .sec03 {margin-bottom:30px;}