@charset "utf-8";
/* CSS Document */
/*トップログインフォーム*/
.top_login {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif, 'Roboto', sans-serif;
  align: center;
}
.top_login input {
  width: 77%;
  margin: 10px 0 1px 0;
  padding: 0.7rem 1rem 0.7rem 1rem;
  border-radius: 2px;
  border: 1px solid #888;
  font-size:0.9em
}
.btn2 {
  width: 38%;
  margin: 0 2px !important;
  font-size: 1.1rem;
  border-radius: 3px;
  text-align: center;
}
.btn2:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn2.btn {
  width: 38%;
  background: #015db2;
  border-color: #015db2;
  color: #fff;
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
  box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
}
.btn2.btn:hover {
  top: -2px;
  /*background: #4285f4;*/
  border-color: #015db2;
  color: #fff;
  -webkit-box-shadow: 0 5px 30px -5px rgba(66, 133, 244, 0.4) !important;
  box-shadow: 0 5px 30px -5px rgba(66, 133, 244, 0.4) !important;
}
.btn3 {
  width: 77%;
  font-size: 1.1rem;
  border-radius: 3px;
  text-align: center;
  border-color: #193b73;
  background: #193b73;
}
.btn3:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn3.btn {
  width: 77%;
  background: #193b73;
  border-color: #193b73;
  color: #fff;
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 4px 20px -5px rgba(207, 224, 252, 0.4);
  box-shadow: 0 4px 20px -5px rgba(207, 224, 252, 0.4);
}
.btn3.btn:hover {
  top: -2px;
  background: #0f4c81;
  border-color: #0f4c81;
  color: #fff;
  -webkit-box-shadow: 0 5px 30px -5px rgba(207, 224, 252, 0.7) !important;
  box-shadow: 0 5px 30px -5px rgba(207, 224, 252, 0.7) !important;
}
.top_login p {
  width: 77%;
  font-size: 0.9rem;
  text-align: left;
}
.top_login p2 {
  width: 77%;
  font-size: 0.9rem;
  color: #75787b;
  text-align: center;
}
/*.top_login p3 {
  width: 77%;
  font-size: 0.9rem;
  color: red;
  text-align: center;
}*/
.top_login btn a {
  width: 77%;
  color: #75787b;
  font-size: 0.9rem;
  text-align: center;
}
.top_login a {
  width: 77%;
  color: #75787b;
  font-size: 0.9rem;
}
.clear {
  clear: both;
  font-size: 0.9rem;
  margin: 3px;
}
/*💻*/
#testimonials-section .iframe-wrap {
  position: relative;
  max-width: 100%;
  padding-top: 50%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  border: 2px solid #ccc;
}
#testimonials-section .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  border: none;
  display: block;
}
/*追加*/
@media (max-width: 576px) {
	.top_login {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif, 'Roboto', sans-serif;
  align: center;
}
  .top_login input {
    width: 99%;
    padding: 0.25rem 1rem 0.25rem 1rem;
    border-radius: 2px;
    overflow: auto;
  }
  .btn2 {
    width: 48%;
    margin:0 1% !important;
    font-size: 0.6rem;
    border-radius: 3px;
    align: center;
	float: left;
  }
  .btn2.btn {
    width: 48%;
	margin: 0 1% !important;
    background: #015db2;
    border-color: #015db2;
    color: #fff;
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
    box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
  }
  .btn3 {
    width: 99%;
    font-size: 0.9rem;
    border-radius: 3px;
    text-align: center;
    border-color: #193b73;
    align: center;
    background: #193b73;
  }
  .btn3.btn {
    width: 99%;
    border-width: 2px;
    background: #193b73;
    border-color: #193b73;
    color: #fff;
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-box-shadow: 0 4px 20px -5px rgba(207, 224, 252, 0.4);
    box-shadow: 0 4px 20px -5px rgba(207, 224, 252, 0.4);
    text-align: center;
  }
  .top_login p {
    width: 99%;
    font-size: 0.2rem;
    text-align: left;
  }
  .top_login p2 {
    width: 99%;
    font-size: 0.2rem;
    text-align: left;
    padding: 0;
  }
.top{
	width:100vw;
	height:100%; 
	margin-top: 8%;
	
	}
/*.top_login p3 a {
    width: 100%;
    font-size: 1.2rem;
    text-align: left;
    padding: 0;
  }*/
}


