@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, /*body, div, */span, object, iframe,
h1, h2, h3, h4, h5, h6, /*p, */blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body, div, p {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
	list-style-type:none;
	list-style-image: url(data:0);
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #404041;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height:0;
	width:100%;
	height:auto;
}

em {
	font-style:normal;
	font-weight:bold;
}

address {
	font-style:normal;
}

.clear {
	clear:both;
}

html{
box-sizing: border-box;
}
*, *:before, *:after{
box-sizing: inherit;
}
/* web font
------------------------------------------------- */
/*
html {
	visibility: hidden;
	overflow-y:hidden;
}

html.wf-active,
html.loading-delay {
	visibility: visible;
	overflow-y:scroll;
	animation: fadeIn 2.6s ease;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {

		opacity: 1;
	}
}
html #corp h1 {
	visibility: hidden;
}
html.wf-active #corp h1 {
	visibility: visible;
}
*/

/* Google Fonts */
/*
* "Roboto" licensed under the SIL Open Font License
* https://fonts.google.com/specimen/Roboto
* https://www.google.com/fonts/attribution
* https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
*/
/*
* "Noto Sans JP" licensed under the SIL Open Font License
* https://fonts.google.com/specimen/Noto+Sans+JP
* https://www.google.com/fonts/attribution
* https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
*/
/*
* "Lato" licensed under the SIL Open Font License
* https://fonts.google.com/specimen/Lato
* https://www.google.com/fonts/attribution
* https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
*/





/* サイト共通
------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	}
	@media screen and (max-width: 320px) {
	html { font-size: 54.6875%; }
}
body {
	width: 100%;
/*	height: 100%;*/
	font-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}


/* header
================================================================= */
header {
	position: fixed;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 76px;
	background: #fff;
	padding: 0 30px;
	z-index: 999;
}
header h1 {
	width: min(22%, 280px);
	line-height: 1;
	margin: 20px 0;
	padding: 0;
}
header h2 {
	font-size: min(1.15vw, 1.4rem);
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 0 25px;
	padding: 0;
}
@media screen and (max-width:1280px) {
	header h1 {
		width: 208px;
	}
	header h2 {
		font-size: 1.1rem;
	}
}
@media screen and (max-width:1024px) {
	header {
		height: 60px;
		margin: 0;
		padding: 0 4px 0 8px;
	}
	header h1 {
		width: 200px;
		margin-left: 5px;
		z-index: 9999;
	}
	header h2 {
		font-size: 1rem;
		margin: 0 0 0 18px;
		z-index: 9999;
	}
}

/* ハンバーガーメニュー
------------------------------------------------- */
.openbtn1 {
	display: none;
	}
	@media screen and (max-width:1024px) {
	.openbtn1{
		display: block;
		position: relative;
		cursor: pointer;
		width: 50px;
		height:50px;
		margin-left: auto;
		z-index: 9999;
	}
	.openbtn1 span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 10px;
		height: 1px;
		background: #000;
		width: 60%;
	}
	.openbtn1 span:nth-of-type(1) {
		top:17px; 
	}
	.openbtn1 span:nth-of-type(2) {
		top:25px;
	}
	.openbtn1 span:nth-of-type(3) {
		top:33px;
	}
	.openbtn1.active span:nth-of-type(1) {
		top: 18px;
		left: 11px;
		transform: translateY(6px) rotate(-45deg);
		width: 64%;
	}
	.openbtn1.active span:nth-of-type(2) {
		opacity: 0;
	}
	.openbtn1.active span:nth-of-type(3){
		top: 30px;
		left: 11px;
		transform: translateY(-6px) rotate(45deg);
		width: 64%;
	}
}

/* navi
================================================================= */
#g-nav {
	position: relative;
	z-index: 999;
	height: 100%;
	background: transparent;
	visibility: visible;
	margin-left: auto;
}
#g-nav ul {
	position: static;
	display: flex;
	align-items: center;
}
#g-nav #g-nav-list {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/*リストのレイアウト設定*/
#g-nav li {
	position: relative;	
}
#g-nav li a {
	display: block;
	padding: 0 min(0.7vw, 2rem);
	font-size: min(1.17vw, 1.6rem);
	font-weight: 500;
	line-height: 76px;
	transition: all 0.3s;
}
#g-nav li a:hover {
	opacity: 0.7;
}
#g-nav li.btn a {
	display: block;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	border-radius: 100px;
	background: linear-gradient(90deg, rgba(190,11,8,1) 0%, rgba(230,0,0,1) 100%);
	padding: 12px 1.2vw;
	margin-left: 20px;
}
#g-nav li.btn a:hover {
	opacity: 1;
	transform: scale(1.1);
}
#g-nav li a.current {
	color: #e60000;
}
@media screen and (max-width:1280px) {
	#g-nav li a {
		padding: 0 7px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width:1024px) {
	/* 表示切替 */
	header #g-nav ul {
		display:none !important;
	}
	header #g-nav.panelactive ul {
		display:block !important;
	}
	#g-nav {
		top: 0;
		left: 0;
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #f5f5f5;
		visibility: hidden;
		opacity: 0;
		transition: 1s;
	}
	#g-nav.panelactive {
		visibility: visible;
		opacity: 1;
		transition: 1s;
	}
	#g-nav #g-nav-list {
		display: block;
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;
		text-align: center;
		padding: 100px 20px 30px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#g-nav ul {
		display: block;
	}
	#g-nav li a {	
		display: block;
		font-size: 1.8rem;
		line-height: 1.4;
		padding: 15px 0;
	}
	#g-nav li.btn a {
		width: 280px;
		padding: 14px 10px;
		margin: 35px auto 0;
	}
}
/* サブナビ（PC表示） */
@media screen and (min-width:1025px) {
	#g-nav .sub-menu {
		visibility: hidden;
		position: absolute;
		display: block;
		width: 300px; 
		height: auto;
		left: -30px;
		top: 80px;
		font-size: 1.5rem;
		background: #fff;
		box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
		border-radius: 30px;
		padding: 15px 30px;
		margin: auto;
		opacity: 0;
		z-index: 200;
		transition: all 0.2s;
	}
	#g-nav ul li:hover .sub-menu {
		visibility: visible;
		top: 70px;
		color: #333;
		opacity: 1;
	}
	#g-nav .sub-menu a {
		position: relative;
		display: block;
		line-height: 1.4;
		border-top: solid 1px #eee;
		padding: 15px 0 15px 25px;
	}
	#g-nav .sub-menu a::after {
		position: absolute;
		display: block;
		content: "";
		top: 26px;
		left: 0;
		width: 12px;
		height: 3px;
		background: #e60000;
		border-radius: 50px;
	}
	#g-nav .sub-menu li:first-child a {
		border-top: none;
	}
	#g-nav .sub-menu a:hover {
		color: #e60000;
		opacity: 1;
	}
	#g-nav .sub-menu a[target="_blank"] span {
		position: relative;
		display: inline-block;
	}
	#g-nav .sub-menu a[target="_blank"] span.arrow::before {
		position: absolute;
		display: block;
		content: "";
		top: 50%;
		right: -24px;
		height: 14px;
		width: 14px;
		transform: translate(0, -50%);
		mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23404041" viewBox="0 0 1573.57 1573.57"><path d="M1543.5,30.63c-19.26-19.26-45.38-30.08-72.61-30.08h-395.14c-56.71,0-102.69,45.98-102.69,102.69s45.98,102.69,102.69,102.69h147.23s-584.04,584.04-584.04,584.04c-40.1,40.1-40.1,105.12,0,145.22,20.05,20.05,46.33,30.08,72.61,30.08s52.56-10.03,72.61-30.08l584.05-584.05v147.24c0,56.71,45.97,102.69,102.69,102.69s102.69-45.98,102.69-102.69V103.24c0-27.24-10.82-53.35-30.08-72.61Z"/><path d="M1319.29,726.54c-56.71,0-102.69,45.97-102.69,102.69v538.42H205.37V356.41h538.42c56.71,0,102.69-45.98,102.69-102.69s-45.97-102.69-102.69-102.69H102.69C45.98,151.04,0,197.02,0,253.73v1216.61c0,56.71,45.98,102.69,102.69,102.69h1216.61c56.71,0,102.69-45.98,102.69-102.69v-641.1c0-56.71-45.98-102.69-102.69-102.69Z"/></svg>');
		mask-size: contain;
		background: #bbb;
	}
}

/* サブナビ（SP表示） */
@media screen and (max-width:1024px) {
	#g-nav .sub-menu {
		padding-bottom: 10px;
	}
	#g-nav .sub-menu a {
		font-size: 1.4rem;
		color: #777;
		padding: 8px 0;
	}
	#g-nav .sub-menu a[target="_blank"] span {
		position: relative;
		display: inline-block;
	}
	#g-nav .sub-menu a[target="_blank"] span.arrow::before {
		position: absolute;
		display: block;
		content: "";
		top: 50%;
		right: -22px;
		height: 12px;
		width: 12px;
		transform: translate(0, -50%);
		mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23404041" viewBox="0 0 1573.57 1573.57"><path d="M1543.5,30.63c-19.26-19.26-45.38-30.08-72.61-30.08h-395.14c-56.71,0-102.69,45.98-102.69,102.69s45.98,102.69,102.69,102.69h147.23s-584.04,584.04-584.04,584.04c-40.1,40.1-40.1,105.12,0,145.22,20.05,20.05,46.33,30.08,72.61,30.08s52.56-10.03,72.61-30.08l584.05-584.05v147.24c0,56.71,45.97,102.69,102.69,102.69s102.69-45.98,102.69-102.69V103.24c0-27.24-10.82-53.35-30.08-72.61Z"/><path d="M1319.29,726.54c-56.71,0-102.69,45.97-102.69,102.69v538.42H205.37V356.41h538.42c56.71,0,102.69-45.98,102.69-102.69s-45.97-102.69-102.69-102.69H102.69C45.98,151.04,0,197.02,0,253.73v1216.61c0,56.71,45.98,102.69,102.69,102.69h1216.61c56.71,0,102.69-45.98,102.69-102.69v-641.1c0-56.71-45.98-102.69-102.69-102.69Z"/></svg>');
		mask-size: contain;
		background: #bbb;
	}
}



/* ページの先頭へ
================================================================= */
#pageTop {
	position: fixed;
	bottom: 12px;
	right: 40px;
}
#pageTop a {
	display: block;
	position: relative;
	width: 36px;
	height: 36px;
	z-index: 999;
	text-indent: -9999px;
}
#pageTop a::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	
@media screen and (max-width:1024px) {
	#pageTop {
		right: 18px;
		margin: 1em 0 0;
	}
	#pageTop a {
		width: 26px;
		height: 26px;
	}
	#pageTop a::after {
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		width: 16px;
		height: 16px;
	}
}

/* フッタ
============================ */
footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.4rem;
	color: #555;
	padding: 50px 0;
}
footer .contact {
	margin: 0;
}
footer .contact a {
	display: inline-block;
	line-height: 1;
	text-decoration: underline;
	margin-bottom: 20px;
	color:#333;	
}
footer .contact a:hover {
	text-decoration: none;
}
footer small {
	font-size:80%
}
@media screen and (max-width:1024px) {
	footer {
		font-size: 1.2rem;
		color: #555;
	}

}

/* ナビ
============================ */
nav {
}

/* VisualArea
============================= */
#visualArea {
	position: relative;
	width: 100%;
	height: 220px;
	overflow:hidden;
	margin: 60px 0 0;
/*	text-align: center;
	opacity: 1;
	background-image: url(../images/visual.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
*/
}
#visualArea::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 220px;
	opacity: 1;
	background-image: url(../images/visual.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index:1;
}
#visualArea.typeA::after {
	background-image: url(../images/visual.jpg);
}
#visualArea.typeB::after {
	background-image: url(../images/visual02.jpg);
}
#visualArea.typeC::after {
	background-image: url(../images/visual03.jpg);
}
#visualArea.typeD::after {
	background-image: url(../images/visual04.jpg);
}
#visualArea.typeE::after {
	background-image: url(../images/visual05.jpg);
	background-position: top center;
}
#visualArea::before {
	content: "";
	position: absolute;
	width:100%;
	height:220px;
	background:rgba(0,0,0,0.3);
	top:0;
	left:0;
	z-index:10;
}
#visualArea h2 {
	text-align: center;
	display: block;
	font-weight: bold;
	width: 100%;
	position: absolute;
	font-size:2.8rem;
	color:#fff;
	left:50%;
	top:120px;
	transform:translate(-50%, 0);
	z-index:15;
}
#visualArea h2 span {
	font-size:4.2rem;
	font-weight:300;
	position:absolute;
	top:-50px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	letter-spacing: 0.2em;
	color:#fff;
	right:50%;
	transform:translate(50%, 0);

}
/*
#visualArea.typeB h2,
#visualArea.typeB h2 span {color:#333;}
*/
@media screen and (min-width:1025px) {

	#visualArea {
	min-width: 980px;
	margin: 76px 0 0;
	}
}
/* システムエリア
============================ */
#systemArea {
	position: relative;
	font-size: 1.6rem;
	width: 86%;
	margin: 0 auto;
	text-align: left;
}
	@media screen and (min-width:1025px) {
	#systemArea {
		max-width: 1100px;
	}
}
#systemArea h1 {
	font-size: 26px;
	margin: 2em 0;
	text-align: center;
}
#systemArea p {
	margin: 0;
}


#systemArea .msgArea, #systemArea .zeroArea {
	font-size: 1.4rem;
	padding: 20px;
	width: 100%;
	margin: 30px 0 20px;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.8;
}
#systemArea .msgArea {
	background: #f2f2f2;
}
@media screen and (min-width: 737px)
#systemArea .msgArea, #systemArea .zeroArea {
	margin: 60px 0 20px;
	font-size: 1.6rem;
}
/* 改行
------------------------------------------------- */
/* スマホだけ改行 */
br.sp { 
display: block;
	}
	@media screen and (min-width:768px) {
	br.sp {
	display: none;
	}
}
/* スマホ＋タブレットだけ改行 */
br.sptb { 
display: block;
	}
	@media screen and (min-width:1025px) {
	br.sptb {
	display: none;
	}
}
/* タブレット＋PCだけ改行 */
br.tbpc { 
display: none;
	}
	@media screen and (min-width:768px) {
	br.tbpc {
	display: block;
	}
}
/* PCだけ改行 */
br.pc { 
	display: none;
	}
	@media screen and (min-width:1025px) {
	br.pc {
	display: block;
	}
}

.nojobmsg {
	margin:80px auto;
	width:100%;
	box-shadow:0px 0px 0px 20px #fafafa inset;
	border:1px solid #dddddd;
	line-height: 1.5;
	background: #fff;
	padding: 10px;
	display: flex;
	text-align:center;
	justify-content:center;
	align-items: center;
	height:100px;
}
/* 検索
============================ */
.searchTable dt {
	padding: 1rem 0;
	font-size: 2rem;
	margin: 1.6rem 0;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	word-break: break-all;
}
.searchTable {
	width:100%;
}
.searchTable .listButton {
	display:flex;
	flex-wrap: wrap;
	margin:0;
}
.searchTable .listButton li {
	flex-basis: auto;
}
.btnWrap {
	text-align:center;
	margin:20px 0;
}
.btnWrap button {
	padding:1rem 2rem;
	border-style: none;
	color:#fff;
	font-weight: bold;
	text-align:center;
	width:160px;
	background: #da2128;
}
#resultMsg {
	border:1px solid #404041;
	padding:1rem 0;
	margin:0 0 20px;
}
#resultMsg span {
	display:block;
}
.searchArea {
	margin:40px 0 0;
}
.searchArea .resetArea {
	text-align:center;
}
.searchArea .resetArea button {
	padding:1rem 2rem;
	font-size:1.2rem;
	border-style: none;
	color:#fff;
	font-weight: bold;
	text-align:center;
	width:160px;
	background: #404041;

}
.resultlen {
	text-align:center;
	margin:2rem 0;
}
@media screen and (min-width:1025px) {
	.searchArea {
		margin:60px 0 0;
	}
	.searchTable {
		width:100%;
		overflow: hidden;
		border-top: 1px solid #c2c4c6;
		background:#f2f2f2;
	}
	.searchTable:last-of-type {
		border-bottom: 1px solid #c2c4c6;
	}
	.searchTable dt {
		width:240px;
		float: left;
		margin:0;
		padding: 10px;
		box-sizing: border-box;
		border-top: none;
		border-bottom: none;

	}
	.searchTable dd {
		margin-left: 240px;
		padding: 10px;
		background:#fff;
	}
	.searchTable dd:after{
		display: block;
		content: "";
		clear: both;
	}
	.btnWrap button {
		cursor: pointer;
		width:240px;
		transition: .6s;
	}
	.searchArea .resetArea button {
		font-size: 1.4rem;
		text-align:center;
		padding: 1rem 0;
		cursor: pointer;
		transition: .6s;
	}
	.btnWrap button:hover,
	.searchArea .resetArea button:hover {
		opacity:0.7;
	}
}
@media screen and (min-width:1025px) and (-ms-high-contrast:none) {
	.searchTable .listButton {
	width:898px;
	}
}

/* 入力欄、セレクトボックス */

#systemArea input[type="text"],
#systemArea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* チェックボックス */
#systemArea label {
	font-size:1.3rem;
	padding:0 15px 0 25px;
	cursor: pointer;
	position: relative;
	border:none;
	color:#333;
	box-shadow:none;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
	min-height:14px;

}
#systemArea label[for^="f_check_"]:not(.nobox):before {
	content: '';
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	left: 0;
	top: 4px;
	border: 1px solid #c2c4c6;
	z-index: 4;
}
#systemArea label[for^="f_check_"]:not(.nobox):after {
	content: '';
	position: absolute;
	top: 7px;
	left: 6px;
	display: block;
	width: 5px;
	height: 8px;
	border-right: 2px solid #c2c4c6;
	border-bottom: 2px solid #c2c4c6;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 2;
}
#systemArea input[type="checkbox"] {
	font-size: 1.4rem;
	width: 1em;
	height:1em;
	position: absolute;
	left: -40px;
	top:5px;
	display: block;
	box-shadow: 41px 0px #fff;
	z-index: 3;
	margin: 0px;
	padding: 0px;
}


#systemArea label input[type="checkbox"]:checked {
	background:#fff;
	z-index:1;
}

@media screen and (min-width:1025px) {
	#systemArea label {
		font-size:1.6rem;
	}

}

/* TypeB */
#systemArea .typeB dl.jobs dt {
	position: relative;
	width: 100%;
	color:#fff;
	background: #4a6692;
	font-weight: bold;
	font-size: 14px;
	padding: 12px 60px 12px 20px;
	box-sizing: border-box;
}
#systemArea .typeB dl.jobs dt:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	background: #8599b7 url(../images/icon_open.png) no-repeat center center;
	background-size: 16px 16px;
/*	transition: all 0.2s;*/
}
#systemArea .typeB dl.jobs dt.active:after {
	background: #8599b7 url(../images/icon_close.png) no-repeat center center;
	background-size: 16px 2px;
/*	transition: all 0.2s;*/
}
#systemArea .typeB dl.jobs dd ul li {
	background: #ecf0f1;
}
#systemArea .typeB dl.jobs dd ul li:nth-child(even) {
	background: #e3e6ea;
}


/* input */
#systemArea .typeB label[for^="f_check_"]:not(.nobox) {
	font-size:1.2rem;
	line-height:1.2;
	cursor: pointer;
	position: relative;
	color:#333;
	box-shadow:none;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
	min-height:14px;
	background: #fff;
	border-radius: 20px;
	border: solid 1px #c2c4c6;
	padding: 0.4rem 2rem;
	margin: 0 0.8rem 0.6rem 0;
	transition: .6s;
}
#systemArea .typeB li.current label[for^="f_check_"]:not(.nobox) {
	background:#da2128;
	color:#fff;
}

#systemArea .typeB label[for^="f_check_"]:not(.nobox):before,
#systemArea .typeB label[for^="f_check_"]:not(.nobox):after {
	content:none;
}
#systemArea .typeB input[type="checkbox"] {
	box-shadow:none;
}
@media screen and (min-width:1025px) {
	#systemArea .typeB label[for^="f_check_"]:not(.nobox) {
		padding:0.5rem 15px;
	}
}
@media screen and (min-width:1025px) and (-ms-high-contrast:none) {
	#systemArea .typeB label[for^="f_check_"]:not(.nobox) {
		padding:0.5rem 15px 0;
	}
}

/* msgtxt*/
#systemArea p.msgtxtC {
	text-align:center;
	margin:40px auto;
}