@charset "UTF-8";

/*-------------------------------------------------------------
	main visual
-------------------------------------------------------------*/
.m-absolute-parent {
	position: relative;
}
.m-absolute-parent .m-absolute {
	position: absolute;
	bottom: 5px;
	margin:unset;
}
.m-absolute-parent .m-absolute > div {
	border:1px solid #e93817;
}

/*-------------------------------------------------------------
	app
-------------------------------------------------------------*/
.howto .app {
	padding: 10px;
	background: #fff;
}

.howto .app .items {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 10px;
}

.howto .app .items .item {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 15px;
}

.howto .app .items .item .img {
	width: 60px;
}

.howto .app .items .item .txt {
	flex: 1;
	margin-left: 10px;
}

.howto .app .items .item .txt p:nth-child(1) {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 0;
}

.howto .app .items .item .txt p:nth-child(2) {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 700;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #707070;
}

.howto .app .items .item .txt p:nth-child(2) .s {
	font-size: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 1120px) {}

/* for tablet max-width: 1120px */

/* タブレット以下 */
@media screen and (max-width: 1030px) {}

/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
	.section h2 sup {
		position: absolute;
		top: 15px;
		right: 5px;
		left: unset;
		margin: unset;
	}

	.howto .app {
		padding: 2vw;
	}

	.howto .app .items {
		flex-direction: column;
		margin-top: 10px;
		flex-wrap: wrap;
	}

	.howto .app .items .item {
		margin: 0;
		width: 100%;
	}

	.howto .app .items .item+.item {
		margin-top: 4vw;
	}

	.howto .app .items .item .img {
		width: 12vw;
	}

	.howto .app .items .item .txt {
		margin-left: 2vw;
	}

	.howto .app .items .item .txt p:nth-child(1) {
		font-size: 3vw;
	}

	.howto .app .items .item .txt p:nth-child(2) {
		font-size: 3vw;
		margin-top: 1vw;
		padding-top: 1vw;
	}

	.howto .app .items .item .txt p:nth-child(2) .s {
		font-size: 2.5vw;
	}

}

/* for SP max-width: 736px */
