/* ========================================
 * ポスティング
======================================== */
html {
    overflow: auto; /* 固定幅に横スクロール */
}

/* ヘッダー
---------------------------------------- */
.header_wrapper--posting {
    background-image: none;
}

.header_wrapper--posting .header {
    width: calc(100% - 32px);
    min-width: 1116px;
    padding: 0 16px;
}

.header_wrapper--posting .header .logo {
    margin-top: 14px;
}

.header_wrapper--posting .header .head_menu_container {
    width: 711px;
}

.howToPosting {
    float: left;
    margin: 10px 30px 0 0;
}

.howToPosting__link {
    display: block;
    width: 150px;
    padding: 6px 0 6px 48px;
    color: #50b17d;
    font-size: 18px;
    line-height: 1.11;
    background: url('/assets/img/common/icn-how-to-posting.png') left center no-repeat transparent;
}

.howToPosting__link:hover {
    color: #50b17d;
}

/* マップ部分調整 */
.posting_iframeWrap {
    min-width: 1148px;
}

.posting_iframe {
    box-sizing: border-box;
    height: calc(100vh - 89px);
}

/* マップを表示しない時 */
.posting_wrapper {
    display: flex;
    height: 100vh;
    margin: 0;
    background-color: #a9a9a9;
}
.posting_container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: white;
    box-shadow: 20px 0px 10px rgba(0, 0, 0, 0.1);
    margin-left: 26.6%;
    flex-direction: column;
}
.posting_button {
    width: 140px;
    text-align: center;
}
