@charset "UTF-8";
/* ------------------------------------------------------------ */
/* 東郷商事 オリコミお申し込み手続き only  */
/* ------------------------------------------------------------ */
/* common  */
/* ------------------------------------------------------------ */

.num {
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
	font-size: 1.6em;
	line-height: 1;
	text-shadow: 0 0 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000;
	color: #fff;
}

/* ------------------------------------- */
/* page-ttl-area */
/* ------------------------------------- */
.page-ttl-area {
	padding-bottom: 0;
}
.page-ttl-area .main-ttl {
	margin-bottom: 1.5em;
}

.notice ul {
	list-style: disc;
	padding: 0 0 0 1.5rem;
}
.notice li {
	margin: 0 0 0.8rem;
}

/* ------------------------------------- */
/* choice */
/* ------------------------------------- */

.choice .main-ttl {
	font-size: 2rem;
}

.choice-box {
	width: 100%;
	margin: 0 auto;
}

.choice-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 1.3rem;
	margin: 0 auto 4rem;
}
.choice-item:nth-of-type(2) {
	align-items: flex-start;
}
.choice-item .sub-ttl {
	width: 100%;
	font-size: 1.8rem;
	text-align: left;
}
.choice-item .illust {
	background-color: #fff9a7;
	border-radius: 6px;
	padding: 1.5rem;
	width: 40%;
	max-width: 212px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.choice-item:nth-of-type(3) .illust {
	padding-right: 2.2rem;
}
.choice-item .txt {
	width: 55%;
	/* font-size: 1.3rem; */
}
.choice-item .txt + div {
	max-width: 370px;
	margin: 0 auto;
}

.choice-item .pc {
	display: none;
}
.choice-item .btn {
	margin: 3rem auto 2rem;
}
.choice-item .font-sm {
	font-size: 1.3rem;
	margin: 2rem 0 1rem;
}
.choice-item .more-arw {
	font-weight: 500;
	padding-left: 0;
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 374px) {
}

@media screen and (min-width: 480px) {
	/* ------------------------------------- */
	/* choice */
	/* ------------------------------------- */
	.choice .main-ttl {
		margin: 0 auto 4rem;
	}
	.choice-item {
		margin: 0 auto 6rem;
		align-items: flex-start;
	}
	.choice-item .sub-ttl.pc {
		display: block;
	}
	.choice-item .illust {
		width: 212px;
		height: 200px;
	}
	.choice-item .txt {
		width: calc(100% - 212px);
		padding-left: 4rem;
	}
	.choice-item .pc {
		display: block;
	}
	.choice-item .sp {
		display: none;
	}
	.choice-item .btn {
		margin-left: 0;
	}
	.choice-item .more-arw.pc {
		display: inline-block;
	}
}
@media screen and (min-width: 768px) {
	/* ------------------------------------- */
	/* page-ttl-area */
	/* ------------------------------------- */
	.page-ttl-area .main-ttl {
		margin-bottom: 2em;
	}
	/* ------------------------------------- */
	/* choice */
	/* ------------------------------------- */
	.choice .main-ttl {
		font-size: 2.4rem;
	}
	.choice-item {
		font-size: 1.5rem;
	}
	.choice-item .sub-ttl {
		font-size: 2.2rem;
	}
	.choice-item .font-sm {
		font-size: 1.5rem;
	}
	.choice-item .btn {
		margin: 4rem 0 2rem;
	}
}
@media screen and (min-width: 1025px) {
	.offer .content .inner {
		max-width: calc(850px + 4em);
	}
	.choice-box {
		width: 80%;
	}
}
