/* dunlop_refined.html
================================================== */
.dunlop_refined {
	background-color: #cdcdc7;
}
.dunlop_refined img {
	display: block;
	max-width: 100%;
}
.dunlop_refined .page {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	width: 1100px;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page {
		width: 100%;
	}
}
.dunlop_refined .page >div {
	width: 50%;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page >div {
		width: 100%;
	}
}

.dunlop_refined .page01 {
	padding: 200px 0;
	align-items: flex-start;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page01 {
		padding: 50px 0;
		text-align: center;
		justify-content: center;
		flex-direction: column;
	}
}
.dunlop_refined .page01 .logo {
	width: 300px;
	max-width: 50%;
	margin: auto;
}
.dunlop_refined .page01 h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 90%;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page01 h1 {
		width: 500px;
		margin: 50px auto;
	}
}
.dunlop_refined .page01 .flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page01 .flex {
		flex-direction: column;
	}
}
.dunlop_refined .page01 .flex p {
	text-align: center;
	font-size: 2rem;
	width: 45%;
}
.dunlop_refined .page01 .flex p:nth-of-type(2) {
	width: 10%;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page01 .flex p {
		font-size: 2.5rem;
		width: 100%;
	}
}
.dunlop_refined .page01 .flex p span {
	font-weight: bold;
	font-size: inherit;
}


.dunlop_refined .page02  >div:first-of-type {
	width: 60%;
	text-align: center;
}
.dunlop_refined .page02  >div:last-of-type {
	width: 40%;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page02  >div {
		width: 100%!important;
	}
}
.dunlop_refined .page02 p {
	display: inline-block;
	font-size: 4rem;
	border-bottom: solid 1px;
}
.dunlop_refined .page02 p >span {
	display: inline-block;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page02 {
		text-align: center;
	}
	.dunlop_refined .page02 p {
		font-size:3rem;
		padding: 50px 20px 0;
		margin-bottom: 30px;
	}
}
.dunlop_refined .page02 img {
	max-width: 400px;
	margin: auto;
}


.dunlop_refined .page03 {
	text-align: center;
}
.dunlop_refined .page03  >div:first-of-type {
	width: 60%;
}
.dunlop_refined .page03  >div:last-of-type {
	width: 40%;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page03  >div {
		width: 100%!important;
	}
}
.dunlop_refined .page03 .o01 {
	order:1;
}
.dunlop_refined .page03 .o02 {
	order:2;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page03 .o01sp {
		order:1;
	}
	.dunlop_refined .page03 .o02sp {
		order:2;
	}
}
.dunlop_refined .page03 p {
	display: inline-block;
	font-size: 3rem;
	text-align: center;
	margin: auto;
}
.dunlop_refined .page03 p >span {
	display: block;
}
.dunlop_refined .page03 p >span >span {
	display: inline-block;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page03 p {
		font-size: 2.2rem;
		padding: 50px 20px;
	}
}
.dunlop_refined .page03 img {
	max-width: 400px;
	margin: auto;
}





.dunlop_refined .page04 {
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding: 30px 50px;
	align-items: flex-start!important;
	justify-content: space-between;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page04  {
		padding: 30px 20px;
		flex-direction: column;
	}
}
.dunlop_refined .page04  >div:first-of-type {
	width: 40%;
}
.dunlop_refined .page04  >div:last-of-type {
	width: 60%;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.page04  >div {
		width: 100%!important;
	}
}
.dunlop_refined .page04 .alleviation {
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.dunlop_refined .page04 .alleviation >div {
	width: 50%;
	padding-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 600px) {
.dunlop_refined .page04 .alleviation >div {
	width: 100%;
}
}
.dunlop_refined .page04 .alleviation .step {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
}
.dunlop_refined .page04 .alleviation .step img {
	width: 300px;
	max-width: 80%;
	margin: auto;
}
.dunlop_refined .page04 .alleviation strong {
	display: block;
	border-bottom: solid 2px;
	padding-bottom: 2px;
	font-size: 1.5rem;
}
.dunlop_refined .page04 .alleviation p {
	text-align: left;
}
.dunlop_refined .page04 .logo img {
	margin: auto;
	width: 320px;
	max-width: 80%;
}
.dunlop_refined .page04 .icon img {
	margin: 30px auto;
	width: 50px;
}
.dunlop_refined .page04 .text {
	text-align: center;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page04 .text {
		padding-bottom: 30px;
		font-size: 1.5rem;
	}
}
.dunlop_refined .page04 .point {
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.dunlop_refined .page04 .point >div {
	width: 50%;
	padding: 0 10px;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.page04 .point >div {
		padding: 0 5px;
	}
}
.dunlop_refined .page04 .alleviation .point img {
	width: 100px;
	margin: auto;
}
.dunlop_refined .page04 .point >div strong {
	display: block;
	text-align: center;
}
.dunlop_refined .page04 .point >div p {
	font-size: 1.5rem;
}






.dunlop_refined .page05 {
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding: 30px 50px;
	align-items: stretch!important;
	justify-content: center;
	gap: 0 100px;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page05 {
		padding: 30px 20px;
		flex-direction: column;
	}
}
.dunlop_refined .page05  >div:first-of-type {
	width: 35%;
}
.dunlop_refined .page05  >div:first-of-type img {
	margin-bottom: 20px;
}
.dunlop_refined .page05  >div:last-of-type {
	width: 30%;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.page05  >div:first-of-type {
		width: 100%!important;
	}
	.page05  >div:last-of-type {
		width: 80%!important;
		margin: 0 auto;
	}
}
.dunlop_refined .page05 .alleviation {
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.dunlop_refined .page05 p {
	text-align: left;
	font-size: 1.5rem;
}
.dunlop_refined .page05 .step {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
}
.dunlop_refined .page05 .step img {
	width: 300px;
	max-width: 80%;
	margin: auto;
}
.dunlop_refined .page05 >div:last-of-type .step img {
	width: 250px;
}
.dunlop_refined .page05 strong {
	display: block;
	border-bottom: solid 2px;
	padding-bottom: 2px;
	text-align: center;
}
@media screen and (min-width: 0) and (max-width: 959px) {
.dunlop_refined .page05 strong {
		font-size: 1.5rem;
}
}
.dunlop_refined .page05 .alleviation >div {
	width: 50%;
	padding-bottom: 20px;
}
.dunlop_refined .page05 .alleviation .point img {
	width: 100px;
	margin: auto;
}
.dunlop_refined .page05 .alleviation .point p {
	text-align: center;
	font-size: 1rem;
	padding: 10px 0;
}







.dunlop_refined .page06 {
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding: 80px 0;
	align-items: stretch!important;
	justify-content: center;
}
.dunlop_refined .page06 .point {
	width: 25%!important;
	padding: 20px 50px;
	border-left: solid 1px;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page06 .point {
		width: 100%!important;
	border-left: none;
	}
}
.dunlop_refined .page06 .point:last-of-type {
	border-right: solid 1px;
}
@media screen and (min-width: 0) and (max-width: 959px) {
.dunlop_refined .page06 .point:last-of-type {
	border-right: none;
}
}
.dunlop_refined .page06 .point img {
	width: 50px;
	margin: 0 auto 10px;
}
.dunlop_refined .page06 .point strong {
	display: block;
	font-size: 1.7rem;
	text-align: center;
}
.dunlop_refined .page06 .point strong img {
	width: 150px;
	max-width: 100%;
}
.dunlop_refined .page06 .point p {
	font-size: 1.5rem;
	text-align: left;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page06 .point p {
		width: 400px;
		max-width: 100%;
		margin: auto;
	}
}



.dunlop_refined .page07 {
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding: 80px 0;
	align-items: stretch!important;
	justify-content: center;
}
.dunlop_refined .page07 .point {
	width: 25%!important;
	padding: 20px 50px;
	border-left: solid 1px;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page07 .point {
		width: 100%!important;
	border-left: none;
	}
}
.dunlop_refined .page07 .point:last-of-type {
	border-right: solid 1px;
}
@media screen and (min-width: 0) and (max-width: 959px) {
.dunlop_refined .page07 .point:last-of-type {
	border-right: none;
}
}
.dunlop_refined .page07 .point img {
	width: 50px;
	margin: 0 auto 10px;
}
.dunlop_refined .page07 .point strong {
	display: block;
	font-size: 1.7rem;
	text-align: center;
}
.dunlop_refined .page07 .point p {
	font-size: 1.5rem;
	text-align: left;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.dunlop_refined .page07 .point p {
		width: 400px;
		max-width: 100%;
		margin: auto;
	}
}
