.login-pf body.top {
    background: url("../img/keycloak-bg.jpg") no-repeat top center fixed;
    background-size: cover;
}

.box{
		color:#ffffff;
		font-weight:bold;
		background:#808080;
		padding:15px 0;
		margin-top:20px;
	}

h1{
		font-weight:bold;
		color:#1A1A1A;
	}

.title_border{
		font-size:17px;
		font-weight:bold;
		border-bottom:4px solid #E6E6E6;
		padding-bottom:10px;
		margin-bottom:20px;
	}

.login-pf {
    background: fixed;
}

.login-pf-page {
    padding-top:0px
}
	
.login-pf-page .login-pf-header {
    margin-bottom: 30px;  
}
	

.login-pf body {
    background: #ffffff;
}

/*.alert-error {
    background-color: #F4E6EA;
    color: #D94B76;}*/

.alert-error{
    background-color:#F4E6EA;
    color: #D94B76;
		font-weight:bold;
		margin-top: 5px;
		padding: 0px 0px 0px 30px;
}
.alert-error div{
	position:relative;}

.alert-error div:before{
		content:"";
		display:inline-block;
		position:absolute;
		width:20px;
		height:20px;
		background:url("../img/index_ic03.png");
		top:0;
		left:-22px;
}
.alert-error02 .form-control{
	border:1.2px solid #D94B76;}

.mb-3{
	margin:0 0 20px;}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .container {
    padding-top: 40px;
}

.login-pf a:hover {
    color: #0099d3;
}

#kc-logo {
    width: 100%;
}

#kc-logo-wrapper {
    background-image: url(../img/keycloak-logo-2.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

div.kc-logo-text {
    background-image: url(../img/keycloak-logo-text.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 10px;
    white-space: normal;
}

#kc-content {
    width: 100%;
}

/* #kc-content-wrapper {
    overflow-y: hidden;
}
#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}*/
#kc-info {
    padding-bottom: 0;
    margin-bottom: 0;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
 		margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    max-width:150px;
    max-height:150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.zocial,
a.zocial  {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none;
    border: 0;
    background: #f5f5f5;
    color: #72767b;
    border-radius: 0;
    white-space: normal;
}

.zocial:before {
  border-right: 0;
  margin-right: 0;
}

.zocial span:before {
    padding: 7px 10px;
    font-size: 14px;
}

.zocial:hover {
    background: #ededed !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border: 0;

    box-shadow: none;
    text-shadow: none;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before{ content: "\f15d"; }
.zocial.stackoverflow:before{ color: inherit; }

.login-pf-page-footer{
	margin:10px 0 10px;
	color:#666666;
}

.application .login-pf-page-footer{
	margin:120px 0 10px;}
.top .login-pf-page-footer{
	color:#ffffff;
}

.login-pf-page .login-pf-page-footer {
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    .login-pf .container {
        padding-right: 80px;
    }

    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }
}

@media (max-width: 767px) {

		.login-pf body,.login-pf body.top {
				background: white;
		}

		#kc-header {
				padding-left: 15px;
				padding-right: 15px;
				float: none;
				text-align: left;
		}

		#kc-header-wrapper {
				font-size: 16px;
				font-weight: bold;
				padding: 20px auto 0;
				/*padding: 20px 60px 0 0;*/
				color: #72767b;
				letter-spacing: 0;
		}

		div.kc-logo-text {
				margin: 0;
				width: 150px;
				height: 32px;
				background-size: 100%;
		}

		#kc-form {
				float: none;
		}

		#kc-info-wrapper {
				border-top: 1px solid rgba(255, 255, 255, 0.1);
				margin-top: 15px;
				padding-top: 15px;
				padding-left: 0px;
				padding-right: 15px;
		}

		#kc-info-wrapper.bg-gray {
				padding:15px;
		}


		#kc-social-providers li {
				display: block;
				margin-right: 5px;
		}

		.login-pf .container {
				padding-top: 15px;
				padding-bottom: 15px;
		}

		#kc-locale {
				position: absolute;
				width: 200px;
				top: 20px;
				right: 20px;
				text-align: right;
				z-index: 9999;
		}

		#kc-logo-wrapper {
				background-size: 100px 21px;
				height: 21px;
				width: 100px;
				margin: 20px 0 0 20px;
		}

}

@media (min-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 645px) {
		#kc-container-wrapper {
				padding-top: 50px;
				top: 20%;
		}
}

label{
		font-size:15px;
}

.application label{
		font-weight:300;
}

.top label{
		font-size:13px;
}

.bg-gray{
		background:#F4F4F4;padding:20px;
}

.list div:nth-of-type(n+2){
		padding-top:10px;
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

.img-transmission{
	margin-bottom:20px;}

.btn-gradation{
		color:#ffffff;
		font-weight:bold;
		font-size:16px;
		padding:10px 0;
		background: #d74375;
		background: -moz-linear-gradient(left,  #d74375 5%, #f2b283 37%, #1c83c8 56%, #1c83c8 73%, #1c83c8 73%, #c1dea7 100%);
		background: -webkit-linear-gradient(left,  #d74375 5%,#f2b283 37%,#1c83c8 56%,#1c83c8 73%,#1c83c8 73%,#c1dea7 100%);
		background: linear-gradient(to right,  #d74375 5%,#f2b283 37%,#1c83c8 56%,#1c83c8 73%,#1c83c8 73%,#c1dea7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74375', endColorstr='#c1dea7',GradientType=1 );
		border:none;
		box-shadow:none;
		background-position: 100% 0%;
		background-size: 400%;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
		white-space: normal;
}

.btn-gradation:hover,
.btn-gradation:active{
	color:#ffffff;
  background-position: 5% 0%;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
}

.btn-gradation:disabled{
	color:#ffffff;
	background: #808080;
	background-position: 5% 0%;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
}

.btn-transmission{
	padding:15px;
	margin:0 0 20px;}

.btn-transmission > div > input{
	width: 100%;
}
.btn-transmission > div > a,.btn-transmission > div > input{
	display:block;
	color:#ffffff;
		font-weight:bold;
		font-size:16px;
		padding:8px 0;
		background: #d74375;
		background: -moz-linear-gradient(left,  #d74375 5%, #f2b283 37%, #1c83c8 56%, #1c83c8 73%, #1c83c8 73%, #c1dea7 100%);
		background: -webkit-linear-gradient(left,  #d74375 5%,#f2b283 37%,#1c83c8 56%,#1c83c8 73%,#1c83c8 73%,#c1dea7 100%);
		background: linear-gradient(to right,  #d74375 5%,#f2b283 37%,#1c83c8 56%,#1c83c8 73%,#1c83c8 73%,#c1dea7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74375', endColorstr='#c1dea7',GradientType=1 );
		border:none;
		box-shadow:none;
		background-position: 100% 0%;
		background-size: 400%;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
		text-decoration: none;}


.btn-transmission > div a:hover,.btn-transmission > div a:active,
.btn-transmission > div > input:hover{
	color:#ffffff;
  background-position: 5% 0%;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
	text-decoration: none
}
.btn-transmission > div input:hover{
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
}
.btn-transmission > div > input[disabled]{
	background: #666666;
}
.btn-transmission-false > div > a{
	display:block;
	color:#ffffff;
		font-weight:bold;
		font-size:16px;
		padding:8px 0;
		background: #666;
		border:none;
		box-shadow:none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
		text-decoration: none;
		cursor: default;
		}

.btn-transmission-false{
		padding:15px;
		margin:0 0 20px;
}
.btn-transmission-false > div a:hover,
.btn-transmission-false > div a:active{
	color:#ffffff;
	text-decoration: none
}
.login-pf-page .login-pf-signup .btn-transmission a,
.login-pf-page .login-pf-signup .btn-transmission-false a{
	margin-left: 0;
}

.btn-rigth .form-group{
		display:flex;
		justify-content:flex-end;
}
.btn-left .form-group{
		display:flex;
		justify-content:flex-start;
}
.btn:hover, .btn:focus, .btn.focus{
	color:#ffffff;}

.top .login-pf-page .login-pf-settings{
		justify-content:space-between;
}

#kc-form-buttons {
 	 margin-top: 20px;
}

.login-pf-page .login-pf-brand {
		margin-top: 20px;
		max-width: 360px;
		width: 40%;
}

.card-pf {
		background: none;
		margin: 0 auto;
		padding: 0 20px;
		max-width: 580px;
		border-top: 0;
		box-shadow: 0 0 0;
}

.login-pf-page .card-pf{
		padding:0px 40px 30px 40px;
}

.login-pf-page .card-pf.flow{
		padding:0;
}

.flow img{
		margin:40px 0 20px;
}

.flow .form-horizontal{
		margin-top:40px;
}

.flow .form-horizontal .form-group{
		min-height:50px;
}

.flow .form-horizontal .form-group .form-text{
		font-size:17px;
		font-weight:bold;
	}
.form-group	.fa-question-circle::before{
	margin-left: 5px;
}
.form-group.ic-required div:nth-of-type(2){
		position:relative;
}

.form-group.ic-required > div:nth-of-type(2):before{
	content: "必須";
	display: inline-block;
	position: absolute;
	width: auto;
	height: auto;
	color: #ffffff;
	font-weight: bold;
	padding: 0 3px 0 3px;
	background: #d74375;
	background: -moz-linear-gradient(left, #d74375 0%, #e0677a 100%);
	background: -webkit-linear-gradient(left, #d74375 0%,#e0677a 100%);
	background: linear-gradient(to right, #d74375 0%,#e0677a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74375', endColorstr='#e0677a',GradientType=1 );
	top: 6px;
	left: -28px;
	max-width: 44px;
	text-align: center;
}

.form-group .zip{
	display:inline-block;
}
.flow.check	 .form-horizontal .form-group{
		min-height:20px;
		padding-bottom:10px;
		border-bottom:1px solid #cccccc;
}
.flow.check	 .form-horizontal .form-group:nth-of-type(n+2){
	padding-top:10px;
}
.flow.check	 .form-horizontal .form-group:last-child{
	border:none;
}
.flow.check	 .form-horizontal .bg-gray{
		margin:100px 0 10px;
}
.btn.btn-gray{
	box-shadow:none;
}
.btn-gray{
	background:#808080;
	color:#ffffff;
	padding:10px;
	}

.btn-gray:hover,.btn-gray:active{
	background:#5E5E5E;
}

.top .card-pf {
		background:#fff;
		margin-top:100px;
		max-width:450px;
		border-radius:7px;
		padding:20px 65px 40px 65px;
}

.header-help{
		list-style: none;
		font-size:15px;
		font-weight:bold;
		margin:10px 80px 0 0;
}

.header-help li a{
		text-decoration:none;
		color:#666666;
}

.header-help li a{
		position:relative;
}

.header-help li:first-child a:before{
		content:"";
		display:inline-block;
		position:absolute;
		width:28px;
		height:28px;
		background:url("../img/index_ic01.png");
		top:-4px;
		left:-28px;
}

.header-help li:nth-of-type(2) a:before{
		content:"";
		display:inline-block;
		position:absolute;
		width:28px;
		height:28px;
		background:url("../img/index_ic02.png");
		top:-4px;
		left:-28px;
}

.header-help li:nth-of-type(n+2){
		position:relative;
		padding:0 0 0 50px;
}

.header-help li{
		float:left;
}

.header-help li:nth-of-type(n+2):before{
		content:"";
		display:inline-block;
		position:absolute;
		width:1px;
		height:16px;
		background:#666666;
		top:5px;
		left:14px;
}

.green_box{
	border:3px solid #3DAB4A;
	padding:10px 15px;
	margin:20px 0;
	color:#3DAB4A;
	font-weight:bold}

.red_box{
	border:3px solid #D94B76;
	padding:10px 15px;
	margin:10px 0 20px;
	color:#D94B76;
	font-weight:bold}

.gray_box {
	border: 1px solid #9c9c9c;
	padding: 10px 15px;
	margin: 10px 0 0px;
	color: #9c9c9c;
	font-weight: bold;
	border-radius: 3px;}
	
.border_bottom{
	border-bottom:4px solid #E6E6E6;
	padding-bottom:15px;
	margin-bottom:15px;}

.font_rule{
	margin-bottom:15px;
	}
.color_red{
	color:#D94B76;}
/*tablet*/
@media (max-width: 840px) {
    .login-pf-page .card-pf{
      max-width: none;
      margin-left: 20px;
      margin-right: 20px;
      padding: 20px 20px 30px 20px;
    }
}
@media (max-width: 767px) {
    .login-pf-page .card-pf{
      max-width: none;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
    }

		.login-pf-page .card-pf.flow{
				padding:0 20px;
		}

		.login-pf-page .card-pf.flow img{
				max-width:100%;
		}

		.card-pf.login-pf-accounts{
				max-width: none;
		}

		.header-help{
			list-style: none;
			font-size:15px;
			font-weight:bold;
			margin:10px 5px 0 0;
		}

		.form-group .zip{
			width:100%;
		}
}

.login-pf-page .login-pf-signup {
		font-size: 15px;
		color: #72767b;
		margin-top:20px;
}
#kc-content-wrapper .row {
		margin-left: 0;
		margin-right: 0;
}

@media (min-width: 768px) {
  .login-pf-page .login-pf-social-section:first-of-type {
			padding-right: 39px;
			border-right: 1px solid #d1d1d1;
			margin-right: -1px;
  }
  .login-pf-page .login-pf-social-section:last-of-type {
   	 padding-left: 40px;
  }
  .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
  	  margin-bottom: 0;
  }
}

.login-pf-page .login-pf-social-link {
  	margin-bottom: 25px;
}

.login-pf-page .login-pf-social-link a {
 		padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
		margin-left: auto;
		margin-right: auto;
}

.login-pf-page .btn-primary {
    margin-top: 0;
}

/* 番号発信ボタン待機 */

.btn-transmission-false > div > input{
	display:block;
	color:#ffffff;
		font-weight:bold;
		font-size:16px;
		padding:8px 0;
		background: #666;
		border:none;
		box-shadow:none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
		text-decoration: none;
		cursor: default;
	width: 100%;
		}

.btn-transmission-false{
		padding:15px;
		margin:0 0 20px;}

.btn-transmission-false > div input:hover,
.btn-transmission-false > div input:active{
	color:#ffffff;
	text-decoration: none
}

	 input:focus:placeholder-shown {
   color: transparent;
   }
   input:focus::-webkit-input-placeholder {
   color: transparent;
   }
   input:focus::-moz-placeholder {
   color: transparent;
   }
   input:focus:-ms-input-placeholder {
   color: transparent;
   }
   input:focus::-ms-input-placeholder {
   color: transparent;
   }

.tooltip-inner{
	max-width: 100%;
}

