@charset "UTF-8";

.kiyakuTitleArea {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 130px;
	background-color: #f4f4f4;
	z-index: 0;
}

@media only screen and (max-width: 768px) {
	.kiyakuTitleArea {
		height: 150px;
	}
}

@media only screen and (max-width: 480px) {
	.kiyakuTitleArea {
		height: 120px;
	}
}



.kiyakuTitleArea h1 span {
	font-size: 26px;
}

@media only screen and (max-width: 768px) {
	.kiyakuTitleArea h1 span {
		font-size: 29px;
	}
}

@media only screen and (max-width: 480px) {
	.kiyakuTitleArea h1 span {
		font-size: 24px;
	}
}

.kiyakuContents {
	width: 100%;
	background-color: #ffffff;
}

.kiyakuContentsInner {
	max-width: 825px;
	margin: 46px auto 150px;
}

@media only screen and (max-width: 768px) {
	.kiyakuContentsInner {
		margin-bottom: 110px;
	}
}

@media only screen and (max-width: 480px) {
	.kiyakuContentsInner {
		margin-bottom: 80px;
	}
}

.kiyakuContentsInner div {
	padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	.kiyakuContentsInner div {
		padding-right: 5px;
	}
}

.kiyakuContents .singleSentence {
	margin-left: 18px;
	margin-top: 0;
	font-size: 13px;
	line-height: 18px;
}

.kiyakuContents h2 {
	margin: 40px 0 20px 15px;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #dedede;
}

@media only screen and (max-width: 768px) {
	.kiyakuContents h2 {
		margin-top: 48px;
		margin-left: 10px;
		font-size: 24px;
	}
}

@media only screen and (max-width: 480px) {
	.kiyakuContents h2 {
		margin-top: 40px;
		margin-left: 6px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 380px) {
	.kiyakuContents h2 {
		font-size: 18px;
	}
}

ol.olListParentheses {
	padding: 0 0 0 2em;
	margin: 14px 0 14px 10px;
}

ol.olListParentheses li {
	text-indent: -2em;
	font-size: 13px;
	list-style-type: none !important;
	list-style-position: inside;
	counter-increment: cnt;
}

ol.olListParentheses li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}

@media only screen and (max-width: 480px) {
	ol.olListParentheses li {
		text-indent: -4em;
	}
}

ol.olListDecimal {
	padding: 0 0 0 2em;
	margin: 14px 0 14px 2px;
}

ol.olListDecimal li {
	font-size: 13px;
	list-style-type: decimal;
}

@media only screen and (max-width: 480px) {
	ol.olListDecimal li {
		margin-left: 0.5em;
	}
}

.kiyakuContents .leftMarginSentence {
	margin-left: 44px;
	font-size: 13px;
	line-height: 18px;
}

.kiyakuContents .leftMarginCausion {
	margin-top: 12px;
	margin-left: 44px;
	font-size: 13px;
	line-height: 18px;
	color: red;
	font-weight: bold;
}


.kiyakuContents a {
	text-decoration: underline;
	color: #385295;
}