@charset "utf-8";

.contents {
	overflow: visible;
}

#micro_plastic{
	max-width: 743px;
	margin: 0 auto;
}

/* マイクロプラスチックLP */
#micro_plastic h2,
#micro_plastic h3 {
	color: #4377a0;
	text-shadow: 1px 1px 0 #fff;
	line-height: 1.5;
}
#micro_plastic .mb10 {
	margin-bottom: 10px;
}
#micro_plastic .mb20 {
	margin-bottom: 20px;
}
#micro_plastic .font32 {
	font-size: 32px;
}
#micro_plastic .font6vw {
	font-size: 6vw;
}
@media screen and (min-width:756px) {
	#micro_plastic .font6vw {
		font-size: 35px;
	}
}
#micro_plastic .font4vw {
	font-size: 4.73vw;
}
@media screen and (min-width:756px) {
	#micro_plastic .font4vw {
		font-size: 18px;
	}
}
#micro_plastic .font20 {
	font-size: 20px;
}
#micro_plastic .pink {
	color: #fd97a3;
}
#micro_plastic .bold {
	font-weight: 600;
}
#micro_plastic .ls1 {
	letter-spacing: 1px;
}
#micro_plastic .ls_normal {
	letter-spacing: 0.08em;
}

/*ヘッダー*/
#micro_plastic .head_area {
	margin: 0;
	background-color:#caeef6;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	padding-bottom: 9.47%;
}
#micro_plastic .head_anima {
	position: relative;
}
#micro_plastic .head_ttl {
	position: absolute;
	left: 186px;
    top: 20px;
}
#micro_plastic .leadtext {
    width: 90%;
    margin: 0 auto;
    line-height: 1.8em;
	letter-spacing: -0.02em;
    font-size: 3.78vw;
	color: #282828;
}
@media screen and (min-width:756px) {
	#micro_plastic .leadtext {
		font-size: 14px;
	}
}
#micro_plastic .leadtext br {
    margin-top: 0.6em;
    display: block;
    content: "";
}

/*捨て方*/
#micro_plastic .dump{
	background-color: #ecfcff;
	padding: 10.52% 0 11.36%;
	margin-bottom: 10.52%;
}
#micro_plastic .dump > *:last-child{
	margin-bottom: 0 !important;
}

/*捨て方 Q&A*/
#micro_plastic .dump_qa {
	margin: 0;
	background-color:#caeef6;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	padding: 10.52% 0;
}
#micro_plastic .dump_qa h2 {
	font-size: 5.89vw;
	text-align: center;
	margin-bottom: 4.21%;
}
@media screen and (min-width:756px) {
	#micro_plastic .dump_qa h2 {
		font-size: 22px;
	}
}
#micro_plastic .dump_qa h3 {
	color: #4a4a4a;
}

/*コンタクトは流さないで*/
#micro_plastic .earth {
	text-align: center;
	margin-top: 40px;
}
#micro_plastic .earth p {
	color: #4377a0;
	text-shadow: 1px 1px 0 #fff;
}

/*Q&A*/
#micro_plastic .qa {
	width: 80%;
	margin: 0 auto;
	border: solid 2px #4377a0;
	border-radius: 8px;
	padding: 4.42vw;
	background-color: #fff;
	margin-bottom: 5.26%;
}
#micro_plastic .question {
	display: flex;
	align-items: center;
	border-bottom: dotted 4px #4377a0;
	padding-bottom: 2%;
	margin-bottom: 4%;
}
#micro_plastic .icon_q {
	margin-right: 4%;
	flex-basis: 10%;
}
#micro_plastic .text_q {
    flex-basis: 86%;
    font-size: 4vw;
    line-height: 1.4;
	font-weight: 600;
	color: #4a4a4a;
	letter-spacing: 0.06em;
}
@media screen and (min-width:756px) {
	#micro_plastic .text_q {
		font-size: 16px;
	}
}
#micro_plastic .answer {
	display: flex;
	justify-content: space-between;
}
#micro_plastic .icon_a {
	margin-right: 4%;
	flex-basis: 10%;
}
#micro_plastic .text_a {
    flex-basis: 86%;
    font-size: 2.94vw;
    line-height: 1.8;
	color: #282828;
}
@media screen and (min-width:756px) {
	#micro_plastic .text_a {
		font-size: 14px;
	}
}
#micro_plastic .qa_text {
    width: 310px;
    margin-right: 12px;
}
#micro_plastic .qa .answer br {
    margin-top: 0.6em;
    display: block;
    content: "";
}
#micro_plastic .qa h2,
#micro_plastic .qa h3{
	line-height: 1.5;
}

/*Q&A type02*/
#micro_plastic .qa.is_type02 .text_q {
	flex-basis: 100%;
}
#micro_plastic .qa.is_type02 .text_a {
	flex-basis: 100%;
}

/*Q&A type03*/
#micro_plastic .qa.is_type03{
	border: none;
	padding: 0;
	margin: 0 auto 9.47%;
	background: none;
}
#micro_plastic .qa.is_type03 .text_q {
	flex-basis: 100%;
}
#micro_plastic .qa.is_type03 .text_a {
	flex-basis: 100%;
}

/*コンタクトは流さないで*/
#micro_plastic .earth {
	width: 90%;
	margin: 11.57% auto 0;
	text-align: center;
	padding: 0 0 7.36%;
}
#micro_plastic .earth p {
	color: #4377a0;
	text-shadow: 1px 1px 0 #fff;
}

/*リスト*/
#micro_plastic .list01{
	margin-top: 2.63vw;
	background-color: #ecfcff;
	border-radius: 12px;
	padding: 2.6vw 0 2.63vw 4.21vw;
}
#micro_plastic .list01 li{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	color: #282828;
	margin-bottom: 0.2em;
}
#micro_plastic .list01 li:last-of-type{
	margin-bottom: 0;
}

#micro_plastic .list01 .list01_ttl{
	width: 27vw;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 2.7vw;
	color: #114975;
	font-weight: bold;
}
@media screen and (min-width:756px) {
	#micro_plastic .list01 .list01_ttl {
		width: 12vw;
		font-size: 13px;
	}
}
#micro_plastic .list01 .list01_ttl:after{
	content: "";
	flex: 1;
	display: block;
	height: 2px;
	background-image: linear-gradient(to right, #a3aeb3, #a3aeb3 2px, transparent 2px, transparent 8px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	margin-left: 0.7em;
}
#micro_plastic .list01 .list01_detail{
	flex: 1;
	margin-left: 0.7em;
	font-size: 2.7vw;
	color: #114975;
	font-weight: bold;
}
@media screen and (min-width:756px) {
	#micro_plastic .list01 .list01_detail {
		font-size: 15px;
	}
}
#micro_plastic .list01 br{
	content: inherit !important;
}

#micro_plastic p.annotation {
	font-size: 2.94vw;
	color: #282828;
	text-shadow: inherit;
	text-align: left;
	margin: 0 auto;
	width: 80%;
	line-height: 2;
}
@media screen and (min-width:756px) {
	#micro_plastic p.annotation {
		font-size: 12px;
	}
}
#micro_plastic p.annotation a{
	color: #282828;
	text-decoration: underline;
}
