
#container p {
	font-size:110%;
}


.list-type10 ul { 
	padding: 10px;
}

.list-type10 li { 
	list-style: disc outside; 
	margin-left: 30px;
	font-size:110%;
	line-height:1.8;
}

.list-type10 li a { 
	color: #a60202;
	border-bottom: 1px solid #fff;
    transition: border 0.4s ease;
}

.contact-area .contact-form dd .list-type02 li {
	 line-height: 1.2em; 
}

.caution-area {
	padding: 10px;
	line-height:1.2em;
}
.caution-area p{
	line-height:1.2em !important;
}


@media only screen and (max-width: 767px) {
	.photo img{
	max-width:100%;
	height:auto;
	}

	.modal-area {
	max-width:100%;
	}

	.modal-area .modal {
	max-width:100%;
	}
}


