@charset "UTF-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
body {
	background-color: #fff9f9 !important;
}
.a-link {
    display: inline;
    font-weight: bolder;
    color: #24bbb7;
}
.wrapper2 {
	margin: 0 auto;
}
.con-kiyaku {
	padding: 5%;
    background-color: #fff;
    margin: 0 auto;
    width: 1000px;
    border-radius: 15px;
}

.kiya-list {
    display: block !important;
    line-height: 30px;
    margin-bottom: 4%;
}
.k-ttl {
	font-size: 1em;
	margin-top:1%;
}

@media screen and (max-width:1000px) {
    .con-kiyaku {
		width: 85%;
	}
	.k-ttl {
		font-size: 13px;
	}
	.kiya-list {
		line-height: 23px;
		font-size: 13px;
	}
}
