#dry .content{
	color: #00003c;
}
a{
	word-wrap: break-word;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt80{
	margin-top: 80px;
}
.mt100{
	margin-top: 100px;
}
.right{
	text-align: right;
}

.dry_sec01,.dry_sec02{
	padding: 0 40px;
}
.dry_h2{
	font-size: 20px;
	font-weight: 600px;
}
.dry_h3{
	font-size: 18px;
	font-weight: 600;
}
.dry_wrap{
	gap: 40px;
}
.dry_box{
	width: calc((100% - 40px) / 2);
}
.small_p{
	font-size: 12px;
}
.dry_point {
	font-size: 20px;
	color: #fff;
	background: #00003c;
	padding: 10px 10px 10px 50px;
	position: relative;
	background-image: url(../images/dry/icon_idea.png);
	background-position: left 15px center;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.dry_using{
	background: #fdf8f2;
	padding: 40px;
	border-radius: 20px;
}

@media only screen and (max-width:760px) {
	.dry_sec01, .dry_sec02{
		padding: 0 10px;
	}
	.dry_wrap{
		flex-wrap: wrap;
	}
	.dry_box{
		width: 100%;
	}
	.dry_box_l{
		text-align: center;
	}
	.dry_using{
		padding: 20px;
	}
}