/* support-area
---------------------------------------------------*/
 #contentsBlock .inner{
    max-width: 1100px;
    padding: 20px 0;
}

#top-head .inner{
    position: inherit;
}

#top-head .inner .logo{
    display: block;
}

.lead-txt{
    text-align: left;
    padding: 20px 0;
    font-size: 1.6rem;
}


.support-area h2 span.ttl-bg {
    color: #ecf0f8;
    width: 100%;
}

.support-area h2 span.ttl {
    color: #232e40;
	line-height: 1.5;
}
.support-area h2 span.sub {
	margin-top: 10px;
}

.content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1300px) {
	.crumb{
		overflow: auto;
		white-space: nowrap;
	}

    #contentsBlock .inner{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.kv-area h1{
  letter-spacing: .12em;
}

/* sec01
---------------------------------------------------*/

#sec01 .inner{
	padding-top: 54px;
	padding-bottom: 0;
}

.note{
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 37px;
}

.link-text{
  background-color: #e5ebf7;
}

/* 全体のフォームボックス */
.myform-row,
.button_div,
.link-text {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 120px;
  background-color: #e5ebf7;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
form .myform-row{
  padding-top: 30px;
}
form .myform-row + .myform-row{
  padding-top: 10px;
}
form .button_div{
  padding: 32px 120px 60px;
}
.link-text {
  max-width: 620px;
  padding: 30px 120px 60px;
  margin-top: 37px;
}

.login-form > div:not(:first-child) {
  margin-top: 11px;
}

/* ラベル */
form .myform-row label {
  text-align: left;
  display: block;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .02em;
}

/* 入力欄 */
input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #95a2ad;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .02em;
  box-sizing: border-box;
}

/* プレースホルダ色（任意） */
.login-form input::placeholder {
  color: #aaa;
}

/* パスワードを忘れた方 */
.login-form .forgot {
  text-align: center;
  margin-top: 32px;
}

.login-form .forgot a {
  font-size: 16px;
  color: #232e40;
  text-decoration: underline;
}

.login-form .forgot a:hover {
  text-decoration: underline;
}

/* ログインボタン */
.button_div .buttons,
.link-text-register a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 380px;
  width: 100%;
  height: 60px;
  margin-top: 16px;
  margin-inline: auto;
  padding: 0.8rem 1rem;
  background-color: #062f71;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  border: none;
  cursor: pointer;
}
.button_div .buttons:before {
    display: inline-block;
    font-size: 22px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f2f6";
}
.link-text-register a:before {
    display: inline-block;
    font-size: 22px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f044";
}

.button_div .buttons:hover,
.link-text-register a:hover{
  border: 1px solid #143284;
    background: #fff;
    color: #143284;
    transition: all .5s ease-out;
    text-decoration: none;
}

.req-text{
  display: none;
}

/* アイコン */
.link-text-register a i {
  font-size: 22px;
}

.link-text{
  padding: 34px 120px 60px;
}

.link-text p{
  font-size: 16px;
}

.link-text .link-text-register a{
      gap: 12px;

}

.link-text .link-text-register a i{
  font-size: 20px;
}

.wpmem_msg{
  background: #ffeaea;
  border: 1px solid #cc0000;
  max-width: 620px;
  margin: 0 auto 16px;
  padding: 16px 24px;
  box-sizing: border-box;
}
.lostpassword-guide .wpmem_msg{
  background-color: transparent;
  border: none;
  max-width: none;
  margin: 30px 0 0;
}
.wpmem_msg a{
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: underline;
}
.wpmem_msg a:hover{
  text-decoration: none;
}

.lostpassword-guide > p{
  margin: 30px auto;
}
.lostpassword-guide .btn{
    margin-top: 38px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-inline: auto;
    background-color: #062f71;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    max-width: 400px;
    width: 100%;
    height: 60px;
    transition: all .5s ease-out;
}
.lostpassword-guide .btn:hover{
  background-color: #fff;
  color: #062f71;
    border: 1px solid #143284;
}

@media screen and (max-width: 700px) {
  .myform-row, form .button_div{
    padding: 30px 10px 0;
  }
  form .button_div{
    padding: 30px 10px 60px;
  }
  .link-text{
    padding: 30px 10px 60px;
  }

  form .myform-row label,
  .div_text,
  .link-text .login-form{
    max-width: 380px;
    width: 100%;
    margin-inline: auto;
  }

}


/* sec02
---------------------------------------------------*/
#sec02{
	padding: 0px 0;
}

#sec02 .inner{
	padding-top: 89px;
  padding-bottom: 0;
  max-width: 1100px;
}

/* sec03
---------------------------------------------------*/
#sec03{
	padding: 0px 0;
}

#sec03 .inner{
	padding-top: 200px;
  padding-bottom: 0;
  max-width: 1000px;
}
#sec03 .inner .support-area {
	background-color: #f2f7fb;
  margin: 0 auto;
  padding: 55px 95px 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#sec03 .inner .support-area .logo img{
  width: 249px;
  height: 27px;
}
#sec03 .inner .support-area .logo p{
  font-size: 18px;
  font-weight: 600;

}
#sec03 .inner .support-area .btn {
  position: relative;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  height: 60px;
  background-color: #062f71;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
      transition: all .5s ease-out;
}

#sec03 .inner .support-area .btn:hover{
  border: 1px solid #143284;
    background: #fff;
    color: #143284;
    transition: all .5s ease-out;
    text-decoration: none;
}

#sec03 .inner .support-area .btn::before {
  content: "";
  display: block;
  background: url(../img/mail_icon.png) no-repeat center/cover;
  width: 23px;
  height: 15px;
}

#sec03 .inner .support-area .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}

#sec03 .inner .btn-flex{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}

#sec03 .inner .btn-flex .btn{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #062f71;
  color: #fff;
  max-width: 400px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  transition: all .5s ease-out;
}

#sec03 .inner .btn-flex .btn:hover{
  border: 1px solid #143284;
  background: #fff;
  color: #143284;
  transition: all .5s ease-out;
  text-decoration: none;
}

#sec03 .inner .btn-flex .btn:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}

#sec03 .inner .supplement{
  margin-top: 33px;
  font-size: 16px;
  font-weight: 500;
}



@media screen and (max-width: 900px){
  #sec03 .inner .support-area{
    display: block;
  }

  #sec03 .inner .support-area .btn{
    margin-top: 28px;
  }
}

@media screen and (max-width: 600px){

  .result ul li{
    display: block;
  }
  .result ul li .box{
    display: block;
  }

  .result ul li .box .name{
    margin-top: 10px;
  }

  .result ul li .btn{
    margin-top: 10px;
    margin-left: 0;
  }

  #sec03 .inner .support-area{
    padding: 25px 30px;
  }

  #sec03 .inner .btn-flex{
    display: block;
    margin-top: 25px;
  }

  #sec03 .inner .btn-flex .btn{
    margin-top: 20px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 478px){

  #sec01 .inner{
    padding-top: 30px;
  }

  #sec01 .inner .note{
    font-size: 14px;
  }

  .link-text{
    margin: 20px auto 0;
    padding: 15px 10px 30px;
  }

  .login-form label{
    font-size: 16px;
    line-height: 26px;
  }
  .login-form input[type="email"], .login-form input[type="password"]{
    padding: 10px;
    font-size: 16px;
  }

  .login-form .forgot {
    margin-top: 15px;
  }

  .login-form .forgot a{
    font-size: 14px;
  }

  .button_div .buttons, .link-text-register a{
    margin-top: 10px;
    height: 50px;
    font-size: 16px;
    gap: 4px;
  }



  .link-text-register a i{
    font-size: 16px;
  }

  .link-text p{
    font-size: 14px;
  }

  .link-text .link-text-register a{
    gap: 4px;
  }

  .link-text .link-text-register a i{
    font-size: 15px;
  }


}
