main a {
	display: inline;
	color: rgb(15 121 255);
}
main textarea {
	padding: 3px 5px;
}
main .sys_icon {
	display: inline;
	max-width: 2.5em;
	max-height: 2.5em;
    vertical-align: middle;
}
.btn_action {
    display: inline-block;
    background: #23a95d;
    color: white;
    padding: 1px 6px;
    border: none;
    border-radius: 5px;
    box-shadow: inset -1px -1px 3px rgba(0,0,0,0.2);
    font-size: 90%;
}
.btn_action:hover {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.btn_link {
    display: inline-block;
    color: white;
    text-decoration: none;
    background: rgb(18 191 234);
    padding: 5px 20px;
    border-radius: 5px;
    margin: 0 10px;
    color: white;	
    font-size: 0.8rem;
    font-weight: bold;
}
.btn_link ,
.btn_link:visited ,
.btn_link a ,
.btn_link a:visited {
    color: white;	
}
img.icon_link ,
a.icon_link img {
	display: inline-block;
	height: 3ex;
	width: auto;
    vertical-align: middle;
    margin: 0 5px;
}
a.icon_link:hover img {
	opacity: 0.7;
}
.sys_new {
	display: inline-block;
	padding: 0px 3px;
	background: #ff8844;
	color: white;
	font-weight: bold;
	font-size: 0.7rem;
	border-radius: 5px;
}
.jobsearch h2 {
    color: rgb(18 191 234);
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.jobsearch .require {
	background: #ff6644;
	color: white;
	display: inline-block;
	padding: 1px 3px;
	margin: 0 5px;
	border-radius: 5px;
	font-size: 0.75rem;
	line-height: 1.25em;
}
.jobsearch .center {
	text-align: center;
}
.gate0101 {
	width: fit-content;
	background: white;
	border: 2px solid #aaaaaa;
	border-radius: 20px;
	padding: 30px;
	margin: 0 auto;
}
.gate0101 .sys_entry_submit {
	margin: 40px auto;
}


.sys_loginlink {
	width: 170px;
    position: absolute;
    top: 0px;
}
.sys_loginlink h3 {
	font-family: "Bakbak One", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 2.5rem;
}
.sys_loginlink ul {
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.sys_loginlink ul li {
	margin-right: 12px;
}
.sys_loginlink ul li a {
	display: block;
	background: white;
	width: 220px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	margin : 5px auto;
	color: white;
	box-shadow: 2px 2px 2px #27acd988;
}
.sys_loginlink ul li:nth-child(1) a {
	background: #38B6FF;
}
.sys_loginlink ul li:nth-child(2) a {
	background: #284550;
}
.sys_loginlink ul li:nth-child(3) a {
	background: #A5B308;
}

@media screen and (max-width: 735px) {
	.sys_loginlink ul {
		display: block;
	}
}


.jobsearch .job-arealist h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
  	font-weight: 900;
	color: #000000;
	font-size: 2.2rem;
    letter-spacing: -1px;
    margin-bottom: 0px;
}
.job-arealist .sys_arealist button {
	background: #888888;
	border-radius: 6px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}


@media screen and (min-width: 736px) {
    .job-arealist {
		padding-top: 150px;
	}
    div.sys_arealist {
		margin-top: 0;
	}
}

.sys_corplist {
	
}
.aside.sys_corplist {
	margin: 2.5vw;
}
@media screen and (min-width: 736px) {
	margin: 0;
}

.sys_corplist_search {
	background: #fff2dd;
	border-radius: 20px;
	padding: 10px 20px;
	margin-bottom: 70px;
}
.sys_corplist_search h3 {
	color: #887744;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.sys_corplist_search dl {
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #aaaaaa;
}
.sys_corplist_search dl:last-child {
	display: flex;
	border-bottom: none;
}
.sys_corplist_search dl dt {
	width: 100px;
	text-align: right;
	padding-right: 20px;
}
.sys_corplist_search dl dd {
	width: calc( 100% - 120px );
	text-align: left;
}
.job-joblist-item > li img.corp_img.noimage {
	object-fit: contain;
}




body#login .wrapper {
	background: #284550;
}

#login article.second {
	padding: 0;
}

#login section.second-text {
	display: flex;
	width: 1920px;
	min-height: 1080px;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

#login section.second-text::after {
	content: ' ';
	display: block;
	width: 960px;
	max-width: 960px;
	height: 1080px;
	flex-grow: 1;
	background: url( /sys/images/bg02.jpg );
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sys_login {
    width: 640px;
    margin: 0 auto;
    padding: 20px 0;
}
.sys_login h2 {
	font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
	font-size: 1.8rem;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}
  
.sys_login_box {
	font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background: #3C5660;
    border-radius: 20px;
    padding: 30px 60px 20px;
	font-size: 1.4rem;
    color: white;
}

.sys_login_box dt {
	font-family: "Bakbak One", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 2.5rem;
    color: white;
    line-height: 120%;
}

.sys_login_box dd input {
    font-size: 1.8rem;
    border: 1px solid #999999;
    border-radius: 8px;
    padding: 10px 8px;
    background: #f2f8ff;
    width: 100%;
    margin: 2px;
    color: #222222;	
}

.sys_login_box dd {
	margin-bottom: 30px;
}

.sys_login_submit {
	text-align: center;
	margin: 50px auto;
}

.sys_login button[type=submit] {
	font-family: "Bakbak One", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 2rem;
	background: #039D95;
	line-height: 110%;
	color: white;
	padding: 5px 60px;
	border: none;
	border-radius: 10px;
}

.sys_login_note {
	font-size: 85%;
	line-height: 120%;
}

body#login.supporter .wrapper {
	background: #A5B308;
}

body#login.supporter .sys_login_box {
    background: #ADBA1F;
}
body#login.supporter .sys_login h2 {
	color: #000000;
}
body#login.supporter .sys_login button[type=submit] {
	background: #000000;
}

body#login.user .wrapper {
	background: #38B6FF;
}

body#login.user .sys_login_box {
    background: #4ABCFF;
}
body#login.user .sys_login h2 {
}
body#login.user .sys_login button[type=submit] {
	background: #4F77FF;
}
body#login.user .sys_entry_login {
	padding: 0;
	display: block;
	width: 960px;
}
body#login.user .sys_login_box dt {
    line-height: 105%;
}
body#login.user .sys_login_box dd input {
    padding: 5px 8px;
}
body#login.user .sys_login_box dd {
	margin-bottom: 20px;
}
body#login.user .sys_login_submit {
	margin: 30px auto;
}

.sys_entry_login {
	display: block;
}
@media screen and (min-width: 736px) {
	.sys_entry_login {
		display: flex;
	}
}



@media screen and (max-width: 735px) {

#login section.second-text {
	display: block;
	width: auto;
	min-height: none;
	position: relative;
	padding-top: 84vw;
	z-index: 1;
}
#login section.second-text::after {
	width: 100vw;
	height: 84vw;
	background: url( /sys/images/bg_login_sp.jpg );
    background-position: center top;
    background-size: cover;
	position: absolute;
	top: 0;
	z-index: 100;
}

.sys_login {
    width: auto;
}
body#login.user .sys_entry_login {
	width: auto;
}

}


.sys_entry_login .sys_entry_login01 ,
.sys_entry_login .sys_entry_login02 {
	width: auto;
	margin: 0 auto 50px;
    overflow: hidden;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 1), rgba(149, 243, 233, 0.5));
    border-radius: 10px;
    box-shadow: 2px 2px 2px #aaaaaaaa;
	text-align: center;
}
@media screen and (min-width: 736px) {
	.sys_entry_login .sys_entry_login01 ,
	.sys_entry_login .sys_entry_login02 {
		width: 400px;
	}
}

.sys_entry_login .small {
	font-size: 75%;
	line-height: 140%;
}

.sys_entry_login .form_table01 {
		margin: 40px auto 40px auto;
		width: auto;
}

.sys_entry_login .sys_entry_submit {
	margin: 40px auto;
}

.sys_entry_login .sys_entry_submit button {
	width: auto;
}

.sys_entry h2 {
	color: rgb(18 191 234);
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 50px;
}
.sys_entry_contents {
	margin-bottom: 10px;
	line-height: 135%;
}
.form_table01 {
	margin: 40px auto 40px 100px;
}
.form_table01 th ,
.form_table01 td {
	padding: 6px;
	border-bottom: 1px dashed #aaaaaa;
}
.form_table01 tr:last-child th ,
.form_table01 tr:last-child td {
	border-bottom: none;
}
	
.sys_entry_submit {
	margin: 40px auto 40px auto;
}

@media screen and (max-width: 735px) {
	.form_table01 {
		margin: 40px auto 40px auto;
	}
	.form_table01 ,
	.form_table01 tbody,
	.form_table01 tr,
	.form_table01 th,
	.form_table01 td ,
	.sys_entry_login .form_table01 ,
	.sys_entry_login .form_table01 tbody,
	.sys_entry_login .form_table01 tr,
	.sys_entry_login .form_table01 th,
	.sys_entry_login .form_table01 td {
		display: block;
	}
	.form_table01 td {
		padding-left: 10vw;
	}
	.form_table01 th ,
	.sys_entry_login .form_table01 th {
		text-align: left;
	}
}
@media screen and (min-width: 736px) {
	.sys_entry_login .form_table01 {
			width: 400px;
	}
	.sys_entry_submit {
		margin: 40px auto 40px 100px;
	}
}

	
.sys_entry_submit button[type=submit] ,
.sys_corplist_search button[type=submit] {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	margin: auto;
	padding: 0.5rem 3rem;
	font-size: 1rem;
	font-weight: bold;
	background: #eee;
	color: #27acd9;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
.sys_entry_submit button[type=submit]::before ,
.sys_corplist_search button[type=submit]::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 0.8em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 2px;
	background: #27acd9;
}
.sys_entry_submit button[type=submit]::after ,
.sys_corplist_search button[type=submit]::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.8em;
	transform: translateY(-50%);
	width: 2em;
	height: 2px;
	background-color: #27acd9;
}
.sys_entry_submit button[type=submit]:hover ,
.sys_corplist_search button[type=submit]:hover {
	background: #f7eed4;
	color: #27acd9;
}
.sys_entry_submit button[type=submit]:disabled ,
.sys_corplist_search button[type=submit]:disabled ,
.sys_entry_submit button[type=submit]:disabled:hover ,
.sys_corplist_search button[type=submit]:disabled:hover {
	color: #666666;
	background: #eee;
	text-decoration: line-through;
}
.sys_entry_submit button[type=submit]:disabled::before ,
.sys_corplist_search button[type=submit]:disabled::before ,
.sys_entry_submit button[type=submit]:disabled::after ,
.sys_corplist_search button[type=submit]:disabled::after {
	background-color: #aaaaaa;
}
	
	.notice {
		color: red;
		font-weight: bold;
	}
	.red {
		color: red;
	}
	.bold {
		font-weight: bold;
	}
	.large {
		font-size: 115%;
	}
	.sys_right {
		text-align: right!important;
	}
	.sys_right>* {
		margin-left: auto;
		margin-right: 0;
	}
.sys-content a
{
	display: inline;
	color: #0066FF;
}
.sys-content a:hover {
	text-decoration: underline;
}

.sys_userinfo  h2 {
		color: rgb(18 191 234);
		font-size: 1.8rem;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 50px;
	}

.sys_userinfo h4 {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    padding: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(90deg, rgba(168, 202, 240, 1), rgba(233, 240, 250, 0));
    border-radius: 4px;
}
.sys_userinfo dt {
	
}
.sys_userinfo dd {
	margin-left: 30px;
	margin-bottom: 15px;
}

.sys_userinfo_supporter {
	margin: 30px auto 30px;
}

.sys_userinfo_supporter h3 {
    font-family: "Poppins";
    font-weight: 600;
	font-size: 1.6rem;
}

.sys_userinfo_supporter table {
	margin: 30px auto 60px 30px;
	border: 2px solid #aaaaaa;
}

.sys_userinfo_supporter table th ,
.sys_userinfo_supporter table td {
	padding: 6px 20px;
	border-right: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
}

@media screen and (max-width: 735px) {
	.sys_userinfo_supporter table ,
	.sys_userinfo_supporter tbody ,
	.sys_userinfo_supporter th ,
	.sys_userinfo_supporter td {
		display: block;
		width: 100%;
	    box-sizing: border-box;
	}
	.sys_userinfo_supporter table {
		margin: 10px 15px 30px;
		width: calc( 100% - 15px * 2 );
		border-width: 2px 0 0 2px;
	}
	.sys_userinfo_supporter tr {
		display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-around;
        align-items: stretch;
		width: 100%;
	    box-sizing: border-box;
	}
	.sys_userinfo_supporter td:nth-child(2) {
		width: 45%;
	}
	.sys_userinfo_supporter td:nth-child(3) {
		width: 55%;
	}
	.sys_userinfo_supporter td:nth-child(3) a {
		white-space: nowrap;
	}
	table.sys_message_list {
		margin: 10px 0 ;
		width: calc( 100% - 10px * 2 );
	}
	table.sys_message_list ,
	table.sys_message_list thead ,
	table.sys_message_list tbody ,
	table.sys_message_list th,
	table.sys_message_list td {
		display: block;
		width: 100%;
	    box-sizing: border-box;
	}
	table.sys_message_list tbody {
	    border-bottom: 4px double #cccccc;
    }
	table.sys_message_list tbody:last-child {
	    border-bottom: none;
    }
	table.sys_message_list tr {
		display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-around;
        align-items: stretch;
		width: 100%;
	    box-sizing: border-box;
	}
	table.sys_message_list th:nth-child(1) ,
	table.sys_message_list td:nth-child(1) {
		order: 1;
		width: 25%;
		border-radius: 0;
		padding: 5px;
		text-align: center;
		font-weight: bold;
	}
	table.sys_message_list td:nth-child(2) {
		order: 3;
		position: relative;
		padding: 5px 5px 5px 15%;
	}
	table.sys_message_list td:nth-child(2)::before {
		content: '送信';
		position: absolute;
		width: 10%;
		left: 0%;
		font-weight: bold;
		color: #888888;
		padding-left: 5px;
	}
	table.sys_message_list td:nth-child(3) {
		order: 4;
		position: relative;
		padding: 5px 5px 5px 15%;
	}
	table.sys_message_list td:nth-child(3)::before {
		content: '受信';
		position: absolute;
		width: 10%;
		left: 0%;
		font-weight: bold;
		color: #888888;
		padding-left: 5px;
	}
	table.sys_message_list th:nth-child(4) ,
	table.sys_message_list td:nth-child(4) {
		order: 2;
		width: 75%;
		padding: 5px;
		border-radius: 0;
	}
	table.sys_message_list th:nth-child(2) ,
	table.sys_message_list th:nth-child(3) {
		display: none;
	}
	body textarea.form_large {
        width: calc(100%);
        display: block;
	}
	body #overlay::before {
		font-size: 2rem;
		top: 4%;
		font-weight: 600;
	}
}

dl.sys_form_inline dd>div ,
dd.sys_form_inline>div {
	display: inline-block;
}

	#overlay {
		display:none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: #000000;
		opacity: 0.4;
		z-index: 800;
	}
	#dialog {
		display:none;
		position: fixed;
		top: 20vh;
		left: 20vw;
		width: 60vw;
		height: 60vh;
		background: white;
		border-radius: 20px;
		padding: 20px;
		z-index:900;
		overflow: auto;
	}

.form_part_pref ,
.form_part_city ,
.sys_userinfo .form_part_v010602 ,
.sys_userinfo .form_part_v010603 {
	display: inline-block;
}
.form_date {
	width: 13ex;
}
.form_long {
}

.form_long2 {
	width: calc( 100% - 100px );
}
.form_large {
	height: 10em;
}
@media screen and (min-width: 736px) {
	.form_large {
		width: 450px;
		height: 10em;
	}
	.form_long {
		width: 400px;
	}
}
.subtxt {
	font-size: 0.85rem;
	color: #888888;
	margin: 3px;
}
.select2-results__option {
    font-size: 0.8rem;
}
.sys_submenu {
	text-align: right;
}
.sys_userinfo .sys_submenu {
	padding: 0;
	margin: 0.5em 0;
}
.sys_submenu li {
	display:inline-block;
	color:white;
	text-decoration:none;
	background:rgb(18 191 234);
	padding: 5px 1vw;
	border-radius: 5px;
	margin: 0 5px 5px;
}
.sys_submenu li a {
	display: block;
	color: white;
}
@media screen and (min-width: 736px) {
	padding: 5px 20px;
}

.sys_readmore {
  position: relative;
  height: 60px;
  overflow: hidden;
}

.sys_readmore::before {
  z-index: 2;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 150px /2);
  width: 120px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border: 1px solid #45AF35;
  border-radius: 15px;
  background: white;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 0.8rem;
  content: '▼ もっと見る';
}

.sys_readmore::hover::before {
  background: #ecffe1 !important;
}

.sys_readmore::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 102%;
  display: block;
  content: ' ';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 75%, white 100%);
}

.sys_readmore.active {
  height: auto;
  overflow: auto;
}

.sys_readmore.active::after {
  display: none;
}

.sys_readmore.active::before {
  display: none;
}

.sys_supporter_dialog_info {
	border: 3px solid #cccccc;
	border-radius: 20px;
	width: auto;
	padding: 20px;
	margin: 0 auto 50px;
}
@media screen and (min-width: 736px) {
	.sys_supporter_dialog_info {
		width: 600px;
	}
}

.sys_supporter_dialog .sys_label {
		color: rgb(18 191 234);
		font-size: 1.4rem;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 30px;
}

.sys_supporter_dialog .sys_title {
		font-size: 4vw;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	    background: #f0f0f0;
	    height: 3em;
	    line-height: 3em;
}
@media screen and (min-width: 736px) {
	.sys_supporter_dialog .sys_title {
		font-size: 1.3rem;
	}
}

.sys_supporter_dialog .sys_addr {
    margin: 0;
}
@media screen and (min-width: 736px) {
	.sys_supporter_dialog .sys_addr {
	    margin: 0 0 30px 100px;
	}
}
.sys_supporter_dialog_noreserve ,
.sys_supporter_dialog_reserve {
	display: none;
	text-align: center;
}
.sys_supporter_dialog .sys_supporter_dialog_noreserve ,
.sys_supporter_dialog .sys_supporter_dialog_reserve {
	display: block;
}
.sys_supporter_dialog_reserve01 ,
.sys_supporter_dialog_reserve02 {
	margin: 10px auto;
	line-height: 130%;
}
.sys_supporter_dialog_reserve02 {
    margin: 20px auto;
    line-height: 3.5ex;
}

.message_detail {
	max-width: 800px;
	margin: 30px auto;
}
.message_detail dt {
	text-align: left;
	margin: 3px 0;
	font-size: 0.8rem;
	color: #888888;
	font-weight: bold;
}
.message_detail dd {
	text-align: left;
	margin: 3px 0 8px;
	padding-left:  30px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #aaaaaa;
}
.message_detail dl:last-child dd {
	border-bottom: none;
}
.message_menu {
	margin: 10px 0 0;
}
.message_menu li {
	display: inline-block;
}
.message_form {
	width: fit-content;
    background: #eeeef2;
    border-radius: 10px;
    margin: 20px auto;
    padding: 30px;
}
.message_form dt {
	font-weight: bold;
	color: #666688;
	font-size: 90%;
}
.message_form dd {
	padding-left: 30px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #cccccc;
}

.sup_corporation_userinfo {
	text-align: left;
	margin-bottom: 30px;
	font-size: 1.1rem;
	color: #888888;
}

.sup_corporation_userinfo a {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 5px;
	background: #fff2cc;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 10px;
	text-shadow: 1px 1px 1px #ffffff;
}

.form_confirm dt {
	font-weight: bold;
	color: #888888;
	font-size: 90%;
}

.form_confirm dd {
    box-sizing: border-box;
	border: none;
	border-radius: 10px;
    padding: 15px 8px;
    width: 100%;
    background: #f9f7f3;
    min-height: 2em;
}
form#mailformpro input[type=radio] ,
form#mailformpro input[type=checkbox] {
	width: inherit;
}
.formbox .submit-more:disabled {
	background: #999999;
	text-decoration: line-through;
}
.sys_entry_contents {
/*	width: 700px;*/
	margin: 0 auto;
}
.sys_entry_contents_block {
	margin: 50px auto;
	padding: 20px;
	width: 600px;
	border: 2px solid #aaaaaa;
	border-radius: 10px;
}
.sys_entry_contents_title {
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 15px;
}
input[type=text]:required:placeholder-shown,
input[type=radio]:required:placeholder-shown,
input[type=checkbox]:required:placeholder-shown,
textarea:required:placeholder-shown {
	background: #ffddcc;
}
select:required:invalid {
	color: #888888;
	background: #ffddcc;
}
select:required option {
	color: black;
	background: white;
}
select:required option:first-child {
	color: #888888;
}

.sys_userinfo_inputnote {
	margin: 10px auto;
	font-size: 85%;
}
.sys_userinfo_inputnote span {
	display: inline-block;
	background: #ffddcc;
	padding: 2px 6px;
	border-radius: 3px;
}

.sys_userinfo input[type=text],
.sys_userinfo input[type=password],
.sys_userinfo input[type=number],
.sys_userinfo select,
.sys_userinfo textarea {
	font-size: 1rem;
	border: 1px solid #999999;
	border-radius: 5px;
	padding: 3px 6px;
	background: #f2f8ff;
	margin: 2px;
	color: #222222;
}
.sys_userinfo label {
	font-size: 1rem;
}
.sys_userinfo input[type=text]:disabled,
.sys_userinfo input[type=password]:disabled,
.sys_userinfo input[type=number]:disabled,
.sys_userinfo select:disabled,
.sys_userinfo textarea:disabled {
	background: #f2f2f2;
	color: #999999;
	border: 1px solid #cccccc;
}
.sys_userinfo input[type=text]:disabled::placeholder,
.sys_userinfo input[type=password]:disabled::placeholder,
.sys_userinfo input[type=number]:disabled::placeholder,
.sys_userinfo textarea:disabled::placeholder {
	color: #999999;
}

/*------チェックボックス・04-----*/ 
.form_modern input[type=checkbox]{
display: none;
}
    
.form_modern input[type=checkbox] + label{
padding-left: 30px;
position: relative;
}    
      
.form_modern input[type=checkbox] + label:before{
	display: block;
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
    top: calc((100% - 24px) / 2);
	border: 2px solid #43b093;
	border-radius: 4px;
	background-color: #ffffff;
}

.form_modern input[type=checkbox]:checked + label:before{
background-color: #fff2bb;
}
    
.form_modern input[type=checkbox]:checked + label:after{
display: block;
position: absolute;
content: "";
width: 24px;
height: 10px;
border-bottom: 4px solid;
border-left: 4px solid;
border-color:  #0000ff;
transform: rotate(-45deg);
top: 50%;
left: 5px;
margin-top: -13px;
}

.job-page-lead02sub {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 15px;
}

.bgSup {
	background: #dfe78e!important;
}

.bgCorp {
	background: #a9daee!important;
}

.paginate_top .paginate.mg_top {
	margin: 0 0 10px;
	font-size: 1rem;
	padding-left: 5px;
}
.paginate_top .paginateList {
	display: none;
}

.paginate_bottom .paginate.mg_top {
	display: none;
}
.paginate_bottom .paginateList {
	text-align: center;
	margin: 0 auto 40px;
	font-size: 1.2rem;
}

.openSearchForm {
	text-align: right;
    margin-top: 3.5vw;
}

.openSearchForm button {
    position: relative;
	display: inline-block;
	width: auto;
    padding: 0 5px 0 10px;
    margin: 0;
    color: #ffffff;
    text-align: left;
    background: #27acd9;
    border-radius: 5px;
    border: 2px solid #27acd9;
    font-weight: bold;
    z-index: 10;
    overflow:visible;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
}

.openSearchForm button::before {
	content: " ";
	position: absolute;
	display: block;
	top: -0.5rem;
    left: -1.6rem;
    width: 2.2rem;
    height: 2.2rem;
	border: 2px solid #27acd9;
	border-radius: 30px;
	background: url( '/sys/images/icon_search.svg' ) #27acd9;
	background-size: 70% 70%;
	background-position: center;
	background-repeat: no-repeat;
    z-index: 100;
}
@media screen and (min-width: 736px) {
	.openSearchForm {
		text-align: right;
	    margin-top: 0;
	}
	.openSearchForm button {
	    height: 40px;
	    line-height: 40px;
	    font-size: 1.3rem;
	}
	.openSearchForm button::before {
		top: -13px;
		left: -50px;
		width: 60px;
		height: 60px;
	}
}

ul.sys_corpitem06b>li {
	background: #efa300;
}

.openSearchForm button:hover {
	opacity: 0.8;
}

.sys_corplist_search .sys_search_item01 dt {
	background: #efa300;
}

.sys_corplist_search .sys_search_item02 dt {
	background: #1dbde6;
}

.sys_corplist_search .sys_search_item03 dt {
	background: #6bca19;
}


#dialog.sys_search {
	background: url(/images/top-story-deco.png);
}

div.sys_corplist_search {
	padding-top: 1em;
}
.sys_corplist_search h3 {
	margin-bottom: 1em;
	line-height: 1.8em;
	height: 1.8em;
}

.sys_corplist_search h3 img {
	display: inline;
	height: 1.4em;
	width: auto;
	vertical-align: sub;
}


.sys_search_block0101 {
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}
.sys_corplist_search .sys_search_block01 dl {
	display: block;
    border-bottom: none;
}
.sys_corplist_search .sys_search_block01 dl dt {
	margin: 0;
	width: 160px;
	position: relative;
	font-weight: 500;
	padding-top: 2px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
.sys_corplist_search .sys_search_block01 dl dt::after {
	position: absolute;
	content: '';
	top: 0;
	right: -49px;
    border-bottom: 29px solid #555;  /* 好みで高さ色を変えてください */ 
    border-right: 50px solid transparent;
}
.sys_corplist_search .sys_search_block01 dl dd {
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    line-height: 140%;
    font-size: 18px;
}
.sys_corplist_search .sys_search_block01 .sys_search_item01 dt::after {
    border-bottom-color: #efa300;
}
.sys_corplist_search .sys_search_block01 .sys_search_item01 dd {
    border-top: 2px solid #efa300;
    border-left: 2px solid #efa300;
}
.sys_corplist_search .sys_search_block01 .sys_search_item02 dt::after {
    border-bottom-color: #1dbde6;
}
.sys_corplist_search .sys_search_block01 .sys_search_item02 dd {
    border-top: 2px solid #1dbde6;
    border-left: 2px solid #1dbde6;
}
.sys_corplist_search .sys_search_block01 .sys_search_item02 dd .checkbox {
	min-width: calc( ( 100% - 50px ) / 2 );
}
.sys_corplist_search .sys_search_block01 .sys_search_item03 ,
.sys_corplist_search .sys_search_block01 .sys_search_item04 {
	margin-left: 0;
}
.sys_corplist_search .sys_search_block01 .sys_search_item03 dt::after {
    border-bottom-color: #6bca19;
}
.sys_corplist_search .sys_search_block01 .sys_search_item03 dd {
    border-top: 2px solid #6bca19;
    border-left: 2px solid #6bca19;
}
.sys_corplist_search .sys_search_block01 .sys_search_item04 dt {
    background: #1a7df6;
}
.sys_corplist_search .sys_search_block01 .sys_search_item04 dt::after {
    border-bottom-color: #1a7df6;
}
.sys_corplist_search .sys_search_block01 .sys_search_item04 dd {
    border-top: 2px solid #1a7df6;
    border-left: 2px solid #1a7df6;
}

.sys_corplist_search .sys_search_block01 .sys_search_item05 dt {
    background: #aaaaaa;
}
.sys_corplist_search .sys_search_block01 .sys_search_item05 dt::after {
    border-bottom-color: #aaaaaa;
}
.sys_corplist_search .sys_search_block01 .sys_search_item05 dd {
    border-top: 2px solid #aaaaaa;
    border-left: 2px solid #aaaaaa;
}
.sys_corplist_search .sys_search_block01 .sys_search_item06 dt {
    background: #aaaaaa;
}
.sys_corplist_search .sys_search_block01 .sys_search_item06 dt::after {
    border-bottom-color: #aaaaaa;
}
.sys_corplist_search .sys_search_block01 .sys_search_item06 dd {
    border-top: 2px solid #aaaaaa;
    border-left: 2px solid #aaaaaa;
}

.sys_corplist_search .sys_search_block0102 {
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}
.sys_corplist_search .sys_search_block0102 .sys_search_item05 {
	width: auto;
}
.sys_corplist_search .sys_search_block0102 .sys_search_item06 {
	width: auto;
	margin-left: 0;
}

@media screen and (min-width: 736px) {
	.sys_search_block0101 {
	    display: flex;
    }
	.sys_corplist_search .sys_search_block0102 {
	    display: flex;
    }
	.sys_corplist_search .sys_search_block01 .sys_search_item03, .sys_corplist_search .sys_search_block01 .sys_search_item04 {
	    margin-left: 30px;
    }
	.sys_corplist_search .sys_search_block0102 .sys_search_item06 {
	    width: calc((100% - 30px)* 0.67);
	    margin-left: 30px;
    }    
	.sys_corplist_search .sys_search_block0102 .sys_search_item05 {
	    width: calc((100% - 30px)* 0.33);
    }
}
@media screen and (max-width: 735px) {
    .dialog_in .sys_corplist_search button {
	    width: auto!important;
    }
    .sys_search_block01 {
		padding-bottom: 5vw;
	}
}

.sys_corplist_search .sys_search_block01 .checkbox {
    margin: 4px 15px 4px 0;
    white-space: nowrap;
}
.sys_corplist_search .sys_search_block01 .checkbox input[type=checkbox] + label {
	padding-left: 25px;
    position: relative;
}
.sys_corplist_search .sys_search_block01 .checkbox input[type=checkbox] + label:before {
	margin-top: 0; /*calc((1.6rem - 24px) / 2);*/
	top: 0;
}
.sys_corplist_search .sys_search_block01 input[type=text] {
    font-size: 1rem;
    border: 1px solid #999999;
    border-radius: 8px;
    padding: 5px 8px;
    background: #f2f8ff;
    width: 100%;
    margin: 2px;
    color: #222222;
}
.sys_corplist_search .sys_search_block01 input[type=text]::placeholder {
	color: #aaaaaa;
}


.ctrl-corporation .sys_corplist .sys_corporation_sprt {
	position: fixed;
	bottom: auto;
	top: 200px;
}

@media screen and (max-width: 735px) {
	.sys_loginlink {
		position: relative;
	}
	input.btn_exec, input.btn_search, input.btn_del, input.btn_correction, input.btn_address {
		margin-bottom: 20px;
	}
}

.sys_corporation_sprt .sprt_list-box {
	background: none;
}
.sys_corporation_sprt .sys_corporation_sprt_list >li a {
	width: 99%;
}
.sys_corporation_sprt .sys_corporation_sprt_list {
    background: #fff;
    border-radius: 0 0 8px 8px;
    border-top-width: 0;
}
.sys_corporation_sprt .sprt_list-innerin {
	padding-top: 0;
}
.sys_corporation_sprt .sys_corporation_sprt_ttl2,
.sys_corporation_sprt .sys_corporation_sprt_ttl {
	margin: 0 20px;
	width: calc( 100% - 20px * 2 );
	border-radius: 8px 8px 0 0;
	padding: 13px 5px;
}
@media screen and (min-width: 980px) {
    .sys_corporation_sprt .sys_corporation_sprt_list >li a {
		width: 99%;
	}
	.sys_corporation_sprt .sprt_list-box {
		background: none;
	}
}

.sys_corporation_sprt_ttl {
    left: 0;
}

.sys_corporation_sprt_ttl2 {
    padding: 19px 5px;
    position: relative;
    bottom: 0;
    width: 100%;
    background: #1a7df6;
    z-index: 10;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
    
body.sprt_list-box-open .sprt_list-box {
    top: auto;
    bottom: 0;
    height: auto;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 -10px 10px rgba(255,255,255,0.8);
    padding-top: 30px;
}
body .sprt_list-inner:nth-child(2) .sprt_list-innerin {
    padding-bottom: 5vw;
}
@media screen and (min-width: 980px) {
	body .sprt_list-box {
	    bottom: auto;
	    background: none;
	    box-shadow: none;
	    padding-top: 0;
	}
	body .sprt_list-inner:nth-child(2) .sprt_list-innerin {
		padding-bottom: 20px;
	}
}