@charset "utf-8";
/* CSS Document */

/*======================================================
  保育士試験 無料実技試験(言語)対策　/lectureship/
========================================================*/

.main_contents p + p {
	margin-top: 1.1em;
}

.main_box {
	max-width: 900px;
}

.ib {
	display: inline-block;
}

.leadtxt {
	text-align: center;
}
.leadtxt strong {
	color: #ff4124;
}

.point {
	counter-reset: point;
	margin: 60px auto 30px;
	max-width: 840px;
}

.point li {
	position: relative;
	padding: 30px;
	background: #ffece9;
	border-radius: 10px;
	color: #ff4124;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 50px;
}
.point li:before {
	counter-increment: point;
	content: "ポイント0"counter(point);
	display: block;
	max-width: 400px;
	width: 80%;
	padding: 15px 0;
	background: #ff4124;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 70px;
}
.point li:after {
	content: "";
	display: block;
	clear: both;
}
.point li img {
	float: right;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0;
}
.point li p{
	margin-top: 65px;
}

.btn_2line {
	max-width: 840px;
	margin: 30px auto;
	letter-spacing: -0.4em;
	text-align: center;
}
.btn_2line * {
	letter-spacing: 0;
}

.btn_2line a {
	display: inline-block;
	width: 48.5%;
	margin: 0 0 3% 3%;
}
.btn_2line a:nth-child(2n+1) {
	margin-left: 0;
}
.btn_2line a img {
	max-width: 100%;
	vertical-align: top;
}

.lectureship_words {
	max-width: 900px;
	margin: 60px auto 30px;
	font-size: 18px;
}
.lectureship_words dt {
	padding: 10px;
	background: #ff4124;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.3em;
}
.lectureship_words dd {
	margin: 10px 10px 40px;
}
.lectureship_words dd:last-child {
	margin-bottom: 20px;
}
.lectureship_words dd li {
	padding-left: 1em;
	text-indent: -1em;
	margin: 0 0 10px;
	line-height: 1.3em;
}

/* *******************************************************************
 タブレットレイアウト : 800 px ～ 1200 px。ＰＣレイアウトからスタイルを継承。
 ******************************************************************* */

@media only screen and (max-width: 1200px){


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

}

/* *******************************************************************
 モバイルレイアウト : 799 px およびそれ以下。ＰＣレイアウトからスタイルを継承
********************************************************************** */

@media only screen and (max-width: 799px){
	.leadtxt {
		text-align: left;
	}
	.point li {
		font-size: 18px;
	}

	.point li img {
		float: none;
		display: block;
		width: 80%;
		height: auto;
		margin: 0 auto 10px;
	}
	.point li p{
		margin-top: 0;
	}
	.lectureship_words {
		font-size: 16px;
		margin-bottom: 15px;
	}

}
@media only screen and (max-width: 699px){
	.point li {
		font-size: 17px;
	}
	.point li:before {
		padding: 10px 0;
	}
	.btn_2line a {
		display: block;
		width: auto;
		margin: 0 0 3%;
	}
	.lectureship_words {
		font-size: 15px;
	}

}
@media only screen and (max-width: 599px){
	.point li {
		font-size: 16px;
	}

}
@media only screen and (max-width: 499px){
	.point li {
		font-size: 15px;
	}
	.lectureship_words {
		font-size: 14px;
	}

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

}
.p-1 {
	word-break: break-all;
	font-size: 1rem;
	font-weight: normal;
	color: #333;
	text-indent: -1em;
	margin-top: 20px !important;
	padding-left: 1em;
}

/*util*/
.u {
	text-decoration: underline !important;
}
.b {
	font-weight: bold !important;
}
.mt-1 {
	margin-top: 3% !important;
}
.red {
	color: #FF4124 !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.pc-ib {
	display: inline-block !important;
}
.smt-ib {
	display: none !important;
}
@media screen and (max-width: 799px) {
	.pc-ib {
		display: none !important;
	}
	.smt-ib {
		display: inline-block !important;
	}
}