@charset "utf-8";

html, body {
	font-family:source-han-sans-japanese, sans-serif;
	text-align: center;
	background-color: #FFF;
	font-size: 16px;
	color: #333;
	line-height: 1.3;
	height: auto !important;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
	overflow-wrap: anywhere; /* ���܂�Ȃ��ꍇ�ɐ܂�Ԃ� */
	word-break: normal; /* �P��̕����̓f�t�H���g�Ɉˑ� */
	line-break: strict; /* �֑���������i�ɓK�p */
	text-autospace: normal; /* �a�����̉p�����ɗ]�� */
	font-feature-settings: "palt"; /*���ʋl��*/
}

.pc, .pctb, .pcmo {
	display: inline !important;
}

.tb, .tbmo, .mo {
	display: none !important;
}

.icon_mark {
	width: 1.25em;
	height: 1.25em;
	vertical-align: -0.2em;
	color: var(--icon-default);
}
.icon_info {
	color: var(--icon-info);
}
.icon_success {
	color: var(--icon-success);
}
.icon_warning {
	color: var(--icon-warning);
}
.icon_warn {
	color: var(--icon-danger);
}
.icon_help {
	color: var(--icon-info);
}
.icon_required {
	color: var(--icon-danger);
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.fieldset {
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-radius: 20px;
	border: 1px solid #43A0BD;
	margin-bottom: 50px;
}
.legend {
	line-height: 1;
	font-size: 22px;
	padding-left: 10px;
	padding-right: 10px;
}

header {
	width: 100%;
	min-width: 1400px;
	position: relative;
	background-color: #FFFFFF;
}
#header_contents {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100px;
}
#header_logo {
	width: 230px;
	position: absolute;
	left: 80px;
	top: 25px;
}

#slide {
	width: 100%;
	min-width: 1400px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#slide h1 {
	margin-right: auto;
	margin-left: auto;
	width: 1400px;
	height: 100%;
	position: relative;
}


section {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-width: 1400px;
	position: relative;
}

.contents {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1400px;
}

footer {
	width: 100%;
	min-width: 1400px;
	position: relative;
	background-color: #276193;
	padding-top: 50px;
	padding-bottom: 30px;
}
copyright {
	color: #FFFFFF;
}

@media (max-width:540px){
.pc, .tb, .mo {
	display: none !important;
}

.mo, .pcmo, .tbmo {
	display: inline !important;
}
header {
	width: 100%;
	min-width: 540px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	-webkit-box-shadow: 0px 5px 10px hsla(0,0%,0%,0.30);
	box-shadow: 0px 5px 10px hsla(0,0%,0%,0.30);
}
#header_contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100px;
}
#header_logo {
	width: 230px;
	position: absolute;
	left: 30px;
	top: 25px;
}

#slide {
	width: 100%;
	min-width: 540px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 100px;
}
#slide h1 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 100%;
	position: relative;
}


section {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-width: 540px;
	position: relative;
}

.contents {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 470px;
}

footer {
	width: 100%;
	min-width: 540px;
	position: relative;
	background-color: #276193;
	padding-top: 30px;
	padding-bottom: 30px;
}
copyright {
	color: #FFFFFF;
}
}
