@charset "UTF-8";
/* Reset some basic elements */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small
table {
	border-collapse: collapse;
}

th {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #ddd;
}

td {
	border: 1px solid #ccc;
	padding: 5px;
}

.right {
	text-align: right;
}

.red {
	color: red;
}

a {
	/* margin: 10px 10px; */
	padding: 3px;
	/* text-underline-offset: 0.6ex; */
  text-decoration: none;
}

a:hover {
	border-radius: 5px;
  text-decoration: underline;
	
}

div.container {
  width: 100%;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

a.btn-primary:hover {
  text-decoration: none!important;
  border-radius: 0.5rem;
}

footer {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFF;
	margin-top:0;
}

footer p {
  font-weight: bold;
  color: #999;
  line-height: 0;
}

.copyright {
  color: #999;
  font-size: .9em;
}

img.truste {
	width: 179px;
	height: 57px;
}

a.truste {
	padding: 0;
}

figure {
	text-align:right;
}
/* login.html用の定義 */
.wrapper {    
	margin-top: 80px;
	margin-bottom: 20px;
}

.form-signin {
  max-width: 520px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  /* background-color: #eee; */
  border: 1px #ddd solid;
  box-sizing: border-box;
  overflow: hidden;
}

.form-signin-heading {
  margin-bottom: 30px;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

label.login-label {
  display: block;
  width: auto;
  margin-top: 10px;
	margin-bottom: 10px;
  font-weight: 700;
	color: #666;
	font-size: 14px;
}

.password-reset-link {
  display: inline;
  margin: 0;
  font-size: 12px;
  color: #428bca;
  white-space: nowrap;
  text-decoration: none;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.password-reset-link:hover {
  text-decoration: underline;
  color: #2a5aa0;
}

.password-visible-container {
  text-align: right;
  margin-bottom: 10px;
}

a.password-visible {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #428bca;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

a.password-visible:hover {
  background-color: transparent;
  border-color: transparent;
  color: #2a5aa0;
  text-decoration: underline;
  cursor: pointer;
}

.password-visible label {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
}

.form-auth {
  max-width: 720px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  border: 1px #ddd solid;  
}

.form-download {
  max-width: 720px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  border: 1px #ddd solid;
  border-bottom: none;
  padding-bottom: 0;
}

.form-next {
  max-width: 720px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  border: 1px #ddd solid;
  border-top: none;
  padding-top: 0px;
}

div.two-fa-login-link {
	padding-top: 50px;
}

div.backup-link {
	padding-top: 20px;
}
div.support-link {
	padding-top: 20px;
  font-size: 14px;
}

.mt-30 {
  margin-top: 30px !important;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 12px 15px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* パスワードフィールドとテキストフィールドの文字サイズを統一 */
input[type="text"],
input[type="password"] {
  font-size: 16px !important;
  font-family: inherit;
}

input[type="text"] {
  margin-bottom: 0px;
  /* border-bottom-left-radius: 0;*/
  /* #border-bottom-right-radius: 0;*/
}

input.password {
  margin-bottom: 20px;
  /* border-top-left-radius: 0; */
  /* border-top-right-radius: 0; */
}

.login-btn {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.login-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.login-noaccount {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding-top: 20px;
}
.login-noaccount a {
  color: #428bca;
  text-decoration: none;
}

.login-noaccount a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.signup-link {
  display: inline;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #428bca;
  text-decoration: none;
  transition: color 0.2s ease;
}

.signup-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #2a5aa0;
  text-decoration: underline;
}

.logo-addon {
  color: #DDDDDD;
}

.kikicomi-logo {
	max-height: 60px;
}
@media (max-width:768px) {
	.kikicomi-logo {
		margin-left: 15px;
	}
}

div.alert {
  font-size: 14px;
  /* padding-bottom: 0px; */
  margin-bottom: 0px;
  /* padding-top: 0;*/
}

div.content {
  font-size: 14px;
  margin-bottom: 0px;
}

.btn-left {
  padding: 8px 40px;
  margin: 20px;
}
.btn-login {
  padding: 8px 40px;
}
.mt-30 {
  margin-top: 30px !important;
}

table.backup-area {
  width: 50%;
  text-align: center;
  margin-left: 160px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

/* スマホ対応のレスポンシブデザイン */
@media (max-width: 768px) {
  table.backup-area {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  table.backup-area {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
}

div.qrcode {
  float:left;
  padding: 20px;
}

/* スマホ対応のレスポンシブデザイン */
.password-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  flex-wrap: nowrap;
  gap: 20px;
}

.password-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.password-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.password-header .login-label {
  margin: 0;
  flex-shrink: 0;
  min-width: 60px;
  max-width: 120px;
  flex: 0 0 auto;
}

.form-auth {
  max-width: 720px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  border: 1px #ddd solid;  
}

@media (max-width: 768px) {
  .wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  .form-signin {
    max-width: 100%;
    padding: 20px 15px 40px;
    margin: 0 10px;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  
  .form-signin-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  
  .form-control {
    padding: 15px;
    font-size: 16px; /* iOSでズームを防ぐ */
    border-radius: 8px;
  }
  
  /* スマホ版でも文字サイズを統一 */
  input[type="text"],
  input[type="password"] {
    font-size: 16px !important;
  }
  
  .login-btn {
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 8px;
    margin-top: 10px;
  }
  
  .password-visible {
    padding: 10px 15px;
    font-size: 14px;
  }
  
  .password-visible label {
    font-size: 14px;
  }
  
  .login-noaccount {
    padding-top: 15px;
    font-size: 13px;
  }
  
  .signup-link {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .password-reset-link {
    font-size: 12px;
    margin-top: 0;
  }
  
  /* スマホでのパスワードヘッダーの調整 */
  .password-header {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .password-left {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .password-right {
    align-self: center;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .form-signin {
    padding: 15px 10px 30px;
    margin: 0 5px;
  }
  
  .form-signin-heading {
    font-size: 20px;
  }
  
  .form-control {
    padding: 12px 10px;
  }
  
  /* 小画面スマホでも文字サイズを統一 */
  input[type="text"],
  input[type="password"] {
    font-size: 16px !important;
  }
  
  .login-btn {
    padding: 12px 15px;
  }
  
  /* 小画面スマホでも横並びレイアウトを維持 */
  .password-header {
    gap: 8px;
  }
  
  .password-left {
    gap: 8px;
  }
  
  .password-reset-link {
    font-size: 11px;
  }
}

/* ナビゲーションバーのレスポンシブ対応 */
.navbar-logo {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .navbar .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  
  .logo-addon {
    font-size: 12px;
    white-space: nowrap;
  }
  
  .kikicomi-logo {
    max-height: 50px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .navbar .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .logo-addon {
    font-size: 11px;
  }
  
  .kikicomi-logo {
    max-height: 45px;
  }
}


