@charset "utf-8";

/*.cont01ここから*/
.cont01 {
	width: 100%;
	height: auto;
	display: block;
}
.cont01 .cont01_01 {
	width: 850px;
	height: auto;
	margin: 0 auto;
	padding: 29px 0 51px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01 {
		width: 90%;
		max-width: 335px;
		padding: 33px 0 30px;
	}
}
.cont01 .cont01_01 .text01 {
	width: auto;
	height: auto;
	margin: 0 auto 10px;
	font-size: 17px;
	line-height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01 .text01 {
		font-size: 16px;
		line-height: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.cont01 .cont01_01 .text01::before,
.cont01 .cont01_01 .text01::after {
	display: block;
	content: "";
	width: 15px;
	height: 27px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01 .text01::before,
	.cont01 .cont01_01 .text01::after {
		width: 21px;
		height: 43px;
	}
}
.cont01 .cont01_01 .text01::before {
	margin-right: 12px;
	background-image: url(../img/car-rental/icon01.png);
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01 .text01::before {
		margin-right: 19px;
		background-image: url(../img/car-rental/icon01_sp.png);
	}
}
.cont01 .cont01_01 .text01::after {
	margin-left: 11px;
	background-image: url(../img/car-rental/icon02.png);
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01 .text01::after {
		margin-left: 20px;
		background-image: url(../img/car-rental/icon02_sp.png);
	}
}
.cont01 .cont01_01 h1 {
	margin: 0 auto 40px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01 h1 {
		margin: 0 auto 36px;
		font-size: 25px;
		line-height: 36px;
	}
}
.cont01 .cont01_01 img {
	width: 254px;
	height: auto;
	margin: 0 auto 31px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01 img {
		width: 100%;
		max-width: 254px;
		margin: 0 auto 40px;
	}
}
.cont01 .cont01_01 p {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01 p {
		text-align: left;
	}
}
.cont01 .cont01_02 {
	width: 850px;
	height: auto;
	margin: 0 auto 70px;
	padding: 30px;
	display: block;
	background-color: #F4F4F4;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_02 {
		width: 90%;
		max-width: 335px;
		margin: 0 auto 50px;
		padding: 30px 15px;
	}
}
.cont01 .cont01_02 h2 {
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_02 h2 {
		margin: 0 auto 25px;
	}
}
.cont01 .cont01_02 h2 span {
	font-size: 16px;
	line-height: 26px;
	border-bottom: 1px dashed #302929;
}
.cont01 .cont01_02 ul {
	width: auto;
	height: auto;
}
.cont01 .cont01_02 ul:nth-of-type(1) {
	margin-bottom: 31px;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_02 ul:nth-of-type(1) {
		margin-bottom: 23px;
	}
}
.cont01 .cont01_02 ul li {
	font-size: 13px;
	line-height: 25px;
	text-indent: -1em;
	padding-left: 1em;
}
.cont01 .cont01_02 p {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 23px;
}
.cont01 .cont01_03 {
	width: 850px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 100px;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_03 {
		width: 90%;
		max-width: 335px;
		padding: 0 0 80px;
	}
}
.cont01 .cont01_03 h2 {
	margin-bottom: 16px;
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 26px;
	border-bottom: 1px solid #DDD6D3;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_03 h2 {
		margin-bottom: 30px;
		padding-left: 11px;
		padding-bottom: 16px;
		line-height: 28px;
		text-indent: -11px;
	}
}
.cont01 .cont01_03 h2 span {
	font-size: 10px;
	line-height: 20px;
}
.cont01 .cont01_03 .cont01_03_01 {
	width: auto;
	height: auto;
	display: block;
	margin: 30px auto 0;
}
.cont01 .cont01_03 .cont01_03_01:nth-of-type(1) {
	margin: 0 auto;
}
.cont01 .cont01_03 .cont01_03_01 h3 {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 26px;
}
.cont01 .cont01_03 .cont01_03_01 ul.contents01_01_01_01_02_01 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.cont01 .cont01_03 .cont01_03_01 ul.contents01_01_01_01_02_01 li {
	margin: 0 31px 10px 14px;
	list-style: disc;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_03 .cont01_03_01 ul.contents01_01_01_01_02_01 li{
		margin: 0 7% 10px 5%;
	}
}
.cont01 .cont01_03 .cont01_03_01 ul.contents01_01_01_01_02_01 li a {
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
}
/*.cont01ここまで*/