/* @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    */
/*****************************************/

.seminar-form_nittei {
    margin: 0rem 0 8px !important;
    text-align: center;
    font-family: "Noto Sans JP" !important;
    font-size: 3.4rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1 !important;
}
p.kaku20 {
    color: #ff0201 !important;
    text-align: center;
    font-size: 2rem !important;
    line-height: 1.5 !important;
    padding: 0px;
    margin-bottom: 0px !important;
}
div#webseminar_wrap h4 {
    color: #FF7534 !important;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0.5vw;
} 
div#webseminar_wrap h5 {
  font-size: 13px;
  letter-spacing: -0.04rem;
  text-align: center;
    }

  p.seminar-form_info {
    font-size: 12px !important;
    letter-spacing: -0.05rem !important;
    line-height: 1.4 !important;
    max-width: 700px;
    display: block;
    margin: 1.5rem auto !important;
}
.wj-form {
	font-size: 100%;
	max-width: 800px;
	margin: 2rem auto 0;
}
.wj-form .icon-inline {
  padding-right: 0.6rem;
}
.wj-form .notification {
  padding: 0.6rem 1rem;
  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: 1.8rem;
  font-family: "YuGothic";
}
.wj-form label.required-form:after {
	content: "必須";
	color: #fff;
  background:#FF0000;
  font-weight: 500;
  font-size: 11px;
  padding: .5px 8px;
  margin-left: 1rem;
}
.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 {
      display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #3E71CF;
    border-radius: 100vh;
   font-size: 2.3rem;
    line-height: 1.5;
    border: 2.5px solid #1B1464;
    padding: 1.8rem 1rem 1.8rem 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700 !important;
    width: 460px;
	height: 84px;
    margin: 2rem auto;
    box-shadow:2px 3px 0px 0px #1B1464;
    transition: 0.3s ease-in-out;
}
.wj-form .register-button:hover {
    box-shadow: none;
    transform: translate(5px, 5px);
    color: #fff;
}
/*
.wj-form .register-button {
    background-color: #3E71CF;
    border-radius: 100vh;
    color: #fff;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 700;
    margin: 2rem auto;
    padding: 1.8rem 1rem 1.8rem 0;
    text-align: center;
    width: 440px;
      height: 80px;
    border: 2.5px solid #1B1464;
    box-shadow: 2px 3px 0px 0px #1B1464;
}
*/


/*
.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: 0.6rem;
    font-size: 1.5rem;
}
}


/*
 残席数表示
*/
.remaining-seats-container {
  text-align: center;
  margin-bottom: 0.3rem;
}
.remaining-seats-container .sub-container {
  text-align: left;
  display: inline-block;
}
.remaining-seats-container .last-updated-datetime {
  margin-bottom: 1rem;
  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: 0.6rem;
	}
}
@media screen and (max-width: 768px) {
  /*
  .wj-form .register-button {
    width:100%;
    padding: 4px ;
    margin: 0 ;
    line-height: 2.4em;
  }
  */
  .wj-form .register-button {
    background-color: #3E71CF;
    border-radius: 100vh;
    color: #fff;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    margin: 2rem auto;
    padding: 1.8rem 1rem 1.8rem 0;
    text-align: center;
    width: 350px;
            height: 64px;
    border: 1.5px solid #1B1464;
    box-shadow: 2px 3px 0px 0px #1B1464;
}
  .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: 2rem auto 3rem;
	}
	.wj-form .webinar-name {
		padding-bottom: 0.5em;
	}
  .remaining-seats-container {
		margin-bottom: 1rem;
	}
.wj-form .validation-error-message {
  margin-top: 0rem;
}
}
@media screen and (max-width: 768px) {
.seminar-form_nittei {
        margin: 0rem 0 0 !important;
        text-align: center;
        font-family: "Noto Sans JP" !important;
        font-size: 3rem !important;
        font-style: normal;
        font-weight: 700;
    }
  
p.kaku20 {
    color: #ff0201 !important;
    text-align: center;
    font-size: 13px !important;
    line-height: 1.5 !important;
    padding: 0px;
    margin-bottom: 0px !important;
  }
  
div#webseminar_wrap h4 {
  color: #FF7534 !important;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
  
div#webseminar_wrap h5 {
  font-size: 13px;
  letter-spacing: -0.04rem;
  text-align: center;
    }

  p.seminar-form_info {
    font-size: 12px !important;
    letter-spacing: -0.05rem !important;
    line-height: 1.4 !important;
    max-width: 700px;
    display: block;
    margin: 1.5rem auto !important;
}

}



@media screen and (max-width: 320px) {
}