.ph_wapper {
    /* background: linear-gradient(to bottom,  #FFF, #CDCDCD);
    min-height: 95vh; */
}
.ph_header{
    background: url(/img/head.png);
    background-size:cover;
    align-items: center;
    color: #ffffff;

    -webkit-justify-content: center;
}
.ph_header_left img{
    width: 40px;
}
.ph_header_left p, .ph_header_right p:nth-of-type(1) {
    align-self: center;
}

.ph_header_right button {
    border: solid 1px #ffffff;
    border-radius: 10px;
    padding: 3px 12px;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
}

/* ログインページ */
.log_title {
    color: #A2293E;
    font-size: 30px;
}
.log_conainer {
    margin: 0 auto;
    max-width: 800px;
    background: linear-gradient(to bottom, #E7E7E7, #FFF);
    border-radius: 10px;
}

.log_conainer img {
    max-width: 100%;
    min-height: 60px;
}
.log_form {
    padding: 35px;
}

.log_input {
    width: 70%;
    border: 1px solid #4175A2;
    border-radius: 7px;
    height: 35px;
    padding-left: 15px;
    background: #fff;
}
.log_label {
    width: 20%;
    color:#4175A2;
}
.log_button {
    font-weight: bold;
    background-color: #A63748;
    color: white;
    border: none;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    padding: 10px;
    cursor: pointer;
}

.log_img{
    text-align: center;
}
.log_img img {
    width: 90%;
    max-width: 300px;
}


@media screen and (max-width: 768px) {
    .log_input, .log_label {
        width: 100%;
    }
    .log_label {
        text-align: left;
    }
    .log_form {
        padding: 15px;
        padding-bottom: 5px;
    }
}

/* 登録ページ */
.reg_conainer {
    margin: 0 auto;
    max-width: 900px;
    background-color: #ffffff;;
    border-radius: 10px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .3);
}
.reg_input {
    width: 100%;
    border: 1px solid #4175A2;
    border-radius: 7px;
    height: 35px;
    padding-left: 15px;
    box-sizing: border-box;
}
.reg_input_area {
    width: 38%;
}
.reg_label {
    width: 30%;
    color:#4175A2;
    text-align: left;
}
.reg_radio {
    width: 20%;
}
.reg_check {
    width: 40%;
}
.reg_blue {
    color:#4175A2;
}
.reg_form {
    padding: 50px;
}
.reg_button {
    color: #4175A2;
    border: solid 1px #B3B3B3;
    background-color: #EFEFEF;
    border-radius: 15px;
    padding: 5px 100px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .reg_input, .reg_label {
        width: 100%;
    }
    .reg_label {
        text-align: left;
        padding-bottom: 5px;
    }
    .reg_radio {
        width: 40%;
    }
    .reg_radio_check {
        justify-content: start !important;
    }
}
@media screen and (max-width: 417px) {
    .reg_form {
        padding: 30px 15px;
    }
}