@charset "UTF-8";

/* 共通CSS Document */

html {
	font-size: 12px; line-height: 1em;
}

body {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .15rem;
	-moz-font-feature-settings: 'palt' 1; -webkit-font-feature-settings: 'palt' 1; font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0; padding: 0;
	width: 100%;
	background: url(../header2401.jpg);
	background-size: auto 9vw;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}

form {
	margin-block-end: unset;
}

a {
	text-decoration: none; outline: none;
}
a.iro {
	color: #294ca3;
}

input,
table.list,
.gothic ,
.detail,
.error-msg,
div.add_field label,
.title-right {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	letter-spacing: 0.05rem;
}

select {
	font-size: 1.4rem;
	display:block;
	margin: 0 1.0rem 0 .5rem;
	height: 3.0rem;
	vertical-align: middle;
	border:1px solid #000;
}

label {
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin:0;
	text-align: left;
	vertical-align: middle;
}

input.textbox {
	text-align: left;
	vertical-align: middle;
	font-size: 1.4rem;
	padding: 0.2em 0.5rem;
	margin: 0 1.5rem 0 .5rem;
	height: 3.0rem;
}

input::placeholder {
	font-size: 1.4rem;
	vertical-align: middle;
}

input[type="radio"] {
	width:2rem;
	height:1.5rem;
	vertical-align: middle;
	border-radius: 50%;
}

#button-container input.grd,
.button-area input[type=submit],
.button-area input[type=button] {
	appearance: none;
	-webkit-appearance: none;/*Google Chrome/Safari*/
	-moz-appearance: none;/*Firefox*/
	-o-appearance: none;/*Opera*/
	width: 15rem;
	height: 5rem;
	margin:1.5rem 0.7rem;
	font-size: 1.6rem;
	color: #294ca3;
	font-weight: bold;
	letter-spacing: 0.5pt;
	vertical-align: middle;
	background: #fdfbfb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background: -webkit-linear-gradient(top, #fff 30%, #ddd 100%);
	background: linear-gradient(to bottom, #fff 30%, #ddd 100%);
	-webkit-box-shadow: inset 2px 2px 2px #fff;
	box-shadow: inset 2px 2px 2px #fff;
	border: 2px solid #3A5EBA;
	border-radius: 0.9rem;
	cursor: pointer;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

#button-container input.grd {
	width: 10rem;
	height: 4rem;
	margin: 0 0.5rem 0 0;
	font-size: 1.5rem;
}

#button-container.button-area input.grd {
	margin: 1rem 1rem 1rem 0;
}

#button-container.button-area input.grd.psw {
	width: 16rem;
}

.button-area input[type=submit]:hover {
	/*box-shadow: inset 2px 2px 2px #3A5EBA;*/
	background: #3A5EBA; border-color: #3A5EBA;
	color: #fff;
}

.button-area input.textbox:hover,
.button-area input.textbox2:hover,
.button-area input.textbox3:hover {
	color: #000;
	box-shadow: 0 0 0 0 hsla(0,0%,100%,0);
	border-color: #777;
	background: hsla(0,0%,100%,0);
}

input[type=button] {
	appearance: none;
	-webkit-appearance: none;/*Google Chrome/Safari*/
	-moz-appearance: none;/*Firefox*/
	-o-appearance: none;/*Opera*/
	width: 15rem;
	height: 5rem;
	margin:1.5rem 0.7rem;
	font-size: 1.6rem;
	background-color: #dcdcdc;
	vertical-align: middle;
	border:1px solid #000;
}

#search-submit {
	width: 10rem;
	height:4rem;
	font-size: 1.6rem;
	margin:0rem 0rem 0rem 0rem;
	vertical-align: -.5rem
}

table.list {
	border-collapse: separate;
	border-spacing: 0;
	width:100%;
	table-layout: fixed;
	/*padding: 20px 0*/
}

table.list th {
	text-align: center;
	background-color: #C6CFE5;/*#294ca3*/
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

table.list td, table.list th {
	line-height: 1vw ;
	padding: .4vw .4vw;
	/*text-align: right;*/
	border-right:1px solid #777; border-bottom:1px solid #777;
}

table.list th {
	text-align: center;
}

table.list tr:first-child th,
table.list tr:first-child td {
	border-top:1px solid #777;

}

table.list th:first-child,
table.list td:first-child {
	border-left:1px solid #777; text-align: center;
}

table.list tr:nth-child(2n-1) {
	background-color: #eee;

}

table.list td {
	word-wrap: break-word;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

#head {
	display: flex;
	flex-direction: column;
	align-items: left;
}

header a,
.cpw a {
	color: #FFF;

}

.top-box,
.container {
	padding: 0 ; margin: 0;

}

main.main-content {
	position: relative;
	margin: 0 auto;
	text-align: left;
	font-size: 1rem;
	line-height: 1.8em;
	/*min-height: calc(100vh - 245px);*/
}

footer {
	width: 100%;
	/*height: 145px!important;*/
	/*overflow-y: hidden!important; */
	padding-top: 0.9rem;
	background-color: #ddd;
	text-align: center;
	letter-spacing: 0.07rem;
	display: block;
	font-size: 1.0rem;
	line-height: 1.8em;
}

footer h3 {
	font-size: 1.2rem;
	line-height: 1.0em;
	margin: 0;
	padding: 0.9rem 0 0;
}

footer p {
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0.7rem 0 0.9rem;

}

.cpw {
	background-color: #555;
	color: #FFF;
	font-size: 1.0rem;
	line-height: 1.0rem;
	height: 2.5rem;
	padding-top: 1rem;
}

.button-area {
	width: 100%;

}

.button-area .fl {
	float: none;
	width: calc(100% - 3.4rem);
	border: #777 solid 1px;
	border-radius: 0.9rem;
	padding: 0.9rem 1.7rem;
}

.button-area .fr {
	width: 38%;
}

.dotspacer {
	display: block;
	border-bottom: #777 dashed 1px;
	padding-top: 1.7rem;
}


.dotspacer.type2 {
	margin-bottom: 1.7rem;
}

h1 {
	padding: 0 0 0 0.9rem;
	margin: 0;
	line-height: 1.2em;
	vertical-align: .4em;
}

h1, h2.h2waku {
	display: inline-block;
	color: #FFF;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
}

h1.sub {
	padding-left: 0 !important;
	padding-top: 0.4rem;
}

h2.h2waku {
	font-size: 2.5rem;
	padding: 0.4rem 0 0.4rem;
	margin: 4.2rem 0 2.5rem;
	line-height: 1.5em;
	display: block;
	text-align: center;
	background-color: #4768B9;
	color: #fff;
	border-radius: 0.9rem;
}


.btn--shadow {
	-webkit-box-shadow: 0 0.25rem 0.4rem rgba(0, 0, 0, .3);
	box-shadow: 0 0.25rem 0.4rem rgba(0, 0, 0, .3);
}

.userNamewrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.userNamewrap .userName {
	font-size: 2.4rem;
	line-height: 2em;
}

.userNamewrap label {
	font-size: 1.2rem;
	line-height: 2em;
}

.kakosaidai label {
	font-size: 1.25rem;
	line-height: 2em;
}

.userNamewrap {
	width: 100%;
}

.errorback,
div.logoutwrap .logout {
	font-size:1.4rem!important; line-height:1rem;
	display: block; width: 10rem; height: 3.3rem;
	vertical-align: middle;
	/*margin: 10px 0;*/
	padding: 2px 0 2px;
	color: #294ca3;
	font-weight: bold;
	letter-spacing: 0.5pt;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #4768B9;
	border-radius: 0px;
	cursor: pointer;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

label.annotation {
	color: #f00;
	position: relative;
	display: block;
	padding: 0 0 3.3rem 1.5rem;
}

label.annotation:before {
	content: "＊";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.logoutwrap {
	position: relative;
}

.errorback:hover,
div.logoutwrap .logout:hover {
	color: #FFF;
	background: #294ca3;
}

.tantouName {
	text-align: right;
	font-size: 1.4rem;
	/*margin: 5px 2px 30px 0*/
	margin: 0 2.5rem 0 0;
}

.tantouName span {
	display: inline-block;
	padding: .1rem .8rem;
	border-right: #708ED9 0.25rem solid;
}

.tantouName span:first-child {
	border-left: #708ED9 0.25rem solid;

}

.error-msg {
	color: #f00;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.small {
	display: inline-block;
	font-size: 1rem;
	vertical-align: .15rem;
	padding-left: .2rem;
}

header {
	height: 15.8rem;
	overflow-y: hidden;
	margin: 0 auto;
	position: relative; /* 絶対位置で配置する基準となる */
}

header .fl {
	width: 70%;
	text-align: left;
	padding: 2.5rem 0 0 0;
}

header .fr {
	width: 30%;
	text-align: right;
	color: #FFF;
	padding: 2.5rem 0 0 0;
}

header .fr .logomiyagi {
	width: 32%;
}

header .fr img {
	width: 100%;
}

header .fr p.title-right {
	font-size: 1.4rem;
	line-height: 1em;
	padding: .8rem 0 0 0;
	margin: 0;
	font-weight: 700;
}

header .fr p {
	font-size: 1.2rem;
	line-height: 1rem;
	padding: .8rem 0 0 0;
	margin: 0;
}

@media screen and (max-width: 1280px) {

	header {
		width: 90%;
	}

	main.main-content {
		width: 80%;
	}

	main.main-content-demo {
		background-color: hsla(227,100%,50%,0.1);
	}

	header .fl img {
		width: 26%;
	}

	html {
		font-size: calc(12 * (100vw / 1920));
	}
}

@media screen and (min-width: 1281px)  {

	header {
	width: 90%;

	}

	main.main-content {
		width: 80%;
	}
	main.main-content-demo {
		background-color: hsla(359,100%,50%,0.1);
	}

	header .fl img {
		width: 26%;
	}

	html {
		font-size: calc(12 * (100vw / 1920));
	}
}

.title-center {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
 	position: absolute;
}

.title-center h1 {
	position: absolute;
	z-index: 3;
	left: 50%;
	transform: translateX(-50%);
	padding: 6.5rem 0 0 0;
	font-size: 3.5rem;
}

.right-content {
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.btn-small {
	width: auto!important;
	height: auto!important;
	margin: 0 3 3 0!important;
}

/* 検索項目：拠点 */
.w1 {
	width: 9.5rem;
}

input[type="checkbox"] {
	width: 1.3rem;
	height: 1.3rem;
}