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

.mt20 {
	margin-top: 20px!important;
}
div#terms {
	width: 1000px;
	margin: 0 auto;
}
	@media only screen and (max-width: 768px) {
		div#terms {
			width: 90%;
		}
	}

div#terms section {
	width: 100%;
	text-align: left;
}
div#terms section#dog_caution {
	margin-top: 120px;
}
div#terms section#dogterms {
	margin: 100px 0;
}
div#terms h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px
}
div#terms h3 {
	font-size: 20px;
	margin: 30px 0 15px;
}

	@media only screen and (max-width: 768px) {
		div#terms h2,
		div#terms h3 {
			font-size: 5vw;
		}
	}
div#terms p {
	margin: .7em 0;
	line-height: 1.7;
}
div#terms ul.details li {
	margin: .7em auto;
	text-indent: -1em;
	padding-left: 1em;
    line-height: 1.5;
}
div#terms ol {
	margin-left: 1em;
}
	@media only screen and (max-width: 768px) {
		div#terms ol {
			margin-left: 0em;
		}
	}

div#terms ol li {
    list-style-type: decimal;
    list-style-position: inside;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
	margin: .7em auto;
}

div#terms a {
	border-bottom: #53585a 1px dotted;
}

div#terms dl {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; /*高さ揃え*/
	margin-top: 15px;
}
div#terms dl dt {
	width: 180px;
	font-weight: bold;
	background-color: #eee;
	margin-bottom: 10px;
	padding: .5em 1em;
	box-sizing: border-box;
}

div#terms dl dd {
	width: 800px;
    line-height:1.6;
    margin-bottom: 10px;
	margin-left: 20px;
}

	@media only screen and (max-width: 768px) {
		div#terms dl dt {
			width: auto;
		}
		div#terms dl dd {
			width: auto;
			margin-left: 0px;
		}
	}
div#terms ul.dogkinds,
div#terms ul.item {
	display: flex;
	flex-wrap: wrap;
}
div#terms ul.dogkinds li,
div#terms ul.item li {
	text-indent:-1em;
	padding-left:1em;
	line-height: 1.4;
	margin: 5px 0;
	padding-right: 1em;
}

ul.caution {
	margin-bottom: 0!important;
}
ul.caution li {
	font-size: 90%;
	margin: .5em 0;
	text-indent:-1em;
	padding-left:1em;
}