/* ----------------------------------------
　other（例）
---------------------------------------- */



/* other（例）
---------------------------------------- */

.sp_off {
    display: none;
}

/* ----------------------------------------
owner
---------------------------------------- */

#main {
    padding: 0;
    margin: 0;
}

.owner_all_wrap {
    width: 94%;
    margin: 0 auto;
    & p {
        font-size: 14px;
        line-height: 1.5;
    }
}

.ow_section_wrap {
    margin-top: 30px;
}

.ow_hoshou_wrap {
    width: 100%;
    border: 1px solid #000000;
    padding: 25px;
    box-sizing: border-box;
}

.ow_hoshou_wrap img {
    width: 60%;
    display: block;
    margin: 15px auto 0;
}

.ow_hoshou_r h3 {
    margin: 0 0 10px;
    font-size: 17px;
}

.owner_all_wrap a {
   line-height: 3;
   text-decoration: underline;
}

.ow_grey_h3 {
    color: #8b8b8b;
    font-size: 20px;
    font-weight: 500;
    font-family: 'メイリオ', sans-serif;
    line-height: 1;
    letter-spacing: 0.01em;
    width: 100%;
    display: block;
    margin: 0 0 10px;
    padding: 5px 5% 5px 10%;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    background-color: #f5f5f5;
    text-align: left;
    position: relative;
}

.ow_grey_h3::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #2fc89a;
    border-radius: 50%;
}

.ow_grey_h3::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.ow_flow ul li:not(:last-child) {
    margin-bottom: 10px;
}

.ow_flow ul li {
    width: 100%;
    display: block;
    padding: 0;
    box-sizing: border-box;
    border: 3px solid #e1dcc8;
}

.ow_flow ul li img {
    display: block;
    margin: 10px auto 0;
    width: 50%;
}

.ow_flow_tl p {
    color: #353630;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 0px 0 3px 5px;
    background-color: #e1dcc8;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    & span {
        color: #ffffff;
        font-size: 17px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.01em;
        width: 25px;
        height: 25px;
        background-color: #666666;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 5px 0;
        margin-right: 5px;
    }
}

.ow_flow_txt {
    padding: 10px 5%;
}

.ow_boshu .ow_border {
    width: fit-content;
    display: block;
    padding: 6px 7px 4px;
    border: 1px solid #ffc463;
    box-sizing: border-box;
    text-align: left;
    color: #4d4c4c;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 15px 0 10px;
}

.ow_boshu ul li {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

.ow_boshu img {
    margin: 30px auto 0;
    display: block;
    width: 80%;
}

.ow_keiyaku {
    position: relative;
}

.ow_keiyaku img {
    position: absolute;
    bottom: -60px;
    right: 30px;
    width: 20%;
}




/* owner
---------------------------------------- */
