@charset "UTF-8";

/*-------------------------------------------------------------
	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 */


/*-------------------------------------------------------------
	magazine_point
-------------------------------------------------------------*/

.magazine_point .triangle {
	margin-top: 22px !important;
}

.magazine_point .m-triangle,
.magazine_point .m-triangle-right,
.magazine_point .m-triangle-left,
.magazine_point .m-triangle-bottom,
.magazine_point .m-triangle-top {
	width: 15px;
}

.magazine_point .m-triangle-right {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #e93817;
	margin-top: 15px;
}

.magazine_point .m-triangle-right[data-border-color=jcom] {
	border-left: 15px solid #e93817 !important;
}

@media only screen and (max-width: 736px) {
	.magazine_point .triangle {
		margin: 10px !important;
	}

	.magazine_point .m-triangle-bottom {

		margin-right: auto;
		margin-left: auto;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-top: 15px solid #e93817;
	}

	.magazine_point .m-triangle-bottom[data-border-color=jcom] {
		border-top: 15px solid #e93817 !important;
	}
}