* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
}
/* ----------------------------------------------------
　レイアウト
------------------------------------------------------*/
body{
  font-family : Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
ul {
    list-style-type: none;
}
.container {
    width: 100%;
    height: 100%;
    background: #fff;
}
.common_wrap {
    width: 80%;
    margin: 35px auto 100px;
}
.common_wrap h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.common_wrap form p {
    margin: 42px 0 0;
}
.common_wrap form p:nth-child(2) {
    margin: 30px 0 0;
}
.common_wrap form input {
    font-size: 14px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}
.common_wrap form input[type="email"],
.common_wrap form input[type="text"],
.common_wrap form input[type="password"] {
    padding: 0 0 10px 10px;
    border-bottom: 1px solid #b5b5b5;
}
.common_wrap form input[type="email"]:not(:placeholder-shown),
.common_wrap form input[type="text"]:not(:placeholder-shown),
.common_wrap form input[type="password"]:not(:placeholder-shown) {
    border-bottom: 2px solid #13b174;
}
.common_wrap form input[type="email"]:placeholder-shown,
.common_wrap form input[type="text"]:placeholder-shown,
.common_wrap form input[type="password"]:placeholder-shown {
    border-bottom: 2px solid #b5b5b5;
}
.common_wrap form input[type="email"]::placeholder,
.common_wrap form input[type="text"]::placeholder,
.common_wrap form input[type="password"]::placeholder {
    color: #d7d7d7;
}
/* 説明文 */
.information {
    font-size: 13px;
    margin: 40px 0 0;
}
/* 注釈 */
.attention_list {
    margin: 15px 0 0;
}
.attention_list li {
    font-size: 12px;
    color: #737373;
    margin: 0 0 0 1em;
    text-indent: -1em;
}
/* エラー文言 */
.common_wrap form .error_box {
    margin: 5px 0 0;
}
.common_wrap form .error_box p {
    font-size: 12px;
    color: #e31732;
    margin: 0;
    border: 0;
}
/* ----------------------------------------------------
　新規登録
------------------------------------------------------*/
.convention_list{
    margin: 35px 15px 10px 0;
    text-align: center;
}
.convention_list li {
    display:inline-block;
}
.convention_list li:first-child{
    margin: 0 15px 0 0;
}
.convention_list li a {
    position: relative;
    font-size: 11px;
    color: #5b5b5b;
    text-decoration: none;
    padding: 0 0 0 20px;
}
.convention_list li a:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 2px;
    width: 14px;
    height: 2px;
    margin: auto;
    vertical-align: middle;
    background: #939393;
}
.convention_list li a:after{
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    margin: auto;
    vertical-align: middle;
    border-top: 2px solid #939393;
    border-right: 2px solid #939393;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.consent{
    position: relative;
    text-align: center;  
}
.consent label span{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
.consent input[type="checkbox"]:not(:checked) + label,
.consent input[type="checkbox"]:checked + label {
    position: relative;
    padding: 10px 0 10px 20px;
}
.consent input[type="checkbox"]:not(:checked) + label:before,
.consent input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 11px;
    height: 11px;
    margin-top: -8px;
    border: 2px solid #bfbfbf;
    background: #fff;
}
.consent input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 1px;
    width: 12px;
    height: 6px;
    margin: -8px 0 0;
    border-left: 3px solid #191b1b;
    border-bottom: 3px solid #191b1b;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.common_wrap form p.send_btn {
    margin: 25px 0 0;
    border-bottom: none;
}
.send_btn input.inert[type="submit"] {
    color: #ededed;
    background: none;
    border: 1px solid #ededed;
}
.send_btn input[type="submit"] {
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 18px;
    background: #137339;
    border: 1px solid #137339;
    border-radius: 30px;
}
.support_text {
    color: #999;
    font-size: 0.786em;
    line-height: 1.5;
    margin-top: 25px;
}
.name_label {
    font-size: 11px;
    color: #737373;
    margin-top: -10px;
    margin-bottom: 5px;
}
.pass_list_label {
    font-size: 11px;
    color: #737373;
    margin-bottom: 5px;
}
li.pass_list_target {
    list-style: inside;
}
.branch_select {
    position: relative;
    margin: 14px auto;
    text-align: center;
}
.create_select {
    position: relative;
    font-family: Meiryo, メイリオ, sans-serif;
    background-color: transparent;
    width: 100%;
    font-size: 12px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(0,0,0, 0.3);
}
/* ----------------------------------------------------
　仮登録
------------------------------------------------------*/
.transmittal_fg {
    margin: 45px 0 0;
    text-align: center;
}
.transmittal_fg img {
    width: 50%;
}
/* ----------------------------------------------------
　パスワードをお忘れの方
------------------------------------------------------*/
.pw_forget_wrap .send_btn{
    margin: 40px 0 0;
}
/* ----------------------------------------------------
　パスワード再設定
------------------------------------------------------*/
.pw_resetting .send_btn {
    margin: 50px 0 0;
}

.send_link {
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    background: #137339;
    border: 1px solid #137339;
    border-radius: 30px;
    text-align: center;
}

.send_link a{
    color: #fff;
    display: contents;
}
