* {
    box-sizing: border-box;
    line-break: strict;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ","Meiryo";
    background-color: #eef9ff;
}

a,
button,
input,
select,
textarea {
    cursor: pointer;
    outline: none;
}

button,
input,
select,
textarea {
    border: 0;
    border-radius: 4px;
    vertical-align: bottom;
}

a:hover,
button:hover,
input[type="submit"]:hover {
    animation: fadeOutMedium 0.3s linear forwards;
    -moz-animation: fadeOutMedium 0.3s linear forwards;
    -ms-animation: fadeOutMedium 0.3s linear forwards;
    -o-animation: fadeOutMedium 0.3s linear forwards;
    -webkit-animation: fadeOutMedium 0.3s linear forwards;
}

input:not([type="submit"]):not([type="image"]),
select,
textarea {
    background-color: #fff;
    border-color: #bdbdbd;
    border-style: solid;
    border-width: 1px;
}

input:not([type="submit"]):focus,
select:focus,
textarea:focus {
    background-color: #fffde7;
    border-color: #212121;
    transition: background-color 0.3s linear, border-color 0.3s linear;
    -moz-transition: background-color 0.3s linear, border-color 0.3s linear;
    -ms-transition: background-color 0.3s linear, border-color 0.3s linear;
    -o-transition: background-color 0.3s linear, border-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear, border-color 0.3s linear;
}

input:not([type="submit"]):not([type="image"]),
textarea {
    padding: 8px;
}

.bl_form {
    width: 1068px;
    margin: 24px auto 0;
    padding-bottom: 40px;
    min-height: 559px;
}

.bl_form img,
.bl_form input[type="image"] {
    width: 100%;
}

.bl_login,
.bl_regist {
    width: 460px;
}

.bl_title {
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
}

.el_headingText {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    width: 400px;
    margin: 0 auto 8px;
}

.bl_message {
    margin-bottom: 16px;
    color: #616161;
    font-weight: bold;
    font-size: 18px;
}

.bl_login .bl_message,
.bl_linkage .bl_message,
.bl_edit .bl_message {
    text-align: center;
}

.bl_cancel .bl_message,
.bl_delete .bl_message {
    margin-bottom: 32px;
}

.bl_errorMessage {
    margin: 8px 0 0 1em;
    color: #f44336;
    font-size: 12px;
    text-align: left;
    line-height: 1.6em;
}

.bl_edit .bl_errorMessage {
    width: 380px;
    margin: 8px auto 0;
}

.bl_note {
    width: 400px;
    margin: 0 auto 12px;
    color: #616161;
    font-size: 12px;
}

.bl_form_body {
    background-color: #e0e0e0;
    padding: 28px;
}

.bl_form_body_item {
    margin-bottom: 12px;
}

.bl_form_body_item:last-child {
    margin-bottom: 0;
    margin-top: 32px;
}

.bl_form_body_item {
    text-align: center;
}

.bl_form_body_item input {
    width: 400px;
}

.el_image_button img,
.el_image_button input[type="image"] {
    width: 360px;
}

.el_image_button img:hover,
.el_image_button input[type="image"]:hover {
    opacity: 0.8;
}

.el_image_button {
    margin: 16px 0;
    text-align: center;
    line-height: 0;
}

.el_image_button a {
    display: inline-block;
    margin-top: 16px;
}

.el_image_button a:first-child {
    margin-top: 0;
}

.el_link {
    margin-bottom: 4px;
    text-align: center;
}

.el_link a {
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
    color: #1565c0;
    text-decoration: underline;
}

.splitView {
    display: flex;
}

.splitView > div:first-child {
    width: 728px;
}

.splitView > div:last-child {
    width: 300px;
    margin-left: 24px;
    background-color: #fff;
}

.splitView > div:last-child .el_image_button img,
.splitView > div:last-child .el_image_button input[type="image"] {
    width: 260px;
}

.bl_mypage_header {
    line-height: 0;
}

.bl_mypage_noregist_body {
    background-color: #fff;
    padding: 12px 0 24px;
}

.el_image {
    line-height: 0;
    text-align: center;
}

.el_image img {
    width: 100%;
}

.bl_login .el_image img {
    width: 400px;
}

.bl_linkage .el_image img {
    width: 400px;
}

.bl_mypage_menu a {
    display: block;
    text-decoration: none;
    color: #616161;
    padding: 20px 12px;
}

.bl_mypage_menu_item {
    position: relative;
    border-bottom: 2px #e0e0e0 solid;
}

.bl_mypage_menu_item:hover {
    background-color: #fff9c4;
}

.fa-chevron-right {
    position: absolute;
    top: 24px;
    right: 12px;
    color: #9e9e9e;
    font-size: 16px;
}

.bl_mypage_regist_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff9c4;
    padding: 20px 12px;
}

.el_linkage_text {
    color: #DC4991;
    font-weight: bold;
}

.el_linkageoff_button {
    line-height: 0;
    margin-left: 8px;
    max-width: 100px;
    min-width: 100px;
}

.el_mTop_s {
    margin-top: 8px;
}

.el_mTop_m {
    margin-top: 16px;
}

.el_mTop_l {
    margin-top: 20px;
}

.el_mTop_xl {
    margin-top: 28px;
}

.bl_marginTop {
    margin-top: 24px;
}

.attentionText {
    color: #f44336;
}

.bl_resetMargin {
    margin: 0;
}

#globalMenu-login {

}

#globalMenu-login > a {
    display: block;
    padding: 18px 38px;
    font-size: 15px;
    border-radius: 5px 5px 0 0;
    background-color: #f89c04;
    color: #fff;
}

#globalMenu-login:hover > a {
    opacity: 0.8;
}

.el_submitButton {
    margin-top: 20px;
    background-color: #f89c04;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    padding: 8px;
    width: 16em;
}

.el_submitButton:hover {
    opacity: 0.8;
}

.bl_link {
    background-color: #fff;
    margin-bottom: 24px;
}

.bl_mypage .bl_link {
    margin-top: 24px;
}

.bl_link_title {
    background-color: #0495ff;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 18px;
    font-weight: bold;
}

.bl_link_menu {
    padding: 12px;
}

.bl_link_menu_item {
    padding: 12px 4px;
    font-size: 16px;
}

.bl_link_menu_item a {
    font-weight: bold;
    color: #1565c0;
    text-decoration: underline;
}

.fa-circle-dot {
    color: #9e9e9e;
    margin-right: 0.1em;
}

@media screen and (max-width: 768px) {
    .bl_message {
        text-align: left;
        font-size: 16px;
    }

    .bl_edit .bl_errorMessage {
        width: 80vw;
        margin: 8px auto 0;
    }

    .bl_note {
        width: 80vw;
    }

    .el_headingText {
        width: 100%;
    }

    .bl_form {
        width: 100%;
        margin: 0;
        /* background-color: #fff; */
        min-height: unset;
    }

    .el_image_button img,
    .el_image_button input[type="image"] {
        width: 68vw;
        height: 9.2vw;
    }

    .bl_login,
    .bl_regist {
        width: 100%;
    }

    .bl_login .el_image img {
        width: 100%;
    }

    .bl_linkage .el_image img {
        width: 100%;
    }

    .bl_form_body_item input {
        width: 80vw;
    }

    .splitView {
        display: block;
    }

    .splitView > div:first-child {
        width: 100%;
    }

    .splitView > div:last-child {
        width: 100%;
        margin-left: 0;
    }

    .splitView > div:last-child .el_image_button img,
    .splitView > div:last-child .el_image_button input[type="image"] {
        width: 68vw;
    }

    .bl_mypage_menu_item:first-child {
        border-top: 2px #e0e0e0 solid;
    }

    .bl_form:not(.bl_mypage) .bl_menu {
        display: none;
    }

    .bl_title {
        font-size: 18px;
        background-color: #fff;
    }

    .bl_link_title {
        font-size: 16px;
    }

    .bl_link_menu_item {
        font-size: 14px;
    }
}
