@charset 'UTF-8';
/*************
common
*************/
html {
	font-size: 14px;
}
body {
	color: #000;
	background-color: #ca0021;
}
* {
	box-sizing: border-box;
}
*:first-child {
	margin-top: 0 !important;
}
*:last-child {
	margin-bottom: 0 !important;
}
strong {
	font-weight: bold;
}
a.txtLink {
	font-weight: bold;
	padding: 16px 0;
	color: #003a93;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/*************
block
*************/
.note {
	font-size: .85714rem;
}
.asterisk::before {
	content: '※';
}
.fltL {
	float: left;
}
.fltR {
	float: right;
}
.tac {
	text-align: center !important;
}
.onlyPC, .onlySP {
	display: none;
}
/*************
header
*************/
header {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 32px;
	background-color: #fff;
}
header .inner {
	font-size: 0;
	position: relative;
	width: calc(100% - 20px);
	height: 44px;
	margin: 0 auto;
}
header .inner h1 {
	position: absolute;
	top: 16px;
	left: 10px;
	width: 88px;
}
header .inner h2 {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 107px;
}
/*************
footer
*************/
footer {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	background-color: #fff;
}
footer .inner {
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 20px 0 0;
}
footer .inner ul#ftrMenu {
	font-size: 0;
	margin-bottom: 12px;
	text-align: center;
}
footer .inner ul#ftrMenu li {
	display: inline-block;
	margin: 0 5px;
}
footer .inner ul#ftrMenu li a {
	font-size: 1rem;
	font-weight: normal;
	color: #4995ff;
}
footer .inner .copyright {
	font-size: .85714rem;
	text-align: center;
	color: #666;
}
/*************
mainVisual
*************/
#mainVisual {
	width: 100%;
	margin: 0 auto;
}
#mainVisual .inner {
	width: calc(100% - 20px);
	margin: 0 auto;
}
/*************
main
*************/
main {
	width: 100%;
	margin: 0 auto;
	padding: 32px 0 64px;
	transition: padding .2s;
}
main > * {
	margin: 32px auto;
}
main > * .inner {
	width: calc(100% - 20px);
	margin: 0 auto;
}
main #sec01 {
	text-align: center;
}
main #sec01 .inner {
	padding: 32px 0 26px;
	border-radius: 10px;
	background-color: #fff;
}
main #sec01 h5 {
	font-size: 1.14286rem;
	font-weight: bold;
	margin-bottom: 10px;
}
main #sec01 p {
	margin: 8px 0;
}
main #sec01 p.btn {
	margin: 20px 0;
}
main #sec01 p.btn a {
	font-size: 1.28571rem;
	font-size: 2.14286rem;
	font-weight: bold;
	line-height: 32px;
	display: flex;
	flex-direction: column;
	width: 432px;
	height: 90px;
	margin: 0 auto;
	transition: font-size .2s, line-height .2s, height .2s;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	background-color: #000000;
	box-shadow: 0 4px 0 0 #ad8ca2;
	align-items: center;
	justify-content: center;
}
main #sec01 p.btn a small {
	font-size: 1.28571rem;
	transition: font-size .2s;
}
main #sec02 section {
	overflow: hidden;
	margin: 32px 0;
	padding: 0 16px 20px;
	transition: margin .2s;
	border-radius: 10px;
	background-color: #fff;
}
main #sec02 section h4 {
	font-size: 1.28571rem;
	font-weight: bold;
	line-height: 48px;
	margin: 0 -16px 20px;
	text-align: center;
	color: #fff;
	background-color: #000;
}
main #sec02 section p {
	margin-bottom: 6px;
}
main #sec02 section .asterisk {
	padding-left: 1em;
	text-indent: -1em;
}
main #sec02 section .asterisk::before {
	display: inline-block;
	width: 1em;
	text-indent: 0;
}
main #sec02 .contL {
	float: left;
	width: calc(50% - .796813%);
}
main #sec02 .contL .block01 .attention {
	color: #f00;
}
main #sec02 .contL .block02 ul {
	text-align: center;
}
main #sec02 .contL .block03 {
	padding-bottom: 24px;
}
main #sec02 .contL .block03 figure {
	margin: 20px 0;
}
main #sec02 .contL .block03 p.btn {
	margin: 24px 0 20px;
}
main #sec02 .contL .block03 p.btn a {
	font-size: 1.28571rem;
	font-size: 2.14286rem;
	font-weight: bold;
	line-height: 32px;
	display: flex;
	flex-direction: column;
	width: 91.52542%;
	height: 90px;
	margin: 0 auto;
	transition: font-size .2s, line-height .2s, height .2s;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	background-color: #000000;
	box-shadow: 0 4px 0 0 #ad8ca2;
	align-items: center;
	justify-content: center;
}
main #sec02 .contL .block03 p.btn a small {
	font-size: 1.28571rem;
	transition: font-size .2s;
}
main #sec02 .contL .block03 p.note {
	line-height: 1.65;
	margin: 0;
}
main #sec02 .contL .block03 p.link {
	margin: 16px 0;
	text-align: center;
}
main #sec02 .contR {
	float: right;
	width: calc(50% - .796813%);
}
main #sec02 .contR .block04 p {
	margin: 12px 0;
}
main #sec02 .contR .block05 li {
	margin-bottom: 14px;
	padding-left: 1em;
	text-indent: -1em;
}
main #sec02 .contR .block05 li::before {
	display: inline-block;
	width: 1em;
	content: '・';
	text-indent: 0;
}
main #bnr02 {
	margin: 64px auto;
	transition: margin .2s;
}
main #bnr02 p {
	text-align: center;
}
main #bnr02 p img {
	max-width: 950px;
}
/*************
contPC
*************/
.contPC a.txtLink {
	padding: 0;
}
.contPC a.txtLink:hover {
	text-decoration: none;
}
.contPC p.btn a:hover {
	opacity: .7;
}

/*************
media
*************/
@media screen and (max-width: 900px) {
p.btn {
	margin: 24px 0 20px;
}
p.btn a {
	font-size: 1.57143rem !important;
	line-height: 26px !important;
	max-width: 367px !important;
	height: 68px !important;
}
p.btn a small {
	font-size: 1rem !important;
}
main {
	padding: 16px 0 32px;
}
main > * {
	margin: 32px auto;
}
main #sec02 section {
	margin: 16px 0;
}
main #bnr02 {
	margin: 32px auto 0;
}
}
