.layout-login-photo {
	width: 100%;
	min-width: 1280px;
	overflow: auto;
	color: #ffffff;
	background: url(../images/bg_login.png) no-repeat 0 0 / cover #2d487e;
	background-attachment: fixed;
}
.layout-login {
	width: 888px;
	height: 100vh;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	box-sizing: border-box;
	line-height: 1.35;
}
.layout-login-header {
	width: 580px;
	display: table-cell;
	vertical-align: middle;
}
.layout-login-header > h1 {
	font-size: 36px;
	font-weight: normal;
}
.layout-login-form {
	width: 400px;
	display: table-cell;
	vertical-align: middle;
}

/* 2016.5.26 consent del
.layout-login-form > p {
	margin: 20px;
	font-size: 20px;
}*/

.layout-login-copyright {
	width: 100%;
	position: fixed;
	bottom: 10px;
	text-align: center;
	font-size: 9px;
}

/* 3.2.0 add */
.layout-login-icp-no {
	width: 100%;
	position: fixed;
	bottom: 10px;
	text-align: left;
	font-size: 9px;
	padding-left: 15px;
}

/* 3.2.0 add */
.layout-login-footer {
	width: 100%;
	position: fixed;
	bottom: 10px;
	text-align: right;
}
.layout-login-copyright > p{
	margin-top: 5px;
}
.layout-user-registration {
	width: 600px;
	min-height: 100vh;
	padding: 20px 144px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.layout-user-registration > h1 {
	margin: 0 0 54px 0;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}
.mod-login-form-text > label {
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
}
.mod-login-form-text > label:nth-child(1) {
	margin-top: 18px;
}
.mod-login-form-checkbox {
	margin-top: 10px;
}
.mod-login-form-checkbox > label {
	font-size: 14px;
}
.mod-registration-form-text {
	margin: 20px 0 0 0;
	display: table;
	table-layout: fixed;
}
.mod-registration-form-text:nth-child(4) {
	margin: 40px 0 0 0;
}
.mod-registration-form-text:nth-child(7) {
	margin-bottom: 40px;
}
.mod-registration-form-text > label {
	width: 200px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}
.mod-login-form-text > span,
.mod-registration-form-text > span {
	width: 400px;
	height: 40px;
	display: block;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid #ffffff;
	border-radius: 6px;
}
.mod-login-form-caption {
	margin: 18px 0;
	font-size: 13px;
	text-align: center;
}
.mod-login-form-caption > a {
	color: #ffffff;
	text-decoration: underline;
}
/*submit*/
.mod-login-form-submit > input[type=button],
.mod-registration-form-submit > input[type=button],
.mod-registration-form-submit > input[type=submit] {
	width: 180px;
	height: 40px;
	margin: 20px auto 0 auto;
	box-sizing: border-box;
	display: block;
	vertical-align: middle;
	font-size: 13px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-appearance: none;
}
.mod-login-form-submit > input.mod-login-form-submit-login,
.mod-registration-form-submit > input.mod-registration-form-submit-reissue,
.mod-registration-form-submit > input.mod-registration-form-submit-select{
	background: #0044cc;
	color: #ffffff;
}
.mod-login-form-submit > input.mod-login-form-submit-login:hover,
.mod-registration-form-submit > input.mod-registration-form-submit-reissue:hover {
	background: #80a2e6;
}
.mod-registration-form-submit > input.mod-registration-form-submit-reissue {
	margin-top: 40px;
}
.mod-login-form-submit > input.mod-login-form-submit-add,
.mod-registration-form-submit > input.mod-registration-form-submit-cancel {
	background: #ffffff;
	color: #424242;
	border: 1px solid #9e9e9e;
}
.mod-login-form-submit > input.mod-login-form-submit-add:hover,
.mod-registration-form-submit > input.mod-registration-form-submit-cancel:hover {
	background: #e0e0e0;
}
/*text, password*/
.mod-login-form-text > span > input[type=text],
.mod-login-form-text > span > input[type=password],
.mod-registration-form-text > span > input[type=text],
.mod-registration-form-text > span > input[type=password] {
	width: 398px;
	height: 38px;
	padding: 0 18px;
	box-sizing: border-box;
	border: 0;
	background: none;
	color: #ffffff;
	font-size: 14px;
}
.mod-login-form-text > span > input[type=text]::-webkit-input-placeholder,
.mod-login-form-text > span > input[type=password]::-webkit-input-placeholder,
.mod-registration-form-text > span > input[type=text]::-webkit-input-placeholder,
.mod-registration-form-text > span > input[type=password]::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 0.3;
}
.mod-login-form-text > span > input[type=text]:-ms-input-placeholder,
.mod-login-form-text > span > input[type=password]:-ms-input-placeholder,
.mod-registration-form-text > span > input[type=text]:-ms-input-placeholder,
.mod-registration-form-text > span > input[type=password]:-ms-input-placeholder {
	color: #ffffff;
	opacity: 0.3;
}
/*checkbox*/
.mod-login-form-checkbox >input[type=checkbox] {
  position: absolute;
  display:inline-block;
  width: 0px;
  height: 0px;
  margin: 0px;
  border: 0;
  overflow: hidden;
  padding: 0;
}
.mod-login-form-checkbox > label {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	cursor: pointer;
}
.mod-login-form-checkbox > label:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border: 1px solid #ffffff;
	content: '';
	box-sizing: border-box;
}
.mod-login-form-checkbox > label:before {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	margin-top: 0px;
	width: 4px;
	height: 6px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index:100;
}
.mod-login-form-checkbox > input[type=checkbox]:checked + label:before {
	opacity: 1;
}
/*select*/
select::-ms-expand {
	display: none;
}
.mod-login-form-select:before,
.mod-registration-form-select:before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 6px;
	position: absolute;
	/* 2016.5.26 consent del
	margin: 18px 0 0 370px;
	*/
	/* background-image: url(../images/icon-select.svg); */
	background-image: url(../images/icon-select.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.mod-login-form-select:before {
	margin: 18px 0 0 370px;
}
.mod-registration-form-select:before {
	margin: 18px 0 0 520px;
}
.mod-login-form-select select,
.mod-registration-form-select select {
	display: block;
	/* width: 400px; */
	height: 40px;
	margin: 36px 0 40px 0;
	padding: 0 14px;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	border-radius: 6px;
	background: none;
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #ffffff;
	font-size: 14px;
}
/* 2016.5.26 consent del
.mod-login-form-select select:hover {
	color: #ffffff;
}
.mod-login-form-select select:focus {
	color: #ffffff;
	background: #546a97;
}
.mod-login-form-select select:focus::-ms-value {
	color: #ffffff;
	background: #546a97;

}*/
.mod-login-form-select select {
	width: 400px;
}
.mod-registration-form-select select {
	width: 550px;
}
.mod-login-form-select select:hover,
.mod-registration-form-select select:hover {
	color: #ffffff;
}
.mod-login-form-select select:focus,
.mod-registration-form-select select:focus {
	color: #ffffff;
	background: #546a97;
}
.mod-login-form-select select:focus::-ms-value,
.mod-registration-form-select select:focus::-ms-value {
	color: #ffffff;
	background: #546a97;
}

/* 2016.6.8 hsl takeuchi add */
.header-logo{
	position: absolute;
	padding: 10px;
}

/* 2016.8 [D-xx] 繝ｭ繧ｰ繧､繝ｳ�ｼ壼ｿ�鬆磯��逶ｮ蠑ｷ隱ｿ陦ｨ遉ｺ */
.mod-input-required { margin-left: 0.2em; font-size: 18px; line-height: 18px; color: #e50000; }


.loading {
  display: none;
  width: 100%;
  height: 100%;
  background: #000000;
  position: fixed;
  opacity: 0.7;
  top: 0px;
  left: 0px;
  z-index: 10000;
  cursor:wait;
}

.loading img {
  position: fixed;
  width: 32px; /*gif画像の幅*/
  height: 32px; /*ggif画像の高さ*/
  top: 50%;
  left: 50%;
  opacity: 0.5;

/* 	width: 80px; gif画像の幅
	height: 80px; gif画像の高さ
	margin: -68px 0 0 -68px; gif画像を画面中央に
	padding: 20px; gif画像を大きく
	background: #BABABA; gif画像の背景色
	opacity: 0.5; 透過させる
	border-radius: 15px; 丸角
	position: fixed; gif画像をスクロールさせない
	left: 50%; gif画像を画面横中央へ
	top: 50%; gif画像を画面縦中央へ
	z-index: 10000; */
}


.loading p {

  position: fixed;
  top: 56%;
  left: 50%;
  margin: 0 0 0 -3px;
  font-size:9px;
  color:#FFFFFF;

}
div.layout-login-news{
	height:102px;
	max-height: 102px;
	margin: 30px 0 0 -26px;
}

div.layout-login-news div.news-listview{
	display: inline;
	position: relative;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	border: 0;
}

div.layout-login-news div.news-two{
	position: relative;
	height: 50px;
	max-height: 50px;
	width: 460px;
	color: #1a2d76;
	border-bottom: 2px solid #1a2d76;
}

div.layout-login-news div.news-two div.news-two-kbn {
	display: flex;
	position: absolute;
	width: 60px;
	max-height: 50px;
	height: 100%;
	float: left;
	justify-content: center;
	align-items: center;
}
div.layout-login-news div.news-two div.news-two-kbn img{
	position: relative;
	width: 30px;
	height: 30px;
}


div.layout-login-news div.news-two div.news-two-tc{

	position: absolute;
	max-height: 50px;
	height: 100%;
	width: 320px;
	margin: 0 80px 0 60px;
}
/* div.layout-login-news div.news-two div.news-two-tc:after{ */
/* 	content: "..."; */
/* 	position: absolute; */
/* 	bottom: 0; */
/* 	right: 0; */
/* 	padding:0; */
/* 	background: #FFFFFF; */
/* 	background: -webkit-linear-gradient(left, transparent, #fff 55%); */
/* 	background: -o-linear-gradient(right, transparent, #fff 55%); */
/* 	background: -moz-linear-gradient(right, transparent, #fff 55%); */
/* 	background: linear-gradient(to right, transparent, #fff 55%); */
/* } */

div.layout-login-news div.news-two div.news-two-tc h3{
	position: relative;
	padding: 3px 0 1px 0;
	line-height: 1.2em;
	max-height:1.2em;
	font-size: 1.1em;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.layout-login-news div.news-two div.news-two-tc p{
	line-height: 1.2em;
	font-size: 1.0em;
	max-height:2.4em;
	position: relative;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}


div.layout-login-news div.news-two div.news-two-start-date{
	display: flex;
	position: relative;
	width: 80px;
	max-height: 50px;
	height: 100%;
	float: right;
	justify-content: center;
	align-items: center;
}

div.layout-login-news div.news-two div.news-two-start-date p{
	position: relative;
}

div.k-window-titlebar.k-header{
	min-height: 40px;
	max-height: 40px;
	height: 40px;
	padding: 0 0 10px 0;
	background-color:#FFFFFF;
}

span.k-window-title{
	display: flex;
	font-size: 1.1em;
}

span.k-window-title img {
	margin: 0 15px 0 15px;
	position:relative;
	height: 20px;
	width: 20px;
}
div.layout-modal div.layout-modal-header h2 img.news-more-window-header-img{
	width: 20px;
	height: 20px;
	margin: 5px 15px 0 0;
}

/* .layout-modal .layout-modal-header label.news-more-window-header:before{ */
/* 	content: url(../images/icon-notice.png); */
/* 	display: inline-flex; */
/* 	height:20px; */
/* 	width:20px; */
/* 	margin: 5px 15px 0 0; */
/* } */

#news-more-window div.layout-modal-content{
	overflow: hidden;
}

#news-more-window div.k-grid-content.k-auto-scrollable{
	height: 340px;
}

#news-more-grid table tbody tr td{
	border-bottom: 1px solid rgb(222, 222, 224);
}

p.news-more-btn{
	margin: 0 0 0 55px;
	font-size: 15px;
	width: 50px;
}
p.news-more-btn a span{
	font-size: 13px;
	text-decoration: underline;
}

.k-filter-menu .k-button{
	height: 26px;
	padding: 0;
}
.modal-pp {
	background-color: #ffffff;
}

#modal-pp {
	background-color: #ffffff;
}

/* v3.1 EN scroll抑止 CT_1002 */
#modal-pp-target {
  height: 100%;
  overflow: hidden;
}

.scroll-box {
height:300px;
overflow:hidden;
overflow-y:scroll;
border:1px solid #ccc;
padding:0px 20px;
/* -webkit-overflow-scrolling: touch;*/
/* overflow-scrolling: touch;*/
}
.modal-pp-checkbox{
  text-align:center;
}
#modal-pp-checkbox{
  cursor: pointer;
}

#modal-pp-checkbox[disabled]{
  cursor: default;
}
.layout-modal-footer {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
.layout-modal-footer {
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.layout-modal-button {
  text-align: center;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.mod-modal-button a,
.mod-modal-button input[type=button]
 {
  -webkit-appearance: none;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  font-size: 13px;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: none;
  padding: 0 40px;
  box-sizing: border-box;
}

.mod-modal-button a {
  border: 1px solid #9e9e9e;
}

.mod-modal-button a:hover,
.mod-modal-button input[type=submit]:hover,
.mod-modal-button input[type=reset]:hover,
.mod-modal-button input[type=button]:hover{
  opacity: 0.5;
  cursor: pointer;
}



.mod-modal-button input[type=button] {
  padding: 0 40px;
  background: #0044cc;
  color: #ffffff;
}
.mod-modal-button input[type=button[disabled]] {
  padding: 0 40px;
  background: #0044cc;
  color: #ffffff;
}

.layout-modal-button {
  text-align: center;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.layout-modal-button > p {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

a {
  text-decoration: none;
  color: #424242;
}

#register{
    border: 1px solid #9e9e9e;
}

#register[disabled]{
    border: 1px solid #9e9e9e;
	color: #bababa !important;
	background-color: #FFFFFF;
	cursor: default;
}

.modal-caution p {
	color: #FF0000;
}



#saveId:focus + label:after {
  background-color: #ffffff;
  opacity: 0.5

}
