@charset "UTF-8";
.list1 li{
	margin-left: 40px;
	list-style: disc;
}
.ind_main{
  text-indent: 1em;
  text-align: justify;
}

.ind_contact{
  padding-left: 3em;
  text-align: justify;
}

.numlist1 li{
	margin-left: 30px;
	list-style: decimal;
}

main p {
	margin: 1em 0 0 0;
}

main h2 + p {
	margin: 0; 
}

@media screen and (max-width: 768px) {
	

}

.btn_other-contents {
	margin: 0 0 40px;
	text-align: right;
}

.btn_other-contents a {
	background-color: rgba(141, 0, 72, 0.5);
	background-image: url(../../../common/img/subnavi_corner_purple_on.svg) , url(../../../common/img/silhouette01.svg);
	background-position: 0 0 , 92% 50%;
	background-repeat: no-repeat;
	background-size: 16px auto , 20px auto;
	font-weight: bold;
	padding: 20px 50px 20px 20px;
	font-size: 1.6rem;
	color: rgb(141, 0, 72);
	text-decoration: none;
}

.btn_other-contents a:hover {
	background-color: rgba(141, 0, 72, 0.2);
	background-image: url(../../../common/img/subnavi_corner_purple_off.svg) , url(../../../common/img/silhouette01.svg);
}
