._mv {
	background-image: url(../images/terms/mv.jpg);
}

.__link-button.__scroll {
	width: 360px;
	text-decoration: none !important;
}

.__link-button::after {
	margin-right: 10px;
}

._cookie-button {
	width: auto;
	font-weight: normal;
	color: rgb(0, 67, 136);
    border: 1px solid rgb(0, 67, 136);
	height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 9px 23px;
    font-size: 11px;
    line-height: 1.2;
    cursor: pointer;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 1s ease;
    transition: 0.1s ease;
}

._cookie-button:hover {
	background-color: rgb(0, 67, 136);
	color: #fff;
}

._cookie-button::after,
._cookie-button::before {
	display: none;
}

main a {
	text-decoration: underline !important;
}

h3 {
	border-color: #a7a8aa;
	font-size: 28px !important;
}

._dot li {
	line-height: 32px;
}

._dot li:before {
	content: '・';
	color: #ffb800;
	font-size: x-large;
	vertical-align: -3px;
	margin-right: 5px;
	margin-left: -10px;
}
