@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@font-face {
	font-family: 'Icons';
	src: url('./font/whhg/font/webhostinghub-glyphs.eot'); /* IE9 Compat Modes */
	src: url('./font/whhg/font/webhostinghub-glyphs.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	/*url('./font/whhg/font/webhostinghub-glyphs.woff') format('woff'), /* Modern Browsers */
	url('./font/whhg/font/webhostinghub-glyphs.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('./font/whhg/font/webhostinghub-glyphs.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Icons2';
	src: url('./font/foundation/foundation-icons/foundation-icons.eot'); /* IE9 Compat Modes */
	src: url('./font/foundation/foundation-icons/foundation-icons.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('./font/foundation/foundation-icons/foundation-icons.woff') format('woff'), /* Modern Browsers */
	url('./font/foundation/foundation-icons/foundation-icons.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('./font/foundation/foundation-icons/foundation-icons.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'SNSIcons';
	src: url('./font/icomoon/fonts/icomoon.eot'); /* IE9 Compat Modes */
	src: url('./font/icomoon/fonts/icomoon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('./font/icomoon/fonts/icomoon.woff') format('woff'), /* Modern Browsers */
	url('./font/icomoon/fonts/icomoon.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('./font/icomoon/fonts/icomoon.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/****************************************
RESET
****************************************/
html{
	color: #000000;
	background: #ffffff;
}

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

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:�h;
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn�ft inherit in IE */
legend {
	color:#000;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: �h;
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* iOS�ł̃f�t�H���g�X�^�C�������Z�b�g */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


/****************************************
BASE
****************************************/
a:link	{ color: #fff45c; font-weight: normal; text-decoration: none; } /* ���ʂ̃����N�F */
a:visited { color: #fff45c; font-weight: normal; text-decoration: none; } /* ���łɌ��������N�F */
a:active { color: #f19149; font-weight: normal; text-decoration: none; } /* �N���b�N�����Ƃ��̃����N�F */
a:hover	{ color: #f19149; font-weight: normal; text-decoration: none; } /* �J�[�\����������Ƃ��̃����N�F */
a:hover,a.hover {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
/*
a:hover img,a.hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
*/
html, body {
	height: 100%;
		}
body {
	background: #ffffff;
	margin: 0 auto;
	font-size: 100%;
	line-height: 180%;
	color: #1b1b1b;
	font-family: "Sawarabi Gothic",sans-serif;
	-webkit-text-size-adjust : none;
/*
font-family: Avenir,"Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"���S�V�b�N","Yu Gothic","���S�V�b�N��","YuGothic","�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","���C���I",Meiryo,"�l�r �o�S�V�b�N","MS PGothic",sans-serif;
font-family: "KozGoPro-Light", "���˃S�V�b�N Pro L", "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", "���S�V�b�N", YuGothic, "���C���I", Meiryo, sans-serif;
font-family: "�q���M�m�ۃS Pro W4","�q���M�m�ۃS Pro","Hiragino Maru Gothic Pro","�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro","HG�ۺ޼��M-PRO","HGMaruGothicMPRO";
font-family: 'Noto Sans Japanese', "���S�V�b�N", YuGothic, "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", "Meiryo", Osaka, '�l�r �o�S�V�b�N', 'MS PGothic', sans-serif;
font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","���S�V�b�N  Medium",meiryo, sans-serif;
font-family: "������" , "Yu Mincho" , "��������" , "YuMincho" , "�q���M�m���� Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS����E" , "MS P����" , "MS PMincho" , serif;
*/
}
@media screen and (max-width: 680px) {

}
img {
	margin: 0;
	padding: 0;
	width: 100%;
}

h1,h2,h3,h4,h5,h6 {

}
.pc {
	display: inline-block;
}
.sp {
	display: none;
}
@media only screen and (max-width: 680px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
.clear {
	clear: both;
}

/****************************************
back&login_form
****************************************/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-weight: 300;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
	font-weight: 300;
}
body ::-webkit-input-placeholder {
	font-family: 'Source Sans Pro', sans-serif;
	color: #a0a0a0;
	font-weight: 300;
}
body :-moz-placeholder {
	font-family: 'Source Sans Pro', sans-serif;
	color: #a0a0a0;
	opacity: 1;
	font-weight: 300;
}
body ::-moz-placeholder {
	font-family: 'Source Sans Pro', sans-serif;
	color: #a0a0a0;
	opacity: 1;
	font-weight: 300;
}
body :-ms-input-placeholder {
	font-family: 'Source Sans Pro', sans-serif;
	color: #a0a0a0;
	font-weight: 300;
}
.roll {
	position: relative;
	padding: 0;
	width: 100%;
	height: auto;
	min-height: 800px;
}
.rollin {
	background: #50a3a2;
	background: -webkit-linear-gradient(top left,#50a3a2 0%,#53e3a6 100%);
	background: -moz-linear-gradient(top left,#50a3a2 0%,#53e3a6 100%);
	background: -o-linear-gradient(top left,#50a3a2 0%,#53e3a6 100%);
	background: linear-gradient(to bottom right,#50a3a2 0%,#53e3a6 100%);
	position: relative;
	width: 100%;
	height: auto;
	padding: 5% 0 10%;
}
.wrapper {
	background: #50a3a2;
	background: -webkit-linear-gradient(top left,#50a3a2 0%,#53e3a6 100%);
	background: -moz-linear-gradient(top left,#50a3a2 0%,#53e3a6 100%);
	background: -o-linear-gradient(top left,#50a3a2 0%,#53e3a6 100%);
	background: linear-gradient(to bottom right,#50a3a2 0%,#53e3a6 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.wrapper.form-success .container h1 {
	transform: translateY(85px);
}
.container {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
	height: auto;
	text-align: center;
	position: relative;
	top: 15%;
	z-index: 2;
}
.container.in_form {
	position: static;
}
.container h2 {
	margin: 0 auto 5%;
	font-size: 40px;
	transition-duration: 1s;
	transition-timing-function: ease-in-put;
	font-weight: 200;
}
.message {
	margin: 5% auto;
	color: #fff45c;
	font-size: 85%;
}
.bg-bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}
.bg-bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.15);
	bottom: -160px;
	-webkit-animation: square 25s infinite;
	animation: square 25s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
	left: 10%;
}
.bg-bubbles li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	animation-delay: 2s;
	animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
	left: 25%;
	animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-duration: 22s;
	background-color: rgba(255,255,255,0.25);
}
.bg-bubbles li:nth-child(5) {
	left: 70%;
}
.bg-bubbles li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	animation-delay: 3s;
	background-color: rgba(255,255,255,0.2);
}
.bg-bubbles li:nth-child(7) {
	left: 32%;
	width: 160px;
	height: 160px;
	animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	animation-delay: 15s;
	animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	animation-delay: 2s;
	animation-duration: 40s;
	background-color: rgba(255,255,255,0.3);
}
.bg-bubbles li:nth-child(10) {
	left: 90%;
	width: 160px;
	height: 160px;
	animation-delay: 11s;
}
@-webkit-keyframes square {
	0% {
	transform: translateY(0);
	}
	100% {
	transform: translateY(-700px) rotate(600deg);
	}
}
@keyframes square {
	0% {
	transform: translateY(0);
	}
	100% {
	transform: translateY(-700px) rotate(600deg);
	}
}
.container figure {
	background: #ffffff;
	width: 96%;
	margin: 5% auto 0;
	padding: 3% 2%;
	color: #000000;
	border-radius: 4px;
}
.container section {

}
.container .on_button {
	display: block;
	appearance: none;
	outline: 0;
	background-color: white;
	border: 0;
	margin: 5% auto 0;
	padding: 10px 15px;
	color: #53e3a6;
	border-radius: 3px;
	width: 250px;
	cursor: pointer;
	font-size: 18px;
	transition-duration: 0.25s;
}
.container .on_button:hover {
	background-color: #f5f7f9;
}
.input-range {
	display: none;
}
.range-group {
	margin: 2% auto;
	position: relative;
}
.range-group > a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0.5%;
}
.range-group > a:before {
	font-family: "Icons";
	content: "\f13b";
	font-size: 30px;
	color: #ffffff;
}
.range-group > a.on:before {
	font-family: "Icons";
	content: "\f13a";
	color: #ffcc33;
}
.range-group > a:hover {
	cursor: pointer;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {
	.rollin {
		padding: 10% 0;
	}
	.container h2 {
		font-size: 160%;
	}
}


/****************************************
header
****************************************/
header {
	background-size: 5%;
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	/* z-index: 9998; */
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 5;
}
header.fixed {
}
header h1 {
	width: 100%;
}
header .inner {
	width: 100%;
	margin: 0 auto;
	padding: 1% 0;
	position: relative;
}
header:after,header .inner:after {
	content: "";
	clear: both;
	display: block;
}
header #logo {
	display: block;
	margin: 0 auto;
}
header #logo a{
	color: #663300;
	display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
	text-align: center;
}
@media only screen and (max-width: 480px) {
	header #logo a{
		font-size: 1rem;
	}
}
header #logo img {
	width: 75px;
	margin: 0 auto;
}
header nav {
	width: 100%;
	height: 70px;
	position: relative;
	background: #ffffff;
}
header .drawer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 70px;
	padding: 0 1em;
}
header .menu ul li a {
	display: block;
	font-weight: bold;
	padding: 3.5%;
	color: #333333;
	text-decoration: none;
}
header .menu ul li.top {
	margin: 0 auto 5%;
	position: relative;
	border-bottom: 1px solid #333333;
}
header .menu ul li.top:after {
	content: "";
	display: block;
	clear: both;
}
header .menu ul li.top a {
	width: 49%;
}
header .menu ul li.top a:first-child {
	text-align: right;
	float: left;
}
header .menu ul li.top a:last-child {
	text-align: left;
	float: right;
}
header .menu ul li.top span {
	color: #333333;
	font-size: 120%;
	position: absolute;
	top: 30%;
	left: 49.5%;
}
header .menu ul li a:hover {
	color: orange;
}
header .menu {
	width: 80%;
	height: 500%;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	transition: .5s ease;/*���炩�ɕ\��*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*���ɉB���Ă���*/
}
header .menu.open {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
header .Toggle {
	display: block;
	position: absolute;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
	left:15px;
}
header .Toggle span {
	display: block;
	position: absolute;
	width: 50px;
	border-bottom: solid 4px #333;
	-webkit-transition: .35s ease-in-out; /*�ω��̑��x���w��*/
	-moz-transition: .35s ease-in-out; /*�ω��̑��x���w��*/
	transition: .35s ease-in-out; /*�ω��̑��x���w��*/
}

header .Toggle span:nth-child(1) {
	top: 5px;
}
header .Toggle span:nth-child(2) {
	top: 18px;
}
header .Toggle span:nth-child(3) {
	top: 32px;
}
header .Toggle.active span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header .Toggle.active span:nth-child(2),header .Toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .user {
	background: #eeeeee;
	width: 65px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 5%;
	right: 5%;
}
header .user img {
	width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
	header::after {
		display: none;
	}
	header nav {
		/* display: flex; */
	}
	header .Toggle {
		display: none;
	}
	header .menu {
		width: 100%;
		height: auto;
		background-color: transparent;
		margin-top:0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	header .menu ul {
		height: 70px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		/* position: absolute; */
		right: 10%;
	}
	header .menu ul li a {
		padding: 0 1em;
		border-bottom: none;
	}
	header .menu ul li a:hover {
		background-color:transparent;
	}
	header .user {
		top: 5%;
		right: 3%;
	}
}
@keyframes Flash1 {
	50% {
		opacity: 0;
	}
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {
}

/****************************************
footer
****************************************/
footer {
	padding: 2% 0;
	color: #000000;
}
footer:after {
	content: "";
	clear: both;
	display: block;
}
footer .footer_group {
	margin: 0 auto;
	width: 98%;
	max-width: 1000px;
}
footer .footer_group:after {
	content: "";
	clear: both;
	display: block;
}
footer .footer_group .list {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
footer .footer_group .list ul {
	width: auto;
	margin: 0 auto;
	font-size: 85%;
}
footer .footer_group .list ul:after {
	content: "";
	clear: both;
	display: block;
}
footer .footer_group .list ul li {
	display: inline-block;
	padding: 0 1% 1% 0;
}
footer .footer_group .list ul li a {
	color: #333333;
	text-decoration: underline;
}
footer .footer_group .list ul li a:hover,footer .footer_group .list ul li a.hover {
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
footer .copy {
	text-align: center;
	font-size: 90%;
}
footer .copy a {
	color: #000000;
}
@media only screen and (max-width: 680px) {
	footer .footer_group .list ul {
		line-height: 160%;
	}
}

/****************************************
pager
****************************************/
.pager {
	margin: 10% auto 0;
}
.pager .pagination {
	text-align: center;
}
.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	background: #eeeeee;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	border-radius: 50%;
}
.pager .pagination li.omit {
	background: none;
	color: #ffffff;
	position: relative;
}
.pager .pagination li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.pager .pagination li.omit span {
	display: table-cell;
	vertical-align: middle;
	font-size: 150%;
	color: #333333;
	position: absolute;
	left: 35%;
	top: 10%;
}
.pager .pagination li:not(.disabled) a:hover,.pager .pagination li a.active {
	color: #ffffff;
	background: #f19149;
	border-radius: 50%;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {
}

/****************************************
form
****************************************/
a.telegram_b {
	display: block;
	background: #30a3e7;
	width: 250px;
	margin: 0 auto;
	padding: 2% 0;
	text-align: center;
	color: #ffffff;
	transition-duration: 0.25s;
	border-radius: 4px;
}
a.telegram_b:before {
	background: #ffffff;
	margin: 0 3% 0 0;
	padding: 2%;
	vertical-align: bottom;
	font-family: "Icons";
	content: "\f296";
	font-size: 90%;
	color: #30a3e7;
	border-radius: 50%;
}
a.telegram_b:hover {
	background: #92d7ff;
	width: 300px;
}
.or {
	width: 300px;
	margin: 4% auto 1%;
	text-align: center;
	position: relative;
}
.or:before,.or:after {
	content: "";
	display: block;
	width: 45%;
	border: 1px #ffffff solid;
	position: absolute;
	top: 50%;
}
.or:before {
	margin: 0 3% 0 0;
	left: 0;
}
.or:after {
	margin: 0 0 0 3%;
	right: 0;
}
form {
	padding: 3% 0 0;
	position: relative;
	z-index: 2;
}
.container.in_form form {
	position: static;
}
form input,
form select {
	display: block;
	appearance: none;
	outline: 0;
	border: 1px solid rgba(255,255,255,0.4);
	background: #ffffff;
	width: 250px;
	border-radius: 3px;
	padding: 10px 15px;
	margin: 0 auto 10px auto;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #000000;
	transition-duration: 0.25s;
	font-weight: 300;
}
form textarea {
	display: block;
	appearance: none;
	outline: 0;
	border: 1px solid rgba(255,255,255,0.4);
	background: #ffffff;
	width: 250px;
	height: 300px;
	border-radius: 3px;
	padding: 10px 15px;
	margin: 0 auto 10px auto;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #000000;
	transition-duration: 0.25s;
	font-weight: 300;
	resize: none;
}
form input:hover,
form select:hover,
form textarea:hover {
	background-color: rgba(255,255,255,0.9);
}
form input:focus,
form select:focus,
form textarea:focus {
	background-color: white;
	width: 300px;
	color: #53e3a6;
}
form button {
	appearance: none;
	outline: 0;
	background-color: white;
	border: 0;
	margin: 3% auto 0;
	padding: 10px 15px;
	color: #53e3a6;
	border-radius: 3px;
	width: 250px;
	cursor: pointer;
	font-size: 18px;
	transition-duration: 0.25s;
}
form button:hover {
	background: #f5f7f9;
}
form figure {
	width: 175px;
	margin: 0 auto;
}
form figure:after {
	content: "";
	display: block;
	clear: both;
}
form figure input.custom-checkbox {
	width: auto;
	padding: 13px;
	transition-duration: 0.25s;
	position: relative;
	cursor: pointer;
	float: left;
}
form figure input.custom-checkbox:focus {
	background-color: white;
	color: #53e3a6;
}
form figure input.custom-checkbox:checked {
	background-color: white;
	padding: 13px;
}
form figure input.custom-checkbox:checked:after {
	content: "\2714";
	font-size: 15px;
	color: #53e3a6;
	position: absolute;
	top: 0px;
	left: 8px;
}
form figure label {
	padding: 0 0 0 5px;
	font-size: 98%;
	cursor: pointer;
	float: right;
}
.container figure.consent {
	background: none;
	width: max-content;
	margin: auto;
	padding: 0;
	color: #ffffff;
	border-radius: inherit;
}
.existing ul {
	width: 250px;
	margin: 5% auto 0;
	text-align: left;
}
.existing ul:after {
	display: block;
	content: "";
	clear: both;
}
.existing ul li {
	margin: 0 auto 2%;
	position: relative;
}
.existing ul li:last-child {
	margin: 0 auto;
}
.existing ul li a {
	display: block;
	padding: 0 1%;
	color: #ffffff;
	position: relative;
}
.existing ul li a span {
	position: absolute;
	right: 0;
}
.existing ul li a:hover,.existing ul li a.hover {
	font-weight: bold;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {
	form input {
		font-size: 95%;
	}
	.datepicker {
		position: relative;
		min-height: 50px;
	}
	.datepicker:invalid::after {
		content: "誕生日";
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #888;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
	}
}

/****************************************
mypage
****************************************/
.container figure.prof {
}
.container figure.prof .user {
	font-size: 150%;
}
.container figure.prof .user a {
	color: #333333;
}
.container figure.prof .user a:hover,.container figure.prof .user a.hover {
	font-weight: bold;
}
.container figure.prof .user span {
	display: inline-block;
	width: 8%;
	margin: 0 2% 1% 0;
	border: 1px #000000 solid;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}
.container figure.prof .user span img {
	width: 100%;
}
.container figure.prof .star_lank {
	margin: 2% auto 0;
	font-size: 150%;
}
.star_lank {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.star_value {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.container figure.prof .star_lank span {
	padding: 0 0 0 3%;
	font-size: 1.3rem;
	vertical-align: text-top;
}
.container .prof .star_lank .star_box {
    position: relative;
    width: max-content;
    padding: 0;
    margin: auto;
}
.container .prof .star_lank .star_value {
    padding: 0;
    position: absolute;
    left: 0;
    overflow: hidden;
}
.container .prof .review_count {
    margin: 2% auto 0;
    font-size: 150%;
}
.container figure.prof .point a {
	padding: 0 0 0 3%;
	color: #333333;
	font-size: 140%;
	font-weight: bold;
	vertical-align: baseline;
}
.container figure.prof .point a:hover {
	color: orange;
}
.container figure ul.mypage_menu {
	width: 80%;
	text-align: left;
	margin: 20px auto;
}
.container figure ul.mypage_menu .mypage_label {
	color: rgb(44, 44, 44);
	font-weight: bold;
    font-family: sans-serif;
	margin: 13px 0 ;
	border-bottom: 1px solid rgb(222, 222, 222);
}
.container figure ul.mypage_menu li {
	margin: 0 auto 3%;
}
.container figure ul.mypage_menu li:last-child {
	margin: 0 auto;
}
.container figure ul.mypage_menu li a {
	display: block;
	color: #333333;
	position: relative;
	transition-duration: 0.25s;
}
.container figure ul.mypage_menu li a:hover {
	font-weight: bold;
	font-size: 110%;
}
.container figure ul.mypage_menu li a:after {
	content: ">";
	padding: 0;
	font-size: 180%;
	position: absolute;
	right: 0;
}

/****************************************
review
****************************************/
ul.review_list {
	width: 96%;
	margin: 0 auto;
	text-align: left;
}
ul.review_list li {
	margin: 0;
	padding: 2% 1%;
	line-height: 150%;
	border-bottom: 1px #333333 dashed;
}
ul.review_list li:last-child {
	border-bottom: none;
}
ul.review_list li:hover {
	background: #eeeeee;
	transition-duration: 0.25s;
}
ul.review_list li a {
	display: block;
	color: #000000;
	position: relative;
}
ul.review_list li a h3 {
	font-size: 115%;
}
ul.review_list li a span {
	font-size: 85%;
}
ul.review_list li a span i {
	padding: 0 0 0 3%;
}
ul.review_list li a p {
	padding: 1%;
	font-size: 95%;
}
ul.review_list li .range_mark {
	display: inline-block;
	width: -webkit-fill-available;
	margin: 0;
	text-align: right;
	position: absolute;
	top: 0.5%;
	right: 0;
}
ul.review_list li .range_mark > i {

}
ul.review_list li .range_mark > i:before {
	font-family: "Icons";
	content: "\f13a";
	color: #ffcc33;
}
ul.review_article {
	width: 96%;
	margin: 0 auto;
	text-align: left;
}
ul.review_article li {
	margin: 0;
	padding: 2% 1%;
	line-height: 170%;
	color: #000000;
	position: relative;
}
ul.review_article li h3 {
	font-size: 130%;
}
ul.review_article li span {
	font-size: 90%;
}
ul.review_article li span i {
	padding: 0 0 0 3%;
}
ul.review_article li p {
	padding: 1%;
	font-size: 100%;
}
ul.review_article li .range_mark {
	display: inline-block;
	width: -webkit-fill-available;
	margin: 0;
	text-align: right;
	position: absolute;
	top: 0.5%;
	right: 0;
}
ul.review_article li .range_mark > i {

}
ul.review_article li .range_mark > i:before {
	font-family: "Icons";
	content: "\f13a";
	color: #ffcc33;
}
.review_info {
	margin: 0;
	padding: 8% 1% 0;
	line-height: 170%;
	text-align: left;
	color: #000000;
	position: relative;
}
.review_info .pic {
	display: inline-block;
	width: 25%;
	border-radius: 5%;
	overflow: hidden;
}
.review_info .info {
	display: inline-block;
	width: 72%;
	padding: 2%;
	vertical-align: top;
}
.review_info span {
	display: block;
	width: 100%;
	font-size: 150%;
	text-align: left;
	position: relative;
}
.review_info span i {
	padding: 0 0 0 3%;
	font-size: 90%;
	position: absolute;
	right: 0;
}
.review_info span.icon {
	background: #eeeeee;
	width: fit-content;
	padding: 0.5% 1%;
	text-align: center;
	font-size: 80%;
	position: absolute;
	left: 0;
	top: 0;
}
.review_info span.icon.confirm {
	background: #f19149;
	color: #ffffff;
}
.review_info span.icon.hold {
	background: #53e3a6;
	color: #ffffff;
}
.review_info span.icon.visited {
	background: #50a3a2;
	color: #ffffff;
}
.review_info .c_name {
	width: 100%;
	padding: 5% 0 0;
	font-size: 160%;
}
form.review textarea {
	width: 96%;
	height: auto;
	min-height: 300px;
	padding: 1% 2%;
	margin: 0 auto 10px;
	text-align: left;
	vertical-align: top;
	font-size: 100%;
	color: #000000;
	border: 1px solid rgba(255,255,255,0.4);
}
form.review textarea:hover {
	background-color: rgba(255,255,255,0.9);
}
form.review textarea:focus {
	background-color: white;
	width: 98%;
	color: #53e3a6;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {
	.review_info {
		padding: 10% 1% 0;
	}
	.review_info .info {
		font-size: 85%;
	}
}


/****************************************
point
****************************************/
h3.point {
	width: auto;
	margin: 0 auto 5%;
	font-size: 120%;
	text-align: center;
	position: relative;
}
h3.point span {
	padding: 0 0 0 10%;
	font-size: 150%;
	font-weight: bold;
}
ul.point_list {
	width: 96%;
	margin: 0 auto;
	text-align: left;
}
ul.point_list li {
	margin: 0;
	padding: 2% 1%;
	line-height: 150%;
	border-bottom: 1px #333333 dashed;
}
ul.point_list li:last-child {
	border-bottom: none;
}
ul.point_list li h4 {
	margin: 0 auto 2%;
}
ul.point_list li p {
	padding: 1% 0;
	position: relative;
}
ul.point_list li p i {
	font-weight: bold;
	position: absolute;
	right: 0;
}
ul.point_list li p i.plus {
	color: #333333;
}
ul.point_list li p i.minus {
	color: #ff0000;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {
}

/****************************************
reserve
****************************************/
ul.reserve_list {
	width: 96%;
	margin: 10px auto 0;
	text-align: left;
}
ul.reserve_list li {
	background: #eeeeee;
	margin: 0 auto 5%;
	line-height: 150%;
}
ul.reserve_list li:last-child {
	margin: 0 auto;
}
ul.reserve_list li:hover {
	background: #dadada;
	transition-duration: 0.25s;
}
ul.reserve_list li a {
	display: block;
	padding: 10% 2% 3%;
	color: #000000;
	position: relative;
}
ul.reserve_list li a .pic {
	display: inline-block;
	width: 20%;
	border-radius: 5%;
	overflow: hidden;
}
ul.reserve_list li a span {
	background: #ffffff;
	width: fit-content;
	padding: 0.5% 1%;
	text-align: center;
	font-size: 80%;
	position: absolute;
	top: 10%;
	left: 2%;
}
ul.reserve_list li a span.confirm {
	background: #f19149;
	color: #ffffff;
}
ul.reserve_list li a span.hold {
	background: #53e3a6;
	color: #ffffff;
}
ul.reserve_list li a span.visited {
	background: #50a3a2;
	color: #ffffff;
}
ul.reserve_list li a h3 {
	width: 77%;
	margin: 0;
	padding: 1%;
	font-size: 150%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
ul.reserve_list li a h3 i {
	padding: 0 0 0 3%;
	font-size: 90%;
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
	max-width: 62%;
	word-break: break-word;
	overflow-wrap: break-word;
}
ul.reserve_list li a h3 span {
	background: none;
	width: 100%;
	display: block;
	padding: 6% 0 0;
	text-align: left;
	font-size: 95%;
	position: relative;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {
	ul.reserve_list li a {
		padding: 14% 2% 2%;
		font-size: 85%;
	}
	ul.reserve_list li a h3 span {
		padding: 3% 0 0;
		max-width: 30%;
	}
	ul.reserve_list li a h3 {
		font-size: 132%;
	}
}
.reserve_article {
	background: #eeeeee;
	padding: 10% 2% 2%;
	position: relative;
	text-align: left;
}
.reserve_article .pic {
	display: inline-block;
	width: 20%;
}
.reserve_article h3 {
	display: inline-block;
	width: 78%;
	padding: 1%;
	vertical-align: top;
	position: relative;
}
.reserve_article h3 span {
	display: block;
	margin: 5% 0 0;
	font-size: 125%;
	text-align: left;
	position: relative;
}
.reserve_article h3 i {
	position: absolute;
	right: 0;
}
.reserve_article span.icon {
	background: #ffffff;
	width: fit-content;
	margin: 0;
	font-size: 85%;
	padding: 0 1%;
	position: absolute;
	top: 10%;
	left: 2%;
}
.reserve_article span.icon.confirm {
	background: #f19149;
	color: #ffffff;
}
.reserve_article span.icon.hold {
	background: #53e3a6;
	color: #ffffff;
}
.reserve_article span.icon.visited {
	background: #50a3a2;
	color: #ffffff;
}
.reserve_article.detail {
	text-align: left;
}
.reserve_article.detail span {
	display: inline-block;
	width: 78%;
	margin: 7% 0 0;
	vertical-align: top;
}
.reserve_article.detail span i {
	width: fit-content;
	margin: 0;
	top: 5%;
}
.reserve_article.detail span.icon {
	width: fit-content;
	margin: 0;
	top: 5%;
}
.reserve_article.detail span.icon.confirm {

}
.reserve_article.detail span.icon.hold {

}
.reserve_article.detail span.icon.visited {

}
.reserve_article.detail .user_photo {
	display: inline-block;
	width: 18%;
	margin: 7% 1% 1%;
	/* border-radius: 50%; */
	overflow: hidden;
}
.reserve_article.detail h4 {
	display: inline-block;
	width: 76%;
	font-size: 150%;
	position: absolute;
	top: 55%;
	left: 22%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.reserve_contents {
	width: 96%;
	margin: 5% auto 0;
}
.reserve_contents h3 {
	font-size: 130%;
	text-align: left;
}
.reserve_contents table {
	width: 100%;
	margin: 1% auto 5%;
}
.reserve_contents table th {
	width: 28%;
	padding: 1%;
	text-align: left;
	vertical-align: middle;
}
.reserve_contents table td {
	width: 68%;
	padding: 1%;
	text-align: left;
	vertical-align: middle;
}
/* ���[�_���w�i ���������C���[ */
.modal-container {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.modal-container.open {
	opacity: 1;
	visibility: visible;
	z-index: 9;
}
.modal {
	background: white;
	width: 40%;
	margin: -15% 0 0;
	padding: 5%;
	box-sizing: border-box;
	color: #333333;
	text-align: center;
	border-radius: 4px;
	z-index: 10;
}
.modal p {
	margin: 0;
}
.modal figure {
	background: #eeeeee;
	width: 76%;
	margin: 5% auto;
	padding: 2%;
}
.modal figure table {
	width: 80%;
	margin: 0 auto;
	font-size: 120%;
}
.modal figure table th,.modal figure table td {
	padding: 2%;
	text-align: left;
	vertical-align: middle;
}
.modal figure table th {
}
.modal figure table td {
}
.modal ul {
	width: 77%;
	margin: 2% auto 0;
}
.modal ul:after {
	display: block;
	content: "";
	clear: both;
}
.modal ul li {
	width: 50%;
	float: left;
}
.modal ul li a,.modal ul li button {
	display: block;
	appearance: none;
	outline: 0;
	background: #ffffff;
	border: 0;
	margin: 1%;
	padding: 3% 2%;
	color: #53e3a6;
	border-radius: 3px;
	width: 98%;
	cursor: pointer;
	font-size: 18px;
	transition-duration: 0.25s;
	border: 1px #eeeeee solid;
}
.modal ul li a:hover,.modal ul li button:hover {
	background: #f5f7f9;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {
	.reserve_article {
		font-size: 90%;
		padding: 10% 2% 2%;
	}
	.reserve_contents {
		font-size: 90%;
	}
	.reserve_article.detail h4 {
		top: 65%;
	}
	.modal {
		width: 80%;
	}
	.modal figure table {
		width: 100%;
	}
	.modal figure .is-reserved {
		display: block;
	}
}

/****************************************
attendance
****************************************/
.attendance {
}
.attendance .month_menu {
	width: 80%;
	margin: 0 auto;
	font-size: 150%;
	text-align: center;
	position: relative;
}
.attendance .month_menu a {
	padding: 0;
	font-size: 225%;
	color: #333333;
	vertical-align: text-top;
}
.attendance .month_menu a.left_link {
	left: 0;
}
.attendance .month_menu a.right_link {
	right: 0;
}
.attendance .month_menu a:hover,.attendance .month_menu a.hover {
	color: #c1c1c1;
}
.attendance .month_menu span {
	padding: 0 3%;
}
.attendance .calendar {
	width: 90%;
	margin: 5% auto;
}
.attendance .calendar ul.week {
	width: 100%;
	margin: 0 auto 5%;
	font-size: 130%;
}
.attendance .calendar ul.week:after {
	display: block;
	content: "";
	clear: both;
}
.attendance .calendar ul.week li {
	width: 14.28%;
	text-align: center;
	float: left;
}
.attendance .calendar ul.day {
	width: 100%;
	margin: 0 auto;
}
.attendance .calendar ul.day:after {
	display: block;
	content: "";
	clear: both;
}
.attendance .calendar ul.day li {
	width: 14.28%;
	margin: 0 auto 1.5%;
	text-align: center;
	float: left;
}
.attendance .calendar ul.day li.today {

}
.attendance .calendar ul.day li a {
	color: #333333;
	font-size: 150%;
}
.attendance .calendar ul.day li.today a {
	background: #50a3a2;
	color: #ffffff;
	padding: 5% 10%;
	border-radius: 50%;
	overflow: hidden;
}
.attendance .calendar ul.day li .work_icon {
	width: 90%;
	height: 30px;
	margin: -10% auto 0;
	text-align: center;
	position: relative;
}
.attendance .calendar ul.day li .work_icon span {
	display: inline-block;
	font-size: 70%;
	position: relative;
}
.attendance .calendar ul.day li .work_icon span.on {
	margin: 0 2%;
	color: #a0a0a0;
}
.attendance .calendar ul.day li .work_icon span.off {
	margin: 0 2%;
	color: #50a3a2;
}
.attendance .shift {
	width: 96%;
	margin: 0 auto;
}
.attendance .shift h3 {
	background: #eeeeee;
	width: 100%;
	margin: 0 auto 3%;
	padding: 1% 0;
	text-align: center;
	font-size: 150%;
}
.attendance .shift ul {
	width: 100%;
	margin: 0 auto;
}
.attendance .shift ul li {
	margin: 0 auto;
	padding: 3% 2%;
	text-align: left;
	border-bottom: 1px #000000 dashed;
	position: relative;
}
.attendance .shift ul li:last-child {
	border-bottom: none;
}
.attendance .shift ul li span.place {
	padding: 0 2%;
}
.attendance .shift ul li a {
	margin: 0 1%;
	font-size: 130%;
	vertical-align: middle;
	color: #000000;
}
.attendance .shift ul li a:hover,.attendance .shift ul li a.hover {
	color: #a0a0a0;
}
.attendance .shift ul li a.edit {
}
.attendance .shift ul li a.edit:before {
	font-family: "Icons";
	content: "\f47c";
}
.attendance .shift ul li a.delete {
}
.attendance .shift ul li a.delete:before {
	font-family: "Icons";
	content: "\f0ce";
}
.attendance .shift ul li span.icon {
	background: #ffffff;
	width: fit-content;
	margin: 0;
	font-size: 85%;
	padding: 0 1%;
	position: absolute;
	right: 2%;
}
.attendance .shift ul li span.icon.retention {
	background: #f19149;
	color: #ffffff;
}
.attendance .shift ul li span.icon.pending {
	background: #53e3a6;
	color: #ffffff;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {
	.attendance {
		font-size: 90%;
	}
}

/****************************************
submission
****************************************/
.submission {
	position: relative;
}
.submission h3 {
	background: #eeeeee;
	width: 100%;
	margin: 0 auto 3%;
	padding: 1% 0;
	text-align: center;
	font-size: 150%;
	color: #000000;
}
.submission ul:after {
	display: block;
	content: "";
	clear: both;
}
.submission .allday {
	width: 100%;
	margin: 0 auto;
	text-align: right;
	position: relative;
}
.submission .allday span.label {
	position: relative;
	right: 50px;
}
.switchArea {
	position: absolute;
	top: 15%;
	right: 1%;
}
.toggle_switch {
	display: table;
	font-size: 125%;
}
.toggle_switch > input {
	display: none;
}
.toggle_switch > label {
	display: block;
	position: relative;
	width: 1.8em;
	height: 1em;
	border-radius: 1em;
	background-color: #a0a0a0;
	cursor: pointer;
}
.toggle_switch > input:checked + label {
	background-color: #f19149;
}
.toggle_switch > label::before {
	position: absolute;
	top: 0.05em;
	left: 0.05em;
	width: calc(1em - 0.1em);
	height: calc(1em - 0.1em);
	border-radius: calc(1em - 0.1em);
	background-color: #fff;
	transition: 0.5s;
	content: "";
}
.toggle_switch > input:checked + label::before {
	left: calc(100% - 1em + 0.05em);
}
form .submission .toggle_switch > input {
	width: auto;
	margin: 0;
	padding: 0;
	display: contents;
	border-radius: 0;
}
.submission ul.time_title {
	width: 96%;
	margin: 0 auto 1%;
}
.submission ul.time_title li {
	width: 57%;
	text-align: left;
	float: left;
}
.submission ul.time_title li:last-child {
	width: 43%;
}
.submission ul.time_zone {
	width: 96%;
	margin: 0 auto;
}
.submission ul.time_zone li {
	width: 45%;
	margin: 0 0 5%;
	text-align: center;
	float: left;
	position: relative;
}
.submission ul.time_zone li:nth-child(2) {
	width: 10%;
	margin: 0 0 4%;
	padding: 1% 0 0;
	font-size: 115%;
}
.submission ul.time_zone li:last-child {
}
.submission ul.time_zone li:nth-child(1):before,.submission ul.time_zone li:nth-child(3):before {
	font-family: "Icons";
	content: "\f22b";
	display: inline-block;
	padding: 0;
	width: 20%;
	font-size: 120%;
	position: absolute;
	left: 0;
	top: 15%;
}
.submission ul.time_zone li:nth-child(4):before {
	font-family: "Icons";
	content: "\f220";
	display: inline-block;
	padding: 0;
	width: 20%;
	font-size: 120%;
	position: absolute;
	left: 0;
	top: 15%;
}
form .submission input {
	width: 79%;
	margin: 0px 0 0 20%;
	padding: 2%;
	display: inline-block;
}
form .submission select {
	appearance: none;
	outline: 0;
	border: 1px solid rgba(255,255,255,0.4);
	background-color: rgba(255,255,255,0.2);
	text-align: center;
	font-size: 18px;
	color: white;
	transition-duration: 0.25s;
	font-weight: 300;
	width: 79%;
	margin: 0px 0 0 20%;
	padding: 2%;
	display: inline-block;
	border-radius: 3px;
}
form .submission select:hover {
	background-color: rgba(255,255,255,0.4);
}
form .submission select:focus {
	background-color: white;
	color: #53e3a6;
}



.submission .shift ul {
	width: 100%;
	margin: 0 auto;
}
.submission .shift ul li {
	margin: 0 auto;
	padding: 3% 2%;
	text-align: left;
	border-bottom: 1px #000000 dashed;
	position: relative;
}
.submission .shift ul li:last-child {
	border-bottom: none;
}
.submission .shift ul li span.place {
	padding: 0 2%;
}
.submission .shift ul li span.icon {
	background: #ffffff;
	width: fit-content;
	margin: 0;
	font-size: 85%;
	padding: 0 1%;
	position: absolute;
	right: 2%;
}
.submission .shift ul li span.icon.retention {
	background: #f19149;
	color: #ffffff;
}
.submission .shift ul li span.icon.pending {
	background: #53e3a6;
	color: #ffffff;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {
	.submission {
		font-size: 90%;
	}
}

/****************************************
salary
****************************************/
.salary {
	position: relative;
}
.salary .month_menu {
	width: 80%;
	margin: 0 auto;
	font-size: 150%;
	text-align: center;
	position: relative;
}
.salary .month_menu a {
	padding: 0;
	font-size: 225%;
	color: #333333;
	vertical-align: text-top;
	position: absolute;
}
.salary .month_menu a.left_link {
	left: 0;
}
.salary .month_menu a.right_link {
	right: 0;
}
.salary .month_menu a:hover,.salary .month_menu a.hover {
	color: #c1c1c1;
}
.salary .month_menu span {
	padding: 0 3%;
}
.salary section {
	position: relative;
	width: 100%;
	height: 250px;
	text-align: center;
}
.salary section .circle {
	background: #333333;
	width: 200px;
	height: 200px;
	margin: 5% auto;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.salary section .circle::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -60px;
	width: 200px;
	height: 200px;
	background: #999999;
	transform-origin: right 60px;
	z-index: 2;
	animation: rotate-circle-left 2s linear forwards;
}
.salary section .circle::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 60px;
	width: 200px;
	height: 200px;
	background: #999999;
	transform-origin: left 60px;
	z-index: 3;
	animation: rotate-circle-right 2s linear forwards;
}
.salary section .circle .circle-inner {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 196px;
	height: 196px;
	/* padding-top: 38px; */
	background: #ffffff;
	border-radius: 50%;
	z-index: 4;
}
@keyframes rotate-circle-right {
	0%   {
		transform: rotate(0deg);
		background: #999999;
	}
	50%  {
		transform: rotate(180deg);
		background: #999999;
	}
	50.01% {
		transform: rotate(360deg);
		background: #333333;
	}
	100% {
		transform: rotate(360deg);
		background: #333333;
	}
}
@keyframes rotate-circle-left {
	0%   { transform: rotate(0deg); }
	50%  { transform: rotate(0deg); }
	100% { transform: rotate(180deg); }
}
.salary section .circle h3 {
	position: absolute;
	top: 25%;
	left: 25%;
}
.salary section .circle span {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 210%;
	position: absolute;
	top: 50%;
}
.salary .results {
	width: 100%;
	margin: 0 auto;
}
.salary .results table {
	width: 100%;
	margin: 0 auto;
}
.salary .results table th,.salary .results table td {
	width: 21%;
	margin: 0;
	padding: 2%;
	text-align: center;
	vertical-align: middle;
}
.salary .results table th {
	background: #eeeeee;
}
.salary .results table td {
}
.salary .results table td a {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	font-size: 120%;
}
.salary .results table td a:hover {
	text-decoration: none;
}
.salary .results table td .icon {
	background: #ffffff;
	width: fit-content;
	margin: 0;
	font-size: 85%;
	padding: 4%;
}
.salary .results table td .icon.paid {
	background: #f19149;
	color: #ffffff;
}
.salary .results table td .icon.unpaid {
	background: #53e3a6;
	color: #ffffff;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {
	.salary {
		font-size: 90%;
	}
}

/****************************************
salary_detail
****************************************/
.salary_detail {
	position: relative;
}
.salary_detail .results {
	padding: 5%;
}
.salary_detail h3 {
	background: #eeeeee;
	margin: 0 auto 5%;
	font-size: 115%;
}
.salary_detail .results h4 {
	width: 75%;
	margin: 0 auto 2%;
	font-size: 130%;
	text-align: left;
	position: relative;
}
.salary_detail .results h4 .icon {
	background: #eeeeee;
	width: fit-content;
	margin: 0;
	font-size: 60%;
	padding: 0 2%;
	position: absolute;
	top: 0;
	right: 0;
}
.salary_detail .results h4 .icon.paid {
	background: #f19149;
	color: #ffffff;
}
.salary_detail .results h4 .icon.unpaid {
	background: #53e3a6;
	color: #ffffff;
}
.salary_detail .results table {
	width: 75%;
	margin: 0 auto;
}
.salary_detail .results table th,.salary_detail .results table td {
	padding: 3%;
	text-align: left;
	vertical-align: middle;
}
.salary_detail .results table th {
	width: 34%;
}
.salary_detail .results table td {
	width: 54%;
}
.salary_detail .results table tr:last-child th,.salary_detail .results table tr:last-child td {
	font-size: 125%;
	font-weight: bold;
	border-top: 1px #000000 solid;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {
	.salary_detail .results h4 {
		width: 90%;
	}
	.salary_detail .results table {
		width: 90%;
	}
}


/****************************************
id
****************************************/
.id {

}
.id h3 {
	margin: 0 auto 2%;
	font-weight: bold;
}
.id h3 span {
	padding: 0 0 0 2%;
	font-size: 90%;
	color: #ff0000;
	vertical-align: baseline;
}
.id section {
	margin: 0 auto 3%;
}
.id section:last-child {
	margin: 0 auto;
}
.id section label {
	appearance: none;
	outline: 0;
	background-color: white;
	border: 0;
	margin: 3% auto 0;
	padding: 10px 15px;
	color: #53e3a6;
	border-radius: 3px;
	width: 250px;
	cursor: pointer;
	font-size: 18px;
	transition-duration: 0.25s;
	position: relative;
}
.id section label:hover {
	background-color: rgba(255,255,255,0.9);
}
.id section input[type="file"] {
	opacity: 0;
	/* visibility: hidden; */
	position: absolute;
	top: -12%;
	left: -5%;
	cursor: pointer;
}
.id section .block {
	width: 230px;
	margin: 2% auto 0;
	text-align: left;
	position: relative;
}
.id section .js-upload-filename,.id section .js-upload-filename2,.id section .js-upload-filename3 {
	display: inline-block;
	width: fit-content;
	font-size: 90%;
}
.id section .fileclear {
	display: none;
	text-decoration: underline;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.id section .fileclear:before {
	font-family: "Icons";
	content: "\f0ce";
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {

}

/****************************************
withdraw
****************************************/
.withdraw {
	color: #ffffff;
	position: relative;
}
.withdraw h3 {
	margin: 0 auto 2%;
	font-size: 115%;
}
.withdraw ul {
	width: 98%;
	margin: 3% auto;
	font-size: 16px;
	text-align: left;
    padding: 15px;
}
.withdraw ul li {
	margin: 0 auto 1%;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 160%;
}
.withdraw ul li:last-child {
	margin: 0 auto;
}
.withdraw p {
	padding: 3%;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 680px) {
}

/****************************************
policy
****************************************/
.policy {
	position: relative;
}
.policy h3 {
	margin: 0 auto 2%;
	font-size: 120%;
}
.policy h4 {
	margin: 0 auto 1%;
	padding: 0 0 0 1%;
	font-size: 95%;
	border-left: 5px #000000 solid;
}
.policy section {
	width: 96%;
	margin: 0 auto 5%;
	text-align: left;
}
.policy p {
	padding: 0 1% 1%;
}
.policy ul {
	width: 98%;
	margin: 3% auto;
	font-size: 90%;
	line-height: 160%;
}
.policy ul li {
	list-style-position: inside;
	list-style-type: disc;
}

