@charset "utf-8";

body.login {
	width: 100%;
	height: 100%;
	position: relative;
}

#login-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%);
	background: #fff;
	padding: 35px 20px 30px;
	border: 1px solid #f0f0f0;
	border-radius: 9px;
}
ul.logo-list {
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.logo-list li {
	width: 220px;
	margin: 0 15px;
}
#login-box h1 {
	font-size: 20px;
	line-height: 1.8;
	font-weight: normal;
	margin: 30px auto 0px auto;
}
.swpm-login-widget-form {
	width: 320px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
}
#login-box .swpm-login-widget-form input[type="text"],
#login-box .swpm-login-widget-form input[type="password"] {
	display: block;
	width: 100%;
}
#login-box .swpm-login-widget-form input[type="submit"] {
	width: 100%;
	margin-top: 20px;
	background: #689000;
	font-size: 16px;
	line-height: 46px;
	font-weight: 600;
	color: #fff;
	border: none;
	text-align: center;
	cursor: pointer;
}

/* header */
header {
	box-sizing: border-box;
	width: 100%;
	height: 64px;
	padding: 0 2%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
}
header ul.header-title {
	display: flex;
	align-items: center;
}
header ul.header-title li {
	width: 140px;
	height: auto;
	margin-right: 25px;
}
header .member {
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
}
header .member span {
	font-size: 13px;
	font-weight: normal;
	margin-left: 3px;
}
header .member a {
	font-size: 13px;
}

footer {
	padding: 30px 0;
	font-size: 12px;
	line-height: 1.6;
}
footer .credit {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 40px;
}
footer .credit p {
	margin-bottom: 40px;
}
footer .credit p img {
	width: 240px;
	margin: 0 auto;
}

#container {
	margin-top: 40px;
	margin-top: calc(64px + 40px);
}
#container h2 {
	font-size: 24px;
	line-height: 1.6;
	margin: 0 auto 15px auto;
}
ul.mypage-menu-list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto 80px;
}
ul.mypage-menu-list li {
	box-sizing: border-box;
	background: #fff;
	border-radius: 9px;
	overflow: hidden;
	margin: 0 10px;
}
ul.mypage-menu-list li a {
	display: block;
	text-decoration: none;
	font-size: 18px;
//	line-height: 56px;
	font-weight: bold;
//	padding: 100px 30px;
	width: 300px;
	height: 300px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	text-align: center;  

}
ul.mypage-menu-list li a {
	line-height: 28px;
}
ul.mypage-menu-list li a:hover {
	background: #1386b6;
	color: #fff;
	border: none;
}

#container section {
	box-sizing: border-box;
	width: 860px;
	padding: 30px;
	margin: 30px auto;
	background: #fff;
}

table.company-form-table,
table.company-form-table-common {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto 40px auto;
}
table.company-form-table caption,
table.company-form-table-common caption {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 5px 0;
}
table.company-form-table caption::before {
	content: "【 ";
}
table.company-form-table caption::after {
	content: " 】";
}
table.company-form-table-common caption span {
	font-weight: normal;
	font-size: 14px;
	margin-left: 10px;
}

table.company-form-table.internship-table {
	margin: -40px auto 40px auto;
}
table.company-form-table.internship-table tr:nth-child(odd) {
	background: #fff;
}
table.company-form-table.internship-table tr:nth-child(even) {
	background: #f9fcf4;
}

table.company-form-table tr {
	background: #f9fcf4;
}
table.company-form-table#childcare-leave tr {
	background: #e5edf3;
}
table.company-form-table-common tr {
	background: #fff7ef;
}
table.company-form-table tr:nth-child(even),
table.company-form-table-common tr:nth-child(even),
table.company-form-table#childcare-leave tr:nth-child(even) {
	background: #fff;
}
table.company-form-table th,
table.company-form-table-common th {
	width: 200px;
	padding: 20px 20px;
	font-weight: normal;
	vertical-align: top;
	border: none;
}
table.company-form-table td,
table.company-form-table-common td {
	padding: 20px;
	border: none;
}
table.company-form-table .bikou,
table.company-form-table-common .bikou {
	font-size: 13px;
	margin: 0 0 5px 0;
	color: #555;
}

table.company-form-table span.hissu,
table.company-form-table-common span.hissu {
	margin: 0 5px;
	color: red;
	font-weight: normal;
}
table.company-form-table td input.input-text,
table.company-form-table-common td input.input-text {
	width: 100%;
	height: 2.5em;
	border: 1px solid #ccc;
	background: #fff;
}

table.company-form-table td input.input-number,
table.company-form-table-common td input.input-number {
	width: 50px;
	height: 2.5em;
	border: 1px solid #ccc;
	background: #fff;
	margin-right: 5px;
}

table.company-form-table td label,
table.company-form-table-common td label {
	display: block;
}

table.company-form-table td label.kirari-point {
	width: 50%;
	margin-bottom: 5px;
}

table.company-form-table td textarea,
table.company-form-table-common td textarea {
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
}

table.company-form-table td.message p::before,
table.company-form-table-common td.message p::before {
	content: "●";
	font-size: 12px;
}

table.company-form-table td.message span,
table.company-form-table-common td.message span {
	display: block;
	margin-top: 5px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

table.company-form-table td input.input-submit {
	width: 50%;
	margin: 0 25%;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	background: #5f883b;
	border: none;
	cursor: pointer;
}
table.company-form-table td input.input-submit:hover {
	background: #78ac4a;
}
table.company-form-table td.company-form-draft input.input-submit {
	background: #999;
	width: 30%;
	font-size: 14px;
	font-weight: normal;
}
table.company-form-table td.company-form-draft input.input-submit:hover {
	background: #ccc;
}

.balloon {
	position: relative;
	font-size: 13px;
	text-decoration: underline;
}
.balloon span.balloon-description {
	display: none;
}
.balloon a:hover span.balloon-description {
	background: #fff;
	border: 1px solid #cccccc;
	color: #333;
	display: block;
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 30px;
	left: -110px;
	width: 500px;
	text-align: left;
	font-size: 13px;
	line-height: 160%;
	z-index: 100;
}

span.balloon-description ol {
	margin: 10px 10px 0 20px;
}

span.balloon-description ol li {
	list-style: decimal;
	margin-bottom: 10px;
}

span.balloon-description ol li span {
	font-weight: bold;
	display: block;
}

/* reset */
#login-box .swpm-pw-reset-widget-insidein-widget-form input[type="text"] {
	display: block;
	width: 100%;
}
#login-box .swpm-pw-reset-widget-inside input[type="submit"] {
	width: 100%;
	margin-top: 20px;
	background: #689000;
	font-size: 16px;
	line-height: 46px;
	font-weight: 600;
	color: #fff;
	border: none;
	text-align: center;
	cursor: pointer;
}
.info-box {
	width: 600px;
	font-size: 0.9em;
	margin: 0 auto 20px;
	background: #fff;
	padding: 15px 20px;
	text-align: center;
	border: 1px solid #ccc;
}

table.company-form-table td input.input-number02 {
	width: 50px;
	height: 2.5em;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 5px 10px 0;
}

table.company-form-table td input.input-date {
	width: 200px;
	height: 2.5em;
	border: 1px solid #ccc;
	background: #fff;
	margin-right: 5px;
}

table.company-form-table-common td ul.consent-item-box label {
	display: inline-block;
	position: relative;
	left: -20px;
}
table.company-form-table-common td ul.consent-item-box li {
	position: relative;
	margin-left: 20px;
	margin-bottom: 5px;
}
table.company-form-table-common td ul.consent-item-box li:last-child {
	margin-bottom: 0;
}

.childcare-box {
	width: 900px;
	font-size: 0.9em;
	margin: 0 auto 20px;
	background: #fff;
	padding: 15px 20px;
	text-align: center;
	border: 1px solid #ccc;
}

.declaration-companies-menu {
    display: flex;
    width: 860px;
    padding: 30px;
    margin: 30px auto;
    background: #FFF;
    justify-content: space-between;
    box-sizing: border-box;
 }
 .declaration-companies-menu li {
    font-size: 0.9em;
    font-weight: bold;
}
