.midashi {
    border-bottom: 3px solid #04155a;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}
.midashi h1 {
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0 0 0;
}
.ec-grid3{
    font-size: 12px;
}
.ec-grid3 .ec-grid3__cell{
    padding-left: 20px;
}
.ec-grid3 .ec-grid3__cell,
.ec-grid3 .ec-grid3__cell2 {
    width: 50%;
}
.ec-grid3 .ec-grid3__cell2 {
    border-right: 1px solid #333;
}
.ec-guest {
    padding: 0;
    background: unset;
    margin: 0;
}
.member h3,
.no_member h3 {
    text-align: center;
    margin: 0 0 10px 0;
    background: unset;
}

.member h3 img {
    width: 241px;
}
.no_member h3 img {
    width: 256px;
}
.banner_memberpr {
  margin-bottom: 15px;
}
.banner_memberpr img {
    width: 338px;
    height: 296px;
}
.ec-guest .ec-guest__inner{
    vertical-align: unset;
}
.member_comment{
    text-align: left;
}
.member_regist{
    margin-bottom: 15px;
}
.ec-guest__actions img,
.member_regist img{
    width: 338px;
}
.ec-login {
    padding: 0;
    background: unset;
}
.login_submit {
    display: inline-block;
    width: 314px;   /* 画像の横幅に合わせて調整 */
    height: 50px;   /* 画像の高さに合わせて調整 */
    background: url(../images/login/button_login.png) no-repeat center center;
    background-size: contain; /* 画像サイズをボタンにフィットさせる */
    border: none;
    cursor: pointer;
    text-indent: -9999px; /* テキストを画面外に追い出して非表示 */
    overflow: hidden;
    padding: 0;
}
.ec-grid2 {
    flex-direction: column;
}
.ec-grid2 .ec-grid2__cell{
    width: 100%;
    text-align: center;
}
.ec-login__input {
    background: #F3F4F4;
}
.ec-login .ec-login__input {
    padding: 10px;
    margin: 15px auto 15px auto;
}
.ec-login .ec-login__link{
    margin-left: 0;
    text-align: left;
}