@charset "UTF-8";
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*==================================================================================================
	TOP
==================================================================================================*/
.hero_padding {
    padding-top: 139px;
}

@media screen and (max-width: 1024px) {
    .hero_padding {
        padding-top: 111px;
    }
}

@media screen and (max-width: 840px) {
    .hero_padding {
        padding-top: 75px;
    }
}

.hero {
    background: url("/assets/img/top/hero-bg.png") 50% 50% no-repeat;
    background-size: cover;
}

.hero__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1120px;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
}

@media screen and (max-width: 1024px) {
    .hero__inner {
        padding: 30px;
    }
}

@media screen and (max-width: 840px) {
    .hero__inner {
        padding: 30px;
    }
}

@media screen and (max-width: 700px) {
    .hero__inner {
        padding: 20px;
    }
}

@media screen and (max-width: 540px) {
    .hero__inner {
        padding: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .hero__inner {
        width: auto;
    }
}

@media screen and (max-width: 840px) {
    .hero__inner {
        height: 400px;
    }
}

@media screen and (max-width: 700px) {
    .hero__inner {
        height: 300px;
    }
}

@media screen and (max-width: 540px) {
    .hero__inner {
        height: 200px;
    }
}

.hero__img {
    max-width: 90%;
}

.page-row--top-service {
    background: #0F8DC6 url("/assets/img/top/service-bg.png") 50% 50% repeat;
    background-size: 128px;
}

.page-row--top-rinen {
    background: #F1F3F6 url("/assets/img/top/rinen-bg.png") 81% 100% no-repeat;
    min-height: 432px;
}

@media screen and (max-width: 1280px) {
    .page-row--top-rinen {
        background-position: 93% 100%;
    }
}

@media screen and (max-width: 1024px) {
    .page-row--top-rinen {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 700px) {
    .page-row--top-rinen {
        background-size: 224.66667px 270px;
        min-height: 289px;
    }
}

@media screen and (max-width: 540px) {
    .page-row--top-rinen {
        background-image: none;
        min-height: auto;
    }
}

.top-service-list {
    padding-top: 3.84615%;
    padding-bottom: 3.84615%;
    border-top: 1px solid #919191;
}

@media screen and (min-width: 541px) {
    .top-service-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 540px) {
    .top-service-list {
        padding: 20px 0;
    }
}

.top-service-list:first-child {
    margin-top: 3.84615%;
}

@media screen and (max-width: 540px) {
    .top-service-list:first-child {
        margin-top: 20px;
    }
}

.top-service-list:last-child {
    padding-bottom: 0;
}

@media screen and (min-width: 541px) {
    .top-service-list__thumb {
        width: 30.76923%;
    }
}

@media screen and (max-width: 540px) {
    .top-service-list__thumb img {
        width: 100%;
    }
}

@media screen and (min-width: 541px) {
    .top-service-list__contents {
        width: 65.38462%;
    }
}

.top-service-list__title {
    margin-bottom: .6em;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 540px) {
    .top-service-list__title {
        margin-top: .8em;
        font-size: 20px;
        text-align: center;
    }
}

.top-service-list__btn {
    margin-top: 1.5em;
}

@media screen and (max-width: 540px) {
    .top-service-list__btn {
        text-align: center;
    }
}

.top-service-list__btn a {
    display: inline-block;
    background-color: #0F8DC6;
    padding: 0.8em 1.2em;
    color: #fff;
}

.top-service-list__btn a::after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin-left: 1em;
}

.top-rinen-description {
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
}

@media screen and (max-width: 1024px) {
    .top-rinen-description {
        padding-right: 37%;
    }
    .top-rinen-description br {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .top-rinen-description {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {
    .top-rinen-description {
        padding-right: 0;
    }
}

.top-rinen-btn {
    margin-top: 1.5em;
}

@media screen and (max-width: 540px) {
    .top-rinen-btn {
        text-align: center;
    }
}

.top-rinen-btn a {
    display: inline-block;
    background-color: #0F8DC6;
    padding: 0.8em 1.2em;
    color: #fff;
}

.top-rinen-btn a::after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin-left: 1em;
}

.oshirase-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3em;
}

@media screen and (max-width: 540px) {
    .oshirase-box {
        margin-bottom: 1.75em;
    }
}

.oshirase-header, .oshirase-body {
    padding: 1em 1.5em;
}

@media screen and (max-width: 700px) {
    .oshirase-header, .oshirase-body {
        padding: 1em;
    }
}

@media screen and (max-width: 540px) {
    .oshirase-header, .oshirase-body {
        padding: .75em;
    }
}

.oshirase-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0F8DC6;
    color: #fff;
}

.oshirase-header::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin-bottom: .35em;
    font-size: 1.5em;
    line-height: 1;
}

.oshirase-body {
    background-color: #f1f3f6;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.oshirase-archive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.4;
}

@media screen and (min-width: 541px) {
    .oshirase-archive {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 841px) {
    .oshirase-archive {
        font-size: 1.15em;
    }
}

.oshirase-archive:nth-child(n+2) {
    margin-top: .65em;
    padding-top: .65em;
    border-top: 1px solid #c2cbd8;
}

.oshirase-archive-date {
    margin-right: 1em;
}

.oshirase-archive-title {
    color: #0F8DC6;
    font-weight: bold;
}

.oshirase-archive-title:hover {
    text-decoration: underline;
}

/*==================================================================================================
	新着情報
==================================================================================================*/
.news-archives:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (min-width: 701px) {
    .news-archive {
        float: left;
        width: 22.11538%;
        margin-top: 3.84615%;
        margin-left: 3.84615%;
    }
    .news-archive:nth-child(4n+1) {
        margin-left: 0;
        clear: both;
    }
    .news-archive:nth-child(-n+4) {
        margin-top: 0;
    }
}

@media screen and (max-width: 700px) {
    .news-archive {
        float: left;
        width: 48.07692%;
        margin-top: 3.84615%;
        margin-left: 3.84615%;
    }
    .news-archive:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
    .news-archive:nth-child(-n+2) {
        margin-top: 0;
    }
}

.news-archive__thumb {
    position: relative;
    overflow: hidden;
}

.news-archive__thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 150%;
    min-width: 150%;
}

.news-archive__thumb::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

.news-archive__header {
    padding: 1em 0 .4em;
}

@media screen and (max-width: 700px) {
    .news-archive__header {
        padding: .6em 0 .2em;
    }
}

.news-archive__date {
    margin-right: .5em;
}

@media screen and (max-width: 540px) {
    .news-archive__date {
        font-size: 12px;
    }
}

.news-archive__category {
    display: inline-block;
    background-color: #0F8DC6;
    padding: .3em .4em;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.news-archive-pager {
    padding: 60px 60px 0;
    text-align: center;
}

@media screen and (max-width: 840px) {
    .news-archive-pager {
        padding: 30px 24px 0;
    }
}

.news-archive-pager .page-numbers {
    display: inline-block;
    width: 36px;
    margin: .2em;
    padding: .3em 0;
    border-radius: 4px;
}

.news-archive-pager .page-numbers:not(.dots) {
    background-color: #ececec;
}

.news-archive-pager .page-numbers.current {
    background-color: #0F8DC6;
    color: #fff;
}

.news-archive-pager .prev, .news-archive-pager .next {
    width: 72px;
}

.page-title-block {
    background-color: #F1F3F6;
    padding: 20px;
}

@media screen and (max-width: 1024px) {
    .page-title-block {
        padding: 15px;
    }
}

@media screen and (max-width: 840px) {
    .page-title-block {
        padding: 15px;
    }
}

@media screen and (max-width: 700px) {
    .page-title-block {
        padding: 10px;
    }
}

@media screen and (max-width: 540px) {
    .page-title-block {
        padding: 5px;
    }
}

.page-title-block__inner {
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
}

@media screen and (max-width: 1024px) {
    .page-title-block__inner {
        padding: 30px;
    }
}

@media screen and (max-width: 840px) {
    .page-title-block__inner {
        padding: 30px;
    }
}

@media screen and (max-width: 700px) {
    .page-title-block__inner {
        padding: 20px;
    }
}

@media screen and (max-width: 540px) {
    .page-title-block__inner {
        padding: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .page-title-block__inner {
        width: auto;
    }
}

.page-title {
    font-size: 32px;
    font-weight: bold;
}

@media screen and (max-width: 840px) {
    .page-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 540px) {
    .page-title {
        font-size: 24px;
    }
}

.entry-data__date {
    margin-right: 1.4em;
}

.entry-data__category {
    display: inline-block;
    background-color: #0F8DC6;
    width: 9em;
    margin-right: 1.4em;
    padding: .2em;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.entry-title {
    margin-top: .2em;
    margin-bottom: .6em;
    font-size: 35px;
    line-height: 1.3;
}

@media screen and (max-width: 840px) {
    .entry-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 540px) {
    .entry-title {
        font-size: 24px;
    }
}

.entry-body p {
    margin: 1em 0;
}

.backarchives-btn {
    margin-top: 2em;
    text-align: center;
}

.backarchives-btn a {
    display: inline-block;
    background-color: #ececec;
    padding: 1em 2em 1em 1em;
    border-radius: 4px;
    color: inherit;
}

@media screen and (max-width: 840px) {
    .backarchives-btn a {
        padding: .6em .6em .6em 1.2em;
    }
}

.backarchives-btn a::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin-right: 2em;
}

@media screen and (max-width: 840px) {
    .backarchives-btn a::before {
        margin-right: 1em;
    }
}

/*==================================================================================================
	お問い合わせ
==================================================================================================*/
.color-red {
    color: #F00;
}

.form-area a {
    color: #2e60b0;
}

.form-area-title {
    font-size: 28px;
    margin: 1.5em 0 .5em;
}

@media screen and (max-width: 840px) {
    .form-area-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 540px) {
    .form-area-title {
        font-size: 20px;
    }
}

.form-rows {
    padding-bottom: 1em;
    font-size: 16px;
}

@media screen and (max-width: 840px) {
    .form-row {
        padding: 0.75em 0;
    }
}

@media screen and (min-width: 841px) {
    .form-row {
        display: table-row;
        width: 100%;
    }
    .form-row .form-label,
    .form-row .form-body {
        display: table-cell;
        vertical-align: top;
        padding: 1.25em 0;
    }
}

.form-label {
    white-space: nowrap;
}

@media screen and (max-width: 840px) {
    .form-label__inner {
        padding-bottom: .3em;
    }
}

@media screen and (min-width: 841px) {
    .form-label__inner {
        position: relative;
        top: 0.5em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.form-label label {
    padding-right: 2em;
    font-weight: bold;
}

.form-label .label-required {
    display: inline-block;
    background-color: #e60012;
    margin-right: 2em;
    padding: .3em .5em;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.form-body {
    width: 100%;
}

.form-body input[type="text"],
.form-body textarea {
    width: 100%;
    padding: .4em;
    border: 1px solid #aaa;
    border-radius: 0px;
}

.check-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.check-lists.check-lists--inline {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 450px;
}

.check-lists.check-lists--inline .check-list {
    margin-right: 2em;
}

.check-list span {
    margin-left: .5em;
}

#age,
#zip,
#address1 {
    width: 140px;
}

#other {
    height: 226px;
}

.form-privacy-check {
    margin: 3em 0 1.2em;
    text-align: center;
}

.form-privacy-check span {
    margin-left: .5em;
}

.form-submit {
    font-size: 16px;
    text-align: center;
}

.form-submit input {
    display: inline-block;
    background-color: #0F8DC6;
    padding: 1.25em 3.125em;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.form-submit input[disabled] {
    background-color: #ccc;
    cursor: default;
}

/*==================================================================================================
	施設概要
==================================================================================================*/
@media screen and (min-width: 841px) {
    .info-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 841px) {
    .info-header__img {
        width: 48.07692%;
    }
}

@media screen and (max-width: 840px) {
    .info-header__img img {
        width: 100%;
    }
}

@media screen and (min-width: 841px) {
    .info-header__contents {
        padding-left: 3.26923%;
    }
}

@media screen and (max-width: 840px) {
    .info-header__contents {
        margin-top: 1em;
        text-align: center;
    }
}

.info-header__label {
    margin-bottom: .5em;
    font-weight: bold;
}

.info-header__title {
    font-size: 32px;
    line-height: 1.3;
}

@media screen and (max-width: 540px) {
    .info-header__title {
        font-size: 24px;
    }
}

@media screen and (min-width: 541px) {
    .info-outlines {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.info-outline {
    padding-top: 2em;
}

@media screen and (min-width: 541px) {
    .info-outline {
        width: 48.07692%;
    }
}

.info-outline-section__title {
    margin: 2em 0 1em;
    color: #0F8DC6;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 540px) {
    .info-outline-section__title {
        margin: 1.2em 0 .8em;
    }
}

.info-outline-section__aed {
    display: inline-block;
    background: rgba(255, 115, 115, 0.1) url(/assets/img/info/aed-ico.png) 14px 50% no-repeat;
    background-size: 45px 49px;
    margin-top: 1em;
    padding: 1em 1em 1em 6em;
    border-radius: 4px;
}

@media screen and (max-width: 540px) {
    .info-outline-section__aed br {
        display: none;
    }
}

@media screen and (min-width: 701px) {
    .info-outline-timeline {
        display: table-row;
    }
}

.info-outline-timeline__time, .info-outline-timeline__body {
    padding: .25em 0;
}

@media screen and (min-width: 701px) {
    .info-outline-timeline__time, .info-outline-timeline__body {
        display: table-cell;
    }
}

.info-outline-timeline__time {
    white-space: nowrap;
}

@media screen and (max-width: 700px) {
    .info-outline-timeline__time {
        font-weight: bold;
    }
}

@media screen and (min-width: 701px) {
    .info-outline-timeline__body {
        padding-left: 1em;
    }
}

.info-outline-guide {
    margin-top: 2em;
    padding: 1.5em;
    border: 1px solid #CCC;
}

.accessmap iframe {
    width: 100%;
}

@media screen and (max-width: 700px) {
    .accessmap iframe {
        height: 320px;
    }
}

.page-row--message {
    background: #edf6ee url("/assets/img/info/message-img.png") 74% 100% no-repeat;
    min-height: 565px;
}

@media screen and (max-width: 1280px) {
    .page-row--message {
        background-position: 93% 100%;
    }
}

@media screen and (max-width: 1024px) {
    .page-row--message {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 700px) {
    .page-row--message {
        background-size: 262.14286px 289.28571px;
        min-height: 330px;
    }
}

@media screen and (max-width: 540px) {
    .page-row--message {
        background-image: none;
        min-height: auto;
    }
}

.info-message {
    width: 500px;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 16px;
    line-height: 2.5;
}

@media screen and (max-width: 1024px) {
    .info-message {
        width: 50%;
    }
}

@media screen and (max-width: 840px) {
    .info-message {
        width: 64%;
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 540px) {
    .info-message {
        width: auto;
    }
}

.info-message-name {
    width: 123px;
    margin-top: 40px;
}

@media screen and (max-width: 840px) {
    .info-message-name {
        margin-top: 30px;
    }
}

@media screen and (max-width: 540px) {
    .info-message-name {
        width: 100px;
        margin-top: 15px;
    }
}

.info-links-btns {
    text-align: center;
}

.info-links-btns li {
    display: inline-block;
    margin: 1em 1em 0;
}

.info-links-btns li a {
    display: inline-block;
    background-color: #0F8DC6;
    color: #fff;
    padding: .8em 1em .8em 1em;
}

.info-links-btns li a::after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin-left: 1em;
}

/*==================================================================================================
	特別養護老人ホーム
==================================================================================================*/
.yougo-life {
    padding: 25px 0;
}

@media screen and (max-width: 540px) {
    .yougo-life {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 701px) {
    .yougo-life-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.yougo-life-header__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    color: #0F8DC6;
    font-weight: bold;
}

@media screen and (min-width: 701px) {
    .yougo-life-header__title {
        width: 39.42308%;
        min-height: 158px;
        font-size: 28px;
    }
}

@media screen and (max-width: 840px) {
    .yougo-life-header__title {
        margin-bottom: 20px;
        padding: 20px 0;
    }
}

.yougo-life-header__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
}

@media screen and (min-width: 701px) {
    .yougo-life-header__description {
        width: 56.53846%;
    }
}

.yougo-life-slider {
    margin-top: 20px;
}

.yougo-life-slider__list {
    padding: 0 10px;
    font-size: 12px;
}

.yougo-life-slider__list img {
    width: 100%;
}

.yougo-life-slider__description {
    margin-top: .4em;
}

.yougo-life-slider .slick-track {
    margin-right: 0;
    margin-left: 0;
}

.yougo-life-slider .slick-prev,
.yougo-life-slider .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 50% 50% no-repeat;
    display: block;
    width: 14px;
    height: 24px;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.yougo-life-slider .slick-prev {
    background-image: url(/assets/img/service/yougo/slider-prev.png);
    left: -20px;
}

@media screen and (max-width: 540px) {
    .yougo-life-slider .slick-prev {
        left: -15px;
    }
}

.yougo-life-slider .slick-next {
    background-image: url(/assets/img/service/yougo/slider-next.png);
    right: -20px;
}

@media screen and (max-width: 540px) {
    .yougo-life-slider .slick-next {
        right: -15px;
    }
}

/*==================================================================================================
	ショートステイ
==================================================================================================*/
@media screen and (min-width: 841px) {
    .service-start-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.service-start-block__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (min-width: 841px) {
    .service-start-block__img {
        margin-left: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 841px) {
    .service-start-block__img {
        width: 360px;
    }
}

@media screen and (max-width: 840px) {
    .service-start-block__img {
        margin-top: 3%;
        text-align: center;
    }
}

.service-start-table,
.service-table,
.service-home-table {
    width: 100%;
}

.thead-th {
    background-color: #0F8DC6;
    color: #fff;
    font-weight: bold;
}

.service-start-table {
    margin: 30px 0;
}

@media screen and (max-width: 840px) {
    .service-start-table {
        margin: 3% 0;
    }
}

.service-start-table th, .service-start-table td {
    border: 1px solid #1aacee;
    padding: .8em;
}

.service-start-table th {
    width: 25%;
}

.service-start-table a {
    text-decoration: underline;
}

.service-start-table a:hover {
    text-decoration: none;
}

.short-life {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px;
    padding: 38px;
    border: 1px solid #0F8DC6;
}

@media screen and (max-width: 1024px) {
    .short-life {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 540px) {
    .short-life {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
    }
}

.short-life__title {
    color: #0F8DC6;
    font-size: 28px;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    .short-life__title {
        width: 80px;
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .short-life__title {
        width: auto;
    }
}

.short-life__description {
    padding: 0 38px;
}

@media screen and (min-width: 1025px) {
    .short-life__description {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (max-width: 1024px) {
    .short-life__description {
        width: calc(100% - 80px);
        padding-right: 0;
    }
}

@media screen and (max-width: 540px) {
    .short-life__description {
        width: auto;
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .short-life__img {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

.short-calender-notice {
    margin-top: 1em;
    text-align: right;
}

.short-calender-notice span {
    display: inline-block;
}

.short-calender-notice span:nth-child(n+2) {
    margin-left: 1em;
}

.service-table {
    margin: 1em 0;
}

@media screen and (max-width: 540px) {
    .service-table {
        width: 500px;
    }
}

.service-table__outer {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 540px) {
    .service-table__outer {
        overflow-x: scroll;
    }
}

.service-table th, .service-table td {
    border: 1px solid #1aacee;
    padding: .8em;
    text-align: center;
}

.service-table .tbody-th {
    background-color: #F0F2F5;
}

@media screen and (min-width: 701px) {
    .service-table .tbody-th {
        width: 270px;
    }
}

.service-home-table {
    margin: 1em 0;
}

@media screen and (max-width: 540px) {
    .service-home-table {
        width: 500px;
    }
}

.service-home-table__outer {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 540px) {
    .service-home-table__outer {
        overflow-x: scroll;
    }
}

.service-home-table th, .service-home-table td {
    border: 1px solid #1aacee;
    padding: .8em;
    text-align: center;
}

.service-home-table .thead-none {
    border: 0;
}

.service-home-table .tbody-th {
    background-color: #F0F2F5;
}

.short-price-notice li {
    margin: 1em 0;
    padding-left: 1em;
    text-indent: -1em;
}

.short-price-notice li::before {
    content: "※";
    color: #ff7373;
}

.editcal-wrappers .slick-disabled {
    display: none !important;
}

.editcal-wrappers .slick-arrow {
    background: #fff;
    position: absolute;
    top: 6px;
    padding: .3em .8em;
    border: 0;
    color: #0F8DC6;
    font-weight: bold;
    z-index: 10000000;
}

.editcal-wrappers .editcal-btn-prev {
    left: 6px;
}

.editcal-wrappers .editcal-btn-prev::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin-right: .6em;
}

.editcal-wrappers .editcal-btn-next {
    right: 6px;
}

.editcal-wrappers .editcal-btn-next::after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin-left: .6em;
}

/*==================================================================================================
	デイサービス
==================================================================================================*/
.day-timeline {
    padding: 1.25em 0;
    border-bottom: 1px solid #0F8DC6;
}

@media screen and (min-width: 541px) {
    .day-timeline {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.day-timeline-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em 5em;
}

@media screen and (max-width: 1024px) {
    .day-timeline-header {
        padding: 2em 3em;
    }
}

@media screen and (max-width: 540px) {
    .day-timeline-header {
        padding: .5em;
    }
}

.day-timeline-header-label {
    color: #0F8DC6;
    font-size: 2em;
    font-weight: bold;
}

.day-timeline-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (min-width: 841px) {
    .day-timeline-pics {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.day-timeline-pic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .25em 0;
}

.day-timeline-pic figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.day-timeline-pic figure img {
    width: 156px;
}

@media screen and (max-width: 540px) {
    .day-timeline-pic figure img {
        width: 120px;
    }
}

.day-timeline-pic figure figcaption {
    max-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1em;
}

/*==================================================================================================
	はつらつ脳の健康教室
==================================================================================================*/
@media screen and (min-width: 701px) {
    .kyotaku-columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.kyotaku-column {
    margin-top: 60px;
}

@media screen and (min-width: 701px) {
    .kyotaku-column {
        width: 47.67442%;
    }
}

@media screen and (max-width: 840px) {
    .kyotaku-column {
        margin-top: 40px;
    }
}

@media screen and (max-width: 540px) {
    .kyotaku-column {
        margin-top: 20px;
    }
}

.kyotaku-box {
    padding: 6.70732%;
    border: 2px solid #ddd;
}

.kyotaku-box__img {
    text-align: center;
}

.kyotaku-box__description {
    margin-top: 2em;
}

/*==================================================================================================
	カレンダー
==================================================================================================*/
.editcal-header__yearmonth {
    background-color: #0F8DC6;
    padding: .6em;
    border: 1px solid #0F8DC6;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.editcal-header__yearmonth__year::after {
    content: "年";
}

.editcal-header__yearmonth__month::after {
    content: "月";
}

.editcal-header__days {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.editcal-header__day {
    background-color: #e2f7f2;
    display: table-cell;
    width: calc(100% / 7);
    border-right: 2px solid;
    border-bottom: 2px solid;
    color: #0F8DC6;
    font-weight: bold;
    text-align: center;
}

.editcal-header__day:first-child {
    border-left: 2px solid;
}

.editcal-week {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.editcal-day {
    display: table-cell;
    width: calc(100% / 7);
    padding: .6em;
    border-right: 2px solid #0F8DC6;
    border-bottom: 2px solid #0F8DC6;
    text-align: center;
}

.editcal-day:first-child {
    border-left: 2px solid #0F8DC6;
}

.editcal-day.is-month-before .editcal-day__header,
.editcal-day.is-month-before .editcal-day__body, .editcal-day.is-month-next .editcal-day__header,
.editcal-day.is-month-next .editcal-day__body {
    display: none;
}

.editcal-day.is-day-sat .editcal-day__header .editcal-day__header__date {
    color: #2996cd;
}

.editcal-day.is-day-sun .editcal-day__header .editcal-day__header__date, .editcal-day.is-day-hol .editcal-day__header .editcal-day__header__date {
    color: #ac272d;
}

.editcal-day.is-past {
    background-color: #ddd;
}

.editcal-day.is-past .editcal-day__header,
.editcal-day.is-past .editcal-day__body {
    opacity: .2;
}

.editcal-day__header__date {
    font-size: 1.25em;
    font-weight: bold;
}

.editcal-day__header__day {
    display: none;
}

@media screen and (min-width: 541px) {
    .editcal-day__property:not(:empty)::after {
        content: "：";
    }
}

.editcal-day__property:not(:empty), .editcal-day__value:not(:empty) {
    display: inline-block;
}

/*==================================================================================================
	ホームヘルプサービス
==================================================================================================*/
.home_thead_th01 {
    width: 144px;
}

.home_thead_th02 {
    width: 359px;
}

.home_tbody_th01 {
    width: 226px;
}

@media screen and (max-width: 700px) {
    .home_tbody_th01 {
        width: 120px;
    }
}

.home_tbody_th02 {
    width: 94px;
}

.home_tbody_td01 {
    width: 189px;
}

@media screen and (max-width: 700px) {
    .home_tbody_td01 {
        width: 100px;
    }
}

/*==================================================================================================
	広報誌「うまやど」
==================================================================================================*/
.uma-pdf-btn {
    margin-top: 4em;
}

@media screen and (max-width: 840px) {
    .uma-pdf-btn {
        margin-top: 3em;
    }
}

@media screen and (max-width: 540px) {
    .uma-pdf-btn {
        margin-top: 2em;
    }
}

.uma-list {
    margin-top: 4em;
}

@media screen and (max-width: 840px) {
    .uma-list {
        margin-top: 3em;
    }
}

@media screen and (max-width: 540px) {
    .uma-list {
        margin-top: 2em;
    }
}

.uma-list li {
    padding: .5em 0;
}

.uma-list li a {
    text-decoration: underline;
}

.uma-list li a:hover {
    text-decoration: none;
}

.uma-list li a::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin-right: .4em;
    color: #0F8DC6;
}

/*==================================================================================================
	求人情報
==================================================================================================*/
.recruit-table td {
    text-align: left;
}

@media screen and (min-width: 541px) {
    .recruit-requirementss {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 541px) {
    .recruit-requirements {
        width: 48.07692%;
    }
}

.recruit-requirements-section:first-child .recruit-requirements-section__title {
    margin-top: 0;
}

.recruit-requirements-section__title {
    margin: 1em 0 0.8em;
    color: #0F8DC6;
    font-size: 18px;
    font-weight: bold;
}

.recruit-requirements-section__aed {
    display: inline-block;
    background: rgba(255, 115, 115, 0.1) url(/assets/img/info/aed-ico.png) 14px 50% no-repeat;
    background-size: 45px 49px;
    margin-top: 1em;
    padding: 1em 1em 1em 6em;
    border-radius: 4px;
}

@media screen and (max-width: 540px) {
    .recruit-requirements-section__aed br {
        display: none;
    }
}

.recruit-voice {
    background-color: #edf6ee;
    margin-top: 1em;
    padding: 2em;
}

@media screen and (min-width: 541px) {
    .recruit-voice {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 540px) {
    .recruit-voice {
        padding: 1.5em;
    }
}

@media screen and (max-width: 540px) {
    .recruit-voice__thumb {
        text-align: center;
    }
}

@media screen and (min-width: 541px) {
    .recruit-voice__contents {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 40px;
    }
}

@media screen and (max-width: 540px) {
    .recruit-voice__contents {
        padding-top: 20px;
    }
}

/*==================================================================================================
	個人情報保護方針
==================================================================================================*/
.privacy {
    width: 100%;
    margin: 60px 0 0 0;
}

.privacy-basis_ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding-top: 10px;
}

.privacy-basis_li {
    list-style-position: inside;
    padding-top: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #1e7574;
}

.privacy-basis_txt {
    line-height: 30px;
}

.privacy-basis_telbox {
    max-width: 342px;
    width: 100%;
}

.privacy-basis_tel {
    text-align: right;
    display: block;
}

.privacy-basis_namebox {
    width: 160px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 0;
}

.privacy-basis_name {
    display: block;
}

@media (max-width: 399px) {
    .privacy-basis_tel {
        text-align: center;
    }
    .privacy-basis_telname {
        display: block;
    }
}

.privacy-p__center {
    text-align: center;
    padding-bottom: 10px;
}

.privacy-use {
    width: 100%;
    margin: 30px 0;
}

.privacy-use_detail {
    font-weight: bold;
    font-size: 18px;
    color: #1e7574;
}

.privacy-use_ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.privacy-use_ttl {
    font-weight: bold;
    font-size: 18px;
    color: #1e7574;
    padding-top: 20px;
    padding-bottom: 5px;
}

.privacy-use_txt {
    line-height: 28px;
}

.privacy-use ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 1.6rem;
}

.privacy-use li {
    line-height: 26px;
}

/*==================================================================================================
	苦情対応
==================================================================================================*/
.tbshooting-floatbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}

.tbshooting-floatbox_img {
    max-height: 100%;
    min-height: 75px;
    height: 100%;
    width: auto;
    padding-top: 20px;
}

.tbshooting-floatbox_textarea {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 14px 20px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #edf6ee;
    border-radius: 15px;
    margin-left: 20px;
    height: 50%;
    border: solid 1px #1e7574;
}

.tbshooting-floatbox_textarea:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #1e7574;
}

.tbshooting-floatbox_textarea:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -17px;
    border: 17px solid transparent;
    border-right: 16px solid #edf6ee;
    z-index: 1;
}

.tbshooting-floatbox_textarea p {
    margin: 0;
    padding: 0;
}

.tbshooting-floatbox2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.tbshooting-floatbox2_img {
    max-height: 100%;
    min-height: 75px;
    height: 100%;
    width: auto;
}

.tbshooting-root {
    text-align: center;
    margin-top: 40px;
}

.tbshooting-root_img1 {
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
}

.tbshooting-root_img2 {
    width: 25%;
    margin: 0 auto;
    height: auto;
    display: block;
}

.tbshooting-root_ttl {
    width: 130px;
    margin: 35px auto;
    background-color: #1e7574;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
}

.tbshooting-txtbox {
    width: 100%;
    max-width: 700px;
    height: auto;
    background-color: #edf6ee;
    border-radius: 10px;
    border: 1px solid #1e7574;
    margin: 30px auto;
}

.tbshooting-txtbox_ttl1 {
    background-color: #1e7574;
    border-radius: 9px 9px 0 0;
    color: #fff;
    padding: 5px 0;
    font-size: 20px;
}

.tbshooting-txtbox_ttl2 {
    background-color: #1e7574;
    color: #fff;
    padding: 5px 0;
    font-size: 20px;
}

.tbshooting-txtbox_ul {
    list-style-type: disc;
    list-style-position: inside;
    text-align: left;
    padding: 20px;
}

.tbshooting-txtbox_txt {
    padding: 20px 0;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

@media (max-width: 968px) {
    .tbshooting-floatbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .tbshooting-floatbox_img {
        margin: 0 auto;
    }
    .tbshooting-floatbox_textarea {
        margin-left: 0;
    }
    .tbshooting-floatbox_textarea:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 40%;
        margin-left: -15px;
        margin-top: 0;
        border: 15px solid transparent;
        border-top: 14px solid #1e7574;
    }
    .tbshooting-floatbox_textarea:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 40%;
        top: auto;
        margin-left: -17px;
        border: 17px solid transparent;
        border-top: 16px solid #edf6ee;
        z-index: 1;
    }
    .tbshooting-floatbox2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

/*==================================================================================================
	投稿（Wordpressエディタ）
==================================================================================================*/
.entry-body .alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.entry-body .alignright {
    float: right;
    margin-bottom: 1.5em;
    margin-left: 1.5em;
}

.entry-body .aligncenter {
    display: block;
    margin: 0 auto;
}

.entry-body .alignnone {
    clear: both;
}

.entry-body .alignleft + *,
.entry-body .alignright + * {
    clear: none;
}

.entry-body img[class*="wp-image-"],
.entry-body img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

/* ===========================================================
    404
//=========================================================== */
.alert-404 {
    padding: 60px;
    text-align: center;
}

@media screen and (max-width: 840px) {
    .alert-404 {
        padding: 30px;
    }
}

.alert-404__title {
    font-size: 48px;
    line-height: 1.2;
}

@media screen and (max-width: 840px) {
    .alert-404__title {
        font-size: 32px;
    }
}

.alert-404__title::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    color: #0F8DC6;
    margin-right: .5em;
}

.alert-404__description {
    margin-top: 1em;
}



/* 20230419追加 */


.pickup-banner-lists{
    display: block;
}

.pickup-banner{
    width: calc(100% / 3);
}

.pickup-banner.appli-banner{
    width: calc(100% / 6);
}

@media screen and (max-width: 700px){
    .pickup-banner.appli-banner{
        width: calc(100% / 4);
    }
}

.pickup-banner.umayado{
    width: calc(100% / 3);
}

@media screen and (max-width: 700px){
    .pickup-banner.umayado{
        width: calc(100% / 2);
    }
}

.pickup-banner img{
    width: 100%;
}
.pickup-banners:nth-child(2){
    margin-left: 0;
    margin-top: 30px;
    justify-content: center;
}

.nagakubo_banner{
    display: block;
    margin-bottom: 60px;
    transition: 0.5s;
    transition-property: opacity;
}

.nagakubo_banner:hover{
    opacity: 0.7;
}

@media screen and (max-width: 540px){
    .nagakubo_banner{
        margin-bottom: 30px;
    }
}

/* 20230821追加 */
.day-timeline-pic figure img:nth-child(2){
    margin-left: 15px;

}

@media screen and (max-width: 540px){
    .day-timeline-pic figure figcaption{
        padding-right: 0;
    }
}

/* 20250519 追加 */


.top_insta_link{
    margin-top: 2em;
    display: block;
    transition: 0.5s;
    transition-property: opacity;
}

.top_insta_link:hover{
    opacity: 0.7;
}

.header-nav{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 840px){
    .header-nav{
        display: block;
        margin-bottom: 0;
    }
}

.header-insta{
    height: 30px;
    width: 30px;
    mask-image: url(../img/common/icon_insta.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #888;
}

.header-insta:hover{
    background-color: #0F8DC6;
}

@media screen and (max-width: 840px){
    .header-insta{
        display: none;
    }

    .header-insta.-mb{
        display: block;
        position: absolute;
        right: 60px;
        top: 50%;
        translate: 0 -50%;
        width: 25px;
        height: 25px;
    }
}

@media screen and (min-width: 841px){
    .header-insta.-mb{
        display: none;
    }
}

.site-header__inner{
    position: relative;
}

.footer-insta{
    display: block;
    height: 30px;
    width: 30px;
    mask-image: url(../img/common/icon_insta.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #fff;
    margin-top: 2em;
}

@media screen and (max-width: 700px){
    .footer-insta{
        margin: 2em auto 1em;
    }
}

.footer-insta:hover{
    opacity: 0.7;
}

@media screen and (max-width: 540px){
    .section-title{
        background-size: 25px 25px;
        padding-left: 35px;
    }
}
