/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.wj-form {
	font-size: 100%;
	max-width: 800px;
	margin: 20px auto 0;
}
.wj-form .icon-inline {
  padding-right:6px;
}
.wj-form .notification {
  padding: 6px 10px;
  border-radius: 5px;  
}
.wj-form .error-notification {
  background-color: #feecf0;
  color: #cc0f35;
}
.wj-form .success-notification {
  background-color: #effaf5;
  color: #257953;
}
.wj-form .webinar-name {
	text-align: center;
	font-size: 24px;
}
.wj-form .form-container {
	width: 100%;
}
.wj-form .form-container-left,
.wj-form .form-container-right {
	width: 48%;
	padding: 1em 0.5%;
}
.wj-form .form-container-left {
	float: left;
}
.wj-form .form-container-right {
	float: right;
}
.wj-form input[type="text"],
.wj-form input[type="email"],
.wj-form input[type="number"],
.wj-form select {
	box-sizing: border-box;
	width: 100%;
	margin: 0.5em 0;
	color: #555555;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  padding: 0.5em;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  font-size: 16px;
  height: 2.5em;
	height: -webkit-calc(0.5em*2*1.5625 + 16px + 2px);
	height: calc(0.5em*2*1.5625 + 16px + 2px);
}
.wj-form select {
  cursor: pointer;
  position: relative;
  display: block;
  height: 2.5em;
	height: -webkit-calc(0.5em*2*1.5625 + 16px + 2px);
	height: calc(0.5em*2*1.5625 + 16px + 2px);
}
.wj-form input[type="text"]:focus,
.wj-form input[type="email"]:focus,
.wj-form input[type="number"]:focus,
.wj-form select:focus {
	border: 1px solid rgba(32, 148, 243, 0.8);
	outline: 0;
}
.wj-form label {
  font-weight: bold;
  font-size: 18px;
  color:#012253;
}
.form-in_p{
font-size:16px !important;
  margin:20px 0 10px 0 !important;
}
.wj-form label.required-form:after {
	content: "必須";
	color: #fff;
  background:#FF0000;
  font-weight: 500;
  font-size: 11px;
  padding: .5px 8px;
  margin-left: 10px;
}
.wj-form select.phone-country-code {
	width: 30%;
	float: left;
}
.wj-form input.phone-number {
	width: 68%;
	float: right;
}
.wj-form .btn-area {
	width: 100%;
	text-align: center;
}

.wj-form .register-button {
box-shadow: 0px 5px 1px #03386d;
padding: 1.25rem 4rem;
transition: .3s;
margin: 10px 0;
border-style: none;
display: inline-block;
background: #F50; /* 背景色 */
border: solid 2px #03386d;
border-radius: 20px;
color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none; /* 文字の下線を消す */
  letter-spacing: -1px;
}



.wj-form .register-button:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.wj-form .register-button:active {
  box-shadow: none;
  transform: translateY(5px);
}

.wj-form {
width:600px;
  max-width:100%;
}
}

/*
.wj-form .register-button:active{
    transform:translate(3px, 3px);
    box-shadow:none;
}
.wj-form .register-button:hover{
    filter:brightness(1.2);
}
.wj-form .register-button:disabled{
    filter:brightness(0.8);
    cursor:not-allowed;
    transform:translate(-3px, -3px);
    box-shadow:3px 3px 3px #aaa;
}

.wj-form .register-button:hover {
  background: linear-gradient(45deg, #00a0c0 0%, #006ba7 100%);/*背景色
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.29);/*ドロップシャドウ
  cursor: pointer;
}
.wj-form .register-button:active {
	top: 3px;
	box-shadow: none;
}
.wj-form .register-button:focus {
	outline: 0px !important;
}
.wj-form .register-button:disabled {
  background-color: #1abc9cb3;
  box-shadow: 0 3px 0 #0e8c73b3;
  cursor: not-allowed;
}
*/
.wj-form .form-name-container {
	width: 100%;
}
.wj-form .form-name-container-only-sei {
	padding: 0 0.5%;
}


.wj-form input[type=email].has-error,
.wj-form input[type=number].has-error,
.wj-form input[type=text].has-error,
.wj-form select.has-error {
  border: 1px solid #dc3545;
  box-shadow: inset 0 1px 2px rgba(220,53,69,0.2);
}
.wj-form .validation-error-message {
  color: #f44336;
  font-weight: bold;
  margin-bottom: 6px;
    font-size: 15px;
}
}


/*
 残席数表示
*/
.remaining-seats-container {
  text-align: center;
  margin-bottom: 3px;
}
.remaining-seats-container .sub-container {
  text-align: left;
  display: inline-block;
}
.remaining-seats-container .last-updated-datetime {
  margin-bottom: 10px;
  font-size: 0.8em;
}
.remaining-seats-container .schedule-with-seats {
  font-size: 1.2em;
}
.remaining-seats-container .number-seats-emphasis {
  color: #ff2616;
}


/*
 After webinarjam registration
*/
.success-register-message {
	font-size: 2em;
	text-align:center;
}


/*
 Media query
*/
@media screen and (max-width: 1024px) {
  .remaining-seats-container {
		margin-bottom: 6px;
	}
}
@media screen and (max-width: 768px) {
  .wj-form .register-button {
        max-width: 100%;
        width: 270px;
        padding: 25px;
        margin: 0;
        line-height: 1.2em;
    font-size:20px;

  }
  .wj-form .form-container-left,
	.wj-form .form-container-right {
		width: 100%;
		padding: 0;
	}
	.wj-form .button {
		max-width: 100%;
	}
	.wj-form input[type="text"],
	.wj-form input[type="email"],
	.wj-form input[type="number"],
	.wj-form select {
		margin-bottom: 1em
	}
	.wj-form .btn-area {
		margin: 10px auto 10px;
	}
	.wj-form .webinar-name {
		padding-bottom: 0.5em;
	}
  .remaining-seats-container {
		margin-bottom: 10px;
	}
.wj-form .validation-error-message {
  margin-top: -13px;
}
.wj-form .register-button::after {
    font-size: 17px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.wh .wj-form label{
    color: #fff;
}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 320px) {
}