@charset "UTF-8";
/*
Theme Name: サワムラガク川越 教習内容
Author: あそびラボ
*/

/*=======================================================
h1
=======================================================*/
.h1_wrapper {
	background-color: #f4f1df;
}
.h1_wrapper h1 {
	padding: 0 0 0 80px;
}
.h1_wrapper h1::before {
	content: "";
	background: url(../images/top/peterpan.svg) no-repeat;
	background-size: contain;
	width: 68px;
	height: 108px;
	display: block;
	position: absolute;
	left: 386px;
	top: -17px;
}
@media screen and (max-width : 750px){
	.h1_wrapper h1::before {	
		left: 236px;
		top: -12px;
	}
}
/*=======================================================
h2
=======================================================*/
h2 {
    color: #422a0a;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 25px;
	padding: 20px 0 0;
}
@media screen and (max-width : 750px){
	h2 {
		font-size: 42px;
	}
}
/*=======================================================
教習内容
=======================================================*/
.contents {
	background: url(../images/top/line.png) bottom center / 2000px no-repeat;
	padding: 0 0 98px;
}
.contents h2 {
	background: url(../images/top/tree3.png) center left 309px / 55px 66px no-repeat,url(../images/top/tree3.png) center right 309px / 55px 66px no-repeat;
    height: 67px;
}
.contents h2 + div {
	display: flex;
	justify-content: space-between;
	margin: 0 0 45px;
	align-items: flex-start;
}
.contents h2 + div div ul {
	background: #e7dbc4;
	border-radius: 10px;
	padding: 36px 25px 15px;
	width: 513px;
	margin: 0 0 17px;
}
.contents h2 + div div ul li {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 13px;
	display: flex;
	align-items: center;
}
.contents h2 + div div ul li::before {
	content: "";
	background: url(../images/lesson/check.svg) no-repeat;
	background-size: contain;
	width: 27px;
	height: 23px;
	display: inline-block;
	margin: 0 22px 0 0;
}
.contents h2 + div div p {
	line-height: 1.66;
}
.contents h2 + div > p a {
	background: url(../images/lesson/pdf_bg.png) no-repeat;
	background-size: contain;
	width: 461px;
	height: 118px;
	margin: 15px 0 0;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.52;
	position: relative;
	padding: 30px 0 0 152px;
}
.contents h2 + div > p a::before {
	content: "";
	background: url(../images/lesson/pdf_hagumi.png);
	background-size: contain;
	width: 129px;
	height: 82px;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 10px;
}
.contents h2 + div > p a::after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 12px;
    border-color: transparent transparent transparent #fff;
    display: block;
    position: absolute;
    right: 25px;
    top: 50px;
}
.contents ol > li {
	border: 2px solid #422a0a;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
	background: #fff;
	border-radius: 10px;
	margin: 0 0 26px;
	padding: 30px 27px;
}
.contents ol > li div {
	width: 484px;
	margin: 0 0 0 50px;
}
.contents ol > li img {
	width: 428px;
}
.contents ol > li h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #3c2a10;
	border-radius: 10px;
	padding: 15px 24px 13px 64px;
	margin: 0 0 38px;
	position: relative;
}
.contents ol > li h3::before {
	content: "";
	background: url(../images/lesson/no1.png) no-repeat;
	background-size: contain;
	width: 71px;
	height: 71px;
	display: block;
	position: absolute;
	top: -10px;
    left: -25px;
}
.contents ol > li:nth-of-type(2) h3::before {
	content: "";
	background: url(../images/lesson/no2.png) no-repeat;
	background-size: contain;
}
.contents ol > li:nth-of-type(3) h3::before {
	content: "";
	background: url(../images/lesson/no3.png) no-repeat;
	background-size: contain;
}
.contents ol > li:nth-of-type(4) h3::before {
	content: "";
	background: url(../images/lesson/no4.png) no-repeat;
	background-size: contain;
}
.contents ol > li:nth-of-type(5) h3::before {
	content: "";
	background: url(../images/lesson/no5.png) no-repeat;
	background-size: contain;
}
.contents ol > li:nth-of-type(6) h3::before {
	content: "";
	background: url(../images/lesson/no6.png) no-repeat;
	background-size: contain;
}
.contents ol > li:nth-of-type(7) h3::before {
	content: "";
	background: url(../images/lesson/no7.png) no-repeat;
	background-size: contain;
}
.contents ol > li:last-of-type h3::before {
	content: "";
	background: url(../images/lesson/no8.png) no-repeat;
	background-size: contain;
}
.contents ol > li ul li {
	font-weight: bold;
	margin: 0 0 15px;
}
.contents .blackboard {
	background: url(../images/lesson/blackboard.png) no-repeat;
	background-size: contain;
	width: 1019px;
	height: 293px;
	text-align: center;
	padding: 43px 37px 0;
}
.contents .blackboard h3 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 30px;
}
.contents .blackboard h3 span {
	font-size: 24px;
	display: block;
	margin: 0 0 17px;
}
.contents .blackboard ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contents .blackboard ul li a {
	background: url(../images/lesson/li_clock.png) no-repeat;
	background-size: contain;
	width: 299px;
	height: 98px;
	display: flex;
    align-items: center;
    justify-content: center;
	font-weight: bold;
	font-size: 23px;
	padding: 0 0 0 62px;
	position: relative;
}
.contents .blackboard ul li:nth-of-type(2) a {
	background: url(../images/lesson/li_map.png) no-repeat;
	background-size: contain;
	padding: 0 0 0 75px;
}
.contents .blackboard ul li:last-of-type a {
	background: url(../images/lesson/li_policy.png) no-repeat;
	background-size: contain;
	padding: 0 0 0 65px;
}
.contents .blackboard ul li a::after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #3c2a10;
    display: block;
    position: absolute;
    right: 14px;
    top: 41px;
}
@media screen and (max-width : 750px){
	.contents h2 {
    	background: url(../images/sp/top/tree3.png) center left 77px / 66px 88px no-repeat,url(../images/sp/top/tree3.png) center right 77px / 66px 88px no-repeat;
    	height: 97px;
    	padding: 35px 0 0;
	}
	.contents h2 + div {
		display: block;
		margin: 0 0 50px;
	}
	.contents h2 + div div ul {
		width: initial;
		padding: 30px 26px 30px 30px;
	}
	.contents h2 + div div ul li {
    	line-height: 1.4;
    	font-size: 28px;
		margin: 0 0 13px;
		align-items: flex-start;
	}
	.contents h2 + div div ul li::before {
    	width: 32px;
    	height: 27px;
    	margin: 5px 24px 0 0;
	}
	.contents h2 + div div p {
		line-height: 1.4;
    	margin: 0 -10px 25px 0;
	}
	.contents h2 + div > p a {
    	width: 630px;
    	height: 163px;
    	margin: 15px 0 0;
    	font-size: 30px;
    	line-height: 1.46;
    	padding: 41px 0 0 205px;
	}
	.contents h2 + div > p a::before {
    	width: 174px;
    	height: 111px;
    	bottom: 8px;
    	left: 16px;
	}
	.contents h2 + div > p a::after {
    	border-width: 10.5px 0 10.5px 14px;
    	right: 22px;
		top: 73px;
	}
	.contents ol {
		margin: 0 0 70px;
	}
	.contents ol > li {
		flex-wrap: wrap;
		justify-content: center;
		padding: 40px;
	}
	.contents ol > li img {
		margin: 0 0 20px;
		width: 100%;
	}
	.contents ol > li div {
		order: 2;
		margin: 0;
		width: 100%;
	}
	.contents ol > li h3 {
    	font-size: 34px;
		padding: 17px 24px 14px 80px;
    	margin: 0 0 38px;
		line-height: 1.2;
	}
	.contents ol > li h3::before {
    	width: 76px;
    	height: 76px;
    	top: -2px;
    	left: -18px;
	}
	.contents ol > li:nth-of-type(3) h3::before {
		top: 18px;
	}
	.contents ol > li ul {
		margin: 0 -17px;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.3;
	}
	.contents .blackboard {
		width: initial;
		background: url(../images/sp/lesson/blackboard.png) no-repeat;
		background-size: contain;
    	width: 630px;
    	height: 765px;
		padding: 72px 0;
	}
	.contents .blackboard h3 {
    	font-size: 38px;
	}
	.contents .blackboard h3 span {
    	font-size: 30px;
	}
	.contents .blackboard ul {
		display: block;
	}
	.contents .blackboard ul li a,
	.contents .blackboard ul li:nth-of-type(2) a,
	.contents .blackboard ul li:last-of-type a {
    	width: 455px;
    	height: 149px;
    	justify-content: flex-end;
    	font-size: 34px;
    	padding: 0 62px 0 0;
    	margin: 0 auto 35px;
	}
	.contents .blackboard ul li a::after {
    	border-width: 12px 0 12px 14px;
    	right: 24px;
    	top: 60px;
	}
	.cars .insurance {
		width: initial!important;
	}
}
/*=======================================================
教習車・教習保険
=======================================================*/
.cars {
	background: #c9e7d5;
	padding: 65px 0 150px;
}
.cars h2 {
	background: url(../images/top/tree3.png) center left 280px / 55px 66px no-repeat,url(../images/top/tree3.png) center right 280px / 55px 66px no-repeat;
    height: 67px;
}
.cars h2 + ul li {
	border: 2px solid #422a0a;
	border-radius: 10px;
	background: #fffbf4;
	padding: 35px 30px 25px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
	margin: 0 0 35px;
}
.cars h2 + ul li img {
	margin: 0 35px 0 0;
	width: 325px;
	flex-shrink: 0;
}
.cars h2 + ul li h3 {
	background: #3c2a10;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	height: 55px;
	padding: 5px 22px 0 22px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
.cars h2 + ul li h3 span {
	background: #fff;
	border-radius: 10px;
	color: #3c2a10;
	font-size: 18px;
	width: 130px;
	height: 35px;
	display: flex;
	align-items: center;
	padding: 4px 18px 0 55px;
	margin: -5px 22px 0 0;
	position: relative;
}
.cars h2 + ul li h3 span::before {
	content: "";
	background: url(../images/lesson/car.svg) no-repeat;
	background-size: contain;
	width: 27px;
	height: 22px;
	display: block;
	position: absolute;
	top: 8px;
	left: 15px;
}
.cars h2 + ul li p {
	font-size: 17px;
	line-height: 1.53;
	margin: 0 0 17px;
}
.cars h2 + ul li dl dt {
	font-weight: bold;
	display: inline-block;
}
.cars h2 + ul li dl dd {
	display: inline-block;
	width: 70%;
	margin: 0 0 12px;
}
.cars h2 + ul + ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cars h2 + ul + ul li {
	width: 495px;
	border: 2px solid #422a0a;
	border-radius: 10px;
	background: #fffbf4;
	padding: 26px 28px 26px 27px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 27px;
	align-content: flex-start;
}
.cars h2 + ul + ul li img {
	order: 1;
	margin: 0 0 13px;
	width: 436px;
	height: 213px;
}
.cars h2 + ul + ul li h4 {
	order: 2;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background: #33b666;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 0 15px;
	height: 50px;
	padding: 5px 0 0;
}
.cars h2 + ul + ul li p {
	order: 3;
	font-size: 17px;
	line-height: 1.53;
}
.cars h2 + ul + ul li p span {
	font-size: 15px;
}
.cars .insurance {
	margin: 0 -1px;
	width: 1022px;
	height: 530px;
	background: url(../images/lesson/insurance2.png) no-repeat;
	background-size: 1022px;
	padding: 30px 22px 30px 34px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.cars .insurance div:first-of-type {
	background: #fffbf4;
	width: 399px;
	border-radius: 10px;
	flex-shrink: 0;
	padding: 16px 18px 14px;
	margin: 0 32px 0 0;
}
.cars .insurance div:first-of-type h5 {
	background: #de7a73;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	border-radius: 10px;
	height: 48px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 3px 0 0 110px;
	margin: 0 0 18px;
}
.cars .insurance div:first-of-type h5::before {
	content: "";
	background: url(../images/price-course/pack_hagumi.svg) no-repeat;
	background-size: contain;
	width: 72px;
	height: 87px;
	display: block;
	position: absolute;
	top: -10px;
	left: -5px;
}
.cars .insurance div:first-of-type ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 7px;
}
.cars .insurance div:first-of-type ul li {
	width: 177px;
	height: 66px;
	background: #cf780f;
	padding: 5px 22px 0 20px;
	border-radius: 10px;
	margin: 0 0 10px;
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.cars .insurance div:first-of-type ul li strong {
	color: #ffe35e;
	font-size: 24px;
	margin: 0 10px 0 0;
}
.cars .insurance div:first-of-type ul li:last-of-type {
	justify-content: center;
	padding: 5px 0 0;
}
.cars .insurance div:first-of-type p {
	font-size: 17px;
	line-height: 1.53;
}
.cars .insurance div:first-of-type p strong {
	font-weight: bold;
	color: #cc6600;
}
.cars .insurance div:last-of-type h6 {
	color: #fff;
	background: #3c2a10;
	font-weight: bold;
	font-size: 24px;
	border-radius: 10px;
	height: 56px;
	display: flex;
	align-items: center;
	padding: 5px 0 0 32px;
	margin: 0 0 25px;
}
.cars .insurance div:last-of-type p {
	font-size: 17px;
	line-height: 1.53;
	margin: 0 0 30px;
	color: #fff;
}
.cars .insurance div:last-of-type p span {
	font-size: 15px;
	display: block;
}
.cars .insurance div:last-of-type p strong {
	color: #ffe35e;
	font-weight: bold;
}
.cars .insurance div:last-of-type p:last-of-type span {
	color: #ffe35e;
	margin: 10px 0 0;
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width : 750px){
	.cars h2 {
    	background: url(../images/sp/top/tree3.png) center left / 66px 88px no-repeat,url(../images/sp/top/tree3.png) center right / 66px 88px no-repeat;
    	height: 97px;
    	padding: 35px 0 0;
	}
	.cars h2 + ul li {
    	padding: 50px 40px;
    	margin: 0 0 38px;
    	flex-wrap: wrap;
		justify-content: center;
	}
	.cars h2 + ul li div {
		order: 2;
	}
	.cars h2 + ul li h3 {
    	font-size: 34px;
    	height: 110px;
		padding: 5px 12px 0 22px;
    	margin: 0 0 20px;
    	line-height: 1.3;
	}
	.cars h2 + ul li h3 span {
    	font-size: 24px;
    	width: 88px;
    	height: 84px;
		padding: 45px 0 0;
    	margin: 0 22px 0 0;
    	flex-shrink: 0;
    	justify-content: center;
	}
	.cars h2 + ul li h3 span::before {
    	width: 39px;
    	height: 32px;
    	top: 13px;
    	left: 24px;
	}
	.cars h2 + ul li p {
    	font-size: 28px;
    	line-height: 1.4;
    	margin: 0 0 17px;
	}
	.cars h2 + ul li dl dd {
    	width: 50%;
    	margin: 0 0 15px;
	}
	.cars h2 + ul li img {
		margin: 0 0 45px;
		width: 100%;
	}
	.cars h2 + ul + ul li {
    	width: initial;
    	padding: 45px 40px;
    	margin: 0 0 39px;
	}
	.cars h2 + ul + ul li h4 {
    	font-size: 34px;
    	margin: 0 0 15px;
    	height: 70px;
    	padding: 6px 0 0;
	}
	.cars h2 + ul + ul li p {
    	font-size: 28px;
    	line-height: 1.4;
		margin: 0 4px;
	}
	.cars h2 + ul + ul li p span {
    	font-size: 24px;
	}
	.cars h2 + ul + ul li img {
    	margin: 0 0 16px;
		width: initial;
		height: initial;
	}
	.cars .insurance {
    	margin: 0;
    	width: 635px;
    	height: 1523px;
    	background: url(../images/sp/lesson/insurance2.png) no-repeat;
    	background-size: contain;
    	padding: 52px 40px;
		display: block;
	}
	.cars .insurance div:first-of-type {
    	width: initial;
    	padding: 23px 23px 40px;
    	margin: 0 0 35px;
	}
	.cars .insurance div:first-of-type h5 {
    	font-size: 34px;
    	height: 70px;
    	padding: 2px 0 0 125px;
    	margin: 0 0 22px 10px;
	}
	.cars .insurance div:first-of-type h5::before {
    	width: 99px;
    	height: 116px;
    	top: -15px;
    	left: -17px;
	}
	.cars .insurance div:first-of-type ul li {
    	width: 246px;
    	height: 92px;
    	padding: 5px 15px 0 20px;
		margin :0 0 14px;
	}
	.cars .insurance div:first-of-type ul li strong {
		font-size: 38px;
    	margin: 0 17px 0 0;
	}
	.cars .insurance div:first-of-type ul li:last-of-type strong {
		margin: 0;
	}
	.cars .insurance div:first-of-type p {
    	font-size: 28px;
    	line-height: 1.4;
	}
	.cars .insurance div:last-of-type h6 {
    	font-size: 34px;
    	height: 70px;
    	padding: 5px 0 0 28px;
    	margin: 0 0 30px;
	}
	.cars .insurance div:last-of-type p {
    	font-size: 28px;
    	line-height: 1.4;
		margin: 0 0 40px;
		padding: 0 30px 0 0;
	}
	.cars .insurance div:last-of-type p span {
    	font-size: 24px;
    	margin: 13px 0 0;
	}
}