header, footer, nav, section, aside, article {
	display: block;
}

* {
	box-sizing: border-box;
}

html {
	padding: 0;
	margin: 0;
}

body {
	color: #1c2c3a;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;

	font-size: 12px;
	line-height: 150%;
	margin: 0;

	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

a {
	/*color: #1c2c3a;*/
	color: #c01b1a;
	text-decoration: none;
	cursor: pointer;
	outline: none!important;
}

a.cB {
	color: #1c2c3a;
}

a.line {
	color: #1c2c3a;
	text-decoration: underline;
	text-decoration-color: #cccccc;
	text-underline-offset: 3px;
}

a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	cursor: pointer;
	text-decoration: none;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4,
h5, h6, form, fieldset, th, td {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-size: 100%;
	margin: 0;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset, img {
	border: 0 none;
}

img {
	vertical-align: top;
	border: 1px solid #eeeeee;
	max-width: 100%;
}

img.icon {
	border: 0px;
}

img.notice {
	width: 12px;
}


address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: outside none none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q::after, q::before {
	content: "";
}

abbr, acronym {
	border: 0 none;
}

.clearfix {
	display: block;
	min-height: 1%;
}

.clearfix::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.clear {
	clear: both;
	float: none;
}

span.wB {
	font-weight: bold;
}

span.wN {
	font-weight: normal;
}

span.cG {
	color: gray;
}

span.cR {
	color: #c01b1a;
}

span.cW {
	color: white;
}

span.cB {
	color: black;
}

span.cBlue {
	color: blue;
}

span.h100 {
	line-height: 100%;
}

span.h110 {
	line-height: 110%;
}

span.h120 {
	line-height: 120%;
}

span.h130 {
	line-height: 130%;
}

span.h140 {
	line-height: 140%;
}

span.h150 {
	line-height: 150%;
}

span.h160 {
	line-height: 160%;
}

span.h170 {
	line-height: 170%;
}

span.h180 {
	line-height: 180%;
}

span.h190 {
	line-height: 190%;
}

span.h200 {
	line-height: 200%;
}

span.underline {
	text-decoration: underline;
}

a.link-button {
	width: 100%;
	border: 0;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	display: block;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 20px;
}

a.link-button[disabled],
a.link-button-w[disabled]{
	background-color: #dcdcdc;
	color: gray;
}

a.link-button-w {
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #fff;
	color: #000000;
	display: block;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 20px;
}

a.link-button-g {
	width: 100%;
	background-color: #dcdcdc;
	color: #999999;
	display: block;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 20px;
}

a.link-button-r {
	width: 100%;
	border: 1px solid #c01b1a;
	background-color: #fff;
	color: #c01b1a;
	display: block;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 20px;
}

a.link-button-b {
	width: 100%;
	border: 1px solid #7E7E7E;
	background-color: #fff;
	color: #333333;
	font-weight: bold;
	display: block;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 20px;
}

a.link-text {
	/*color: #1a49c0;*/
	color: #c01b1a;
}

a.link-text-b{
	color: #111111;
}

a.link-text-g{
	color: #999999;
}

a.icon-triangle::after {
	content: '\25B6';
	display: inline;
	padding: 0 0 0 2px;
	font-size: 7px;
	vertical-align: middle;
}

a.icon-blank::after {
	content: '';
	background: url("/asset/img/main/icon/blank-link@2x.png") no-repeat right center;
	background-size: 10px auto;
	display: inline;
	padding: 0 0 0 12px;
	font-size: 8px;
	vertical-align: top;
}

.icon-money::before {
	content: "\0a5";
	font-size: 80%;
	font-weight: normal;
	padding: 0 3px 0 0;
}

.icon-extax::after {
	content: "\0028\7a0e\5225\0029";
	font-size: 80%;
	font-weight: normal;
	padding: 0 0 0 3px;
}

.icon-intax::after {
	content: "\0028\7a0e\8fbc\0029";
	font-size: 80%;
	font-weight: normal;
	padding: 0 0 0 3px;
}

.icon-keigen {
	color: #c01b1a;
	margin: 0 5px;
}
