/* ==========================================================
*
*  基本スタイル
*
========================================================== */

@charset "UTF-8";

.jptxt {
    font-family: 'Noto Sans JP';
}

.entxt {
    font-family: 'Ubuntu Condensed';
}

/* ==========================================================
*
* Icon font
*
========================================================== */

@font-face {
    font-family: 'ycota_ift';
    src:
        url('./fonts/ycota_ift.ttf?q75lys') format('truetype'),
        url('./fonts/ycota_ift.woff?q75lys') format('woff'),
        url('./fonts/ycota_ift.svg?q75lys#ycota_ift') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icf-"],
[class*=" icf-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ycota_ift' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icf-open>span:after {
    content: "\e904";
    margin-left: 0.25em;
}

a[href^="http"]>span:after {
    font-family: 'ycota_ift';
    content: "\e903";
    margin-left: 0.25em;
    color: #666666;
    font-size: inherit;
}

a[href^="https://www.ycota.jp"]>span:after,
a[href^="https://test.ycota.jp"]>span:after {
    display: none;
}

a[href^="https://www.ycota.jp/rental_top/"]>span:after,
a[href^="https://test.ycota.jp/rental_top/"]>span:after {
    display: inline-block;
}

a[href^="http://150.60.200.31"]:not(.arrow-link):not(.submitBtn)>span:after,
a[href^="http://localhost"]:not(.arrow-link):not(.submitBtn)>span:after,
a[href^="http://open0016.test200082.com"]:not(.arrow-link):not(.submitBtn)>span:after,
a[href^="http://yamasita.plane-plan.com"]:not(.arrow-link):not(.submitBtn)>span:after {
    display: none;
}


/* ==========================================================
*
* Basic Setting
*
========================================================== */
html {
    font-size: 62.5%;
    /* 16px x 0.625 = 10px(=1rem) */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 1.4rem;
    line-height: 125%;
    /*font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    /*text-decoration:none;*/
    color: #000000;
}

* a:hover {
    text-decoration: underline;
    color: #ff6400;
}


.pc a:hover>img,
.pc a:hover>picture {
    opacity: 0.5 !important;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    /*zoom:1.0;*/
}


strong {
    font-weight: bold;
}

body.show {
    overflow: hidden;
    height: 100%;
}

/* for Sp --------------------*/
@media screen and (max-width:980px) {

    body {
        font-size: 1.4rem;
    }

}

/* ==========================================================
*
* 共通要素
*
========================================================== */

.contentInner {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

/******** font *********/
.smallTxt {
    font-size: 0.8em;
}

.fontBold {
    font-weight: bold;
}

.fontSize_2rem {
    font-size: 2.0rem;
}

/******** display *********/
.displayFlex {
    display: flex;
}

.display_inlineBlock {
    display: inline-block;
}

.disp_flex_alignCenter {
    display: flex;
    align-items: center;
}

.disno {
    display: none !important;
}

.nopc {
    display: none !important;
}

.nosp {
    /*display:block;
    display:initial;*/
}

.newline {
    display: inline-block;
}

/******** text-align *********/
.alCenter {
    text-align: center;
}

.alRight {
    text-align: right;
}

/******** list-style *********/
.list_disc {
    list-style: disc !important;
}

.list_decimal {
    list-style: decimal !important;
}

.list_inside {
    list-style-position: inside !important;
}

.list_indent {
    margin-left: 30px;
}

.list_indent_pc {
    margin-left: 30px;
}

/******** color *********/
.color_orange {
    color: #EA7600;
}

.color_red {
    color: #FF0000;
}

.color_white {
    color: #FFFFFF !important;
}

.fontBlue {
    color: #012169 !important;
}

.bg_blue {
    background-color: #092169 !important;
}

/******** border *********/
.border_red {
    border: 1px solid #FF0000;
}

.border_orange {
    border: 1px solid #EA7600 !important;
}

/******** width *********/
.width_100 {
    width: 100%;
}

.width_max_100 {
    max-width: 100%;
}

/******** heigh *********/
.height_max_300 {
    max-height: 300px !important;
}

/******** margin *********/
.mt_10 {
    margin-top: 10px;
}

.mt_50 {
    margin-top: 50px;
}

.mr_10 {
    margin-right: 10px;
}

.ml_10 {
    margin-left: 10px;
}

.mv_5 {
    margin: 5px 0 !important;
}

.mv_10 {
    margin: 10px 0 !important;
}

.mv_20 {
    margin: 20px 0 !important;
}

.mv_30 {
    margin: 30px 0 !important;
}

.mv_50 {
    margin: 50px 0 !important;
}

.mr_10_pc {
    margin-right: 10px;
}

.mv_30_pc {
    margin: 30px 0;
}

.pv_30 {
    padding: 30px 0;
}

.gap_10 {
    gap: 10px;
}

/******** clear *********/
.clear_both {
    clear: both;
}

/* for Sp --------------------*/
@media screen and (max-width:980px) {

    .contentInner {
        max-width: 100%;
    }

    .nopc {
        display: block !important;
    }

    .nosp {
        display: none !important;
    }

    .newline {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .list_indent_pc {
        margin: 0;
    }

    .mr_10_pc {
        margin-right: 0;
    }

    .mv_30_pc {
        margin: 0;
    }

    .mv_5_sp {
        margin: 5px 0;
    }

    .width_100_sp {
        width: 100px;
    }
}

/******************************************
*
ヘッダ
*
******************************************/
#header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1150px;
    height: 100px;
    background-color: #FFF;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 100;
}

#headerMain {
    display: flex;
    display: -webkit-flex;
    width: 94%;
    height: 60px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 7px 0 0 0;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
}

.headerMain__logo {
    width: 300px;
}

.headerMain__logo p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.0em;
    margin-bottom: 5px;
}

.headerMain__logo h1 {
    width: 280px;
}

.headerMain__logo h1 a {
    display: block;
    width: 100%;
    background: url('../images/header/sugukita.svg') top left no-repeat;
    background-size: contain;
    line-height: 0;
    padding-bottom: 10.833%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.2s ease;
}

.pc .headerMain__logo h1 a:hover {
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
}

.headerMain__menu {
    width: 760px;
    padding: 2px 0 0 0;
}

.headerMain__menu .pc_menu {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.headerMain__menu .pc_menu li.tel {
    width: 275px;
}

.headerMain__menu .pc_menu li.tel a {
    text-decoration: none;
}

.headerMain__menu .pc_menu li.tel p {
    color: #012169;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.0em;
    margin-bottom: 3px;
}

.headerMain__menu .pc_menu li.tel p.i_freedial {
    width: 100%;
    height: 30px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    background: url('../images/icon/freedial.svg') center left no-repeat;
    background-size: 36px 24px;
    padding-left: 43px;
}

.headerMain__menu .pc_menu li.btn_cv {
    width: 180px;
}

.headerMain__menu .pc_menu li.btn_caremana {
    width: 108px;
}

.headerMain__menu .pc_menu li.btn_cv img,
.headerMain__menu .pc_menu li.btn_caremana img {
    width: 100%;
}

.headerMain__menu .sp_menu {
    display: none;
}


/*ナビ縮小版*/
.compact #header {
    top: 0;
}

.spIcon {
    display: none;
    overflow: hidden;
    width: 65px;
    height: 55px;
}

.spIcon img {
    width: 100%;
}

/*ハンバーガーメニュー*/
#spMenu {
    display: none;
    overflow: hidden;
    width: 55px;
    height: 55px;
    background-color: #EA7600;
}


#spMenu a {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0;
    color: #FFF;
    text-decoration: none;
}

.hbgmenu {
    display: block;
    position: relative;
    width: 35px;
    height: 34px;
    margin: 5px auto 0 auto;
}

.hbgmenu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.hbgmenu span:nth-of-type(1) {
    top: 3px;
}

.hbgmenu span:nth-of-type(2) {
    top: 14px
}

.hbgmenu span:nth-of-type(3) {
    top: 25px;
}

.show .hbgmenu span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.show .hbgmenu span:nth-of-type(2) {
    opacity: 0;
}

.show .hbgmenu span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
}

.hbgmenu__text {
    display: block;
    font-size: 1.2rem;
    line-height: 1.0em;
    font-weight: bold;
}

.hbgmenu__text::after {
    content: 'メニュー';
}

.show .hbgmenu__text::after {
    content: '閉じる';
}

@media screen and (max-width:1024px) {
    .headerMain__logo {
        margin-left: 10px;
    }
}


/* for Tb --------------------*/
@media screen and (max-width:767px) {
    /*@media screen and (max-width:1130px) {*/

    #header {
        min-width: inherit;
        height: 55px;
        -webkit-transition: none;
        transition: none;
    }

    #headerMain {
        width: 100%;
        height: 55px;
        padding: 0;
        z-index: 110;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    }

    .headerMain__logo {
        width: 195px;
        margin-top: 4px;
    }

    .headerMain__logo p {
        font-size: 9px;
        line-height: 1.3em;
        letter-spacing: 0.05em;
        margin-bottom: 3px;
    }

    .headerMain__logo h1 {
        width: 185px;
    }

    .headerMain__menu {
        width: 120px;
        padding: 0;
    }

    .headerMain__menu .pc_menu {
        display: none;
    }

    .headerMain__menu .sp_menu {
        display: flex;
        display: -webkit-flex;
        width: 100%;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    /*ハンバーガーメニュー*/
    #spMenu {
        display: block;
    }

    .spIcon {
        display: block;
    }
}

/* for Sp --------------------*/
@media screen and (max-width:340px) {

    #logo img {
        width: calc(100% - 70px);
        height: auto;
    }

}


/******************************************
*
navi
*
******************************************/
#nav {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #FFF;
    border-bottom: 2px solid #012169;
}

.contentInnerXX {
    position: relative;
}

/* for Sp --------------------*/
@media screen and (max-width:767px) {

    #nav {
        /*display:none;*/
        position: absolute;
        top: 30px;
        left: 0;
        overflow-y: auto;
        width: 100%;
        height: calc(100vh - 55px);
        background-color: #ffffff;
        z-index: 105;
        padding-bottom: 85px;

        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .show #nav {
        /*display:block;*/
        opacity: 1;
        visibility: visible;
        top: 55px;
    }
}


/* ---------------------------------------------
*   グローバルナビ
---------------------------------------------*/
#mainNav {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 300px;
    /*z-index: 5;*/
}

#mainNav>ul {
    display: block;
}

#mainNav>ul>li {
    display: inline-block;
    margin-right: 2em;
    vertical-align: top;
    position: relative;
    float: left;
}

#mainNav>ul>li:last-child {
    margin-right: 0;
}

a.fstNavi {
    display: block;
    /*overflow:hidden;*/
    font-size: 16px;
    line-height: 100%;
    height: 30px;
    color: #000000;
    text-decoration: none;
}

a.fstNavi>span:before {
    font-family: 'ycota_ift';
    content: "\e91a";
    color: #ff0000;
    font-size: 10px;
    line-height: 16px;
    margin-right: 5px;
}


a.fstNavi>span:before {
    font-family: 'ycota_ift';
    content: "\e91a";
    color: #fb6212;
    font-size: 10px;
    line-height: 16px;
    margin-right: 5px;
}


.subNav {
    /*display:none;*/
    display: block;
    width: 288px;
    position: absolute;
    top: 40px;
    /*left: calc(-72px - 1em);*/
    left: -88px;
    text-align: center;
    /*padding-top: 7px;*/

    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

li.hover>.subNav,
.pc #mainNav>ul>li:hover>.subNav {
    /*display:block!important;*/
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.subNav:before {
    display: block;
    overflow: hidden;
    content: "";
    width: 0;
    height: 0;
    text-align: center;
    /*margin-left:calc(50% - 9px);*/
    margin-left: 135px;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #003366 transparent;
}

.subNav>ul {
    display: block;
    margin-top: 2px;
    text-align: left;
}

.subNav>ul>li {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 45px;
}

.subNav>ul>li>a {
    display: block;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    background-color: #002169;
    padding: 0 1.5em;
    font-size: 14px;
    line-height: 45px;
}

.subNav>ul>li>a:after {
    font-family: 'ycota_ift';
    content: "\e917";
    margin-left: 0.5em;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.pc .subNav>ul>li>a:hover::after {
    margin-left: 1.0em;
}

.pluminus {
    display: none;
}


/* for Tb --------------------*/
@media screen and (max-width:767px) {

    #mainNav {
        display: block;
        overflow: hidden;
        position: relative;
        bottom: auto;
        right: auto;
    }

    #mainNav>ul {
        border-top: 1px solid #cccccc;
    }

    #mainNav>ul>li {
        display: block;
        overflow: hidden;
        margin-right: 0;
        vertical-align: top;
        position: relative;
        float: none;
        border-bottom: 1px solid #cccccc;
    }

    a.fstNavi {
        padding: 1em 20px;
        font-size: 1.6rem;
        height: auto;
    }

    /*Plus & Minus アイコン*/
    .pluminus {
        display: inline-block;
        width: 16px;
        height: 16px;
        float: right;
        position: relative;
    }

    .pluminus:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 7px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fb6212;

        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .pluminus:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 7px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fb6212;

        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .opn .pluminus:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .opn .pluminus:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    .subNav {
        /*display:none;*/
        width: 100%;
        height: 0;
        padding-top: 0;
        position: relative;
        top: auto;
        left: auto;

        visibility: none;
        opacity: 0.0;
    }

    .subNav:before {
        display: none;
    }

    .subNav>ul {
        margin-top: 0;
        display: block;
        overflow: hidden;
    }

    .subNav>ul>li>a {
        color: #000000;
        background-color: #f5f5f5;
        padding-left: 2em;
    }

    .subNav>ul>li>a:after {
        color: #fb6212;
    }

    li.opn .subNav {
        visibility: visible;
        opacity: 1.0;
    }

    li.opn:nth-child(1) .subNav {
        height: calc(45px * 4);
    }

    li.opn:nth-child(2) .subNav {
        height: calc(45px * 6);
    }

    li.opn:nth-child(3) .subNav {
        height: calc(45px * 5);
    }

    li.hover>.subNav,
    .pc #mainNav>ul>li:hover>.subNav {
        top: 0;
    }

}

/* ---------------------------------------------
*   アイコンナビ
---------------------------------------------*/
#iconNav {
    display: flex;
    align-items: center;
    /*overflow:hidden;*/
    position: absolute;
    top: 10px;
    right: 15px;
}

#iconNav>a {
    display: inline-block;
    /*overflow:hidden;*/
    margin-left: 1em;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: #000000;
}

.pc #iconNav>a:hover {
    opacity: 0.5;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#iconNav>a>span:before {
    display: inline-block;
    float: left;
    color: #fb6212;
    font-size: 1.8rem;
    margin-right: 5px;
}

#iconNav>a:nth-child(2)>span:before {
    font-family: 'ycota_ift';
    content: "\e900";
}

#iconNav>a:nth-child(2)>span::after {
    display: none;
    content: "";
}

#iconNav>a:nth-child(3)>span:before {
    font-family: 'ycota_ift';
    content: "\e901";
}


/* for Tb --------------------*/
@media screen and (max-width:980px) {

    #iconNav {
        display: block;
        position: relative;
        top: auto;
        right: auto;
    }

    #iconNav>a {
        display: block;
        overflow: hidden;
        margin-left: 0;
        padding: 1em 20px;
        font-size: 1.6rem;
        border-bottom: 1px solid #cccccc;
    }

}

/* ---------------------------------------------
*   スペシャルナビ
---------------------------------------------*/
#spNav {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    right: 5px;
    letter-spacing: -.4em;
}

#spNav>p {
    display: inline-block;
    overflow: hidden;
    width: 50%;
    height: auto;
    padding: 0 3px;
}

#spNav>p>a {
    display: block;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    letter-spacing: normal;
}

#spNav>p>a>span {
    display: none;
}


/* for Tb --------------------*/
@media screen and (max-width:980px) {

    #spNav {
        width: 100vw;
        position: relative;
        bottom: auto;
        right: auto;
        padding: 10px 5px;
        background-color: #f5f5f5;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    #spNav>p {
        width: 50%;
        padding: 0 5px;
        text-align: center;
    }

    #spNav>p>a {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    #spNav>p:nth-child(1)>a {
        background-color: #f7c837;
    }

    #spNav>p:nth-child(2)>a {
        background-color: #fc995f;
    }

    #spNav>p>a>img {
        width: 100%;
        max-width: 175px;
        height: auto;
    }

}



/******************************************
*
検索バー
*
******************************************/
.siteSerch {
    display: inline-block;
    /*overflow:hidden;*/
    letter-spacing: -.4em;
}

.siteSerch>input[name="s"],
.siteSerch>input[name="serchword"] {
    width: 450px;
    height: 66px;
    vertical-align: top;
    letter-spacing: normal;
}

.siteSerch>button[type="submit"] {
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 1.4rem;
    vertical-align: top;
    letter-spacing: normal;
    color: #ffffff;
    margin-left: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.siteSerch>button[type="submit"]>span {
    display: none;
}

.icf-serch:before {
    content: "\e904";
    font-size: 32px;
}


/* for Tb --------------------*/
@media screen and (max-width:980px) {

    .siteSerch {
        display: block;
        width: 100%;
        padding: 0 10px;
    }

    .siteSerch>input[name="s"],
    .siteSerch>input[name="serchword"] {
        width: calc(100% - 55px);
        height: 50px;
        font-size: 1.6rem;
    }

    .siteSerch>button[type="submit"] {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .siteSerch>input::placeholder {
        font-size: 1.6rem;
    }

    .icf-serch:before {
        font-size: 21px;
    }

}

/* ---------------------------------------------
*   ナビ内検索窓
---------------------------------------------*/
#serchinNav {
    display: none;
}


/* for Tb --------------------*/
@media screen and (max-width:980px) {

    #serchinNav {
        display: block;
        overflow: hidden;
        padding: 10px 0;
    }

}

/******************************************
*
本文
*
******************************************/
#contents {
    display: block;
    overflow: hidden;
    padding-top: 100px;
}

#contents>.safeFrame {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 1300px;
    padding: 20px 0 30px;
    margin: 0 auto;

}

#mainBody {
    display: block;
    overflow: hidden;
    width: 100%;
}



/* for Tb --------------------*/
@media screen and (max-width:980px) {
    #contents {
        padding-top: 55px;
    }

    #contents>.safeFrame {
        padding: 5px 0 25px;
        margin: 0 auto;

    }

    #mainBody {
        /*padding:0 10px;*/
        padding: 0 1em;
    }

}


/* ---------------------------------------------
*   左カラム
---------------------------------------------*/
#leftColumn {
    display: block;
    overflow: hidden;
    width: 270px;
    float: left;
}

#leftColumn h2 {
    margin: 25px;
}



/* for Tb --------------------*/
@media screen and (max-width:980px) {
    #leftColumn {
        display: none;
    }
}



/* ---------------------------------------------
*   右ナビ
---------------------------------------------*/

#sideNavi {
    border: 1px solid #cccccc;
    margin-bottom: 30px;
}


#sideNavi>ul {
    display: block;
    overflow: hidden;
}

#sideNavi>ul>li {
    display: block;
    overflow: hidden;
    border-top: 1px solid #cccccc;
}

#sideNavi>ul>li>a {
    display: block;
    overflow: hidden;
    padding: 1em 25px;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
    line-height: 125%;
    color: #002169;
}

#sideNavi>ul>li.current>a {
    color: #eb7730;
}

.pc #sideNavi>ul>li>a:hover {
    background-color: #cccccc;
}


ul.navLv2 {
    display: block;
    overflow: hidden;
}

ul.navLv2>li {
    display: block;
    overflow: hidden;
    border-top: 1px solid #ffffff;
}

ul.navLv2>li>a {
    display: block;
    overflow: hidden;
    padding: 1em 2em 1em 4em;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
    line-height: 125%;
    color: #000000;
    background-color: #f2f2f2;
    text-indent: -1.5em;
}

ul.navLv2>li>a:before {
    font-family: 'ycota_ift';
    content: "\e90b";
    margin-right: 0.5em;
}

ul.navLv2>li.current>a {
    color: #eb7730;
}

.pc ul.navLv2>li>a:hover {
    background-color: #cccccc;
}

/* ---------------------------------------------
*   商品検索
---------------------------------------------*/
#sideSerch {
    border: 1px solid #cccccc;
    position: relative;
}

#sideSerch>p {
    padding: 0 25px;
    font-size: 1.0rem;
}

#sideSerch>form {
    padding: 0 25px 25px;
    position: relative;
}

#sideSerch input[name='s'],
#sideSerch input[name='serchkey'] {
    width: 100%;
}

#sideSerch button[type='submit'] {
    margin-top: 0.5em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#sideSerch button[type='submit']>span {
    padding: 0 1em 0 2em;

}

/* ---------------------------------------------
*   右カラム
---------------------------------------------*/
#rightColumn {
    display: block;
    overflow: hidden;
    width: calc(100% - 270px);
    padding-left: 50px;
    float: left;
}


/* for Tb --------------------*/
@media screen and (max-width:980px) {
    #rightColumn {
        width: 100%;
        padding-left: 0;
        float: none;
    }
}

/******************************************
*
コンタクト（削除予定）
*
******************************************/
#contactBox {
    display: block;
    overflow: hidden;
}

#contactBox>ul.harfList {
    display: block;
    overflow: hidden;
    letter-spacing: -.4em;
}

#contactBox>ul.harfList>li {
    display: inline-block;
    overflow: hidden;
    width: 50%;
    /*height:150px;*/
    letter-spacing: normal;
    text-align: center;
    position: relative;
}


#contactBox>ul.harfList>li>a {
    display: block;
    overflow: hidden;
    height: 100%;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 100%;
    padding: 55px 1em;
    text-decoration: none;
}

.pc #contactBox>ul.harfList>li>a::before {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 0;
    left: -101%;

    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.pc #contactBox>ul.harfList>li>a:hover::before {
    left: 0;
}


#contactBox>ul.harfList>li>a>span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 45px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
}


#contactBox>ul.harfList>li>a>span:after {
    color: #ffffff;
}

#contactBox>ul.harfList>li:nth-child(1) {
    background-color: #012269;
}

#contactBox>ul.harfList>li:nth-child(1)>a>span {
    background-image: url('../images/top/bgicn_note.png');
}


#contactBox>ul.harfList>li:nth-child(2) {
    background-color: #011b5b;
}

#contactBox>ul.harfList>li:nth-child(2)>a>span {
    background-image: url('../images/top/bgicn_tel.png');
}


@media screen and (max-width:1023px) {
    #contactBox>ul.harfList>li>a {
        font-size: 1.6rem;
        padding: 55px 1em;
    }
}


/* for Tb --------------------*/
@media screen and (max-width:979px) {
    #contactBox>ul.harfList>li>a {
        font-size: 1.4rem;
    }
}


/* for Sp --------------------*/
@media screen and (max-width: 750px) {

    #contactBox>ul.harfList>li {
        display: block;
        width: 100%;
        height: auto;
    }

    #contactBox>ul.harfList>li>a {
        font-size: 1.4rem;
        padding: 25px 1em;
    }

}


/* for Sp --------------------*/
@media screen and (max-width: 320px) {

    #contactBox>ul.harfList>li>a>span {
        padding-left: 30px;
    }

    #contactBox>ul.harfList>li>a.arrow-link::after {
        display: none;
    }
}

/******************************************
*
コンタクトリニューアルバージョン
*
******************************************/
h2.tl_new_contactBox span {
    display: block;
    font-size: 3rem;
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
    color: #012169;
    margin-bottom: 20px;
}

#new_contactBox {
    width: 1150px;
    margin: 0 auto 40px auto;
}

#new_contactBox dl.harfList {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    background-color: #F2F2F2;
    padding: 10px 0;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#new_contactBox dl.harfList dt {
    width: 50%;
    border-right: 1px solid #012169;
    padding: 25px 0;
}

#new_contactBox dl.harfList dd {
    width: 50%;
    padding: 25px 0;
}

#new_contactBox dl.harfList h3 {
    color: #012169;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    margin: 0 0 20px 0;
}

#new_contactBox dl.harfList p.tx_center {
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    margin: 0 0 25px 0;
}

#new_contactBox dl.harfList p.note {
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    margin-top: 10px;
}

a.new_contactBox__tel {
    display: block;
    width: 460px;
    text-decoration: none;
    margin: 0 auto;
}

a.new_contactBox__tel p.i_freedial {
    width: 100%;
    height: 56px;
    color: #000;
    font-size: 56px;
    font-weight: 700;
    line-height: 46px;
    background: url('../images/icon/freedial.svg') top 5px left no-repeat;
    background-size: 70px 46px;
    margin: 0 auto;
    padding-left: 83px;
}


@media screen and (max-width: 768px) {

    h2.tl_new_contactBox span {
        font-size: 18px;
        line-height: 1.5em;
    }

    #new_contactBox {
        width: 94%;
        max-width: 350px;
        margin: 0 auto 40px auto;
    }

    #new_contactBox dl.harfList {
        width: 100%;
        padding: 25px 10px;
    }

    #new_contactBox dl.harfList dt {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #012169;
        padding: 0 0 25px 0;
    }

    #new_contactBox dl.harfList dd {
        width: 100%;
        padding: 25px 0 0 0;
    }

    #new_contactBox dl.harfList h3 {
        font-size: 17px;
        line-height: 1.5em;
        margin: 0 0 15px 0;
    }

    #new_contactBox dl.harfList p.tx_center {
        font-size: 14px;
        line-height: 1.5em;
        margin: 0 0 15px 0;
    }

    #new_contactBox dl.harfList p.note {
        font-size: 13px;
        line-height: 1.5em;
    }

    a.new_contactBox__tel {
        width: 290px;
        text-decoration: none;
        margin: 0 auto;
    }

    a.new_contactBox__tel p.i_freedial {
        width: 100%;
        height: 36px;
        font-size: 36px;
        line-height: 27px;
        background: url('../images/icon/freedial.svg') top 3px left no-repeat;
        background-size: 42px 27px;
        padding-left: 50px;
    }
}


/******************************************
*
営業所バナーエリア
*
******************************************/

.banner__area {
    display: block;
    width: 1150px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.banner__area picture,
.banner__area img {
    width: 100%;
}

/* for Sp --------------------*/
@media screen and (max-width: 768px) {
    .banner__area {
        width: 100%;
        margin-bottom: 50px;
    }
}


/******************************************
*
フッタ
*
******************************************/

#footer {
    display: block;
    /*overflow:hidden;*/
    position: relative;
}

#ftContent {
    display: block;
    overflow: hidden;
    background-color: #f2f2f2;
    min-height: 315px;
}

#ftContent>.contentInner {
    padding: 40px 50px;
}


/* for Sp --------------------*/
@media screen and (max-width: 768px) {

    #ftContent>.contentInner {
        padding: 2em 0 0 0;
    }

    #footer {
        padding-bottom: 50px;
    }

}


/* ---------------------------------------------
*   会社info
--------------------------------------------- */
#infoBlock {
    display: block;
    overflow: hidden;
    width: 27%;
    height: 100%;
    padding-right: 1em;
    float: left;
    position: relative;
}

.infoBlock_logo {
    width: 220px;
    margin: 0 0 15px 0;
}

.infoBlock_logo img {
    width: 100%;
}

#infoBlock h4 {
    font-size: 1.6rem;
    margin-bottom: 1em;
}

#infoBlock p {
    display: block;
    overflow: hidden;
    line-height: 175%;
    margin-bottom: 2em;
    font-size: 1.2rem;
}

#infoBlock p strong {
    font-size: 1.4rem;
    font-weight: bold;
    color: #002169;
}


/* for Sp --------------------*/
@media screen and (max-width: 980px) {

    #infoBlock {
        width: 100%;
        height: auto;
        padding: 0 1em;
        float: none;
    }

    .infoBlock_logo {
        width: 220px;
        margin: 0 auto 15px auto;
    }

    #infoBlock h4 {
        text-align: center;
    }

    #infoBlock p {
        text-align: center;
    }
}

/* ---------------------------------------------
*   フッタナビ
---------------------------------------------*/
#footnavi {
    display: block;
    overflow: hidden;
    width: 73%;
    padding-top: 1em;
}

#footnavi a {
    display: block;
    overflow: hidden;
    text-decoration: none;
}


#footnavi dl {
    display: block;
    padding-right: 1em;
    vertical-align: top;
    float: left;
}

#footnavi dl:nth-child(1) {
    width: 36%;
}

#footnavi dl:nth-child(2) {
    margin-top: 3.5em;
    width: 31%;
}

#footnavi dl:nth-child(3) {
    margin-top: 3.5em;
    width: 33%;
}

#footnavi dl dt {
    /**/
}

#footnavi dl dt a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 1em;
}


#footnavi dl dd {
    padding-bottom: 1em;
}

#footnavi dl dd a {
    display: block;
    color: #000000;
    margin: 1em 0;
}

#footnavi dl dd a span {
    font-size: 1.2rem;
}

#footnavi dl dd a span:before {
    font-family: 'ycota_ift';
    content: "\e91a";
    color: #EA7600;
    margin-right: 0.5em;
    font-size: 0.8em;
}

a.icn-home {
    color: #000000 !important;
}

a.icn-home span::before {
    font-family: 'ycota_ift';
    color: #012169;
    content: "\e902";
    margin-right: 0.5em;
}

a.icn-home span {
    display: inline-block;
    padding-bottom: 1em;
}

.pc #footnavi dl dd a:hover,
.pc a.icn-home:hover {
    /*opacity:0.5;*/
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

/* for Sp -------------------- */
@media screen and (max-width: 980px) {

    #footnavi {
        width: 100%;
        border-top: 1px solid #dedede;
        padding-top: 0;
    }

    #footnavi dl {
        padding-right: 0;
        margin-top: 0 !important;
        width: 100% !important;
        float: none;
    }

    #footnavi dl dt a {
        border-bottom: 1px solid #dedede;
        margin-bottom: 0;
        padding: 1em;
    }

    #footnavi dl dd {
        display: none;

    }

    a.icn-home span:before {
        color: #012169;
        content: "\e902";
        margin-right: 0.5em;
    }

    a.icn-home span {
        padding-bottom: 0;
    }

}


/* ---------------------------------------------
*  最終ライン
---------------------------------------------*/
#lastLine {
    display: block;
    overflow: hidden;
    padding: 2em 0;
}

#lastLine ul {
    display: block;
    overflow: hidden;
    margin-left: 50px;
    float: left;
}

#lastLine ul>li {
    display: inline-block;
    overflow: hidden;
    margin-right: 2em;
    vertical-align: middle;
}

#lastLine ul>li:last-child {
    margin-right: 0;
}

#lastLine ul>li>a {
    display: block;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 100%;
    color: #000000;
    text-decoration: none;
}

#lastLine ul>li>a:hover {
    color: #0000ff;
    /*text-decoration:underline;*/
}

#copy {
    display: inline-block;
    overflow: hidden;
    font-size: 1.0rem;
    line-height: 100%;
    margin-right: 55px;
    float: right;
}


/* for Sp --------------------*/
@media screen and (max-width: 980px) {

    #lastLine {
        padding: 0;
    }

    #lastLine ul {
        float: none;
        margin-left: 0;
    }

    #lastLine ul>li {
        display: block;
        margin-right: 0;
    }

    #lastLine ul>li>a {
        display: block;
        overflow: hidden;
        font-size: 1.4rem;
        padding: 1em;
        border-bottom: 1px solid #dedede;
    }

    #copy {
        display: block;
        width: 100%;
        margin: 2em 1em;
        /*text-align:center;*/
        margin-right: 0;
        float: none;
    }

}


/* ---------------------------------------------
*   TOPへボタン
---------------------------------------------*/
a#btn_top {
    display: inline-block;
    overflow: hidden;
    width: 44px;
    height: 44px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 44px;

    background-color: #344e87;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

    position: fixed;
    bottom: 10px;
    right: 10px;

    opacity: 0;
    visibility: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    pointer-events: none;
}

a#btn_top>span {
    display: none;
}

a#btn_top::before {
    font-family: 'ycota_ift';
    content: "\e90d";
    font-size: 20px;
    font-weight: bold;
}

.pc a#btn_top.active:hover {
    opacity: 0.75;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}


a#btn_top.active {
    opacity: 1.0;
    visibility: visible;
    pointer-events: auto;
}

@media screen and (max-width: 768px) {

    a#btn_top {
        bottom: 70px;
    }

}

/******************************************
*
介護保険レンタル相談・カタログ請求はこちら（PCのみ）
*
******************************************/

.fixed_btn {
    position: fixed;
    top: 150px;
    right: 0;
    width: 36px;
    height: 287px;
    z-index: 50;
}

.fixed_btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.fixed_btn a img {
    width: 100%;
}

/* for Sp --------------------*/
@media screen and (max-width: 980px) {

    .fixed_btn {
        display: none;
    }
}



/******************************************
*
課題解決コラムサイドメニュー（PCのみ）
*
******************************************/
.sideNavi__seen,
.sideNavi__point {
    display: block;
    overflow: hidden;
    border-top: 1px solid #cccccc;
    padding: 2em 25px;
    font-size: 2rem;
    text-decoration: none;
    font-weight: bold;
    line-height: 125%;
    color: #002169;
}

.sideNavi__seen__list li,
.sideNavi__point__list li {
    border-top: 1px solid #fff!important;
    background-color: #f2f2f2;
}

.sideNavi__seen__list a,
.sideNavi__point__list a {
    color: #000 !important;
    position: relative;
        padding: 1em 45px!important;
}

.sideNavi__seen__list li a::before,
.sideNavi__point__list li a::before{
    font-family: 'ycota_ift';
    content: "\e90b";
    position: absolute;
left: 10%;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    font-weight: 700;
}
.sideNavi__seen__list li.current a,
.sideNavi__point__list li.current a {
    color: #ea7600!important;
}

