@charset "utf-8";

.credit-content {
	position: relative;
	width: 90vw;
	max-width: 1000px;
	margin-top: 80px;
	margin-bottom: 100px;
	font-size: 20px;
	line-height: 32px;
}
a.privacy-link {
	color: #00acb9;
}
a.privacy-link:hover {
	opacity: 0.8;
	text-decoration: none;
}

.credit-section {
	margin-top: 40px;
	border: 1px solid #000;
	padding: 15px 20px;
	background-color: #fff;
}
.credit-title {
	margin-top: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.credit-section .credit-title:first-of-type {
	margin-top: 0;
}

.credit-buttons {
	margin: 40px auto;
	text-align: center;
}

.credit-button {
	display: inline-block;
	border: none;
	position: relative;
	overflow: hidden;
	width: 25%;
	max-width: 100%;
	border-radius: 8px;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
	font-size: 24px;
	line-height: 40px;
	vertical-align: middle;
	/*background-color: #ccc;*/
	background-color: #f0861b;
	box-shadow: 0 -2px #ec6918 inset;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.credit-button.button-large {
	min-width: 500px;
}
.credit-button-inner {
	position: relative;
	display: table-cell;
	width: inherit;
	height: inherit;
	padding: 10px 15px;
	/*color: #000;*/
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.credit-button a {
	text-decoration: none;
}
.credit-button a:hover {
	/*background-color: #00acb9;*/
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.credit-button .button-submit {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border: none;
	width: 100%;
	/*border-radius: 8px;*/
	padding: 10px;
	cursor: pointer;
	font-size: 24px;
	line-height: 40px;
	background-color: #ccc;
}

.credit-button .button-submit:hover,
.credit-button .button-submit:focus {
	background-color: #00acb9;
	color: #fff;
}



/*
.credit-buttons {
	margin: 100px auto;
}

.credit-button {
	position: relative;
	overflow: hidden;
	width: 682px;
	max-width: 100%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-radius: 10px;
}
.credit-button-inner {
	position: relative;
	display: table-cell;
	font-size: 24px;
	width: inherit;
	height: 93px;
	padding: 20px 30px;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
.credit-button a:not(:hover) {
	text-decoration: none;
}
.credit-button a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.button-for-single,
.button-for-continuous {
	background-color: #ccc;
}*/

.credit-card {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 10px 10px;
}

.credit-list {
	margin-bottom: 24px;
}

.credit-list a {
	color: #00acb9;
}
.credit-list a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.credit-subject {
	margin-top: 24px;
}

.credit-remarks {
	margin-left: 20px;
}

.credit-remarks:before {
	content: "※";
	display: inline;
	margin-right: 10px;
	margin-left: -20px;
}

.credit-contact {
	width: 849px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
}

@media screen and (max-width: 960px) {
	.credit-content {
		margin-top: 40px;
		margin-bottom: 50px;
		font-size: 14px;
		line-height: 26px;
	}

	.credit-section {
		margin-top: 20px;
		padding: 10px 14px;
	}
	.credit-title {
		margin-top: 20px;
		font-size: 20px;
		line-height: 32px;
	}
	.credit-buttons {
		margin: 20px 2.0vw;
	}
	.credit-button {
		display: block;
		width: 80vw;
		height: inherit;
		margin: 20px auto;
		border-radius: 6px;
		font-size: 20px;
		line-height: 30px;
	}
	.credit-button.button-large {
		min-width: inherit;
	}
	.credit-button-inner {
		padding: 8px 10px;
	}

	.credit-button .button-submit {
		display: block;
		padding: 8px 10px;
		/*border-radius: 6px;*/
		font-size: 20px;
		line-height: 30px;
	}

	/*.credit-buttons {
		margin-top: 50px;
		margin-bottom: 80px;
	}

	.credit-button {
		width: 66.67vw;
		margin-bottom: 20px;
		border-radius: 6px;
	}
	.credit-button-inner {
		height: 60px;
		font-size: 14px;
		padding: 10px;
	}*/

	.credit-list {
		margin-bottom: 18px;
	}

	.credit-subject {
		margin-top: 18px;
	}

	.credit-remarks {
		margin-left: 14px;
	}

	.credit-remarks:before {
		margin-right: 7px;
		margin-left: -14px;
	}

	.credit-contact {
		width: 90vw;
		margin-top: 50px;
		font-size: 16px;
		line-height: 26px;
	}

}
