@charset "utf-8";
h2 br{
  display: none;
}
.hsForm{
  position: relative;
}
.hsForm table{
  margin-bottom: 0;
  width: 70%;
}
.login .hsForm table{
  margin-bottom: 32px;
}
.hsForm table th,
.hsForm table td{
  border-bottom:1px solid #fff !important;
}
.submit.submit{
  margin-top: 0;
}
#nojs{
  background-color: rgba(255,255,255,.85);
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
#jsok{
  display: none;
}
.body_wrapper {
  background-color: rgba(255,255,255,.85);
  text-align: center;
  padding-bottom: 16px;
}
.return.return{
  text-align: center;
  text-decoration: underline;
}

.th_notice{
  font-size: 12px;
}
.set_password_index_ul li{
  display: inline-block;
}
.set_password_index_ul li:first-child{
  margin-right: 16px;
}
.set_password_index_ul li:before{
  font-family: FontAwesome;
  content: "\f0da";
}
.about_request_password{
  background-color: #FFF;
  padding: 16px;
  text-align: left;
  margin-top: 16px;
}
.dl_request_password_notice{
  margin-bottom: 16px;
}
.dl_request_password_notice dt{
  text-align: left;
  font-weight: bold;
}
.dl_request_password_notice dt:before{
  content: "◆";
}
.dl_request_password_notice p,
.dl_request_password_notice li{
  text-align: left;
  margin-left: 16px;
}
.dl_request_password_notice li{
  list-style-type: disc;
}
.reauest_text{
  text-align: left;
  width: 670px;
  margin: 0 auto;
}
.mailAddressNotice{
  text-align: left;
  text-indent: -14px;
  padding: 6px 0 14px 28px;
  font-size: 14px;
  background: transparent;
}
.otherPattern{
  padding: 4px;
  background: #E7E4CB;
}
.otherPattern ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 14px;
  margin: 0 auto;
}
.login .otherPattern ul{
  font-size: 14px;
}
.otherPattern ul li{
  margin-right: 16px;
}
.otherPattern ul li a{
  text-decoration: underline;
}
.otherPattern ul li::before{
  font-family: FontAwesome;
  content: "\f0da";
}
.returnSetPassword,
.notRequired{
  color: #A21D00;
  text-decoration: underline;
  cursor: pointer;
}
.noDocumentRequested{
  background-color: rgba(255,255,255,.9);
  position: absolute;
  left: 50%;
  margin-left: -35%;
  width: 70%;
  padding: 50px 0;
  top: 0;
  display: none;
  text-align: left;
}
.noDocumentRequested .itemAndText{
  display: -webkit-flex;
  display: flex;
}
.noDocumentRequested .itemAndText img{
  height: 100%;
  margin-right: 16px;
}
.sampleRequest {
  background: #b23517;
  color: #fff;
  font-size: 20px;
  width: 220px;
  display: block;
  margin: 0 auto 8px;
  border: 2px solid #7d1c06;
  text-align: center;
  cursor: pointer;
  padding: 3px 0;
}
.sampleRequest a {
  color: #FFF;
  display: block;
}
.sampleRequest a::before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 4px;
}
.sampleRequest:hover {
  background: #020000;
}
.returnSetPassword{
text-align: center;
}
.mailNotice{
  font-size: 14px;
  text-align: left;
  padding: 16px 32px;
  margin: 16px;
  border: 1px solid #95260d;
}
.mailNotice p{
  margin-bottom: 0;
}
.mailNotice p:first-of-type{
  text-indent: -14px;
}
/* タブレット以下 */
@media only screen and (max-width: 959px){

}/* このとじカッコは消さないこと */

/* スマホ以下 */
@media only screen and (max-width: 767px){
  h2 br{
    display: block;
  }
  .mailAddressNotice{
    padding-left: 0;
  }
  .otherPattern ul{
    display: block;
  }
  .otherPattern ul li{
    margin-bottom: 8px;
  }
  .hsForm table{
    width: 90%;
  }
  .subtitle {
    background:rgba(255,255,255,0.8);
  }
  .noDocumentRequested {
    margin-left: 0;
    width: 100%;
    left: 0;
  }
  .noDocumentRequested .itemAndText{
    display: block;
  }
  .noDocumentRequested .itemAndText img{
    margin: 0 auto 8px;
  }
  .reauest_text{
    width: 100%;
  }
  .mailNotice{
    margin: 0;
  }
  .mailNotice p{
    margin-bottom: 16px;
  }
}/* このとじカッコは消さないこと */

