@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* terms
-------------------------------------------------------------------------------------------------------------------------------*/
main#terms{
	width: 100%;
}
#terms h1{
	text-align: center;
	font-size: 30px;
	margin: 0 0 40px;
}
@media screen and (max-width:767px) {
	#terms h1{
		text-align: center;
		font-size: 20px;
		margin: 0 0 20px;
	}
}


.terms_wrapper{
	width: 800px;
	margin: 0 auto;
}
.terms_wrapper a{
	color: #0A6EBE;
}

.terms_wrapper img {
    max-width: 300px;  /* 最大横幅を300pxに制限 */
    width: 100%;       /* 親要素に合わせて縮小 */
    height: auto;      /* 縦横比維持 */
}

.terms_wrapper h4{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.16em;
    border-bottom: 2px solid #000;
}


@media screen and (max-width:767px) {
	.terms_wrapper{
		width: 100%;
		padding: 0 15px;
	}
}

/* terms_box */
.terms_box dl {
	margin: 50px 0 0;
}
.terms_box dl dt{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}
.terms_box dl dd ul li{
	padding-left: 1.8em;
	text-indent: -1.8em;
	margin: 0 0 10px;
}
.terms_box dl dd ul li ul{
	padding: 10px 0 5px;
}
.terms_box dl dd ul li ul li{
	padding-left: 1.6em;
	text-indent: -1.6em;
}
@media screen and (max-width:767px) {
	.terms_box dl {
		margin: 30px 0 0;
	}
	.terms_box dl dt{
		font-size: 16px;
	}
}
