@charset "UTF-8";


/* ----------------------------------------- /*
/* 3分で知るモリタグループ */
/* ----------------------------------------- /*
/* musumusu */
.musumusu {
	width: 60vw;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 5vw;
	border: solid 1px #ddd;
	padding: 3vw;
}
	.musumusu .pht {
		width: 25%;
	}

	.musumusu .text {
		width: 70%;
	}
		.musumusu .text .p-page-features__text {
			width: 100%;
			margin-top: 0;
			line-height: 2.1vw;
			margin-bottom: 1.2vw;
		}
			.musumusu .text .p-page-features__text a {
				display: block;
				line-height: 2vw;
				padding-left: 2.1vw;
				background: url("../images/common/icon_arrow.svg") no-repeat left top 0.2vw / 1.5vw;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			.musumusu .text .p-page-features__text a:hover {
				color: #E60039;
			}
@media screen and (max-width: 767px) {
	.musumusu {
		width: 100%;
		display: block;
		margin-top: 8vw;
		padding: 8vw;
	}
		.musumusu .pht {
			width: 100%;
		}

		.musumusu .text {
			width: 100%;
			padding-top: 1.5vw;
		}
			.musumusu .text .p-page-features__text {
				line-height: 5.5vw;
				margin-top: 3.6vw;
				margin-bottom:0;
			}
				.musumusu .text .p-page-features__text a {
					line-height: 5.5vw;
					padding-left: 5vw;
					background: url("../images/common/icon_arrow.svg") no-repeat left top 1vw / 3.4vw;
				}
}






















































