/* =================================================================
   Biz-Matching System Styles
   Version: 1.0
   ================================================================= */

/* --- デザインの基本設定（ここを各サイトに合わせてカスタマイズする） --- */
:root {
    --form-base-text-color: #333;
    --form-accent-color: #0d8293; /* ボタンや必須マークなど */
    --form-danger-color: #d9534f;
    --form-label-bg-color: #f7f7f7;
    --form-bg-color: #ffffff;
    --form-border-color: #e0e0e0;
    --form-font-family: sans-serif;
    
    /* レイアウト設定 */
    --form-label-width: 200px; /* ラベルの幅 */
    --form-section-padding: 24px;
    --form-row-padding: 16px;
    --form-gap: 16px; /* 項目間の隙間 */
}

header{
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.header_logo {
    margin: 0 auto 0 0;
    padding: 15px 0px 15px;
    width: 300px;
}

.header_logo img {
    width: 100%;
}

.header-menu-base{
    margin: 0;
    padding: 0;
    width: 100%;
    background: #E8EDF3;
    height: 55px;
}

.header-menu-base .inner{
    margin: 0 auto;
    padding: 15px 10px 0;
    max-width: 1200px;
    position: relative;
}

.header-menu-base .inner .menu-header-container{
    max-width: 73% !important;
}

.header-menu-base .inner .menu-header-container .menu{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
    text-align: left;
}

@media screen and (max-width: 991px) {

.header-menu-base .inner .menu-header-container{
    max-width: 65% !important;
}

.menu-header-container .menu li a{
    font-size: 14px;
}
}

@media screen and (max-width: 768px) {
.header-menu-base .inner .menu-header-container {
        max-width: 100% !important;
    }
.menu-header-container .menu li a{
    font-size: 16px;
}
}


.header-menu-base .inner .menu-btn-base{
    margin: 0;
    padding: 0;
    width: 228px;
    position: absolute;
    top:0;
    right: 0;
}

.header-menu-base .inner .menu-btn-base-login {
    margin: 0;
    padding: 0;
    width: 130px;
    position: absolute;
    top: 0;
    right: 0;
}


@media screen and (max-width: 768px) {
.header-menu-base{
    margin: 10px 0;
    padding: 0;
    width: 100%;
    background: #fff;
    height: 55px;
}

.header-menu-base .inner .menu-btn-base{
    margin: 0 auto;
    padding: 0;
    width: 228px;
    position: absolute;
    top:0;
    right: 0;
    left: 0;
}
.header-menu-base .inner .menu-btn-base-login {
    margin: 0 auto;
    padding: 0;
    width: 130px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
}

@media screen and (max-width: 480px) {
.header-menu-base .inner .menu-header-container .menu {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    list-style: none;
    text-align: left;
    -webkit-align-items: center;
    align-items: center;
}
}


.page-base{
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1200px;
}

.page-base-02{
    margin: 0 auto;
    padding: 70px 10px;
    max-width: 1200px;
}
@media (max-width: 1000px) {
.page-base-02{
    margin: 0 auto;
    padding: 40px 0px;
    max-width: 90%;
}
}

.key-visual{
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/img-key-v.png) no-repeat;
    background-size: cover;
    background-position: center top;
    height: 550px;
}

@media (max-width: 1000px) {
.key-visual{
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/img-key-v.png) no-repeat;
    background-size: cover;
    background-position: left top;
    height: 550px;
}
}

.keyv-base{
    margin: 0 auto;
    padding: 100px 10px 0;
    max-width: 1200px;
    height: 550px;
    position: relative;
}

.key-catch{
    margin: 0 auto;
    padding: 0;
    width: 700px;  
}

.key-catch img{
    width: 100%;
    height: auto;
}

.keyv-base .key-parts01{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 220px;
}

.keyv-base .key-parts02{
    position: absolute;
    top: 40px;
    right: 0;
    width: 180px;
}

.keyv-base .key-parts03{
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 250px;
}

@media (max-width: 1000px) {
.key-catch{
    margin: 0 auto;
    padding: 0;
    width: 600px;  
}
.keyv-base .key-parts01 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 170px;
}

.keyv-base .key-parts02 {
    position: absolute;
    top: 40px;
    right: 0;
    width: 130px;
}

.keyv-base .key-parts03 {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 200px;
}
}

@media (max-width: 768px) {
.key-visual{
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/img-key-v.png) no-repeat;
    background-size: cover;
    background-position: left top;
    height: 550px;
}
.keyv-base {
    margin: 0 auto;
    padding: 40px 10px 0;
    max-width: 1200px;
    height: 550px;
    position: relative;
}

.key-catch {
    margin: 0 auto;
    padding: 0;
    width: 80%;
}

.key-catch img {
    width: 100%;
    height: auto;
}

.keyv-base .key-sp-parts01 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 20%;
}

.keyv-base .key-sp-parts02 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 20%;
}

.keyv-base .key-sp-parts03 {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    width: 20%;
    margin: 0 auto;
}
}

@media (max-width: 480px) {
.key-visual{
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/img-key-v.png) no-repeat;
    background-size: cover;
    background-position: left top;
    height: 400px;
}
.keyv-base {
    margin: 0 auto;
    padding: 40px 10px 0;
    max-width: 1200px;
    height: 400px;
    position: relative;
}

.key-catch {
    margin: 0 auto;
    padding: 0;
    width: 95%;
}

.key-catch img {
    width: 100%;
    height: auto;
}

.keyv-base .key-sp-parts01 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 25%;
}

.keyv-base .key-sp-parts02 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 25%;
}

.keyv-base .key-sp-parts03 {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    width: 25%;
    margin: 0 auto;
}
}

.keyv-base .key-parts01 img,
.keyv-base .key-parts02 img,
.keyv-base .key-parts03 img,
.keyv-base .key-sp-parts01 img,
.keyv-base .key-sp-parts02 img,
.keyv-base .key-sp-parts03 img {
    width: 100%;
    height: auto;
}


.nayami-base{
    margin: 0;
    padding: 0;
    width: 100%;
    background:url(../images/img-tile-bg01.png) no-repeat;
    background-size: cover;
    background-position: center top;
}

@media (max-width: 480px) {
.nayami-base{
    margin: 0;
    padding: 0;
    width: 100%;
    background:url(../images/img-tile-bg01.png) no-repeat;
    background-size: contain;
    background-position: center top;
}
}



.nayami-box{
    margin: 0;
    padding: 30px 0 0;
    background: #fff;
    border-radius: 30px;
    box-shadow: 4px 4px 4px #0000002b;
    box-sizing: border-box;
}

.nayami-title{
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.nayami-illust{
    margin: 50px auto 0;
    padding: 0;
    max-width: 850px;
    line-height: 0;
}

@media (max-width: 768px) {
.nayami-title{
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.nayami-illust{
    margin: 30px auto 0;
    padding: 0;
    max-width: 90%;
    line-height: 0;
}
}

.nayami-illust img{
    width: 100%;
    height: auto;
}

/*会員登録ボタン・ログインボタン　*/
.btn.btn_member {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0 -4px 0 0;
    padding: 17px 20px 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: #0C3D71;
    color: #fff !important;
    font-size: 15px;
    height: 55px;
}

button.btn_login,
.btn.btn_login {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 17px 20px 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: #3490E2;
    color: #fff !important;
    font-size: 15px;
    height: 55px;
}

.btn.btn_member:hover {
    background: #185ca5;
}

.btn.btn_login:hover {
    background-color: #4ea8f7;
}

/*@media screen and (max-width: 1200px) {
    .btn.btn_member {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        border-radius: 5px;
        background: #ED7D31;
        color: #fff !important;
        padding: 8px 10px;
        font-size: 14px;
        margin: 0 5px 0 0;
        border-radius: 20px;
    }

    button.btn_login,
    .btn.btn_login {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        border-radius: 5px;
        background: #1F6E8C;
        color: #fff !important;
        padding: 8px 10px;
        font-size: 14px;
        border-radius: 20px;
    }
}*/

.header_menu_wrap{
    margin: 5px 0 0;
    padding: 10px 0;
    background: #eee;
    width: 100%;
}

@media (max-width: 768px) {
.header_menu_wrap{
    background: #fff;
}
}



/* =================================================================
   Page Layout Styles
   ================================================================= */

.bzmp-page-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
.bzmp-page-layout {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0;
    }
}


/* メインコンテンツエリア */
.bzmp-main-content {
    flex: 2;
    min-width: 0;
}

/* サイドバーエリア */
.bzmp-sidebar {
    flex: 1;
    min-width: 280px;
}

/* [カスタマイズ用] メインとサイドバーを入れ替える */
.bzmp-page-layout.is-reversed {
    flex-direction: row-reverse;
}

/* ページヘッダー（進捗バーなど） */
.bzmp-page-header {
    margin-bottom: 24px;
}

.bzmp-page-description {
    margin-top: 20px;
    padding: 1.5em;
    background-color: var(--form-label-bg-color);
    border-radius: 8px;
    border-left: 5px solid var(--form-accent-color);
}

/* =================================================================
   Form Styles
   ================================================================= */

/* フォーム全体のコンテナ */
.bzmp-form-container {
    font-family: var(--form-font-family);
    color: var(--form-base-text-color);
}

/* 項目グループ */
.bzmp-form-section {
    /*background-color: #fff;*/
    border: 0px solid var(--form-border-color);
    border-radius: 0px;
    margin-bottom: 24px;
    overflow: hidden;
}

.bzmp-form-section-title {
    background-color: #3391e1;
    padding: 12px var(--form-section-padding);
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid var(--form-border-color);
}

/* 各入力行 */
.bzmp-form-row {
    display: flex;
    padding: 0;
    border-bottom: 1px solid var(--form-border-color);
    gap: var(--form-gap);
    align-items: center;
}

.bzmp-form-section .bzmp-form-row:last-child {
    border-bottom: none;
}
@media (max-width: 768px) {
    .bzmp-form-row {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
}

/* ラベル（項目名） */
.bzmp-form-label {
    width: var(--form-label-width);
    flex-shrink: 0;
    font-weight: bold;
    background-color: none;
    padding: 30px 10px;
    border-radius: 0px;
    width: 230px;
    line-height: 1.5;
    font-size: 15px;
    box-sizing: border-box;
}

.bzmp-form-label br{
    display: none;
}

.bzmp-form-label .red {
    font-size: 10px;
    color: #fff;
    background: #d9534f;
    border-radius: 20px;
    margin: 0 0 0 20px;
    white-space: nowrap;
}

.bzmp-form-label .normal { 
    font-size: 10px;
    color: #fff;
    background: #777;
    border-radius: 20px;
    margin: 0 0 0 20px;
    padding: 2px 10px;
}

@media (max-width: 768px) {
    .bzmp-form-label {
        width: auto;
    }
}

/* 入力コントロール部分 */
.bzmp-form-control {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--form-gap);
    align-items: center;
    padding:20px 20px 20px 0;

}

.bzmp-form-control span{
    font-size: 12px;
    writing-mode: horizontal-tb !important;
    width: 70px;
    box-sizing: border-box;
}

.bzmp-form-control.is-horizontal {
    flex-wrap: nowrap;
}
.bzmp-form-control.is-horizontal > * {
    flex-grow: 1;
}

/* フォーム要素の共通スタイル */
.bzmp-form-control input[type="text"],
.bzmp-form-control input[type="date"],
.bzmp-form-control input[type="datetime-local"],
.bzmp-form-control textarea,
.bzmp-form-control select {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--form-border-color);
    border-radius: 4px;
    box-sizing: border-box;
}

.bzmp-form-control .select_wrap {
    flex: 1;
    min-width: 180px;
}

/* 操作ボタンエリア */
.bzmp-form-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--form-border-color);
}

.bzmp-form-row{
    background: #f4f4f4;
}


.bzmp-form-row:nth-of-type(1),
.bzmp-form-row:nth-of-type(3),
.bzmp-form-row:nth-of-type(5),
.bzmp-form-row:nth-of-type(7){
    background:#f4f4f4;
}

button#bzmp_work_attachment_file_delete_all,
button#bzmp_work_attachment_movie_delete,
button#work_edit_next,
button#work_edit_save,
button#work_delete_edit_save,
button#work_edit_modify,
button#work_edit_cancel,
button#bzmp_apply_attachment_file_delete_all,
button#bzmp_apply_attachment_movie_delete,
button#apply_edit_next,
button#apply_edit_modify,
button#apply_edit_save,
button#apply_delete_edit_save,
button#apply_edit_cancel,
button#apply_confirm_submit,
button#apply_confirm_back {
    border: 1px solid #3390e1;
    border-radius: 25px;
    background: #fff;
    transition: 0.5s;
    color: #3390e1;
}

button#bzmp_work_attachment_file_delete_all:hover,
button#bzmp_work_attachment_movie_delete:hover,
button#work_edit_next:hover,
button#work_edit_save:hover,
button#work_delete_edit_save:hover,
button#work_edit_modify:hover,
button#work_edit_cancel:hover, 
button#bzmp_apply_attachment_file_delete_all:hover,
button#bzmp_apply_attachment_movie_delete:hover,
button#apply_edit_next:hover,
button#apply_edit_modify:hover,
button#apply_edit_save:hover,
button#apply_delete_edit_save:hover,
button#apply_edit_cancel:hover,
button#apply_confirm_submit:hover,
button#apply_confirm_back:hover {
    background: #3390e1;
    color: #fff;
}


.bzmp-page-header .progressbar {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.bzmp-page-header .progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #fff;
    color: #999999;
    border-bottom: 5px solid #ccc;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 0px solid transparent;
    border-left: 0px solid #f0f0f0;
    margin: auto;
}

.bzmp-page-header .progressbar .item:not(:last-child)::before {
    margin-left: 0px;
    border-left-color: #FFF;
}

/* 会員登録　プログレスバー　active */
.bzmp-page-header .progressbar .item.active {
    z-index: 1;
    background: #fff;
    background-size: 10%;
    color: #3390e1;
    font-weight: bold;
    border-bottom: 5px solid #3390e1;
}

/*.bzmp-page-header .progressbar .item.active:not(:last-child)::after {
    border-left-color: #126E82;
}*/

.bzmp-page-header .progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

@media screen and (max-width: 767px) {
    .bzmp-page-header .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    .bzmp-page-header .progressbar .item:not(:last-child)::before,
    .bzmp-page-header .progressbar .item:not(:last-child)::after {
       display: none;
    }
}

#bzmp_work_attachment_file_list{
    margin: 0;
}

@media screen and (max-width: 1198px) {
.is-horizontal{
    display: block
}
}

@media screen and (max-width: 991px){
.bzmp-form-row {
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0;
        border-bottom: 1px solid var(--form-border-color);
        gap: var(--form-gap);
    }
.bzmp-form-label{
    padding: 15px 10px 0;
}
.bzmp-form-control {
    padding: 0px 20px 20px 20px;

}

}

.sidebar-login:nth-child(-n+2){
    border: 1px solid #3391e1;
    background: #e6eff7;
}

.sidebar-login:nth-of-type(2){
    margin: 30px 0 0;
}

.sidebar h4.sidebar,
.recommended-guides h4.mg-popular-guides-title{
    background: #fff;
    border-bottom: 0px solid #3391e1 !important;
    padding: 5px 15px;
}
.menu-sidebar-container{
    padding: 0 30px 0 0;
}

.sidebar .recommended-guides{
    margin: -15px 0 0;
}

.sidebar .recommended-guide li{
    margin: 0 30px 0 0;
}

.page_title{
    margin: 0;
    padding: 10px 0;
    max-width: 100%;
    background: url(https://allone-matching.com/wp-content/uploads/2025/11/img-merit-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.page_title h2{
    border-bottom: none !important;
    font-size: 30px;
    color: #000;
    margin: 1px 0 0;
}

h2.page-title{
    margin: 0 0 50px;
    padding: 40px 0;
    max-width: 100%;
    background: url(https://allone-matching.com/wp-content/uploads/2025/11/img-merit-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 30px;
    color: #000;
    text-align: center;
}


/*通知設定枠内*/
body.page-template-page-work_top #notify_email_options_container {
    background: #fff;
}

body.page-template-page-work_top .bzmp_notify_list_item_title_label {
    color: #3391e1;
    padding: 0 0 3px;
    border-bottom: 1px solid #3391e1;
}

body.page-template-page-work_top .bzmp_notify_list_item_status_label {
    color: #3391e1;
    padding: 20px 0 3px;
    border-bottom: 1px solid #3391e1;
}

body.page-template-page-work_top .bzmp-shortcode-content {
    padding: 0 !important;
}

body.page-template-page-work_top #bzmp_work_list {
    padding: 10px;
}

body.page-template-page-work_top #bzmp_work_list div,
body.page-template-page-work_list #bzmp_work_list div,
body.page-template-page-work_view .bzmp_work_view_item div,
body.page-template-page-apply_confirm .bzmp_apply_view_item div,
body.page-template-default #bzmp_work_list div
 {
    margin-bottom: 0;
}

body.page-template-page-work_top .bzmp_work_list_item,
body.page-template-page-work_list .bzmp_work_list_item{
    border: 1px solid #3391e1 !important;
    padding: 0;
}

body.page-template-page-work_top .bzmp_work_list_item .bzmp-form-row{
    background: #fff;
}

body.page-template-page-work_top .bzmp-form-row .bzmp-form-value{
    overflow-wrap: anywhere;
}

body.page-template-page-work_top .bzmp_notify_list .bzmp_notify_list_item .bzmp-form-row{
    background: #fff;
    border-bottom:1px solid #eff8ff;
}

@media screen and (max-width: 991px) {

body.page-template-page-work_top #bzmp_work_list>.bzmp-form-section {
        padding: 16px;
}
body.page-template-page-work_top .bzmp-form-row .bzmp-form-label {
    background: #e6e6e6;
    width: 100%;
    text-align: center;
}

}
@media screen and (max-width: 768px) {
body.page-template-page-work_top .bzmp-form-row .bzmp-form-label{
    padding: 8px 0;
    background: #e6e6e6;
}
/*body.page-template-page-work_top .bzmp-form-row .bzmp-form-control .bzmp-form-value{
    margin: -15px 0 0;
}*/
body.page-template-page-work_top .bzmp-form-row .bzmp-form-control {
    margin: -15px 0 0;
}
}

body.page-work_list #bzmp_work_list>.bzmp-form-section:first-of-type {
    background-color: #e6eef8;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    padding: 16px;
    margin-bottom: 30px;
}

#bzmp_worklist_search_reset,
#bzmp_worklist_search_submit {
    border: 1px solid #3391e1;
    border-radius: 25px;
    background: #fff;
    transition: 0.5s;
    color: #3391e1;
}

#bzmp_worklist_search_reset:hover,
#bzmp_worklist_search_submit:hover {
    background: #3391e1;
    color: #fff;
}

#bzmp_work_list .bzmp_work_list_item .bzmp-form-row:nth-child(even),
#bzmp_work_list .bzmp_work_list_item .bzmp-form-row:nth-child(odd) {
    background-color: #f4f4f4 !important;
    margin: 0;
}

body.page-template-page-work_list h3.bzmp-form-section-title{
    margin: 0 0 20px;
}

body.page-work_list #bzmp_work_list>.bzmp-form-section:first-of-type .bzmp-form-actions {
    background-color: transparent;
    padding-top: 24px;
    margin-top: 16px;
    border-top: 0px solid rgb(224, 224, 224);
}

body.page-work_list #bzmp_work_list>.bzmp-form-section:first-of-type .bzmp-form-label {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 22%;
}

@media screen and (max-width: 991px) {
body.page-work_list #bzmp_work_list>.bzmp-form-section:first-of-type .bzmp-form-label {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    text-align: center;
    }
body.page-work_list #bzmp_work_list>.bzmp-form-section:first-of-type .bzmp-form-control {
    padding-top: 0;
    padding-bottom: 8px;
}
#bzmp_work_list .bzmp_work_list_item .bzmp-form-row {
    background-color: #E0F0FC !important;
    margin: 0;
    text-align: center;
    padding: 10px 0;
}

body.page-template-page-work_list .bzmp-form-row .bzmp-form-control {
    padding: 0;
    display: inline-block;
}

body.page-template-page-work_list .bzmp_work_list_item .bzmp-form-row .bzmp-form-label{
    padding-top: 8px;
    padding-bottom: 0 !important;
}
body.page-template-page-work_view .bzmp_work_view_item div {
    text-align: center;
}
body.page-template-page-work_view .bzmp_work_view_item div {
    margin-bottom: 0;
}
body.page-template-page-work_view .bzmp_work_view_item .bzmp-form-control{
    padding-top: 0;
    padding-bottom: 8px;
    display: inline-block;
}
body.page-template-page-work_view .bzmp_work_view_item div[class$="_label"]{
    background: none;
}
}

.work_view_btn .btn {
    display: inline-block;
    height: 50px;
    text-align: center;
    background-color: #3391e1;
    color: #fff;
    border: 1px solid #3391e1;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border-radius: 26px;
    margin: 0px 5px;
    padding: 5px 15px;
}

.work_view_btn .btn:hover {
    background-color: #fff;
    color: #3391e1;
    border: 1px solid #3391e1;
}

body.page-template-default .bzmp_work_list_item{
    padding: 0;
}

/* =================================================================
   マイページ
   ================================================================= */
body.um-own-profile .um-cover {
    background: #e6eef8;
    border: 1px solid #3391e1;
}
body.um-own-profile .um-profile.um .um-profile-headericon a {
    color: #3391e1;
}
body.um-own-profile .um-profile-nav {
    background: #e6eef8;
    border: 1px solid #3391e1;
}
body.um-own-profile .um-profile-nav-item a {
    color: #3391e1 !important;
}
body.um-own-profile .um-profile-nav-item a:hover {
    background: #3391e1;
    color: #fff !important;
}
body.um-own-profile .um-profile-nav-item.active a {
    color: #fff !important;
}

.lead-base{
    margin: 0;
    padding: 0;
    width: 100%;
    background-image: linear-gradient(0deg, #ffffff, #ffc890);
}

.lead-heading{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
.lead-heading{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
}
}

.lead-text{
    margin: 30px auto 0;
    padding: 0;
    text-align: left;
    max-width: 800px;
    line-height: 2.0;
}

.lead-matching {
    margin: 50px auto 0;
    padding: 0;
    max-width: 750px;
}

.lead-matching img{
    width: 100%;
    height: auto;
}

.choice-base{
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/img-choice-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
}

.page-title{
    margin: 0;
    padding: 0;
    max-width: 500px;
    text-align: left;
}

.page-title-merit{
    margin: 0;
    padding: 0;
    max-width: 420px;
    text-align: left;
}

.page-title img,
.page-title-merit img{
    width: 100%;
    height: auto;
}

.sub-page-title{
    margin: 20px 0 0;
    padding: 0;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    color: #000;
}

@media screen and (max-width: 768px) {
    .sub-page-title {
        font-size: 22px;
    }

}

.choice-left-box{
    margin: 50px auto 0 0;
    padding: 0;
    background: #fff;
    box-shadow: 2px 2px 5px #0000002a;
    text-align: left;
    width: 70%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.choice-right-box {
    margin: 50px 0 0 auto;
    padding: 0;
    background: #fff;
    box-shadow: 2px 2px 5px #0000002a;
    text-align: left;
    width: 70%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.choice-left-box .ch-img,
.choice-right-box .ch-img {
    margin: 0;
    padding: 0;
    width: 200px;
    height: 200px;
}

.choice-left-box .ch-text,
.choice-right-box .ch-text {
    margin: 0;
    padding: 0 30px 0 0;
    width: 72%;
    text-align: left;
    box-sizing: border-box;
}

.choice-left-box .ch-text .title,
.choice-right-box .ch-text .title {
    font-size: 22px;
    font-weight: bold;
}

.choice-left-box .ch-img img,
.choice-right-box .ch-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
.choice-left-box{
    margin: 50px auto 0 0;
    padding: 0;
    background: #fff;
    box-shadow: 2px 2px 5px #0000002a;
    text-align: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.choice-right-box {
    margin: 50px 0 0 auto;
    padding: 0;
    background: #fff;
    box-shadow: 2px 2px 5px #0000002a;
    text-align: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.choice-left-box .ch-img,
.choice-right-box .ch-img {
    margin: 0;
    padding: 0;
    width: 200px;
    height: 200px;
}

.choice-left-box .ch-text,
.choice-right-box .ch-text {
    margin: 0;
    padding: 0 30px 0 0;
    width: 65%;
    text-align: left;
    box-sizing: border-box;
}

.choice-left-box .ch-text .title,
.choice-right-box .ch-text .title {
    font-size: 22px;
    font-weight: bold;
}

.choice-left-box .ch-img img,
.choice-right-box .ch-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
}

@media screen and (max-width: 480px) {
.choice-left-box{
    margin: 30px auto 0 0;
    padding: 0;
    background: #fff;
    box-shadow: 2px 2px 5px #0000002a;
    text-align: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.choice-right-box {
    margin: 30px 0 0 auto;
    padding: 0;
    background: #fff;
    box-shadow: 2px 2px 5px #0000002a;
    text-align: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.choice-left-box .ch-img,
.choice-right-box .ch-img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 150px;
}

.choice-left-box .ch-text,
.choice-right-box .ch-text {
    margin: 0;
    padding: 5%;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

.choice-left-box .ch-text .title,
.choice-right-box .ch-text .title {
    font-size: 20px;
    font-weight: bold;
}

.choice-left-box .ch-img img,
.choice-right-box .ch-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
}

.points-base {
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/img-points-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
}

.point-contents{
    margin: 50px auto 0;
    padding: 0 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

.point-contents li{
    margin: 0 0 30px;
    padding: 30px 70px;
    background: #ffffffcd;
    text-align: left;
    border-radius: 20px;
    list-style: none;
    width: 47%;
    position: relative;
    box-sizing: border-box;
    border: 3px solid #3591df;
}

.point-contents li .icon{
    margin: 0;
    padding: 0;
    width: 80px;
    position: absolute;
    top: -20px;
    left: -30px;
}

.point-contents li .icon img{
    width: 100%;
    height: auto;
}

.point-contents li .title{
    font-size: 22px;
    font-weight: bold;
    color: #21415b;
}

@media screen and (max-width: 480px) {
.point-contents{
    margin: 50px auto 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
}

.point-contents li{
    margin: 0 0 40px;
    padding: 20px 30px;
    background: #ffffffcd;
    text-align: left;
    border-radius: 20px;
    list-style: none;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border: 3px solid #3591df;
}

.point-contents li:last-child {
    margin: 0;
    padding: 20px 30px;
    background: #ffffffcd;
    text-align: left;
    border-radius: 20px;
    list-style: none;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border: 3px solid #3591df;
}


.point-contents li .icon{
    margin: 0;
    padding: 0;
    width: 50px;
    position: absolute;
    top: -30px;
    left: -15px;
}

.point-contents li .icon img{
    width: 100%;
    height: auto;
}

.point-contents li .title{
    font-size: 22px;
    font-weight: bold;
    color: #21415b;
}
}

.merit-base {
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/img-merit-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
}

.merit-contents{
    margin: 100px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.merit-contents .left,
.merit-contents .right
{
    margin: 0;
    padding: 0;
    width: 47%;
}

.merit-contents .left .merit-heaing-01{
    margin: 0;
    padding: 0 0 10px 150px;
    font-size: 24px;
    font-weight: bold;
    color:#21415b;
    border-bottom: 3px solid #21415b;
    position: relative;
}

.icon-heading-01{
    position: absolute;
    top: -31px;
    left: 0;
    width: 130px;
}

.icon-heading-01 img{
    width: 100%;
    height: auto;
}

.merit-contents .right .merit-heaing-02 {
    margin: 0;
    padding: 0 0 10px 120px;
    font-size: 24px;
    font-weight: bold;
    color: #21415b;
    border-bottom: 3px solid #21415b;
    position: relative;
}

.icon-heading-02 {
    position: absolute;
    top: -28px;
    left: 0;
    width: 100px;
}

.icon-heading-02 img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
.merit-contents{
    margin: 50px 0 0;
}
.icon-heading-01{
    position: absolute;
    top: 8px;
    left: 0;
    width: 130px;
}
.icon-heading-02 {
    position: absolute;
    top: 11px;
    left: 0;
    width: 100px;
}
}

.merit-box{
    margin: 0;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.merit-box ul{
    z-index: 2;
}

.merit-box ul li{
    margin: 5px 0;
    padding: 0;
}

.merit-box .merit-pic{
    margin: 20px auto 0;
    padding: 0;
    width: 35%;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    bottom: 0;
    right: 10px;
}

.merit-box .merit-pic img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 480px) {
.merit-contents{
    margin: 50px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.merit-contents .left
{
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
}

.merit-contents .right {
    margin: 0;
    padding: 0;
    width: 100%;
}

.merit-contents .left .merit-heaing-01{
    margin: 0;
    padding: 0 0 10px 120px;
    font-size: 20px;
    font-weight: bold;
    color:#21415b;
    border-bottom: 3px solid #21415b;
    position: relative;
}

.icon-heading-01{
    position: absolute;
    top: -20px;
    left: 0;
    width: 100px;
}

.icon-heading-01 img{
    width: 100%;
    height: auto;
}

.merit-contents .right .merit-heaing-02 {
    margin: 0;
    padding: 0 0 10px 100px;
    font-size: 20px;
    font-weight: bold;
    color: #21415b;
    border-bottom: 3px solid #21415b;
    position: relative;
}

.icon-heading-02 {
    position: absolute;
    top: -18px;
    left: 0;
    width: 80px;
}

.icon-heading-02 img {
    width: 100%;
    height: auto;
}

.merit-box{
    margin: 0;
    padding: 15px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.merit-box ul{
    z-index: 2;
}

.merit-box ul li{
    margin: 5px 0;
    padding: 0;
}

.merit-box .merit-pic{
    margin: 20px auto 0;
    padding: 0;
    width: 60%;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    bottom: 0;
    right: 10px;
}

.merit-box .merit-pic img{
    width: 100%;
    height: auto;
}
}

.guide-bg{
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/img-guide-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
}

@media screen and (max-width: 480px) {
.guide-bg{
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/img-guide-bg.png) no-repeat;
    background-position: center top;
    background-size: contain;
}
}

.guide-base{
    margin: 80px auto 0;
    padding: 50px;
    background: #fff;
    max-width: 800px;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px #00000035;
}

@media screen and (max-width: 768px) {
.guide-base{
    margin: 50px auto 0;
    padding: 30px;
    background: #fff;
    max-width: 800px;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px #00000035;
}
}

.guide-area{
    margin: 0;
    padding: 0;
}

.guide-area li{
    margin: 0 0 60px;
    padding: 0 0 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.guide-area li:last-child {
    margin: 0;
    padding: 0 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    border-bottom: 0px solid #ddd;
}


.guide-area li .icon{
    margin: 0;
    padding: 0;
    width: 15%;
}

.guide-area li .icon img{
    width: 100%;
    height: auto;
}

.guide-area li .text {
    margin: 0;
    padding: 0;
    width: 75%;
    text-align: left;
}

.guide-area li .arrow{
    position: absolute;
    bottom:-20px;
    left: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
.guide-base{
    margin: 50px auto 0;
    padding: 20px;
    background: #fff;
    max-width: 800px;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px #00000035;
}

.guide-area li{
    margin: 0 0 40px;
    padding: 0 0 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.guide-area li:last-child {
    margin: 0;
    padding: 0 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    border-bottom: 0px solid #ddd;
}

.guide-area li .icon{
    margin: 0;
    padding: 0;
    width: 50%;
}

.guide-area li .icon img{
    width: 100%;
    height: auto;
}

.guide-area li .text {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

.guide-area li .arrow{
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    width: 30px;
    margin: 0 auto;
}

.guide-area li .arrow img{
    width: 100%;
    height: auto;
}

}


.u-mt{
    margin-top: 20px 0 0;
}

@media screen and (max-width: 480px) {
.bzmp-form-control span {
    font-size: 12px;
    writing-mode: horizontal-tb !important;
    width: 50px;
    box-sizing: border-box;
}

.bzmp_apply_view_item_score_value,
.bzmp_apply_view_item_result_value{
    margin: 0 0 0 10px;
}
}

.menu-header-container .menu li a:hover {
    color: #3391e1;
}