@charset "UTF-8"; /* CSS Document */

#contents #mainVisual {
	position: relative;
	padding: 30px 0;
}
#contents #mainVisual:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(90deg, #0ba360 0%, #9be15d 100%);
	z-index: 1;
}
#contents #mainVisual .img {
	position: relative;
	z-index: 2;
}
#contents #mainVisual .img img {
	width: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

#contents #beginning {
	padding: 30px 0 40px;
}
#contents #beginning .wrap {
	text-align: center;
}
#contents #beginning h2 {
	font-size: 1.125rem;
	line-height: 2;
}
#contents #beginning ul.btn li a {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 72px;
	color: #00a26a;
	border: 4px solid #00a26a;
	border-radius: 40px;
}
#contents #beginning ul.btn li a.pdf:after {
	font-weight: 900;
	color: #d02943;
}
#contents #beginning ul.btn2 li a {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 72px;
	color: #00a26a;
	border: 4px solid #00a26a;
	border-radius: 40px;
}
#contents #beginning ul.btn2 li a.pdf:after {
	font-weight: 900;
	color: #d02943;
}
#contents #beginning p.note {
	font-size: .875rem;
}
#contents #beginning p.note a {
	text-decoration: underline;
}

#contents #theme {
	padding: 45px 0 60px;
	background: #edf5e8;
}
#contents #theme h2 {
	font-size: 2rem;
}
#contents #theme .box {
	margin-top: 20px;
	padding: 40px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#contents #theme .box dl {
	line-height: 30px;
}
#contents #theme .box dt {
	position: absolute;
	width: 120px;
	font-weight: bold;
	color: #fff;
	background: #00a26a;
	border-radius: 3px;
	text-align: center;
}
#contents #theme .box dd {
	padding-left: 125px;
}
#contents #theme .buy .label {
	margin-bottom: 20px;
}
#contents #theme .buy .btn a {
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	background: #e4005a;
	border-radius: 30px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
#contents #theme .buy .btn a:after {
	color: #fff;
}

#contents #step {
	padding: 40px 0 60px;
}
#contents #step h2 {
	font-size: 2rem;
	padding-bottom: 15px;
	border-bottom: 3px solid #00a26a;
}
#contents #step .step {
	margin-bottom: 50px;
}
#contents #step .step .img {
	margin: 40px 0;
	text-align: center;
}
#contents #step .step dl {
	border-top: 2px solid #eee;
}
#contents #step .step dt {
	font-weight: bold;
	color: #00a26a;
}
#contents #step .step dd {
	border-bottom: 2px solid #eee;
}
#contents #step .shop .img {
	margin: 40px 0 60px;
	text-align: center;
}
#contents #step .shop .buy .label {
	margin-bottom: 20px;
}
#contents #step .shop .buy .btn a {
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	background: #e4005a;
	border-radius: 30px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
#contents #step .shop .buy .btn a:after {
	color: #fff;
}

#contents #trial {
	padding: 40px 0;
	background: #0da461;
}
#contents #trial .question {
	padding: 40px 30px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	text-align: center;
}
#contents #trial .question h3 {
	font-size: 2rem;
	line-height: 1;
	margin: 0 0 30px;
}
#contents #trial .question .col .label img {
	height: 40px;
}
#contents #trial .question .col .btn1 a,
#contents #trial .question .col .btn2 a {
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 54px;
	color: #fff;
	margin-top: 20px;
	background: #ea5503;
	border: 3px solid #ea5503;
	border-radius: 30px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
#contents #trial .question .col .btn1 a:after {
	color: #fff;
}
#contents #trial .question .col .btn2 a {
	color: #ea5503;
	background: #fff;
}
#contents #trial .question .col .btn2 a:after {
	color: #ea5503;
}
#contents #trial .question .col.l2 .btn1 a {
	background-color: #22ad38;
	border-color: #22ad38;
}
#contents #trial .question .col.l2 .btn2 a {
	color: #22ad38;
	border-color: #22ad38;
}
#contents #trial .question .col.l2 .btn2 a:after {
	color: #22ad38;
}

#contents #materials {
	padding-top: 0px;
}

/* ----------------------------------------------
   購入方法追加　20221031
------------------------------------------------ */

#contents #buy p {
	margin: 1.5rem 0;
}
#contents #buy p a {
	text-decoration: underline;
}

#contents #buy .h2 {
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 2rem 0 0;
	padding-bottom: .75rem;
	border-bottom: 3px solid #00a26a;
}
/* ----------------------------------------------
   声追加　20250613
------------------------------------------------ */

#contents #voice {
	padding: 45px 0 60px;
	background: #edf5e8;
}
#contents #voice h2 {
	font-size: 2rem;
}
#contents #voice .box {
	margin-top: 20px;
	padding: 40px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#contents #voice .linkBtn {
	margin-top: 40px;
	text-align: center;
}
#contents #voice .linkBtn a {
	display: inline-block;
	width: 360px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 54px;
	color: #00a26a;
	border: 3px solid #00a26a;
	border-radius: 30px;
}
#contents #voice .linkBtn a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	margin-left: 10px;
}

/* ----------------------------------------------
   Media Queries
------------------------------------------------ */
@media (min-width: 751px) {
	
	#contents #beginning ul.btn {
		margin: 30px 20px;
		overflow: hidden;
	}
	#contents #beginning ul.btn li {
		float: left;
		width: 33%;
		padding: 0 10px;
	}
	#contents #beginning ul.btn2 {
		margin: 30px 20px;
		overflow: hidden;
	}
	#contents #beginning ul.btn2 li {
		float: left;
		width: 50%;
		padding: 0 20px;
	}
	
	#contents #theme .box {
		overflow: hidden;
	}
	#contents #theme .box .col {
		float: left;
		width: 50%;
		margin-bottom: -20px;
	}
	#contents #theme .box dd {
		margin-bottom: 20px;
	}
	#contents #theme .buy {
		margin: 40px 20px 0;
		overflow: hidden;
	}
	#contents #theme .buy .col {
		float: left;
		width: 50%;
		padding: 0 20px;
	}
	#contents #theme .buy .col .btn {
		padding: 0 40px;
	}
	
	#contents #step .step dl {
		margin: 0 70px;
		padding-top: 15px;
	}
	#contents #step .step dt {
		position: absolute;
	}
	#contents #step .step dd {
		margin-bottom: 15px;
		padding-left: 9em;
		padding-bottom: 15px;
	}
	#contents #step .shop .buy {
		margin: 0 20px;
		overflow: hidden;
	}
	#contents #step .shop .buy .col {
		float: left;
		width: 50%;
		padding: 0 20px;
	}
	#contents #step .shop .buy .col .btn {
		padding: 0 40px;
	}
	
	#contents #trial .question .cols {
		display: table;
		width: 100%;
	}
	#contents #trial .question .col {
		display: table-cell;
		width: 50%;
		padding: 0 50px;
		vertical-align: top;
	}
	#contents #trial .question .col.l2 {
		border-left: 3px solid #ddd;
	}
/* -----声追加　20250613------------------------ */
	
	#contents #voice .box {
		overflow: hidden;
	}
	#contents #voice .box .col {
		float: left;
		width: 50%;
		margin-bottom: -20px;
	}
}

@media (max-width: 750px) {
	
	#contents #mainVisual {
		padding: 0;
		overflow: hidden;
	}
	
	#contents #beginning {
		padding: 0 0 .5rem;
	}
	#contents #beginning h2 {
		font-size: 1rem;
		line-height: 1.7;
		text-align: left;
	}
	#contents #beginning h2 br {
		display: none;
	}
	#contents #beginning ul.btn li {
		margin: 1rem 0;
	}
	#contents #beginning ul.btn li a {
		font-size: 1.125rem;
		line-height: 46px;
		border-width: 2px;
	}
	#contents #beginning ul.btn2 li {
		margin: 1rem 0;
	}
	#contents #beginning ul.btn2 li a {
		font-size: 1.125rem;
		line-height: 46px;
		border-width: 2px;
	}
	#contents #beginning p.note {
		text-align: left;
	}
	
	#contents #theme {
		padding: .5rem 0 1rem;
		overflow: hidden;
	}
	#contents #theme h2 {
		font-size: 1.25rem;
	}
	#contents #theme .box {
		margin-top: .75rem;
		padding: 1rem 1rem .25rem;
		border-radius: 3px;
	}
	#contents #theme .box dl {
		font-size: .875rem;
		line-height: 20px;
	}
	#contents #theme .box dt {
		width: 80px;
		font-size: 10px;
	}
	#contents #theme .box dd {
		margin-bottom: 12px;
		padding-left: 85px;
	}
	#contents #theme .buy .col {
		margin: 2rem 1rem 0;
	}
	#contents #theme .buy .label {
		margin-bottom: 15px;
	}
	#contents #theme .buy .btn a {
		font-size: 1rem;
		line-height: 50px;
	}
	
	#contents #step {
		padding: .5rem 0 0;
	}
	#contents #step h2 {
		font-size: 1.25rem;
		line-height: 1.5;
		padding-bottom: 10px;
	}
	#contents #step .step {
		margin-bottom: 2rem;
	}
	#contents #step .step .img {
		margin: 1rem 0;
	}
	#contents #step .step dl {
		border-width: 1px;
	}
	#contents #step .step dt {
		padding-top: .5rem;
	}
	#contents #step .step dd {
		font-size: .875rem;
		padding-bottom: .5rem;
		border-width: 1px;
	}
	#contents #step .shop .img {
		margin: 1rem 0;
	}
	#contents #step .shop .buy .col {
		margin: 2rem 1rem;
	}
	#contents #step .shop .buy .label {
		margin-bottom: 15px;
	}
	#contents #step .shop .buy .btn a {
		font-size: 1rem;
		line-height: 50px;
	}
	
	#contents #trial {
		padding: .5rem 0;
	}
	#contents #trial .question {
		padding: 2rem 1rem;
	}
	#contents #trial .question h3 {
		font-size: 1.25rem;
	}
	#contents #trial .question .col.l2 {
		margin-top: 1.5rem;
		padding-top: 1.5rem;
		border-top: 2px solid #ddd;
	}
	#contents #trial .question .col .label img {
		height: 30px;
		margin-bottom: 5px;
	}
	#contents #trial .question .col .btn1 a,
	#contents #trial .question .col .btn2 a {
		font-size: 1rem;
		font-weight: normal;
		line-height: 46px;
		margin: 15px 20px 0;
		border-width: 2px;
	}
	
	#contents #materials {
		padding-top: 0;
	}
/* -----声追加　20250613------------------------ */
	
	#contents #voice {
		padding: .5rem 0 1rem;
		overflow: hidden;
	}
	#contents #voice h2 {
		font-size: 1.25rem;
	}
	#contents #voice .box {
		margin-top: .75rem;
		padding: 1rem 1rem .25rem;
		border-radius: 3px;
	}
	#contents #voice .linkBtn {
		margin: 2rem 0;
	}
	#contents #voice .linkBtn a {
		width: 100%;
		font-size: 1.125rem;
		line-height: 46px;
		border-width: 2px;
	}
}
