.container h1{
	margin: 0;
}
.container h1 img{
	max-width: 100%;
}
.container h1 + p{
	text-align: left;
	margin-top: 20px;
	line-height: 1.8;
}
.section-title {
}
#natureaid {
	line-height: 1.8;
}


@media only screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	#natureaid {
		margin: 0 0 50px;
		letter-spacing: 1px;
		font-size: 20px;
	}
	#natureaid a:hover {
		opacity: .8;
	}
	#natureaid .btn-wrapper {
		margin: 20px 0 100px;
	}
	#natureaid .btn-wrapper ul {
		display: flex;
		justify-content: space-between;
	}
	#natureaid .btn-wrapper li {
		width: 48.5%;
	}
	#natureaid .btn-wrapper li a {
		display: block;
		border: 2px solid #938675;
		border-radius: 50px;
		box-sizing: border-box;
		text-align: center;
		padding: 22px 0 19px;
		background: url('../../common/img/ar_down.png') no-repeat 95%;
		text-decoration: none;
	}
	#natureaid h2 {
		text-align: center;
		margin: 0 0 50px;
		background: none;
	}
	#natureaid h2 img {
		display: inline-block;
	}
	#natureaid .point {
		padding: 40px 0 0;
		margin: -40px 0 60px;
	}
	#natureaid .point h2 {
		margin: 0 0 90px;
		background: none;
	}
	#natureaid .point .box {
		margin: 0 0 50px;
	}
	#natureaid .point .box:last-child {
		margin: 0;
	}
	#natureaid .point .box .ttl {
		display: flex;
		align-items: center;
		margin: 0 0 25px;
	}
	#natureaid .point .box .ttl .num {
		margin: 0 15px 0 0;
	}
	#natureaid .point .box .ttl h3 {
		font-size: 22px;
		font-weight: bold;
		margin: 0;
	}
	#natureaid .point .box .wrapper {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 0 30px;
		min-width: auto;
	}
	#natureaid .point .box .wrapper2 {
		flex-direction: row-reverse;
	}
	#natureaid .point .box .wrapper:last-child {
		margin: 0;
	}
	#natureaid .point .box .wrapper .img {
		width: 320px;
	}
	#natureaid .point .box .wrapper .text {
		width: 540px;
	}
	#natureaid .point .box .wrapper .text p {
		margin: 0 0 23px;
		text-align: justify;
	}
	#natureaid .point .box .wrapper .text p:last-child {
		margin: 0;
	}
	#natureaid .point .box .wrapper .text p.caution {
		font-size: 18px;
		/* line-height: 18px; */
	}
	#natureaid .point .box .wrapper .text span {
		font-weight: bold;
	}
	#natureaid .point .box .wrapper .text span:not(.bold) {
		background:  linear-gradient(transparent 65%, #fef2e3 35%);
	}
	#natureaid .point .box .wrapper .text .headline {
		/* font-size: 18px; */
		line-height: 1;
		font-weight: bold;
		margin: 0 0 12px;
	}
	#natureaid .qa {
		padding: 40px 0 0;
		margin: -40px 0 90px;
	}
	#natureaid .qa dl {
		padding: 0 0 30px;
		margin: 0 0 40px;
		background: url(../img/img_border.png) repeat-x left 1px bottom;
	}
	#natureaid .qa dl:last-child {
		padding: 0;
		margin: 0;
		background: none;
	}
	#natureaid .qa dt {
		margin: 0 0 15px;
		padding: 0 0 0 60px;
		background: url(../img/img_q.png) no-repeat left top;
		min-height: 41px;
		/* font-size: 16px; */
		line-height: 41px;
		font-weight: bold;
	}
	#natureaid .qa dd {
		padding: 2px 0 0 60px;
		background: url(../img/img_a.png) no-repeat left top;
	}
	#natureaid .qa dd p {
		/* line-height: 24px; */
	}
	#natureaid .qa dd p span {
		font-weight: bold;
		background: linear-gradient(transparent 65%, #fef2e3 35%);
	}
	#natureaid .notice .caution p {
		/* line-height: 24px; */
	}
	#natureaid .notice .caution p:before {
		content: '・';
	}
	.bnr_natureaid {
		margin: 50px 0 40px;
		text-align: center;
	}
	.bnr_natureaid a:hover {
		opacity: .8;
	}
	.bnr_list li {
		margin: 0 0 20px;
	}
	.bnr_list li:last-child {
		margin: 0;
	}
	.bnr_list li a:hover {
		opacity: .8;
	}
	.bnr_list li img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.section-title {
	margin-left: -10px;
    margin-right: -10px;
	
	}	
	.container h1 + p{
		text-align: left;
	}
	
	.pc {
		display: none !important;

	}
	img {
		max-width: 100%;
	}

	#natureaid{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 18px;
	}
	#natureaid h1{
		padding: 0;
		margin: 0;
	}
	#natureaid h1 + p {
		margin-top: 20px;
	}
	#natureaid {
		margin: 0 0 20px;
	}
	#natureaid .btn-wrapper {
		margin: 20px 0 60px;
	}
	#natureaid .btn-wrapper li {
		margin: 0 0 10px;
	}
	#natureaid .btn-wrapper li:last-child {
		margin: 0;
	}
	#natureaid .btn-wrapper li a {
		display: block;
		border: 2px solid #938675;
		border-radius: 50px;
		box-sizing: border-box;
		text-align: center;
		padding: 12px 0 10px;
		background: url('../../common/img/ar_down.png') no-repeat 95%;
		text-decoration: none;
	}
	#natureaid .point {
		padding: 30px 0 0;
		margin: -30px 0 60px;
	}
	#natureaid .point h2 {
		text-align: center;
		margin: 0 0 20px;
		background: none;
	}
	#natureaid .point .box {
		margin: 0 0 40px;
	}
	#natureaid .point .box:last-child {
		margin: 0;
	}
	#natureaid .point .box .ttl {
		margin: 0 0 10px;
	}
	#natureaid .point .box .ttl .num {
		width: 98px;
	}
	#natureaid .point .box .ttl h3 {
		margin: 5px 0 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.8;
		letter-spacing: 1px;
	}
	#natureaid .point .box .wrapper {
		margin: 0 0 25px;
		overflow: hidden;
	}
	#natureaid .point .box .wrapper:last-child {
		margin: 0;
	}
	#natureaid .point .box .img {
		margin: 0 15% 15px;
	}
	#natureaid .point .box .img img {
		width: 100%;
	}
	#natureaid .point .box .text p {
		line-height: 1.8;
		margin: 0 0 20px;
		text-align: justify;
	}
	#natureaid .point .box .text p:last-child {
		margin: 0;
	}
	#natureaid .point .box .text p span {
		font-weight: bold;
	}
	#natureaid .point .box .text p span:not(.bold) {
		background: linear-gradient(transparent 65%, #fef2e3 35%);
	}
	#natureaid .point .box .text .headline {
		/* font-size: 15px; */
		font-weight: bold;
		margin: 0 0 5px;
	}
	#natureaid .qa {
		padding: 30px 0 0;
		margin: -30px 0 60px;
	}
	#natureaid .qa h2 {
		text-align: center;
		margin: 0 0 15px;
		background: none;
	}
	#natureaid .qa dl:not(:last-child) {
		padding: 0 0 18px;
		margin: 0 0 20px;
		background: url(../img/sp/img_border.png) repeat-x left 1px bottom / 6px;
	}
	#natureaid .qa dt {
		padding: 0 0 0 30px;
		background: url(../img/sp/img_q.png) no-repeat left 2px / 25px;
		letter-spacing: 1px;
		min-height: 25px;
		/* line-height: 25px; */
		margin: 0 0 10px;
	}
	#natureaid .qa dd {
		padding: 0 0 0 30px;
		background: url(../img/sp/img_a.png) no-repeat left 2px / 25px;
	}
	#natureaid .qa dd p {
		line-height: 1.8;
		letter-spacing: 1px;
		text-align: justify;
	}
	#natureaid .qa dd p span {
		font-weight: bold;
		background: linear-gradient(transparent 65%, #fef2e3 35%);
	}
	#natureaid .notice h2 {
		text-align: center;
		margin: 0 0 15px;
		background: none;
	}
	#natureaid .notice h2 img {
		display: inline-block;
		width: 50%;
	}
	#natureaid .notice .caution p {
		position: relative;
		line-height: 1.8;
		letter-spacing: 1px;
		padding: 0 0 0 12px;
	}
	#natureaid .notice .caution p:before {
		content: '・';
		position: absolute;
		top: 0;
		left: 0;
	}
	.bnr_natureaid {
		margin: 20px 10px 0;
	}
	.bnr_list li {
		margin: 0 0 10px;
	}
	.bnr_list li:last-child {
		margin: 0;
	}
}
@media only screen and (min-width: 422px) {
	#natureaid .point .box:nth-of-type(1) .ttl {
		align-items: center;
	}
}
@media only screen and (min-width: 551px) {
	#natureaid .point .box:nth-of-type(2) .ttl {
		align-items: center;
	}
}
@media only screen and (min-width: 486px) {
	#natureaid .point .box:nth-of-type(3) .ttl {
		align-items: center;
	}
}
@media only screen and (min-width: 590px) {
	#natureaid .point .box:nth-of-type(4) .ttl {
		align-items: center;
	}
}
@media only screen and (min-width: 377px) {
	#natureaid .point .box:nth-of-type(5) .ttl {
		align-items: center;
	}
}


/* 追加 */


@media only screen and (min-width: 768px){
#natureaid .howto{
    margin: 80px 0 80px;
}
#natureaid .howto .wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-width: auto;
	height:315px;
}
#natureaid .howto .text{
    width:300px;
    margin-top: 85px;
    text-align: justify;
}
#natureaid .howto .movie-wrap {
	 width:560px;
}
#natureaid .howto .movie-wrap iframe {
     width: 100%;
}
#natureaid .howto .special-anchor-links,#natureaid .qa .special-anchor-links,#natureaid .point .special-anchor-links{
    justify-content: center;
    margin-top: 50px;
}
}
@media only screen and (max-width: 767px) {
#natureaid .howto h2 {
    text-align: center;
    margin: 0 0 20px;
    background: none;
}
#natureaid .howto{
    margin: 40px 0 60px;
}
#natureaid .howto .special-anchor-links,#natureaid .qa .special-anchor-links,#natureaid .point .special-anchor-links{
    margin-top: 20px;
}
#natureaid .howto .text{
    text-align: justify;
	padding-bottom:20px;
}
#natureaid .howto .movie-wrap {
     position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#natureaid .howto .movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
	 height:100%;
}
}